@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; }
@font-face {
  font-family: "SF Pro Display";
  font-weight: 700;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Display-Bold.otf"); }
@font-face {
  font-family: "SF Pro Display";
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Display-BoldItalic.otf"); }
@font-face {
  font-family: "SF Pro Text";
  font-weight: 400;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Text-Regular.otf"); }
@font-face {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: italic;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Text-RegularItalic.otf"); }
@font-face {
  font-family: "SF Pro Text";
  font-weight: 600;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Text-Semibold.otf"); }
@font-face {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-style: italic;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf"); }
@font-face {
  font-family: "SF Pro Text";
  font-weight: 700;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Text-Bold.otf"); }
@font-face {
  font-family: "SF Pro Text";
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/nextdoor/assets/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf"); }
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; }

.page__content > h1, .page__content > .title1,
.post__content > h1,
.post__content > .title1 {
  font-size: 3.25rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.75rem; }
  @media (min-width: 67.5rem) {
    .page__content > h1, .page__content > .title1,
    .post__content > h1,
    .post__content > .title1 {
      margin-bottom: 2rem;
      font-size: 3.25rem; } }
.page__content > h2, .page__content > .title2,
.post__content > h2,
.post__content > .title2 {
  font-size: 2.125rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem; }
  @media (min-width: 67.5rem) {
    .page__content > h2, .page__content > .title2,
    .post__content > h2,
    .post__content > .title2 {
      margin-bottom: 1.25rem;
      font-size: 2.125rem; } }
.page__content > h3, .page__content > .title3,
.post__content > h3,
.post__content > .title3 {
  font-size: 1.75rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.142em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .page__content > h3, .page__content > .title3,
    .post__content > h3,
    .post__content > .title3 {
      margin-bottom: 1rem;
      font-size: 1.75rem; } }
.page__content > h4, .page__content > .title4,
.post__content > h4,
.post__content > .title4 {
  font-size: 1.75rem;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.142em;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .page__content > h4, .page__content > .title4,
    .post__content > h4,
    .post__content > .title4 {
      font-size: 1.75rem; } }
.page__content > h5, .page__content > .title5,
.post__content > h5,
.post__content > .title5 {
  font-size: 1.375rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.272em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .page__content > h5, .page__content > .title5,
    .post__content > h5,
    .post__content > .title5 {
      font-size: 1.25rem; } }
.page__content > h6, .page__content > .title6,
.post__content > h6,
.post__content > .title6 {
  font-size: 1.375rem;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.272em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .page__content > h6, .page__content > .title6,
    .post__content > h6,
    .post__content > .title6 {
      font-size: 1.25rem; } }
.page__content > .title-display1,
.post__content > .title-display1 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.25em; }
.page__content > .title-display2,
.post__content > .title-display2 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.25em; }

.site__wrapper {
  font-size: 0.875rem; }

p {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1em; }
  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 .1rem;
      padding: 0;
      color: #455468;
      position: relative;
      font-size: .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: .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; }

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, .btn[aria-disabled=true],
  a.btn.disabled,
  a.btn[aria-disabled=true] {
    background-color: #E2E3E4;
    color: #787C7D;
    border: none; }
    .btn.disabled:hover, .btn.disabled:active, .btn[aria-disabled=true]:hover, .btn[aria-disabled=true]:active,
    a.btn.disabled:hover,
    a.btn.disabled:active,
    a.btn[aria-disabled=true]:hover,
    a.btn[aria-disabled=true]:active {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none;
      outline: 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; }

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

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:not(.wp-admin) .site__wrapper:not(.wp-admin):before {
  content: '';
  height: 4.625rem;
  width: 100%;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #8ED500; }
  @media (min-width: 48rem) {
    body:not(.wp-admin) .site__wrapper:not(.wp-admin):before {
      height: 5rem; } }
body.bg-alt {
  background-color: #FBFAFA; }
body.bg-dark {
  background-color: #0B0E0F; }
body.logged-in:not(.wp-admin) .site__wrapper:before {
  top: 2.875rem; }
  @media (min-width: 48rem) {
    body.logged-in:not(.wp-admin) .site__wrapper: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 .5s, background-color .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 .5s; }
  .site__title img, .site__title svg {
    height: auto;
    width: 10.5rem;
    display: block;
    transition: width .5s; }
    .site__title img g, .site__title svg g {
      transition: fill .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 .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 a[href="#"] {
        pointer-events: none; }
      .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"], .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active {
        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;
        display: inline-block;
        height: auto;
        width: auto;
        font-size: 14px;
        padding: 8px 24px;
        margin-left: 8px;
        border: 1px solid #006142;
        background-color: #8ED500;
        color: #00422D !important;
        margin-top: 40px;
        align-self: center; }
        .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:hover, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active:hover {
          text-decoration: none; }
        .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"] a, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active a {
          text-decoration: none; }
          .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"] a:hover, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active a:hover {
            text-decoration: none; }
        .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"].disabled, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"][aria-disabled=true], .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active.disabled, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active[aria-disabled=true] {
          background-color: #E2E3E4;
          color: #787C7D;
          border: none; }
          .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"].disabled:hover, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"].disabled:active, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"][aria-disabled=true]:hover, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"][aria-disabled=true]:active, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active.disabled:hover, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active.disabled:active, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active[aria-disabled=true]:hover, .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active[aria-disabled=true]:active {
            background-color: #E2E3E4;
            color: #787C7D;
            border: none;
            outline: none; }
        @media (min-width: 48rem) {
          .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"], .site__nav .nav__primary__items .menu-item a[href*="https://nextdoor.com/"]:active {
            margin-top: 0;
            padding: 8px 16px; } }
    .site__nav .nav__primary__items .menu-item[href="https://nextdoor.com/"]:hover {
      background-color: #D4F395; }
    .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: .7;
            margin-bottom: 0;
            font-size: .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 .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 .25s; }
        .site__nav .nav__primary__items .menu-item:nth-child(0) {
          transition-delay: .4s; }
        .site__nav .nav__primary__items .menu-item:nth-child(1) {
          transition-delay: .45s; }
        .site__nav .nav__primary__items .menu-item:nth-child(2) {
          transition-delay: .5s; }
        .site__nav .nav__primary__items .menu-item:nth-child(3) {
          transition-delay: .55s; }
        .site__nav .nav__primary__items .menu-item:nth-child(4) {
          transition-delay: .6s; }
        .site__nav .nav__primary__items .menu-item:nth-child(5) {
          transition-delay: .65s; }
        .site__nav .nav__primary__items .menu-item:nth-child(6) {
          transition-delay: .7s; }
        .site__nav .nav__primary__items .menu-item:nth-child(7) {
          transition-delay: .75s; }
        .site__nav .nav__primary__items .menu-item:nth-child(8) {
          transition-delay: .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: calc(100vh - 74px);
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .site__header.menu-open .site__nav.open .nav__primary__items {
        padding-bottom: 20%;
        margin-bottom: 0; }
      .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 .5s, height .5s, background-color .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: .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;
    max-width: 60rem;
    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 .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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .block__ajax-grid.max-width-500 {
    max-width: 31.25rem; }
  .block__ajax-grid.max-width-600 {
    max-width: 37.5rem; }
  .block__ajax-grid.max-width-700 {
    max-width: 43.75rem; }
  .block__ajax-grid.max-width-960 {
    max-width: 60rem; }
  .block__ajax-grid.max-width-1080 {
    max-width: 67.5rem; }
  .block__ajax-grid.max-width-1280 {
    max-width: 80rem; }
  .block__ajax-grid.max-width-1440 {
    max-width: 90rem; }
  .block__ajax-grid.width_700 {
    max-width: 700px; }
  .block__ajax-grid.width_960 {
    max-width: 960px; }
  .block__ajax-grid.width_1080 {
    max-width: 1080px; }
  .block__ajax-grid.width_1280 {
    max-width: 1280px; }
  .block__ajax-grid.width_1440 {
    max-width: 1440px; }
  .block__ajax-grid.width_1620 {
    max-width: 1620px; }
  @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 > * {
    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 .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: .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 .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: .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-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    color: #969B9C;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .25s, max-height .25s; }
    @media (min-width: 67.5rem) {
      .block__ajax-grid__header {
        font-size: 1.25rem; } }
    .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__press-bg svg path {
        transition: opacity .25s, fill .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__title {
        transition: color .25s; }
        .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__title a {
          transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__posted-on {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__excerpt {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__press-bg svg path {
        fill: #F9D624;
        opacity: .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: .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 .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 .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__press-bg svg path {
        transition: opacity .25s, fill .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__title {
        transition: color .25s; }
        .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__title a {
          transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__posted-on {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__excerpt {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__press-bg svg path {
        fill: #FEF8D7;
        opacity: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__press-bg svg path {
        transition: opacity .25s, fill .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__title {
        transition: color .25s; }
        .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__title a {
          transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__posted-on {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__excerpt {
        transition: color .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: .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: .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 .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 .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__press-bg svg path {
        transition: opacity .25s, fill .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__title {
        transition: color .25s; }
        .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__title a {
          transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__posted-on {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__excerpt {
        transition: color .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .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 .25s, fill .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 .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 .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 .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 .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: .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: .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 .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 .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__press-bg svg path {
        transition: opacity .25s, fill .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__title {
        transition: color .25s; }
        .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__title a {
          transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__posted-on {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__excerpt {
        transition: color .25s; }
      .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__press-bg svg path {
        fill: #F9D624;
        opacity: .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: .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; }
    @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;
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem; }
    @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: 1.25rem;
        font-size: 2.125rem; } }
    .archive__body__wrapper .archive__press-heading + .page__title {
      font-size: 1.75rem;
      font-family: "Lato";
      font-weight: 700;
      line-height: 1.142em;
      margin-top: 0;
      margin-bottom: 0.75rem;
      font-size: 1.5rem;
      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.75rem; } }
      @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; }
  @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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .entry__header.max-width-500, .page__header.max-width-500 {
    max-width: 31.25rem; }
  .entry__header.max-width-600, .page__header.max-width-600 {
    max-width: 37.5rem; }
  .entry__header.max-width-700, .page__header.max-width-700 {
    max-width: 43.75rem; }
  .entry__header.max-width-960, .page__header.max-width-960 {
    max-width: 60rem; }
  .entry__header.max-width-1080, .page__header.max-width-1080 {
    max-width: 67.5rem; }
  .entry__header.max-width-1280, .page__header.max-width-1280 {
    max-width: 80rem; }
  .entry__header.max-width-1440, .page__header.max-width-1440 {
    max-width: 90rem; }
  .entry__header.width_700, .page__header.width_700 {
    max-width: 700px; }
  .entry__header.width_960, .page__header.width_960 {
    max-width: 960px; }
  .entry__header.width_1080, .page__header.width_1080 {
    max-width: 1080px; }
  .entry__header.width_1280, .page__header.width_1280 {
    max-width: 1280px; }
  .entry__header.width_1440, .page__header.width_1440 {
    max-width: 1440px; }
  .entry__header.width_1620, .page__header.width_1620 {
    max-width: 1620px; }
  @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 + .site__content, .page__header + .site__content {
    padding-top: 0; }
.entry__title, .page__title {
  font-size: 3.25rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.75rem;
  font-size: 2rem;
  color: #00422D; }
  @media (min-width: 67.5rem) {
    .entry__title, .page__title {
      margin-bottom: 2rem;
      font-size: 3.25rem; } }
  @media (min-width: 67.5rem) {
    .entry__title, .page__title {
      font-size: 2.5rem; } }
  .entry__title + .pagination-top, .page__title + .pagination-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -remy(20px);
    margin-bottom: 1.25rem;
    position: relative; }
    .entry__title + .pagination-top.max-width-500, .page__title + .pagination-top.max-width-500 {
      max-width: 31.25rem; }
    .entry__title + .pagination-top.max-width-600, .page__title + .pagination-top.max-width-600 {
      max-width: 37.5rem; }
    .entry__title + .pagination-top.max-width-700, .page__title + .pagination-top.max-width-700 {
      max-width: 43.75rem; }
    .entry__title + .pagination-top.max-width-960, .page__title + .pagination-top.max-width-960 {
      max-width: 60rem; }
    .entry__title + .pagination-top.max-width-1080, .page__title + .pagination-top.max-width-1080 {
      max-width: 67.5rem; }
    .entry__title + .pagination-top.max-width-1280, .page__title + .pagination-top.max-width-1280 {
      max-width: 80rem; }
    .entry__title + .pagination-top.max-width-1440, .page__title + .pagination-top.max-width-1440 {
      max-width: 90rem; }
    .entry__title + .pagination-top.width_700, .page__title + .pagination-top.width_700 {
      max-width: 700px; }
    .entry__title + .pagination-top.width_960, .page__title + .pagination-top.width_960 {
      max-width: 960px; }
    .entry__title + .pagination-top.width_1080, .page__title + .pagination-top.width_1080 {
      max-width: 1080px; }
    .entry__title + .pagination-top.width_1280, .page__title + .pagination-top.width_1280 {
      max-width: 1280px; }
    .entry__title + .pagination-top.width_1440, .page__title + .pagination-top.width_1440 {
      max-width: 1440px; }
    .entry__title + .pagination-top.width_1620, .page__title + .pagination-top.width_1620 {
      max-width: 1620px; }
    @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: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;
  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;
  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: 60rem;
  position: relative;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @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 > p, .entry__content-p,
  .entry__content > h1,
  .entry__content > h2,
  .entry__content > h3,
  .entry__content > h4,
  .entry__content > h5,
  .entry__content > h6, .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 > h6, .page__content__title,
  .page__content > ul,
  .page__content > ol,
  .page__content > figure,
  .page__content > .wp-block-columns {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .entry__content > p.max-width-500, .entry__content-p.max-width-500,
    .entry__content > h1.max-width-500,
    .entry__content > h2.max-width-500,
    .entry__content > h3.max-width-500,
    .entry__content > h4.max-width-500,
    .entry__content > h5.max-width-500,
    .entry__content > h6.max-width-500, .entry__content__title.max-width-500,
    .entry__content > ul.max-width-500,
    .entry__content > ol.max-width-500,
    .entry__content > figure.max-width-500,
    .entry__content > .wp-block-columns.max-width-500, .page__content > p.max-width-500, .page__content-p.max-width-500,
    .page__content > h1.max-width-500,
    .page__content > h2.max-width-500,
    .page__content > h3.max-width-500,
    .page__content > h4.max-width-500,
    .page__content > h5.max-width-500,
    .page__content > h6.max-width-500, .page__content__title.max-width-500,
    .page__content > ul.max-width-500,
    .page__content > ol.max-width-500,
    .page__content > figure.max-width-500,
    .page__content > .wp-block-columns.max-width-500 {
      max-width: 31.25rem; }
    .entry__content > p.max-width-600, .entry__content-p.max-width-600,
    .entry__content > h1.max-width-600,
    .entry__content > h2.max-width-600,
    .entry__content > h3.max-width-600,
    .entry__content > h4.max-width-600,
    .entry__content > h5.max-width-600,
    .entry__content > h6.max-width-600, .entry__content__title.max-width-600,
    .entry__content > ul.max-width-600,
    .entry__content > ol.max-width-600,
    .entry__content > figure.max-width-600,
    .entry__content > .wp-block-columns.max-width-600, .page__content > p.max-width-600, .page__content-p.max-width-600,
    .page__content > h1.max-width-600,
    .page__content > h2.max-width-600,
    .page__content > h3.max-width-600,
    .page__content > h4.max-width-600,
    .page__content > h5.max-width-600,
    .page__content > h6.max-width-600, .page__content__title.max-width-600,
    .page__content > ul.max-width-600,
    .page__content > ol.max-width-600,
    .page__content > figure.max-width-600,
    .page__content > .wp-block-columns.max-width-600 {
      max-width: 37.5rem; }
    .entry__content > p.max-width-700, .entry__content-p.max-width-700,
    .entry__content > h1.max-width-700,
    .entry__content > h2.max-width-700,
    .entry__content > h3.max-width-700,
    .entry__content > h4.max-width-700,
    .entry__content > h5.max-width-700,
    .entry__content > h6.max-width-700, .entry__content__title.max-width-700,
    .entry__content > ul.max-width-700,
    .entry__content > ol.max-width-700,
    .entry__content > figure.max-width-700,
    .entry__content > .wp-block-columns.max-width-700, .page__content > p.max-width-700, .page__content-p.max-width-700,
    .page__content > h1.max-width-700,
    .page__content > h2.max-width-700,
    .page__content > h3.max-width-700,
    .page__content > h4.max-width-700,
    .page__content > h5.max-width-700,
    .page__content > h6.max-width-700, .page__content__title.max-width-700,
    .page__content > ul.max-width-700,
    .page__content > ol.max-width-700,
    .page__content > figure.max-width-700,
    .page__content > .wp-block-columns.max-width-700 {
      max-width: 43.75rem; }
    .entry__content > p.max-width-960, .entry__content-p.max-width-960,
    .entry__content > h1.max-width-960,
    .entry__content > h2.max-width-960,
    .entry__content > h3.max-width-960,
    .entry__content > h4.max-width-960,
    .entry__content > h5.max-width-960,
    .entry__content > h6.max-width-960, .entry__content__title.max-width-960,
    .entry__content > ul.max-width-960,
    .entry__content > ol.max-width-960,
    .entry__content > figure.max-width-960,
    .entry__content > .wp-block-columns.max-width-960, .page__content > p.max-width-960, .page__content-p.max-width-960,
    .page__content > h1.max-width-960,
    .page__content > h2.max-width-960,
    .page__content > h3.max-width-960,
    .page__content > h4.max-width-960,
    .page__content > h5.max-width-960,
    .page__content > h6.max-width-960, .page__content__title.max-width-960,
    .page__content > ul.max-width-960,
    .page__content > ol.max-width-960,
    .page__content > figure.max-width-960,
    .page__content > .wp-block-columns.max-width-960 {
      max-width: 60rem; }
    .entry__content > p.max-width-1080, .entry__content-p.max-width-1080,
    .entry__content > h1.max-width-1080,
    .entry__content > h2.max-width-1080,
    .entry__content > h3.max-width-1080,
    .entry__content > h4.max-width-1080,
    .entry__content > h5.max-width-1080,
    .entry__content > h6.max-width-1080, .entry__content__title.max-width-1080,
    .entry__content > ul.max-width-1080,
    .entry__content > ol.max-width-1080,
    .entry__content > figure.max-width-1080,
    .entry__content > .wp-block-columns.max-width-1080, .page__content > p.max-width-1080, .page__content-p.max-width-1080,
    .page__content > h1.max-width-1080,
    .page__content > h2.max-width-1080,
    .page__content > h3.max-width-1080,
    .page__content > h4.max-width-1080,
    .page__content > h5.max-width-1080,
    .page__content > h6.max-width-1080, .page__content__title.max-width-1080,
    .page__content > ul.max-width-1080,
    .page__content > ol.max-width-1080,
    .page__content > figure.max-width-1080,
    .page__content > .wp-block-columns.max-width-1080 {
      max-width: 67.5rem; }
    .entry__content > p.max-width-1280, .entry__content-p.max-width-1280,
    .entry__content > h1.max-width-1280,
    .entry__content > h2.max-width-1280,
    .entry__content > h3.max-width-1280,
    .entry__content > h4.max-width-1280,
    .entry__content > h5.max-width-1280,
    .entry__content > h6.max-width-1280, .entry__content__title.max-width-1280,
    .entry__content > ul.max-width-1280,
    .entry__content > ol.max-width-1280,
    .entry__content > figure.max-width-1280,
    .entry__content > .wp-block-columns.max-width-1280, .page__content > p.max-width-1280, .page__content-p.max-width-1280,
    .page__content > h1.max-width-1280,
    .page__content > h2.max-width-1280,
    .page__content > h3.max-width-1280,
    .page__content > h4.max-width-1280,
    .page__content > h5.max-width-1280,
    .page__content > h6.max-width-1280, .page__content__title.max-width-1280,
    .page__content > ul.max-width-1280,
    .page__content > ol.max-width-1280,
    .page__content > figure.max-width-1280,
    .page__content > .wp-block-columns.max-width-1280 {
      max-width: 80rem; }
    .entry__content > p.max-width-1440, .entry__content-p.max-width-1440,
    .entry__content > h1.max-width-1440,
    .entry__content > h2.max-width-1440,
    .entry__content > h3.max-width-1440,
    .entry__content > h4.max-width-1440,
    .entry__content > h5.max-width-1440,
    .entry__content > h6.max-width-1440, .entry__content__title.max-width-1440,
    .entry__content > ul.max-width-1440,
    .entry__content > ol.max-width-1440,
    .entry__content > figure.max-width-1440,
    .entry__content > .wp-block-columns.max-width-1440, .page__content > p.max-width-1440, .page__content-p.max-width-1440,
    .page__content > h1.max-width-1440,
    .page__content > h2.max-width-1440,
    .page__content > h3.max-width-1440,
    .page__content > h4.max-width-1440,
    .page__content > h5.max-width-1440,
    .page__content > h6.max-width-1440, .page__content__title.max-width-1440,
    .page__content > ul.max-width-1440,
    .page__content > ol.max-width-1440,
    .page__content > figure.max-width-1440,
    .page__content > .wp-block-columns.max-width-1440 {
      max-width: 90rem; }
    .entry__content > p.width_700, .entry__content-p.width_700,
    .entry__content > h1.width_700,
    .entry__content > h2.width_700,
    .entry__content > h3.width_700,
    .entry__content > h4.width_700,
    .entry__content > h5.width_700,
    .entry__content > h6.width_700, .entry__content__title.width_700,
    .entry__content > ul.width_700,
    .entry__content > ol.width_700,
    .entry__content > figure.width_700,
    .entry__content > .wp-block-columns.width_700, .page__content > p.width_700, .page__content-p.width_700,
    .page__content > h1.width_700,
    .page__content > h2.width_700,
    .page__content > h3.width_700,
    .page__content > h4.width_700,
    .page__content > h5.width_700,
    .page__content > h6.width_700, .page__content__title.width_700,
    .page__content > ul.width_700,
    .page__content > ol.width_700,
    .page__content > figure.width_700,
    .page__content > .wp-block-columns.width_700 {
      max-width: 700px; }
    .entry__content > p.width_960, .entry__content-p.width_960,
    .entry__content > h1.width_960,
    .entry__content > h2.width_960,
    .entry__content > h3.width_960,
    .entry__content > h4.width_960,
    .entry__content > h5.width_960,
    .entry__content > h6.width_960, .entry__content__title.width_960,
    .entry__content > ul.width_960,
    .entry__content > ol.width_960,
    .entry__content > figure.width_960,
    .entry__content > .wp-block-columns.width_960, .page__content > p.width_960, .page__content-p.width_960,
    .page__content > h1.width_960,
    .page__content > h2.width_960,
    .page__content > h3.width_960,
    .page__content > h4.width_960,
    .page__content > h5.width_960,
    .page__content > h6.width_960, .page__content__title.width_960,
    .page__content > ul.width_960,
    .page__content > ol.width_960,
    .page__content > figure.width_960,
    .page__content > .wp-block-columns.width_960 {
      max-width: 960px; }
    .entry__content > p.width_1080, .entry__content-p.width_1080,
    .entry__content > h1.width_1080,
    .entry__content > h2.width_1080,
    .entry__content > h3.width_1080,
    .entry__content > h4.width_1080,
    .entry__content > h5.width_1080,
    .entry__content > h6.width_1080, .entry__content__title.width_1080,
    .entry__content > ul.width_1080,
    .entry__content > ol.width_1080,
    .entry__content > figure.width_1080,
    .entry__content > .wp-block-columns.width_1080, .page__content > p.width_1080, .page__content-p.width_1080,
    .page__content > h1.width_1080,
    .page__content > h2.width_1080,
    .page__content > h3.width_1080,
    .page__content > h4.width_1080,
    .page__content > h5.width_1080,
    .page__content > h6.width_1080, .page__content__title.width_1080,
    .page__content > ul.width_1080,
    .page__content > ol.width_1080,
    .page__content > figure.width_1080,
    .page__content > .wp-block-columns.width_1080 {
      max-width: 1080px; }
    .entry__content > p.width_1280, .entry__content-p.width_1280,
    .entry__content > h1.width_1280,
    .entry__content > h2.width_1280,
    .entry__content > h3.width_1280,
    .entry__content > h4.width_1280,
    .entry__content > h5.width_1280,
    .entry__content > h6.width_1280, .entry__content__title.width_1280,
    .entry__content > ul.width_1280,
    .entry__content > ol.width_1280,
    .entry__content > figure.width_1280,
    .entry__content > .wp-block-columns.width_1280, .page__content > p.width_1280, .page__content-p.width_1280,
    .page__content > h1.width_1280,
    .page__content > h2.width_1280,
    .page__content > h3.width_1280,
    .page__content > h4.width_1280,
    .page__content > h5.width_1280,
    .page__content > h6.width_1280, .page__content__title.width_1280,
    .page__content > ul.width_1280,
    .page__content > ol.width_1280,
    .page__content > figure.width_1280,
    .page__content > .wp-block-columns.width_1280 {
      max-width: 1280px; }
    .entry__content > p.width_1440, .entry__content-p.width_1440,
    .entry__content > h1.width_1440,
    .entry__content > h2.width_1440,
    .entry__content > h3.width_1440,
    .entry__content > h4.width_1440,
    .entry__content > h5.width_1440,
    .entry__content > h6.width_1440, .entry__content__title.width_1440,
    .entry__content > ul.width_1440,
    .entry__content > ol.width_1440,
    .entry__content > figure.width_1440,
    .entry__content > .wp-block-columns.width_1440, .page__content > p.width_1440, .page__content-p.width_1440,
    .page__content > h1.width_1440,
    .page__content > h2.width_1440,
    .page__content > h3.width_1440,
    .page__content > h4.width_1440,
    .page__content > h5.width_1440,
    .page__content > h6.width_1440, .page__content__title.width_1440,
    .page__content > ul.width_1440,
    .page__content > ol.width_1440,
    .page__content > figure.width_1440,
    .page__content > .wp-block-columns.width_1440 {
      max-width: 1440px; }
    .entry__content > p.width_1620, .entry__content-p.width_1620,
    .entry__content > h1.width_1620,
    .entry__content > h2.width_1620,
    .entry__content > h3.width_1620,
    .entry__content > h4.width_1620,
    .entry__content > h5.width_1620,
    .entry__content > h6.width_1620, .entry__content__title.width_1620,
    .entry__content > ul.width_1620,
    .entry__content > ol.width_1620,
    .entry__content > figure.width_1620,
    .entry__content > .wp-block-columns.width_1620, .page__content > p.width_1620, .page__content-p.width_1620,
    .page__content > h1.width_1620,
    .page__content > h2.width_1620,
    .page__content > h3.width_1620,
    .page__content > h4.width_1620,
    .page__content > h5.width_1620,
    .page__content > h6.width_1620, .page__content__title.width_1620,
    .page__content > ul.width_1620,
    .page__content > ol.width_1620,
    .page__content > figure.width_1620,
    .page__content > .wp-block-columns.width_1620 {
      max-width: 1620px; }
    @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 > h6, .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 > h6, .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 > h6, .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 > h6, .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 > h6, .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 > h6, .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 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 > h6 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 > h6 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 > h6 a:visited,
      .entry__content > h6 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 > h6 a:visited,
      .page__content > h6 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 > h6 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 > h6 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.max-width-500, .entry__content-p.max-width-500,
    .entry__content > h1.max-width-500,
    .entry__content > h2.max-width-500,
    .entry__content > h3.max-width-500,
    .entry__content > h4.max-width-500,
    .entry__content > h5.max-width-500,
    .entry__content > h6.max-width-500, .entry__content__title.max-width-500,
    .entry__content > ul.max-width-500,
    .entry__content > ol.max-width-500,
    .entry__content > figure.max-width-500,
    .entry__content > .wp-block-columns.max-width-500, .page__content > p.max-width-500, .page__content-p.max-width-500,
    .page__content > h1.max-width-500,
    .page__content > h2.max-width-500,
    .page__content > h3.max-width-500,
    .page__content > h4.max-width-500,
    .page__content > h5.max-width-500,
    .page__content > h6.max-width-500, .page__content__title.max-width-500,
    .page__content > ul.max-width-500,
    .page__content > ol.max-width-500,
    .page__content > figure.max-width-500,
    .page__content > .wp-block-columns.max-width-500 {
      max-width: 31.25rem; }
    .entry__content > p.max-width-600, .entry__content-p.max-width-600,
    .entry__content > h1.max-width-600,
    .entry__content > h2.max-width-600,
    .entry__content > h3.max-width-600,
    .entry__content > h4.max-width-600,
    .entry__content > h5.max-width-600,
    .entry__content > h6.max-width-600, .entry__content__title.max-width-600,
    .entry__content > ul.max-width-600,
    .entry__content > ol.max-width-600,
    .entry__content > figure.max-width-600,
    .entry__content > .wp-block-columns.max-width-600, .page__content > p.max-width-600, .page__content-p.max-width-600,
    .page__content > h1.max-width-600,
    .page__content > h2.max-width-600,
    .page__content > h3.max-width-600,
    .page__content > h4.max-width-600,
    .page__content > h5.max-width-600,
    .page__content > h6.max-width-600, .page__content__title.max-width-600,
    .page__content > ul.max-width-600,
    .page__content > ol.max-width-600,
    .page__content > figure.max-width-600,
    .page__content > .wp-block-columns.max-width-600 {
      max-width: 37.5rem; }
    .entry__content > p.max-width-700, .entry__content-p.max-width-700,
    .entry__content > h1.max-width-700,
    .entry__content > h2.max-width-700,
    .entry__content > h3.max-width-700,
    .entry__content > h4.max-width-700,
    .entry__content > h5.max-width-700,
    .entry__content > h6.max-width-700, .entry__content__title.max-width-700,
    .entry__content > ul.max-width-700,
    .entry__content > ol.max-width-700,
    .entry__content > figure.max-width-700,
    .entry__content > .wp-block-columns.max-width-700, .page__content > p.max-width-700, .page__content-p.max-width-700,
    .page__content > h1.max-width-700,
    .page__content > h2.max-width-700,
    .page__content > h3.max-width-700,
    .page__content > h4.max-width-700,
    .page__content > h5.max-width-700,
    .page__content > h6.max-width-700, .page__content__title.max-width-700,
    .page__content > ul.max-width-700,
    .page__content > ol.max-width-700,
    .page__content > figure.max-width-700,
    .page__content > .wp-block-columns.max-width-700 {
      max-width: 43.75rem; }
    .entry__content > p.max-width-960, .entry__content-p.max-width-960,
    .entry__content > h1.max-width-960,
    .entry__content > h2.max-width-960,
    .entry__content > h3.max-width-960,
    .entry__content > h4.max-width-960,
    .entry__content > h5.max-width-960,
    .entry__content > h6.max-width-960, .entry__content__title.max-width-960,
    .entry__content > ul.max-width-960,
    .entry__content > ol.max-width-960,
    .entry__content > figure.max-width-960,
    .entry__content > .wp-block-columns.max-width-960, .page__content > p.max-width-960, .page__content-p.max-width-960,
    .page__content > h1.max-width-960,
    .page__content > h2.max-width-960,
    .page__content > h3.max-width-960,
    .page__content > h4.max-width-960,
    .page__content > h5.max-width-960,
    .page__content > h6.max-width-960, .page__content__title.max-width-960,
    .page__content > ul.max-width-960,
    .page__content > ol.max-width-960,
    .page__content > figure.max-width-960,
    .page__content > .wp-block-columns.max-width-960 {
      max-width: 60rem; }
    .entry__content > p.max-width-1080, .entry__content-p.max-width-1080,
    .entry__content > h1.max-width-1080,
    .entry__content > h2.max-width-1080,
    .entry__content > h3.max-width-1080,
    .entry__content > h4.max-width-1080,
    .entry__content > h5.max-width-1080,
    .entry__content > h6.max-width-1080, .entry__content__title.max-width-1080,
    .entry__content > ul.max-width-1080,
    .entry__content > ol.max-width-1080,
    .entry__content > figure.max-width-1080,
    .entry__content > .wp-block-columns.max-width-1080, .page__content > p.max-width-1080, .page__content-p.max-width-1080,
    .page__content > h1.max-width-1080,
    .page__content > h2.max-width-1080,
    .page__content > h3.max-width-1080,
    .page__content > h4.max-width-1080,
    .page__content > h5.max-width-1080,
    .page__content > h6.max-width-1080, .page__content__title.max-width-1080,
    .page__content > ul.max-width-1080,
    .page__content > ol.max-width-1080,
    .page__content > figure.max-width-1080,
    .page__content > .wp-block-columns.max-width-1080 {
      max-width: 67.5rem; }
    .entry__content > p.max-width-1280, .entry__content-p.max-width-1280,
    .entry__content > h1.max-width-1280,
    .entry__content > h2.max-width-1280,
    .entry__content > h3.max-width-1280,
    .entry__content > h4.max-width-1280,
    .entry__content > h5.max-width-1280,
    .entry__content > h6.max-width-1280, .entry__content__title.max-width-1280,
    .entry__content > ul.max-width-1280,
    .entry__content > ol.max-width-1280,
    .entry__content > figure.max-width-1280,
    .entry__content > .wp-block-columns.max-width-1280, .page__content > p.max-width-1280, .page__content-p.max-width-1280,
    .page__content > h1.max-width-1280,
    .page__content > h2.max-width-1280,
    .page__content > h3.max-width-1280,
    .page__content > h4.max-width-1280,
    .page__content > h5.max-width-1280,
    .page__content > h6.max-width-1280, .page__content__title.max-width-1280,
    .page__content > ul.max-width-1280,
    .page__content > ol.max-width-1280,
    .page__content > figure.max-width-1280,
    .page__content > .wp-block-columns.max-width-1280 {
      max-width: 80rem; }
    .entry__content > p.max-width-1440, .entry__content-p.max-width-1440,
    .entry__content > h1.max-width-1440,
    .entry__content > h2.max-width-1440,
    .entry__content > h3.max-width-1440,
    .entry__content > h4.max-width-1440,
    .entry__content > h5.max-width-1440,
    .entry__content > h6.max-width-1440, .entry__content__title.max-width-1440,
    .entry__content > ul.max-width-1440,
    .entry__content > ol.max-width-1440,
    .entry__content > figure.max-width-1440,
    .entry__content > .wp-block-columns.max-width-1440, .page__content > p.max-width-1440, .page__content-p.max-width-1440,
    .page__content > h1.max-width-1440,
    .page__content > h2.max-width-1440,
    .page__content > h3.max-width-1440,
    .page__content > h4.max-width-1440,
    .page__content > h5.max-width-1440,
    .page__content > h6.max-width-1440, .page__content__title.max-width-1440,
    .page__content > ul.max-width-1440,
    .page__content > ol.max-width-1440,
    .page__content > figure.max-width-1440,
    .page__content > .wp-block-columns.max-width-1440 {
      max-width: 90rem; }
  .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 + h6, .entry__content-p + h2,
    .entry__content-p + h3,
    .entry__content-p + h4,
    .entry__content-p + h5,
    .entry__content-p + h6, .page__content > p + h2,
    .page__content > p + h3,
    .page__content > p + h4,
    .page__content > p + h5,
    .page__content > p + h6, .page__content-p + h2,
    .page__content-p + h3,
    .page__content-p + h4,
    .page__content-p + h5,
    .page__content-p + h6 {
      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 > ul + h6,
    .entry__content > ol + h2,
    .entry__content > ol + h3,
    .entry__content > ol + h4,
    .entry__content > ol + h5,
    .entry__content > ol + h6, .page__content > ul + h2,
    .page__content > ul + h3,
    .page__content > ul + h4,
    .page__content > ul + h5,
    .page__content > ul + h6,
    .page__content > ol + h2,
    .page__content > ol + h3,
    .page__content > ol + h4,
    .page__content > ol + h5,
    .page__content > ol + h6 {
      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: .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: .75rem;
    padding-left: .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 > .block__flex-grid,
  .entry__content > .block__careers-mission,
  .entry__content > .block__careers-2x2,
  .entry__content > .block__quote-highlights,
  .entry__content > .block__jobs-filters,
  .entry__content > .block__careers-hero,
  .entry__content > .block__team-highlights,
  .entry__content > .block__values,
  .entry__content > .block__impact-city, .page__content > .block__flex-grid,
  .page__content > .block__careers-mission,
  .page__content > .block__careers-2x2,
  .page__content > .block__quote-highlights,
  .page__content > .block__jobs-filters,
  .page__content > .block__careers-hero,
  .page__content > .block__team-highlights,
  .page__content > .block__values,
  .page__content > .block__impact-city {
    max-width: none; }
  .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 > h6, .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 > h6, .page__content.wide__title,
  .page__content.wide > ul,
  .page__content.wide > ol,
  .page__content.wide > figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .entry__content.wide > p.max-width-500, .entry__content.wide-p.max-width-500,
    .entry__content.wide > h1.max-width-500,
    .entry__content.wide > h2.max-width-500,
    .entry__content.wide > h3.max-width-500,
    .entry__content.wide > h4.max-width-500,
    .entry__content.wide > h5.max-width-500,
    .entry__content.wide > h6.max-width-500, .entry__content.wide__title.max-width-500,
    .entry__content.wide > ul.max-width-500,
    .entry__content.wide > ol.max-width-500,
    .entry__content.wide > figure.max-width-500, .page__content.wide > p.max-width-500, .page__content.wide-p.max-width-500,
    .page__content.wide > h1.max-width-500,
    .page__content.wide > h2.max-width-500,
    .page__content.wide > h3.max-width-500,
    .page__content.wide > h4.max-width-500,
    .page__content.wide > h5.max-width-500,
    .page__content.wide > h6.max-width-500, .page__content.wide__title.max-width-500,
    .page__content.wide > ul.max-width-500,
    .page__content.wide > ol.max-width-500,
    .page__content.wide > figure.max-width-500 {
      max-width: 31.25rem; }
    .entry__content.wide > p.max-width-600, .entry__content.wide-p.max-width-600,
    .entry__content.wide > h1.max-width-600,
    .entry__content.wide > h2.max-width-600,
    .entry__content.wide > h3.max-width-600,
    .entry__content.wide > h4.max-width-600,
    .entry__content.wide > h5.max-width-600,
    .entry__content.wide > h6.max-width-600, .entry__content.wide__title.max-width-600,
    .entry__content.wide > ul.max-width-600,
    .entry__content.wide > ol.max-width-600,
    .entry__content.wide > figure.max-width-600, .page__content.wide > p.max-width-600, .page__content.wide-p.max-width-600,
    .page__content.wide > h1.max-width-600,
    .page__content.wide > h2.max-width-600,
    .page__content.wide > h3.max-width-600,
    .page__content.wide > h4.max-width-600,
    .page__content.wide > h5.max-width-600,
    .page__content.wide > h6.max-width-600, .page__content.wide__title.max-width-600,
    .page__content.wide > ul.max-width-600,
    .page__content.wide > ol.max-width-600,
    .page__content.wide > figure.max-width-600 {
      max-width: 37.5rem; }
    .entry__content.wide > p.max-width-700, .entry__content.wide-p.max-width-700,
    .entry__content.wide > h1.max-width-700,
    .entry__content.wide > h2.max-width-700,
    .entry__content.wide > h3.max-width-700,
    .entry__content.wide > h4.max-width-700,
    .entry__content.wide > h5.max-width-700,
    .entry__content.wide > h6.max-width-700, .entry__content.wide__title.max-width-700,
    .entry__content.wide > ul.max-width-700,
    .entry__content.wide > ol.max-width-700,
    .entry__content.wide > figure.max-width-700, .page__content.wide > p.max-width-700, .page__content.wide-p.max-width-700,
    .page__content.wide > h1.max-width-700,
    .page__content.wide > h2.max-width-700,
    .page__content.wide > h3.max-width-700,
    .page__content.wide > h4.max-width-700,
    .page__content.wide > h5.max-width-700,
    .page__content.wide > h6.max-width-700, .page__content.wide__title.max-width-700,
    .page__content.wide > ul.max-width-700,
    .page__content.wide > ol.max-width-700,
    .page__content.wide > figure.max-width-700 {
      max-width: 43.75rem; }
    .entry__content.wide > p.max-width-960, .entry__content.wide-p.max-width-960,
    .entry__content.wide > h1.max-width-960,
    .entry__content.wide > h2.max-width-960,
    .entry__content.wide > h3.max-width-960,
    .entry__content.wide > h4.max-width-960,
    .entry__content.wide > h5.max-width-960,
    .entry__content.wide > h6.max-width-960, .entry__content.wide__title.max-width-960,
    .entry__content.wide > ul.max-width-960,
    .entry__content.wide > ol.max-width-960,
    .entry__content.wide > figure.max-width-960, .page__content.wide > p.max-width-960, .page__content.wide-p.max-width-960,
    .page__content.wide > h1.max-width-960,
    .page__content.wide > h2.max-width-960,
    .page__content.wide > h3.max-width-960,
    .page__content.wide > h4.max-width-960,
    .page__content.wide > h5.max-width-960,
    .page__content.wide > h6.max-width-960, .page__content.wide__title.max-width-960,
    .page__content.wide > ul.max-width-960,
    .page__content.wide > ol.max-width-960,
    .page__content.wide > figure.max-width-960 {
      max-width: 60rem; }
    .entry__content.wide > p.max-width-1080, .entry__content.wide-p.max-width-1080,
    .entry__content.wide > h1.max-width-1080,
    .entry__content.wide > h2.max-width-1080,
    .entry__content.wide > h3.max-width-1080,
    .entry__content.wide > h4.max-width-1080,
    .entry__content.wide > h5.max-width-1080,
    .entry__content.wide > h6.max-width-1080, .entry__content.wide__title.max-width-1080,
    .entry__content.wide > ul.max-width-1080,
    .entry__content.wide > ol.max-width-1080,
    .entry__content.wide > figure.max-width-1080, .page__content.wide > p.max-width-1080, .page__content.wide-p.max-width-1080,
    .page__content.wide > h1.max-width-1080,
    .page__content.wide > h2.max-width-1080,
    .page__content.wide > h3.max-width-1080,
    .page__content.wide > h4.max-width-1080,
    .page__content.wide > h5.max-width-1080,
    .page__content.wide > h6.max-width-1080, .page__content.wide__title.max-width-1080,
    .page__content.wide > ul.max-width-1080,
    .page__content.wide > ol.max-width-1080,
    .page__content.wide > figure.max-width-1080 {
      max-width: 67.5rem; }
    .entry__content.wide > p.max-width-1280, .entry__content.wide-p.max-width-1280,
    .entry__content.wide > h1.max-width-1280,
    .entry__content.wide > h2.max-width-1280,
    .entry__content.wide > h3.max-width-1280,
    .entry__content.wide > h4.max-width-1280,
    .entry__content.wide > h5.max-width-1280,
    .entry__content.wide > h6.max-width-1280, .entry__content.wide__title.max-width-1280,
    .entry__content.wide > ul.max-width-1280,
    .entry__content.wide > ol.max-width-1280,
    .entry__content.wide > figure.max-width-1280, .page__content.wide > p.max-width-1280, .page__content.wide-p.max-width-1280,
    .page__content.wide > h1.max-width-1280,
    .page__content.wide > h2.max-width-1280,
    .page__content.wide > h3.max-width-1280,
    .page__content.wide > h4.max-width-1280,
    .page__content.wide > h5.max-width-1280,
    .page__content.wide > h6.max-width-1280, .page__content.wide__title.max-width-1280,
    .page__content.wide > ul.max-width-1280,
    .page__content.wide > ol.max-width-1280,
    .page__content.wide > figure.max-width-1280 {
      max-width: 80rem; }
    .entry__content.wide > p.max-width-1440, .entry__content.wide-p.max-width-1440,
    .entry__content.wide > h1.max-width-1440,
    .entry__content.wide > h2.max-width-1440,
    .entry__content.wide > h3.max-width-1440,
    .entry__content.wide > h4.max-width-1440,
    .entry__content.wide > h5.max-width-1440,
    .entry__content.wide > h6.max-width-1440, .entry__content.wide__title.max-width-1440,
    .entry__content.wide > ul.max-width-1440,
    .entry__content.wide > ol.max-width-1440,
    .entry__content.wide > figure.max-width-1440, .page__content.wide > p.max-width-1440, .page__content.wide-p.max-width-1440,
    .page__content.wide > h1.max-width-1440,
    .page__content.wide > h2.max-width-1440,
    .page__content.wide > h3.max-width-1440,
    .page__content.wide > h4.max-width-1440,
    .page__content.wide > h5.max-width-1440,
    .page__content.wide > h6.max-width-1440, .page__content.wide__title.max-width-1440,
    .page__content.wide > ul.max-width-1440,
    .page__content.wide > ol.max-width-1440,
    .page__content.wide > figure.max-width-1440 {
      max-width: 90rem; }
    .entry__content.wide > p.width_700, .entry__content.wide-p.width_700,
    .entry__content.wide > h1.width_700,
    .entry__content.wide > h2.width_700,
    .entry__content.wide > h3.width_700,
    .entry__content.wide > h4.width_700,
    .entry__content.wide > h5.width_700,
    .entry__content.wide > h6.width_700, .entry__content.wide__title.width_700,
    .entry__content.wide > ul.width_700,
    .entry__content.wide > ol.width_700,
    .entry__content.wide > figure.width_700, .page__content.wide > p.width_700, .page__content.wide-p.width_700,
    .page__content.wide > h1.width_700,
    .page__content.wide > h2.width_700,
    .page__content.wide > h3.width_700,
    .page__content.wide > h4.width_700,
    .page__content.wide > h5.width_700,
    .page__content.wide > h6.width_700, .page__content.wide__title.width_700,
    .page__content.wide > ul.width_700,
    .page__content.wide > ol.width_700,
    .page__content.wide > figure.width_700 {
      max-width: 700px; }
    .entry__content.wide > p.width_960, .entry__content.wide-p.width_960,
    .entry__content.wide > h1.width_960,
    .entry__content.wide > h2.width_960,
    .entry__content.wide > h3.width_960,
    .entry__content.wide > h4.width_960,
    .entry__content.wide > h5.width_960,
    .entry__content.wide > h6.width_960, .entry__content.wide__title.width_960,
    .entry__content.wide > ul.width_960,
    .entry__content.wide > ol.width_960,
    .entry__content.wide > figure.width_960, .page__content.wide > p.width_960, .page__content.wide-p.width_960,
    .page__content.wide > h1.width_960,
    .page__content.wide > h2.width_960,
    .page__content.wide > h3.width_960,
    .page__content.wide > h4.width_960,
    .page__content.wide > h5.width_960,
    .page__content.wide > h6.width_960, .page__content.wide__title.width_960,
    .page__content.wide > ul.width_960,
    .page__content.wide > ol.width_960,
    .page__content.wide > figure.width_960 {
      max-width: 960px; }
    .entry__content.wide > p.width_1080, .entry__content.wide-p.width_1080,
    .entry__content.wide > h1.width_1080,
    .entry__content.wide > h2.width_1080,
    .entry__content.wide > h3.width_1080,
    .entry__content.wide > h4.width_1080,
    .entry__content.wide > h5.width_1080,
    .entry__content.wide > h6.width_1080, .entry__content.wide__title.width_1080,
    .entry__content.wide > ul.width_1080,
    .entry__content.wide > ol.width_1080,
    .entry__content.wide > figure.width_1080, .page__content.wide > p.width_1080, .page__content.wide-p.width_1080,
    .page__content.wide > h1.width_1080,
    .page__content.wide > h2.width_1080,
    .page__content.wide > h3.width_1080,
    .page__content.wide > h4.width_1080,
    .page__content.wide > h5.width_1080,
    .page__content.wide > h6.width_1080, .page__content.wide__title.width_1080,
    .page__content.wide > ul.width_1080,
    .page__content.wide > ol.width_1080,
    .page__content.wide > figure.width_1080 {
      max-width: 1080px; }
    .entry__content.wide > p.width_1280, .entry__content.wide-p.width_1280,
    .entry__content.wide > h1.width_1280,
    .entry__content.wide > h2.width_1280,
    .entry__content.wide > h3.width_1280,
    .entry__content.wide > h4.width_1280,
    .entry__content.wide > h5.width_1280,
    .entry__content.wide > h6.width_1280, .entry__content.wide__title.width_1280,
    .entry__content.wide > ul.width_1280,
    .entry__content.wide > ol.width_1280,
    .entry__content.wide > figure.width_1280, .page__content.wide > p.width_1280, .page__content.wide-p.width_1280,
    .page__content.wide > h1.width_1280,
    .page__content.wide > h2.width_1280,
    .page__content.wide > h3.width_1280,
    .page__content.wide > h4.width_1280,
    .page__content.wide > h5.width_1280,
    .page__content.wide > h6.width_1280, .page__content.wide__title.width_1280,
    .page__content.wide > ul.width_1280,
    .page__content.wide > ol.width_1280,
    .page__content.wide > figure.width_1280 {
      max-width: 1280px; }
    .entry__content.wide > p.width_1440, .entry__content.wide-p.width_1440,
    .entry__content.wide > h1.width_1440,
    .entry__content.wide > h2.width_1440,
    .entry__content.wide > h3.width_1440,
    .entry__content.wide > h4.width_1440,
    .entry__content.wide > h5.width_1440,
    .entry__content.wide > h6.width_1440, .entry__content.wide__title.width_1440,
    .entry__content.wide > ul.width_1440,
    .entry__content.wide > ol.width_1440,
    .entry__content.wide > figure.width_1440, .page__content.wide > p.width_1440, .page__content.wide-p.width_1440,
    .page__content.wide > h1.width_1440,
    .page__content.wide > h2.width_1440,
    .page__content.wide > h3.width_1440,
    .page__content.wide > h4.width_1440,
    .page__content.wide > h5.width_1440,
    .page__content.wide > h6.width_1440, .page__content.wide__title.width_1440,
    .page__content.wide > ul.width_1440,
    .page__content.wide > ol.width_1440,
    .page__content.wide > figure.width_1440 {
      max-width: 1440px; }
    .entry__content.wide > p.width_1620, .entry__content.wide-p.width_1620,
    .entry__content.wide > h1.width_1620,
    .entry__content.wide > h2.width_1620,
    .entry__content.wide > h3.width_1620,
    .entry__content.wide > h4.width_1620,
    .entry__content.wide > h5.width_1620,
    .entry__content.wide > h6.width_1620, .entry__content.wide__title.width_1620,
    .entry__content.wide > ul.width_1620,
    .entry__content.wide > ol.width_1620,
    .entry__content.wide > figure.width_1620, .page__content.wide > p.width_1620, .page__content.wide-p.width_1620,
    .page__content.wide > h1.width_1620,
    .page__content.wide > h2.width_1620,
    .page__content.wide > h3.width_1620,
    .page__content.wide > h4.width_1620,
    .page__content.wide > h5.width_1620,
    .page__content.wide > h6.width_1620, .page__content.wide__title.width_1620,
    .page__content.wide > ul.width_1620,
    .page__content.wide > ol.width_1620,
    .page__content.wide > figure.width_1620 {
      max-width: 1620px; }
    @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 > h6, .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 > h6, .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 > h6, .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 > h6, .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 > h6, .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 > h6, .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 > h1, .page__content.wide > h1 {
    max-width: 60rem; }
  .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;
    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: 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: 48rem) {
        .page__featured-image__heading span {
          max-width: 15rem; } }
      @media (min-width: 56.25rem) {
        .page__featured-image__heading span {
          max-width: 20rem; } }
      @media (min-width: 67.5rem) {
        .page__featured-image__heading span {
          font-size: 1.875rem; } }
      @media (min-width: 90rem) {
        .page__featured-image__heading span {
          max-width: none; } }
  .page__featured-image__wrapper {
    width: 100%;
    position: relative; }

.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;
  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-size: 2.125rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  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: 1.25rem;
      font-size: 2.125rem; } }
  @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: .7;
        transition: opacity .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: .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;
  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-size: 1.75rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.142em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.9375rem; }
    @media (min-width: 67.5rem) {
      .author__header__credentials {
        margin-bottom: 1rem;
        font-size: 1.75rem; } }
  .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; }

.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, .klaviyo-form button[type=button][aria-disabled=true] {
    background-color: #E2E3E4;
    color: #787C7D;
    border: none; }
    .klaviyo-form button[type=button].disabled:hover, .klaviyo-form button[type=button].disabled:active, .klaviyo-form button[type=button][aria-disabled=true]:hover, .klaviyo-form button[type=button][aria-disabled=true]:active {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none;
      outline: 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: .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: .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: .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: 60rem;
    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; } }
  .block__global-contacts .global-contacts__item h4 {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    color: #00422D; }
    @media (min-width: 67.5rem) {
      .block__global-contacts .global-contacts__item h4 {
        font-size: 1.25rem; } }

.global-contacts__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 60rem;
  display: flex;
  flex-direction: column; }
  .global-contacts__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .global-contacts__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .global-contacts__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .global-contacts__wrapper.max-width-960 {
    max-width: 60rem; }
  .global-contacts__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .global-contacts__wrapper.max-width-1280 {
    max-width: 80rem; }
  .global-contacts__wrapper.max-width-1440 {
    max-width: 90rem; }
  .global-contacts__wrapper.width_700 {
    max-width: 700px; }
  .global-contacts__wrapper.width_960 {
    max-width: 960px; }
  .global-contacts__wrapper.width_1080 {
    max-width: 1080px; }
  .global-contacts__wrapper.width_1280 {
    max-width: 1280px; }
  .global-contacts__wrapper.width_1440 {
    max-width: 1440px; }
  .global-contacts__wrapper.width_1620 {
    max-width: 1620px; }
  @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; } }
  @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, .global-contacts__quicklinks__btn[aria-disabled=true] {
    background-color: #E2E3E4;
    color: #787C7D;
    border: none; }
    .global-contacts__quicklinks__btn.disabled:hover, .global-contacts__quicklinks__btn.disabled:active, .global-contacts__quicklinks__btn[aria-disabled=true]:hover, .global-contacts__quicklinks__btn[aria-disabled=true]:active {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none;
      outline: 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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #grnhse_app.max-width-500 {
    max-width: 31.25rem; }
  #grnhse_app.max-width-600 {
    max-width: 37.5rem; }
  #grnhse_app.max-width-700 {
    max-width: 43.75rem; }
  #grnhse_app.max-width-960 {
    max-width: 60rem; }
  #grnhse_app.max-width-1080 {
    max-width: 67.5rem; }
  #grnhse_app.max-width-1280 {
    max-width: 80rem; }
  #grnhse_app.max-width-1440 {
    max-width: 90rem; }
  #grnhse_app.width_700 {
    max-width: 700px; }
  #grnhse_app.width_960 {
    max-width: 960px; }
  #grnhse_app.width_1080 {
    max-width: 1080px; }
  #grnhse_app.width_1280 {
    max-width: 1280px; }
  #grnhse_app.width_1440 {
    max-width: 1440px; }
  #grnhse_app.width_1620 {
    max-width: 1620px; }
  @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; } }

.roles {
  padding: 20px 0;
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  display: wrap;
  padding-left: 1rem;
  padding-right: 1rem; }
  @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; }
    @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: .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; }
  @media (min-width: 768px) {
    .roles__wrapper {
      padding-top: 32px; } }

.roles .roles-department {
  width: 100%;
  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;
  order: 0; }
  .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.no-search-results {
    order: 100; }
  .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 120px;
    align-items: center; }
    .roles .roles-department__role:hover .roles-department__role-title,
    .roles .roles-department__role:hover .roles-department__role-location {
      font-weight: 600; }
    .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: 12px;
      transition: background-color .25s, color .25s;
      padding: 0.75rem 1rem;
      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 120px; }
      .roles .roles-department__heading {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 120px; }
      .roles .roles-department__role {
        grid-template-columns: 1fr 1fr 120px;
        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-row: 1/2; } }

#openings.location-filter-applied .no-listings,
#openings.location-filter-applied .no-results, #openings.search-filter-applied .no-listings,
#openings.search-filter-applied .no-results {
  display: none; }
#openings.department-filter-applied .roles-select__department, #openings.location-filter-applied .roles-select__location, #openings.search-filter-applied .roles-select__search {
  background-color: #D4F395; }

/* 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;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  transition: opacity .25s;
  width: 100vw;
  height: 100vh;
  overflow-y: auto; }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s; }
  .modal__wrapper {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080+"px";
    box-sizing: border-box;
    max-width: 67.5rem; }
    .modal__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .modal__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .modal__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .modal__wrapper.max-width-960 {
      max-width: 60rem; }
    .modal__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .modal__wrapper.max-width-1280 {
      max-width: 80rem; }
    .modal__wrapper.max-width-1440 {
      max-width: 90rem; }
    .modal__wrapper.width_700 {
      max-width: 700px; }
    .modal__wrapper.width_960 {
      max-width: 960px; }
    .modal__wrapper.width_1080 {
      max-width: 1080px; }
    .modal__wrapper.width_1280 {
      max-width: 1280px; }
    .modal__wrapper.width_1440 {
      max-width: 1440px; }
    .modal__wrapper.width_1620 {
      max-width: 1620px; }
    @media (min-width: 25.875rem) {
      .modal__wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media (min-width: 48rem) {
      .modal__wrapper {
        padding-left: 3.75rem;
        padding-right: 3.75rem; } }
  .modal__main {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto 2.5rem;
    background-color: #FFFFFF;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    z-index: 11; }
    @media (min-width: 23.4375rem) {
      .modal__main {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .modal__main {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .modal__main {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .modal__main::-webkit-scrollbar {
      width: 4px; }
    .modal__main::-webkit-scrollbar-thumb {
      background-color: #F7F7F3; }
    @media (min-width: 25.875rem) {
      .modal__main {
        margin: 1.25rem auto 2.5rem; } }
    @media (min-width: 48rem) {
      .modal__main {
        margin: 2.5rem auto 6.25rem;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
  .modal__footer {
    padding-top: 2.5rem;
    text-align: center; }
    .modal__footer a {
      font-size: 0.875rem;
      border-bottom: 2px solid transparent;
      padding: 0.2rem 0; }
      .modal__footer a:hover {
        border-bottom-color: #117E89; }
  .modal .close-btn {
    overflow: hidden;
    position: absolute;
    top: -1rem;
    right: 0;
    width: 2.75rem;
    height: 2.75rem;
    z-index: 11;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #535A5C; }
    @media (min-width: 48rem) {
      .modal .close-btn {
        top: 1rem;
        right: 1rem; } }
    .modal .close-btn path {
      fill: #535A5C; }
    .modal .close-btn:hover {
      fill: #0B0E0F; }
      .modal .close-btn:hover path {
        fill: #0B0E0F; }
  .modal.show {
    opacity: 1;
    pointer-events: all; }
    .modal.show .modal__overlay {
      opacity: 1;
      pointer-events: all; }
  .modal--video-player .close-btn {
    display: none; }
    .modal--video-player .close-btn path {
      fill: #FFFFFF;
      pointer-events: none; }
    .modal--video-player .close-btn:hover path {
      fill: #E2E3E4; }
  .modal--video-player .modal__overlay {
    background-color: rgba(0, 0, 0, 0.85); }
  .modal--video-player .modal__main {
    background: transparent;
    padding-left: 0;
    padding-right: 0; }
  .modal--video-player .modal__body {
    position: relative;
    padding-top: 56.25%; }
    .modal--video-player .modal__body iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .modal--video-player .modal__footer a {
    color: #FFFFFF;
    font-size: 1.1875rem;
    text-decoration: underline; }

html.no-scroll {
  overflow-y: hidden; }

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 button[aria-disabled=true], .site__wrapper [type="button"].disabled, .site__wrapper [type="button"][aria-disabled=true], .site__wrapper [type="reset"].disabled, .site__wrapper [type="reset"][aria-disabled=true], .site__wrapper [type="submit"].disabled, .site__wrapper [type="submit"][aria-disabled=true] {
    background-color: #E2E3E4;
    color: #787C7D;
    border: none; }
    .site__wrapper button.disabled:hover, .site__wrapper button.disabled:active, .site__wrapper button[aria-disabled=true]:hover, .site__wrapper button[aria-disabled=true]:active, .site__wrapper [type="button"].disabled:hover, .site__wrapper [type="button"].disabled:active, .site__wrapper [type="button"][aria-disabled=true]:hover, .site__wrapper [type="button"][aria-disabled=true]:active, .site__wrapper [type="reset"].disabled:hover, .site__wrapper [type="reset"].disabled:active, .site__wrapper [type="reset"][aria-disabled=true]:hover, .site__wrapper [type="reset"][aria-disabled=true]:active, .site__wrapper [type="submit"].disabled:hover, .site__wrapper [type="submit"].disabled:active, .site__wrapper [type="submit"][aria-disabled=true]:hover, .site__wrapper [type="submit"][aria-disabled=true]:active {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none;
      outline: 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: .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: .5rem; }
      .q-and-a__form > p {
        margin-bottom: .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: .625rem;
  grid-auto-columns: 1fr max-content;
  grid-auto-flow: column;
  padding: .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: .625rem 2.25rem; } }
  @media (min-width: 79.5rem) {
    form.search {
      padding: .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 .3s ease; }
  input.search-field:focus {
    background-color: #FBFAFA;
    outline: none;
    transition: background-color 0.3s ease; }
  input.search-field:-ms-input-placeholder {
    color: #0B0E0F;
    font-style: italic; }
  input.search-field::placeholder {
    color: #0B0E0F;
    font-style: italic; }
  @media (min-width: 992px) {
    input.search-field {
      font-size: 1.25rem; } }

.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, .search-submit[aria-disabled=true] {
    background-color: #E2E3E4;
    color: #787C7D;
    border: none; }
    .search-submit.disabled:hover, .search-submit.disabled:active, .search-submit[aria-disabled=true]:hover, .search-submit[aria-disabled=true]:active {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none;
      outline: 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,
  .content-area .content__search input {
    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,
      .content-area .content__search input {
        width: auto;
        text-align: left; } }
    .content-area .content__search__field:focus,
    .content-area .content__search input:focus {
      border-color: #8ED500; }
  .content-area .content__search__submit,
  .content-area .content__search button[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%;
    border-radius: 0 4px 4px 0;
    padding: 0.9375rem 1rem;
    height: 100%; }
    .content-area .content__search__submit:hover,
    .content-area .content__search button[type=submit]:hover {
      text-decoration: none; }
    .content-area .content__search__submit a,
    .content-area .content__search button[type=submit] a {
      text-decoration: none; }
      .content-area .content__search__submit a:hover,
      .content-area .content__search button[type=submit] a:hover {
        text-decoration: none; }
    .content-area .content__search__submit.disabled, .content-area .content__search__submit[aria-disabled=true],
    .content-area .content__search button[type=submit].disabled,
    .content-area .content__search button[type=submit][aria-disabled=true] {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none; }
      .content-area .content__search__submit.disabled:hover, .content-area .content__search__submit.disabled:active, .content-area .content__search__submit[aria-disabled=true]:hover, .content-area .content__search__submit[aria-disabled=true]:active,
      .content-area .content__search button[type=submit].disabled:hover,
      .content-area .content__search button[type=submit].disabled:active,
      .content-area .content__search button[type=submit][aria-disabled=true]:hover,
      .content-area .content__search button[type=submit][aria-disabled=true]:active {
        background-color: #E2E3E4;
        color: #787C7D;
        border: none;
        outline: none; }
    .content-area .content__search__submit:hover,
    .content-area .content__search button[type=submit]:hover {
      color: #FFFFFF;
      background-color: #006142;
      border: 1px solid #006142; }
    .content-area .content__search__submit:active,
    .content-area .content__search button[type=submit]:active {
      color: #FFFFFF;
      background-color: #006142;
      border: 1px solid #006142; }
    @media (min-width: 48rem) {
      .content-area .content__search__submit,
      .content-area .content__search button[type=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 .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;
    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-size: 1.75rem;
    font-family: "Lato";
    font-weight: 700;
    line-height: 1.142em;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #969B9C; }
    @media (min-width: 67.5rem) {
      .widget h3, .widget h3 a, .widget__title {
        font-size: 1.75rem; } }
  .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-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    list-style-type: none; }
    @media (min-width: 67.5rem) {
      .widget_nav_menu .menu-item {
        font-size: 1.25rem; } }
    .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 .25s;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 2.5rem 2rem 1.5rem;
  box-sizing: border-box;
  transition: background-color .25s;
  background-color: #8ED500; }
  .tile__home-feature:not(.featured-image) .tile__image picture, .tile__home-feature:not(.featured-image) .tile__image img {
    transition: transform .25s; }
  .tile__home-feature:not(.featured-image) .tile__press-bg svg path {
    transition: opacity .25s, fill .25s; }
  .tile__home-feature:not(.featured-image) .tile__title {
    transition: color .25s; }
    .tile__home-feature:not(.featured-image) .tile__title a {
      transition: color .25s; }
  .tile__home-feature:not(.featured-image) .tile__posted-on {
    transition: color .25s; }
  .tile__home-feature:not(.featured-image) .tile__excerpt {
    transition: color .25s; }
  .tile__home-feature:not(.featured-image) .tile__press-bg svg path {
    fill: #D4F395;
    opacity: .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: .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 .25s; }
  .tile__home-feature:not(.featured-image) .tile__title {
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-size: 7vw;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    transition: color .25s;
    margin-bottom: 6.25rem; }
    @media (min-width: 67.5rem) {
      .tile__home-feature:not(.featured-image) .tile__title {
        margin-bottom: 1.25rem;
        font-size: 2.125rem; } }
    @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 .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 .25s;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 1.25rem 1.25rem 1rem;
  transition: background-color .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 .25s; }
  .tile__home-feature.featured-image.wrapped .tile__press-bg svg path {
    transition: opacity .25s, fill .25s; }
  .tile__home-feature.featured-image.wrapped .tile__title {
    transition: color .25s; }
    .tile__home-feature.featured-image.wrapped .tile__title a {
      transition: color .25s; }
  .tile__home-feature.featured-image.wrapped .tile__posted-on {
    transition: color .25s; }
  .tile__home-feature.featured-image.wrapped .tile__excerpt {
    transition: color .25s; }
  .tile__home-feature.featured-image.wrapped .tile__press-bg svg path {
    fill: #D4F395;
    opacity: .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: .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 .25s;
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.4em;
    color: #00422D;
    margin-bottom: 0.75rem; }
    @media (min-width: 67.5rem) {
      .tile__home-feature.featured-image.wrapped .tile__title {
        margin-bottom: 1.25rem;
        font-size: 2.125rem; } }
    .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 .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-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: #00422D;
    margin-bottom: 0; }
    @media (min-width: 67.5rem) {
      .tile__home-feature.featured-image.stacked .tile__title {
        margin-bottom: 1.25rem;
        font-size: 2.125rem; } }
    .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 .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;
  margin-left: 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;
  margin-left: 0; }
  .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;
  margin-left: 0; }
  .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 .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;
    max-width: 100%;
    overflow: hidden; }
    .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 .25s; }
  .tile__press .tile__press-bg svg path {
    transition: opacity .25s, fill .25s; }
  .tile__press .tile__title {
    transition: color .25s; }
    .tile__press .tile__title a {
      transition: color .25s; }
  .tile__press .tile__posted-on {
    transition: color .25s; }
  .tile__press .tile__excerpt {
    transition: color .25s; }
  .tile__press .tile__press-bg svg path {
    fill: #8ED500;
    opacity: .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 .25s;
    background-color: #D4F395; }
    .tile__press.color-lime .tile__image picture, .tile__press.color-lime .tile__image img {
      transition: transform .25s; }
    .tile__press.color-lime .tile__press-bg svg path {
      transition: opacity .25s, fill .25s; }
    .tile__press.color-lime .tile__title {
      transition: color .25s; }
      .tile__press.color-lime .tile__title a {
        transition: color .25s; }
    .tile__press.color-lime .tile__posted-on {
      transition: color .25s; }
    .tile__press.color-lime .tile__excerpt {
      transition: color .25s; }
    .tile__press.color-lime .tile__press-bg svg path {
      fill: #8ED500;
      opacity: .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 .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 .25s; }
    .tile__press.color-yellow .tile__press-bg svg path {
      transition: opacity .25s, fill .25s; }
    .tile__press.color-yellow .tile__title {
      transition: color .25s; }
      .tile__press.color-yellow .tile__title a {
        transition: color .25s; }
    .tile__press.color-yellow .tile__posted-on {
      transition: color .25s; }
    .tile__press.color-yellow .tile__excerpt {
      transition: color .25s; }
    .tile__press.color-yellow .tile__press-bg svg path {
      fill: #FEF8D7;
      opacity: .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: .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 .25s;
    background-color: #FEF8D7; }
    .tile__press.color-light-yellow .tile__image picture, .tile__press.color-light-yellow .tile__image img {
      transition: transform .25s; }
    .tile__press.color-light-yellow .tile__press-bg svg path {
      transition: opacity .25s, fill .25s; }
    .tile__press.color-light-yellow .tile__title {
      transition: color .25s; }
      .tile__press.color-light-yellow .tile__title a {
        transition: color .25s; }
    .tile__press.color-light-yellow .tile__posted-on {
      transition: color .25s; }
    .tile__press.color-light-yellow .tile__excerpt {
      transition: color .25s; }
    .tile__press.color-light-yellow .tile__press-bg svg path {
      fill: #F9D624;
      opacity: .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: .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 .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 .25s; }
    .tile__press.color-teal .tile__press-bg svg path {
      transition: opacity .25s, fill .25s; }
    .tile__press.color-teal .tile__title {
      transition: color .25s; }
      .tile__press.color-teal .tile__title a {
        transition: color .25s; }
    .tile__press.color-teal .tile__posted-on {
      transition: color .25s; }
    .tile__press.color-teal .tile__excerpt {
      transition: color .25s; }
    .tile__press.color-teal .tile__press-bg svg path {
      fill: #00A3B1;
      opacity: .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: .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-size: 1.75rem;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.142em;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  display: block;
  color: #0B0E0F;
  transition: color .25s; }
  @media (min-width: 67.5rem) {
    .block__press-grid .tile__heading {
      font-size: 1.75rem; } }
.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-dark-teal-color, .entry__content h1.has-dark-teal-color:hover, .entry__content h1.has-dark-teal-color:active, .entry__content h1.has-dark-teal-color:focus, .entry__content h2.has-dark-teal-color, .entry__content h2.has-dark-teal-color:hover, .entry__content h2.has-dark-teal-color:active, .entry__content h2.has-dark-teal-color:focus, .entry__content h3.has-dark-teal-color, .entry__content h3.has-dark-teal-color:hover, .entry__content h3.has-dark-teal-color:active, .entry__content h3.has-dark-teal-color:focus, .entry__content h4.has-dark-teal-color, .entry__content h4.has-dark-teal-color:hover, .entry__content h4.has-dark-teal-color:active, .entry__content h4.has-dark-teal-color:focus, .entry__content h5.has-dark-teal-color, .entry__content h5.has-dark-teal-color:hover, .entry__content h5.has-dark-teal-color:active, .entry__content h5.has-dark-teal-color:focus, .entry__content h6.has-dark-teal-color, .entry__content h6.has-dark-teal-color:hover, .entry__content h6.has-dark-teal-color:active, .entry__content h6.has-dark-teal-color:focus, .page__content h1.has-dark-teal-color, .page__content h1.has-dark-teal-color:hover, .page__content h1.has-dark-teal-color:active, .page__content h1.has-dark-teal-color:focus, .page__content h2.has-dark-teal-color, .page__content h2.has-dark-teal-color:hover, .page__content h2.has-dark-teal-color:active, .page__content h2.has-dark-teal-color:focus, .page__content h3.has-dark-teal-color, .page__content h3.has-dark-teal-color:hover, .page__content h3.has-dark-teal-color:active, .page__content h3.has-dark-teal-color:focus, .page__content h4.has-dark-teal-color, .page__content h4.has-dark-teal-color:hover, .page__content h4.has-dark-teal-color:active, .page__content h4.has-dark-teal-color:focus, .page__content h5.has-dark-teal-color, .page__content h5.has-dark-teal-color:hover, .page__content h5.has-dark-teal-color:active, .page__content h5.has-dark-teal-color:focus, .page__content h6.has-dark-teal-color, .page__content h6.has-dark-teal-color:hover, .page__content h6.has-dark-teal-color:active, .page__content h6.has-dark-teal-color:focus {
  color: #117E89; }
.entry__content h1.has-dark-teal-background-color, .entry__content h1.has-dark-teal-background-color:hover, .entry__content h1.has-dark-teal-background-color:active, .entry__content h1.has-dark-teal-background-color:focus, .entry__content h2.has-dark-teal-background-color, .entry__content h2.has-dark-teal-background-color:hover, .entry__content h2.has-dark-teal-background-color:active, .entry__content h2.has-dark-teal-background-color:focus, .entry__content h3.has-dark-teal-background-color, .entry__content h3.has-dark-teal-background-color:hover, .entry__content h3.has-dark-teal-background-color:active, .entry__content h3.has-dark-teal-background-color:focus, .entry__content h4.has-dark-teal-background-color, .entry__content h4.has-dark-teal-background-color:hover, .entry__content h4.has-dark-teal-background-color:active, .entry__content h4.has-dark-teal-background-color:focus, .entry__content h5.has-dark-teal-background-color, .entry__content h5.has-dark-teal-background-color:hover, .entry__content h5.has-dark-teal-background-color:active, .entry__content h5.has-dark-teal-background-color:focus, .entry__content h6.has-dark-teal-background-color, .entry__content h6.has-dark-teal-background-color:hover, .entry__content h6.has-dark-teal-background-color:active, .entry__content h6.has-dark-teal-background-color:focus, .page__content h1.has-dark-teal-background-color, .page__content h1.has-dark-teal-background-color:hover, .page__content h1.has-dark-teal-background-color:active, .page__content h1.has-dark-teal-background-color:focus, .page__content h2.has-dark-teal-background-color, .page__content h2.has-dark-teal-background-color:hover, .page__content h2.has-dark-teal-background-color:active, .page__content h2.has-dark-teal-background-color:focus, .page__content h3.has-dark-teal-background-color, .page__content h3.has-dark-teal-background-color:hover, .page__content h3.has-dark-teal-background-color:active, .page__content h3.has-dark-teal-background-color:focus, .page__content h4.has-dark-teal-background-color, .page__content h4.has-dark-teal-background-color:hover, .page__content h4.has-dark-teal-background-color:active, .page__content h4.has-dark-teal-background-color:focus, .page__content h5.has-dark-teal-background-color, .page__content h5.has-dark-teal-background-color:hover, .page__content h5.has-dark-teal-background-color:active, .page__content h5.has-dark-teal-background-color:focus, .page__content h6.has-dark-teal-background-color, .page__content h6.has-dark-teal-background-color:hover, .page__content h6.has-dark-teal-background-color:active, .page__content h6.has-dark-teal-background-color:focus {
  background-color: #117E89;
  border-color: #117E89; }
.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-medium-light-color, .entry__content h1.has-medium-light-color:hover, .entry__content h1.has-medium-light-color:active, .entry__content h1.has-medium-light-color:focus, .entry__content h2.has-medium-light-color, .entry__content h2.has-medium-light-color:hover, .entry__content h2.has-medium-light-color:active, .entry__content h2.has-medium-light-color:focus, .entry__content h3.has-medium-light-color, .entry__content h3.has-medium-light-color:hover, .entry__content h3.has-medium-light-color:active, .entry__content h3.has-medium-light-color:focus, .entry__content h4.has-medium-light-color, .entry__content h4.has-medium-light-color:hover, .entry__content h4.has-medium-light-color:active, .entry__content h4.has-medium-light-color:focus, .entry__content h5.has-medium-light-color, .entry__content h5.has-medium-light-color:hover, .entry__content h5.has-medium-light-color:active, .entry__content h5.has-medium-light-color:focus, .entry__content h6.has-medium-light-color, .entry__content h6.has-medium-light-color:hover, .entry__content h6.has-medium-light-color:active, .entry__content h6.has-medium-light-color:focus, .page__content h1.has-medium-light-color, .page__content h1.has-medium-light-color:hover, .page__content h1.has-medium-light-color:active, .page__content h1.has-medium-light-color:focus, .page__content h2.has-medium-light-color, .page__content h2.has-medium-light-color:hover, .page__content h2.has-medium-light-color:active, .page__content h2.has-medium-light-color:focus, .page__content h3.has-medium-light-color, .page__content h3.has-medium-light-color:hover, .page__content h3.has-medium-light-color:active, .page__content h3.has-medium-light-color:focus, .page__content h4.has-medium-light-color, .page__content h4.has-medium-light-color:hover, .page__content h4.has-medium-light-color:active, .page__content h4.has-medium-light-color:focus, .page__content h5.has-medium-light-color, .page__content h5.has-medium-light-color:hover, .page__content h5.has-medium-light-color:active, .page__content h5.has-medium-light-color:focus, .page__content h6.has-medium-light-color, .page__content h6.has-medium-light-color:hover, .page__content h6.has-medium-light-color:active, .page__content h6.has-medium-light-color:focus {
  color: #F2F2F2; }
.entry__content h1.has-medium-light-background-color, .entry__content h1.has-medium-light-background-color:hover, .entry__content h1.has-medium-light-background-color:active, .entry__content h1.has-medium-light-background-color:focus, .entry__content h2.has-medium-light-background-color, .entry__content h2.has-medium-light-background-color:hover, .entry__content h2.has-medium-light-background-color:active, .entry__content h2.has-medium-light-background-color:focus, .entry__content h3.has-medium-light-background-color, .entry__content h3.has-medium-light-background-color:hover, .entry__content h3.has-medium-light-background-color:active, .entry__content h3.has-medium-light-background-color:focus, .entry__content h4.has-medium-light-background-color, .entry__content h4.has-medium-light-background-color:hover, .entry__content h4.has-medium-light-background-color:active, .entry__content h4.has-medium-light-background-color:focus, .entry__content h5.has-medium-light-background-color, .entry__content h5.has-medium-light-background-color:hover, .entry__content h5.has-medium-light-background-color:active, .entry__content h5.has-medium-light-background-color:focus, .entry__content h6.has-medium-light-background-color, .entry__content h6.has-medium-light-background-color:hover, .entry__content h6.has-medium-light-background-color:active, .entry__content h6.has-medium-light-background-color:focus, .page__content h1.has-medium-light-background-color, .page__content h1.has-medium-light-background-color:hover, .page__content h1.has-medium-light-background-color:active, .page__content h1.has-medium-light-background-color:focus, .page__content h2.has-medium-light-background-color, .page__content h2.has-medium-light-background-color:hover, .page__content h2.has-medium-light-background-color:active, .page__content h2.has-medium-light-background-color:focus, .page__content h3.has-medium-light-background-color, .page__content h3.has-medium-light-background-color:hover, .page__content h3.has-medium-light-background-color:active, .page__content h3.has-medium-light-background-color:focus, .page__content h4.has-medium-light-background-color, .page__content h4.has-medium-light-background-color:hover, .page__content h4.has-medium-light-background-color:active, .page__content h4.has-medium-light-background-color:focus, .page__content h5.has-medium-light-background-color, .page__content h5.has-medium-light-background-color:hover, .page__content h5.has-medium-light-background-color:active, .page__content h5.has-medium-light-background-color:focus, .page__content h6.has-medium-light-background-color, .page__content h6.has-medium-light-background-color:hover, .page__content h6.has-medium-light-background-color:active, .page__content h6.has-medium-light-background-color:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2; }
.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-lighter-surface-color, .entry__content h1.has-lighter-surface-color:hover, .entry__content h1.has-lighter-surface-color:active, .entry__content h1.has-lighter-surface-color:focus, .entry__content h2.has-lighter-surface-color, .entry__content h2.has-lighter-surface-color:hover, .entry__content h2.has-lighter-surface-color:active, .entry__content h2.has-lighter-surface-color:focus, .entry__content h3.has-lighter-surface-color, .entry__content h3.has-lighter-surface-color:hover, .entry__content h3.has-lighter-surface-color:active, .entry__content h3.has-lighter-surface-color:focus, .entry__content h4.has-lighter-surface-color, .entry__content h4.has-lighter-surface-color:hover, .entry__content h4.has-lighter-surface-color:active, .entry__content h4.has-lighter-surface-color:focus, .entry__content h5.has-lighter-surface-color, .entry__content h5.has-lighter-surface-color:hover, .entry__content h5.has-lighter-surface-color:active, .entry__content h5.has-lighter-surface-color:focus, .entry__content h6.has-lighter-surface-color, .entry__content h6.has-lighter-surface-color:hover, .entry__content h6.has-lighter-surface-color:active, .entry__content h6.has-lighter-surface-color:focus, .page__content h1.has-lighter-surface-color, .page__content h1.has-lighter-surface-color:hover, .page__content h1.has-lighter-surface-color:active, .page__content h1.has-lighter-surface-color:focus, .page__content h2.has-lighter-surface-color, .page__content h2.has-lighter-surface-color:hover, .page__content h2.has-lighter-surface-color:active, .page__content h2.has-lighter-surface-color:focus, .page__content h3.has-lighter-surface-color, .page__content h3.has-lighter-surface-color:hover, .page__content h3.has-lighter-surface-color:active, .page__content h3.has-lighter-surface-color:focus, .page__content h4.has-lighter-surface-color, .page__content h4.has-lighter-surface-color:hover, .page__content h4.has-lighter-surface-color:active, .page__content h4.has-lighter-surface-color:focus, .page__content h5.has-lighter-surface-color, .page__content h5.has-lighter-surface-color:hover, .page__content h5.has-lighter-surface-color:active, .page__content h5.has-lighter-surface-color:focus, .page__content h6.has-lighter-surface-color, .page__content h6.has-lighter-surface-color:hover, .page__content h6.has-lighter-surface-color:active, .page__content h6.has-lighter-surface-color:focus {
  color: #F9F9F9; }
.entry__content h1.has-lighter-surface-background-color, .entry__content h1.has-lighter-surface-background-color:hover, .entry__content h1.has-lighter-surface-background-color:active, .entry__content h1.has-lighter-surface-background-color:focus, .entry__content h2.has-lighter-surface-background-color, .entry__content h2.has-lighter-surface-background-color:hover, .entry__content h2.has-lighter-surface-background-color:active, .entry__content h2.has-lighter-surface-background-color:focus, .entry__content h3.has-lighter-surface-background-color, .entry__content h3.has-lighter-surface-background-color:hover, .entry__content h3.has-lighter-surface-background-color:active, .entry__content h3.has-lighter-surface-background-color:focus, .entry__content h4.has-lighter-surface-background-color, .entry__content h4.has-lighter-surface-background-color:hover, .entry__content h4.has-lighter-surface-background-color:active, .entry__content h4.has-lighter-surface-background-color:focus, .entry__content h5.has-lighter-surface-background-color, .entry__content h5.has-lighter-surface-background-color:hover, .entry__content h5.has-lighter-surface-background-color:active, .entry__content h5.has-lighter-surface-background-color:focus, .entry__content h6.has-lighter-surface-background-color, .entry__content h6.has-lighter-surface-background-color:hover, .entry__content h6.has-lighter-surface-background-color:active, .entry__content h6.has-lighter-surface-background-color:focus, .page__content h1.has-lighter-surface-background-color, .page__content h1.has-lighter-surface-background-color:hover, .page__content h1.has-lighter-surface-background-color:active, .page__content h1.has-lighter-surface-background-color:focus, .page__content h2.has-lighter-surface-background-color, .page__content h2.has-lighter-surface-background-color:hover, .page__content h2.has-lighter-surface-background-color:active, .page__content h2.has-lighter-surface-background-color:focus, .page__content h3.has-lighter-surface-background-color, .page__content h3.has-lighter-surface-background-color:hover, .page__content h3.has-lighter-surface-background-color:active, .page__content h3.has-lighter-surface-background-color:focus, .page__content h4.has-lighter-surface-background-color, .page__content h4.has-lighter-surface-background-color:hover, .page__content h4.has-lighter-surface-background-color:active, .page__content h4.has-lighter-surface-background-color:focus, .page__content h5.has-lighter-surface-background-color, .page__content h5.has-lighter-surface-background-color:hover, .page__content h5.has-lighter-surface-background-color:active, .page__content h5.has-lighter-surface-background-color:focus, .page__content h6.has-lighter-surface-background-color, .page__content h6.has-lighter-surface-background-color:hover, .page__content h6.has-lighter-surface-background-color:active, .page__content h6.has-lighter-surface-background-color:focus {
  background-color: #F9F9F9;
  border-color: #F9F9F9; }
.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-body-1-font-size, .entry__content h1.has-body-1-font-size:hover, .entry__content h1.has-body-1-font-size:active, .entry__content h1.has-body-1-font-size:focus, .entry__content h2.has-body-1-font-size, .entry__content h2.has-body-1-font-size:hover, .entry__content h2.has-body-1-font-size:active, .entry__content h2.has-body-1-font-size:focus, .entry__content h3.has-body-1-font-size, .entry__content h3.has-body-1-font-size:hover, .entry__content h3.has-body-1-font-size:active, .entry__content h3.has-body-1-font-size:focus, .entry__content h4.has-body-1-font-size, .entry__content h4.has-body-1-font-size:hover, .entry__content h4.has-body-1-font-size:active, .entry__content h4.has-body-1-font-size:focus, .entry__content h5.has-body-1-font-size, .entry__content h5.has-body-1-font-size:hover, .entry__content h5.has-body-1-font-size:active, .entry__content h5.has-body-1-font-size:focus, .entry__content h6.has-body-1-font-size, .entry__content h6.has-body-1-font-size:hover, .entry__content h6.has-body-1-font-size:active, .entry__content h6.has-body-1-font-size:focus, .page__content h1.has-body-1-font-size, .page__content h1.has-body-1-font-size:hover, .page__content h1.has-body-1-font-size:active, .page__content h1.has-body-1-font-size:focus, .page__content h2.has-body-1-font-size, .page__content h2.has-body-1-font-size:hover, .page__content h2.has-body-1-font-size:active, .page__content h2.has-body-1-font-size:focus, .page__content h3.has-body-1-font-size, .page__content h3.has-body-1-font-size:hover, .page__content h3.has-body-1-font-size:active, .page__content h3.has-body-1-font-size:focus, .page__content h4.has-body-1-font-size, .page__content h4.has-body-1-font-size:hover, .page__content h4.has-body-1-font-size:active, .page__content h4.has-body-1-font-size:focus, .page__content h5.has-body-1-font-size, .page__content h5.has-body-1-font-size:hover, .page__content h5.has-body-1-font-size:active, .page__content h5.has-body-1-font-size:focus, .page__content h6.has-body-1-font-size, .page__content h6.has-body-1-font-size:hover, .page__content h6.has-body-1-font-size:active, .page__content h6.has-body-1-font-size:focus {
  font-size: 18px; }
.entry__content h1.has-body-2-font-size, .entry__content h1.has-body-2-font-size:hover, .entry__content h1.has-body-2-font-size:active, .entry__content h1.has-body-2-font-size:focus, .entry__content h2.has-body-2-font-size, .entry__content h2.has-body-2-font-size:hover, .entry__content h2.has-body-2-font-size:active, .entry__content h2.has-body-2-font-size:focus, .entry__content h3.has-body-2-font-size, .entry__content h3.has-body-2-font-size:hover, .entry__content h3.has-body-2-font-size:active, .entry__content h3.has-body-2-font-size:focus, .entry__content h4.has-body-2-font-size, .entry__content h4.has-body-2-font-size:hover, .entry__content h4.has-body-2-font-size:active, .entry__content h4.has-body-2-font-size:focus, .entry__content h5.has-body-2-font-size, .entry__content h5.has-body-2-font-size:hover, .entry__content h5.has-body-2-font-size:active, .entry__content h5.has-body-2-font-size:focus, .entry__content h6.has-body-2-font-size, .entry__content h6.has-body-2-font-size:hover, .entry__content h6.has-body-2-font-size:active, .entry__content h6.has-body-2-font-size:focus, .page__content h1.has-body-2-font-size, .page__content h1.has-body-2-font-size:hover, .page__content h1.has-body-2-font-size:active, .page__content h1.has-body-2-font-size:focus, .page__content h2.has-body-2-font-size, .page__content h2.has-body-2-font-size:hover, .page__content h2.has-body-2-font-size:active, .page__content h2.has-body-2-font-size:focus, .page__content h3.has-body-2-font-size, .page__content h3.has-body-2-font-size:hover, .page__content h3.has-body-2-font-size:active, .page__content h3.has-body-2-font-size:focus, .page__content h4.has-body-2-font-size, .page__content h4.has-body-2-font-size:hover, .page__content h4.has-body-2-font-size:active, .page__content h4.has-body-2-font-size:focus, .page__content h5.has-body-2-font-size, .page__content h5.has-body-2-font-size:hover, .page__content h5.has-body-2-font-size:active, .page__content h5.has-body-2-font-size:focus, .page__content h6.has-body-2-font-size, .page__content h6.has-body-2-font-size:hover, .page__content h6.has-body-2-font-size:active, .page__content h6.has-body-2-font-size:focus {
  font-size: 16px; }
.entry__content h1.has-body-3-font-size, .entry__content h1.has-body-3-font-size:hover, .entry__content h1.has-body-3-font-size:active, .entry__content h1.has-body-3-font-size:focus, .entry__content h2.has-body-3-font-size, .entry__content h2.has-body-3-font-size:hover, .entry__content h2.has-body-3-font-size:active, .entry__content h2.has-body-3-font-size:focus, .entry__content h3.has-body-3-font-size, .entry__content h3.has-body-3-font-size:hover, .entry__content h3.has-body-3-font-size:active, .entry__content h3.has-body-3-font-size:focus, .entry__content h4.has-body-3-font-size, .entry__content h4.has-body-3-font-size:hover, .entry__content h4.has-body-3-font-size:active, .entry__content h4.has-body-3-font-size:focus, .entry__content h5.has-body-3-font-size, .entry__content h5.has-body-3-font-size:hover, .entry__content h5.has-body-3-font-size:active, .entry__content h5.has-body-3-font-size:focus, .entry__content h6.has-body-3-font-size, .entry__content h6.has-body-3-font-size:hover, .entry__content h6.has-body-3-font-size:active, .entry__content h6.has-body-3-font-size:focus, .page__content h1.has-body-3-font-size, .page__content h1.has-body-3-font-size:hover, .page__content h1.has-body-3-font-size:active, .page__content h1.has-body-3-font-size:focus, .page__content h2.has-body-3-font-size, .page__content h2.has-body-3-font-size:hover, .page__content h2.has-body-3-font-size:active, .page__content h2.has-body-3-font-size:focus, .page__content h3.has-body-3-font-size, .page__content h3.has-body-3-font-size:hover, .page__content h3.has-body-3-font-size:active, .page__content h3.has-body-3-font-size:focus, .page__content h4.has-body-3-font-size, .page__content h4.has-body-3-font-size:hover, .page__content h4.has-body-3-font-size:active, .page__content h4.has-body-3-font-size:focus, .page__content h5.has-body-3-font-size, .page__content h5.has-body-3-font-size:hover, .page__content h5.has-body-3-font-size:active, .page__content h5.has-body-3-font-size:focus, .page__content h6.has-body-3-font-size, .page__content h6.has-body-3-font-size:hover, .page__content h6.has-body-3-font-size:active, .page__content h6.has-body-3-font-size:focus {
  font-size: 14px; }
.entry__content h1.has-body-4-font-size, .entry__content h1.has-body-4-font-size:hover, .entry__content h1.has-body-4-font-size:active, .entry__content h1.has-body-4-font-size:focus, .entry__content h2.has-body-4-font-size, .entry__content h2.has-body-4-font-size:hover, .entry__content h2.has-body-4-font-size:active, .entry__content h2.has-body-4-font-size:focus, .entry__content h3.has-body-4-font-size, .entry__content h3.has-body-4-font-size:hover, .entry__content h3.has-body-4-font-size:active, .entry__content h3.has-body-4-font-size:focus, .entry__content h4.has-body-4-font-size, .entry__content h4.has-body-4-font-size:hover, .entry__content h4.has-body-4-font-size:active, .entry__content h4.has-body-4-font-size:focus, .entry__content h5.has-body-4-font-size, .entry__content h5.has-body-4-font-size:hover, .entry__content h5.has-body-4-font-size:active, .entry__content h5.has-body-4-font-size:focus, .entry__content h6.has-body-4-font-size, .entry__content h6.has-body-4-font-size:hover, .entry__content h6.has-body-4-font-size:active, .entry__content h6.has-body-4-font-size:focus, .page__content h1.has-body-4-font-size, .page__content h1.has-body-4-font-size:hover, .page__content h1.has-body-4-font-size:active, .page__content h1.has-body-4-font-size:focus, .page__content h2.has-body-4-font-size, .page__content h2.has-body-4-font-size:hover, .page__content h2.has-body-4-font-size:active, .page__content h2.has-body-4-font-size:focus, .page__content h3.has-body-4-font-size, .page__content h3.has-body-4-font-size:hover, .page__content h3.has-body-4-font-size:active, .page__content h3.has-body-4-font-size:focus, .page__content h4.has-body-4-font-size, .page__content h4.has-body-4-font-size:hover, .page__content h4.has-body-4-font-size:active, .page__content h4.has-body-4-font-size:focus, .page__content h5.has-body-4-font-size, .page__content h5.has-body-4-font-size:hover, .page__content h5.has-body-4-font-size:active, .page__content h5.has-body-4-font-size:focus, .page__content h6.has-body-4-font-size, .page__content h6.has-body-4-font-size:hover, .page__content h6.has-body-4-font-size:active, .page__content h6.has-body-4-font-size:focus {
  font-size: 12px; }
.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: 52px; }
.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: 34px; }
.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: 28px; }
.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: 28px; }
.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: 22px; }
.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: 22px; }
.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-dark-teal-color,
.entry__content .has-dark-teal-color:hover,
.entry__content .has-dark-teal-color:active,
.entry__content .has-dark-teal-color:focus, .page__content .has-dark-teal-color,
.page__content .has-dark-teal-color:hover,
.page__content .has-dark-teal-color:active,
.page__content .has-dark-teal-color:focus {
  color: #117E89; }
.entry__content .has-dark-teal-background-color,
.entry__content .has-dark-teal-background-color:hover,
.entry__content .has-dark-teal-background-color:active,
.entry__content .has-dark-teal-background-color:focus, .page__content .has-dark-teal-background-color,
.page__content .has-dark-teal-background-color:hover,
.page__content .has-dark-teal-background-color:active,
.page__content .has-dark-teal-background-color:focus {
  background-color: #117E89;
  border-color: #117E89; }
.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-medium-light-color,
.entry__content .has-medium-light-color:hover,
.entry__content .has-medium-light-color:active,
.entry__content .has-medium-light-color:focus, .page__content .has-medium-light-color,
.page__content .has-medium-light-color:hover,
.page__content .has-medium-light-color:active,
.page__content .has-medium-light-color:focus {
  color: #F2F2F2; }
.entry__content .has-medium-light-background-color,
.entry__content .has-medium-light-background-color:hover,
.entry__content .has-medium-light-background-color:active,
.entry__content .has-medium-light-background-color:focus, .page__content .has-medium-light-background-color,
.page__content .has-medium-light-background-color:hover,
.page__content .has-medium-light-background-color:active,
.page__content .has-medium-light-background-color:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2; }
.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-lighter-surface-color,
.entry__content .has-lighter-surface-color:hover,
.entry__content .has-lighter-surface-color:active,
.entry__content .has-lighter-surface-color:focus, .page__content .has-lighter-surface-color,
.page__content .has-lighter-surface-color:hover,
.page__content .has-lighter-surface-color:active,
.page__content .has-lighter-surface-color:focus {
  color: #F9F9F9; }
.entry__content .has-lighter-surface-background-color,
.entry__content .has-lighter-surface-background-color:hover,
.entry__content .has-lighter-surface-background-color:active,
.entry__content .has-lighter-surface-background-color:focus, .page__content .has-lighter-surface-background-color,
.page__content .has-lighter-surface-background-color:hover,
.page__content .has-lighter-surface-background-color:active,
.page__content .has-lighter-surface-background-color:focus {
  background-color: #F9F9F9;
  border-color: #F9F9F9; }
.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-body-1-font-size,
.entry__content .has-body-1-font-size:hover,
.entry__content .has-body-1-font-size:active,
.entry__content .has-body-1-font-size:focus, .page__content .has-body-1-font-size,
.page__content .has-body-1-font-size:hover,
.page__content .has-body-1-font-size:active,
.page__content .has-body-1-font-size:focus {
  font-size: 18px; }
.entry__content .has-body-2-font-size,
.entry__content .has-body-2-font-size:hover,
.entry__content .has-body-2-font-size:active,
.entry__content .has-body-2-font-size:focus, .page__content .has-body-2-font-size,
.page__content .has-body-2-font-size:hover,
.page__content .has-body-2-font-size:active,
.page__content .has-body-2-font-size:focus {
  font-size: 16px; }
.entry__content .has-body-3-font-size,
.entry__content .has-body-3-font-size:hover,
.entry__content .has-body-3-font-size:active,
.entry__content .has-body-3-font-size:focus, .page__content .has-body-3-font-size,
.page__content .has-body-3-font-size:hover,
.page__content .has-body-3-font-size:active,
.page__content .has-body-3-font-size:focus {
  font-size: 14px; }
.entry__content .has-body-4-font-size,
.entry__content .has-body-4-font-size:hover,
.entry__content .has-body-4-font-size:active,
.entry__content .has-body-4-font-size:focus, .page__content .has-body-4-font-size,
.page__content .has-body-4-font-size:hover,
.page__content .has-body-4-font-size:active,
.page__content .has-body-4-font-size:focus {
  font-size: 12px; }
.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: 52px; }
.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: 34px; }
.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: 28px; }
.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: 28px; }
.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: 22px; }
.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: 22px; }
.entry__content h1, .entry__content .has-h-1-font-size, .page__content h1, .page__content .has-h-1-font-size {
  font-size: 3.25rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.75rem; }
  @media (min-width: 67.5rem) {
    .entry__content h1, .entry__content .has-h-1-font-size, .page__content h1, .page__content .has-h-1-font-size {
      margin-bottom: 2rem;
      font-size: 3.25rem; } }
.entry__content h2, .entry__content .has-h-2-font-size, .page__content h2, .page__content .has-h-2-font-size {
  font-size: 2.125rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem; }
  @media (min-width: 67.5rem) {
    .entry__content h2, .entry__content .has-h-2-font-size, .page__content h2, .page__content .has-h-2-font-size {
      margin-bottom: 1.25rem;
      font-size: 2.125rem; } }
.entry__content h3, .entry__content .has-h-3-font-size, .page__content h3, .page__content .has-h-3-font-size {
  font-size: 1.75rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.142em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .entry__content h3, .entry__content .has-h-3-font-size, .page__content h3, .page__content .has-h-3-font-size {
      margin-bottom: 1rem;
      font-size: 1.75rem; } }
.entry__content h4, .entry__content .has-h-4-font-size, .page__content h4, .page__content .has-h-4-font-size {
  font-size: 1.75rem;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.142em;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .entry__content h4, .entry__content .has-h-4-font-size, .page__content h4, .page__content .has-h-4-font-size {
      font-size: 1.75rem; } }
.entry__content h5, .entry__content .has-h-5-font-size, .page__content h5, .page__content .has-h-5-font-size {
  font-size: 1.375rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.272em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .entry__content h5, .entry__content .has-h-5-font-size, .page__content h5, .page__content .has-h-5-font-size {
      font-size: 1.25rem; } }
.entry__content h6, .entry__content .has-h-6-font-size, .page__content h6, .page__content .has-h-6-font-size {
  font-size: 1.375rem;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.272em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem; }
  @media (min-width: 67.5rem) {
    .entry__content h6, .entry__content .has-h-6-font-size, .page__content h6, .page__content .has-h-6-font-size {
      font-size: 1.25rem; } }
.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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem; }
  .page__content > .block.max-width-500, .entry__content > .block.max-width-500 {
    max-width: 31.25rem; }
  .page__content > .block.max-width-600, .entry__content > .block.max-width-600 {
    max-width: 37.5rem; }
  .page__content > .block.max-width-700, .entry__content > .block.max-width-700 {
    max-width: 43.75rem; }
  .page__content > .block.max-width-960, .entry__content > .block.max-width-960 {
    max-width: 60rem; }
  .page__content > .block.max-width-1080, .entry__content > .block.max-width-1080 {
    max-width: 67.5rem; }
  .page__content > .block.max-width-1280, .entry__content > .block.max-width-1280 {
    max-width: 80rem; }
  .page__content > .block.max-width-1440, .entry__content > .block.max-width-1440 {
    max-width: 90rem; }
  .page__content > .block.width_700, .entry__content > .block.width_700 {
    max-width: 700px; }
  .page__content > .block.width_960, .entry__content > .block.width_960 {
    max-width: 960px; }
  .page__content > .block.width_1080, .entry__content > .block.width_1080 {
    max-width: 1080px; }
  .page__content > .block.width_1280, .entry__content > .block.width_1280 {
    max-width: 1280px; }
  .page__content > .block.width_1440, .entry__content > .block.width_1440 {
    max-width: 1440px; }
  .page__content > .block.width_1620, .entry__content > .block.width_1620 {
    max-width: 1620px; }
  @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__flex-grid,
.page__content > .block__careers-mission,
.page__content > .block__careers-2x2,
.page__content > .block__quote-highlights,
.page__content > .block__jobs-filters,
.page__content > .block__careers-hero,
.page__content > .block__team-highlights,
.page__content > .block__values,
.page__content > .block__impact-city, .entry__content > .block__flex-grid,
.entry__content > .block__careers-mission,
.entry__content > .block__careers-2x2,
.entry__content > .block__quote-highlights,
.entry__content > .block__jobs-filters,
.entry__content > .block__careers-hero,
.entry__content > .block__team-highlights,
.entry__content > .block__values,
.entry__content > .block__impact-city {
  max-width: none; }
  .page__content > .block__flex-grid.max-width-500,
  .page__content > .block__careers-mission.max-width-500,
  .page__content > .block__careers-2x2.max-width-500,
  .page__content > .block__quote-highlights.max-width-500,
  .page__content > .block__jobs-filters.max-width-500,
  .page__content > .block__careers-hero.max-width-500,
  .page__content > .block__team-highlights.max-width-500,
  .page__content > .block__values.max-width-500,
  .page__content > .block__impact-city.max-width-500, .entry__content > .block__flex-grid.max-width-500,
  .entry__content > .block__careers-mission.max-width-500,
  .entry__content > .block__careers-2x2.max-width-500,
  .entry__content > .block__quote-highlights.max-width-500,
  .entry__content > .block__jobs-filters.max-width-500,
  .entry__content > .block__careers-hero.max-width-500,
  .entry__content > .block__team-highlights.max-width-500,
  .entry__content > .block__values.max-width-500,
  .entry__content > .block__impact-city.max-width-500 {
    max-width: 31.25rem; }
  .page__content > .block__flex-grid.max-width-600,
  .page__content > .block__careers-mission.max-width-600,
  .page__content > .block__careers-2x2.max-width-600,
  .page__content > .block__quote-highlights.max-width-600,
  .page__content > .block__jobs-filters.max-width-600,
  .page__content > .block__careers-hero.max-width-600,
  .page__content > .block__team-highlights.max-width-600,
  .page__content > .block__values.max-width-600,
  .page__content > .block__impact-city.max-width-600, .entry__content > .block__flex-grid.max-width-600,
  .entry__content > .block__careers-mission.max-width-600,
  .entry__content > .block__careers-2x2.max-width-600,
  .entry__content > .block__quote-highlights.max-width-600,
  .entry__content > .block__jobs-filters.max-width-600,
  .entry__content > .block__careers-hero.max-width-600,
  .entry__content > .block__team-highlights.max-width-600,
  .entry__content > .block__values.max-width-600,
  .entry__content > .block__impact-city.max-width-600 {
    max-width: 37.5rem; }
  .page__content > .block__flex-grid.max-width-700,
  .page__content > .block__careers-mission.max-width-700,
  .page__content > .block__careers-2x2.max-width-700,
  .page__content > .block__quote-highlights.max-width-700,
  .page__content > .block__jobs-filters.max-width-700,
  .page__content > .block__careers-hero.max-width-700,
  .page__content > .block__team-highlights.max-width-700,
  .page__content > .block__values.max-width-700,
  .page__content > .block__impact-city.max-width-700, .entry__content > .block__flex-grid.max-width-700,
  .entry__content > .block__careers-mission.max-width-700,
  .entry__content > .block__careers-2x2.max-width-700,
  .entry__content > .block__quote-highlights.max-width-700,
  .entry__content > .block__jobs-filters.max-width-700,
  .entry__content > .block__careers-hero.max-width-700,
  .entry__content > .block__team-highlights.max-width-700,
  .entry__content > .block__values.max-width-700,
  .entry__content > .block__impact-city.max-width-700 {
    max-width: 43.75rem; }
  .page__content > .block__flex-grid.max-width-960,
  .page__content > .block__careers-mission.max-width-960,
  .page__content > .block__careers-2x2.max-width-960,
  .page__content > .block__quote-highlights.max-width-960,
  .page__content > .block__jobs-filters.max-width-960,
  .page__content > .block__careers-hero.max-width-960,
  .page__content > .block__team-highlights.max-width-960,
  .page__content > .block__values.max-width-960,
  .page__content > .block__impact-city.max-width-960, .entry__content > .block__flex-grid.max-width-960,
  .entry__content > .block__careers-mission.max-width-960,
  .entry__content > .block__careers-2x2.max-width-960,
  .entry__content > .block__quote-highlights.max-width-960,
  .entry__content > .block__jobs-filters.max-width-960,
  .entry__content > .block__careers-hero.max-width-960,
  .entry__content > .block__team-highlights.max-width-960,
  .entry__content > .block__values.max-width-960,
  .entry__content > .block__impact-city.max-width-960 {
    max-width: 60rem; }
  .page__content > .block__flex-grid.max-width-1080,
  .page__content > .block__careers-mission.max-width-1080,
  .page__content > .block__careers-2x2.max-width-1080,
  .page__content > .block__quote-highlights.max-width-1080,
  .page__content > .block__jobs-filters.max-width-1080,
  .page__content > .block__careers-hero.max-width-1080,
  .page__content > .block__team-highlights.max-width-1080,
  .page__content > .block__values.max-width-1080,
  .page__content > .block__impact-city.max-width-1080, .entry__content > .block__flex-grid.max-width-1080,
  .entry__content > .block__careers-mission.max-width-1080,
  .entry__content > .block__careers-2x2.max-width-1080,
  .entry__content > .block__quote-highlights.max-width-1080,
  .entry__content > .block__jobs-filters.max-width-1080,
  .entry__content > .block__careers-hero.max-width-1080,
  .entry__content > .block__team-highlights.max-width-1080,
  .entry__content > .block__values.max-width-1080,
  .entry__content > .block__impact-city.max-width-1080 {
    max-width: 67.5rem; }
  .page__content > .block__flex-grid.max-width-1280,
  .page__content > .block__careers-mission.max-width-1280,
  .page__content > .block__careers-2x2.max-width-1280,
  .page__content > .block__quote-highlights.max-width-1280,
  .page__content > .block__jobs-filters.max-width-1280,
  .page__content > .block__careers-hero.max-width-1280,
  .page__content > .block__team-highlights.max-width-1280,
  .page__content > .block__values.max-width-1280,
  .page__content > .block__impact-city.max-width-1280, .entry__content > .block__flex-grid.max-width-1280,
  .entry__content > .block__careers-mission.max-width-1280,
  .entry__content > .block__careers-2x2.max-width-1280,
  .entry__content > .block__quote-highlights.max-width-1280,
  .entry__content > .block__jobs-filters.max-width-1280,
  .entry__content > .block__careers-hero.max-width-1280,
  .entry__content > .block__team-highlights.max-width-1280,
  .entry__content > .block__values.max-width-1280,
  .entry__content > .block__impact-city.max-width-1280 {
    max-width: 80rem; }
  .page__content > .block__flex-grid.max-width-1440,
  .page__content > .block__careers-mission.max-width-1440,
  .page__content > .block__careers-2x2.max-width-1440,
  .page__content > .block__quote-highlights.max-width-1440,
  .page__content > .block__jobs-filters.max-width-1440,
  .page__content > .block__careers-hero.max-width-1440,
  .page__content > .block__team-highlights.max-width-1440,
  .page__content > .block__values.max-width-1440,
  .page__content > .block__impact-city.max-width-1440, .entry__content > .block__flex-grid.max-width-1440,
  .entry__content > .block__careers-mission.max-width-1440,
  .entry__content > .block__careers-2x2.max-width-1440,
  .entry__content > .block__quote-highlights.max-width-1440,
  .entry__content > .block__jobs-filters.max-width-1440,
  .entry__content > .block__careers-hero.max-width-1440,
  .entry__content > .block__team-highlights.max-width-1440,
  .entry__content > .block__values.max-width-1440,
  .entry__content > .block__impact-city.max-width-1440 {
    max-width: 90rem; }
.page__content > .block__container,
.page__content > .block__quote-highlights, .entry__content > .block__container,
.entry__content > .block__quote-highlights {
  margin-bottom: 0; }

.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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .page__content > .subcopy.max-width-500, .entry__content > .subcopy.max-width-500 {
    max-width: 31.25rem; }
  .page__content > .subcopy.max-width-600, .entry__content > .subcopy.max-width-600 {
    max-width: 37.5rem; }
  .page__content > .subcopy.max-width-700, .entry__content > .subcopy.max-width-700 {
    max-width: 43.75rem; }
  .page__content > .subcopy.max-width-960, .entry__content > .subcopy.max-width-960 {
    max-width: 60rem; }
  .page__content > .subcopy.max-width-1080, .entry__content > .subcopy.max-width-1080 {
    max-width: 67.5rem; }
  .page__content > .subcopy.max-width-1280, .entry__content > .subcopy.max-width-1280 {
    max-width: 80rem; }
  .page__content > .subcopy.max-width-1440, .entry__content > .subcopy.max-width-1440 {
    max-width: 90rem; }
  .page__content > .subcopy.width_700, .entry__content > .subcopy.width_700 {
    max-width: 700px; }
  .page__content > .subcopy.width_960, .entry__content > .subcopy.width_960 {
    max-width: 960px; }
  .page__content > .subcopy.width_1080, .entry__content > .subcopy.width_1080 {
    max-width: 1080px; }
  .page__content > .subcopy.width_1280, .entry__content > .subcopy.width_1280 {
    max-width: 1280px; }
  .page__content > .subcopy.width_1440, .entry__content > .subcopy.width_1440 {
    max-width: 1440px; }
  .page__content > .subcopy.width_1620, .entry__content > .subcopy.width_1620 {
    max-width: 1620px; }
  @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; } }

.wp-block-media-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080+"px";
  box-sizing: border-box;
  max-width: 67.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto 1rem; }
  .wp-block-media-text.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-media-text.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-media-text.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-media-text.max-width-960 {
    max-width: 60rem; }
  .wp-block-media-text.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-media-text.max-width-1280 {
    max-width: 80rem; }
  .wp-block-media-text.max-width-1440 {
    max-width: 90rem; }
  .wp-block-media-text.width_700 {
    max-width: 700px; }
  .wp-block-media-text.width_960 {
    max-width: 960px; }
  .wp-block-media-text.width_1080 {
    max-width: 1080px; }
  .wp-block-media-text.width_1280 {
    max-width: 1280px; }
  .wp-block-media-text.width_1440 {
    max-width: 1440px; }
  .wp-block-media-text.width_1620 {
    max-width: 1620px; }
  @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: 3rem;
      padding-right: 3rem; } }

.wp-block-quote {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 2.8125rem auto 1.875rem;
  text-align: center;
  font-family: "Lato", Helvetica, serif;
  font-weight: 300;
  position: relative; }
  .wp-block-quote.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-quote.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-quote.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-quote.max-width-960 {
    max-width: 60rem; }
  .wp-block-quote.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-quote.max-width-1280 {
    max-width: 80rem; }
  .wp-block-quote.max-width-1440 {
    max-width: 90rem; }
  .wp-block-quote.width_700 {
    max-width: 700px; }
  .wp-block-quote.width_960 {
    max-width: 960px; }
  .wp-block-quote.width_1080 {
    max-width: 1080px; }
  .wp-block-quote.width_1280 {
    max-width: 1280px; }
  .wp-block-quote.width_1440 {
    max-width: 1440px; }
  .wp-block-quote.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .wp-block-quote {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .wp-block-quote {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .wp-block-quote {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .wp-block-quote p {
    display: inline-block;
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    text-align: left;
    position: relative; }
    @media (min-width: 67.5rem) {
      .wp-block-quote p {
        font-size: 1.25rem; } }
    .wp-block-quote p:before {
      content: '\201C';
      position: absolute;
      left: -20px;
      top: 10px;
      font-size: 6.25rem;
      font-weight: bold;
      color: rgba(45, 136, 144, 0.21); }
      @media (min-width: 67.5rem) {
        .wp-block-quote p:before {
          left: 0; } }
  .wp-block-quote cite {
    display: block;
    font-size: 1.25rem;
    font-family: "Lato", Helvetica, sans-serif;
    line-height: 1.3em;
    white-space: nowrap;
    margin-left: .5rem;
    font-style: normal;
    text-align: left; }
    .wp-block-quote cite:before {
      content: " –"; }

.wp-block-pullquote {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 2.8125rem auto 1.875rem;
  text-align: center;
  font-family: "Lato", Helvetica, serif;
  font-weight: 300;
  position: relative; }
  .wp-block-pullquote.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-pullquote.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-pullquote.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-pullquote.max-width-960 {
    max-width: 60rem; }
  .wp-block-pullquote.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-pullquote.max-width-1280 {
    max-width: 80rem; }
  .wp-block-pullquote.max-width-1440 {
    max-width: 90rem; }
  .wp-block-pullquote.width_700 {
    max-width: 700px; }
  .wp-block-pullquote.width_960 {
    max-width: 960px; }
  .wp-block-pullquote.width_1080 {
    max-width: 1080px; }
  .wp-block-pullquote.width_1280 {
    max-width: 1280px; }
  .wp-block-pullquote.width_1440 {
    max-width: 1440px; }
  .wp-block-pullquote.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .wp-block-pullquote {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .wp-block-pullquote {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .wp-block-pullquote {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .wp-block-pullquote p {
    display: inline-block;
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    text-align: left;
    position: relative; }
    @media (min-width: 67.5rem) {
      .wp-block-pullquote p {
        font-size: 1.25rem; } }
    .wp-block-pullquote p:before {
      content: '\201C';
      position: absolute;
      left: -20px;
      top: 10px;
      font-size: 6.25rem;
      font-weight: bold;
      color: rgba(45, 136, 144, 0.21); }
      @media (min-width: 67.5rem) {
        .wp-block-pullquote p:before {
          left: 0; } }
  .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: .5rem;
    font-style: normal;
    text-align: left; }
    .wp-block-pullquote cite:before {
      content: " –"; }

.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.max-width-200 picture, .wp-block-image.max-width-200 img {
    max-width: 12.5rem; }
  .wp-block-image.max-width-300 picture, .wp-block-image.max-width-300 img {
    max-width: 18.75rem; }
  .wp-block-image.max-width-400 picture, .wp-block-image.max-width-400 img {
    max-width: 25rem; }
  .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 figure.alignright picture, .wp-block-image figure.alignright img, .wp-block-image figure.alignleft picture, .wp-block-image figure.alignleft img {
      width: 100%; }
  .wp-block-image.alignnone {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .wp-block-image.alignnone.max-width-500 {
      max-width: 31.25rem; }
    .wp-block-image.alignnone.max-width-600 {
      max-width: 37.5rem; }
    .wp-block-image.alignnone.max-width-700 {
      max-width: 43.75rem; }
    .wp-block-image.alignnone.max-width-960 {
      max-width: 60rem; }
    .wp-block-image.alignnone.max-width-1080 {
      max-width: 67.5rem; }
    .wp-block-image.alignnone.max-width-1280 {
      max-width: 80rem; }
    .wp-block-image.alignnone.max-width-1440 {
      max-width: 90rem; }
    .wp-block-image.alignnone.width_700 {
      max-width: 700px; }
    .wp-block-image.alignnone.width_960 {
      max-width: 960px; }
    .wp-block-image.alignnone.width_1080 {
      max-width: 1080px; }
    .wp-block-image.alignnone.width_1280 {
      max-width: 1280px; }
    .wp-block-image.alignnone.width_1440 {
      max-width: 1440px; }
    .wp-block-image.alignnone.width_1620 {
      max-width: 1620px; }
    @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 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;
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @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; } }
    .wp-block-image .aligncenter.max-width-500,
    .wp-block-image .alignnone.max-width-500 {
      max-width: 31.25rem; }
    .wp-block-image .aligncenter.max-width-600,
    .wp-block-image .alignnone.max-width-600 {
      max-width: 37.5rem; }
    .wp-block-image .aligncenter.max-width-700,
    .wp-block-image .alignnone.max-width-700 {
      max-width: 43.75rem; }
    .wp-block-image .aligncenter.max-width-960,
    .wp-block-image .alignnone.max-width-960 {
      max-width: 60rem; }
    .wp-block-image .aligncenter.max-width-1080,
    .wp-block-image .alignnone.max-width-1080 {
      max-width: 67.5rem; }
    .wp-block-image .aligncenter.max-width-1280,
    .wp-block-image .alignnone.max-width-1280 {
      max-width: 80rem; }
    .wp-block-image .aligncenter.max-width-1440,
    .wp-block-image .alignnone.max-width-1440 {
      max-width: 90rem; }
    .wp-block-image .aligncenter.width_700,
    .wp-block-image .alignnone.width_700 {
      max-width: 700px; }
    .wp-block-image .aligncenter.width_960,
    .wp-block-image .alignnone.width_960 {
      max-width: 960px; }
    .wp-block-image .aligncenter.width_1080,
    .wp-block-image .alignnone.width_1080 {
      max-width: 1080px; }
    .wp-block-image .aligncenter.width_1280,
    .wp-block-image .alignnone.width_1280 {
      max-width: 1280px; }
    .wp-block-image .aligncenter.width_1440,
    .wp-block-image .alignnone.width_1440 {
      max-width: 1440px; }
    .wp-block-image .aligncenter.width_1620,
    .wp-block-image .alignnone.width_1620 {
      max-width: 1620px; }
    @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 figcaption,
    .wp-block-image .alignnone figcaption {
      display: block; }
  .wp-block-image .aligncenter:not(.is-resized) img,
  .wp-block-image .aligncenter:not(.is-resized) 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: 2em;
      margin-left: 1rem;
      width: 100%;
      max-width: 30vw; } }
  @media (min-width: 25.875rem) and (min-width: 67.5rem) {
    .wp-block-image .alignleft {
      max-width: 20vw; } }
  @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: 2em;
      margin-right: 1rem;
      width: 100%;
      max-width: 30vw; } }
  @media (min-width: 25.875rem) and (min-width: 67.5rem) {
    .wp-block-image .alignright {
      max-width: 20vw; } }
  @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; }
    .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; }
  .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 .25s, background-position .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-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem; }
  .page__content .wp-block-image.max-width-500 {
    max-width: 31.25rem; }
  .page__content .wp-block-image.max-width-600 {
    max-width: 37.5rem; }
  .page__content .wp-block-image.max-width-700 {
    max-width: 43.75rem; }
  .page__content .wp-block-image.max-width-960 {
    max-width: 60rem; }
  .page__content .wp-block-image.max-width-1080 {
    max-width: 67.5rem; }
  .page__content .wp-block-image.max-width-1280 {
    max-width: 80rem; }
  .page__content .wp-block-image.max-width-1440 {
    max-width: 90rem; }
  .page__content .wp-block-image.width_700 {
    max-width: 700px; }
  .page__content .wp-block-image.width_960 {
    max-width: 960px; }
  .page__content .wp-block-image.width_1080 {
    max-width: 1080px; }
  .page__content .wp-block-image.width_1280 {
    max-width: 1280px; }
  .page__content .wp-block-image.width_1440 {
    max-width: 1440px; }
  .page__content .wp-block-image.width_1620 {
    max-width: 1620px; }

.wp-block-group.has-background {
  border-radius: 1.25rem;
  padding: 1.25rem 1rem; }
  @media (min-width: 25.875rem) {
    .wp-block-group.has-background {
      padding: 2.5rem 2rem; } }

.page__content .wp-block-group__inner-container > div {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 23.4375rem) {
    .page__content .wp-block-group__inner-container > div {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 48rem) {
    .page__content .wp-block-group__inner-container > div {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 90rem) {
    .page__content .wp-block-group__inner-container > div {
      padding-left: 0;
      padding-right: 0; } }

.wp-block-archives {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .wp-block-archives.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-archives.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-archives.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-archives.max-width-960 {
    max-width: 60rem; }
  .wp-block-archives.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-archives.max-width-1280 {
    max-width: 80rem; }
  .wp-block-archives.max-width-1440 {
    max-width: 90rem; }
  .wp-block-archives.width_700 {
    max-width: 700px; }
  .wp-block-archives.width_960 {
    max-width: 960px; }
  .wp-block-archives.width_1080 {
    max-width: 1080px; }
  .wp-block-archives.width_1280 {
    max-width: 1280px; }
  .wp-block-archives.width_1440 {
    max-width: 1440px; }
  .wp-block-archives.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .wp-block-archives {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .wp-block-archives {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .wp-block-archives {
      padding-left: 3rem;
      padding-right: 3rem; } }

.wp-block-categories {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .wp-block-categories.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-categories.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-categories.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-categories.max-width-960 {
    max-width: 60rem; }
  .wp-block-categories.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-categories.max-width-1280 {
    max-width: 80rem; }
  .wp-block-categories.max-width-1440 {
    max-width: 90rem; }
  .wp-block-categories.width_700 {
    max-width: 700px; }
  .wp-block-categories.width_960 {
    max-width: 960px; }
  .wp-block-categories.width_1080 {
    max-width: 1080px; }
  .wp-block-categories.width_1280 {
    max-width: 1280px; }
  .wp-block-categories.width_1440 {
    max-width: 1440px; }
  .wp-block-categories.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .wp-block-categories {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .wp-block-categories {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .wp-block-categories {
      padding-left: 3rem;
      padding-right: 3rem; } }

.wp-block-search {
  margin-bottom: 2.5rem;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block; }
  .wp-block-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; }
    .wp-block-search__field:focus {
      border: 2px solid #8ED500;
      outline: none !important; }
    .wp-block-search__field:focus {
      outline: none; }
    @media (min-width: 48rem) {
      .wp-block-search__field {
        max-width: 25rem;
        float: right; } }
  @media (min-width: 48rem) {
    .wp-block-search {
      display: grid;
      grid-template-columns: 1fr 12.5rem;
      margin-bottom: 5rem;
      padding-right: 2.5rem; } }
  .wp-block-search__field,
  .wp-block-search input {
    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) {
      .wp-block-search__field,
      .wp-block-search input {
        width: auto;
        text-align: left; } }
    .wp-block-search__field:focus,
    .wp-block-search input:focus {
      border-color: #8ED500; }
  .wp-block-search__submit,
  .wp-block-search button[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%;
    border-radius: 0 4px 4px 0;
    padding: 0.9375rem 1rem;
    height: 100%; }
    .wp-block-search__submit:hover,
    .wp-block-search button[type=submit]:hover {
      text-decoration: none; }
    .wp-block-search__submit a,
    .wp-block-search button[type=submit] a {
      text-decoration: none; }
      .wp-block-search__submit a:hover,
      .wp-block-search button[type=submit] a:hover {
        text-decoration: none; }
    .wp-block-search__submit.disabled, .wp-block-search__submit[aria-disabled=true],
    .wp-block-search button[type=submit].disabled,
    .wp-block-search button[type=submit][aria-disabled=true] {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none; }
      .wp-block-search__submit.disabled:hover, .wp-block-search__submit.disabled:active, .wp-block-search__submit[aria-disabled=true]:hover, .wp-block-search__submit[aria-disabled=true]:active,
      .wp-block-search button[type=submit].disabled:hover,
      .wp-block-search button[type=submit].disabled:active,
      .wp-block-search button[type=submit][aria-disabled=true]:hover,
      .wp-block-search button[type=submit][aria-disabled=true]:active {
        background-color: #E2E3E4;
        color: #787C7D;
        border: none;
        outline: none; }
    .wp-block-search__submit:hover,
    .wp-block-search button[type=submit]:hover {
      color: #FFFFFF;
      background-color: #006142;
      border: 1px solid #006142; }
    .wp-block-search__submit:active,
    .wp-block-search button[type=submit]:active {
      color: #FFFFFF;
      background-color: #006142;
      border: 1px solid #006142; }
    @media (min-width: 48rem) {
      .wp-block-search__submit,
      .wp-block-search button[type=submit] {
        width: auto; } }
  .wp-block-search.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-search.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-search.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-search.max-width-960 {
    max-width: 60rem; }
  .wp-block-search.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-search.max-width-1280 {
    max-width: 80rem; }
  .wp-block-search.max-width-1440 {
    max-width: 90rem; }
  .wp-block-search.width_700 {
    max-width: 700px; }
  .wp-block-search.width_960 {
    max-width: 960px; }
  .wp-block-search.width_1080 {
    max-width: 1080px; }
  .wp-block-search.width_1280 {
    max-width: 1280px; }
  .wp-block-search.width_1440 {
    max-width: 1440px; }
  .wp-block-search.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .wp-block-search {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .wp-block-search {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .wp-block-search {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 48rem) {
    .wp-block-search {
      display: block; } }
  .wp-block-search__inside-wrapper {
    align-items: stretch; }
  .wp-block-search input {
    height: auto;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .wp-block-search input:focus {
      outline: none; }
  .wp-block-search button[type=submit] {
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 12.5rem; }
  .wp-block-search__label {
    grid-column: 1/3; }

.page__content .wp-block-buttons, .entry__content .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem; }
  .page__content .wp-block-buttons.max-width-500, .entry__content .wp-block-buttons.max-width-500 {
    max-width: 31.25rem; }
  .page__content .wp-block-buttons.max-width-600, .entry__content .wp-block-buttons.max-width-600 {
    max-width: 37.5rem; }
  .page__content .wp-block-buttons.max-width-700, .entry__content .wp-block-buttons.max-width-700 {
    max-width: 43.75rem; }
  .page__content .wp-block-buttons.max-width-960, .entry__content .wp-block-buttons.max-width-960 {
    max-width: 60rem; }
  .page__content .wp-block-buttons.max-width-1080, .entry__content .wp-block-buttons.max-width-1080 {
    max-width: 67.5rem; }
  .page__content .wp-block-buttons.max-width-1280, .entry__content .wp-block-buttons.max-width-1280 {
    max-width: 80rem; }
  .page__content .wp-block-buttons.max-width-1440, .entry__content .wp-block-buttons.max-width-1440 {
    max-width: 90rem; }
  .page__content .wp-block-buttons.width_700, .entry__content .wp-block-buttons.width_700 {
    max-width: 700px; }
  .page__content .wp-block-buttons.width_960, .entry__content .wp-block-buttons.width_960 {
    max-width: 960px; }
  .page__content .wp-block-buttons.width_1080, .entry__content .wp-block-buttons.width_1080 {
    max-width: 1080px; }
  .page__content .wp-block-buttons.width_1280, .entry__content .wp-block-buttons.width_1280 {
    max-width: 1280px; }
  .page__content .wp-block-buttons.width_1440, .entry__content .wp-block-buttons.width_1440 {
    max-width: 1440px; }
  .page__content .wp-block-buttons.width_1620, .entry__content .wp-block-buttons.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .page__content .wp-block-buttons, .entry__content .wp-block-buttons {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .page__content .wp-block-buttons, .entry__content .wp-block-buttons {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .page__content .wp-block-buttons, .entry__content .wp-block-buttons {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .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 .25s, color .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;
  border: none;
  border-bottom: 1px solid #E2E3E4; }

.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;
    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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 60rem; }
  .wp-block-columns.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-columns.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-columns.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-columns.max-width-960 {
    max-width: 60rem; }
  .wp-block-columns.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-columns.max-width-1280 {
    max-width: 80rem; }
  .wp-block-columns.max-width-1440 {
    max-width: 90rem; }
  .wp-block-columns.width_700 {
    max-width: 700px; }
  .wp-block-columns.width_960 {
    max-width: 960px; }
  .wp-block-columns.width_1080 {
    max-width: 1080px; }
  .wp-block-columns.width_1280 {
    max-width: 1280px; }
  .wp-block-columns.width_1440 {
    max-width: 1440px; }
  .wp-block-columns.width_1620 {
    max-width: 1620px; }
  @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; } }
  @media (min-width: 48rem) {
    .wp-block-columns .wp-block-column {
      column-gap: 3rem; } }
  .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; } }
  .wp-block-columns .wp-block-column > .wp-block-columns {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 23.4375rem) {
      .wp-block-columns .wp-block-column > .wp-block-columns {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 48rem) {
      .wp-block-columns .wp-block-column > .wp-block-columns {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 67.5rem) {
      .wp-block-columns .wp-block-column > .wp-block-columns {
        padding-left: 0;
        padding-right: 0; } }
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 599px) {
    .wp-block-columns.mobile-order-reversed {
      flex-direction: column-reverse; } }
  @media (min-width: 67.5rem) {
    .wp-block-columns.wp-container-28, .wp-block-columns.wp-container-7, .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
      column-gap: 3rem; } }
  .wp-block-columns.match-group-height .wp-block-group {
    height: 100%; }

.wp-block-code {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .wp-block-code.max-width-500 {
    max-width: 31.25rem; }
  .wp-block-code.max-width-600 {
    max-width: 37.5rem; }
  .wp-block-code.max-width-700 {
    max-width: 43.75rem; }
  .wp-block-code.max-width-960 {
    max-width: 60rem; }
  .wp-block-code.max-width-1080 {
    max-width: 67.5rem; }
  .wp-block-code.max-width-1280 {
    max-width: 80rem; }
  .wp-block-code.max-width-1440 {
    max-width: 90rem; }
  .wp-block-code.width_700 {
    max-width: 700px; }
  .wp-block-code.width_960 {
    max-width: 960px; }
  .wp-block-code.width_1080 {
    max-width: 1080px; }
  .wp-block-code.width_1280 {
    max-width: 1280px; }
  .wp-block-code.width_1440 {
    max-width: 1440px; }
  .wp-block-code.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .wp-block-code {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .wp-block-code {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .wp-block-code {
      padding-left: 3rem;
      padding-right: 3rem; } }

.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; } }

.wpcf7-form {
  position: relative; }
.wpcf7 input[type=email] {
  font-size: 0.938rem;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #0B0E0F;
  background-color: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 36px;
  padding: 0 2.75rem 0 0.75rem;
  border-radius: 18px;
  padding: 0.9375rem 1rem;
  outline: none;
  width: 100%; }
  .wpcf7 input[type=email]:focus {
    border: 1px solid transparent; }
.wpcf7 textarea {
  font-size: 0.938rem;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #0B0E0F;
  background-color: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.75rem;
  border-radius: 18px;
  padding: 0.9375rem 1rem;
  outline: none;
  width: 100%; }
  .wpcf7 textarea:focus {
    border: 1px solid transparent; }
.wpcf7 input[type=submit] {
  border-radius: 18px; }
.wpcf7 .wpcf7-spinner {
  margin-top: 1.5rem; }
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0.938rem;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.32px;
  font-style: italic; }

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; }
  @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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2.875rem;
  margin-top: 0; }
  .block__home-featured.max-width-500 {
    max-width: 31.25rem; }
  .block__home-featured.max-width-600 {
    max-width: 37.5rem; }
  .block__home-featured.max-width-700 {
    max-width: 43.75rem; }
  .block__home-featured.max-width-960 {
    max-width: 60rem; }
  .block__home-featured.max-width-1080 {
    max-width: 67.5rem; }
  .block__home-featured.max-width-1280 {
    max-width: 80rem; }
  .block__home-featured.max-width-1440 {
    max-width: 90rem; }
  .block__home-featured.width_700 {
    max-width: 700px; }
  .block__home-featured.width_960 {
    max-width: 960px; }
  .block__home-featured.width_1080 {
    max-width: 1080px; }
  .block__home-featured.width_1280 {
    max-width: 1280px; }
  .block__home-featured.width_1440 {
    max-width: 1440px; }
  .block__home-featured.width_1620 {
    max-width: 1620px; }
  @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 h1 {
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem; }
    @media (min-width: 67.5rem) {
      .block__home-featured h1 {
        margin-bottom: 1.25rem;
        font-size: 2.125rem; } }
  .block__home-featured h2 {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    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: -0.5rem; }
  .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: -0.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-left: auto;
  margin-right: auto; }
  .block__container:last-child {
    margin-bottom: 0; }
  @media (min-width: 48rem) {
    .block__container {
      padding: 5rem 0 5rem; }
      .block__container:last-child {
        margin-bottom: 0; } }
  .block__container__content > h1, .block__container__content > .title1 {
    font-size: 3.25rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 2.75rem; }
    @media (min-width: 67.5rem) {
      .block__container__content > h1, .block__container__content > .title1 {
        margin-bottom: 2rem;
        font-size: 3.25rem; } }
  .block__container__content > h2, .block__container__content > .title2 {
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem; }
    @media (min-width: 67.5rem) {
      .block__container__content > h2, .block__container__content > .title2 {
        margin-bottom: 1.25rem;
        font-size: 2.125rem; } }
  .block__container__content > h3, .block__container__content > .title3 {
    font-size: 1.75rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.142em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem; }
    @media (min-width: 67.5rem) {
      .block__container__content > h3, .block__container__content > .title3 {
        margin-bottom: 1rem;
        font-size: 1.75rem; } }
  .block__container__content > h4, .block__container__content > .title4 {
    font-size: 1.75rem;
    font-family: "Lato";
    font-weight: 700;
    line-height: 1.142em;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.5rem; }
    @media (min-width: 67.5rem) {
      .block__container__content > h4, .block__container__content > .title4 {
        font-size: 1.75rem; } }
  .block__container__content > h5, .block__container__content > .title5 {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem; }
    @media (min-width: 67.5rem) {
      .block__container__content > h5, .block__container__content > .title5 {
        font-size: 1.25rem; } }
  .block__container__content > h6, .block__container__content > .title6 {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 700;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem; }
    @media (min-width: 67.5rem) {
      .block__container__content > h6, .block__container__content > .title6 {
        font-size: 1.25rem; } }
  .block__container__content > .title-display1 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.25em; }
  .block__container__content > .title-display2 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.25em; }
  .block__container__content > h1, .block__container__content > h2, .block__container__content > h3, .block__container__content > h4, .block__container__content > h5, .block__container__content > h6, .block__container__content > h7,
  .block__container__content > p, .block__container__content > ul, .block__container__content > ol {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .block__container__content > h1.max-width-500, .block__container__content > h2.max-width-500, .block__container__content > h3.max-width-500, .block__container__content > h4.max-width-500, .block__container__content > h5.max-width-500, .block__container__content > h6.max-width-500, .block__container__content > h7.max-width-500,
    .block__container__content > p.max-width-500, .block__container__content > ul.max-width-500, .block__container__content > ol.max-width-500 {
      max-width: 31.25rem; }
    .block__container__content > h1.max-width-600, .block__container__content > h2.max-width-600, .block__container__content > h3.max-width-600, .block__container__content > h4.max-width-600, .block__container__content > h5.max-width-600, .block__container__content > h6.max-width-600, .block__container__content > h7.max-width-600,
    .block__container__content > p.max-width-600, .block__container__content > ul.max-width-600, .block__container__content > ol.max-width-600 {
      max-width: 37.5rem; }
    .block__container__content > h1.max-width-700, .block__container__content > h2.max-width-700, .block__container__content > h3.max-width-700, .block__container__content > h4.max-width-700, .block__container__content > h5.max-width-700, .block__container__content > h6.max-width-700, .block__container__content > h7.max-width-700,
    .block__container__content > p.max-width-700, .block__container__content > ul.max-width-700, .block__container__content > ol.max-width-700 {
      max-width: 43.75rem; }
    .block__container__content > h1.max-width-960, .block__container__content > h2.max-width-960, .block__container__content > h3.max-width-960, .block__container__content > h4.max-width-960, .block__container__content > h5.max-width-960, .block__container__content > h6.max-width-960, .block__container__content > h7.max-width-960,
    .block__container__content > p.max-width-960, .block__container__content > ul.max-width-960, .block__container__content > ol.max-width-960 {
      max-width: 60rem; }
    .block__container__content > h1.max-width-1080, .block__container__content > h2.max-width-1080, .block__container__content > h3.max-width-1080, .block__container__content > h4.max-width-1080, .block__container__content > h5.max-width-1080, .block__container__content > h6.max-width-1080, .block__container__content > h7.max-width-1080,
    .block__container__content > p.max-width-1080, .block__container__content > ul.max-width-1080, .block__container__content > ol.max-width-1080 {
      max-width: 67.5rem; }
    .block__container__content > h1.max-width-1280, .block__container__content > h2.max-width-1280, .block__container__content > h3.max-width-1280, .block__container__content > h4.max-width-1280, .block__container__content > h5.max-width-1280, .block__container__content > h6.max-width-1280, .block__container__content > h7.max-width-1280,
    .block__container__content > p.max-width-1280, .block__container__content > ul.max-width-1280, .block__container__content > ol.max-width-1280 {
      max-width: 80rem; }
    .block__container__content > h1.max-width-1440, .block__container__content > h2.max-width-1440, .block__container__content > h3.max-width-1440, .block__container__content > h4.max-width-1440, .block__container__content > h5.max-width-1440, .block__container__content > h6.max-width-1440, .block__container__content > h7.max-width-1440,
    .block__container__content > p.max-width-1440, .block__container__content > ul.max-width-1440, .block__container__content > ol.max-width-1440 {
      max-width: 90rem; }
    .block__container__content > h1.width_700, .block__container__content > h2.width_700, .block__container__content > h3.width_700, .block__container__content > h4.width_700, .block__container__content > h5.width_700, .block__container__content > h6.width_700, .block__container__content > h7.width_700,
    .block__container__content > p.width_700, .block__container__content > ul.width_700, .block__container__content > ol.width_700 {
      max-width: 700px; }
    .block__container__content > h1.width_960, .block__container__content > h2.width_960, .block__container__content > h3.width_960, .block__container__content > h4.width_960, .block__container__content > h5.width_960, .block__container__content > h6.width_960, .block__container__content > h7.width_960,
    .block__container__content > p.width_960, .block__container__content > ul.width_960, .block__container__content > ol.width_960 {
      max-width: 960px; }
    .block__container__content > h1.width_1080, .block__container__content > h2.width_1080, .block__container__content > h3.width_1080, .block__container__content > h4.width_1080, .block__container__content > h5.width_1080, .block__container__content > h6.width_1080, .block__container__content > h7.width_1080,
    .block__container__content > p.width_1080, .block__container__content > ul.width_1080, .block__container__content > ol.width_1080 {
      max-width: 1080px; }
    .block__container__content > h1.width_1280, .block__container__content > h2.width_1280, .block__container__content > h3.width_1280, .block__container__content > h4.width_1280, .block__container__content > h5.width_1280, .block__container__content > h6.width_1280, .block__container__content > h7.width_1280,
    .block__container__content > p.width_1280, .block__container__content > ul.width_1280, .block__container__content > ol.width_1280 {
      max-width: 1280px; }
    .block__container__content > h1.width_1440, .block__container__content > h2.width_1440, .block__container__content > h3.width_1440, .block__container__content > h4.width_1440, .block__container__content > h5.width_1440, .block__container__content > h6.width_1440, .block__container__content > h7.width_1440,
    .block__container__content > p.width_1440, .block__container__content > ul.width_1440, .block__container__content > ol.width_1440 {
      max-width: 1440px; }
    .block__container__content > h1.width_1620, .block__container__content > h2.width_1620, .block__container__content > h3.width_1620, .block__container__content > h4.width_1620, .block__container__content > h5.width_1620, .block__container__content > h6.width_1620, .block__container__content > h7.width_1620,
    .block__container__content > p.width_1620, .block__container__content > ul.width_1620, .block__container__content > ol.width_1620 {
      max-width: 1620px; }
    @media (min-width: 23.4375rem) {
      .block__container__content > h1, .block__container__content > h2, .block__container__content > h3, .block__container__content > h4, .block__container__content > h5, .block__container__content > h6, .block__container__content > h7,
      .block__container__content > p, .block__container__content > ul, .block__container__content > ol {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .block__container__content > h1, .block__container__content > h2, .block__container__content > h3, .block__container__content > h4, .block__container__content > h5, .block__container__content > h6, .block__container__content > h7,
      .block__container__content > p, .block__container__content > ul, .block__container__content > ol {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .block__container__content > h1, .block__container__content > h2, .block__container__content > h3, .block__container__content > h4, .block__container__content > h5, .block__container__content > h6, .block__container__content > h7,
      .block__container__content > p, .block__container__content > ul, .block__container__content > ol {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .block__container__content > .block__flex-grid,
  .block__container__content > .block__careers-mission,
  .block__container__content > .block__careers-2x2,
  .block__container__content > .block__quote-highlights,
  .block__container__content > .block__jobs-filters,
  .block__container__content > .block__careers-hero,
  .block__container__content > .block__team-highlights,
  .block__container__content > .block__values,
  .block__container__content > .block__impact-city {
    max-width: none; }
  .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; } }

.site__content .block__team-grid {
  padding: 2.5rem 0; }
  .site__content .block__team-grid + .block__team-grid {
    margin-top: 0.75rem; }
  @media (min-width: 48rem) {
    .site__content .block__team-grid {
      padding: 2.5rem 0 3.75rem; } }
  .site__content .block__team-grid:nth-child(2n-1) {
    margin-bottom: 0;
    background-color: #F7F7F3; }
  .site__content .block__team-grid:nth-child(2n) {
    background-color: #FBFAFA; }
  .site__content .block__team-grid__heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.75rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.142em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
    @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; } }
    @media (min-width: 67.5rem) {
      .site__content .block__team-grid__heading {
        margin-bottom: 1rem;
        font-size: 1.75rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid__heading {
        margin-bottom: 2.5rem; } }
    @media (min-width: 67.5rem) {
      .site__content .block__team-grid__heading {
        margin-bottom: 2.5rem; } }
    .site__content .block__team-grid__heading + .block__team-grid__description {
      margin-top: -8px; }
  .site__content .block__team-grid__description {
    padding-left: 1rem;
    padding-right: 1rem;
    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) {
      .site__content .block__team-grid__description {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid__description {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .site__content .block__team-grid__description {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .site__content .block__team-grid__hr {
    grid-column: 1 /3;
    border-top: 1px solid #8ED500;
    background-color: transparent;
    display: block;
    position: relative; }
  .site__content .block__team-grid--small .block__team-grid__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    row-gap: 3rem;
    grid-template-columns: auto; }
    @media (min-width: 23.4375rem) {
      .site__content .block__team-grid--small .block__team-grid__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid--small .block__team-grid__wrapper {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .site__content .block__team-grid--small .block__team-grid__wrapper {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid--small .block__team-grid__wrapper {
        grid-template-columns: 1fr 1fr;
        column-gap: 5rem; } }
  .site__content .block__team-grid--large .block__team-grid__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    row-gap: 3rem;
    grid-template-columns: auto; }
    @media (min-width: 23.4375rem) {
      .site__content .block__team-grid--large .block__team-grid__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid--large .block__team-grid__wrapper {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .site__content .block__team-grid--large .block__team-grid__wrapper {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media (min-width: 25.875rem) {
      .site__content .block__team-grid--large .block__team-grid__wrapper {
        grid-template-columns: 1fr 1fr;
        column-gap: 3rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid--large .block__team-grid__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 5rem; } }
  .site__content .block__team-grid--row .block__team-grid__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    row-gap: 3rem;
    grid-template-columns: auto; }
    @media (min-width: 23.4375rem) {
      .site__content .block__team-grid--row .block__team-grid__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .site__content .block__team-grid--row .block__team-grid__wrapper {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .site__content .block__team-grid--row .block__team-grid__wrapper {
        padding-left: 3rem;
        padding-right: 3rem; } }

.site__content .block__team-grid__heading {
  font-size: 1.75rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.142em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #8ED500;
  margin-bottom: 1.5rem; }
  @media (min-width: 67.5rem) {
    .site__content .block__team-grid__heading {
      margin-bottom: 1rem;
      font-size: 1.75rem; } }
  @media (min-width: 48rem) {
    .site__content .block__team-grid__heading {
      margin-bottom: 2.5rem; } }
  @media (min-width: 67.5rem) {
    .site__content .block__team-grid__heading {
      margin-bottom: 2.5rem; } }

.block__card-grid {
  padding: 1.25rem 0; }
  @media (min-width: 48rem) {
    .block__card-grid {
      padding: 1.25rem 0 2.5rem; } }
  .block__card-grid__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 60rem;
    display: grid;
    row-gap: 3rem;
    grid-template-columns: auto; }
    .block__card-grid__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .block__card-grid__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .block__card-grid__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .block__card-grid__wrapper.max-width-960 {
      max-width: 60rem; }
    .block__card-grid__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .block__card-grid__wrapper.max-width-1280 {
      max-width: 80rem; }
    .block__card-grid__wrapper.max-width-1440 {
      max-width: 90rem; }
    .block__card-grid__wrapper.width_700 {
      max-width: 700px; }
    .block__card-grid__wrapper.width_960 {
      max-width: 960px; }
    .block__card-grid__wrapper.width_1080 {
      max-width: 1080px; }
    .block__card-grid__wrapper.width_1280 {
      max-width: 1280px; }
    .block__card-grid__wrapper.width_1440 {
      max-width: 1440px; }
    .block__card-grid__wrapper.width_1620 {
      max-width: 1620px; }
    @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; } }
    @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 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 60rem;
    display: grid;
    row-gap: 3rem;
    grid-template-columns: auto; }
    .block__press-grid__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .block__press-grid__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .block__press-grid__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .block__press-grid__wrapper.max-width-960 {
      max-width: 60rem; }
    .block__press-grid__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .block__press-grid__wrapper.max-width-1280 {
      max-width: 80rem; }
    .block__press-grid__wrapper.max-width-1440 {
      max-width: 90rem; }
    .block__press-grid__wrapper.width_700 {
      max-width: 700px; }
    .block__press-grid__wrapper.width_960 {
      max-width: 960px; }
    .block__press-grid__wrapper.width_1080 {
      max-width: 1080px; }
    .block__press-grid__wrapper.width_1280 {
      max-width: 1280px; }
    .block__press-grid__wrapper.width_1440 {
      max-width: 1440px; }
    .block__press-grid__wrapper.width_1620 {
      max-width: 1620px; }
    @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; } }
    @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: 60rem;
    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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960+"px";
  box-sizing: border-box;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem; }
  .site__content .block__accordion.max-width-500 {
    max-width: 31.25rem; }
  .site__content .block__accordion.max-width-600 {
    max-width: 37.5rem; }
  .site__content .block__accordion.max-width-700 {
    max-width: 43.75rem; }
  .site__content .block__accordion.max-width-960 {
    max-width: 60rem; }
  .site__content .block__accordion.max-width-1080 {
    max-width: 67.5rem; }
  .site__content .block__accordion.max-width-1280 {
    max-width: 80rem; }
  .site__content .block__accordion.max-width-1440 {
    max-width: 90rem; }
  .site__content .block__accordion.width_700 {
    max-width: 700px; }
  .site__content .block__accordion.width_960 {
    max-width: 960px; }
  .site__content .block__accordion.width_1080 {
    max-width: 1080px; }
  .site__content .block__accordion.width_1280 {
    max-width: 1280px; }
  .site__content .block__accordion.width_1440 {
    max-width: 1440px; }
  .site__content .block__accordion.width_1620 {
    max-width: 1620px; }
  @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 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;
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @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; } }
    .site__content .block__accordion .aligncenter.max-width-500,
    .site__content .block__accordion .alignnone.max-width-500 {
      max-width: 31.25rem; }
    .site__content .block__accordion .aligncenter.max-width-600,
    .site__content .block__accordion .alignnone.max-width-600 {
      max-width: 37.5rem; }
    .site__content .block__accordion .aligncenter.max-width-700,
    .site__content .block__accordion .alignnone.max-width-700 {
      max-width: 43.75rem; }
    .site__content .block__accordion .aligncenter.max-width-960,
    .site__content .block__accordion .alignnone.max-width-960 {
      max-width: 60rem; }
    .site__content .block__accordion .aligncenter.max-width-1080,
    .site__content .block__accordion .alignnone.max-width-1080 {
      max-width: 67.5rem; }
    .site__content .block__accordion .aligncenter.max-width-1280,
    .site__content .block__accordion .alignnone.max-width-1280 {
      max-width: 80rem; }
    .site__content .block__accordion .aligncenter.max-width-1440,
    .site__content .block__accordion .alignnone.max-width-1440 {
      max-width: 90rem; }
    .site__content .block__accordion .aligncenter.width_700,
    .site__content .block__accordion .alignnone.width_700 {
      max-width: 700px; }
    .site__content .block__accordion .aligncenter.width_960,
    .site__content .block__accordion .alignnone.width_960 {
      max-width: 960px; }
    .site__content .block__accordion .aligncenter.width_1080,
    .site__content .block__accordion .alignnone.width_1080 {
      max-width: 1080px; }
    .site__content .block__accordion .aligncenter.width_1280,
    .site__content .block__accordion .alignnone.width_1280 {
      max-width: 1280px; }
    .site__content .block__accordion .aligncenter.width_1440,
    .site__content .block__accordion .alignnone.width_1440 {
      max-width: 1440px; }
    .site__content .block__accordion .aligncenter.width_1620,
    .site__content .block__accordion .alignnone.width_1620 {
      max-width: 1620px; }
    @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 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 .25s; }
    .site__content .block__accordion__item [data-accordion-heading] {
      cursor: pointer; }
    .site__content .block__accordion__item [data-accordion-content] {
      transition: max-height .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 .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 .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); }

.block__jobs-filters__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080+"px";
  box-sizing: border-box;
  max-width: 67.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2.5rem; }
  .block__jobs-filters__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__jobs-filters__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__jobs-filters__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__jobs-filters__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__jobs-filters__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__jobs-filters__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__jobs-filters__wrapper.max-width-1440 {
    max-width: 90rem; }
  .block__jobs-filters__wrapper.width_700 {
    max-width: 700px; }
  .block__jobs-filters__wrapper.width_960 {
    max-width: 960px; }
  .block__jobs-filters__wrapper.width_1080 {
    max-width: 1080px; }
  .block__jobs-filters__wrapper.width_1280 {
    max-width: 1280px; }
  .block__jobs-filters__wrapper.width_1440 {
    max-width: 1440px; }
  .block__jobs-filters__wrapper.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .block__jobs-filters__wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .block__jobs-filters__wrapper {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .block__jobs-filters__wrapper {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .block__jobs-filters__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__jobs-filters__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__jobs-filters__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__jobs-filters__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__jobs-filters__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__jobs-filters__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__jobs-filters__wrapper.max-width-1440 {
    max-width: 90rem; }
  @media (min-width: 48rem) {
    .block__jobs-filters__wrapper {
      margin-bottom: 6.25rem; } }
.block__jobs-filters h2.block__jobs-filters__heading {
  font-size: 2.125rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.25em;
  color: #0B0E0F; }
  .block__jobs-filters h2.block__jobs-filters__heading button {
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    width: auto;
    color: #0B0E0F;
    text-transform: lowercase; }
    .block__jobs-filters h2.block__jobs-filters__heading button:hover {
      padding: 0;
      border: none;
      background-color: transparent;
      margin: 0;
      display: inline-block;
      color: #00A3B1; }
    .block__jobs-filters h2.block__jobs-filters__heading button.active {
      color: #00A3B1; }
.block__jobs-filters__grid {
  display: none;
  row-gap: 1rem;
  column-gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 23.4375rem) {
    .block__jobs-filters__grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 48rem) {
    .block__jobs-filters__grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 67.5rem) {
    .block__jobs-filters__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .block__jobs-filters__grid.active {
    display: grid; }
.block__jobs-filters__item {
  position: relative;
  border-radius: 1.25rem;
  list-style-type: none;
  margin: 0;
  padding: 0.75rem 0.75rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.188rem;
  font-family: "SF Pro Display";
  line-height: 1.263em;
  height: 8.25rem;
  color: #0B0E0F;
  cursor: pointer;
  opacity: .8;
  background-color: #00A3B1; }
  .block__jobs-filters__item:hover {
    opacity: 1; }
  @media (min-width: 48rem) {
    .block__jobs-filters__item {
      font-size: 1.75rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.142em;
      height: 11.25rem; } }
  .block__jobs-filters__item h3.block__jobs-filters__item-name {
    font-size: 1.188rem;
    font-family: "SF Pro Display";
    line-height: 1.263em;
    text-align: center;
    color: inherit; }
    @media (min-width: 48rem) {
      .block__jobs-filters__item h3.block__jobs-filters__item-name {
        font-size: 1.75rem;
        font-family: "Lato";
        font-weight: 900;
        font-style: italic;
        line-height: 1.142em; } }
  .block__jobs-filters__item-count {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    margin-left: -1.25rem;
    border-radius: 50%;
    font-size: 1rem;
    background-color: #00422D;
    color: #FFFFFF; }
    @media (min-width: 48rem) {
      .block__jobs-filters__item-count {
        bottom: 2.25rem; } }
  .block__jobs-filters__item:nth-child(1) {
    background-color: #00A3B1;
    color: #FFFFFF; }
  .block__jobs-filters__item:nth-child(2) {
    background-color: #8ED500; }
  .block__jobs-filters__item:nth-child(3) {
    background-color: #F9D624; }
  .block__jobs-filters__item:nth-child(4) {
    background-color: #FEF8D7; }
  .block__jobs-filters__item:nth-child(5) {
    background-color: #F56A14; }
  .block__jobs-filters__item:nth-child(6) {
    background-color: #FEF8D7; }
  .block__jobs-filters__item:nth-child(7) {
    background-color: #68D0D9; }
  .block__jobs-filters__item:nth-child(8) {
    background-color: #8ED500; }
  .block__jobs-filters__item:nth-child(9) {
    background-color: #F9D624; }
  .block__jobs-filters__item:nth-child(10) {
    background-color: #00A3B1; }
  .block__jobs-filters__item:nth-child(11) {
    background-color: #F56A14; }
  .block__jobs-filters__item:nth-child(12) {
    background-color: #D4F395; }
  .block__jobs-filters__item:nth-child(13) {
    background-color: #8ED500; }
  .block__jobs-filters__item:nth-child(14) {
    background-color: #FEF8D7; }
  .block__jobs-filters__item:nth-child(15) {
    background-color: #F78945; }

@media (min-width: 48rem) {
  .block__careers2x2__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center; } }
.block__careers2x2__copy1, .block__careers2x2__copy2 {
  position: relative;
  z-index: 5; }
  .block__careers2x2__copy1 *, .block__careers2x2__copy2 * {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em; }
  @media (min-width: 48rem) {
    .block__careers2x2__copy1, .block__careers2x2__copy2 {
      width: 100%;
      max-width: 26.25rem;
      padding: 2.5rem;
      justify-self: center; }
      .block__careers2x2__copy1 *, .block__careers2x2__copy2 * {
        font-size: 1.75rem;
        font-family: "Lato";
        font-weight: 900;
        font-style: italic;
        line-height: 1.142em; } }
.block__careers2x2__copy1 {
  margin-bottom: 5rem; }
.block__careers2x2__shapes {
  background-image: url(/wp-content/themes/nextdoor/assets/img/shape-2x2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35vw;
  height: auto;
  aspect-ratio: 619/530;
  position: absolute;
  left: 34vw;
  z-index: 4;
  margin-top: -8vw; }
  @media (min-width: 67.5rem) {
    .block__careers2x2__shapes {
      width: 25vw;
      margin-top: -6vw; } }
  @media (min-width: 105.0625rem) {
    .block__careers2x2__shapes {
      width: 38.75rem;
      margin-top: -12.5rem; } }
.block__careers2x2__image1, .block__careers2x2__image2 {
  position: relative;
  z-index: 3; }
  .block__careers2x2__image1 img, .block__careers2x2__image2 img {
    mask-image: url(/wp-content/themes/nextdoor/assets/img/cut-corner-mask.svg);
    -webkit-mask-image: url(/wp-content/themes/nextdoor/assets/img/cut-corner-mask.svg);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    width: 100%; }
  @media (min-width: 48rem) {
    .block__careers2x2__image1, .block__careers2x2__image2 {
      width: 110%;
      display: flex; } }
.block__careers2x2__image1 {
  margin-bottom: 1.25rem; }
.block__careers2x2__image2 {
  margin-bottom: 2rem; }
  .block__careers2x2__image2 img {
    mask-image: url(/wp-content/themes/nextdoor/assets/img/cut-corner-mask-rotated.svg);
    -webkit-mask-image: url(/wp-content/themes/nextdoor/assets/img/cut-corner-mask-rotated.svg); }
  @media (min-width: 48rem) {
    .block__careers2x2__image2 {
      order: 4;
      justify-self: flex-end; } }

.block__careers-hero {
  background-color: #FEF8D7;
  overflow: hidden;
  max-width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-bottom: 2.5rem !important; }
  @media (min-width: 48rem) {
    .block__careers-hero {
      height: calc(100vh - 360px);
      min-height: 33.75rem;
      max-height: 80vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
      margin-bottom: 6.25rem !important; } }
  @media (min-width: 48rem) {
    .block__careers-hero {
      min-height: 40rem; } }
  .block__careers-hero__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080+"px";
    box-sizing: border-box;
    max-width: 67.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 30rem; }
    .block__careers-hero__header.max-width-500 {
      max-width: 31.25rem; }
    .block__careers-hero__header.max-width-600 {
      max-width: 37.5rem; }
    .block__careers-hero__header.max-width-700 {
      max-width: 43.75rem; }
    .block__careers-hero__header.max-width-960 {
      max-width: 60rem; }
    .block__careers-hero__header.max-width-1080 {
      max-width: 67.5rem; }
    .block__careers-hero__header.max-width-1280 {
      max-width: 80rem; }
    .block__careers-hero__header.max-width-1440 {
      max-width: 90rem; }
    .block__careers-hero__header.width_700 {
      max-width: 700px; }
    .block__careers-hero__header.width_960 {
      max-width: 960px; }
    .block__careers-hero__header.width_1080 {
      max-width: 1080px; }
    .block__careers-hero__header.width_1280 {
      max-width: 1280px; }
    .block__careers-hero__header.width_1440 {
      max-width: 1440px; }
    .block__careers-hero__header.width_1620 {
      max-width: 1620px; }
    @media (min-width: 23.4375rem) {
      .block__careers-hero__header {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .block__careers-hero__header {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .block__careers-hero__header {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .block__careers-hero__heading {
    font-size: 3.25rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1em;
    font-size: 10vw; }
    @media (min-width: 48rem) {
      .block__careers-hero__heading {
        font-size: 2.8125rem; } }
  .block__careers-hero__images {
    margin-bottom: 2.5rem; }
    @media (min-width: 48rem) {
      .block__careers-hero__images {
        margin-bottom: 4rem; } }
    .block__careers-hero__images-wrapper {
      display: flex;
      flex-wrap: nowrap;
      column-gap: 2.5rem;
      min-height: 13.75rem; }
  .block__careers-hero__image {
    width: 13.75rem;
    height: 13.75rem;
    aspect-ratio: 1/1; }
    .block__careers-hero__image picture, .block__careers-hero__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .block__careers-hero__search {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080+"px";
    box-sizing: border-box;
    max-width: 67.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 30rem; }
    .block__careers-hero__search.max-width-500 {
      max-width: 31.25rem; }
    .block__careers-hero__search.max-width-600 {
      max-width: 37.5rem; }
    .block__careers-hero__search.max-width-700 {
      max-width: 43.75rem; }
    .block__careers-hero__search.max-width-960 {
      max-width: 60rem; }
    .block__careers-hero__search.max-width-1080 {
      max-width: 67.5rem; }
    .block__careers-hero__search.max-width-1280 {
      max-width: 80rem; }
    .block__careers-hero__search.max-width-1440 {
      max-width: 90rem; }
    .block__careers-hero__search.width_700 {
      max-width: 700px; }
    .block__careers-hero__search.width_960 {
      max-width: 960px; }
    .block__careers-hero__search.width_1080 {
      max-width: 1080px; }
    .block__careers-hero__search.width_1280 {
      max-width: 1280px; }
    .block__careers-hero__search.width_1440 {
      max-width: 1440px; }
    .block__careers-hero__search.width_1620 {
      max-width: 1620px; }
    @media (min-width: 23.4375rem) {
      .block__careers-hero__search {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .block__careers-hero__search {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .block__careers-hero__search {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .block__careers-hero__search-wrap {
      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 .25s;
      width: 100%;
      position: relative;
      width: 100%;
      border: 1px solid #8ED500;
      background-color: #D4F395;
      cursor: pointer;
      height: 2.5rem; }
      .block__careers-hero__search-wrap:hover {
        background-color: #EDEDED; }
      .block__careers-hero__search-wrap input[type=search] {
        background-color: transparent;
        border: none;
        font-size: 15px;
        line-height: 20px;
        caret-color: #1197DE; }
        .block__careers-hero__search-wrap input[type=search]:focus {
          outline: none; }
          .block__careers-hero__search-wrap input[type=search]:focus::placeholder {
            color: #757575; }
        .block__careers-hero__search-wrap 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__careers-hero__search-wrap input[type=search]:focus::-webkit-search-cancel-button {
          opacity: .5;
          pointer-events: all; }
        .block__careers-hero__search-wrap input[type=search]:focus::-webkit-search-cancel-button:hover {
          opacity: 1; }
      .block__careers-hero__search-wrap 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__careers-hero__search-wrap input[type=submit]:hover {
          background-color: transparent;
          border: none; }
      .block__careers-hero__search-wrap form {
        display: grid;
        justify-content: flex-start;
        grid-template-columns: auto 1fr;
        width: 100%;
        align-items: center; }
      .block__careers-hero__search-wrap label {
        font-size: 1.062rem;
        font-family: "SF Pro Text";
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: -0.32px;
        pointer-events: none;
        position: absolute;
        left: 40px;
        display: flex;
        align-items: center;
        top: 0;
        bottom: 0;
        column-gap: 4px; }
        .block__careers-hero__search-wrap label span {
          font-weight: bold; }
      .block__careers-hero__search-wrap input[type=search] {
        opacity: 0; }
      @media (min-width: 48rem) {
        .block__careers-hero__search-wrap {
          width: auto; } }
      .block__careers-hero__search-wrap:hover {
        background-color: #E3FAB5; }
      .block__careers-hero__search-wrap:focus-within input[type=search] {
        opacity: 1; }
      .block__careers-hero__search-wrap:focus-within label {
        display: none; }

.block__impact-city__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440+"px";
  box-sizing: border-box;
  max-width: 90rem;
  margin-bottom: 2.5rem;
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .block__impact-city__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__impact-city__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__impact-city__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__impact-city__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__impact-city__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__impact-city__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__impact-city__wrapper.max-width-1440 {
    max-width: 90rem; }
  .block__impact-city__wrapper.width_700 {
    max-width: 700px; }
  .block__impact-city__wrapper.width_960 {
    max-width: 960px; }
  .block__impact-city__wrapper.width_1080 {
    max-width: 1080px; }
  .block__impact-city__wrapper.width_1280 {
    max-width: 1280px; }
  .block__impact-city__wrapper.width_1440 {
    max-width: 1440px; }
  .block__impact-city__wrapper.width_1620 {
    max-width: 1620px; }
  .block__impact-city__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__impact-city__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__impact-city__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__impact-city__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__impact-city__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__impact-city__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__impact-city__wrapper.max-width-1440 {
    max-width: 90rem; }
  @media (min-width: 48rem) {
    .block__impact-city__wrapper {
      margin-bottom: 6.25rem;
      overflow: hidden;
      border-radius: 2.5rem;
      min-height: 80vh;
      padding-top: 8.25rem;
      padding-bottom: 5.75rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 90rem) {
    .block__impact-city__wrapper {
      padding-left: 5rem;
      padding-right: 5rem; } }
.block__impact-city__photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden; }
  .block__impact-city__photo.active {
    opacity: 1;
    pointer-events: all; }
  .block__impact-city__photo picture, .block__impact-city__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.2);
    filter: blur(6px); }
.block__impact-city h2.block__impact-city__heading {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2.125rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.25em;
  text-shadow: 0px 1px 14px #0B0E0F;
  color: #FFFFFF;
  text-align: center; }
  @media (min-width: 23.4375rem) {
    .block__impact-city h2.block__impact-city__heading {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .block__impact-city h2.block__impact-city__heading {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .block__impact-city h2.block__impact-city__heading {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 48rem) {
    .block__impact-city h2.block__impact-city__heading {
      font-size: 3.25rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1em; } }
.block__impact-city__nav {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  column-gap: 1.25rem;
  scroll-snap-type: x mandatory;
  scroll-padding: 1.25rem;
  margin-bottom: 2.75rem;
  padding: 1.25rem;
  overflow-x: auto; }
  @media (min-width: 23.4375rem) {
    .block__impact-city__nav {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .block__impact-city__nav {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .block__impact-city__nav {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .block__impact-city__nav__wrapper {
    max-width: 100%;
    width: 100%; }
  @media (min-width: 48rem) {
    .block__impact-city__nav {
      column-gap: 2rem;
      scroll-padding: 2rem;
      margin-bottom: 6.25rem; }
      .block__impact-city__nav__wrapper {
        max-width: none; } }
  .block__impact-city__nav button.block__impact-city__nav-item {
    border-radius: 1.25rem;
    background-color: #00422D;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.25rem;
    min-width: 9rem;
    transition: background-color .25s, padding .25s, min-width .25s, transform .25s, margin .25s;
    flex: 1;
    scroll-snap-align: center;
    cursor: pointer; }
    .block__impact-city__nav button.block__impact-city__nav-item .block__impact-city__nav-item-name {
      display: block;
      text-align: center;
      font-size: 1.375rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.272em;
      color: #FFFFFF;
      transition: color .25s, font-size .25s;
      white-space: nowrap; }
    .block__impact-city__nav button.block__impact-city__nav-item .block__impact-city__nav-item-est {
      opacity: 0;
      pointer-events: none;
      max-height: 0;
      overflow: hidden;
      font-size: 0.938rem;
      font-family: "SF Pro Text";
      font-weight: 400;
      font-style: normal;
      line-height: 20px;
      letter-spacing: -0.32px;
      transition: height .25s, opacity .25s .25s; }
    .block__impact-city__nav button.block__impact-city__nav-item:hover {
      color: #00422D;
      background-color: #8ED500; }
    .block__impact-city__nav button.block__impact-city__nav-item.active {
      opacity: 1;
      pointer-events: all;
      background-color: #8ED500;
      transform: scale(1.2);
      margin: 0 0.5rem; }
      .block__impact-city__nav button.block__impact-city__nav-item.active .block__impact-city__nav-item-name {
        color: #00422D; }
      .block__impact-city__nav button.block__impact-city__nav-item.active .block__impact-city__nav-item-est {
        opacity: 1;
        max-height: 50px; }
.block__impact-city__cities {
  width: 100%;
  height: 100%; }
.block__impact-city__city {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 23.4375rem) {
    .block__impact-city__city {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .block__impact-city__city {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .block__impact-city__city {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 67.5rem) {
    .block__impact-city__city {
      display: grid;
      grid-template-columns: 340px 1fr;
      grid-template-rows: auto 1fr;
      column-gap: 1.25rem; } }
  @media (min-width: 90rem) {
    .block__impact-city__city {
      grid-template-columns: 6fr 5fr;
      column-gap: 2.5rem; } }
  .block__impact-city__city-name {
    font-size: 1.75rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.142em;
    color: #FFFFFF;
    margin-bottom: 2rem; }
    @media (min-width: 67.5rem) {
      .block__impact-city__city-name {
        font-size: 2.125rem;
        font-family: "Lato";
        font-weight: 900;
        font-style: italic;
        line-height: 1.25em;
        grid-column: 1;
        grid-row: 1; } }
.block__impact-city__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  margin-bottom: 2.5rem;
  align-items: center;
  justify-content: center;
  max-width: 28.75rem; }
  @media (min-width: 90rem) {
    .block__impact-city__metrics {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto;
      grid-column: 1;
      grid-row: 2;
      margin-bottom: 0;
      align-items: flex-start;
      max-width: none; } }
.block__impact-city__metric {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  width: 7.5rem;
  height: 7.5rem; }
  .block__impact-city__metric .metric-value {
    order: -1;
    font-size: 3.25rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1em;
    font-size: 2.75rem; }
  .block__impact-city__metric .metric-label {
    font-size: 0.688rem;
    font-family: "SF Pro Text";
    font-weight: 700;
    font-style: normal;
    line-height: 12px; }
    @media (min-width: 67.5rem) {
      .block__impact-city__metric .metric-label {
        font-size: 0.812rem;
        font-family: "SF Pro Text";
        font-weight: 400;
        font-style: normal;
        line-height: 16px; } }
  .block__impact-city__metric.lime {
    background-color: #8ED500;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.light-lime {
    background-color: #D4F395;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.green {
    background-color: #006142;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.dark-green {
    background-color: #00422D;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.yellow {
    background-color: #F9D624;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.light-yellow {
    background-color: #FEF8D7;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.teal {
    background-color: #00A3B1;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.light-teal {
    background-color: #68D0D9;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.dark-teal {
    background-color: #117E89;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.orange {
    background-color: #F56A14;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.light-orange {
    background-color: #F78945;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.dark {
    background-color: #000000;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.medium-dark {
    background-color: #535A5C;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.medium {
    background-color: #757575;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.medium-light {
    background-color: #F2F2F2;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.light {
    background-color: #B9B9B9;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.light-surface {
    background-color: #F7F7F7;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.lighter-surface {
    background-color: #F9F9F9;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  .block__impact-city__metric.white {
    background-color: #FFFFFF;
    color: #FEF8D7;
    color: #117E89;
    color: #FEF8D7;
    color: #FEF8D7;
    color: #006142;
    color: #F9D624;
    color: #D4F395;
    color: #F9D624;
    color: #F9D624;
    color: #F9D624; }
  @media (min-width: 67.5rem) {
    .block__impact-city__metric {
      width: 8.75rem;
      height: 8.75rem; } }
  .block__impact-city__metric:nth-child(1) {
    background-color: #8ED500; }
    .block__impact-city__metric:nth-child(1) .metric-label {
      color: #FEF8D7; }
    .block__impact-city__metric:nth-child(1) .metric-value {
      color: #00422D; }
  .block__impact-city__metric:nth-child(2) {
    background-color: #68D0D9; }
    .block__impact-city__metric:nth-child(2) .metric-label {
      color: #0B0E0F; }
    .block__impact-city__metric:nth-child(2) .metric-value {
      color: #006142; }
  .block__impact-city__metric:nth-child(3) {
    background-color: #FEF8D7; }
    .block__impact-city__metric:nth-child(3) .metric-label {
      color: #00422D; }
    .block__impact-city__metric:nth-child(3) .metric-value {
      color: #F9D624; }
  .block__impact-city__metric:nth-child(4) {
    background-color: #F9D624; }
    .block__impact-city__metric:nth-child(4) .metric-label {
      color: #0B0E0F; }
    .block__impact-city__metric:nth-child(4) .metric-value {
      color: #FEF8D7; }
  @media (max-width: 67.4375rem) {
    .block__impact-city__metric:nth-child(2) {
      margin-top: 1.25rem; }
    .block__impact-city__metric:nth-child(3) {
      margin-left: 1.25rem; }
    .block__impact-city__metric:nth-child(4) {
      margin-top: 1.25rem;
      margin-left: 1.25rem; } }
  @media (min-width: 67.5rem) {
    .block__impact-city__metric:nth-child(2n) {
      margin-top: 3rem; } }
.block__impact-city__links {
  display: grid;
  column-gap: 1.25rem;
  row-gap: 1.25rem; }
  @media (min-width: 25.875rem) {
    .block__impact-city__links {
      grid-template-columns: 1fr 1fr;
      align-items: stretch; } }
  @media (min-width: 67.5rem) {
    .block__impact-city__links {
      grid-column: 2;
      grid-row: 1/3; } }
  @media (min-width: 90rem) {
    .block__impact-city__links {
      column-gap: 2.5rem; } }
.block__impact-city__link {
  border-radius: 1.25rem;
  background-color: #F7F7F3;
  padding: 0.5rem;
  display: block; }
  .block__impact-city__link:hover {
    background-color: #EDEDED; }
  .block__impact-city__link-image {
    border-radius: 0.75rem 0.75rem 0 0;
    display: block; }
  .block__impact-city__link-text {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    font-size: 1.125rem;
    padding: 0.75rem 0.75rem 1.25rem;
    display: block; }

.block__jobs-filters__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080+"px";
  box-sizing: border-box;
  max-width: 67.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2.5rem; }
  .block__jobs-filters__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__jobs-filters__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__jobs-filters__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__jobs-filters__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__jobs-filters__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__jobs-filters__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__jobs-filters__wrapper.max-width-1440 {
    max-width: 90rem; }
  .block__jobs-filters__wrapper.width_700 {
    max-width: 700px; }
  .block__jobs-filters__wrapper.width_960 {
    max-width: 960px; }
  .block__jobs-filters__wrapper.width_1080 {
    max-width: 1080px; }
  .block__jobs-filters__wrapper.width_1280 {
    max-width: 1280px; }
  .block__jobs-filters__wrapper.width_1440 {
    max-width: 1440px; }
  .block__jobs-filters__wrapper.width_1620 {
    max-width: 1620px; }
  @media (min-width: 23.4375rem) {
    .block__jobs-filters__wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 48rem) {
    .block__jobs-filters__wrapper {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 67.5rem) {
    .block__jobs-filters__wrapper {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .block__jobs-filters__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__jobs-filters__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__jobs-filters__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__jobs-filters__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__jobs-filters__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__jobs-filters__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__jobs-filters__wrapper.max-width-1440 {
    max-width: 90rem; }
  @media (min-width: 48rem) {
    .block__jobs-filters__wrapper {
      margin-bottom: 6.25rem; } }
.block__jobs-filters h2.block__jobs-filters__heading {
  font-size: 2.125rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.25em;
  color: #0B0E0F; }
  .block__jobs-filters h2.block__jobs-filters__heading button {
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    width: auto;
    color: #0B0E0F;
    text-transform: lowercase; }
    .block__jobs-filters h2.block__jobs-filters__heading button:hover {
      padding: 0;
      border: none;
      background-color: transparent;
      margin: 0;
      display: inline-block;
      color: #00A3B1; }
    .block__jobs-filters h2.block__jobs-filters__heading button.active {
      color: #00A3B1; }
.block__jobs-filters__grid {
  display: none;
  row-gap: 1rem;
  column-gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 23.4375rem) {
    .block__jobs-filters__grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 48rem) {
    .block__jobs-filters__grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 67.5rem) {
    .block__jobs-filters__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .block__jobs-filters__grid.active {
    display: grid; }
.block__jobs-filters__item {
  position: relative;
  border-radius: 1.25rem;
  list-style-type: none;
  margin: 0;
  padding: 0.75rem 0.75rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.188rem;
  font-family: "SF Pro Display";
  line-height: 1.263em;
  height: 8.25rem;
  color: #0B0E0F;
  cursor: pointer;
  opacity: .8;
  background-color: #00A3B1; }
  .block__jobs-filters__item:hover {
    opacity: 1; }
  @media (min-width: 48rem) {
    .block__jobs-filters__item {
      font-size: 1.75rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.142em;
      height: 11.25rem; } }
  .block__jobs-filters__item h3.block__jobs-filters__item-name {
    font-size: 1.188rem;
    font-family: "SF Pro Display";
    line-height: 1.263em;
    text-align: center;
    color: inherit; }
    @media (min-width: 48rem) {
      .block__jobs-filters__item h3.block__jobs-filters__item-name {
        font-size: 1.75rem;
        font-family: "Lato";
        font-weight: 900;
        font-style: italic;
        line-height: 1.142em; } }
  .block__jobs-filters__item-count {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    margin-left: -1.25rem;
    border-radius: 50%;
    font-size: 1rem;
    background-color: #00422D;
    color: #FFFFFF; }
    @media (min-width: 48rem) {
      .block__jobs-filters__item-count {
        bottom: 2.25rem; } }
  .block__jobs-filters__item:nth-child(1) {
    background-color: #00A3B1;
    color: #FFFFFF; }
  .block__jobs-filters__item:nth-child(2) {
    background-color: #8ED500; }
  .block__jobs-filters__item:nth-child(3) {
    background-color: #F9D624; }
  .block__jobs-filters__item:nth-child(4) {
    background-color: #FEF8D7; }
  .block__jobs-filters__item:nth-child(5) {
    background-color: #F56A14; }
  .block__jobs-filters__item:nth-child(6) {
    background-color: #FEF8D7; }
  .block__jobs-filters__item:nth-child(7) {
    background-color: #68D0D9; }
  .block__jobs-filters__item:nth-child(8) {
    background-color: #8ED500; }
  .block__jobs-filters__item:nth-child(9) {
    background-color: #F9D624; }
  .block__jobs-filters__item:nth-child(10) {
    background-color: #00A3B1; }
  .block__jobs-filters__item:nth-child(11) {
    background-color: #F56A14; }
  .block__jobs-filters__item:nth-child(12) {
    background-color: #D4F395; }
  .block__jobs-filters__item:nth-child(13) {
    background-color: #8ED500; }
  .block__jobs-filters__item:nth-child(14) {
    background-color: #FEF8D7; }
  .block__jobs-filters__item:nth-child(15) {
    background-color: #F78945; }

.block__flex-grid {
  padding-left: 1rem;
  padding-right: 1rem; }
  .block__flex-grid__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280+"px";
    box-sizing: border-box;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .block__flex-grid__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .block__flex-grid__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .block__flex-grid__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .block__flex-grid__wrapper.max-width-960 {
      max-width: 60rem; }
    .block__flex-grid__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .block__flex-grid__wrapper.max-width-1280 {
      max-width: 80rem; }
    .block__flex-grid__wrapper.max-width-1440 {
      max-width: 90rem; }
    .block__flex-grid__wrapper.width_700 {
      max-width: 700px; }
    .block__flex-grid__wrapper.width_960 {
      max-width: 960px; }
    .block__flex-grid__wrapper.width_1080 {
      max-width: 1080px; }
    .block__flex-grid__wrapper.width_1280 {
      max-width: 1280px; }
    .block__flex-grid__wrapper.width_1440 {
      max-width: 1440px; }
    .block__flex-grid__wrapper.width_1620 {
      max-width: 1620px; }
    @media (min-width: 23.4375rem) {
      .block__flex-grid__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .block__flex-grid__wrapper {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .block__flex-grid__wrapper {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .block__flex-grid__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .block__flex-grid__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .block__flex-grid__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .block__flex-grid__wrapper.max-width-960 {
      max-width: 60rem; }
    .block__flex-grid__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .block__flex-grid__wrapper.max-width-1280 {
      max-width: 80rem; }
    .block__flex-grid__wrapper.max-width-1440 {
      max-width: 90rem; }
  .block__flex-grid__items {
    justify-content: center; }
    @media (min-width: 25.875rem) {
      .block__flex-grid__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2.5rem;
        row-gap: 2.5rem; } }
    @media (min-width: 48rem) {
      .block__flex-grid__items {
        grid-template-columns: 1fr 1fr 1fr; } }
  .block__flex-grid__item__image {
    display: flex;
    justify-content: center;
    padding: 0 1rem 1.25rem; }
    .block__flex-grid__item__image picture, .block__flex-grid__item__image img {
      width: auto;
      max-height: 7.5rem; }
  .block__flex-grid__item__heading h3 {
    font-size: 1.062rem;
    font-family: "SF Pro Text";
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #0B0E0F;
    font-weight: 600;
    margin-bottom: 1.25rem; }
  .block__flex-grid__item__description * {
    font-size: 0.938rem;
    font-family: "SF Pro Text";
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.32px;
    color: #0B0E0F; }
  @media (min-width: 48rem) {
    .block__flex-grid--4 .block__flex-grid__items {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 90rem) {
    .block__flex-grid--4 .block__flex-grid__items {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 25.875rem) {
    .block__flex-grid--5 .block__flex-grid__items {
      display: flex;
      flex-wrap: wrap; }
      .block__flex-grid--5 .block__flex-grid__items .block__flex-grid__item {
        width: calc(50% - 20px);
        flex: 0 0 auto; } }
  @media (min-width: 48rem) {
    .block__flex-grid--5 .block__flex-grid__items .block__flex-grid__item {
      width: calc(33.33% - 30px);
      flex: 0 0 auto; } }
  @media (min-width: 90rem) {
    .block__flex-grid--5 .block__flex-grid__items {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      .block__flex-grid--5 .block__flex-grid__items .block__flex-grid__item {
        width: auto; } }
  @media (min-width: 48rem) {
    .block__flex-grid--6 .block__flex-grid__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 90rem) {
    .block__flex-grid--6 .block__flex-grid__items {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .block__flex-grid--photo-shapes {
    margin-top: 2.5rem; }
    @media (min-width: 48rem) {
      .block__flex-grid--photo-shapes {
        margin-top: 3.75rem; } }
    .block__flex-grid--photo-shapes .block__flex-grid__item__image {
      padding-left: 0;
      padding-right: 0; }
      .block__flex-grid--photo-shapes .block__flex-grid__item__image picture, .block__flex-grid--photo-shapes .block__flex-grid__item__image img {
        aspect-ratio: 1/1;
        max-height: none;
        width: 100%;
        height: auto; }

.block__careers-mission {
  overflow: hidden; }
  .block__careers-mission__hello {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440+"px";
    box-sizing: border-box;
    max-width: 90rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.25rem; }
    .block__careers-mission__hello.max-width-500 {
      max-width: 31.25rem; }
    .block__careers-mission__hello.max-width-600 {
      max-width: 37.5rem; }
    .block__careers-mission__hello.max-width-700 {
      max-width: 43.75rem; }
    .block__careers-mission__hello.max-width-960 {
      max-width: 60rem; }
    .block__careers-mission__hello.max-width-1080 {
      max-width: 67.5rem; }
    .block__careers-mission__hello.max-width-1280 {
      max-width: 80rem; }
    .block__careers-mission__hello.max-width-1440 {
      max-width: 90rem; }
    .block__careers-mission__hello.width_700 {
      max-width: 700px; }
    .block__careers-mission__hello.width_960 {
      max-width: 960px; }
    .block__careers-mission__hello.width_1080 {
      max-width: 1080px; }
    .block__careers-mission__hello.width_1280 {
      max-width: 1280px; }
    .block__careers-mission__hello.width_1440 {
      max-width: 1440px; }
    .block__careers-mission__hello.width_1620 {
      max-width: 1620px; }
    @media (min-width: 67.5rem) {
      .block__careers-mission__hello {
        margin-bottom: 2.5rem; } }
    @media (min-width: 90rem) {
      .block__careers-mission__hello {
        margin-bottom: 3.75rem; } }
  .block__careers-mission__logo {
    width: 5rem;
    height: 3.75rem;
    margin-right: 1rem;
    margin-left: -1rem; }
    @media (min-width: 67.5rem) {
      .block__careers-mission__logo {
        width: 12.5rem;
        height: 9.875rem;
        margin-right: 1.5rem;
        margin-left: -1.5rem; } }
  .block__careers-mission h2 {
    font-size: 1.75rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.142em;
    color: #8ED500;
    margin-bottom: -5px; }
  .block__careers-mission__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440+"px";
    box-sizing: border-box;
    max-width: 90rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 3.25rem; }
    .block__careers-mission__content.max-width-500 {
      max-width: 31.25rem; }
    .block__careers-mission__content.max-width-600 {
      max-width: 37.5rem; }
    .block__careers-mission__content.max-width-700 {
      max-width: 43.75rem; }
    .block__careers-mission__content.max-width-960 {
      max-width: 60rem; }
    .block__careers-mission__content.max-width-1080 {
      max-width: 67.5rem; }
    .block__careers-mission__content.max-width-1280 {
      max-width: 80rem; }
    .block__careers-mission__content.max-width-1440 {
      max-width: 90rem; }
    .block__careers-mission__content.width_700 {
      max-width: 700px; }
    .block__careers-mission__content.width_960 {
      max-width: 960px; }
    .block__careers-mission__content.width_1080 {
      max-width: 1080px; }
    .block__careers-mission__content.width_1280 {
      max-width: 1280px; }
    .block__careers-mission__content.width_1440 {
      max-width: 1440px; }
    .block__careers-mission__content.width_1620 {
      max-width: 1620px; }
    @media (min-width: 67.5rem) {
      .block__careers-mission__content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        column-gap: 1.25rem;
        row-gap: 1.25rem; } }
    @media (min-width: 90rem) {
      .block__careers-mission__content {
        column-gap: 3rem;
        row-gap: 3rem; } }
  .block__careers-mission__text {
    font-size: 1.75rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.142em;
    font-size: 7vw;
    line-height: 1.2em;
    color: #0B0E0F;
    order: 1;
    width: 100%;
    box-sizing: border-box;
    padding-right: 11vw; }
    @media (min-width: 67.5rem) {
      .block__careers-mission__text {
        font-size: 3.8vw;
        line-height: 1em;
        grid-row: 1;
        grid-column: 1/4;
        padding-right: 37%;
        padding-bottom: 5vw; } }
    @media (min-width: 90rem) {
      .block__careers-mission__text {
        font-size: 3.25rem;
        font-family: "Lato";
        font-weight: 900;
        font-style: italic;
        line-height: 1em;
        font-size: 3.6875rem;
        line-height: 1.2em;
        padding-bottom: 2rem; } }
  .block__careers-mission__quick-links {
    order: 2;
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    padding-right: 0%;
    width: 70%;
    box-sizing: border-box; }
    @media (min-width: 48rem) {
      .block__careers-mission__quick-links {
        padding-right: 10%;
        width: 50%; } }
    .block__careers-mission__quick-links-icon {
      width: 1.75rem;
      display: flex;
      justify-content: center;
      flex: 0 0 auto; }
      .block__careers-mission__quick-links-icon .icon-activity-off-1, .block__careers-mission__quick-links-icon .icon-activity-off, .block__careers-mission__quick-links-icon .icon-activity-on-1, .block__careers-mission__quick-links-icon .icon-activity-on, .block__careers-mission__quick-links-icon .icon-activity, .block__careers-mission__quick-links-icon .icon-add-large, .block__careers-mission__quick-links-icon .icon-address-book-fill, .block__careers-mission__quick-links-icon .icon-address-book, .block__careers-mission__quick-links-icon .icon-agencies-filled, .block__careers-mission__quick-links-icon .icon-agencies, .block__careers-mission__quick-links-icon .icon-alert-fill, .block__careers-mission__quick-links-icon .icon-alert, .block__careers-mission__quick-links-icon .icon-archive-1, .block__careers-mission__quick-links-icon .icon-archive, .block__careers-mission__quick-links-icon .icon-arrow-down-small, .block__careers-mission__quick-links-icon .icon-arrow-large-right, .block__careers-mission__quick-links-icon .icon-arrow-left-small, .block__careers-mission__quick-links-icon .icon-arrow-out, .block__careers-mission__quick-links-icon .icon-arrow-right-circle-large, .block__careers-mission__quick-links-icon .icon-arrow-right-circle, .block__careers-mission__quick-links-icon .icon-arrow-right-small, .block__careers-mission__quick-links-icon .icon-arrow-triangle-right-curve-small, .block__careers-mission__quick-links-icon .icon-arrow-triangle-right-small, .block__careers-mission__quick-links-icon .icon-arrow-up-right, .block__careers-mission__quick-links-icon .icon-arrow-up-small, .block__careers-mission__quick-links-icon .icon-auto-fill, .block__careers-mission__quick-links-icon .icon-auto, .block__careers-mission__quick-links-icon .icon-avatar-upload, .block__careers-mission__quick-links-icon .icon-badge-ribbon-heart-fill, .block__careers-mission__quick-links-icon .icon-badge-ribbon-heart, .block__careers-mission__quick-links-icon .icon-basketball-fill, .block__careers-mission__quick-links-icon .icon-basketball, .block__careers-mission__quick-links-icon .icon-bed-fill, .block__careers-mission__quick-links-icon .icon-bed, .block__careers-mission__quick-links-icon .icon-bell-fill, .block__careers-mission__quick-links-icon .icon-bell-off-fill, .block__careers-mission__quick-links-icon .icon-bell-plus-filled, .block__careers-mission__quick-links-icon .icon-bell-plus, .block__careers-mission__quick-links-icon .icon-block, .block__careers-mission__quick-links-icon .icon-blocks-logo, .block__careers-mission__quick-links-icon .icon-bolt-fill, .block__careers-mission__quick-links-icon .icon-bolt-slash-fill, .block__careers-mission__quick-links-icon .icon-bookmark-add, .block__careers-mission__quick-links-icon .icon-bookmark-fill, .block__careers-mission__quick-links-icon .icon-bookmark-remove-fill, .block__careers-mission__quick-links-icon .icon-bookmark-remove, .block__careers-mission__quick-links-icon .icon-bookmarks-filled, .block__careers-mission__quick-links-icon .icon-bookmarks, .block__careers-mission__quick-links-icon .icon-branded-more-arrow-right, .block__careers-mission__quick-links-icon .icon-briefcase-1, .block__careers-mission__quick-links-icon .icon-briefcase-fill, .block__careers-mission__quick-links-icon .icon-briefcase, .block__careers-mission__quick-links-icon .icon-bubble-comment-fill, .block__careers-mission__quick-links-icon .icon-bubble-comment, .block__careers-mission__quick-links-icon .icon-bubble-ellipsis, .block__careers-mission__quick-links-icon .icon-bubble-star-fill, .block__careers-mission__quick-links-icon .icon-bubble-star, .block__careers-mission__quick-links-icon .icon-bubbles-32, .block__careers-mission__quick-links-icon .icon-bubbles-fill-32, .block__careers-mission__quick-links-icon .icon-bubbles-fill-large, .block__careers-mission__quick-links-icon .icon-bubbles-large, .block__careers-mission__quick-links-icon .icon-bubbles-question-1, .block__careers-mission__quick-links-icon .icon-bubbles-question-fill, .block__careers-mission__quick-links-icon .icon-bubbles-question-filled, .block__careers-mission__quick-links-icon .icon-bubbles-question, .block__careers-mission__quick-links-icon .icon-bubbles, .block__careers-mission__quick-links-icon .icon-building-fill, .block__careers-mission__quick-links-icon .icon-building, .block__careers-mission__quick-links-icon .icon-businesses-1, .block__careers-mission__quick-links-icon .icon-businesses-2, .block__careers-mission__quick-links-icon .icon-businesses-filled-1, .block__careers-mission__quick-links-icon .icon-businesses-filled, .block__careers-mission__quick-links-icon .icon-businesses, .block__careers-mission__quick-links-icon .icon-calculator, .block__careers-mission__quick-links-icon .icon-calendar-1, .block__careers-mission__quick-links-icon .icon-calendar-fill, .block__careers-mission__quick-links-icon .icon-calendar-filled, .block__careers-mission__quick-links-icon .icon-calendar, .block__careers-mission__quick-links-icon .icon-camera-switch-fill-32, .block__careers-mission__quick-links-icon .icon-camera-switch-fill, .block__careers-mission__quick-links-icon .icon-camera, .block__careers-mission__quick-links-icon .icon-cancel, .block__careers-mission__quick-links-icon .icon-candy-fill, .block__careers-mission__quick-links-icon .icon-candy, .block__careers-mission__quick-links-icon .icon-car, .block__careers-mission__quick-links-icon .icon-certificate-fill, .block__careers-mission__quick-links-icon .icon-certificate, .block__careers-mission__quick-links-icon .icon-chart-32, .block__careers-mission__quick-links-icon .icon-chart-fill-32, .block__careers-mission__quick-links-icon .icon-chart-fill, .block__careers-mission__quick-links-icon .icon-chart, .block__careers-mission__quick-links-icon .icon-check-circle-fill, .block__careers-mission__quick-links-icon .icon-check-empty, .block__careers-mission__quick-links-icon .icon-check-filled, .block__careers-mission__quick-links-icon .icon-check, .block__careers-mission__quick-links-icon .icon-checkbox-off, .block__careers-mission__quick-links-icon .icon-checkbox-on, .block__careers-mission__quick-links-icon .icon-checkmark-dotted, .block__careers-mission__quick-links-icon .icon-checkmark, .block__careers-mission__quick-links-icon .icon-cheer-map-filled, .block__careers-mission__quick-links-icon .icon-cheer-map, .block__careers-mission__quick-links-icon .icon-circle-grid-fill, .block__careers-mission__quick-links-icon .icon-circle-grid, .block__careers-mission__quick-links-icon .icon-clock, .block__careers-mission__quick-links-icon .icon-close-filled, .block__careers-mission__quick-links-icon .icon-close-small, .block__careers-mission__quick-links-icon .icon-cmail, .block__careers-mission__quick-links-icon .icon-comment-overflow-small, .block__careers-mission__quick-links-icon .icon-comment-small, .block__careers-mission__quick-links-icon .icon-comment, .block__careers-mission__quick-links-icon .icon-compass-fill-large-1, .block__careers-mission__quick-links-icon .icon-compass-fill-large, .block__careers-mission__quick-links-icon .icon-compass-fill, .block__careers-mission__quick-links-icon .icon-compass-large-1, .block__careers-mission__quick-links-icon .icon-compass-large, .block__careers-mission__quick-links-icon .icon-compass, .block__careers-mission__quick-links-icon .icon-compose-large, .block__careers-mission__quick-links-icon .icon-connect-accept, .block__careers-mission__quick-links-icon .icon-connect-pending, .block__careers-mission__quick-links-icon .icon-connect-remove, .block__careers-mission__quick-links-icon .icon-connect, .block__careers-mission__quick-links-icon .icon-content-review-1, .block__careers-mission__quick-links-icon .icon-content-review-filled-1, .block__careers-mission__quick-links-icon .icon-content-review-filled, .block__careers-mission__quick-links-icon .icon-content-review, .block__careers-mission__quick-links-icon .icon-copy-1, .block__careers-mission__quick-links-icon .icon-copy, .block__careers-mission__quick-links-icon .icon-crop, .block__careers-mission__quick-links-icon .icon-cross-fill, .block__careers-mission__quick-links-icon .icon-cross, .block__careers-mission__quick-links-icon .icon-cup-fill, .block__careers-mission__quick-links-icon .icon-cup, .block__careers-mission__quick-links-icon .icon-dash-circle-fill, .block__careers-mission__quick-links-icon .icon-dashboard-off, .block__careers-mission__quick-links-icon .icon-dashboard-on, .block__careers-mission__quick-links-icon .icon-date, .block__careers-mission__quick-links-icon .icon-direction-fill, .block__careers-mission__quick-links-icon .icon-direction, .block__careers-mission__quick-links-icon .icon-disabled, .block__careers-mission__quick-links-icon .icon-disclosure-arrow, .block__careers-mission__quick-links-icon .icon-discussion-close, .block__careers-mission__quick-links-icon .icon-discussion-open, .block__careers-mission__quick-links-icon .icon-documents-filled, .block__careers-mission__quick-links-icon .icon-documents, .block__careers-mission__quick-links-icon .icon-down-control, .block__careers-mission__quick-links-icon .icon-download, .block__careers-mission__quick-links-icon .icon-edit-1, .block__careers-mission__quick-links-icon .icon-edit-fill, .block__careers-mission__quick-links-icon .icon-edit, .block__careers-mission__quick-links-icon .icon-email, .block__careers-mission__quick-links-icon .icon-embed, .block__careers-mission__quick-links-icon .icon-error, .block__careers-mission__quick-links-icon .icon-events-1, .block__careers-mission__quick-links-icon .icon-events-filled-1, .block__careers-mission__quick-links-icon .icon-events-filled, .block__careers-mission__quick-links-icon .icon-events, .block__careers-mission__quick-links-icon .icon-exclamation-triangle-fill, .block__careers-mission__quick-links-icon .icon-eye-closed, .block__careers-mission__quick-links-icon .icon-eye-fill, .block__careers-mission__quick-links-icon .icon-eye, .block__careers-mission__quick-links-icon .icon-face-frown, .block__careers-mission__quick-links-icon .icon-face-smile, .block__careers-mission__quick-links-icon .icon-file-upload, .block__careers-mission__quick-links-icon .icon-file, .block__careers-mission__quick-links-icon .icon-filter-1, .block__careers-mission__quick-links-icon .icon-filter, .block__careers-mission__quick-links-icon .icon-finger-point-fill, .block__careers-mission__quick-links-icon .icon-finger-point, .block__careers-mission__quick-links-icon .icon-flame-filled, .block__careers-mission__quick-links-icon .icon-flame, .block__careers-mission__quick-links-icon .icon-for-sale-1, .block__careers-mission__quick-links-icon .icon-for-sale-filled-1, .block__careers-mission__quick-links-icon .icon-for-sale-filled, .block__careers-mission__quick-links-icon .icon-for-sale, .block__careers-mission__quick-links-icon .icon-fork-knife-fill, .block__careers-mission__quick-links-icon .icon-fork-knife, .block__careers-mission__quick-links-icon .icon-forsale-off-1, .block__careers-mission__quick-links-icon .icon-forsale-off, .block__careers-mission__quick-links-icon .icon-forsale-on-1, .block__careers-mission__quick-links-icon .icon-forsale-on, .block__careers-mission__quick-links-icon .icon-general-filled, .block__careers-mission__quick-links-icon .icon-general, .block__careers-mission__quick-links-icon .icon-ghost-fill, .block__careers-mission__quick-links-icon .icon-ghost, .block__careers-mission__quick-links-icon .icon-gift, .block__careers-mission__quick-links-icon .icon-gingerbread-man, .block__careers-mission__quick-links-icon .icon-globe-n, .block__careers-mission__quick-links-icon .icon-globe, .block__careers-mission__quick-links-icon .icon-graduation-cap-fill, .block__careers-mission__quick-links-icon .icon-graduation-cap, .block__careers-mission__quick-links-icon .icon-grass-fill, .block__careers-mission__quick-links-icon .icon-grass, .block__careers-mission__quick-links-icon .icon-groups-filled, .block__careers-mission__quick-links-icon .icon-groups-off-1, .block__careers-mission__quick-links-icon .icon-groups-off, .block__careers-mission__quick-links-icon .icon-groups-on-1, .block__careers-mission__quick-links-icon .icon-groups-on, .block__careers-mission__quick-links-icon .icon-groups, .block__careers-mission__quick-links-icon .icon-guideline, .block__careers-mission__quick-links-icon .icon-hand-unfilled, .block__careers-mission__quick-links-icon .icon-hand, .block__careers-mission__quick-links-icon .icon-haunted-house-fill, .block__careers-mission__quick-links-icon .icon-haunted-house, .block__careers-mission__quick-links-icon .icon-heart-break, .block__careers-mission__quick-links-icon .icon-heart-fill, .block__careers-mission__quick-links-icon .icon-heart-overflow-small, .block__careers-mission__quick-links-icon .icon-heart-small, .block__careers-mission__quick-links-icon .icon-heart, .block__careers-mission__quick-links-icon .icon-help-1, .block__careers-mission__quick-links-icon .icon-help-filled-1, .block__careers-mission__quick-links-icon .icon-help-filled, .block__careers-mission__quick-links-icon .icon-help-off, .block__careers-mission__quick-links-icon .icon-help, .block__careers-mission__quick-links-icon .icon-hide-fill, .block__careers-mission__quick-links-icon .icon-holiday-lights-fill, .block__careers-mission__quick-links-icon .icon-holiday-lights, .block__careers-mission__quick-links-icon .icon-home-1, .block__careers-mission__quick-links-icon .icon-home-filled-1, .block__careers-mission__quick-links-icon .icon-home-filled, .block__careers-mission__quick-links-icon .icon-home-off-1, .block__careers-mission__quick-links-icon .icon-home-off, .block__careers-mission__quick-links-icon .icon-home-on-1, .block__careers-mission__quick-links-icon .icon-home-on, .block__careers-mission__quick-links-icon .icon-home-town, .block__careers-mission__quick-links-icon .icon-home, .block__careers-mission__quick-links-icon .icon-house-fill-waves, .block__careers-mission__quick-links-icon .icon-house-fill, .block__careers-mission__quick-links-icon .icon-houses-four, .block__careers-mission__quick-links-icon .icon-houses-three-fill, .block__careers-mission__quick-links-icon .icon-houses-two-fill, .block__careers-mission__quick-links-icon .icon-icon-hide, .block__careers-mission__quick-links-icon .icon-icon-placeholder-fill, .block__careers-mission__quick-links-icon .icon-icon-placeholder-outline, .block__careers-mission__quick-links-icon .icon-icon-treatmap-filled, .block__careers-mission__quick-links-icon .icon-icon-treatmap, .block__careers-mission__quick-links-icon .icon-improve, .block__careers-mission__quick-links-icon .icon-inbox-off, .block__careers-mission__quick-links-icon .icon-inbox-on, .block__careers-mission__quick-links-icon .icon-info-filled, .block__careers-mission__quick-links-icon .icon-info, .block__careers-mission__quick-links-icon .icon-invite-fill-large-1, .block__careers-mission__quick-links-icon .icon-invite-fill-large, .block__careers-mission__quick-links-icon .icon-invite-large-1, .block__careers-mission__quick-links-icon .icon-invite-large, .block__careers-mission__quick-links-icon .icon-invite-off, .block__careers-mission__quick-links-icon .icon-invite-on, .block__careers-mission__quick-links-icon .icon-keep-filled, .block__careers-mission__quick-links-icon .icon-key, .block__careers-mission__quick-links-icon .icon-leads-filled-1, .block__careers-mission__quick-links-icon .icon-leads-filled, .block__careers-mission__quick-links-icon .icon-leads, .block__careers-mission__quick-links-icon .icon-leaf, .block__careers-mission__quick-links-icon .icon-letter, .block__careers-mission__quick-links-icon .icon-link, .block__careers-mission__quick-links-icon .icon-listings, .block__careers-mission__quick-links-icon .icon-loading, .block__careers-mission__quick-links-icon .icon-local-deals-1, .block__careers-mission__quick-links-icon .icon-local-deals-filled-1, .block__careers-mission__quick-links-icon .icon-local-deals-filled, .block__careers-mission__quick-links-icon .icon-local-deals, .block__careers-mission__quick-links-icon .icon-lock-fill, .block__careers-mission__quick-links-icon .icon-lock-open-fill, .block__careers-mission__quick-links-icon .icon-lost-found-filled, .block__careers-mission__quick-links-icon .icon-lost-found, .block__careers-mission__quick-links-icon .icon-loudspeaker-32, .block__careers-mission__quick-links-icon .icon-loudspeaker-fill-32, .block__careers-mission__quick-links-icon .icon-loudspeaker, .block__careers-mission__quick-links-icon .icon-magnifier-block, .block__careers-mission__quick-links-icon .icon-map-1, .block__careers-mission__quick-links-icon .icon-map-filled-1, .block__careers-mission__quick-links-icon .icon-map-filled, .block__careers-mission__quick-links-icon .icon-map-magnifier, .block__careers-mission__quick-links-icon .icon-map, .block__careers-mission__quick-links-icon .icon-medical-fill, .block__careers-mission__quick-links-icon .icon-medical, .block__careers-mission__quick-links-icon .icon-megaphone-fill, .block__careers-mission__quick-links-icon .icon-megaphone-off-fill, .block__careers-mission__quick-links-icon .icon-megaphone, .block__careers-mission__quick-links-icon .icon-menu-large, .block__careers-mission__quick-links-icon .icon-message, .block__careers-mission__quick-links-icon .icon-messages-off, .block__careers-mission__quick-links-icon .icon-messages-on, .block__careers-mission__quick-links-icon .icon-mobile-phone, .block__careers-mission__quick-links-icon .icon-mood-agree, .block__careers-mission__quick-links-icon .icon-mood-canada, .block__careers-mission__quick-links-icon .icon-mood-haha, .block__careers-mission__quick-links-icon .icon-mood-like, .block__careers-mission__quick-links-icon .icon-mood-quebec, .block__careers-mission__quick-links-icon .icon-mood-sad, .block__careers-mission__quick-links-icon .icon-mood-thank, .block__careers-mission__quick-links-icon .icon-mood-wow, .block__careers-mission__quick-links-icon .icon-mood-yay, .block__careers-mission__quick-links-icon .icon-more-android, .block__careers-mission__quick-links-icon .icon-more-off-1, .block__careers-mission__quick-links-icon .icon-more-off, .block__careers-mission__quick-links-icon .icon-more-on-1, .block__careers-mission__quick-links-icon .icon-more-on, .block__careers-mission__quick-links-icon .icon-more, .block__careers-mission__quick-links-icon .icon-motorcycle, .block__careers-mission__quick-links-icon .icon-mute, .block__careers-mission__quick-links-icon .icon-nav-back-iOS, .block__careers-mission__quick-links-icon .icon-nav-back, .block__careers-mission__quick-links-icon .icon-nav-close, .block__careers-mission__quick-links-icon .icon-nav-post, .block__careers-mission__quick-links-icon .icon-neighborhood-1, .block__careers-mission__quick-links-icon .icon-neighborhood-filled-1, .block__careers-mission__quick-links-icon .icon-neighborhood-filled, .block__careers-mission__quick-links-icon .icon-neighborhood, .block__careers-mission__quick-links-icon .icon-neighbors, .block__careers-mission__quick-links-icon .icon-neutral-filled, .block__careers-mission__quick-links-icon .icon-newspaper-fill, .block__careers-mission__quick-links-icon .icon-newspaper, .block__careers-mission__quick-links-icon .icon-next, .block__careers-mission__quick-links-icon .icon-nextdoor-logo-n, .block__careers-mission__quick-links-icon .icon-nextdoor-logo-round, .block__careers-mission__quick-links-icon .icon-notifications-off-1, .block__careers-mission__quick-links-icon .icon-notifications-off, .block__careers-mission__quick-links-icon .icon-notifications-on-1, .block__careers-mission__quick-links-icon .icon-notifications-on, .block__careers-mission__quick-links-icon .icon-number-1, .block__careers-mission__quick-links-icon .icon-number-2, .block__careers-mission__quick-links-icon .icon-number-3, .block__careers-mission__quick-links-icon .icon-number-4, .block__careers-mission__quick-links-icon .icon-organization-fill, .block__careers-mission__quick-links-icon .icon-organization, .block__careers-mission__quick-links-icon .icon-page-off, .block__careers-mission__quick-links-icon .icon-page-on, .block__careers-mission__quick-links-icon .icon-pencil, .block__careers-mission__quick-links-icon .icon-people-fill, .block__careers-mission__quick-links-icon .icon-person-dotted-fill, .block__careers-mission__quick-links-icon .icon-person-fill-1, .block__careers-mission__quick-links-icon .icon-person-fill, .block__careers-mission__quick-links-icon .icon-person-small-filled, .block__careers-mission__quick-links-icon .icon-person, .block__careers-mission__quick-links-icon .icon-personal-care-fill, .block__careers-mission__quick-links-icon .icon-personal-care, .block__careers-mission__quick-links-icon .icon-pet-fill, .block__careers-mission__quick-links-icon .icon-pet, .block__careers-mission__quick-links-icon .icon-pets-filled, .block__careers-mission__quick-links-icon .icon-pets, .block__careers-mission__quick-links-icon .icon-phone-link, .block__careers-mission__quick-links-icon .icon-phone, .block__careers-mission__quick-links-icon .icon-photo-fill-large, .block__careers-mission__quick-links-icon .icon-photo-fill, .block__careers-mission__quick-links-icon .icon-photo-upload-fill, .block__careers-mission__quick-links-icon .icon-photo-upload, .block__careers-mission__quick-links-icon .icon-photo, .block__careers-mission__quick-links-icon .icon-pin-mini, .block__careers-mission__quick-links-icon .icon-play, .block__careers-mission__quick-links-icon .icon-plus-circle-fill, .block__careers-mission__quick-links-icon .icon-plus-circle, .block__careers-mission__quick-links-icon .icon-plus-large-1, .block__careers-mission__quick-links-icon .icon-plus-large, .block__careers-mission__quick-links-icon .icon-plus, .block__careers-mission__quick-links-icon .icon-poll-fill, .block__careers-mission__quick-links-icon .icon-poll, .block__careers-mission__quick-links-icon .icon-post-fill, .block__careers-mission__quick-links-icon .icon-post-off, .block__careers-mission__quick-links-icon .icon-post-on, .block__careers-mission__quick-links-icon .icon-post, .block__careers-mission__quick-links-icon .icon-potted-plant-fill, .block__careers-mission__quick-links-icon .icon-potted-plant, .block__careers-mission__quick-links-icon .icon-preferences, .block__careers-mission__quick-links-icon .icon-premium-off, .block__careers-mission__quick-links-icon .icon-premium-on, .block__careers-mission__quick-links-icon .icon-previous, .block__careers-mission__quick-links-icon .icon-private, .block__careers-mission__quick-links-icon .icon-profile-switch-fill, .block__careers-mission__quick-links-icon .icon-profile-switch, .block__careers-mission__quick-links-icon .icon-public, .block__careers-mission__quick-links-icon .icon-pumpkin-fill, .block__careers-mission__quick-links-icon .icon-pumpkin, .block__careers-mission__quick-links-icon .icon-question-circle-1, .block__careers-mission__quick-links-icon .icon-question-circle, .block__careers-mission__quick-links-icon .icon-radio-fill, .block__careers-mission__quick-links-icon .icon-radio-off, .block__careers-mission__quick-links-icon .icon-radio-on, .block__careers-mission__quick-links-icon .icon-real-estate-1, .block__careers-mission__quick-links-icon .icon-real-estate-2, .block__careers-mission__quick-links-icon .icon-real-estate-filled, .block__careers-mission__quick-links-icon .icon-real-estate, .block__careers-mission__quick-links-icon .icon-remove-filled, .block__careers-mission__quick-links-icon .icon-remove, .block__careers-mission__quick-links-icon .icon-reply-small, .block__careers-mission__quick-links-icon .icon-report-fill, .block__careers-mission__quick-links-icon .icon-report, .block__careers-mission__quick-links-icon .icon-reset, .block__careers-mission__quick-links-icon .icon-review-heart-filled, .block__careers-mission__quick-links-icon .icon-review-heart, .block__careers-mission__quick-links-icon .icon-rotate, .block__careers-mission__quick-links-icon .icon-safety-filled, .block__careers-mission__quick-links-icon .icon-safety, .block__careers-mission__quick-links-icon .icon-search-1, .block__careers-mission__quick-links-icon .icon-search-2, .block__careers-mission__quick-links-icon .icon-search-small, .block__careers-mission__quick-links-icon .icon-search, .block__careers-mission__quick-links-icon .icon-seasonal-map-1, .block__careers-mission__quick-links-icon .icon-seasonal-map-filled-1, .block__careers-mission__quick-links-icon .icon-seasonal-map-filled, .block__careers-mission__quick-links-icon .icon-seasonal-map, .block__careers-mission__quick-links-icon .icon-settings-1, .block__careers-mission__quick-links-icon .icon-settings-filled, .block__careers-mission__quick-links-icon .icon-settings-off, .block__careers-mission__quick-links-icon .icon-settings-on, .block__careers-mission__quick-links-icon .icon-settings, .block__careers-mission__quick-links-icon .icon-shapes-fill, .block__careers-mission__quick-links-icon .icon-shapes, .block__careers-mission__quick-links-icon .icon-share-fill, .block__careers-mission__quick-links-icon .icon-share-overflow-small, .block__careers-mission__quick-links-icon .icon-share-small, .block__careers-mission__quick-links-icon .icon-share, .block__careers-mission__quick-links-icon .icon-sharein, .block__careers-mission__quick-links-icon .icon-shield, .block__careers-mission__quick-links-icon .icon-shoe, .block__careers-mission__quick-links-icon .icon-shopping-bag-fill, .block__careers-mission__quick-links-icon .icon-shopping-bag, .block__careers-mission__quick-links-icon .icon-sign-out, .block__careers-mission__quick-links-icon .icon-snowman, .block__careers-mission__quick-links-icon .icon-sort-3, .block__careers-mission__quick-links-icon .icon-sort-4, .block__careers-mission__quick-links-icon .icon-sort, .block__careers-mission__quick-links-icon .icon-stack, .block__careers-mission__quick-links-icon .icon-star-filled, .block__careers-mission__quick-links-icon .icon-star, .block__careers-mission__quick-links-icon .icon-store-1, .block__careers-mission__quick-links-icon .icon-store-fill, .block__careers-mission__quick-links-icon .icon-store, .block__careers-mission__quick-links-icon .icon-subscribe-agency, .block__careers-mission__quick-links-icon .icon-sync, .block__careers-mission__quick-links-icon .icon-syringe, .block__careers-mission__quick-links-icon .icon-tag-plain-fill-1, .block__careers-mission__quick-links-icon .icon-tag-plain-fill, .block__careers-mission__quick-links-icon .icon-tag-plain-remove-fill, .block__careers-mission__quick-links-icon .icon-tag-plain, .block__careers-mission__quick-links-icon .icon-tag-remove, .block__careers-mission__quick-links-icon .icon-tag-torn-filled, .block__careers-mission__quick-links-icon .icon-tag-torn, .block__careers-mission__quick-links-icon .icon-tag, .block__careers-mission__quick-links-icon .icon-takeout-fill, .block__careers-mission__quick-links-icon .icon-takeout, .block__careers-mission__quick-links-icon .icon-talk-bubble-fill-1, .block__careers-mission__quick-links-icon .icon-talk-bubble-fill, .block__careers-mission__quick-links-icon .icon-talk-bubble-notch, .block__careers-mission__quick-links-icon .icon-talk-bubble, .block__careers-mission__quick-links-icon .icon-teddy-fill, .block__careers-mission__quick-links-icon .icon-teddy, .block__careers-mission__quick-links-icon .icon-thank-off-1, .block__careers-mission__quick-links-icon .icon-thank-off, .block__careers-mission__quick-links-icon .icon-thank-on, .block__careers-mission__quick-links-icon .icon-top-posts-1, .block__careers-mission__quick-links-icon .icon-top-posts-filled-1, .block__careers-mission__quick-links-icon .icon-top-posts-filled, .block__careers-mission__quick-links-icon .icon-top-posts, .block__careers-mission__quick-links-icon .icon-trash-fill, .block__careers-mission__quick-links-icon .icon-triangle-down-small, .block__careers-mission__quick-links-icon .icon-triangle-up-small, .block__careers-mission__quick-links-icon .icon-trophy-fill, .block__careers-mission__quick-links-icon .icon-trophy, .block__careers-mission__quick-links-icon .icon-unarchive, .block__careers-mission__quick-links-icon .icon-unblock, .block__careers-mission__quick-links-icon .icon-unsubscribe-agency, .block__careers-mission__quick-links-icon .icon-unverified, .block__careers-mission__quick-links-icon .icon-up-control, .block__careers-mission__quick-links-icon .icon-upload, .block__careers-mission__quick-links-icon .icon-urgent-fill, .block__careers-mission__quick-links-icon .icon-urgent, .block__careers-mission__quick-links-icon .icon-verified, .block__careers-mission__quick-links-icon .icon-video-filled, .block__careers-mission__quick-links-icon .icon-video, .block__careers-mission__quick-links-icon .icon-vote-down, .block__careers-mission__quick-links-icon .icon-vote-up, .block__careers-mission__quick-links-icon .icon-wave-color, .block__careers-mission__quick-links-icon .icon-website-cursor-fill, .block__careers-mission__quick-links-icon .icon-website-cursor, .block__careers-mission__quick-links-icon .icon-wellness-fill, .block__careers-mission__quick-links-icon .icon-wellness, .block__careers-mission__quick-links-icon .icon-wrench-fill, .block__careers-mission__quick-links-icon .icon-write, .block__careers-mission__quick-links-icon .icon-x-circle-fill, .block__careers-mission__quick-links-icon .icon-xmas-tree {
        width: 1.5rem;
        height: 1.5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        display: block; }
      .block__careers-mission__quick-links-icon .icon-activity-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-activity-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-off.svg); }
      .block__careers-mission__quick-links-icon .icon-activity-on-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-on-1.svg); }
      .block__careers-mission__quick-links-icon .icon-activity-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-on.svg); }
      .block__careers-mission__quick-links-icon .icon-activity {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity.svg); }
      .block__careers-mission__quick-links-icon .icon-add-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/add-large.svg); }
      .block__careers-mission__quick-links-icon .icon-address-book-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/address-book-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-address-book {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/address-book.svg); }
      .block__careers-mission__quick-links-icon .icon-agencies-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/agencies-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-agencies {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/agencies.svg); }
      .block__careers-mission__quick-links-icon .icon-alert-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/alert-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-alert {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/alert.svg); }
      .block__careers-mission__quick-links-icon .icon-archive-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/archive-1.svg); }
      .block__careers-mission__quick-links-icon .icon-archive {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/archive.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-down-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-down-small.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-large-right {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-large-right.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-left-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-left-small.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-out {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-out.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-right-circle-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle-large.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-right-circle {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-right-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-small.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-triangle-right-curve-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-triangle-right-curve-small.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-triangle-right-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-triangle-right-small.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-up-right {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-up-right.svg); }
      .block__careers-mission__quick-links-icon .icon-arrow-up-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-up-small.svg); }
      .block__careers-mission__quick-links-icon .icon-auto-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/auto-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-auto {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/auto.svg); }
      .block__careers-mission__quick-links-icon .icon-avatar-upload {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/avatar-upload.svg); }
      .block__careers-mission__quick-links-icon .icon-badge-ribbon-heart-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/badge-ribbon-heart-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-badge-ribbon-heart {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/badge-ribbon-heart.svg); }
      .block__careers-mission__quick-links-icon .icon-basketball-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/basketball-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-basketball {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/basketball.svg); }
      .block__careers-mission__quick-links-icon .icon-bed-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bed-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bed {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bed.svg); }
      .block__careers-mission__quick-links-icon .icon-bell-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bell-off-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-off-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bell-plus-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-plus-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-bell-plus {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-plus.svg); }
      .block__careers-mission__quick-links-icon .icon-block {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/block.svg); }
      .block__careers-mission__quick-links-icon .icon-blocks-logo {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/blocks-logo.svg); }
      .block__careers-mission__quick-links-icon .icon-bolt-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bolt-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bolt-slash-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bolt-slash-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bookmark-add {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-add.svg); }
      .block__careers-mission__quick-links-icon .icon-bookmark-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bookmark-remove-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-remove-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bookmark-remove {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-remove.svg); }
      .block__careers-mission__quick-links-icon .icon-bookmarks-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmarks-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-bookmarks {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmarks.svg); }
      .block__careers-mission__quick-links-icon .icon-branded-more-arrow-right {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/branded-more-arrow-right.svg); }
      .block__careers-mission__quick-links-icon .icon-briefcase-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase-1.svg); }
      .block__careers-mission__quick-links-icon .icon-briefcase-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-briefcase {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase.svg); }
      .block__careers-mission__quick-links-icon .icon-bubble-comment-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-comment-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bubble-comment {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-comment.svg); }
      .block__careers-mission__quick-links-icon .icon-bubble-ellipsis {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-ellipsis.svg); }
      .block__careers-mission__quick-links-icon .icon-bubble-star-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-star-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bubble-star {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-star.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-32.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-fill-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-fill-32.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-fill-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-fill-large.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-large.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-question-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-1.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-question-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-question-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles-question {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question.svg); }
      .block__careers-mission__quick-links-icon .icon-bubbles {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles.svg); }
      .block__careers-mission__quick-links-icon .icon-building-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/building-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-building {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/building.svg); }
      .block__careers-mission__quick-links-icon .icon-businesses-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-1.svg); }
      .block__careers-mission__quick-links-icon .icon-businesses-2 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-2.svg); }
      .block__careers-mission__quick-links-icon .icon-businesses-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-businesses-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-businesses {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses.svg); }
      .block__careers-mission__quick-links-icon .icon-calculator {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calculator.svg); }
      .block__careers-mission__quick-links-icon .icon-calendar-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-1.svg); }
      .block__careers-mission__quick-links-icon .icon-calendar-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-calendar-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-calendar {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar.svg); }
      .block__careers-mission__quick-links-icon .icon-camera-switch-fill-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera-switch-fill-32.svg); }
      .block__careers-mission__quick-links-icon .icon-camera-switch-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera-switch-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-camera {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera.svg); }
      .block__careers-mission__quick-links-icon .icon-cancel {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cancel.svg); }
      .block__careers-mission__quick-links-icon .icon-candy-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/candy-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-candy {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/candy.svg); }
      .block__careers-mission__quick-links-icon .icon-car {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/car.svg); }
      .block__careers-mission__quick-links-icon .icon-certificate-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/certificate-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-certificate {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/certificate.svg); }
      .block__careers-mission__quick-links-icon .icon-chart-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-32.svg); }
      .block__careers-mission__quick-links-icon .icon-chart-fill-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-fill-32.svg); }
      .block__careers-mission__quick-links-icon .icon-chart-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-chart {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart.svg); }
      .block__careers-mission__quick-links-icon .icon-check-circle-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-circle-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-check-empty {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-empty.svg); }
      .block__careers-mission__quick-links-icon .icon-check-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-check {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check.svg); }
      .block__careers-mission__quick-links-icon .icon-checkbox-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkbox-off.svg); }
      .block__careers-mission__quick-links-icon .icon-checkbox-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkbox-on.svg); }
      .block__careers-mission__quick-links-icon .icon-checkmark-dotted {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkmark-dotted.svg); }
      .block__careers-mission__quick-links-icon .icon-checkmark {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkmark.svg); }
      .block__careers-mission__quick-links-icon .icon-cheer-map-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cheer-map-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-cheer-map {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cheer-map.svg); }
      .block__careers-mission__quick-links-icon .icon-circle-grid-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/circle-grid-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-circle-grid {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/circle-grid.svg); }
      .block__careers-mission__quick-links-icon .icon-clock {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/clock.svg); }
      .block__careers-mission__quick-links-icon .icon-close-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/close-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-close-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/close-small.svg); }
      .block__careers-mission__quick-links-icon .icon-cmail {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cmail.svg); }
      .block__careers-mission__quick-links-icon .icon-comment-overflow-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment-overflow-small.svg); }
      .block__careers-mission__quick-links-icon .icon-comment-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment-small.svg); }
      .block__careers-mission__quick-links-icon .icon-comment {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment.svg); }
      .block__careers-mission__quick-links-icon .icon-compass-fill-large-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill-large-1.svg); }
      .block__careers-mission__quick-links-icon .icon-compass-fill-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill-large.svg); }
      .block__careers-mission__quick-links-icon .icon-compass-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-compass-large-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-large-1.svg); }
      .block__careers-mission__quick-links-icon .icon-compass-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-large.svg); }
      .block__careers-mission__quick-links-icon .icon-compass {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass.svg); }
      .block__careers-mission__quick-links-icon .icon-compose-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compose-large.svg); }
      .block__careers-mission__quick-links-icon .icon-connect-accept {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-accept.svg); }
      .block__careers-mission__quick-links-icon .icon-connect-pending {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-pending.svg); }
      .block__careers-mission__quick-links-icon .icon-connect-remove {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-remove.svg); }
      .block__careers-mission__quick-links-icon .icon-connect {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect.svg); }
      .block__careers-mission__quick-links-icon .icon-content-review-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-1.svg); }
      .block__careers-mission__quick-links-icon .icon-content-review-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-content-review-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-content-review {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review.svg); }
      .block__careers-mission__quick-links-icon .icon-copy-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/copy-1.svg); }
      .block__careers-mission__quick-links-icon .icon-copy {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/copy.svg); }
      .block__careers-mission__quick-links-icon .icon-crop {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/crop.svg); }
      .block__careers-mission__quick-links-icon .icon-cross-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cross-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-cross {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cross.svg); }
      .block__careers-mission__quick-links-icon .icon-cup-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cup-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-cup {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cup.svg); }
      .block__careers-mission__quick-links-icon .icon-dash-circle-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dash-circle-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-dashboard-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dashboard-off.svg); }
      .block__careers-mission__quick-links-icon .icon-dashboard-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dashboard-on.svg); }
      .block__careers-mission__quick-links-icon .icon-date {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/date.svg); }
      .block__careers-mission__quick-links-icon .icon-direction-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/direction-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-direction {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/direction.svg); }
      .block__careers-mission__quick-links-icon .icon-disabled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disabled.svg); }
      .block__careers-mission__quick-links-icon .icon-disclosure-arrow {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disclosure-arrow.svg); }
      .block__careers-mission__quick-links-icon .icon-discussion-close {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/discussion-close.svg); }
      .block__careers-mission__quick-links-icon .icon-discussion-open {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/discussion-open.svg); }
      .block__careers-mission__quick-links-icon .icon-documents-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/documents-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-documents {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/documents.svg); }
      .block__careers-mission__quick-links-icon .icon-down-control {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/down-control.svg); }
      .block__careers-mission__quick-links-icon .icon-download {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/download.svg); }
      .block__careers-mission__quick-links-icon .icon-edit-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit-1.svg); }
      .block__careers-mission__quick-links-icon .icon-edit-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-edit {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit.svg); }
      .block__careers-mission__quick-links-icon .icon-email {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/email.svg); }
      .block__careers-mission__quick-links-icon .icon-embed {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/embed.svg); }
      .block__careers-mission__quick-links-icon .icon-error {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/error.svg); }
      .block__careers-mission__quick-links-icon .icon-events-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-1.svg); }
      .block__careers-mission__quick-links-icon .icon-events-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-events-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-events {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events.svg); }
      .block__careers-mission__quick-links-icon .icon-exclamation-triangle-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/exclamation-triangle-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-eye-closed {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye-closed.svg); }
      .block__careers-mission__quick-links-icon .icon-eye-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-eye {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye.svg); }
      .block__careers-mission__quick-links-icon .icon-face-frown {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/face-frown.svg); }
      .block__careers-mission__quick-links-icon .icon-face-smile {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/face-smile.svg); }
      .block__careers-mission__quick-links-icon .icon-file-upload {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/file-upload.svg); }
      .block__careers-mission__quick-links-icon .icon-file {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/file.svg); }
      .block__careers-mission__quick-links-icon .icon-filter-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/filter-1.svg); }
      .block__careers-mission__quick-links-icon .icon-filter {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/filter.svg); }
      .block__careers-mission__quick-links-icon .icon-finger-point-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/finger-point-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-finger-point {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/finger-point.svg); }
      .block__careers-mission__quick-links-icon .icon-flame-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/flame-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-flame {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/flame.svg); }
      .block__careers-mission__quick-links-icon .icon-for-sale-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-1.svg); }
      .block__careers-mission__quick-links-icon .icon-for-sale-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-for-sale-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-for-sale {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale.svg); }
      .block__careers-mission__quick-links-icon .icon-fork-knife-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/fork-knife-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-fork-knife {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/fork-knife.svg); }
      .block__careers-mission__quick-links-icon .icon-forsale-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-forsale-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-off.svg); }
      .block__careers-mission__quick-links-icon .icon-forsale-on-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-on-1.svg); }
      .block__careers-mission__quick-links-icon .icon-forsale-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-on.svg); }
      .block__careers-mission__quick-links-icon .icon-general-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/general-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-general {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/general.svg); }
      .block__careers-mission__quick-links-icon .icon-ghost-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/ghost-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-ghost {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/ghost.svg); }
      .block__careers-mission__quick-links-icon .icon-gift {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/gift.svg); }
      .block__careers-mission__quick-links-icon .icon-gingerbread-man {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/gingerbread-man.svg); }
      .block__careers-mission__quick-links-icon .icon-globe-n {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/globe-n.svg); }
      .block__careers-mission__quick-links-icon .icon-globe {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/globe.svg); }
      .block__careers-mission__quick-links-icon .icon-graduation-cap-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/graduation-cap-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-graduation-cap {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/graduation-cap.svg); }
      .block__careers-mission__quick-links-icon .icon-grass-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/grass-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-grass {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/grass.svg); }
      .block__careers-mission__quick-links-icon .icon-groups-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-groups-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-groups-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-off.svg); }
      .block__careers-mission__quick-links-icon .icon-groups-on-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-on-1.svg); }
      .block__careers-mission__quick-links-icon .icon-groups-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-on.svg); }
      .block__careers-mission__quick-links-icon .icon-groups {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups.svg); }
      .block__careers-mission__quick-links-icon .icon-guideline {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/guideline.svg); }
      .block__careers-mission__quick-links-icon .icon-hand-unfilled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hand-unfilled.svg); }
      .block__careers-mission__quick-links-icon .icon-hand {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hand.svg); }
      .block__careers-mission__quick-links-icon .icon-haunted-house-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/haunted-house-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-haunted-house {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/haunted-house.svg); }
      .block__careers-mission__quick-links-icon .icon-heart-break {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-break.svg); }
      .block__careers-mission__quick-links-icon .icon-heart-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-heart-overflow-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-overflow-small.svg); }
      .block__careers-mission__quick-links-icon .icon-heart-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-small.svg); }
      .block__careers-mission__quick-links-icon .icon-heart {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart.svg); }
      .block__careers-mission__quick-links-icon .icon-help-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-1.svg); }
      .block__careers-mission__quick-links-icon .icon-help-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-help-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-help-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-off.svg); }
      .block__careers-mission__quick-links-icon .icon-help {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help.svg); }
      .block__careers-mission__quick-links-icon .icon-hide-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hide-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-holiday-lights-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/holiday-lights-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-holiday-lights {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/holiday-lights.svg); }
      .block__careers-mission__quick-links-icon .icon-home-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-1.svg); }
      .block__careers-mission__quick-links-icon .icon-home-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-home-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-home-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-home-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-off.svg); }
      .block__careers-mission__quick-links-icon .icon-home-on-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-on-1.svg); }
      .block__careers-mission__quick-links-icon .icon-home-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-on.svg); }
      .block__careers-mission__quick-links-icon .icon-home-town {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-town.svg); }
      .block__careers-mission__quick-links-icon .icon-home {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home.svg); }
      .block__careers-mission__quick-links-icon .icon-house-fill-waves {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/house-fill-waves.svg); }
      .block__careers-mission__quick-links-icon .icon-house-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/house-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-houses-four {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-four.svg); }
      .block__careers-mission__quick-links-icon .icon-houses-three-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-three-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-houses-two-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-two-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-icon-hide {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-hide.svg); }
      .block__careers-mission__quick-links-icon .icon-icon-placeholder-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-placeholder-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-icon-placeholder-outline {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-placeholder-outline.svg); }
      .block__careers-mission__quick-links-icon .icon-icon-treatmap-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-treatmap-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-icon-treatmap {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-treatmap.svg); }
      .block__careers-mission__quick-links-icon .icon-improve {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/improve.svg); }
      .block__careers-mission__quick-links-icon .icon-inbox-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/inbox-off.svg); }
      .block__careers-mission__quick-links-icon .icon-inbox-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/inbox-on.svg); }
      .block__careers-mission__quick-links-icon .icon-info-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/info-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-info {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/info.svg); }
      .block__careers-mission__quick-links-icon .icon-invite-fill-large-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-fill-large-1.svg); }
      .block__careers-mission__quick-links-icon .icon-invite-fill-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-fill-large.svg); }
      .block__careers-mission__quick-links-icon .icon-invite-large-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-large-1.svg); }
      .block__careers-mission__quick-links-icon .icon-invite-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-large.svg); }
      .block__careers-mission__quick-links-icon .icon-invite-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-off.svg); }
      .block__careers-mission__quick-links-icon .icon-invite-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-on.svg); }
      .block__careers-mission__quick-links-icon .icon-keep-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/keep-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-key {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/key.svg); }
      .block__careers-mission__quick-links-icon .icon-leads-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-leads-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-leads {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads.svg); }
      .block__careers-mission__quick-links-icon .icon-leaf {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leaf.svg); }
      .block__careers-mission__quick-links-icon .icon-letter {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/letter.svg); }
      .block__careers-mission__quick-links-icon .icon-link {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/link.svg); }
      .block__careers-mission__quick-links-icon .icon-listings {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/listings.svg); }
      .block__careers-mission__quick-links-icon .icon-loading {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loading.svg); }
      .block__careers-mission__quick-links-icon .icon-local-deals-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-1.svg); }
      .block__careers-mission__quick-links-icon .icon-local-deals-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-local-deals-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-local-deals {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals.svg); }
      .block__careers-mission__quick-links-icon .icon-lock-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lock-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-lock-open-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lock-open-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-lost-found-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lost-found-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-lost-found {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lost-found.svg); }
      .block__careers-mission__quick-links-icon .icon-loudspeaker-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker-32.svg); }
      .block__careers-mission__quick-links-icon .icon-loudspeaker-fill-32 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker-fill-32.svg); }
      .block__careers-mission__quick-links-icon .icon-loudspeaker {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker.svg); }
      .block__careers-mission__quick-links-icon .icon-magnifier-block {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/magnifier-block.svg); }
      .block__careers-mission__quick-links-icon .icon-map-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-1.svg); }
      .block__careers-mission__quick-links-icon .icon-map-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-map-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-map-magnifier {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-magnifier.svg); }
      .block__careers-mission__quick-links-icon .icon-map {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map.svg); }
      .block__careers-mission__quick-links-icon .icon-medical-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/medical-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-medical {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/medical.svg); }
      .block__careers-mission__quick-links-icon .icon-megaphone-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-megaphone-off-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone-off-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-megaphone {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone.svg); }
      .block__careers-mission__quick-links-icon .icon-menu-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/menu-large.svg); }
      .block__careers-mission__quick-links-icon .icon-message {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/message.svg); }
      .block__careers-mission__quick-links-icon .icon-messages-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/messages-off.svg); }
      .block__careers-mission__quick-links-icon .icon-messages-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/messages-on.svg); }
      .block__careers-mission__quick-links-icon .icon-mobile-phone {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mobile-phone.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-agree {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-agree.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-canada {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-canada.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-haha {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-haha.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-like {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-like.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-quebec {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-quebec.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-sad {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-sad.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-thank {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-thank.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-wow {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-wow.svg); }
      .block__careers-mission__quick-links-icon .icon-mood-yay {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-yay.svg); }
      .block__careers-mission__quick-links-icon .icon-more-android {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-android.svg); }
      .block__careers-mission__quick-links-icon .icon-more-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-more-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-off.svg); }
      .block__careers-mission__quick-links-icon .icon-more-on-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-on-1.svg); }
      .block__careers-mission__quick-links-icon .icon-more-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-on.svg); }
      .block__careers-mission__quick-links-icon .icon-more {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more.svg); }
      .block__careers-mission__quick-links-icon .icon-motorcycle {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/motorcycle.svg); }
      .block__careers-mission__quick-links-icon .icon-mute {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mute.svg); }
      .block__careers-mission__quick-links-icon .icon-nav-back-iOS {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-back-iOS.svg); }
      .block__careers-mission__quick-links-icon .icon-nav-back {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-back.svg); }
      .block__careers-mission__quick-links-icon .icon-nav-close {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-close.svg); }
      .block__careers-mission__quick-links-icon .icon-nav-post {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-post.svg); }
      .block__careers-mission__quick-links-icon .icon-neighborhood-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-1.svg); }
      .block__careers-mission__quick-links-icon .icon-neighborhood-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-neighborhood-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-neighborhood {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood.svg); }
      .block__careers-mission__quick-links-icon .icon-neighbors {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighbors.svg); }
      .block__careers-mission__quick-links-icon .icon-neutral-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neutral-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-newspaper-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/newspaper-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-newspaper {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/newspaper.svg); }
      .block__careers-mission__quick-links-icon .icon-next {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/next.svg); }
      .block__careers-mission__quick-links-icon .icon-nextdoor-logo-n {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nextdoor-logo-n.svg); }
      .block__careers-mission__quick-links-icon .icon-nextdoor-logo-round {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nextdoor-logo-round.svg); }
      .block__careers-mission__quick-links-icon .icon-notifications-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-notifications-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-off.svg); }
      .block__careers-mission__quick-links-icon .icon-notifications-on-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-on-1.svg); }
      .block__careers-mission__quick-links-icon .icon-notifications-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-on.svg); }
      .block__careers-mission__quick-links-icon .icon-number-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-1.svg); }
      .block__careers-mission__quick-links-icon .icon-number-2 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-2.svg); }
      .block__careers-mission__quick-links-icon .icon-number-3 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-3.svg); }
      .block__careers-mission__quick-links-icon .icon-number-4 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-4.svg); }
      .block__careers-mission__quick-links-icon .icon-organization-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/organization-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-organization {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/organization.svg); }
      .block__careers-mission__quick-links-icon .icon-page-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/page-off.svg); }
      .block__careers-mission__quick-links-icon .icon-page-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/page-on.svg); }
      .block__careers-mission__quick-links-icon .icon-pencil {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pencil.svg); }
      .block__careers-mission__quick-links-icon .icon-people-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/people-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-person-dotted-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-dotted-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-person-fill-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-fill-1.svg); }
      .block__careers-mission__quick-links-icon .icon-person-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-person-small-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-small-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-person {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person.svg); }
      .block__careers-mission__quick-links-icon .icon-personal-care-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/personal-care-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-personal-care {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/personal-care.svg); }
      .block__careers-mission__quick-links-icon .icon-pet-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pet-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-pet {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pet.svg); }
      .block__careers-mission__quick-links-icon .icon-pets-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pets-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-pets {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pets.svg); }
      .block__careers-mission__quick-links-icon .icon-phone-link {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/phone-link.svg); }
      .block__careers-mission__quick-links-icon .icon-phone {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/phone.svg); }
      .block__careers-mission__quick-links-icon .icon-photo-fill-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-fill-large.svg); }
      .block__careers-mission__quick-links-icon .icon-photo-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-photo-upload-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-upload-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-photo-upload {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-upload.svg); }
      .block__careers-mission__quick-links-icon .icon-photo {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo.svg); }
      .block__careers-mission__quick-links-icon .icon-pin-mini {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pin-mini.svg); }
      .block__careers-mission__quick-links-icon .icon-play {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/play.svg); }
      .block__careers-mission__quick-links-icon .icon-plus-circle-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-circle-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-plus-circle {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-circle.svg); }
      .block__careers-mission__quick-links-icon .icon-plus-large-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-large-1.svg); }
      .block__careers-mission__quick-links-icon .icon-plus-large {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-large.svg); }
      .block__careers-mission__quick-links-icon .icon-plus {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus.svg); }
      .block__careers-mission__quick-links-icon .icon-poll-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/poll-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-poll {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/poll.svg); }
      .block__careers-mission__quick-links-icon .icon-post-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-post-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-off.svg); }
      .block__careers-mission__quick-links-icon .icon-post-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-on.svg); }
      .block__careers-mission__quick-links-icon .icon-post {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post.svg); }
      .block__careers-mission__quick-links-icon .icon-potted-plant-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/potted-plant-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-potted-plant {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/potted-plant.svg); }
      .block__careers-mission__quick-links-icon .icon-preferences {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/preferences.svg); }
      .block__careers-mission__quick-links-icon .icon-premium-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/premium-off.svg); }
      .block__careers-mission__quick-links-icon .icon-premium-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/premium-on.svg); }
      .block__careers-mission__quick-links-icon .icon-previous {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/previous.svg); }
      .block__careers-mission__quick-links-icon .icon-private {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/private.svg); }
      .block__careers-mission__quick-links-icon .icon-profile-switch-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/profile-switch-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-profile-switch {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/profile-switch.svg); }
      .block__careers-mission__quick-links-icon .icon-public {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/public.svg); }
      .block__careers-mission__quick-links-icon .icon-pumpkin-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pumpkin-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-pumpkin {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pumpkin.svg); }
      .block__careers-mission__quick-links-icon .icon-question-circle-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/question-circle-1.svg); }
      .block__careers-mission__quick-links-icon .icon-question-circle {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/question-circle.svg); }
      .block__careers-mission__quick-links-icon .icon-radio-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-radio-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-off.svg); }
      .block__careers-mission__quick-links-icon .icon-radio-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-on.svg); }
      .block__careers-mission__quick-links-icon .icon-real-estate-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-1.svg); }
      .block__careers-mission__quick-links-icon .icon-real-estate-2 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-2.svg); }
      .block__careers-mission__quick-links-icon .icon-real-estate-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-real-estate {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate.svg); }
      .block__careers-mission__quick-links-icon .icon-remove-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/remove-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-remove {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/remove.svg); }
      .block__careers-mission__quick-links-icon .icon-reply-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/reply-small.svg); }
      .block__careers-mission__quick-links-icon .icon-report-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/report-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-report {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/report.svg); }
      .block__careers-mission__quick-links-icon .icon-reset {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/reset.svg); }
      .block__careers-mission__quick-links-icon .icon-review-heart-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/review-heart-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-review-heart {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/review-heart.svg); }
      .block__careers-mission__quick-links-icon .icon-rotate {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/rotate.svg); }
      .block__careers-mission__quick-links-icon .icon-safety-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/safety-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-safety {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/safety.svg); }
      .block__careers-mission__quick-links-icon .icon-search-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-1.svg); }
      .block__careers-mission__quick-links-icon .icon-search-2 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-2.svg); }
      .block__careers-mission__quick-links-icon .icon-search-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-small.svg); }
      .block__careers-mission__quick-links-icon .icon-search {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search.svg); }
      .block__careers-mission__quick-links-icon .icon-seasonal-map-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-1.svg); }
      .block__careers-mission__quick-links-icon .icon-seasonal-map-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-seasonal-map-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-seasonal-map {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map.svg); }
      .block__careers-mission__quick-links-icon .icon-settings-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-1.svg); }
      .block__careers-mission__quick-links-icon .icon-settings-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-settings-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-off.svg); }
      .block__careers-mission__quick-links-icon .icon-settings-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-on.svg); }
      .block__careers-mission__quick-links-icon .icon-settings {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings.svg); }
      .block__careers-mission__quick-links-icon .icon-shapes-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shapes-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-shapes {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shapes.svg); }
      .block__careers-mission__quick-links-icon .icon-share-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-share-overflow-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-overflow-small.svg); }
      .block__careers-mission__quick-links-icon .icon-share-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-small.svg); }
      .block__careers-mission__quick-links-icon .icon-share {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share.svg); }
      .block__careers-mission__quick-links-icon .icon-sharein {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sharein.svg); }
      .block__careers-mission__quick-links-icon .icon-shield {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shield.svg); }
      .block__careers-mission__quick-links-icon .icon-shoe {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shoe.svg); }
      .block__careers-mission__quick-links-icon .icon-shopping-bag-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shopping-bag-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-shopping-bag {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shopping-bag.svg); }
      .block__careers-mission__quick-links-icon .icon-sign-out {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sign-out.svg); }
      .block__careers-mission__quick-links-icon .icon-snowman {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/snowman.svg); }
      .block__careers-mission__quick-links-icon .icon-sort-3 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort-3.svg); }
      .block__careers-mission__quick-links-icon .icon-sort-4 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort-4.svg); }
      .block__careers-mission__quick-links-icon .icon-sort {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort.svg); }
      .block__careers-mission__quick-links-icon .icon-stack {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/stack.svg); }
      .block__careers-mission__quick-links-icon .icon-star-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/star-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-star {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/star.svg); }
      .block__careers-mission__quick-links-icon .icon-store-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store-1.svg); }
      .block__careers-mission__quick-links-icon .icon-store-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-store {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store.svg); }
      .block__careers-mission__quick-links-icon .icon-subscribe-agency {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/subscribe-agency.svg); }
      .block__careers-mission__quick-links-icon .icon-sync {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sync.svg); }
      .block__careers-mission__quick-links-icon .icon-syringe {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/syringe.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-plain-fill-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-fill-1.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-plain-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-plain-remove-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-remove-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-plain {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-remove {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-remove.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-torn-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-torn-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-tag-torn {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-torn.svg); }
      .block__careers-mission__quick-links-icon .icon-tag {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag.svg); }
      .block__careers-mission__quick-links-icon .icon-takeout-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/takeout-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-takeout {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/takeout.svg); }
      .block__careers-mission__quick-links-icon .icon-talk-bubble-fill-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-fill-1.svg); }
      .block__careers-mission__quick-links-icon .icon-talk-bubble-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-talk-bubble-notch {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-notch.svg); }
      .block__careers-mission__quick-links-icon .icon-talk-bubble {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble.svg); }
      .block__careers-mission__quick-links-icon .icon-teddy-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/teddy-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-teddy {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/teddy.svg); }
      .block__careers-mission__quick-links-icon .icon-thank-off-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-off-1.svg); }
      .block__careers-mission__quick-links-icon .icon-thank-off {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-off.svg); }
      .block__careers-mission__quick-links-icon .icon-thank-on {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-on.svg); }
      .block__careers-mission__quick-links-icon .icon-top-posts-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-1.svg); }
      .block__careers-mission__quick-links-icon .icon-top-posts-filled-1 {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-filled-1.svg); }
      .block__careers-mission__quick-links-icon .icon-top-posts-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-top-posts {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts.svg); }
      .block__careers-mission__quick-links-icon .icon-trash-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trash-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-triangle-down-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/triangle-down-small.svg); }
      .block__careers-mission__quick-links-icon .icon-triangle-up-small {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/triangle-up-small.svg); }
      .block__careers-mission__quick-links-icon .icon-trophy-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trophy-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-trophy {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trophy.svg); }
      .block__careers-mission__quick-links-icon .icon-unarchive {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unarchive.svg); }
      .block__careers-mission__quick-links-icon .icon-unblock {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unblock.svg); }
      .block__careers-mission__quick-links-icon .icon-unsubscribe-agency {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unsubscribe-agency.svg); }
      .block__careers-mission__quick-links-icon .icon-unverified {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unverified.svg); }
      .block__careers-mission__quick-links-icon .icon-up-control {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/up-control.svg); }
      .block__careers-mission__quick-links-icon .icon-upload {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/upload.svg); }
      .block__careers-mission__quick-links-icon .icon-urgent-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/urgent-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-urgent {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/urgent.svg); }
      .block__careers-mission__quick-links-icon .icon-verified {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/verified.svg); }
      .block__careers-mission__quick-links-icon .icon-video-filled {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/video-filled.svg); }
      .block__careers-mission__quick-links-icon .icon-video {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/video.svg); }
      .block__careers-mission__quick-links-icon .icon-vote-down {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/vote-down.svg); }
      .block__careers-mission__quick-links-icon .icon-vote-up {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/vote-up.svg); }
      .block__careers-mission__quick-links-icon .icon-wave-color {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wave-color.svg); }
      .block__careers-mission__quick-links-icon .icon-website-cursor-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/website-cursor-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-website-cursor {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/website-cursor.svg); }
      .block__careers-mission__quick-links-icon .icon-wellness-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wellness-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-wellness {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wellness.svg); }
      .block__careers-mission__quick-links-icon .icon-wrench-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wrench-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-write {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/write.svg); }
      .block__careers-mission__quick-links-icon .icon-x-circle-fill {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/x-circle-fill.svg); }
      .block__careers-mission__quick-links-icon .icon-xmas-tree {
        background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/xmas-tree.svg); }
      .block__careers-mission__quick-links-icon svg {
        width: 1.5rem;
        height: auto; }
    .block__careers-mission__quick-links-link {
      font-size: 1.188rem;
      font-family: "SF Pro Display";
      line-height: 1.263em;
      font-weight: 600;
      color: #00422D;
      display: flex;
      column-gap: 1rem; }
      .block__careers-mission__quick-links-link path {
        fill: #00422D; }
      .block__careers-mission__quick-links-link:hover {
        color: #006142; }
        .block__careers-mission__quick-links-link:hover path {
          fill: #006142; }
    @media (min-width: 67.5rem) {
      .block__careers-mission__quick-links {
        order: initial;
        grid-row: 2;
        grid-column: 2/3;
        padding-right: 0;
        width: auto; } }
  .block__careers-mission__description {
    order: 5;
    padding-left: 10%;
    width: 60%;
    box-sizing: border-box;
    font-size: 1.062rem;
    font-family: "SF Pro Text";
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.32px; }
    @media (min-width: 48rem) {
      .block__careers-mission__description {
        padding-right: 20%;
        padding-top: 2rem; } }
    @media (min-width: 67.5rem) {
      .block__careers-mission__description {
        order: initial;
        grid-row: 3;
        grid-column: 2/3;
        padding-left: 0;
        width: auto; } }
  .block__careers-mission__image1 {
    display: block;
    position: relative;
    order: 4;
    aspect-ratio: 1/1;
    width: 40%;
    height: 40%; }
    .block__careers-mission__image1 picture, .block__careers-mission__image1 img {
      display: block;
      position: relative;
      aspect-ratio: 1/1; }
    .block__careers-mission__image1:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -20%;
      left: -30%;
      background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/mission-shape1.svg);
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: auto 70%; }
    @media (min-width: 67.5rem) {
      .block__careers-mission__image1 {
        order: initial;
        grid-row: 2/4;
        grid-column: 1/2;
        width: 100%;
        height: 100%; } }
  .block__careers-mission__image2 {
    display: block;
    order: 3;
    width: 30%; }
    .block__careers-mission__image2-wrapper {
      aspect-ratio: 1/1;
      width: 110%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .block__careers-mission__image2-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: 140%;
        height: 140%;
        top: -20%;
        right: -30%;
        background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/mission-shape2.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: auto 100%; }
    .block__careers-mission__image2 picture, .block__careers-mission__image2 img {
      display: block;
      aspect-ratio: 1/1;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 48rem) {
      .block__careers-mission__image2 {
        width: 40%; } }
    @media (min-width: 67.5rem) {
      .block__careers-mission__image2 {
        order: initial;
        grid-row: 2/5;
        grid-column: 3/5;
        width: auto;
        margin-left: 6%;
        transform: translateY(-35%); } }

.block__quote-highlights {
  overflow: hidden;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #00422D;
  color: #FFFFFF; }
  @media (min-width: 48rem) {
    .block__quote-highlights {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (min-width: 90rem) {
    .block__quote-highlights {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; } }
  .block__quote-highlights__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem; }
    .block__quote-highlights__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .block__quote-highlights__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .block__quote-highlights__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .block__quote-highlights__wrapper.max-width-960 {
      max-width: 60rem; }
    .block__quote-highlights__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .block__quote-highlights__wrapper.max-width-1280 {
      max-width: 80rem; }
    .block__quote-highlights__wrapper.max-width-1440 {
      max-width: 90rem; }
    .block__quote-highlights__wrapper.width_700 {
      max-width: 700px; }
    .block__quote-highlights__wrapper.width_960 {
      max-width: 960px; }
    .block__quote-highlights__wrapper.width_1080 {
      max-width: 1080px; }
    .block__quote-highlights__wrapper.width_1280 {
      max-width: 1280px; }
    .block__quote-highlights__wrapper.width_1440 {
      max-width: 1440px; }
    .block__quote-highlights__wrapper.width_1620 {
      max-width: 1620px; }
    @media (min-width: 48rem) {
      .block__quote-highlights__wrapper {
        display: grid;
        grid-template-columns: 1fr 1.6875fr;
        column-gap: 3.75rem;
        row-gap: 2.5rem; } }
    @media (min-width: 90rem) {
      .block__quote-highlights__wrapper {
        column-gap: 6.25rem; } }
  .block__quote-highlights__photo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2.5rem; }
    .block__quote-highlights__photo picture, .block__quote-highlights__photo img {
      width: 100%;
      max-width: 20rem;
      border-radius: 50%;
      overflow: hidden; }
    @media (min-width: 48rem) {
      .block__quote-highlights__photo {
        max-width: none;
        margin-bottom: 0; } }
  @media (min-width: 48rem) {
    .block__quote-highlights__content {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .block__quote-highlights__quote {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-bottom: 1.5rem;
    text-align: center; }
    .block__quote-highlights__quote p {
      font-size: 1.375rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.272em;
      margin-bottom: 0; }
      .block__quote-highlights__quote p + p {
        margin-top: 1rem; }
    @media (min-width: 48rem) {
      .block__quote-highlights__quote {
        font-size: 1.75rem;
        font-family: "Lato";
        font-weight: 900;
        font-style: italic;
        line-height: 1.142em; } }
  .block__quote-highlights__credit {
    text-align: center; }
  .block__quote-highlights__quick-links {
    border-top: 1px solid #B8BFC1;
    padding-top: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    order: 2;
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    box-sizing: border-box; }
    .block__quote-highlights__quick-links-icon .icon-activity-off-1, .block__quote-highlights__quick-links-icon .icon-activity-off, .block__quote-highlights__quick-links-icon .icon-activity-on-1, .block__quote-highlights__quick-links-icon .icon-activity-on, .block__quote-highlights__quick-links-icon .icon-activity, .block__quote-highlights__quick-links-icon .icon-add-large, .block__quote-highlights__quick-links-icon .icon-address-book-fill, .block__quote-highlights__quick-links-icon .icon-address-book, .block__quote-highlights__quick-links-icon .icon-agencies-filled, .block__quote-highlights__quick-links-icon .icon-agencies, .block__quote-highlights__quick-links-icon .icon-alert-fill, .block__quote-highlights__quick-links-icon .icon-alert, .block__quote-highlights__quick-links-icon .icon-archive-1, .block__quote-highlights__quick-links-icon .icon-archive, .block__quote-highlights__quick-links-icon .icon-arrow-down-small, .block__quote-highlights__quick-links-icon .icon-arrow-large-right, .block__quote-highlights__quick-links-icon .icon-arrow-left-small, .block__quote-highlights__quick-links-icon .icon-arrow-out, .block__quote-highlights__quick-links-icon .icon-arrow-right-circle-large, .block__quote-highlights__quick-links-icon .icon-arrow-right-circle, .block__quote-highlights__quick-links-icon .icon-arrow-right-small, .block__quote-highlights__quick-links-icon .icon-arrow-triangle-right-curve-small, .block__quote-highlights__quick-links-icon .icon-arrow-triangle-right-small, .block__quote-highlights__quick-links-icon .icon-arrow-up-right, .block__quote-highlights__quick-links-icon .icon-arrow-up-small, .block__quote-highlights__quick-links-icon .icon-auto-fill, .block__quote-highlights__quick-links-icon .icon-auto, .block__quote-highlights__quick-links-icon .icon-avatar-upload, .block__quote-highlights__quick-links-icon .icon-badge-ribbon-heart-fill, .block__quote-highlights__quick-links-icon .icon-badge-ribbon-heart, .block__quote-highlights__quick-links-icon .icon-basketball-fill, .block__quote-highlights__quick-links-icon .icon-basketball, .block__quote-highlights__quick-links-icon .icon-bed-fill, .block__quote-highlights__quick-links-icon .icon-bed, .block__quote-highlights__quick-links-icon .icon-bell-fill, .block__quote-highlights__quick-links-icon .icon-bell-off-fill, .block__quote-highlights__quick-links-icon .icon-bell-plus-filled, .block__quote-highlights__quick-links-icon .icon-bell-plus, .block__quote-highlights__quick-links-icon .icon-block, .block__quote-highlights__quick-links-icon .icon-blocks-logo, .block__quote-highlights__quick-links-icon .icon-bolt-fill, .block__quote-highlights__quick-links-icon .icon-bolt-slash-fill, .block__quote-highlights__quick-links-icon .icon-bookmark-add, .block__quote-highlights__quick-links-icon .icon-bookmark-fill, .block__quote-highlights__quick-links-icon .icon-bookmark-remove-fill, .block__quote-highlights__quick-links-icon .icon-bookmark-remove, .block__quote-highlights__quick-links-icon .icon-bookmarks-filled, .block__quote-highlights__quick-links-icon .icon-bookmarks, .block__quote-highlights__quick-links-icon .icon-branded-more-arrow-right, .block__quote-highlights__quick-links-icon .icon-briefcase-1, .block__quote-highlights__quick-links-icon .icon-briefcase-fill, .block__quote-highlights__quick-links-icon .icon-briefcase, .block__quote-highlights__quick-links-icon .icon-bubble-comment-fill, .block__quote-highlights__quick-links-icon .icon-bubble-comment, .block__quote-highlights__quick-links-icon .icon-bubble-ellipsis, .block__quote-highlights__quick-links-icon .icon-bubble-star-fill, .block__quote-highlights__quick-links-icon .icon-bubble-star, .block__quote-highlights__quick-links-icon .icon-bubbles-32, .block__quote-highlights__quick-links-icon .icon-bubbles-fill-32, .block__quote-highlights__quick-links-icon .icon-bubbles-fill-large, .block__quote-highlights__quick-links-icon .icon-bubbles-large, .block__quote-highlights__quick-links-icon .icon-bubbles-question-1, .block__quote-highlights__quick-links-icon .icon-bubbles-question-fill, .block__quote-highlights__quick-links-icon .icon-bubbles-question-filled, .block__quote-highlights__quick-links-icon .icon-bubbles-question, .block__quote-highlights__quick-links-icon .icon-bubbles, .block__quote-highlights__quick-links-icon .icon-building-fill, .block__quote-highlights__quick-links-icon .icon-building, .block__quote-highlights__quick-links-icon .icon-businesses-1, .block__quote-highlights__quick-links-icon .icon-businesses-2, .block__quote-highlights__quick-links-icon .icon-businesses-filled-1, .block__quote-highlights__quick-links-icon .icon-businesses-filled, .block__quote-highlights__quick-links-icon .icon-businesses, .block__quote-highlights__quick-links-icon .icon-calculator, .block__quote-highlights__quick-links-icon .icon-calendar-1, .block__quote-highlights__quick-links-icon .icon-calendar-fill, .block__quote-highlights__quick-links-icon .icon-calendar-filled, .block__quote-highlights__quick-links-icon .icon-calendar, .block__quote-highlights__quick-links-icon .icon-camera-switch-fill-32, .block__quote-highlights__quick-links-icon .icon-camera-switch-fill, .block__quote-highlights__quick-links-icon .icon-camera, .block__quote-highlights__quick-links-icon .icon-cancel, .block__quote-highlights__quick-links-icon .icon-candy-fill, .block__quote-highlights__quick-links-icon .icon-candy, .block__quote-highlights__quick-links-icon .icon-car, .block__quote-highlights__quick-links-icon .icon-certificate-fill, .block__quote-highlights__quick-links-icon .icon-certificate, .block__quote-highlights__quick-links-icon .icon-chart-32, .block__quote-highlights__quick-links-icon .icon-chart-fill-32, .block__quote-highlights__quick-links-icon .icon-chart-fill, .block__quote-highlights__quick-links-icon .icon-chart, .block__quote-highlights__quick-links-icon .icon-check-circle-fill, .block__quote-highlights__quick-links-icon .icon-check-empty, .block__quote-highlights__quick-links-icon .icon-check-filled, .block__quote-highlights__quick-links-icon .icon-check, .block__quote-highlights__quick-links-icon .icon-checkbox-off, .block__quote-highlights__quick-links-icon .icon-checkbox-on, .block__quote-highlights__quick-links-icon .icon-checkmark-dotted, .block__quote-highlights__quick-links-icon .icon-checkmark, .block__quote-highlights__quick-links-icon .icon-cheer-map-filled, .block__quote-highlights__quick-links-icon .icon-cheer-map, .block__quote-highlights__quick-links-icon .icon-circle-grid-fill, .block__quote-highlights__quick-links-icon .icon-circle-grid, .block__quote-highlights__quick-links-icon .icon-clock, .block__quote-highlights__quick-links-icon .icon-close-filled, .block__quote-highlights__quick-links-icon .icon-close-small, .block__quote-highlights__quick-links-icon .icon-cmail, .block__quote-highlights__quick-links-icon .icon-comment-overflow-small, .block__quote-highlights__quick-links-icon .icon-comment-small, .block__quote-highlights__quick-links-icon .icon-comment, .block__quote-highlights__quick-links-icon .icon-compass-fill-large-1, .block__quote-highlights__quick-links-icon .icon-compass-fill-large, .block__quote-highlights__quick-links-icon .icon-compass-fill, .block__quote-highlights__quick-links-icon .icon-compass-large-1, .block__quote-highlights__quick-links-icon .icon-compass-large, .block__quote-highlights__quick-links-icon .icon-compass, .block__quote-highlights__quick-links-icon .icon-compose-large, .block__quote-highlights__quick-links-icon .icon-connect-accept, .block__quote-highlights__quick-links-icon .icon-connect-pending, .block__quote-highlights__quick-links-icon .icon-connect-remove, .block__quote-highlights__quick-links-icon .icon-connect, .block__quote-highlights__quick-links-icon .icon-content-review-1, .block__quote-highlights__quick-links-icon .icon-content-review-filled-1, .block__quote-highlights__quick-links-icon .icon-content-review-filled, .block__quote-highlights__quick-links-icon .icon-content-review, .block__quote-highlights__quick-links-icon .icon-copy-1, .block__quote-highlights__quick-links-icon .icon-copy, .block__quote-highlights__quick-links-icon .icon-crop, .block__quote-highlights__quick-links-icon .icon-cross-fill, .block__quote-highlights__quick-links-icon .icon-cross, .block__quote-highlights__quick-links-icon .icon-cup-fill, .block__quote-highlights__quick-links-icon .icon-cup, .block__quote-highlights__quick-links-icon .icon-dash-circle-fill, .block__quote-highlights__quick-links-icon .icon-dashboard-off, .block__quote-highlights__quick-links-icon .icon-dashboard-on, .block__quote-highlights__quick-links-icon .icon-date, .block__quote-highlights__quick-links-icon .icon-direction-fill, .block__quote-highlights__quick-links-icon .icon-direction, .block__quote-highlights__quick-links-icon .icon-disabled, .block__quote-highlights__quick-links-icon .icon-disclosure-arrow, .block__quote-highlights__quick-links-icon .icon-discussion-close, .block__quote-highlights__quick-links-icon .icon-discussion-open, .block__quote-highlights__quick-links-icon .icon-documents-filled, .block__quote-highlights__quick-links-icon .icon-documents, .block__quote-highlights__quick-links-icon .icon-down-control, .block__quote-highlights__quick-links-icon .icon-download, .block__quote-highlights__quick-links-icon .icon-edit-1, .block__quote-highlights__quick-links-icon .icon-edit-fill, .block__quote-highlights__quick-links-icon .icon-edit, .block__quote-highlights__quick-links-icon .icon-email, .block__quote-highlights__quick-links-icon .icon-embed, .block__quote-highlights__quick-links-icon .icon-error, .block__quote-highlights__quick-links-icon .icon-events-1, .block__quote-highlights__quick-links-icon .icon-events-filled-1, .block__quote-highlights__quick-links-icon .icon-events-filled, .block__quote-highlights__quick-links-icon .icon-events, .block__quote-highlights__quick-links-icon .icon-exclamation-triangle-fill, .block__quote-highlights__quick-links-icon .icon-eye-closed, .block__quote-highlights__quick-links-icon .icon-eye-fill, .block__quote-highlights__quick-links-icon .icon-eye, .block__quote-highlights__quick-links-icon .icon-face-frown, .block__quote-highlights__quick-links-icon .icon-face-smile, .block__quote-highlights__quick-links-icon .icon-file-upload, .block__quote-highlights__quick-links-icon .icon-file, .block__quote-highlights__quick-links-icon .icon-filter-1, .block__quote-highlights__quick-links-icon .icon-filter, .block__quote-highlights__quick-links-icon .icon-finger-point-fill, .block__quote-highlights__quick-links-icon .icon-finger-point, .block__quote-highlights__quick-links-icon .icon-flame-filled, .block__quote-highlights__quick-links-icon .icon-flame, .block__quote-highlights__quick-links-icon .icon-for-sale-1, .block__quote-highlights__quick-links-icon .icon-for-sale-filled-1, .block__quote-highlights__quick-links-icon .icon-for-sale-filled, .block__quote-highlights__quick-links-icon .icon-for-sale, .block__quote-highlights__quick-links-icon .icon-fork-knife-fill, .block__quote-highlights__quick-links-icon .icon-fork-knife, .block__quote-highlights__quick-links-icon .icon-forsale-off-1, .block__quote-highlights__quick-links-icon .icon-forsale-off, .block__quote-highlights__quick-links-icon .icon-forsale-on-1, .block__quote-highlights__quick-links-icon .icon-forsale-on, .block__quote-highlights__quick-links-icon .icon-general-filled, .block__quote-highlights__quick-links-icon .icon-general, .block__quote-highlights__quick-links-icon .icon-ghost-fill, .block__quote-highlights__quick-links-icon .icon-ghost, .block__quote-highlights__quick-links-icon .icon-gift, .block__quote-highlights__quick-links-icon .icon-gingerbread-man, .block__quote-highlights__quick-links-icon .icon-globe-n, .block__quote-highlights__quick-links-icon .icon-globe, .block__quote-highlights__quick-links-icon .icon-graduation-cap-fill, .block__quote-highlights__quick-links-icon .icon-graduation-cap, .block__quote-highlights__quick-links-icon .icon-grass-fill, .block__quote-highlights__quick-links-icon .icon-grass, .block__quote-highlights__quick-links-icon .icon-groups-filled, .block__quote-highlights__quick-links-icon .icon-groups-off-1, .block__quote-highlights__quick-links-icon .icon-groups-off, .block__quote-highlights__quick-links-icon .icon-groups-on-1, .block__quote-highlights__quick-links-icon .icon-groups-on, .block__quote-highlights__quick-links-icon .icon-groups, .block__quote-highlights__quick-links-icon .icon-guideline, .block__quote-highlights__quick-links-icon .icon-hand-unfilled, .block__quote-highlights__quick-links-icon .icon-hand, .block__quote-highlights__quick-links-icon .icon-haunted-house-fill, .block__quote-highlights__quick-links-icon .icon-haunted-house, .block__quote-highlights__quick-links-icon .icon-heart-break, .block__quote-highlights__quick-links-icon .icon-heart-fill, .block__quote-highlights__quick-links-icon .icon-heart-overflow-small, .block__quote-highlights__quick-links-icon .icon-heart-small, .block__quote-highlights__quick-links-icon .icon-heart, .block__quote-highlights__quick-links-icon .icon-help-1, .block__quote-highlights__quick-links-icon .icon-help-filled-1, .block__quote-highlights__quick-links-icon .icon-help-filled, .block__quote-highlights__quick-links-icon .icon-help-off, .block__quote-highlights__quick-links-icon .icon-help, .block__quote-highlights__quick-links-icon .icon-hide-fill, .block__quote-highlights__quick-links-icon .icon-holiday-lights-fill, .block__quote-highlights__quick-links-icon .icon-holiday-lights, .block__quote-highlights__quick-links-icon .icon-home-1, .block__quote-highlights__quick-links-icon .icon-home-filled-1, .block__quote-highlights__quick-links-icon .icon-home-filled, .block__quote-highlights__quick-links-icon .icon-home-off-1, .block__quote-highlights__quick-links-icon .icon-home-off, .block__quote-highlights__quick-links-icon .icon-home-on-1, .block__quote-highlights__quick-links-icon .icon-home-on, .block__quote-highlights__quick-links-icon .icon-home-town, .block__quote-highlights__quick-links-icon .icon-home, .block__quote-highlights__quick-links-icon .icon-house-fill-waves, .block__quote-highlights__quick-links-icon .icon-house-fill, .block__quote-highlights__quick-links-icon .icon-houses-four, .block__quote-highlights__quick-links-icon .icon-houses-three-fill, .block__quote-highlights__quick-links-icon .icon-houses-two-fill, .block__quote-highlights__quick-links-icon .icon-icon-hide, .block__quote-highlights__quick-links-icon .icon-icon-placeholder-fill, .block__quote-highlights__quick-links-icon .icon-icon-placeholder-outline, .block__quote-highlights__quick-links-icon .icon-icon-treatmap-filled, .block__quote-highlights__quick-links-icon .icon-icon-treatmap, .block__quote-highlights__quick-links-icon .icon-improve, .block__quote-highlights__quick-links-icon .icon-inbox-off, .block__quote-highlights__quick-links-icon .icon-inbox-on, .block__quote-highlights__quick-links-icon .icon-info-filled, .block__quote-highlights__quick-links-icon .icon-info, .block__quote-highlights__quick-links-icon .icon-invite-fill-large-1, .block__quote-highlights__quick-links-icon .icon-invite-fill-large, .block__quote-highlights__quick-links-icon .icon-invite-large-1, .block__quote-highlights__quick-links-icon .icon-invite-large, .block__quote-highlights__quick-links-icon .icon-invite-off, .block__quote-highlights__quick-links-icon .icon-invite-on, .block__quote-highlights__quick-links-icon .icon-keep-filled, .block__quote-highlights__quick-links-icon .icon-key, .block__quote-highlights__quick-links-icon .icon-leads-filled-1, .block__quote-highlights__quick-links-icon .icon-leads-filled, .block__quote-highlights__quick-links-icon .icon-leads, .block__quote-highlights__quick-links-icon .icon-leaf, .block__quote-highlights__quick-links-icon .icon-letter, .block__quote-highlights__quick-links-icon .icon-link, .block__quote-highlights__quick-links-icon .icon-listings, .block__quote-highlights__quick-links-icon .icon-loading, .block__quote-highlights__quick-links-icon .icon-local-deals-1, .block__quote-highlights__quick-links-icon .icon-local-deals-filled-1, .block__quote-highlights__quick-links-icon .icon-local-deals-filled, .block__quote-highlights__quick-links-icon .icon-local-deals, .block__quote-highlights__quick-links-icon .icon-lock-fill, .block__quote-highlights__quick-links-icon .icon-lock-open-fill, .block__quote-highlights__quick-links-icon .icon-lost-found-filled, .block__quote-highlights__quick-links-icon .icon-lost-found, .block__quote-highlights__quick-links-icon .icon-loudspeaker-32, .block__quote-highlights__quick-links-icon .icon-loudspeaker-fill-32, .block__quote-highlights__quick-links-icon .icon-loudspeaker, .block__quote-highlights__quick-links-icon .icon-magnifier-block, .block__quote-highlights__quick-links-icon .icon-map-1, .block__quote-highlights__quick-links-icon .icon-map-filled-1, .block__quote-highlights__quick-links-icon .icon-map-filled, .block__quote-highlights__quick-links-icon .icon-map-magnifier, .block__quote-highlights__quick-links-icon .icon-map, .block__quote-highlights__quick-links-icon .icon-medical-fill, .block__quote-highlights__quick-links-icon .icon-medical, .block__quote-highlights__quick-links-icon .icon-megaphone-fill, .block__quote-highlights__quick-links-icon .icon-megaphone-off-fill, .block__quote-highlights__quick-links-icon .icon-megaphone, .block__quote-highlights__quick-links-icon .icon-menu-large, .block__quote-highlights__quick-links-icon .icon-message, .block__quote-highlights__quick-links-icon .icon-messages-off, .block__quote-highlights__quick-links-icon .icon-messages-on, .block__quote-highlights__quick-links-icon .icon-mobile-phone, .block__quote-highlights__quick-links-icon .icon-mood-agree, .block__quote-highlights__quick-links-icon .icon-mood-canada, .block__quote-highlights__quick-links-icon .icon-mood-haha, .block__quote-highlights__quick-links-icon .icon-mood-like, .block__quote-highlights__quick-links-icon .icon-mood-quebec, .block__quote-highlights__quick-links-icon .icon-mood-sad, .block__quote-highlights__quick-links-icon .icon-mood-thank, .block__quote-highlights__quick-links-icon .icon-mood-wow, .block__quote-highlights__quick-links-icon .icon-mood-yay, .block__quote-highlights__quick-links-icon .icon-more-android, .block__quote-highlights__quick-links-icon .icon-more-off-1, .block__quote-highlights__quick-links-icon .icon-more-off, .block__quote-highlights__quick-links-icon .icon-more-on-1, .block__quote-highlights__quick-links-icon .icon-more-on, .block__quote-highlights__quick-links-icon .icon-more, .block__quote-highlights__quick-links-icon .icon-motorcycle, .block__quote-highlights__quick-links-icon .icon-mute, .block__quote-highlights__quick-links-icon .icon-nav-back-iOS, .block__quote-highlights__quick-links-icon .icon-nav-back, .block__quote-highlights__quick-links-icon .icon-nav-close, .block__quote-highlights__quick-links-icon .icon-nav-post, .block__quote-highlights__quick-links-icon .icon-neighborhood-1, .block__quote-highlights__quick-links-icon .icon-neighborhood-filled-1, .block__quote-highlights__quick-links-icon .icon-neighborhood-filled, .block__quote-highlights__quick-links-icon .icon-neighborhood, .block__quote-highlights__quick-links-icon .icon-neighbors, .block__quote-highlights__quick-links-icon .icon-neutral-filled, .block__quote-highlights__quick-links-icon .icon-newspaper-fill, .block__quote-highlights__quick-links-icon .icon-newspaper, .block__quote-highlights__quick-links-icon .icon-next, .block__quote-highlights__quick-links-icon .icon-nextdoor-logo-n, .block__quote-highlights__quick-links-icon .icon-nextdoor-logo-round, .block__quote-highlights__quick-links-icon .icon-notifications-off-1, .block__quote-highlights__quick-links-icon .icon-notifications-off, .block__quote-highlights__quick-links-icon .icon-notifications-on-1, .block__quote-highlights__quick-links-icon .icon-notifications-on, .block__quote-highlights__quick-links-icon .icon-number-1, .block__quote-highlights__quick-links-icon .icon-number-2, .block__quote-highlights__quick-links-icon .icon-number-3, .block__quote-highlights__quick-links-icon .icon-number-4, .block__quote-highlights__quick-links-icon .icon-organization-fill, .block__quote-highlights__quick-links-icon .icon-organization, .block__quote-highlights__quick-links-icon .icon-page-off, .block__quote-highlights__quick-links-icon .icon-page-on, .block__quote-highlights__quick-links-icon .icon-pencil, .block__quote-highlights__quick-links-icon .icon-people-fill, .block__quote-highlights__quick-links-icon .icon-person-dotted-fill, .block__quote-highlights__quick-links-icon .icon-person-fill-1, .block__quote-highlights__quick-links-icon .icon-person-fill, .block__quote-highlights__quick-links-icon .icon-person-small-filled, .block__quote-highlights__quick-links-icon .icon-person, .block__quote-highlights__quick-links-icon .icon-personal-care-fill, .block__quote-highlights__quick-links-icon .icon-personal-care, .block__quote-highlights__quick-links-icon .icon-pet-fill, .block__quote-highlights__quick-links-icon .icon-pet, .block__quote-highlights__quick-links-icon .icon-pets-filled, .block__quote-highlights__quick-links-icon .icon-pets, .block__quote-highlights__quick-links-icon .icon-phone-link, .block__quote-highlights__quick-links-icon .icon-phone, .block__quote-highlights__quick-links-icon .icon-photo-fill-large, .block__quote-highlights__quick-links-icon .icon-photo-fill, .block__quote-highlights__quick-links-icon .icon-photo-upload-fill, .block__quote-highlights__quick-links-icon .icon-photo-upload, .block__quote-highlights__quick-links-icon .icon-photo, .block__quote-highlights__quick-links-icon .icon-pin-mini, .block__quote-highlights__quick-links-icon .icon-play, .block__quote-highlights__quick-links-icon .icon-plus-circle-fill, .block__quote-highlights__quick-links-icon .icon-plus-circle, .block__quote-highlights__quick-links-icon .icon-plus-large-1, .block__quote-highlights__quick-links-icon .icon-plus-large, .block__quote-highlights__quick-links-icon .icon-plus, .block__quote-highlights__quick-links-icon .icon-poll-fill, .block__quote-highlights__quick-links-icon .icon-poll, .block__quote-highlights__quick-links-icon .icon-post-fill, .block__quote-highlights__quick-links-icon .icon-post-off, .block__quote-highlights__quick-links-icon .icon-post-on, .block__quote-highlights__quick-links-icon .icon-post, .block__quote-highlights__quick-links-icon .icon-potted-plant-fill, .block__quote-highlights__quick-links-icon .icon-potted-plant, .block__quote-highlights__quick-links-icon .icon-preferences, .block__quote-highlights__quick-links-icon .icon-premium-off, .block__quote-highlights__quick-links-icon .icon-premium-on, .block__quote-highlights__quick-links-icon .icon-previous, .block__quote-highlights__quick-links-icon .icon-private, .block__quote-highlights__quick-links-icon .icon-profile-switch-fill, .block__quote-highlights__quick-links-icon .icon-profile-switch, .block__quote-highlights__quick-links-icon .icon-public, .block__quote-highlights__quick-links-icon .icon-pumpkin-fill, .block__quote-highlights__quick-links-icon .icon-pumpkin, .block__quote-highlights__quick-links-icon .icon-question-circle-1, .block__quote-highlights__quick-links-icon .icon-question-circle, .block__quote-highlights__quick-links-icon .icon-radio-fill, .block__quote-highlights__quick-links-icon .icon-radio-off, .block__quote-highlights__quick-links-icon .icon-radio-on, .block__quote-highlights__quick-links-icon .icon-real-estate-1, .block__quote-highlights__quick-links-icon .icon-real-estate-2, .block__quote-highlights__quick-links-icon .icon-real-estate-filled, .block__quote-highlights__quick-links-icon .icon-real-estate, .block__quote-highlights__quick-links-icon .icon-remove-filled, .block__quote-highlights__quick-links-icon .icon-remove, .block__quote-highlights__quick-links-icon .icon-reply-small, .block__quote-highlights__quick-links-icon .icon-report-fill, .block__quote-highlights__quick-links-icon .icon-report, .block__quote-highlights__quick-links-icon .icon-reset, .block__quote-highlights__quick-links-icon .icon-review-heart-filled, .block__quote-highlights__quick-links-icon .icon-review-heart, .block__quote-highlights__quick-links-icon .icon-rotate, .block__quote-highlights__quick-links-icon .icon-safety-filled, .block__quote-highlights__quick-links-icon .icon-safety, .block__quote-highlights__quick-links-icon .icon-search-1, .block__quote-highlights__quick-links-icon .icon-search-2, .block__quote-highlights__quick-links-icon .icon-search-small, .block__quote-highlights__quick-links-icon .icon-search, .block__quote-highlights__quick-links-icon .icon-seasonal-map-1, .block__quote-highlights__quick-links-icon .icon-seasonal-map-filled-1, .block__quote-highlights__quick-links-icon .icon-seasonal-map-filled, .block__quote-highlights__quick-links-icon .icon-seasonal-map, .block__quote-highlights__quick-links-icon .icon-settings-1, .block__quote-highlights__quick-links-icon .icon-settings-filled, .block__quote-highlights__quick-links-icon .icon-settings-off, .block__quote-highlights__quick-links-icon .icon-settings-on, .block__quote-highlights__quick-links-icon .icon-settings, .block__quote-highlights__quick-links-icon .icon-shapes-fill, .block__quote-highlights__quick-links-icon .icon-shapes, .block__quote-highlights__quick-links-icon .icon-share-fill, .block__quote-highlights__quick-links-icon .icon-share-overflow-small, .block__quote-highlights__quick-links-icon .icon-share-small, .block__quote-highlights__quick-links-icon .icon-share, .block__quote-highlights__quick-links-icon .icon-sharein, .block__quote-highlights__quick-links-icon .icon-shield, .block__quote-highlights__quick-links-icon .icon-shoe, .block__quote-highlights__quick-links-icon .icon-shopping-bag-fill, .block__quote-highlights__quick-links-icon .icon-shopping-bag, .block__quote-highlights__quick-links-icon .icon-sign-out, .block__quote-highlights__quick-links-icon .icon-snowman, .block__quote-highlights__quick-links-icon .icon-sort-3, .block__quote-highlights__quick-links-icon .icon-sort-4, .block__quote-highlights__quick-links-icon .icon-sort, .block__quote-highlights__quick-links-icon .icon-stack, .block__quote-highlights__quick-links-icon .icon-star-filled, .block__quote-highlights__quick-links-icon .icon-star, .block__quote-highlights__quick-links-icon .icon-store-1, .block__quote-highlights__quick-links-icon .icon-store-fill, .block__quote-highlights__quick-links-icon .icon-store, .block__quote-highlights__quick-links-icon .icon-subscribe-agency, .block__quote-highlights__quick-links-icon .icon-sync, .block__quote-highlights__quick-links-icon .icon-syringe, .block__quote-highlights__quick-links-icon .icon-tag-plain-fill-1, .block__quote-highlights__quick-links-icon .icon-tag-plain-fill, .block__quote-highlights__quick-links-icon .icon-tag-plain-remove-fill, .block__quote-highlights__quick-links-icon .icon-tag-plain, .block__quote-highlights__quick-links-icon .icon-tag-remove, .block__quote-highlights__quick-links-icon .icon-tag-torn-filled, .block__quote-highlights__quick-links-icon .icon-tag-torn, .block__quote-highlights__quick-links-icon .icon-tag, .block__quote-highlights__quick-links-icon .icon-takeout-fill, .block__quote-highlights__quick-links-icon .icon-takeout, .block__quote-highlights__quick-links-icon .icon-talk-bubble-fill-1, .block__quote-highlights__quick-links-icon .icon-talk-bubble-fill, .block__quote-highlights__quick-links-icon .icon-talk-bubble-notch, .block__quote-highlights__quick-links-icon .icon-talk-bubble, .block__quote-highlights__quick-links-icon .icon-teddy-fill, .block__quote-highlights__quick-links-icon .icon-teddy, .block__quote-highlights__quick-links-icon .icon-thank-off-1, .block__quote-highlights__quick-links-icon .icon-thank-off, .block__quote-highlights__quick-links-icon .icon-thank-on, .block__quote-highlights__quick-links-icon .icon-top-posts-1, .block__quote-highlights__quick-links-icon .icon-top-posts-filled-1, .block__quote-highlights__quick-links-icon .icon-top-posts-filled, .block__quote-highlights__quick-links-icon .icon-top-posts, .block__quote-highlights__quick-links-icon .icon-trash-fill, .block__quote-highlights__quick-links-icon .icon-triangle-down-small, .block__quote-highlights__quick-links-icon .icon-triangle-up-small, .block__quote-highlights__quick-links-icon .icon-trophy-fill, .block__quote-highlights__quick-links-icon .icon-trophy, .block__quote-highlights__quick-links-icon .icon-unarchive, .block__quote-highlights__quick-links-icon .icon-unblock, .block__quote-highlights__quick-links-icon .icon-unsubscribe-agency, .block__quote-highlights__quick-links-icon .icon-unverified, .block__quote-highlights__quick-links-icon .icon-up-control, .block__quote-highlights__quick-links-icon .icon-upload, .block__quote-highlights__quick-links-icon .icon-urgent-fill, .block__quote-highlights__quick-links-icon .icon-urgent, .block__quote-highlights__quick-links-icon .icon-verified, .block__quote-highlights__quick-links-icon .icon-video-filled, .block__quote-highlights__quick-links-icon .icon-video, .block__quote-highlights__quick-links-icon .icon-vote-down, .block__quote-highlights__quick-links-icon .icon-vote-up, .block__quote-highlights__quick-links-icon .icon-wave-color, .block__quote-highlights__quick-links-icon .icon-website-cursor-fill, .block__quote-highlights__quick-links-icon .icon-website-cursor, .block__quote-highlights__quick-links-icon .icon-wellness-fill, .block__quote-highlights__quick-links-icon .icon-wellness, .block__quote-highlights__quick-links-icon .icon-wrench-fill, .block__quote-highlights__quick-links-icon .icon-write, .block__quote-highlights__quick-links-icon .icon-x-circle-fill, .block__quote-highlights__quick-links-icon .icon-xmas-tree {
      width: 1.5rem;
      height: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      display: block; }
    .block__quote-highlights__quick-links-icon .icon-activity-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-activity-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-activity-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-on-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-activity-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-activity {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity.svg); }
    .block__quote-highlights__quick-links-icon .icon-add-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/add-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-address-book-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/address-book-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-address-book {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/address-book.svg); }
    .block__quote-highlights__quick-links-icon .icon-agencies-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/agencies-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-agencies {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/agencies.svg); }
    .block__quote-highlights__quick-links-icon .icon-alert-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/alert-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-alert {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/alert.svg); }
    .block__quote-highlights__quick-links-icon .icon-archive-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/archive-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-archive {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/archive.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-down-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-down-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-large-right {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-large-right.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-left-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-left-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-out {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-out.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-right-circle-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-right-circle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-right-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-triangle-right-curve-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-triangle-right-curve-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-triangle-right-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-triangle-right-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-up-right {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-up-right.svg); }
    .block__quote-highlights__quick-links-icon .icon-arrow-up-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-up-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-auto-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/auto-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-auto {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/auto.svg); }
    .block__quote-highlights__quick-links-icon .icon-avatar-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/avatar-upload.svg); }
    .block__quote-highlights__quick-links-icon .icon-badge-ribbon-heart-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/badge-ribbon-heart-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-badge-ribbon-heart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/badge-ribbon-heart.svg); }
    .block__quote-highlights__quick-links-icon .icon-basketball-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/basketball-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-basketball {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/basketball.svg); }
    .block__quote-highlights__quick-links-icon .icon-bed-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bed-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bed {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bed.svg); }
    .block__quote-highlights__quick-links-icon .icon-bell-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bell-off-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-off-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bell-plus-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-plus-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-bell-plus {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-plus.svg); }
    .block__quote-highlights__quick-links-icon .icon-block {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/block.svg); }
    .block__quote-highlights__quick-links-icon .icon-blocks-logo {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/blocks-logo.svg); }
    .block__quote-highlights__quick-links-icon .icon-bolt-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bolt-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bolt-slash-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bolt-slash-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bookmark-add {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-add.svg); }
    .block__quote-highlights__quick-links-icon .icon-bookmark-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bookmark-remove-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-remove-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bookmark-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-remove.svg); }
    .block__quote-highlights__quick-links-icon .icon-bookmarks-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmarks-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-bookmarks {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmarks.svg); }
    .block__quote-highlights__quick-links-icon .icon-branded-more-arrow-right {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/branded-more-arrow-right.svg); }
    .block__quote-highlights__quick-links-icon .icon-briefcase-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-briefcase-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-briefcase {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubble-comment-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-comment-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubble-comment {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-comment.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubble-ellipsis {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-ellipsis.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubble-star-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-star-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubble-star {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-star.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-fill-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-fill-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-question-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-question-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-question-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles-question {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question.svg); }
    .block__quote-highlights__quick-links-icon .icon-bubbles {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles.svg); }
    .block__quote-highlights__quick-links-icon .icon-building-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/building-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-building {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/building.svg); }
    .block__quote-highlights__quick-links-icon .icon-businesses-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-businesses-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-2.svg); }
    .block__quote-highlights__quick-links-icon .icon-businesses-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-businesses-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-businesses {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses.svg); }
    .block__quote-highlights__quick-links-icon .icon-calculator {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calculator.svg); }
    .block__quote-highlights__quick-links-icon .icon-calendar-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-calendar-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-calendar-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-calendar {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar.svg); }
    .block__quote-highlights__quick-links-icon .icon-camera-switch-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera-switch-fill-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-camera-switch-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera-switch-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-camera {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera.svg); }
    .block__quote-highlights__quick-links-icon .icon-cancel {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cancel.svg); }
    .block__quote-highlights__quick-links-icon .icon-candy-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/candy-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-candy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/candy.svg); }
    .block__quote-highlights__quick-links-icon .icon-car {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/car.svg); }
    .block__quote-highlights__quick-links-icon .icon-certificate-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/certificate-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-certificate {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/certificate.svg); }
    .block__quote-highlights__quick-links-icon .icon-chart-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-chart-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-fill-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-chart-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-chart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart.svg); }
    .block__quote-highlights__quick-links-icon .icon-check-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-circle-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-check-empty {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-empty.svg); }
    .block__quote-highlights__quick-links-icon .icon-check-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-check {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check.svg); }
    .block__quote-highlights__quick-links-icon .icon-checkbox-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkbox-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-checkbox-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkbox-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-checkmark-dotted {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkmark-dotted.svg); }
    .block__quote-highlights__quick-links-icon .icon-checkmark {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkmark.svg); }
    .block__quote-highlights__quick-links-icon .icon-cheer-map-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cheer-map-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-cheer-map {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cheer-map.svg); }
    .block__quote-highlights__quick-links-icon .icon-circle-grid-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/circle-grid-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-circle-grid {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/circle-grid.svg); }
    .block__quote-highlights__quick-links-icon .icon-clock {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/clock.svg); }
    .block__quote-highlights__quick-links-icon .icon-close-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/close-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-close-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/close-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-cmail {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cmail.svg); }
    .block__quote-highlights__quick-links-icon .icon-comment-overflow-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment-overflow-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-comment-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-comment {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment.svg); }
    .block__quote-highlights__quick-links-icon .icon-compass-fill-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill-large-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-compass-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-compass-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-compass-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-large-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-compass-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-compass {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass.svg); }
    .block__quote-highlights__quick-links-icon .icon-compose-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compose-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-connect-accept {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-accept.svg); }
    .block__quote-highlights__quick-links-icon .icon-connect-pending {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-pending.svg); }
    .block__quote-highlights__quick-links-icon .icon-connect-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-remove.svg); }
    .block__quote-highlights__quick-links-icon .icon-connect {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect.svg); }
    .block__quote-highlights__quick-links-icon .icon-content-review-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-content-review-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-content-review-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-content-review {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review.svg); }
    .block__quote-highlights__quick-links-icon .icon-copy-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/copy-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-copy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/copy.svg); }
    .block__quote-highlights__quick-links-icon .icon-crop {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/crop.svg); }
    .block__quote-highlights__quick-links-icon .icon-cross-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cross-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-cross {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cross.svg); }
    .block__quote-highlights__quick-links-icon .icon-cup-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cup-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-cup {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cup.svg); }
    .block__quote-highlights__quick-links-icon .icon-dash-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dash-circle-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-dashboard-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dashboard-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-dashboard-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dashboard-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-date {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/date.svg); }
    .block__quote-highlights__quick-links-icon .icon-direction-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/direction-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-direction {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/direction.svg); }
    .block__quote-highlights__quick-links-icon .icon-disabled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disabled.svg); }
    .block__quote-highlights__quick-links-icon .icon-disclosure-arrow {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disclosure-arrow.svg); }
    .block__quote-highlights__quick-links-icon .icon-discussion-close {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/discussion-close.svg); }
    .block__quote-highlights__quick-links-icon .icon-discussion-open {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/discussion-open.svg); }
    .block__quote-highlights__quick-links-icon .icon-documents-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/documents-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-documents {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/documents.svg); }
    .block__quote-highlights__quick-links-icon .icon-down-control {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/down-control.svg); }
    .block__quote-highlights__quick-links-icon .icon-download {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/download.svg); }
    .block__quote-highlights__quick-links-icon .icon-edit-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-edit-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-edit {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit.svg); }
    .block__quote-highlights__quick-links-icon .icon-email {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/email.svg); }
    .block__quote-highlights__quick-links-icon .icon-embed {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/embed.svg); }
    .block__quote-highlights__quick-links-icon .icon-error {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/error.svg); }
    .block__quote-highlights__quick-links-icon .icon-events-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-events-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-events-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-events {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events.svg); }
    .block__quote-highlights__quick-links-icon .icon-exclamation-triangle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/exclamation-triangle-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-eye-closed {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye-closed.svg); }
    .block__quote-highlights__quick-links-icon .icon-eye-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-eye {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye.svg); }
    .block__quote-highlights__quick-links-icon .icon-face-frown {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/face-frown.svg); }
    .block__quote-highlights__quick-links-icon .icon-face-smile {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/face-smile.svg); }
    .block__quote-highlights__quick-links-icon .icon-file-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/file-upload.svg); }
    .block__quote-highlights__quick-links-icon .icon-file {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/file.svg); }
    .block__quote-highlights__quick-links-icon .icon-filter-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/filter-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-filter {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/filter.svg); }
    .block__quote-highlights__quick-links-icon .icon-finger-point-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/finger-point-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-finger-point {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/finger-point.svg); }
    .block__quote-highlights__quick-links-icon .icon-flame-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/flame-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-flame {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/flame.svg); }
    .block__quote-highlights__quick-links-icon .icon-for-sale-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-for-sale-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-for-sale-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-for-sale {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale.svg); }
    .block__quote-highlights__quick-links-icon .icon-fork-knife-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/fork-knife-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-fork-knife {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/fork-knife.svg); }
    .block__quote-highlights__quick-links-icon .icon-forsale-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-forsale-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-forsale-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-on-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-forsale-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-general-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/general-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-general {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/general.svg); }
    .block__quote-highlights__quick-links-icon .icon-ghost-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/ghost-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-ghost {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/ghost.svg); }
    .block__quote-highlights__quick-links-icon .icon-gift {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/gift.svg); }
    .block__quote-highlights__quick-links-icon .icon-gingerbread-man {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/gingerbread-man.svg); }
    .block__quote-highlights__quick-links-icon .icon-globe-n {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/globe-n.svg); }
    .block__quote-highlights__quick-links-icon .icon-globe {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/globe.svg); }
    .block__quote-highlights__quick-links-icon .icon-graduation-cap-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/graduation-cap-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-graduation-cap {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/graduation-cap.svg); }
    .block__quote-highlights__quick-links-icon .icon-grass-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/grass-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-grass {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/grass.svg); }
    .block__quote-highlights__quick-links-icon .icon-groups-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-groups-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-groups-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-groups-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-on-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-groups-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-groups {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups.svg); }
    .block__quote-highlights__quick-links-icon .icon-guideline {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/guideline.svg); }
    .block__quote-highlights__quick-links-icon .icon-hand-unfilled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hand-unfilled.svg); }
    .block__quote-highlights__quick-links-icon .icon-hand {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hand.svg); }
    .block__quote-highlights__quick-links-icon .icon-haunted-house-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/haunted-house-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-haunted-house {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/haunted-house.svg); }
    .block__quote-highlights__quick-links-icon .icon-heart-break {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-break.svg); }
    .block__quote-highlights__quick-links-icon .icon-heart-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-heart-overflow-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-overflow-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-heart-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-heart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart.svg); }
    .block__quote-highlights__quick-links-icon .icon-help-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-help-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-help-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-help-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-help {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help.svg); }
    .block__quote-highlights__quick-links-icon .icon-hide-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hide-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-holiday-lights-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/holiday-lights-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-holiday-lights {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/holiday-lights.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-on-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-home-town {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-town.svg); }
    .block__quote-highlights__quick-links-icon .icon-home {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home.svg); }
    .block__quote-highlights__quick-links-icon .icon-house-fill-waves {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/house-fill-waves.svg); }
    .block__quote-highlights__quick-links-icon .icon-house-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/house-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-houses-four {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-four.svg); }
    .block__quote-highlights__quick-links-icon .icon-houses-three-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-three-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-houses-two-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-two-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-icon-hide {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-hide.svg); }
    .block__quote-highlights__quick-links-icon .icon-icon-placeholder-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-placeholder-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-icon-placeholder-outline {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-placeholder-outline.svg); }
    .block__quote-highlights__quick-links-icon .icon-icon-treatmap-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-treatmap-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-icon-treatmap {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-treatmap.svg); }
    .block__quote-highlights__quick-links-icon .icon-improve {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/improve.svg); }
    .block__quote-highlights__quick-links-icon .icon-inbox-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/inbox-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-inbox-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/inbox-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-info-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/info-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-info {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/info.svg); }
    .block__quote-highlights__quick-links-icon .icon-invite-fill-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-fill-large-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-invite-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-fill-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-invite-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-large-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-invite-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-invite-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-invite-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-keep-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/keep-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-key {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/key.svg); }
    .block__quote-highlights__quick-links-icon .icon-leads-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-leads-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-leads {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads.svg); }
    .block__quote-highlights__quick-links-icon .icon-leaf {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leaf.svg); }
    .block__quote-highlights__quick-links-icon .icon-letter {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/letter.svg); }
    .block__quote-highlights__quick-links-icon .icon-link {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/link.svg); }
    .block__quote-highlights__quick-links-icon .icon-listings {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/listings.svg); }
    .block__quote-highlights__quick-links-icon .icon-loading {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loading.svg); }
    .block__quote-highlights__quick-links-icon .icon-local-deals-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-local-deals-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-local-deals-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-local-deals {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals.svg); }
    .block__quote-highlights__quick-links-icon .icon-lock-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lock-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-lock-open-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lock-open-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-lost-found-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lost-found-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-lost-found {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lost-found.svg); }
    .block__quote-highlights__quick-links-icon .icon-loudspeaker-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-loudspeaker-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker-fill-32.svg); }
    .block__quote-highlights__quick-links-icon .icon-loudspeaker {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker.svg); }
    .block__quote-highlights__quick-links-icon .icon-magnifier-block {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/magnifier-block.svg); }
    .block__quote-highlights__quick-links-icon .icon-map-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-map-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-map-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-map-magnifier {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-magnifier.svg); }
    .block__quote-highlights__quick-links-icon .icon-map {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map.svg); }
    .block__quote-highlights__quick-links-icon .icon-medical-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/medical-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-medical {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/medical.svg); }
    .block__quote-highlights__quick-links-icon .icon-megaphone-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-megaphone-off-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone-off-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-megaphone {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone.svg); }
    .block__quote-highlights__quick-links-icon .icon-menu-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/menu-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-message {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/message.svg); }
    .block__quote-highlights__quick-links-icon .icon-messages-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/messages-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-messages-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/messages-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-mobile-phone {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mobile-phone.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-agree {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-agree.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-canada {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-canada.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-haha {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-haha.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-like {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-like.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-quebec {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-quebec.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-sad {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-sad.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-thank {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-thank.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-wow {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-wow.svg); }
    .block__quote-highlights__quick-links-icon .icon-mood-yay {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-yay.svg); }
    .block__quote-highlights__quick-links-icon .icon-more-android {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-android.svg); }
    .block__quote-highlights__quick-links-icon .icon-more-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-more-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-more-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-on-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-more-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-more {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more.svg); }
    .block__quote-highlights__quick-links-icon .icon-motorcycle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/motorcycle.svg); }
    .block__quote-highlights__quick-links-icon .icon-mute {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mute.svg); }
    .block__quote-highlights__quick-links-icon .icon-nav-back-iOS {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-back-iOS.svg); }
    .block__quote-highlights__quick-links-icon .icon-nav-back {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-back.svg); }
    .block__quote-highlights__quick-links-icon .icon-nav-close {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-close.svg); }
    .block__quote-highlights__quick-links-icon .icon-nav-post {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-post.svg); }
    .block__quote-highlights__quick-links-icon .icon-neighborhood-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-neighborhood-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-neighborhood-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-neighborhood {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood.svg); }
    .block__quote-highlights__quick-links-icon .icon-neighbors {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighbors.svg); }
    .block__quote-highlights__quick-links-icon .icon-neutral-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neutral-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-newspaper-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/newspaper-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-newspaper {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/newspaper.svg); }
    .block__quote-highlights__quick-links-icon .icon-next {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/next.svg); }
    .block__quote-highlights__quick-links-icon .icon-nextdoor-logo-n {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nextdoor-logo-n.svg); }
    .block__quote-highlights__quick-links-icon .icon-nextdoor-logo-round {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nextdoor-logo-round.svg); }
    .block__quote-highlights__quick-links-icon .icon-notifications-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-notifications-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-notifications-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-on-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-notifications-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-number-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-number-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-2.svg); }
    .block__quote-highlights__quick-links-icon .icon-number-3 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-3.svg); }
    .block__quote-highlights__quick-links-icon .icon-number-4 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-4.svg); }
    .block__quote-highlights__quick-links-icon .icon-organization-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/organization-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-organization {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/organization.svg); }
    .block__quote-highlights__quick-links-icon .icon-page-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/page-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-page-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/page-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-pencil {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pencil.svg); }
    .block__quote-highlights__quick-links-icon .icon-people-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/people-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-person-dotted-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-dotted-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-person-fill-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-fill-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-person-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-person-small-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-small-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-person {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person.svg); }
    .block__quote-highlights__quick-links-icon .icon-personal-care-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/personal-care-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-personal-care {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/personal-care.svg); }
    .block__quote-highlights__quick-links-icon .icon-pet-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pet-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-pet {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pet.svg); }
    .block__quote-highlights__quick-links-icon .icon-pets-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pets-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-pets {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pets.svg); }
    .block__quote-highlights__quick-links-icon .icon-phone-link {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/phone-link.svg); }
    .block__quote-highlights__quick-links-icon .icon-phone {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/phone.svg); }
    .block__quote-highlights__quick-links-icon .icon-photo-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-fill-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-photo-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-photo-upload-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-upload-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-photo-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-upload.svg); }
    .block__quote-highlights__quick-links-icon .icon-photo {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo.svg); }
    .block__quote-highlights__quick-links-icon .icon-pin-mini {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pin-mini.svg); }
    .block__quote-highlights__quick-links-icon .icon-play {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/play.svg); }
    .block__quote-highlights__quick-links-icon .icon-plus-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-circle-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-plus-circle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-circle.svg); }
    .block__quote-highlights__quick-links-icon .icon-plus-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-large-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-plus-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-large.svg); }
    .block__quote-highlights__quick-links-icon .icon-plus {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus.svg); }
    .block__quote-highlights__quick-links-icon .icon-poll-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/poll-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-poll {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/poll.svg); }
    .block__quote-highlights__quick-links-icon .icon-post-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-post-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-post-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-post {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post.svg); }
    .block__quote-highlights__quick-links-icon .icon-potted-plant-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/potted-plant-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-potted-plant {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/potted-plant.svg); }
    .block__quote-highlights__quick-links-icon .icon-preferences {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/preferences.svg); }
    .block__quote-highlights__quick-links-icon .icon-premium-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/premium-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-premium-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/premium-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-previous {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/previous.svg); }
    .block__quote-highlights__quick-links-icon .icon-private {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/private.svg); }
    .block__quote-highlights__quick-links-icon .icon-profile-switch-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/profile-switch-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-profile-switch {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/profile-switch.svg); }
    .block__quote-highlights__quick-links-icon .icon-public {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/public.svg); }
    .block__quote-highlights__quick-links-icon .icon-pumpkin-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pumpkin-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-pumpkin {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pumpkin.svg); }
    .block__quote-highlights__quick-links-icon .icon-question-circle-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/question-circle-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-question-circle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/question-circle.svg); }
    .block__quote-highlights__quick-links-icon .icon-radio-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-radio-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-radio-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-real-estate-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-real-estate-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-2.svg); }
    .block__quote-highlights__quick-links-icon .icon-real-estate-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-real-estate {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate.svg); }
    .block__quote-highlights__quick-links-icon .icon-remove-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/remove-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/remove.svg); }
    .block__quote-highlights__quick-links-icon .icon-reply-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/reply-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-report-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/report-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-report {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/report.svg); }
    .block__quote-highlights__quick-links-icon .icon-reset {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/reset.svg); }
    .block__quote-highlights__quick-links-icon .icon-review-heart-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/review-heart-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-review-heart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/review-heart.svg); }
    .block__quote-highlights__quick-links-icon .icon-rotate {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/rotate.svg); }
    .block__quote-highlights__quick-links-icon .icon-safety-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/safety-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-safety {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/safety.svg); }
    .block__quote-highlights__quick-links-icon .icon-search-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-search-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-2.svg); }
    .block__quote-highlights__quick-links-icon .icon-search-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-search {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search.svg); }
    .block__quote-highlights__quick-links-icon .icon-seasonal-map-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-seasonal-map-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-seasonal-map-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-seasonal-map {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map.svg); }
    .block__quote-highlights__quick-links-icon .icon-settings-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-settings-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-settings-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-settings-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-settings {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings.svg); }
    .block__quote-highlights__quick-links-icon .icon-shapes-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shapes-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-shapes {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shapes.svg); }
    .block__quote-highlights__quick-links-icon .icon-share-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-share-overflow-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-overflow-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-share-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-share {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share.svg); }
    .block__quote-highlights__quick-links-icon .icon-sharein {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sharein.svg); }
    .block__quote-highlights__quick-links-icon .icon-shield {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shield.svg); }
    .block__quote-highlights__quick-links-icon .icon-shoe {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shoe.svg); }
    .block__quote-highlights__quick-links-icon .icon-shopping-bag-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shopping-bag-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-shopping-bag {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shopping-bag.svg); }
    .block__quote-highlights__quick-links-icon .icon-sign-out {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sign-out.svg); }
    .block__quote-highlights__quick-links-icon .icon-snowman {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/snowman.svg); }
    .block__quote-highlights__quick-links-icon .icon-sort-3 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort-3.svg); }
    .block__quote-highlights__quick-links-icon .icon-sort-4 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort-4.svg); }
    .block__quote-highlights__quick-links-icon .icon-sort {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort.svg); }
    .block__quote-highlights__quick-links-icon .icon-stack {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/stack.svg); }
    .block__quote-highlights__quick-links-icon .icon-star-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/star-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-star {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/star.svg); }
    .block__quote-highlights__quick-links-icon .icon-store-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-store-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-store {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store.svg); }
    .block__quote-highlights__quick-links-icon .icon-subscribe-agency {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/subscribe-agency.svg); }
    .block__quote-highlights__quick-links-icon .icon-sync {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sync.svg); }
    .block__quote-highlights__quick-links-icon .icon-syringe {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/syringe.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-plain-fill-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-fill-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-plain-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-plain-remove-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-remove-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-plain {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-remove.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-torn-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-torn-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag-torn {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-torn.svg); }
    .block__quote-highlights__quick-links-icon .icon-tag {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag.svg); }
    .block__quote-highlights__quick-links-icon .icon-takeout-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/takeout-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-takeout {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/takeout.svg); }
    .block__quote-highlights__quick-links-icon .icon-talk-bubble-fill-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-fill-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-talk-bubble-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-talk-bubble-notch {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-notch.svg); }
    .block__quote-highlights__quick-links-icon .icon-talk-bubble {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble.svg); }
    .block__quote-highlights__quick-links-icon .icon-teddy-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/teddy-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-teddy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/teddy.svg); }
    .block__quote-highlights__quick-links-icon .icon-thank-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-off-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-thank-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-off.svg); }
    .block__quote-highlights__quick-links-icon .icon-thank-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-on.svg); }
    .block__quote-highlights__quick-links-icon .icon-top-posts-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-top-posts-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-filled-1.svg); }
    .block__quote-highlights__quick-links-icon .icon-top-posts-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-top-posts {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts.svg); }
    .block__quote-highlights__quick-links-icon .icon-trash-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trash-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-triangle-down-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/triangle-down-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-triangle-up-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/triangle-up-small.svg); }
    .block__quote-highlights__quick-links-icon .icon-trophy-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trophy-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-trophy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trophy.svg); }
    .block__quote-highlights__quick-links-icon .icon-unarchive {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unarchive.svg); }
    .block__quote-highlights__quick-links-icon .icon-unblock {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unblock.svg); }
    .block__quote-highlights__quick-links-icon .icon-unsubscribe-agency {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unsubscribe-agency.svg); }
    .block__quote-highlights__quick-links-icon .icon-unverified {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unverified.svg); }
    .block__quote-highlights__quick-links-icon .icon-up-control {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/up-control.svg); }
    .block__quote-highlights__quick-links-icon .icon-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/upload.svg); }
    .block__quote-highlights__quick-links-icon .icon-urgent-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/urgent-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-urgent {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/urgent.svg); }
    .block__quote-highlights__quick-links-icon .icon-verified {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/verified.svg); }
    .block__quote-highlights__quick-links-icon .icon-video-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/video-filled.svg); }
    .block__quote-highlights__quick-links-icon .icon-video {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/video.svg); }
    .block__quote-highlights__quick-links-icon .icon-vote-down {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/vote-down.svg); }
    .block__quote-highlights__quick-links-icon .icon-vote-up {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/vote-up.svg); }
    .block__quote-highlights__quick-links-icon .icon-wave-color {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wave-color.svg); }
    .block__quote-highlights__quick-links-icon .icon-website-cursor-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/website-cursor-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-website-cursor {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/website-cursor.svg); }
    .block__quote-highlights__quick-links-icon .icon-wellness-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wellness-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-wellness {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wellness.svg); }
    .block__quote-highlights__quick-links-icon .icon-wrench-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wrench-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-write {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/write.svg); }
    .block__quote-highlights__quick-links-icon .icon-x-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/x-circle-fill.svg); }
    .block__quote-highlights__quick-links-icon .icon-xmas-tree {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/xmas-tree.svg); }
    .block__quote-highlights__quick-links-icon path {
      fill: #FFFFFF; }
    .block__quote-highlights__quick-links-link {
      font-size: 0.938rem;
      font-family: "SF Pro Text";
      font-weight: 400;
      font-style: normal;
      line-height: 20px;
      letter-spacing: -0.32px;
      text-decoration: underline;
      display: flex;
      column-gap: 1rem;
      color: #FFFFFF; }
      .block__quote-highlights__quick-links-link:hover {
        color: #8ED500; }
        .block__quote-highlights__quick-links-link:hover path {
          fill: #8ED500; }
  @media (min-width: 67.5rem) {
    .block__quote-highlights__sub {
      display: grid;
      grid-template-columns: 1fr 12rem;
      column-gap: 2rem; } }
  .block__quote-highlights__sub-content {
    font-size: 0.812rem;
    font-family: "SF Pro Text";
    line-height: 16px; }
  .block__quote-highlights__metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 23.4375rem; }
    @media (min-width: 450px) {
      .block__quote-highlights__metrics {
        grid-template-columns: 1fr 1fr; } }
  .block__quote-highlights__metric {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    color: #FFFFFF; }
    .block__quote-highlights__metric .metric-value {
      order: -1;
      font-size: 3.25rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1em;
      font-size: 2.75rem; }
    .block__quote-highlights__metric .metric-label {
      font-size: 0.688rem;
      font-family: "SF Pro Text";
      font-weight: 700;
      font-style: normal;
      line-height: 12px; }
      @media (min-width: 67.5rem) {
        .block__quote-highlights__metric .metric-label {
          font-size: 0.812rem;
          font-family: "SF Pro Text";
          font-weight: 400;
          font-style: normal;
          line-height: 16px; } }
    .block__quote-highlights__metric.lime .metric-value {
      background-color: #8ED500; }
    .block__quote-highlights__metric.light-lime .metric-value {
      background-color: #D4F395; }
    .block__quote-highlights__metric.green .metric-value {
      background-color: #006142; }
    .block__quote-highlights__metric.dark-green .metric-value {
      background-color: #00422D; }
    .block__quote-highlights__metric.yellow .metric-value {
      background-color: #F9D624; }
    .block__quote-highlights__metric.light-yellow .metric-value {
      background-color: #FEF8D7; }
    .block__quote-highlights__metric.teal .metric-value {
      background-color: #00A3B1; }
    .block__quote-highlights__metric.light-teal .metric-value {
      background-color: #68D0D9; }
    .block__quote-highlights__metric.dark-teal .metric-value {
      background-color: #117E89; }
    .block__quote-highlights__metric.orange .metric-value {
      background-color: #F56A14; }
    .block__quote-highlights__metric.light-orange .metric-value {
      background-color: #F78945; }
    .block__quote-highlights__metric.dark .metric-value {
      background-color: #000000; }
    .block__quote-highlights__metric.medium-dark .metric-value {
      background-color: #535A5C; }
    .block__quote-highlights__metric.medium .metric-value {
      background-color: #757575; }
    .block__quote-highlights__metric.medium-light .metric-value {
      background-color: #F2F2F2; }
    .block__quote-highlights__metric.light .metric-value {
      background-color: #B9B9B9; }
    .block__quote-highlights__metric.light-surface .metric-value {
      background-color: #F7F7F7; }
    .block__quote-highlights__metric.lighter-surface .metric-value {
      background-color: #F9F9F9; }
    .block__quote-highlights__metric.white .metric-value {
      background-color: #FFFFFF; }
    .block__quote-highlights__metric .metric-value {
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1/1;
      flex: 0 0 auto;
      width: 5rem;
      height: 5rem;
      font-size: 1.75rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.142em; }
    @media (min-width: 67.5rem) {
      .block__quote-highlights__metric {
        flex-direction: column;
        width: 5rem;
        height: 5rem; } }
    .block__quote-highlights__metric .metric-label {
      white-space: nowrap;
      text-align: center; }

.block__team-highlights {
  overflow: hidden; }
  .block__team-highlights.max-width-500 {
    max-width: 31.25rem; }
  .block__team-highlights.max-width-600 {
    max-width: 37.5rem; }
  .block__team-highlights.max-width-700 {
    max-width: 43.75rem; }
  .block__team-highlights.max-width-960 {
    max-width: 60rem; }
  .block__team-highlights.max-width-1080 {
    max-width: 67.5rem; }
  .block__team-highlights.max-width-1280 {
    max-width: 80rem; }
  .block__team-highlights.max-width-1440 {
    max-width: 90rem; }
  .block__team-highlights__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .block__team-highlights__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .block__team-highlights__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .block__team-highlights__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .block__team-highlights__wrapper.max-width-960 {
      max-width: 60rem; }
    .block__team-highlights__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .block__team-highlights__wrapper.max-width-1280 {
      max-width: 80rem; }
    .block__team-highlights__wrapper.max-width-1440 {
      max-width: 90rem; }
    .block__team-highlights__wrapper.width_700 {
      max-width: 700px; }
    .block__team-highlights__wrapper.width_960 {
      max-width: 960px; }
    .block__team-highlights__wrapper.width_1080 {
      max-width: 1080px; }
    .block__team-highlights__wrapper.width_1280 {
      max-width: 1280px; }
    .block__team-highlights__wrapper.width_1440 {
      max-width: 1440px; }
    .block__team-highlights__wrapper.width_1620 {
      max-width: 1620px; }
    @media (min-width: 23.4375rem) {
      .block__team-highlights__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .block__team-highlights__wrapper {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .block__team-highlights__wrapper {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .block__team-highlights .slick-list {
    overflow: visible; }
  .block__team-highlights .slick-track {
    display: flex;
    align-items: stretch; }
  .block__team-highlights .slick-slide {
    height: auto;
    display: flex;
    align-items: stretch;
    opacity: .5;
    transition: opacity .25; }
  .block__team-highlights .slick-active {
    opacity: 1; }
    .block__team-highlights .slick-active + .slick-slide {
      opacity: 1; }
  .block__team-highlights .slick-dots {
    text-align: center;
    margin: 0 0 1.25rem;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
    margin-top: 2rem; }
    @media (min-width: 48rem) {
      .block__team-highlights .slick-dots {
        margin: 0; } }
    .block__team-highlights .slick-dots button {
      padding: 0;
      text-indent: -2000em;
      background-color: transparent;
      line-height: 0;
      border: none; }
      .block__team-highlights .slick-dots button:hover {
        background-color: transparent; }
    .block__team-highlights .slick-dots li {
      border-radius: 50%;
      display: block;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 0.75rem;
      height: 0.75rem;
      background-color: #EDEDED; }
      .block__team-highlights .slick-dots li.slick-active, .block__team-highlights .slick-dots li:hover {
        background-color: #969B9C; }
  .block__team-highlights .slick-arrow {
    padding: 0;
    text-indent: -2000em;
    background-color: transparent;
    line-height: 0;
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disclosure-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
    .block__team-highlights .slick-arrow:hover {
      background-color: transparent; }
  .block__team-highlights .slick-prev {
    transform: rotate(180deg); }
  .block__team-highlights__heading h2 {
    margin-bottom: 1.25rem; }
    @media (min-width: 48rem) {
      .block__team-highlights__heading h2 {
        margin-bottom: -1.9375rem; } }
  @media (min-width: 48rem) {
    .block__team-highlights__items {
      display: grid;
      grid-template-columns: 1fr 1.5rem auto 1.5rem;
      row-gap: 1.25rem; }
      .block__team-highlights__items .slick-prev {
        grid-column: 2;
        grid-row: 1; }
      .block__team-highlights__items .slick-dots {
        grid-column: 3;
        grid-row: 1; }
      .block__team-highlights__items .slick-next {
        grid-column: 4;
        grid-row: 1; }
      .block__team-highlights__items .slick-list {
        grid-column: 1/5;
        grid-row: 2; } }
  .block__team-highlights__item {
    border-radius: 1.25rem;
    border: 1px solid #B8BFC1;
    padding: 1.25rem;
    margin: 0 0.5rem 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem; }
    .block__team-highlights__item-wrap {
      width: 20rem; }
    @media (min-width: 48rem) {
      .block__team-highlights__item {
        margin: 0 2.5rem 0 0; }
        .block__team-highlights__item-wrap {
          width: 26.25rem; } }
    .block__team-highlights__item-heading h3 {
      font-size: 1.375rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.272em;
      color: #0B0E0F;
      margin-bottom: 0; }
    .block__team-highlights__item-description {
      font-size: 0.938rem;
      font-family: "SF Pro Text";
      font-weight: 400;
      font-style: normal;
      line-height: 20px;
      letter-spacing: -0.32px;
      color: #0B0E0F; }
    .block__team-highlights__item-quote {
      display: grid;
      grid-template-columns: 7.5rem 1fr;
      gap: 1rem; }
      .block__team-highlights__item-quote-text {
        font-size: 0.812rem;
        font-family: "SF Pro Text";
        font-weight: 400;
        font-style: normal;
        line-height: 16px;
        color: #0B0E0F;
        text-align: center; }
      @media (min-width: 48rem) {
        .block__team-highlights__item-quote {
          gap: 2.5rem; } }
    .block__team-highlights__item-image {
      width: 7.5rem;
      height: 7.5rem; }
      .block__team-highlights__item-image picture,
      .block__team-highlights__item-image img {
        object-fit: cover;
        object-position: center;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        aspect-ratio: 1/1; }
      .block__team-highlights__item-image a {
        display: block;
        position: relative; }
        .block__team-highlights__item-image a[href*="youtube.com"]:before, .block__team-highlights__item-image a[href*="vimeo.com"]:before {
          border-radius: 50%;
          background-color: #0B0E0F;
          width: 2.25rem;
          height: 2.25rem;
          position: absolute;
          bottom: 0.25rem;
          right: 0; }
  .block__team-highlights__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem; }
    @media (min-width: 90rem) {
      .block__team-highlights__metrics {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .block__team-highlights__metric {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem; }
    .block__team-highlights__metric .metric-value {
      order: -1;
      font-size: 3.25rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1em;
      font-size: 2.75rem; }
    .block__team-highlights__metric .metric-label {
      font-size: 0.688rem;
      font-family: "SF Pro Text";
      font-weight: 700;
      font-style: normal;
      line-height: 12px; }
      @media (min-width: 67.5rem) {
        .block__team-highlights__metric .metric-label {
          font-size: 0.812rem;
          font-family: "SF Pro Text";
          font-weight: 400;
          font-style: normal;
          line-height: 16px; } }
    .block__team-highlights__metric.lime .metric-value {
      background-color: #8ED500; }
    .block__team-highlights__metric.light-lime .metric-value {
      background-color: #D4F395; }
    .block__team-highlights__metric.green .metric-value {
      background-color: #006142; }
    .block__team-highlights__metric.dark-green .metric-value {
      background-color: #00422D; }
    .block__team-highlights__metric.yellow .metric-value {
      background-color: #F9D624; }
    .block__team-highlights__metric.light-yellow .metric-value {
      background-color: #FEF8D7; }
    .block__team-highlights__metric.teal .metric-value {
      background-color: #00A3B1; }
    .block__team-highlights__metric.light-teal .metric-value {
      background-color: #68D0D9; }
    .block__team-highlights__metric.dark-teal .metric-value {
      background-color: #117E89; }
    .block__team-highlights__metric.orange .metric-value {
      background-color: #F56A14; }
    .block__team-highlights__metric.light-orange .metric-value {
      background-color: #F78945; }
    .block__team-highlights__metric.dark .metric-value {
      background-color: #000000; }
    .block__team-highlights__metric.medium-dark .metric-value {
      background-color: #535A5C; }
    .block__team-highlights__metric.medium .metric-value {
      background-color: #757575; }
    .block__team-highlights__metric.medium-light .metric-value {
      background-color: #F2F2F2; }
    .block__team-highlights__metric.light .metric-value {
      background-color: #B9B9B9; }
    .block__team-highlights__metric.light-surface .metric-value {
      background-color: #F7F7F7; }
    .block__team-highlights__metric.lighter-surface .metric-value {
      background-color: #F9F9F9; }
    .block__team-highlights__metric.white .metric-value {
      background-color: #FFFFFF; }
    .block__team-highlights__metric .metric-value {
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1/1;
      flex: 0 0 auto;
      width: 2.5rem;
      height: 2.5rem;
      font-size: 1.75rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.142em;
      font-size: 1rem; }
    .block__team-highlights__metric .metric-label {
      font-size: 0.688rem;
      font-family: "SF Pro Text";
      font-weight: 700;
      font-style: normal;
      line-height: 12px; }
    @media (min-width: 67.5rem) {
      .block__team-highlights__metric {
        flex-direction: column; }
        .block__team-highlights__metric .metric-value {
          width: 5rem;
          height: 5rem;
          font-size: 1.75rem; } }

.block__values__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440+"px";
  box-sizing: border-box;
  max-width: 90rem;
  margin-bottom: 2.5rem;
  padding: 1.25rem; }
  .block__values__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__values__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__values__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__values__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__values__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__values__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__values__wrapper.max-width-1440 {
    max-width: 90rem; }
  .block__values__wrapper.width_700 {
    max-width: 700px; }
  .block__values__wrapper.width_960 {
    max-width: 960px; }
  .block__values__wrapper.width_1080 {
    max-width: 1080px; }
  .block__values__wrapper.width_1280 {
    max-width: 1280px; }
  .block__values__wrapper.width_1440 {
    max-width: 1440px; }
  .block__values__wrapper.width_1620 {
    max-width: 1620px; }
  .block__values__wrapper.max-width-500 {
    max-width: 31.25rem; }
  .block__values__wrapper.max-width-600 {
    max-width: 37.5rem; }
  .block__values__wrapper.max-width-700 {
    max-width: 43.75rem; }
  .block__values__wrapper.max-width-960 {
    max-width: 60rem; }
  .block__values__wrapper.max-width-1080 {
    max-width: 67.5rem; }
  .block__values__wrapper.max-width-1280 {
    max-width: 80rem; }
  .block__values__wrapper.max-width-1440 {
    max-width: 90rem; }
  @media (min-width: 48rem) {
    .block__values__wrapper {
      margin-bottom: 6.25rem;
      overflow: auto; } }
.block__values__items {
  display: flex;
  width: 100%;
  column-gap: 2.5rem;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto; }
  @media (min-width: 48rem) {
    .block__values__items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: space-around;
      justify-content: space-around;
      width: auto;
      white-space: normal;
      row-gap: 5rem; } }
  @media (min-width: 56.25rem) {
    .block__values__items {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 6.25rem; } }
.block__values__item {
  position: relative;
  white-space: normal;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  justify-content: center;
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 15.75rem;
  min-height: 20rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 4px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .5s; }
  .block__values__item:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s; }
  .block__values__item:hover, .block__values__item:focus {
    border: 4px solid #00422D; }
    .block__values__item:hover:before, .block__values__item:focus:before {
      opacity: 1; }
    .block__values__item:hover .block__values__description, .block__values__item:focus .block__values__description {
      opacity: 1;
      max-height: 400px; }
  @media (min-width: 25.875rem) {
    .block__values__item {
      justify-self: center; } }
  .block__values__item-wrap {
    position: relative;
    padding: 1.25rem;
    z-index: 2; }
  .block__values__item.style--lime1 {
    background-color: #8ED500;
    border-color: #8ED500;
    color: #0B0E0F;
    background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/pattern=trust.svg); }
    .block__values__item.style--lime1:before {
      background-color: #8ED500; }
  .block__values__item.style--teal {
    background-color: #00A3B1;
    border-color: #00A3B1;
    color: #FFFFFF;
    background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/pattern=invest.svg); }
    .block__values__item.style--teal:before {
      background-color: #00A3B1; }
  .block__values__item.style--yellow {
    background-color: #F9D624;
    border-color: #F9D624;
    color: #0B0E0F;
    background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/pattern=customer.svg); }
    .block__values__item.style--yellow:before {
      background-color: #F9D624; }
  .block__values__item.style--dark-green {
    background-color: #00422D;
    border-color: #00422D;
    color: #FFFFFF;
    background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/pattern=think-big.svg); }
    .block__values__item.style--dark-green:before {
      background-color: #00422D; }
  .block__values__item.style--lime2 {
    background-color: #8ED500;
    border-color: #8ED500;
    color: #0B0E0F;
    background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/pattern=experiment.svg); }
    .block__values__item.style--lime2:before {
      background-color: #8ED500; }
  .block__values__item.style--light-yellow {
    background-color: #FEF8D7;
    border-color: #FEF8D7;
    color: #0B0E0F;
    background-image: url(/wp-content/themes/nextdoor/assets/img/blocks/pattern=owner.svg); }
    .block__values__item.style--light-yellow:before {
      background-color: #FEF8D7; }
.block__values h3.block__values__title {
  color: inherit;
  clear: none;
  font-size: 1.75rem;
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  line-height: 1.142em;
  text-align: center;
  margin: 0; }
.block__values__description {
  color: inherit;
  padding: 0;
  font-size: 0.812rem;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  font-family: 'Lato';
  font-weight: 600;
  opacity: 0;
  transform: translatey(20px);
  max-height: 0;
  transition: all .5s;
  margin: 0; }
  .block__values__description p {
    font-size: 0.812rem;
    font-family: "SF Pro Text";
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    font-family: 'Lato';
    font-weight: 600; }

.block__icon-links {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem; }
  .block__icon-links-icon {
    width: 1.75rem;
    display: flex;
    justify-content: center;
    flex: 0 0 auto; }
    .block__icon-links-icon .icon-activity-off-1, .block__icon-links-icon .icon-activity-off, .block__icon-links-icon .icon-activity-on-1, .block__icon-links-icon .icon-activity-on, .block__icon-links-icon .icon-activity, .block__icon-links-icon .icon-add-large, .block__icon-links-icon .icon-address-book-fill, .block__icon-links-icon .icon-address-book, .block__icon-links-icon .icon-agencies-filled, .block__icon-links-icon .icon-agencies, .block__icon-links-icon .icon-alert-fill, .block__icon-links-icon .icon-alert, .block__icon-links-icon .icon-archive-1, .block__icon-links-icon .icon-archive, .block__icon-links-icon .icon-arrow-down-small, .block__icon-links-icon .icon-arrow-large-right, .block__icon-links-icon .icon-arrow-left-small, .block__icon-links-icon .icon-arrow-out, .block__icon-links-icon .icon-arrow-right-circle-large, .block__icon-links-icon .icon-arrow-right-circle, .block__icon-links-icon .icon-arrow-right-small, .block__icon-links-icon .icon-arrow-triangle-right-curve-small, .block__icon-links-icon .icon-arrow-triangle-right-small, .block__icon-links-icon .icon-arrow-up-right, .block__icon-links-icon .icon-arrow-up-small, .block__icon-links-icon .icon-auto-fill, .block__icon-links-icon .icon-auto, .block__icon-links-icon .icon-avatar-upload, .block__icon-links-icon .icon-badge-ribbon-heart-fill, .block__icon-links-icon .icon-badge-ribbon-heart, .block__icon-links-icon .icon-basketball-fill, .block__icon-links-icon .icon-basketball, .block__icon-links-icon .icon-bed-fill, .block__icon-links-icon .icon-bed, .block__icon-links-icon .icon-bell-fill, .block__icon-links-icon .icon-bell-off-fill, .block__icon-links-icon .icon-bell-plus-filled, .block__icon-links-icon .icon-bell-plus, .block__icon-links-icon .icon-block, .block__icon-links-icon .icon-blocks-logo, .block__icon-links-icon .icon-bolt-fill, .block__icon-links-icon .icon-bolt-slash-fill, .block__icon-links-icon .icon-bookmark-add, .block__icon-links-icon .icon-bookmark-fill, .block__icon-links-icon .icon-bookmark-remove-fill, .block__icon-links-icon .icon-bookmark-remove, .block__icon-links-icon .icon-bookmarks-filled, .block__icon-links-icon .icon-bookmarks, .block__icon-links-icon .icon-branded-more-arrow-right, .block__icon-links-icon .icon-briefcase-1, .block__icon-links-icon .icon-briefcase-fill, .block__icon-links-icon .icon-briefcase, .block__icon-links-icon .icon-bubble-comment-fill, .block__icon-links-icon .icon-bubble-comment, .block__icon-links-icon .icon-bubble-ellipsis, .block__icon-links-icon .icon-bubble-star-fill, .block__icon-links-icon .icon-bubble-star, .block__icon-links-icon .icon-bubbles-32, .block__icon-links-icon .icon-bubbles-fill-32, .block__icon-links-icon .icon-bubbles-fill-large, .block__icon-links-icon .icon-bubbles-large, .block__icon-links-icon .icon-bubbles-question-1, .block__icon-links-icon .icon-bubbles-question-fill, .block__icon-links-icon .icon-bubbles-question-filled, .block__icon-links-icon .icon-bubbles-question, .block__icon-links-icon .icon-bubbles, .block__icon-links-icon .icon-building-fill, .block__icon-links-icon .icon-building, .block__icon-links-icon .icon-businesses-1, .block__icon-links-icon .icon-businesses-2, .block__icon-links-icon .icon-businesses-filled-1, .block__icon-links-icon .icon-businesses-filled, .block__icon-links-icon .icon-businesses, .block__icon-links-icon .icon-calculator, .block__icon-links-icon .icon-calendar-1, .block__icon-links-icon .icon-calendar-fill, .block__icon-links-icon .icon-calendar-filled, .block__icon-links-icon .icon-calendar, .block__icon-links-icon .icon-camera-switch-fill-32, .block__icon-links-icon .icon-camera-switch-fill, .block__icon-links-icon .icon-camera, .block__icon-links-icon .icon-cancel, .block__icon-links-icon .icon-candy-fill, .block__icon-links-icon .icon-candy, .block__icon-links-icon .icon-car, .block__icon-links-icon .icon-certificate-fill, .block__icon-links-icon .icon-certificate, .block__icon-links-icon .icon-chart-32, .block__icon-links-icon .icon-chart-fill-32, .block__icon-links-icon .icon-chart-fill, .block__icon-links-icon .icon-chart, .block__icon-links-icon .icon-check-circle-fill, .block__icon-links-icon .icon-check-empty, .block__icon-links-icon .icon-check-filled, .block__icon-links-icon .icon-check, .block__icon-links-icon .icon-checkbox-off, .block__icon-links-icon .icon-checkbox-on, .block__icon-links-icon .icon-checkmark-dotted, .block__icon-links-icon .icon-checkmark, .block__icon-links-icon .icon-cheer-map-filled, .block__icon-links-icon .icon-cheer-map, .block__icon-links-icon .icon-circle-grid-fill, .block__icon-links-icon .icon-circle-grid, .block__icon-links-icon .icon-clock, .block__icon-links-icon .icon-close-filled, .block__icon-links-icon .icon-close-small, .block__icon-links-icon .icon-cmail, .block__icon-links-icon .icon-comment-overflow-small, .block__icon-links-icon .icon-comment-small, .block__icon-links-icon .icon-comment, .block__icon-links-icon .icon-compass-fill-large-1, .block__icon-links-icon .icon-compass-fill-large, .block__icon-links-icon .icon-compass-fill, .block__icon-links-icon .icon-compass-large-1, .block__icon-links-icon .icon-compass-large, .block__icon-links-icon .icon-compass, .block__icon-links-icon .icon-compose-large, .block__icon-links-icon .icon-connect-accept, .block__icon-links-icon .icon-connect-pending, .block__icon-links-icon .icon-connect-remove, .block__icon-links-icon .icon-connect, .block__icon-links-icon .icon-content-review-1, .block__icon-links-icon .icon-content-review-filled-1, .block__icon-links-icon .icon-content-review-filled, .block__icon-links-icon .icon-content-review, .block__icon-links-icon .icon-copy-1, .block__icon-links-icon .icon-copy, .block__icon-links-icon .icon-crop, .block__icon-links-icon .icon-cross-fill, .block__icon-links-icon .icon-cross, .block__icon-links-icon .icon-cup-fill, .block__icon-links-icon .icon-cup, .block__icon-links-icon .icon-dash-circle-fill, .block__icon-links-icon .icon-dashboard-off, .block__icon-links-icon .icon-dashboard-on, .block__icon-links-icon .icon-date, .block__icon-links-icon .icon-direction-fill, .block__icon-links-icon .icon-direction, .block__icon-links-icon .icon-disabled, .block__icon-links-icon .icon-disclosure-arrow, .block__icon-links-icon .icon-discussion-close, .block__icon-links-icon .icon-discussion-open, .block__icon-links-icon .icon-documents-filled, .block__icon-links-icon .icon-documents, .block__icon-links-icon .icon-down-control, .block__icon-links-icon .icon-download, .block__icon-links-icon .icon-edit-1, .block__icon-links-icon .icon-edit-fill, .block__icon-links-icon .icon-edit, .block__icon-links-icon .icon-email, .block__icon-links-icon .icon-embed, .block__icon-links-icon .icon-error, .block__icon-links-icon .icon-events-1, .block__icon-links-icon .icon-events-filled-1, .block__icon-links-icon .icon-events-filled, .block__icon-links-icon .icon-events, .block__icon-links-icon .icon-exclamation-triangle-fill, .block__icon-links-icon .icon-eye-closed, .block__icon-links-icon .icon-eye-fill, .block__icon-links-icon .icon-eye, .block__icon-links-icon .icon-face-frown, .block__icon-links-icon .icon-face-smile, .block__icon-links-icon .icon-file-upload, .block__icon-links-icon .icon-file, .block__icon-links-icon .icon-filter-1, .block__icon-links-icon .icon-filter, .block__icon-links-icon .icon-finger-point-fill, .block__icon-links-icon .icon-finger-point, .block__icon-links-icon .icon-flame-filled, .block__icon-links-icon .icon-flame, .block__icon-links-icon .icon-for-sale-1, .block__icon-links-icon .icon-for-sale-filled-1, .block__icon-links-icon .icon-for-sale-filled, .block__icon-links-icon .icon-for-sale, .block__icon-links-icon .icon-fork-knife-fill, .block__icon-links-icon .icon-fork-knife, .block__icon-links-icon .icon-forsale-off-1, .block__icon-links-icon .icon-forsale-off, .block__icon-links-icon .icon-forsale-on-1, .block__icon-links-icon .icon-forsale-on, .block__icon-links-icon .icon-general-filled, .block__icon-links-icon .icon-general, .block__icon-links-icon .icon-ghost-fill, .block__icon-links-icon .icon-ghost, .block__icon-links-icon .icon-gift, .block__icon-links-icon .icon-gingerbread-man, .block__icon-links-icon .icon-globe-n, .block__icon-links-icon .icon-globe, .block__icon-links-icon .icon-graduation-cap-fill, .block__icon-links-icon .icon-graduation-cap, .block__icon-links-icon .icon-grass-fill, .block__icon-links-icon .icon-grass, .block__icon-links-icon .icon-groups-filled, .block__icon-links-icon .icon-groups-off-1, .block__icon-links-icon .icon-groups-off, .block__icon-links-icon .icon-groups-on-1, .block__icon-links-icon .icon-groups-on, .block__icon-links-icon .icon-groups, .block__icon-links-icon .icon-guideline, .block__icon-links-icon .icon-hand-unfilled, .block__icon-links-icon .icon-hand, .block__icon-links-icon .icon-haunted-house-fill, .block__icon-links-icon .icon-haunted-house, .block__icon-links-icon .icon-heart-break, .block__icon-links-icon .icon-heart-fill, .block__icon-links-icon .icon-heart-overflow-small, .block__icon-links-icon .icon-heart-small, .block__icon-links-icon .icon-heart, .block__icon-links-icon .icon-help-1, .block__icon-links-icon .icon-help-filled-1, .block__icon-links-icon .icon-help-filled, .block__icon-links-icon .icon-help-off, .block__icon-links-icon .icon-help, .block__icon-links-icon .icon-hide-fill, .block__icon-links-icon .icon-holiday-lights-fill, .block__icon-links-icon .icon-holiday-lights, .block__icon-links-icon .icon-home-1, .block__icon-links-icon .icon-home-filled-1, .block__icon-links-icon .icon-home-filled, .block__icon-links-icon .icon-home-off-1, .block__icon-links-icon .icon-home-off, .block__icon-links-icon .icon-home-on-1, .block__icon-links-icon .icon-home-on, .block__icon-links-icon .icon-home-town, .block__icon-links-icon .icon-home, .block__icon-links-icon .icon-house-fill-waves, .block__icon-links-icon .icon-house-fill, .block__icon-links-icon .icon-houses-four, .block__icon-links-icon .icon-houses-three-fill, .block__icon-links-icon .icon-houses-two-fill, .block__icon-links-icon .icon-icon-hide, .block__icon-links-icon .icon-icon-placeholder-fill, .block__icon-links-icon .icon-icon-placeholder-outline, .block__icon-links-icon .icon-icon-treatmap-filled, .block__icon-links-icon .icon-icon-treatmap, .block__icon-links-icon .icon-improve, .block__icon-links-icon .icon-inbox-off, .block__icon-links-icon .icon-inbox-on, .block__icon-links-icon .icon-info-filled, .block__icon-links-icon .icon-info, .block__icon-links-icon .icon-invite-fill-large-1, .block__icon-links-icon .icon-invite-fill-large, .block__icon-links-icon .icon-invite-large-1, .block__icon-links-icon .icon-invite-large, .block__icon-links-icon .icon-invite-off, .block__icon-links-icon .icon-invite-on, .block__icon-links-icon .icon-keep-filled, .block__icon-links-icon .icon-key, .block__icon-links-icon .icon-leads-filled-1, .block__icon-links-icon .icon-leads-filled, .block__icon-links-icon .icon-leads, .block__icon-links-icon .icon-leaf, .block__icon-links-icon .icon-letter, .block__icon-links-icon .icon-link, .block__icon-links-icon .icon-listings, .block__icon-links-icon .icon-loading, .block__icon-links-icon .icon-local-deals-1, .block__icon-links-icon .icon-local-deals-filled-1, .block__icon-links-icon .icon-local-deals-filled, .block__icon-links-icon .icon-local-deals, .block__icon-links-icon .icon-lock-fill, .block__icon-links-icon .icon-lock-open-fill, .block__icon-links-icon .icon-lost-found-filled, .block__icon-links-icon .icon-lost-found, .block__icon-links-icon .icon-loudspeaker-32, .block__icon-links-icon .icon-loudspeaker-fill-32, .block__icon-links-icon .icon-loudspeaker, .block__icon-links-icon .icon-magnifier-block, .block__icon-links-icon .icon-map-1, .block__icon-links-icon .icon-map-filled-1, .block__icon-links-icon .icon-map-filled, .block__icon-links-icon .icon-map-magnifier, .block__icon-links-icon .icon-map, .block__icon-links-icon .icon-medical-fill, .block__icon-links-icon .icon-medical, .block__icon-links-icon .icon-megaphone-fill, .block__icon-links-icon .icon-megaphone-off-fill, .block__icon-links-icon .icon-megaphone, .block__icon-links-icon .icon-menu-large, .block__icon-links-icon .icon-message, .block__icon-links-icon .icon-messages-off, .block__icon-links-icon .icon-messages-on, .block__icon-links-icon .icon-mobile-phone, .block__icon-links-icon .icon-mood-agree, .block__icon-links-icon .icon-mood-canada, .block__icon-links-icon .icon-mood-haha, .block__icon-links-icon .icon-mood-like, .block__icon-links-icon .icon-mood-quebec, .block__icon-links-icon .icon-mood-sad, .block__icon-links-icon .icon-mood-thank, .block__icon-links-icon .icon-mood-wow, .block__icon-links-icon .icon-mood-yay, .block__icon-links-icon .icon-more-android, .block__icon-links-icon .icon-more-off-1, .block__icon-links-icon .icon-more-off, .block__icon-links-icon .icon-more-on-1, .block__icon-links-icon .icon-more-on, .block__icon-links-icon .icon-more, .block__icon-links-icon .icon-motorcycle, .block__icon-links-icon .icon-mute, .block__icon-links-icon .icon-nav-back-iOS, .block__icon-links-icon .icon-nav-back, .block__icon-links-icon .icon-nav-close, .block__icon-links-icon .icon-nav-post, .block__icon-links-icon .icon-neighborhood-1, .block__icon-links-icon .icon-neighborhood-filled-1, .block__icon-links-icon .icon-neighborhood-filled, .block__icon-links-icon .icon-neighborhood, .block__icon-links-icon .icon-neighbors, .block__icon-links-icon .icon-neutral-filled, .block__icon-links-icon .icon-newspaper-fill, .block__icon-links-icon .icon-newspaper, .block__icon-links-icon .icon-next, .block__icon-links-icon .icon-nextdoor-logo-n, .block__icon-links-icon .icon-nextdoor-logo-round, .block__icon-links-icon .icon-notifications-off-1, .block__icon-links-icon .icon-notifications-off, .block__icon-links-icon .icon-notifications-on-1, .block__icon-links-icon .icon-notifications-on, .block__icon-links-icon .icon-number-1, .block__icon-links-icon .icon-number-2, .block__icon-links-icon .icon-number-3, .block__icon-links-icon .icon-number-4, .block__icon-links-icon .icon-organization-fill, .block__icon-links-icon .icon-organization, .block__icon-links-icon .icon-page-off, .block__icon-links-icon .icon-page-on, .block__icon-links-icon .icon-pencil, .block__icon-links-icon .icon-people-fill, .block__icon-links-icon .icon-person-dotted-fill, .block__icon-links-icon .icon-person-fill-1, .block__icon-links-icon .icon-person-fill, .block__icon-links-icon .icon-person-small-filled, .block__icon-links-icon .icon-person, .block__icon-links-icon .icon-personal-care-fill, .block__icon-links-icon .icon-personal-care, .block__icon-links-icon .icon-pet-fill, .block__icon-links-icon .icon-pet, .block__icon-links-icon .icon-pets-filled, .block__icon-links-icon .icon-pets, .block__icon-links-icon .icon-phone-link, .block__icon-links-icon .icon-phone, .block__icon-links-icon .icon-photo-fill-large, .block__icon-links-icon .icon-photo-fill, .block__icon-links-icon .icon-photo-upload-fill, .block__icon-links-icon .icon-photo-upload, .block__icon-links-icon .icon-photo, .block__icon-links-icon .icon-pin-mini, .block__icon-links-icon .icon-play, .block__icon-links-icon .icon-plus-circle-fill, .block__icon-links-icon .icon-plus-circle, .block__icon-links-icon .icon-plus-large-1, .block__icon-links-icon .icon-plus-large, .block__icon-links-icon .icon-plus, .block__icon-links-icon .icon-poll-fill, .block__icon-links-icon .icon-poll, .block__icon-links-icon .icon-post-fill, .block__icon-links-icon .icon-post-off, .block__icon-links-icon .icon-post-on, .block__icon-links-icon .icon-post, .block__icon-links-icon .icon-potted-plant-fill, .block__icon-links-icon .icon-potted-plant, .block__icon-links-icon .icon-preferences, .block__icon-links-icon .icon-premium-off, .block__icon-links-icon .icon-premium-on, .block__icon-links-icon .icon-previous, .block__icon-links-icon .icon-private, .block__icon-links-icon .icon-profile-switch-fill, .block__icon-links-icon .icon-profile-switch, .block__icon-links-icon .icon-public, .block__icon-links-icon .icon-pumpkin-fill, .block__icon-links-icon .icon-pumpkin, .block__icon-links-icon .icon-question-circle-1, .block__icon-links-icon .icon-question-circle, .block__icon-links-icon .icon-radio-fill, .block__icon-links-icon .icon-radio-off, .block__icon-links-icon .icon-radio-on, .block__icon-links-icon .icon-real-estate-1, .block__icon-links-icon .icon-real-estate-2, .block__icon-links-icon .icon-real-estate-filled, .block__icon-links-icon .icon-real-estate, .block__icon-links-icon .icon-remove-filled, .block__icon-links-icon .icon-remove, .block__icon-links-icon .icon-reply-small, .block__icon-links-icon .icon-report-fill, .block__icon-links-icon .icon-report, .block__icon-links-icon .icon-reset, .block__icon-links-icon .icon-review-heart-filled, .block__icon-links-icon .icon-review-heart, .block__icon-links-icon .icon-rotate, .block__icon-links-icon .icon-safety-filled, .block__icon-links-icon .icon-safety, .block__icon-links-icon .icon-search-1, .block__icon-links-icon .icon-search-2, .block__icon-links-icon .icon-search-small, .block__icon-links-icon .icon-search, .block__icon-links-icon .icon-seasonal-map-1, .block__icon-links-icon .icon-seasonal-map-filled-1, .block__icon-links-icon .icon-seasonal-map-filled, .block__icon-links-icon .icon-seasonal-map, .block__icon-links-icon .icon-settings-1, .block__icon-links-icon .icon-settings-filled, .block__icon-links-icon .icon-settings-off, .block__icon-links-icon .icon-settings-on, .block__icon-links-icon .icon-settings, .block__icon-links-icon .icon-shapes-fill, .block__icon-links-icon .icon-shapes, .block__icon-links-icon .icon-share-fill, .block__icon-links-icon .icon-share-overflow-small, .block__icon-links-icon .icon-share-small, .block__icon-links-icon .icon-share, .block__icon-links-icon .icon-sharein, .block__icon-links-icon .icon-shield, .block__icon-links-icon .icon-shoe, .block__icon-links-icon .icon-shopping-bag-fill, .block__icon-links-icon .icon-shopping-bag, .block__icon-links-icon .icon-sign-out, .block__icon-links-icon .icon-snowman, .block__icon-links-icon .icon-sort-3, .block__icon-links-icon .icon-sort-4, .block__icon-links-icon .icon-sort, .block__icon-links-icon .icon-stack, .block__icon-links-icon .icon-star-filled, .block__icon-links-icon .icon-star, .block__icon-links-icon .icon-store-1, .block__icon-links-icon .icon-store-fill, .block__icon-links-icon .icon-store, .block__icon-links-icon .icon-subscribe-agency, .block__icon-links-icon .icon-sync, .block__icon-links-icon .icon-syringe, .block__icon-links-icon .icon-tag-plain-fill-1, .block__icon-links-icon .icon-tag-plain-fill, .block__icon-links-icon .icon-tag-plain-remove-fill, .block__icon-links-icon .icon-tag-plain, .block__icon-links-icon .icon-tag-remove, .block__icon-links-icon .icon-tag-torn-filled, .block__icon-links-icon .icon-tag-torn, .block__icon-links-icon .icon-tag, .block__icon-links-icon .icon-takeout-fill, .block__icon-links-icon .icon-takeout, .block__icon-links-icon .icon-talk-bubble-fill-1, .block__icon-links-icon .icon-talk-bubble-fill, .block__icon-links-icon .icon-talk-bubble-notch, .block__icon-links-icon .icon-talk-bubble, .block__icon-links-icon .icon-teddy-fill, .block__icon-links-icon .icon-teddy, .block__icon-links-icon .icon-thank-off-1, .block__icon-links-icon .icon-thank-off, .block__icon-links-icon .icon-thank-on, .block__icon-links-icon .icon-top-posts-1, .block__icon-links-icon .icon-top-posts-filled-1, .block__icon-links-icon .icon-top-posts-filled, .block__icon-links-icon .icon-top-posts, .block__icon-links-icon .icon-trash-fill, .block__icon-links-icon .icon-triangle-down-small, .block__icon-links-icon .icon-triangle-up-small, .block__icon-links-icon .icon-trophy-fill, .block__icon-links-icon .icon-trophy, .block__icon-links-icon .icon-unarchive, .block__icon-links-icon .icon-unblock, .block__icon-links-icon .icon-unsubscribe-agency, .block__icon-links-icon .icon-unverified, .block__icon-links-icon .icon-up-control, .block__icon-links-icon .icon-upload, .block__icon-links-icon .icon-urgent-fill, .block__icon-links-icon .icon-urgent, .block__icon-links-icon .icon-verified, .block__icon-links-icon .icon-video-filled, .block__icon-links-icon .icon-video, .block__icon-links-icon .icon-vote-down, .block__icon-links-icon .icon-vote-up, .block__icon-links-icon .icon-wave-color, .block__icon-links-icon .icon-website-cursor-fill, .block__icon-links-icon .icon-website-cursor, .block__icon-links-icon .icon-wellness-fill, .block__icon-links-icon .icon-wellness, .block__icon-links-icon .icon-wrench-fill, .block__icon-links-icon .icon-write, .block__icon-links-icon .icon-x-circle-fill, .block__icon-links-icon .icon-xmas-tree {
      width: 1.5rem;
      height: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      display: block; }
    .block__icon-links-icon .icon-activity-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-off-1.svg); }
    .block__icon-links-icon .icon-activity-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-off.svg); }
    .block__icon-links-icon .icon-activity-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-on-1.svg); }
    .block__icon-links-icon .icon-activity-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity-on.svg); }
    .block__icon-links-icon .icon-activity {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/activity.svg); }
    .block__icon-links-icon .icon-add-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/add-large.svg); }
    .block__icon-links-icon .icon-address-book-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/address-book-fill.svg); }
    .block__icon-links-icon .icon-address-book {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/address-book.svg); }
    .block__icon-links-icon .icon-agencies-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/agencies-filled.svg); }
    .block__icon-links-icon .icon-agencies {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/agencies.svg); }
    .block__icon-links-icon .icon-alert-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/alert-fill.svg); }
    .block__icon-links-icon .icon-alert {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/alert.svg); }
    .block__icon-links-icon .icon-archive-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/archive-1.svg); }
    .block__icon-links-icon .icon-archive {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/archive.svg); }
    .block__icon-links-icon .icon-arrow-down-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-down-small.svg); }
    .block__icon-links-icon .icon-arrow-large-right {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-large-right.svg); }
    .block__icon-links-icon .icon-arrow-left-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-left-small.svg); }
    .block__icon-links-icon .icon-arrow-out {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-out.svg); }
    .block__icon-links-icon .icon-arrow-right-circle-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle-large.svg); }
    .block__icon-links-icon .icon-arrow-right-circle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle.svg); }
    .block__icon-links-icon .icon-arrow-right-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-small.svg); }
    .block__icon-links-icon .icon-arrow-triangle-right-curve-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-triangle-right-curve-small.svg); }
    .block__icon-links-icon .icon-arrow-triangle-right-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-triangle-right-small.svg); }
    .block__icon-links-icon .icon-arrow-up-right {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-up-right.svg); }
    .block__icon-links-icon .icon-arrow-up-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-up-small.svg); }
    .block__icon-links-icon .icon-auto-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/auto-fill.svg); }
    .block__icon-links-icon .icon-auto {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/auto.svg); }
    .block__icon-links-icon .icon-avatar-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/avatar-upload.svg); }
    .block__icon-links-icon .icon-badge-ribbon-heart-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/badge-ribbon-heart-fill.svg); }
    .block__icon-links-icon .icon-badge-ribbon-heart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/badge-ribbon-heart.svg); }
    .block__icon-links-icon .icon-basketball-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/basketball-fill.svg); }
    .block__icon-links-icon .icon-basketball {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/basketball.svg); }
    .block__icon-links-icon .icon-bed-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bed-fill.svg); }
    .block__icon-links-icon .icon-bed {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bed.svg); }
    .block__icon-links-icon .icon-bell-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-fill.svg); }
    .block__icon-links-icon .icon-bell-off-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-off-fill.svg); }
    .block__icon-links-icon .icon-bell-plus-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-plus-filled.svg); }
    .block__icon-links-icon .icon-bell-plus {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bell-plus.svg); }
    .block__icon-links-icon .icon-block {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/block.svg); }
    .block__icon-links-icon .icon-blocks-logo {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/blocks-logo.svg); }
    .block__icon-links-icon .icon-bolt-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bolt-fill.svg); }
    .block__icon-links-icon .icon-bolt-slash-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bolt-slash-fill.svg); }
    .block__icon-links-icon .icon-bookmark-add {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-add.svg); }
    .block__icon-links-icon .icon-bookmark-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-fill.svg); }
    .block__icon-links-icon .icon-bookmark-remove-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-remove-fill.svg); }
    .block__icon-links-icon .icon-bookmark-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmark-remove.svg); }
    .block__icon-links-icon .icon-bookmarks-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmarks-filled.svg); }
    .block__icon-links-icon .icon-bookmarks {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bookmarks.svg); }
    .block__icon-links-icon .icon-branded-more-arrow-right {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/branded-more-arrow-right.svg); }
    .block__icon-links-icon .icon-briefcase-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase-1.svg); }
    .block__icon-links-icon .icon-briefcase-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase-fill.svg); }
    .block__icon-links-icon .icon-briefcase {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/briefcase.svg); }
    .block__icon-links-icon .icon-bubble-comment-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-comment-fill.svg); }
    .block__icon-links-icon .icon-bubble-comment {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-comment.svg); }
    .block__icon-links-icon .icon-bubble-ellipsis {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-ellipsis.svg); }
    .block__icon-links-icon .icon-bubble-star-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-star-fill.svg); }
    .block__icon-links-icon .icon-bubble-star {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubble-star.svg); }
    .block__icon-links-icon .icon-bubbles-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-32.svg); }
    .block__icon-links-icon .icon-bubbles-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-fill-32.svg); }
    .block__icon-links-icon .icon-bubbles-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-fill-large.svg); }
    .block__icon-links-icon .icon-bubbles-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-large.svg); }
    .block__icon-links-icon .icon-bubbles-question-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-1.svg); }
    .block__icon-links-icon .icon-bubbles-question-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-fill.svg); }
    .block__icon-links-icon .icon-bubbles-question-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question-filled.svg); }
    .block__icon-links-icon .icon-bubbles-question {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles-question.svg); }
    .block__icon-links-icon .icon-bubbles {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/bubbles.svg); }
    .block__icon-links-icon .icon-building-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/building-fill.svg); }
    .block__icon-links-icon .icon-building {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/building.svg); }
    .block__icon-links-icon .icon-businesses-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-1.svg); }
    .block__icon-links-icon .icon-businesses-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-2.svg); }
    .block__icon-links-icon .icon-businesses-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-filled-1.svg); }
    .block__icon-links-icon .icon-businesses-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses-filled.svg); }
    .block__icon-links-icon .icon-businesses {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/businesses.svg); }
    .block__icon-links-icon .icon-calculator {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calculator.svg); }
    .block__icon-links-icon .icon-calendar-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-1.svg); }
    .block__icon-links-icon .icon-calendar-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-fill.svg); }
    .block__icon-links-icon .icon-calendar-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar-filled.svg); }
    .block__icon-links-icon .icon-calendar {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/calendar.svg); }
    .block__icon-links-icon .icon-camera-switch-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera-switch-fill-32.svg); }
    .block__icon-links-icon .icon-camera-switch-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera-switch-fill.svg); }
    .block__icon-links-icon .icon-camera {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/camera.svg); }
    .block__icon-links-icon .icon-cancel {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cancel.svg); }
    .block__icon-links-icon .icon-candy-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/candy-fill.svg); }
    .block__icon-links-icon .icon-candy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/candy.svg); }
    .block__icon-links-icon .icon-car {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/car.svg); }
    .block__icon-links-icon .icon-certificate-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/certificate-fill.svg); }
    .block__icon-links-icon .icon-certificate {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/certificate.svg); }
    .block__icon-links-icon .icon-chart-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-32.svg); }
    .block__icon-links-icon .icon-chart-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-fill-32.svg); }
    .block__icon-links-icon .icon-chart-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart-fill.svg); }
    .block__icon-links-icon .icon-chart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/chart.svg); }
    .block__icon-links-icon .icon-check-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-circle-fill.svg); }
    .block__icon-links-icon .icon-check-empty {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-empty.svg); }
    .block__icon-links-icon .icon-check-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check-filled.svg); }
    .block__icon-links-icon .icon-check {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/check.svg); }
    .block__icon-links-icon .icon-checkbox-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkbox-off.svg); }
    .block__icon-links-icon .icon-checkbox-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkbox-on.svg); }
    .block__icon-links-icon .icon-checkmark-dotted {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkmark-dotted.svg); }
    .block__icon-links-icon .icon-checkmark {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/checkmark.svg); }
    .block__icon-links-icon .icon-cheer-map-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cheer-map-filled.svg); }
    .block__icon-links-icon .icon-cheer-map {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cheer-map.svg); }
    .block__icon-links-icon .icon-circle-grid-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/circle-grid-fill.svg); }
    .block__icon-links-icon .icon-circle-grid {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/circle-grid.svg); }
    .block__icon-links-icon .icon-clock {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/clock.svg); }
    .block__icon-links-icon .icon-close-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/close-filled.svg); }
    .block__icon-links-icon .icon-close-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/close-small.svg); }
    .block__icon-links-icon .icon-cmail {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cmail.svg); }
    .block__icon-links-icon .icon-comment-overflow-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment-overflow-small.svg); }
    .block__icon-links-icon .icon-comment-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment-small.svg); }
    .block__icon-links-icon .icon-comment {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/comment.svg); }
    .block__icon-links-icon .icon-compass-fill-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill-large-1.svg); }
    .block__icon-links-icon .icon-compass-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill-large.svg); }
    .block__icon-links-icon .icon-compass-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-fill.svg); }
    .block__icon-links-icon .icon-compass-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-large-1.svg); }
    .block__icon-links-icon .icon-compass-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass-large.svg); }
    .block__icon-links-icon .icon-compass {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compass.svg); }
    .block__icon-links-icon .icon-compose-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/compose-large.svg); }
    .block__icon-links-icon .icon-connect-accept {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-accept.svg); }
    .block__icon-links-icon .icon-connect-pending {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-pending.svg); }
    .block__icon-links-icon .icon-connect-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect-remove.svg); }
    .block__icon-links-icon .icon-connect {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/connect.svg); }
    .block__icon-links-icon .icon-content-review-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-1.svg); }
    .block__icon-links-icon .icon-content-review-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-filled-1.svg); }
    .block__icon-links-icon .icon-content-review-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review-filled.svg); }
    .block__icon-links-icon .icon-content-review {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/content-review.svg); }
    .block__icon-links-icon .icon-copy-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/copy-1.svg); }
    .block__icon-links-icon .icon-copy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/copy.svg); }
    .block__icon-links-icon .icon-crop {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/crop.svg); }
    .block__icon-links-icon .icon-cross-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cross-fill.svg); }
    .block__icon-links-icon .icon-cross {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cross.svg); }
    .block__icon-links-icon .icon-cup-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cup-fill.svg); }
    .block__icon-links-icon .icon-cup {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/cup.svg); }
    .block__icon-links-icon .icon-dash-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dash-circle-fill.svg); }
    .block__icon-links-icon .icon-dashboard-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dashboard-off.svg); }
    .block__icon-links-icon .icon-dashboard-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/dashboard-on.svg); }
    .block__icon-links-icon .icon-date {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/date.svg); }
    .block__icon-links-icon .icon-direction-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/direction-fill.svg); }
    .block__icon-links-icon .icon-direction {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/direction.svg); }
    .block__icon-links-icon .icon-disabled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disabled.svg); }
    .block__icon-links-icon .icon-disclosure-arrow {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/disclosure-arrow.svg); }
    .block__icon-links-icon .icon-discussion-close {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/discussion-close.svg); }
    .block__icon-links-icon .icon-discussion-open {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/discussion-open.svg); }
    .block__icon-links-icon .icon-documents-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/documents-filled.svg); }
    .block__icon-links-icon .icon-documents {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/documents.svg); }
    .block__icon-links-icon .icon-down-control {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/down-control.svg); }
    .block__icon-links-icon .icon-download {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/download.svg); }
    .block__icon-links-icon .icon-edit-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit-1.svg); }
    .block__icon-links-icon .icon-edit-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit-fill.svg); }
    .block__icon-links-icon .icon-edit {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/edit.svg); }
    .block__icon-links-icon .icon-email {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/email.svg); }
    .block__icon-links-icon .icon-embed {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/embed.svg); }
    .block__icon-links-icon .icon-error {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/error.svg); }
    .block__icon-links-icon .icon-events-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-1.svg); }
    .block__icon-links-icon .icon-events-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-filled-1.svg); }
    .block__icon-links-icon .icon-events-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events-filled.svg); }
    .block__icon-links-icon .icon-events {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/events.svg); }
    .block__icon-links-icon .icon-exclamation-triangle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/exclamation-triangle-fill.svg); }
    .block__icon-links-icon .icon-eye-closed {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye-closed.svg); }
    .block__icon-links-icon .icon-eye-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye-fill.svg); }
    .block__icon-links-icon .icon-eye {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/eye.svg); }
    .block__icon-links-icon .icon-face-frown {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/face-frown.svg); }
    .block__icon-links-icon .icon-face-smile {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/face-smile.svg); }
    .block__icon-links-icon .icon-file-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/file-upload.svg); }
    .block__icon-links-icon .icon-file {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/file.svg); }
    .block__icon-links-icon .icon-filter-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/filter-1.svg); }
    .block__icon-links-icon .icon-filter {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/filter.svg); }
    .block__icon-links-icon .icon-finger-point-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/finger-point-fill.svg); }
    .block__icon-links-icon .icon-finger-point {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/finger-point.svg); }
    .block__icon-links-icon .icon-flame-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/flame-filled.svg); }
    .block__icon-links-icon .icon-flame {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/flame.svg); }
    .block__icon-links-icon .icon-for-sale-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-1.svg); }
    .block__icon-links-icon .icon-for-sale-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-filled-1.svg); }
    .block__icon-links-icon .icon-for-sale-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale-filled.svg); }
    .block__icon-links-icon .icon-for-sale {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/for-sale.svg); }
    .block__icon-links-icon .icon-fork-knife-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/fork-knife-fill.svg); }
    .block__icon-links-icon .icon-fork-knife {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/fork-knife.svg); }
    .block__icon-links-icon .icon-forsale-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-off-1.svg); }
    .block__icon-links-icon .icon-forsale-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-off.svg); }
    .block__icon-links-icon .icon-forsale-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-on-1.svg); }
    .block__icon-links-icon .icon-forsale-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/forsale-on.svg); }
    .block__icon-links-icon .icon-general-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/general-filled.svg); }
    .block__icon-links-icon .icon-general {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/general.svg); }
    .block__icon-links-icon .icon-ghost-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/ghost-fill.svg); }
    .block__icon-links-icon .icon-ghost {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/ghost.svg); }
    .block__icon-links-icon .icon-gift {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/gift.svg); }
    .block__icon-links-icon .icon-gingerbread-man {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/gingerbread-man.svg); }
    .block__icon-links-icon .icon-globe-n {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/globe-n.svg); }
    .block__icon-links-icon .icon-globe {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/globe.svg); }
    .block__icon-links-icon .icon-graduation-cap-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/graduation-cap-fill.svg); }
    .block__icon-links-icon .icon-graduation-cap {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/graduation-cap.svg); }
    .block__icon-links-icon .icon-grass-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/grass-fill.svg); }
    .block__icon-links-icon .icon-grass {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/grass.svg); }
    .block__icon-links-icon .icon-groups-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-filled.svg); }
    .block__icon-links-icon .icon-groups-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-off-1.svg); }
    .block__icon-links-icon .icon-groups-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-off.svg); }
    .block__icon-links-icon .icon-groups-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-on-1.svg); }
    .block__icon-links-icon .icon-groups-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups-on.svg); }
    .block__icon-links-icon .icon-groups {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/groups.svg); }
    .block__icon-links-icon .icon-guideline {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/guideline.svg); }
    .block__icon-links-icon .icon-hand-unfilled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hand-unfilled.svg); }
    .block__icon-links-icon .icon-hand {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hand.svg); }
    .block__icon-links-icon .icon-haunted-house-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/haunted-house-fill.svg); }
    .block__icon-links-icon .icon-haunted-house {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/haunted-house.svg); }
    .block__icon-links-icon .icon-heart-break {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-break.svg); }
    .block__icon-links-icon .icon-heart-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-fill.svg); }
    .block__icon-links-icon .icon-heart-overflow-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-overflow-small.svg); }
    .block__icon-links-icon .icon-heart-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart-small.svg); }
    .block__icon-links-icon .icon-heart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/heart.svg); }
    .block__icon-links-icon .icon-help-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-1.svg); }
    .block__icon-links-icon .icon-help-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-filled-1.svg); }
    .block__icon-links-icon .icon-help-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-filled.svg); }
    .block__icon-links-icon .icon-help-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help-off.svg); }
    .block__icon-links-icon .icon-help {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/help.svg); }
    .block__icon-links-icon .icon-hide-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/hide-fill.svg); }
    .block__icon-links-icon .icon-holiday-lights-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/holiday-lights-fill.svg); }
    .block__icon-links-icon .icon-holiday-lights {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/holiday-lights.svg); }
    .block__icon-links-icon .icon-home-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-1.svg); }
    .block__icon-links-icon .icon-home-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-filled-1.svg); }
    .block__icon-links-icon .icon-home-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-filled.svg); }
    .block__icon-links-icon .icon-home-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-off-1.svg); }
    .block__icon-links-icon .icon-home-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-off.svg); }
    .block__icon-links-icon .icon-home-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-on-1.svg); }
    .block__icon-links-icon .icon-home-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-on.svg); }
    .block__icon-links-icon .icon-home-town {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home-town.svg); }
    .block__icon-links-icon .icon-home {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/home.svg); }
    .block__icon-links-icon .icon-house-fill-waves {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/house-fill-waves.svg); }
    .block__icon-links-icon .icon-house-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/house-fill.svg); }
    .block__icon-links-icon .icon-houses-four {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-four.svg); }
    .block__icon-links-icon .icon-houses-three-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-three-fill.svg); }
    .block__icon-links-icon .icon-houses-two-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/houses-two-fill.svg); }
    .block__icon-links-icon .icon-icon-hide {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-hide.svg); }
    .block__icon-links-icon .icon-icon-placeholder-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-placeholder-fill.svg); }
    .block__icon-links-icon .icon-icon-placeholder-outline {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-placeholder-outline.svg); }
    .block__icon-links-icon .icon-icon-treatmap-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-treatmap-filled.svg); }
    .block__icon-links-icon .icon-icon-treatmap {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/icon-treatmap.svg); }
    .block__icon-links-icon .icon-improve {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/improve.svg); }
    .block__icon-links-icon .icon-inbox-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/inbox-off.svg); }
    .block__icon-links-icon .icon-inbox-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/inbox-on.svg); }
    .block__icon-links-icon .icon-info-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/info-filled.svg); }
    .block__icon-links-icon .icon-info {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/info.svg); }
    .block__icon-links-icon .icon-invite-fill-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-fill-large-1.svg); }
    .block__icon-links-icon .icon-invite-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-fill-large.svg); }
    .block__icon-links-icon .icon-invite-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-large-1.svg); }
    .block__icon-links-icon .icon-invite-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-large.svg); }
    .block__icon-links-icon .icon-invite-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-off.svg); }
    .block__icon-links-icon .icon-invite-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/invite-on.svg); }
    .block__icon-links-icon .icon-keep-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/keep-filled.svg); }
    .block__icon-links-icon .icon-key {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/key.svg); }
    .block__icon-links-icon .icon-leads-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads-filled-1.svg); }
    .block__icon-links-icon .icon-leads-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads-filled.svg); }
    .block__icon-links-icon .icon-leads {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leads.svg); }
    .block__icon-links-icon .icon-leaf {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/leaf.svg); }
    .block__icon-links-icon .icon-letter {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/letter.svg); }
    .block__icon-links-icon .icon-link {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/link.svg); }
    .block__icon-links-icon .icon-listings {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/listings.svg); }
    .block__icon-links-icon .icon-loading {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loading.svg); }
    .block__icon-links-icon .icon-local-deals-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-1.svg); }
    .block__icon-links-icon .icon-local-deals-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-filled-1.svg); }
    .block__icon-links-icon .icon-local-deals-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals-filled.svg); }
    .block__icon-links-icon .icon-local-deals {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/local-deals.svg); }
    .block__icon-links-icon .icon-lock-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lock-fill.svg); }
    .block__icon-links-icon .icon-lock-open-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lock-open-fill.svg); }
    .block__icon-links-icon .icon-lost-found-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lost-found-filled.svg); }
    .block__icon-links-icon .icon-lost-found {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/lost-found.svg); }
    .block__icon-links-icon .icon-loudspeaker-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker-32.svg); }
    .block__icon-links-icon .icon-loudspeaker-fill-32 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker-fill-32.svg); }
    .block__icon-links-icon .icon-loudspeaker {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/loudspeaker.svg); }
    .block__icon-links-icon .icon-magnifier-block {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/magnifier-block.svg); }
    .block__icon-links-icon .icon-map-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-1.svg); }
    .block__icon-links-icon .icon-map-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-filled-1.svg); }
    .block__icon-links-icon .icon-map-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-filled.svg); }
    .block__icon-links-icon .icon-map-magnifier {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map-magnifier.svg); }
    .block__icon-links-icon .icon-map {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/map.svg); }
    .block__icon-links-icon .icon-medical-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/medical-fill.svg); }
    .block__icon-links-icon .icon-medical {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/medical.svg); }
    .block__icon-links-icon .icon-megaphone-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone-fill.svg); }
    .block__icon-links-icon .icon-megaphone-off-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone-off-fill.svg); }
    .block__icon-links-icon .icon-megaphone {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/megaphone.svg); }
    .block__icon-links-icon .icon-menu-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/menu-large.svg); }
    .block__icon-links-icon .icon-message {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/message.svg); }
    .block__icon-links-icon .icon-messages-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/messages-off.svg); }
    .block__icon-links-icon .icon-messages-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/messages-on.svg); }
    .block__icon-links-icon .icon-mobile-phone {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mobile-phone.svg); }
    .block__icon-links-icon .icon-mood-agree {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-agree.svg); }
    .block__icon-links-icon .icon-mood-canada {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-canada.svg); }
    .block__icon-links-icon .icon-mood-haha {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-haha.svg); }
    .block__icon-links-icon .icon-mood-like {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-like.svg); }
    .block__icon-links-icon .icon-mood-quebec {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-quebec.svg); }
    .block__icon-links-icon .icon-mood-sad {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-sad.svg); }
    .block__icon-links-icon .icon-mood-thank {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-thank.svg); }
    .block__icon-links-icon .icon-mood-wow {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-wow.svg); }
    .block__icon-links-icon .icon-mood-yay {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mood-yay.svg); }
    .block__icon-links-icon .icon-more-android {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-android.svg); }
    .block__icon-links-icon .icon-more-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-off-1.svg); }
    .block__icon-links-icon .icon-more-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-off.svg); }
    .block__icon-links-icon .icon-more-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-on-1.svg); }
    .block__icon-links-icon .icon-more-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more-on.svg); }
    .block__icon-links-icon .icon-more {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/more.svg); }
    .block__icon-links-icon .icon-motorcycle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/motorcycle.svg); }
    .block__icon-links-icon .icon-mute {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/mute.svg); }
    .block__icon-links-icon .icon-nav-back-iOS {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-back-iOS.svg); }
    .block__icon-links-icon .icon-nav-back {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-back.svg); }
    .block__icon-links-icon .icon-nav-close {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-close.svg); }
    .block__icon-links-icon .icon-nav-post {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nav-post.svg); }
    .block__icon-links-icon .icon-neighborhood-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-1.svg); }
    .block__icon-links-icon .icon-neighborhood-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-filled-1.svg); }
    .block__icon-links-icon .icon-neighborhood-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood-filled.svg); }
    .block__icon-links-icon .icon-neighborhood {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighborhood.svg); }
    .block__icon-links-icon .icon-neighbors {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neighbors.svg); }
    .block__icon-links-icon .icon-neutral-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/neutral-filled.svg); }
    .block__icon-links-icon .icon-newspaper-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/newspaper-fill.svg); }
    .block__icon-links-icon .icon-newspaper {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/newspaper.svg); }
    .block__icon-links-icon .icon-next {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/next.svg); }
    .block__icon-links-icon .icon-nextdoor-logo-n {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nextdoor-logo-n.svg); }
    .block__icon-links-icon .icon-nextdoor-logo-round {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/nextdoor-logo-round.svg); }
    .block__icon-links-icon .icon-notifications-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-off-1.svg); }
    .block__icon-links-icon .icon-notifications-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-off.svg); }
    .block__icon-links-icon .icon-notifications-on-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-on-1.svg); }
    .block__icon-links-icon .icon-notifications-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/notifications-on.svg); }
    .block__icon-links-icon .icon-number-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-1.svg); }
    .block__icon-links-icon .icon-number-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-2.svg); }
    .block__icon-links-icon .icon-number-3 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-3.svg); }
    .block__icon-links-icon .icon-number-4 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/number-4.svg); }
    .block__icon-links-icon .icon-organization-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/organization-fill.svg); }
    .block__icon-links-icon .icon-organization {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/organization.svg); }
    .block__icon-links-icon .icon-page-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/page-off.svg); }
    .block__icon-links-icon .icon-page-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/page-on.svg); }
    .block__icon-links-icon .icon-pencil {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pencil.svg); }
    .block__icon-links-icon .icon-people-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/people-fill.svg); }
    .block__icon-links-icon .icon-person-dotted-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-dotted-fill.svg); }
    .block__icon-links-icon .icon-person-fill-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-fill-1.svg); }
    .block__icon-links-icon .icon-person-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-fill.svg); }
    .block__icon-links-icon .icon-person-small-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person-small-filled.svg); }
    .block__icon-links-icon .icon-person {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/person.svg); }
    .block__icon-links-icon .icon-personal-care-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/personal-care-fill.svg); }
    .block__icon-links-icon .icon-personal-care {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/personal-care.svg); }
    .block__icon-links-icon .icon-pet-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pet-fill.svg); }
    .block__icon-links-icon .icon-pet {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pet.svg); }
    .block__icon-links-icon .icon-pets-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pets-filled.svg); }
    .block__icon-links-icon .icon-pets {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pets.svg); }
    .block__icon-links-icon .icon-phone-link {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/phone-link.svg); }
    .block__icon-links-icon .icon-phone {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/phone.svg); }
    .block__icon-links-icon .icon-photo-fill-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-fill-large.svg); }
    .block__icon-links-icon .icon-photo-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-fill.svg); }
    .block__icon-links-icon .icon-photo-upload-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-upload-fill.svg); }
    .block__icon-links-icon .icon-photo-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo-upload.svg); }
    .block__icon-links-icon .icon-photo {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/photo.svg); }
    .block__icon-links-icon .icon-pin-mini {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pin-mini.svg); }
    .block__icon-links-icon .icon-play {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/play.svg); }
    .block__icon-links-icon .icon-plus-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-circle-fill.svg); }
    .block__icon-links-icon .icon-plus-circle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-circle.svg); }
    .block__icon-links-icon .icon-plus-large-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-large-1.svg); }
    .block__icon-links-icon .icon-plus-large {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus-large.svg); }
    .block__icon-links-icon .icon-plus {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/plus.svg); }
    .block__icon-links-icon .icon-poll-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/poll-fill.svg); }
    .block__icon-links-icon .icon-poll {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/poll.svg); }
    .block__icon-links-icon .icon-post-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-fill.svg); }
    .block__icon-links-icon .icon-post-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-off.svg); }
    .block__icon-links-icon .icon-post-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post-on.svg); }
    .block__icon-links-icon .icon-post {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/post.svg); }
    .block__icon-links-icon .icon-potted-plant-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/potted-plant-fill.svg); }
    .block__icon-links-icon .icon-potted-plant {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/potted-plant.svg); }
    .block__icon-links-icon .icon-preferences {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/preferences.svg); }
    .block__icon-links-icon .icon-premium-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/premium-off.svg); }
    .block__icon-links-icon .icon-premium-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/premium-on.svg); }
    .block__icon-links-icon .icon-previous {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/previous.svg); }
    .block__icon-links-icon .icon-private {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/private.svg); }
    .block__icon-links-icon .icon-profile-switch-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/profile-switch-fill.svg); }
    .block__icon-links-icon .icon-profile-switch {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/profile-switch.svg); }
    .block__icon-links-icon .icon-public {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/public.svg); }
    .block__icon-links-icon .icon-pumpkin-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pumpkin-fill.svg); }
    .block__icon-links-icon .icon-pumpkin {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/pumpkin.svg); }
    .block__icon-links-icon .icon-question-circle-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/question-circle-1.svg); }
    .block__icon-links-icon .icon-question-circle {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/question-circle.svg); }
    .block__icon-links-icon .icon-radio-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-fill.svg); }
    .block__icon-links-icon .icon-radio-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-off.svg); }
    .block__icon-links-icon .icon-radio-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/radio-on.svg); }
    .block__icon-links-icon .icon-real-estate-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-1.svg); }
    .block__icon-links-icon .icon-real-estate-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-2.svg); }
    .block__icon-links-icon .icon-real-estate-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate-filled.svg); }
    .block__icon-links-icon .icon-real-estate {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/real-estate.svg); }
    .block__icon-links-icon .icon-remove-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/remove-filled.svg); }
    .block__icon-links-icon .icon-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/remove.svg); }
    .block__icon-links-icon .icon-reply-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/reply-small.svg); }
    .block__icon-links-icon .icon-report-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/report-fill.svg); }
    .block__icon-links-icon .icon-report {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/report.svg); }
    .block__icon-links-icon .icon-reset {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/reset.svg); }
    .block__icon-links-icon .icon-review-heart-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/review-heart-filled.svg); }
    .block__icon-links-icon .icon-review-heart {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/review-heart.svg); }
    .block__icon-links-icon .icon-rotate {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/rotate.svg); }
    .block__icon-links-icon .icon-safety-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/safety-filled.svg); }
    .block__icon-links-icon .icon-safety {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/safety.svg); }
    .block__icon-links-icon .icon-search-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-1.svg); }
    .block__icon-links-icon .icon-search-2 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-2.svg); }
    .block__icon-links-icon .icon-search-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search-small.svg); }
    .block__icon-links-icon .icon-search {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/search.svg); }
    .block__icon-links-icon .icon-seasonal-map-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-1.svg); }
    .block__icon-links-icon .icon-seasonal-map-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-filled-1.svg); }
    .block__icon-links-icon .icon-seasonal-map-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map-filled.svg); }
    .block__icon-links-icon .icon-seasonal-map {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/seasonal-map.svg); }
    .block__icon-links-icon .icon-settings-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-1.svg); }
    .block__icon-links-icon .icon-settings-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-filled.svg); }
    .block__icon-links-icon .icon-settings-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-off.svg); }
    .block__icon-links-icon .icon-settings-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings-on.svg); }
    .block__icon-links-icon .icon-settings {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/settings.svg); }
    .block__icon-links-icon .icon-shapes-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shapes-fill.svg); }
    .block__icon-links-icon .icon-shapes {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shapes.svg); }
    .block__icon-links-icon .icon-share-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-fill.svg); }
    .block__icon-links-icon .icon-share-overflow-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-overflow-small.svg); }
    .block__icon-links-icon .icon-share-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share-small.svg); }
    .block__icon-links-icon .icon-share {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/share.svg); }
    .block__icon-links-icon .icon-sharein {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sharein.svg); }
    .block__icon-links-icon .icon-shield {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shield.svg); }
    .block__icon-links-icon .icon-shoe {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shoe.svg); }
    .block__icon-links-icon .icon-shopping-bag-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shopping-bag-fill.svg); }
    .block__icon-links-icon .icon-shopping-bag {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/shopping-bag.svg); }
    .block__icon-links-icon .icon-sign-out {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sign-out.svg); }
    .block__icon-links-icon .icon-snowman {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/snowman.svg); }
    .block__icon-links-icon .icon-sort-3 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort-3.svg); }
    .block__icon-links-icon .icon-sort-4 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort-4.svg); }
    .block__icon-links-icon .icon-sort {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sort.svg); }
    .block__icon-links-icon .icon-stack {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/stack.svg); }
    .block__icon-links-icon .icon-star-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/star-filled.svg); }
    .block__icon-links-icon .icon-star {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/star.svg); }
    .block__icon-links-icon .icon-store-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store-1.svg); }
    .block__icon-links-icon .icon-store-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store-fill.svg); }
    .block__icon-links-icon .icon-store {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/store.svg); }
    .block__icon-links-icon .icon-subscribe-agency {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/subscribe-agency.svg); }
    .block__icon-links-icon .icon-sync {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/sync.svg); }
    .block__icon-links-icon .icon-syringe {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/syringe.svg); }
    .block__icon-links-icon .icon-tag-plain-fill-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-fill-1.svg); }
    .block__icon-links-icon .icon-tag-plain-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-fill.svg); }
    .block__icon-links-icon .icon-tag-plain-remove-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain-remove-fill.svg); }
    .block__icon-links-icon .icon-tag-plain {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-plain.svg); }
    .block__icon-links-icon .icon-tag-remove {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-remove.svg); }
    .block__icon-links-icon .icon-tag-torn-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-torn-filled.svg); }
    .block__icon-links-icon .icon-tag-torn {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag-torn.svg); }
    .block__icon-links-icon .icon-tag {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/tag.svg); }
    .block__icon-links-icon .icon-takeout-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/takeout-fill.svg); }
    .block__icon-links-icon .icon-takeout {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/takeout.svg); }
    .block__icon-links-icon .icon-talk-bubble-fill-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-fill-1.svg); }
    .block__icon-links-icon .icon-talk-bubble-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-fill.svg); }
    .block__icon-links-icon .icon-talk-bubble-notch {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble-notch.svg); }
    .block__icon-links-icon .icon-talk-bubble {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/talk-bubble.svg); }
    .block__icon-links-icon .icon-teddy-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/teddy-fill.svg); }
    .block__icon-links-icon .icon-teddy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/teddy.svg); }
    .block__icon-links-icon .icon-thank-off-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-off-1.svg); }
    .block__icon-links-icon .icon-thank-off {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-off.svg); }
    .block__icon-links-icon .icon-thank-on {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/thank-on.svg); }
    .block__icon-links-icon .icon-top-posts-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-1.svg); }
    .block__icon-links-icon .icon-top-posts-filled-1 {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-filled-1.svg); }
    .block__icon-links-icon .icon-top-posts-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts-filled.svg); }
    .block__icon-links-icon .icon-top-posts {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/top-posts.svg); }
    .block__icon-links-icon .icon-trash-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trash-fill.svg); }
    .block__icon-links-icon .icon-triangle-down-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/triangle-down-small.svg); }
    .block__icon-links-icon .icon-triangle-up-small {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/triangle-up-small.svg); }
    .block__icon-links-icon .icon-trophy-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trophy-fill.svg); }
    .block__icon-links-icon .icon-trophy {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/trophy.svg); }
    .block__icon-links-icon .icon-unarchive {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unarchive.svg); }
    .block__icon-links-icon .icon-unblock {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unblock.svg); }
    .block__icon-links-icon .icon-unsubscribe-agency {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unsubscribe-agency.svg); }
    .block__icon-links-icon .icon-unverified {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/unverified.svg); }
    .block__icon-links-icon .icon-up-control {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/up-control.svg); }
    .block__icon-links-icon .icon-upload {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/upload.svg); }
    .block__icon-links-icon .icon-urgent-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/urgent-fill.svg); }
    .block__icon-links-icon .icon-urgent {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/urgent.svg); }
    .block__icon-links-icon .icon-verified {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/verified.svg); }
    .block__icon-links-icon .icon-video-filled {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/video-filled.svg); }
    .block__icon-links-icon .icon-video {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/video.svg); }
    .block__icon-links-icon .icon-vote-down {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/vote-down.svg); }
    .block__icon-links-icon .icon-vote-up {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/vote-up.svg); }
    .block__icon-links-icon .icon-wave-color {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wave-color.svg); }
    .block__icon-links-icon .icon-website-cursor-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/website-cursor-fill.svg); }
    .block__icon-links-icon .icon-website-cursor {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/website-cursor.svg); }
    .block__icon-links-icon .icon-wellness-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wellness-fill.svg); }
    .block__icon-links-icon .icon-wellness {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wellness.svg); }
    .block__icon-links-icon .icon-wrench-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/wrench-fill.svg); }
    .block__icon-links-icon .icon-write {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/write.svg); }
    .block__icon-links-icon .icon-x-circle-fill {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/x-circle-fill.svg); }
    .block__icon-links-icon .icon-xmas-tree {
      background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/xmas-tree.svg); }
    .block__icon-links-icon svg {
      width: 1.5rem;
      height: auto; }
  .block__icon-links-link {
    font-size: 1.188rem;
    font-family: "SF Pro Display";
    line-height: 1.263em;
    font-weight: 600;
    color: #00422D;
    display: flex;
    column-gap: 1rem; }
    .block__icon-links-link path {
      fill: #00422D; }
    .block__icon-links-link:hover {
      color: #006142; }
      .block__icon-links-link:hover path {
        fill: #006142; }

.page__content .block__study {
  overflow: visible; }
  .page__content .block__study__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960+"px";
    box-sizing: border-box;
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    .page__content .block__study__wrapper.max-width-500 {
      max-width: 31.25rem; }
    .page__content .block__study__wrapper.max-width-600 {
      max-width: 37.5rem; }
    .page__content .block__study__wrapper.max-width-700 {
      max-width: 43.75rem; }
    .page__content .block__study__wrapper.max-width-960 {
      max-width: 60rem; }
    .page__content .block__study__wrapper.max-width-1080 {
      max-width: 67.5rem; }
    .page__content .block__study__wrapper.max-width-1280 {
      max-width: 80rem; }
    .page__content .block__study__wrapper.max-width-1440 {
      max-width: 90rem; }
    .page__content .block__study__wrapper.width_700 {
      max-width: 700px; }
    .page__content .block__study__wrapper.width_960 {
      max-width: 960px; }
    .page__content .block__study__wrapper.width_1080 {
      max-width: 1080px; }
    .page__content .block__study__wrapper.width_1280 {
      max-width: 1280px; }
    .page__content .block__study__wrapper.width_1440 {
      max-width: 1440px; }
    .page__content .block__study__wrapper.width_1620 {
      max-width: 1620px; }
    @media (min-width: 23.4375rem) {
      .page__content .block__study__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .page__content .block__study__wrapper {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .page__content .block__study__wrapper {
        padding-left: 3rem;
        padding-right: 3rem; } }
  @media (min-width: 48rem) {
    .page__content .block__study {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem;
      overflow: auto; } }
  .page__content .block__study__content {
    column-gap: 40px;
    position: relative; }
    @media (min-width: 25.875rem) {
      .page__content .block__study__content {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 1fr 180px; } }
    @media (min-width: 48rem) {
      .page__content .block__study__content {
        grid-template-columns: 1fr 240px; } }
    @media (min-width: 90rem) {
      .page__content .block__study__content {
        grid-template-columns: 1fr 320px; } }
  .page__content .block__study__image {
    margin-bottom: 1rem;
    grid-column: 2;
    align-self: flex-start; }
    .page__content .block__study__image a {
      display: block; }
    .page__content .block__study__image picture, .page__content .block__study__image img {
      width: 100%;
      height: auto; }
    @media (min-width: 25.875rem) {
      .page__content .block__study__image {
        order: -1;
        grid-row: 1/6; } }
  .page__content .block__study__title {
    grid-column: 1;
    font-size: 2.125rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    color: #00422D; }
    @media (min-width: 67.5rem) {
      .page__content .block__study__title {
        margin-bottom: 1.25rem;
        font-size: 2.125rem; } }
  .page__content .block__study__subtitle {
    grid-column: 1;
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 67.5rem) {
      .page__content .block__study__subtitle {
        font-size: 1.25rem; } }
  .page__content .block__study__description {
    grid-column: 1;
    font-family: "Lato", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    position: relative; }
    .page__content .block__study__description .read-more {
      color: #969B9C;
      font-size: 16px;
      text-align: center;
      text-transform: lowercase;
      font-style: italic;
      font-weight: 400;
      display: block;
      width: 100%;
      position: absolute;
      padding-bottom: 20px;
      bottom: 0;
      left: 0;
      transition: color .25s; }
      .page__content .block__study__description .read-more:focus {
        outline: none; }
      .page__content .block__study__description .read-more:before {
        display: none; }
      .page__content .block__study__description .read-more-icon {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 8px);
        opacity: .5;
        transform: rotate(0deg);
        transition: opacity .25s, transform .25s; }
        .page__content .block__study__description .read-more-icon svg {
          width: 100%;
          height: 100%; }
          .page__content .block__study__description .read-more-icon svg path {
            fill: #969B9C; }
      .page__content .block__study__description .read-more:hover {
        color: #0B0E0F; }
        .page__content .block__study__description .read-more:hover:after {
          opacity: 1; }
    .page__content .block__study__description .accordion-content {
      width: 100%;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s ease-in-out; }
    .page__content .block__study__description.read-more--open .accordion-content {
      max-height: 1000px; }
    .page__content .block__study__description.read-more--open .read-more-text {
      transform: rotate(180deg); }
  .page__content .block__study__link {
    grid-column: 1;
    margin-bottom: 1.25rem; }
    .page__content .block__study__link a {
      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__content .block__study__link a:hover {
        text-decoration: none; }
      .page__content .block__study__link a a {
        text-decoration: none; }
        .page__content .block__study__link a a:hover {
          text-decoration: none; }
      .page__content .block__study__link a.disabled, .page__content .block__study__link a[aria-disabled=true] {
        background-color: #E2E3E4;
        color: #787C7D;
        border: none; }
        .page__content .block__study__link a.disabled:hover, .page__content .block__study__link a.disabled:active, .page__content .block__study__link a[aria-disabled=true]:hover, .page__content .block__study__link a[aria-disabled=true]:active {
          background-color: #E2E3E4;
          color: #787C7D;
          border: none;
          outline: none; }
      .page__content .block__study__link a:hover {
        color: #FFFFFF;
        background-color: #006142;
        border: 1px solid #006142; }
      .page__content .block__study__link a:active {
        color: #FFFFFF;
        background-color: #006142;
        border: 1px solid #006142; }
  .page__content .block__study__quote {
    display: grid;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #EDEDED; }
    .page__content .block__study__quote__image {
      margin-bottom: 0;
      border-radius: 50%;
      aspect-ratio: 1/1;
      overflow: hidden; }
    .page__content .block__study__quote__content {
      display: inline-block;
      font-size: 1.375rem;
      font-family: "Lato";
      font-weight: 900;
      font-style: italic;
      line-height: 1.272em;
      margin-top: 0;
      margin-bottom: .5rem;
      font-size: 1.5rem;
      text-align: left;
      position: relative;
      min-width: 0; }
      @media (min-width: 67.5rem) {
        .page__content .block__study__quote__content {
          font-size: 1.25rem; } }
      .page__content .block__study__quote__content:before {
        content: '\201C';
        position: absolute;
        left: -20px;
        top: 10px;
        font-size: 6.25rem;
        font-weight: bold;
        color: rgba(45, 136, 144, 0.21); }
        @media (min-width: 67.5rem) {
          .page__content .block__study__quote__content:before {
            left: 0; } }
    .page__content .block__study__quote__citation {
      display: block;
      font-size: 1.25rem;
      font-family: "Lato", Helvetica, sans-serif;
      line-height: 1.3em;
      white-space: nowrap;
      margin-left: .5rem;
      font-style: normal;
      text-align: left;
      white-space: normal;
      min-width: 0; }
      .page__content .block__study__quote__citation:before {
        content: " –"; }
    .page__content .block__study__quote.has-image {
      column-gap: 40px; }
      @media (min-width: 25.875rem) {
        .page__content .block__study__quote.has-image {
          grid-template-columns: 140px 1fr;
          align-items: flex-start; }
          .page__content .block__study__quote.has-image .block__study__quote__image {
            grid-column: 1;
            grid-row: 1/3; }
          .page__content .block__study__quote.has-image .block__study__quote__content {
            grid-column: 2;
            grid-row: 1; }
          .page__content .block__study__quote.has-image .block__study__quote__citation {
            grid-column: 2;
            grid-row: 2; } }
      @media (min-width: 48rem) {
        .page__content .block__study__quote.has-image {
          grid-template-columns: 200px 1fr;
          column-gap: 60px; } }
      @media (min-width: 48rem) {
        .page__content .block__study__quote.has-image {
          column-gap: 80px; } }
  .page__content .block__study.has-green-background-color, .page__content .block__study.has-dark-green-background-color, .page__content .block__study.has-dark-background-color, .page__content .block__study.has-medium-dark-background-color {
    color: #FFFFFF; }
    .page__content .block__study.has-green-background-color .block__study__title, .page__content .block__study.has-dark-green-background-color .block__study__title, .page__content .block__study.has-dark-background-color .block__study__title, .page__content .block__study.has-medium-dark-background-color .block__study__title {
      color: #8ED500; }
    .page__content .block__study.has-green-background-color .read-more, .page__content .block__study.has-dark-green-background-color .read-more, .page__content .block__study.has-dark-background-color .read-more, .page__content .block__study.has-medium-dark-background-color .read-more {
      color: #E2E3E4; }
      .page__content .block__study.has-green-background-color .read-more-icon svg path, .page__content .block__study.has-dark-green-background-color .read-more-icon svg path, .page__content .block__study.has-dark-background-color .read-more-icon svg path, .page__content .block__study.has-medium-dark-background-color .read-more-icon svg path {
        fill: #8ED500; }
  .page__content .block__study.landscape-image .block__study__content {
    grid-template-columns: 1fr; }
  .page__content .block__study.landscape-image .block__study__image {
    grid-column: 1; }
    @media (min-width: 25.875rem) {
      .page__content .block__study.landscape-image .block__study__image {
        order: initial;
        grid-row: initial; } }

.max-width-500 {
  max-width: 31.25rem; }

.max-width-600 {
  max-width: 37.5rem; }

.max-width-700 {
  max-width: 43.75rem; }

.max-width-960 {
  max-width: 60rem; }

.max-width-1280 {
  max-width: 80rem; }

.max-width-1440 {
  max-width: 90rem; }

/*--------------------------------------------------------------
## 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% - .5rem);
      max-width: 50%;
      margin-bottom: 1.875rem; } }
  @media (min-width: 67.5rem) {
    .archive-category .post__grid .tile-featured-3 {
      width: calc(50% - .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;
  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;
  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: .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;
  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-size: 3.25rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 2.75rem; }
    @media (min-width: 67.5rem) {
      .page-template-page-q-and-a .q-and-a__answers__header {
        margin-bottom: 2rem;
        font-size: 3.25rem; } }
  .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 .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: .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: .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, .page-404 .search-form input[type="submit"][aria-disabled=true] {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none; }
      .page-404 .search-form input[type="submit"].disabled:hover, .page-404 .search-form input[type="submit"].disabled:active, .page-404 .search-form input[type="submit"][aria-disabled=true]:hover, .page-404 .search-form input[type="submit"][aria-disabled=true]:active {
        background-color: #E2E3E4;
        color: #787C7D;
        border: none;
        outline: 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%; } }

.page-template-page-careers .site__content {
  padding-top: 0; }

.page__kind-grant {
  max-width: 67.25rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48rem) {
    .page__kind-grant {
      display: grid;
      grid-template-columns: 1fr 2.5rem 13.75rem;
      column-gap: 0; }
      .page__kind-grant .content__body__wrapper {
        grid-column: 1 / 3; } }
  @media (min-width: 67.5rem) {
    .page__kind-grant {
      grid-template-columns: 1fr 3.75rem 13.75rem; } }
  .page__kind-grant__logo {
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 23.4375rem) {
      .page__kind-grant__logo {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 48rem) {
      .page__kind-grant__logo {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 67.5rem) {
      .page__kind-grant__logo {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .page__kind-grant__logo img {
      max-width: 30rem;
      width: 100%; }
    .page__kind-grant__logo-partners {
      display: none;
      max-width: 12.125rem;
      padding-left: 1rem;
      padding-right: 1rem;
      grid-column: 1 / 3; }
      @media (min-width: 23.4375rem) {
        .page__kind-grant__logo-partners {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      @media (min-width: 48rem) {
        .page__kind-grant__logo-partners {
          padding-left: 2rem;
          padding-right: 2rem; } }
      @media (min-width: 67.5rem) {
        .page__kind-grant__logo-partners {
          padding-left: 3rem;
          padding-right: 3rem; } }
    @media (min-width: 25.875rem) {
      .page__kind-grant__logo {
        grid-column: 1 / 2; }
        .page__kind-grant__logo-partners {
          grid-column: 2 / 3;
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 48rem) {
      .page__kind-grant__logo {
        margin-bottom: 3.75rem;
        grid-column: 1 / 2; }
        .page__kind-grant__logo-partners {
          grid-column: 3 / 4;
          display: block; } }
  @media (min-width: 48rem) {
    .page__kind-grant .page__header {
      width: 100%; }
      .page__kind-grant .page__header + .sidebar + .content__body__wrapper {
        grid-row: 3 / 4; } }
  .page__kind-grant .page__title {
    font-size: 3.25rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 2.75rem; }
    @media (min-width: 67.5rem) {
      .page__kind-grant .page__title {
        margin-bottom: 2rem;
        font-size: 3.25rem; } }
  @media (min-width: 48rem) {
    .page__kind-grant .grant-info {
      align-self: flex-start;
      grid-column: 3 / 4;
      grid-row: 2 / 4;
      position: sticky;
      top: calc(5rem + 40px);
      padding-bottom: 6.25rem;
      padding-right: 1.25rem;
      margin-top: 2rem; } }
  .page__kind-grant .grant-info__apply-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;
    color: #FFFFFF;
    background-color: #00422D;
    border: 1px solid #00422D;
    box-sizing: border-box;
    font-style: italic;
    width: 100%;
    margin-bottom: 2rem; }
    .page__kind-grant .grant-info__apply-btn:hover {
      text-decoration: none; }
    .page__kind-grant .grant-info__apply-btn a {
      text-decoration: none; }
      .page__kind-grant .grant-info__apply-btn a:hover {
        text-decoration: none; }
    .page__kind-grant .grant-info__apply-btn.disabled, .page__kind-grant .grant-info__apply-btn[aria-disabled=true] {
      background-color: #E2E3E4;
      color: #787C7D;
      border: none; }
      .page__kind-grant .grant-info__apply-btn.disabled:hover, .page__kind-grant .grant-info__apply-btn.disabled:active, .page__kind-grant .grant-info__apply-btn[aria-disabled=true]:hover, .page__kind-grant .grant-info__apply-btn[aria-disabled=true]:active {
        background-color: #E2E3E4;
        color: #787C7D;
        border: none;
        outline: none; }
    .page__kind-grant .grant-info__apply-btn:hover {
      color: #FFFFFF;
      background-color: #006142;
      border: 1px solid #006142; }
    .page__kind-grant .grant-info__apply-btn:active {
      color: #FFFFFF;
      background-color: #00422D;
      border: 1px solid #00422D; }
  .page__kind-grant .grant-info__time-till {
    font-size: 1.375rem;
    font-family: "Lato";
    font-weight: 900;
    font-style: italic;
    line-height: 1.272em;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem; }
    @media (min-width: 67.5rem) {
      .page__kind-grant .grant-info__time-till {
        font-size: 1.25rem; } }
  .page__kind-grant .grant-info h3 {
    margin-bottom: 0.75rem; }
  .page__kind-grant .grant-info .wpcf7 input[type=email] {
    font-size: 0.938rem;
    font-family: "SF Pro Text";
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.32px;
    color: #0B0E0F;
    background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 36px;
    padding: 0 2.75rem 0 0.75rem;
    border-radius: 18px;
    padding: 0.9375rem 1rem;
    outline: none;
    width: 100%; }
    .page__kind-grant .grant-info .wpcf7 input[type=email]:focus {
      border: 1px solid transparent; }
  .page__kind-grant .grant-info .wpcf7 input[type=submit] {
    border: none;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 1.75rem;
    height: 1.75rem;
    background-color: transparent;
    padding: 0;
    text-indent: -2000em;
    background-image: url("/wp-content/themes/nextdoor/assets/img/icons/nd-blocks/arrow-right-circle-large.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: none; }
    .page__kind-grant .grant-info .wpcf7 input[type=submit]:hover {
      opacity: .7; }
  .page__kind-grant .grant-info .wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0.3125rem;
    top: 0.375rem;
    margin: 0; }
  .page__kind-grant .grant-info .wpcf7:focus-within input[type=submit] {
    display: block; }
  .page__kind-grant .grant-info .wpcf7-form {
    position: relative; }
    .page__kind-grant .grant-info .wpcf7-form.submitting input[type=submit] {
      display: none; }

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