@charset "UTF-8";
/*!
Theme Name: VYCC Theme
Theme URI: http://underscores.me/
Author: VYCC
Author URI: http://vycc.org
Description: Vermont Youth Conservation Corps
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vycc
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.

VYCC Theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 3.75rem);
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 3.75rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.875rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.875rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.875rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.875rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.875rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.875rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.875rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.875rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.875rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.875rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.875rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.875rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 3.75rem);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.75rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 3.75rem);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.75rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/*
# Functions
*/
/* Mixins
--------------------------------------------- */
.green {
  color: #557630;
}

.bright-green {
  color: #88AC60;
}

.blue {
  color: #002664;
}

h1 {
  /** font-size conversion 45px  */
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 600;
  font-size: 2rem;
  line-height: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  /* font-size conversion 27px */
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.875rem;
}

h3 {
  /** font-size conversion 18px */
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2.375rem;
}

h4 {
  /** font-size conversion 21px */
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.75rem;
  line-height: 2.375rem;
}

h5 {
  /** font-size conversion 15px */
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p {
  /** font-size conversion 13.5px */
  /** line-height conversion 21px */
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.mobile-column-50.is-not-stacked-on-mobile {
  flex-wrap: wrap !important;
}
@media print, screen and (max-width: 39.99875em) {
  .mobile-column-50 {
    gap: 1.875rem;
    justify-content: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .mobile-column-50 .wp-block-column {
    flex-basis: 45% !important;
  }
}

.wp-block-columns.collapse-columns {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Visibility
--------------------------------------------- */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

.proxima-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}

.proxima-semi-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

.proxima-regular {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}

.line-height {
  line-height: 1.1;
}

.literata-regular {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
}

.literata-semi-bold {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 600;
}

.literata-bold {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 700;
}

.leading-text {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

/* Elements
--------------------------------------------- */
body {
  background-color: #557630;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1rem 0;
  padding-left: 1rem;
}

ul {
  list-style: none;
}
ul li {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -1rem;
  margin-right: 0.5rem;
  background-color: #557630;
  display: inline-block;
}
ul.arrow-list-style li:before {
  content: "▸";
}

ol {
  list-style: decimal;
}
ol li {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.25rem;
}
ol li:not(:last-child) {
  margin-bottom: 1.25rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

.wp-lightbox-overlay .scrim {
  background-color: rgba(47, 47, 47, 0.7) !important;
}

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

.collapse--title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 0 0.875rem 0;
  margin-bottom: 1rem;
  border-bottom: solid 3px #557630;
}
.collapse--title-text {
  line-height: 1;
  margin: 0;
  flex: 1;
  word-break: break-word;
}
@media print, screen and (min-width: 64em) {
  .collapse--title {
    align-items: center;
  }
}
.collapse--btn {
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  padding: 0.25rem;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 254, 0.6);
  border: solid 2px #557630;
  border-radius: 0.5rem;
  transition: transform 2s ease;
}
.collapse--btn.open img {
  transform: rotate(90deg);
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.collapse--wrap {
  animation: fade-in 1s;
}

.reveal {
  width: calc(100% - 60px);
  top: 11.25rem;
  left: 1.875rem;
  right: 1.875rem;
  position: absolute;
  background-color: #fff;
  border-radius: 0.625rem;
  z-index: 2;
  overflow: auto;
  overscroll-behavior: contain;
}
@media print, screen and (min-width: 64em) {
  .reveal {
    width: calc(100% - 120px);
    left: 3.75rem;
    right: 3.75rem;
  }
}
.reveal.small {
  width: 77%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.7);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.reveal__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin: 1.875rem;
  border-bottom: solid 3px #557630;
}
@media print, screen and (min-width: 64em) {
  .reveal__title {
    margin: 1.875rem 3.75rem 3.75rem;
  }
}
.reveal__title-text {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .reveal__title-text {
    font-size: 3.125rem;
  }
}
.reveal__btn {
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  padding: 0.25rem;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 254, 0.6);
  border: solid 2px #557630;
  border-radius: 0.5rem;
  transition: transform 2s ease;
}
.reveal__btn.open img {
  transform: rotate(90deg);
}

.hidden {
  display: none;
}

/* Links
--------------------------------------------- */
a {
  color: #557630;
}
a:visited {
  color: #557630;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

.inline-link {
  color: #557630;
  cursor: pointer;
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
.button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.button:visited {
  color: #557630;
}
.button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.button:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}

.wp-block-buttons .wp-element-button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.wp-block-buttons .wp-element-button:visited {
  color: #557630;
}
.wp-block-buttons .wp-element-button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.wp-block-buttons .wp-element-button:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.wp-block-buttons .wp-element-button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}

/* Search Form
--------------------------------------------- */
.search-form {
  gap: 0.625rem;
}
.search-form #search {
  width: 100%;
  background: none;
  color: #fff;
  border: none;
  line-height: 1;
  font-size: 0.75rem;
}
.search-form #search::placeholder {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* Social List
--------------------------------------------- */
.social-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.social-list.header-social img {
  opacity: 80%;
}
.social-list.footer-social img {
  opacity: 70%;
}
.social-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.social-list li:before {
  content: none;
}
.social-list li a {
  line-height: 1;
}
.social-list li a:hover img {
  opacity: 100%;
}
.social-list li:not(:last-child) {
  margin-right: 1rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.layout--default {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

#page {
  position: relative;
  max-width: 85.375rem;
  background: #fff;
  z-index: 0;
}
@media print, screen and (min-width: 64em) {
  #page {
    margin: -13.75rem auto 0;
    box-shadow: 0 3px 80px #2F2F2F;
  }
}

.wp-block-columns {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .wp-block-columns {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wp-block-columns.full-spacing .wp-block-column:first-of-type {
    padding-left: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wp-block-columns.full-spacing .wp-block-column:last-of-type {
    padding-right: 3.75rem;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 3.75rem;
}

.search-post img {
  width: 100%;
  margin-bottom: 1rem;
}

.search-none {
  padding-bottom: 2rem;
}

.icon-hover-opacity {
  opacity: 0.3;
}
.icon-hover-opacity:hover {
  opacity: 0.7;
}

.logo-hover-opacity:hover {
  opacity: 0.6;
}

.header {
  width: 100%;
  max-width: 85.375rem;
  margin: 0 auto;
  padding: 1.875rem;
  display: flex;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .header {
    padding: 2rem 3.75rem 2rem;
  }
}
.header--left {
  width: 16.875rem;
  display: flex;
  width: 100%;
}
@media print, screen and (max-width: 85.37375em) {
  .header--left {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header--left .custom-logo {
    width: 80%;
  }
}
.header--right {
  display: none;
  flex: none;
}
@media print, screen and (min-width: 64em) {
  .header--right {
    display: block;
  }
}
.header--right-top {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  /* tablets and desktop */
}
@media print, screen and (min-width: 64em) {
  .header--right-top {
    margin-bottom: 1.875rem;
  }
}
.header--right-top .social-list {
  margin-right: 1.25rem;
}
.header--right-top .button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #002664;
  color: #002664;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  display: flex;
  height: 33px;
  background: rgba(0, 38, 100, 0.3);
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  border-radius: 1.625rem;
  line-height: 1;
  align-items: center;
}
.header--right-top .button:visited {
  color: #002664;
}
.header--right-top .button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #002664;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.header--right-top .button:hover {
  border-color: #002664;
  text-decoration: none;
  color: #fff;
}
.header--right-top .button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
.header--right-top .button:hover {
  border-color: #fff;
}
.header--right-top .button:visited {
  color: #fff;
}
.header--right-top .button:not(:last-child) {
  margin-right: 0.75rem;
}
.header--right-top .button .search-form {
  display: flex;
  align-items: center;
}
.header--right-top .button .search-form #search {
  width: 4.125rem;
  transition: ease 0.3s width;
}
.header--right-top .button .search-form:focus-within {
  width: auto !important;
}
.header--right-top .button .search-form:focus-within #search {
  width: 300px;
}
.header--right-top .button.search {
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
  cursor: unset;
}
.header--right-top .button.search .mobile-search-icon-search {
  width: 14px;
}
.header--right-top .button.search .mobile-search-icon-arrow {
  display: none;
}
.header--right-top .header--buttons {
  display: inline-flex;
  margin-right: 0.75rem;
}
.header--right-bottom {
  display: flex;
  justify-content: flex-end;
}
.header--right.show .header--mobile-wrap {
  display: flex;
  flex-direction: column;
}
.header--right.show .header--mobile-wrap .header--right-top {
  flex-direction: column;
}
.header--right.show .header--mobile-wrap .header--buttons {
  width: 100%;
  display: flex;
  order: 2;
  justify-content: center;
  margin-bottom: 2rem;
  margin-right: 0;
}
.header--right.show .header--mobile-wrap .button {
  font-size: 1rem;
}
.header--right.show .header--mobile-wrap .search-container {
  width: 100%;
  order: 1;
  margin-bottom: 8rem;
}
.header--right.show .header--mobile-wrap .search-container .search-form {
  width: 100%;
}
.header--right.show .header--mobile-wrap .search-container .search-form:focus-within {
  width: 100% !important;
}
.header--right.show .header--mobile-wrap .search-container .search {
  width: 100%;
  height: auto;
}
.header--right.show .header--mobile-wrap .search-container .search .mobile-search-icon-arrow {
  display: inline-block;
}
.header--right.show .header--mobile-wrap .search-container #search {
  width: 100%;
  font-size: 1.25rem;
}
.header--right.show .header--mobile-wrap .search-container #search::placeholder {
  font-size: 20px;
}
.header--right.show .header--mobile-wrap .social-list {
  order: 4;
  margin: 0;
  justify-content: center;
}
.header--right.show .header--mobile-wrap .social-list li:not(:last-child) {
  margin-right: 2rem;
}
.header--right.show .header--right-top {
  order: 2;
}
.header--right.show .header--right-bottom {
  order: 1;
  margin-bottom: 2rem;
}

.footer--top {
  display: flex;
  margin: 3rem 3.75rem;
  padding-top: 3rem;
  border-top: solid 4px rgba(0, 38, 100, 0.3);
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 867px) {
  .footer--top {
    display: block;
    text-align: center;
    margin: 1.5rem 1.875rem;
  }
}
.footer--top p {
  font-size: 1rem;
}
.footer--top .footer--center p:first-of-type {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}
.footer--top .footer--contact a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  color: #002664;
}
.footer--top .footer--links {
  color: #557630;
}
.footer--top .footer--links a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}
.footer--top .footer-social {
  justify-content: flex-end;
}
@media only screen and (max-width: 867px) {
  .footer--top .footer-social {
    justify-content: center;
  }
}
.footer--bottom {
  padding: 1.25rem 3.75rem;
  background: rgba(47, 47, 47, 0.1);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 867px) {
  .footer--bottom {
    display: block;
    padding: 1.25rem 1.875rem;
    text-align: center;
  }
}
.footer--bottom-disclaimer {
  font-size: 0.75rem;
}
@media only screen and (max-width: 867px) {
  .footer--bottom .footer--left {
    margin-bottom: 1.375rem;
  }
}
.footer--bottom .footer--center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 867px) {
  .footer--bottom .footer--center {
    display: block;
    margin-bottom: 1.375rem;
    text-align: center;
    width: 100%;
  }
  .footer--bottom .footer--center img {
    vertical-align: middle;
  }
  .footer--bottom .footer--center img:first-of-type {
    display: block;
    margin: 0 auto 0.75rem;
  }
}
.footer--bottom p {
  margin: 0;
}
.footer .footer--left {
  width: 30%;
}
@media only screen and (max-width: 867px) {
  .footer .footer--left {
    width: 100%;
  }
}
.footer .footer--center {
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 867px) {
  .footer .footer--center {
    width: 100%;
  }
}
.footer .footer--right {
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 867px) {
  .footer .footer--right {
    width: 100%;
    text-align: center;
  }
}
.footer p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #002664;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.single-article {
  padding: 1rem 1.875rem 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .single-article {
    padding: 1rem 7.5rem 3.75rem;
  }
}
.single-article__header .feature-header__text-title {
  text-transform: uppercase;
}
.single-article__featured-image {
  position: relative;
}
.single-article__featured-image .post-thumbnail {
  z-index: 0;
}
.single-article__featured-image img {
  width: 100%;
}
.single-article__featured-image-stats {
  margin-bottom: 2rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .single-article__featured-image-stats {
    position: absolute;
    top: 2rem;
    padding: 1.875rem;
    margin-bottom: 0;
  }
}
.single-article__featured-image-stats ul {
  margin: 0;
  padding: 0;
}
.single-article__featured-image-stats li {
  margin-bottom: 0.625rem;
}
.single-article__featured-image-stats li:last-child {
  margin-bottom: 0;
}
.single-article__featured-image-stats li::before {
  content: "";
}
.single-article__featured-image-stats span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  margin-top: 0;
  font-size: 1.25rem;
}
.single-article__featured-image-stats span.stat-text {
  color: #557630;
}
.single-article .divider--button {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}
.single-article .size-post-thumbnail {
  margin-bottom: 2rem;
}
.single-article__byline {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #002664;
}
.single-article__entry-content {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .single-article__entry-content {
    margin-bottom: 3.75rem;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: rgba(47, 47, 47, 0.6);
  padding: 0.75rem;
  flex-direction: column;
  width: auto;
  min-width: 15.375rem;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  margin-right: 0 !important;
  margin-bottom: 0.9375rem;
}
.main-navigation ul ul li:last-of-type {
  margin-bottom: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  font-size: 16px;
  margin-bottom: 0;
}
.main-navigation ul ul a:hover {
  color: #88AC60;
  border-bottom-color: transparent;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul li:last-of-type:hover > ul, .main-navigation ul li:last-of-type.focus > ul {
  right: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation li:not(:last-of-type) {
  margin-right: 1.875rem;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-bottom: solid 4px #88AC60;
}
.main-navigation li.menu-item-has-children:hover, .main-navigation li.menu-item-has-children.focus {
  background: rgba(47, 47, 47, 0.6);
}
.main-navigation li:before {
  content: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0.625rem;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-bottom: solid 4px #fff;
}

/* Small menu. */
.menu-toggle,
.header.show,
.header--right.show,
.menu-x {
  display: block;
}

.menu-toggle {
  background: none;
  border: none;
}

.hide {
  display: none;
}

.header--right.show {
  margin-top: 1rem;
  border-top: solid 4px #fff;
}
.header--right.show .main-navigation a {
  padding: 1rem 0;
  font-size: 1.875rem;
}
.header--right.show .main-navigation .nav-menu:not(.sub-menu) a {
  display: flex;
  align-items: center;
}
.header--right.show .main-navigation .sub-menu {
  float: none;
  position: relative;
  display: none;
}
.header--right.show .main-navigation .sub-menu a {
  font-size: 1.25rem;
}
.header--right.show .main-navigation .sub-menu .mobile-menu-icon {
  display: none;
}
.header--right.show .main-navigation .current_page_item > a,
.header--right.show .main-navigation .current-menu-item > a,
.header--right.show .main-navigation .current_page_ancestor > a,
.header--right.show .main-navigation .current-menu-ancestor > a {
  border-bottom: none;
}
.header--right.show .main-navigation li:hover {
  background: transparent;
}
.header--right.show .main-navigation li.focus .sub-menu {
  display: block !important;
}
.header--right.show .main-navigation li {
  margin-right: 0;
  border-bottom: solid 2px #fff;
}
.header--right.show .main-navigation li.focus {
  background: none;
}
.header--right.show .main-navigation li.focus a {
  border-bottom: none;
}
.header--right.show .main-navigation li.focus .mobile-menu-icon {
  transform: rotate(90deg);
}
.header--right.show .main-navigation li.focus .sub-menu {
  position: relative;
  float: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
.header--right.show .main-navigation li.focus .sub-menu li {
  border: none;
}

.mobile-menu-icon {
  margin-left: 1rem;
}

@media print, screen and (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
  }
  .mobile-menu-icon {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-container .wp-block-embed__wrapper {
  position: initial;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Featured Header
--------------------------------------------- */
.feature-header {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}
.feature-header.is-style-short {
  height: 18.75rem;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .feature-header.is-style-short {
    height: 25rem;
  }
}
.feature-header.is-style-short .feature-header__text {
  bottom: 2rem;
}
.feature-header.is-style-short .feature-header__image {
  height: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-header.is-style-short:before, .feature-header.is-style-short::after {
    height: 4.0625rem;
  }
}
.feature-header.has-custom-acf-color:before, .feature-header.has-custom-acf-color::after {
  display: none;
}
.feature-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 235px;
  top: 0;
  background: linear-gradient(180deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0));
  z-index: 1;
}
.feature-header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 275px;
  bottom: 0;
  background: linear-gradient(0deg, rgba(47, 47, 47, 0.6), rgba(47, 47, 47, 0));
  z-index: 1;
}
.feature-header__image {
  display: block;
  position: relative;
  z-index: 0;
  height: 43.125rem;
  object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-header__image {
    height: 390px;
    max-width: none;
    left: -50%;
  }
}
.feature-header__video-wrapper {
  height: 27.5rem;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .feature-header__video-wrapper {
    height: 42.5rem;
  }
}
.feature-header__video-wrapper video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.feature-header__text {
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  bottom: 72px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  color: #fff;
  position: absolute;
}
@media print, screen and (min-width: 64em) {
  .feature-header__text {
    width: calc(100% - 240px);
  }
}
.feature-header__text-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  border-bottom: solid 3px rgba(255, 255, 255, 0.5);
  text-shadow: 0 3px 10px rgba(47, 47, 47, 0.5);
  text-transform: uppercase;
}
.feature-header__text-subtitle {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 600;
  margin: 0;
  font-size: 1.8125rem;
  text-shadow: 0 3px 10px rgba(47, 47, 47, 0.3);
  line-height: 35px;
}
@media print, screen and (min-width: 64em) {
  .feature-header__text-subtitle {
    font-size: 3.125rem;
    line-height: 60px;
  }
}

/* Feature Full
--------------------------------------------- */
.feature-full {
  padding-top: 13.875rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  padding-bottom: 3.75rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template: "a c" "b c";
  grid-gap: 0 7.5%;
  grid-template-columns: 25% auto;
  background-color: rgba(85, 118, 48, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full {
    padding: 18rem 2rem 2rem;
    grid-template: "a" "c" "b";
    background-position: center top;
    background-size: auto 390px;
    text-align: center;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full.is-style-green {
    background-color: rgba(85, 118, 48, 0.1);
  }
  .feature-full.is-style-green .feature-full__button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    display: block;
    padding: 0.9375rem 1.3125rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    border: solid 0.125rem #557630;
    color: #557630;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    position: static;
    overflow: hidden;
    transition: border-color 0.3s, color 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    cursor: pointer;
    background: #fff;
    background: transparent;
  }
  .feature-full.is-style-green .feature-full__button:visited {
    color: #557630;
  }
  .feature-full.is-style-green .feature-full__button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 111%;
    height: 111%;
    background: #557630;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    transform-origin: 0% 100%;
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
  }
  .feature-full.is-style-green .feature-full__button:hover {
    border-color: #557630;
    text-decoration: none;
    color: #fff;
  }
  .feature-full.is-style-green .feature-full__button:hover:before {
    z-index: -1;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: rotate3d(0, 0, 1, 0deg);
    pointer-events: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full.is-style-blue {
    background-color: rgba(0, 38, 100, 0.1);
  }
  .feature-full.is-style-blue .feature-full__button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    display: block;
    padding: 0.9375rem 1.3125rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    border: solid 0.125rem #002664;
    color: #002664;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    position: static;
    overflow: hidden;
    transition: border-color 0.3s, color 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    cursor: pointer;
    background: #fff;
    background: transparent;
  }
  .feature-full.is-style-blue .feature-full__button:visited {
    color: #002664;
  }
  .feature-full.is-style-blue .feature-full__button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 111%;
    height: 111%;
    background: #002664;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    transform-origin: 0% 100%;
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
  }
  .feature-full.is-style-blue .feature-full__button:hover {
    border-color: #002664;
    text-decoration: none;
    color: #fff;
  }
  .feature-full.is-style-blue .feature-full__button:hover:before {
    z-index: -1;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: rotate3d(0, 0, 1, 0deg);
    pointer-events: none;
  }
}
.feature-full:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 315px;
  bottom: 0;
  background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0));
  z-index: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full:after {
    top: 0;
    bottom: unset;
    height: 390px;
  }
}
.feature-full__title, .feature-full__buttons, .feature-full__copy {
  position: relative;
  z-index: 1;
}
.feature-full__title {
  grid-area: a;
  font-size: 3.75rem;
  color: #fff;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full__title {
    font-size: 2.5rem;
    margin-bottom: 4.5rem;
    line-height: 1;
  }
}
.feature-full__buttons {
  grid-area: b;
  gap: 1.25rem;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .feature-full__buttons {
    justify-content: space-between;
  }
}
.feature-full__button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #fff;
  color: #fff;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: rgba(47, 47, 47, 0.5);
  flex-basis: 50%;
  align-self: baseline;
}
.feature-full__button:visited {
  color: #fff;
}
.feature-full__button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #fff;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.feature-full__button:hover {
  border-color: #fff;
  text-decoration: none;
  color: #2F2F2F;
}
.feature-full__button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full__button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    display: block;
    padding: 0.9375rem 1.3125rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    border: solid 0.125rem #557630;
    color: #557630;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    position: static;
    overflow: hidden;
    transition: border-color 0.3s, color 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    cursor: pointer;
    background: #fff;
    background: transparent;
  }
  .feature-full__button:visited {
    color: #557630;
  }
  .feature-full__button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 111%;
    height: 111%;
    background: #557630;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    transform-origin: 0% 100%;
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
  }
  .feature-full__button:hover {
    border-color: #557630;
    text-decoration: none;
    color: #fff;
  }
  .feature-full__button:hover:before {
    z-index: -1;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: rotate3d(0, 0, 1, 0deg);
    pointer-events: none;
  }
}
.feature-full__copy {
  grid-area: c;
  color: #fff;
  align-self: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full__copy {
    margin-bottom: 2rem;
  }
}
.feature-full__copy-headline {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}
.feature-full__copy-wrap p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
.feature-full__copy p {
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 38px;
}
@media print, screen and (max-width: 63.99875em) {
  .feature-full__copy > *:last-child {
    margin-bottom: 0;
  }
  .feature-full__copy p {
    color: #404040;
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}

/* Feature Simple
--------------------------------------------- */
.feature-simple {
  position: relative;
  padding: 20% 7.5rem 3.75rem 7.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .feature-simple {
    padding: 1.75rem 1.5rem;
  }
}
.feature-simple:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13.875rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0));
  z-index: 0;
}
@media print, screen and (min-width: 64em) {
  .feature-simple:after {
    height: 30.9375rem;
  }
}
.feature-simple.is-style-center {
  text-align: center;
}
.feature-simple__title, .feature-simple__copy, .feature-simple__buttons {
  position: relative;
  z-index: 1;
}
.feature-simple__buttons {
  margin-top: 1rem;
}
.feature-simple__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 3.125rem;
  border-bottom: solid 3px rgba(255, 255, 255, 0.5);
  margin-bottom: 1.9375rem;
  padding-bottom: 1.9375rem;
  color: #fff;
  text-shadow: 0 3px 16px rgba(47, 47, 47, 0.5);
  line-height: 1;
}
.feature-simple__copy p {
  color: #fff;
  font-size: 1.5rem;
}
.feature-simple__copy > :last-child {
  margin-bottom: 0;
}
.feature-simple__button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #fff;
  color: #fff;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: rgba(47, 47, 47, 0.5);
  display: inline-block;
}
.feature-simple__button:visited {
  color: #fff;
}
.feature-simple__button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #fff;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.feature-simple__button:hover {
  border-color: #fff;
  text-decoration: none;
  color: #2F2F2F;
}
.feature-simple__button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}

/* Feature Single Column
--------------------------------------------- */
.feature-single-column {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .feature-single-column {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .feature-single-column__image-container {
    height: 24.375rem;
    overflow: hidden;
    position: relative;
  }
}
.feature-single-column__image-container img {
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-single-column__image-container img {
    position: absolute;
    height: 24.375rem;
    width: auto;
    right: 0;
    max-width: none;
  }
}
@media print, screen and (min-width: 64em) {
  .feature-single-column.is-style-left {
    justify-content: flex-start;
  }
  .feature-single-column.is-style-left .feature-single-column__content {
    left: 3.75rem;
  }
}
.feature-single-column.is-style-left .feature-single-column__image-container img {
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .feature-single-column.is-style-left .feature-single-column__image-container img {
    right: unset;
  }
}
@media print, screen and (min-width: 64em) {
  .feature-single-column.is-style-right {
    justify-content: flex-end;
  }
  .feature-single-column.is-style-right .feature-single-column__content {
    right: 3.75rem;
    left: unset;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .feature-single-column.is-style-right .feature-single-column__image-container img {
    left: 0;
    right: unset;
  }
}
.feature-single-column__content {
  width: 100%;
  left: 3.75rem;
  padding: 1.875rem;
  background: rgba(0, 38, 100, 0.1);
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .feature-single-column__content {
    position: absolute;
    padding: 3.75rem;
    width: 50%;
    background: none;
  }
}
.feature-single-column__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  border-bottom: solid 3px;
  border-bottom-color: #2F2F2F;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .feature-single-column__title {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 2.25rem;
    text-shadow: 0 3px 10px rgba(47, 47, 47, 0.5);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
}
@media print, screen and (min-width: 64em) {
  .feature-single-column__copy {
    color: #fff;
  }
  .feature-single-column__copy p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .feature-single-column__copy > * {
    text-shadow: 0 3px 10px rgba(47, 47, 47, 0.5);
  }
  .feature-single-column__copy h5 {
    margin-bottom: 1rem;
  }
}
.feature-single-column__copy > :last-child {
  margin-bottom: 0;
}
.feature-single-column__buttons {
  margin-top: 2.8125rem;
}
.feature-single-column__button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #002664;
  color: #002664;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  width: max-content;
  background: transparent;
  margin: 0 auto;
}
.feature-single-column__button:visited {
  color: #002664;
}
.feature-single-column__button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #002664;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.feature-single-column__button:hover {
  border-color: #002664;
  text-decoration: none;
  color: #fff;
}
.feature-single-column__button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
@media print, screen and (min-width: 64em) {
  .feature-single-column__button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    display: block;
    padding: 0.9375rem 1.3125rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    border: solid 0.125rem #fff;
    color: #fff;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    position: static;
    overflow: hidden;
    transition: border-color 0.3s, color 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    cursor: pointer;
    background: rgba(47, 47, 47, 0.5);
    margin: 0;
  }
  .feature-single-column__button:visited {
    color: #fff;
  }
  .feature-single-column__button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 111%;
    height: 111%;
    background: #fff;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    transform-origin: 0% 100%;
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
  }
  .feature-single-column__button:hover {
    border-color: #fff;
    text-decoration: none;
    color: #2F2F2F;
  }
  .feature-single-column__button:hover:before {
    z-index: -1;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: rotate3d(0, 0, 1, 0deg);
    pointer-events: none;
  }
}

/* Divider
--------------------------------------------- */
.divider {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.divider:before, .divider:after {
  position: absolute;
  width: 50%;
  background-color: rgba(85, 118, 48, 0.3);
  height: 3px;
  top: 50%;
  transform: translateY(50%);
  z-index: -1;
  content: "";
}
.divider:before {
  left: 0;
}
.divider:after {
  right: 0;
}
.divider--wrapper {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: fit-content;
  padding: 0.625rem 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .divider--wrapper {
    flex-direction: row;
  }
  .divider--wrapper > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.divider--button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  margin-bottom: 0.5rem;
  width: 100%;
}
.divider--button:visited {
  color: #557630;
}
.divider--button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.divider--button:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.divider--button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
@media print, screen and (min-width: 64em) {
  .divider--button {
    margin-bottom: 0;
    width: auto;
  }
}
.divider--text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #557630;
  text-transform: uppercase;
}
.divider.is-style-blue .divider--button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #002664;
  color: #002664;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.divider.is-style-blue .divider--button:visited {
  color: #002664;
}
.divider.is-style-blue .divider--button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #002664;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.divider.is-style-blue .divider--button:hover {
  border-color: #002664;
  text-decoration: none;
  color: #fff;
}
.divider.is-style-blue .divider--button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
.divider.is-style-blue .divider--text {
  color: #002664;
  border-color: #002664;
}
.divider.is-style-blue:before, .divider.is-style-blue:after {
  background-color: rgba(0, 38, 100, 0.3);
}
.divider.small-buttons:before, .divider.small-buttons:after {
  content: none;
}
.divider.small-buttons .divider--wrapper {
  padding: 0;
  justify-content: center;
}
.divider.small-buttons .divider--button {
  padding: 0.625rem;
}

/* Image Carousel
--------------------------------------------- */
.image-carousel li:before {
  content: none;
}
.image-carousel__slide {
  display: flex;
  gap: 1.875rem;
  justify-content: flex-end;
  align-items: center;
  height: 45rem;
}
@media print, screen and (min-width: 64em) {
  .image-carousel__slide {
    gap: 3.75rem;
    height: 40rem;
  }
}
.image-carousel__left {
  padding: 3.75rem 0;
  flex: 1;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  .image-carousel__left {
    flex: 0 0 255px;
  }
}
.image-carousel__right img {
  transition: all 0.8s ease;
  width: 16.875rem;
  height: 16.875rem;
  opacity: 40%;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .image-carousel__right img {
    width: 33.75rem;
    height: 33.75rem;
  }
}
.image-carousel__title, .image-carousel__text {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
}
.image-carousel__title {
  color: #557630;
  font-size: 1.9375rem;
}
.image-carousel__text {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.25rem;
  margin-bottom: 2.1875rem;
}
.image-carousel__button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  display: block;
  text-align: center;
}
.image-carousel__button:visited {
  color: #557630;
}
.image-carousel__button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.image-carousel__button:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.image-carousel__button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
@keyframes move-text {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 100%;
  }
}
.image-carousel .splide__track .image-carousel__slide.is-prev {
  justify-content: flex-end;
}
.image-carousel .splide__track .image-carousel__slide.is-next {
  justify-content: flex-start;
}
.image-carousel .splide__track .image-carousel__slide.is-next .image-carousel__left {
  display: none;
}
.image-carousel .splide__track .image-carousel__slide.is-active {
  padding: 0 1.875rem;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .image-carousel .splide__track .image-carousel__slide.is-active {
    padding: 0 3.75rem;
    flex-direction: row;
  }
}
.image-carousel .splide__track .image-carousel__slide.is-active .image-carousel__left {
  display: block;
}
@media print, screen and (max-width: 63.99875em) {
  .image-carousel .splide__track .image-carousel__slide.is-active .image-carousel__left {
    order: 2;
  }
}
.image-carousel .splide__track .image-carousel__slide.is-active .image-carousel__left-wrap {
  animation: move-text 2s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .image-carousel .splide__track .image-carousel__slide.is-active .image-carousel__right {
    order: 1;
  }
}
.image-carousel .splide__track .image-carousel__slide.is-active .image-carousel__right img {
  width: 40rem;
  height: 20rem;
  opacity: 100%;
}
@media print, screen and (min-width: 64em) {
  .image-carousel .splide__track .image-carousel__slide.is-active .image-carousel__right img {
    height: 40rem;
  }
}
.image-carousel .splide--loop .splide__arrows {
  position: absolute;
  top: 20%;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .image-carousel .splide--loop .splide__arrows {
    top: 50%;
  }
}
.image-carousel .splide--loop .splide__arrow {
  background: rgba(47, 47, 47, 0.3);
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: none;
  height: 54px;
  width: 54px;
}
.image-carousel .splide--loop .splide__arrow svg {
  fill: #fff;
  width: auto;
}
.image-carousel .splide--loop .splide__arrow--prev-wrap {
  left: 20px;
}
.image-carousel .splide--loop .splide__arrow--next-wrap {
  right: 20px;
}
.image-carousel .splide__pagination {
  display: none;
}

/* Archive Loop
--------------------------------------------- */
.archive-loop img {
  width: 100%;
  margin-bottom: 1.5625rem;
  height: 300px;
  object-fit: cover;
}
.archive-loop__posts-list {
  margin-bottom: 1.875rem;
}
.archive-loop__title {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 700;
  margin-bottom: 0.75rem;
  color: #557630;
  font-size: 1.5rem;
}
.archive-loop__location {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  color: #2F2F2F;
  font-size: 1.25rem;
}
.archive-loop__excerpt {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
}
.archive-loop__button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  display: block;
  text-align: center;
}
.archive-loop__button:visited {
  color: #557630;
}
.archive-loop__button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.archive-loop__button:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.archive-loop__button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
.archive-loop__load-more {
  width: calc(100% - 60px);
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .archive-loop__load-more {
    width: calc(100% - 120px);
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
.archive-loop__load-more-button.no-more-posts {
  cursor: default;
}
.archive-loop__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive-loop.is-style-blue .archive-loop__title {
  color: #002664;
}
.archive-loop.is-style-blue .archive-loop__button,
.archive-loop.is-style-blue .archive-loop__load-more-button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #002664;
  color: #002664;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.archive-loop.is-style-blue .archive-loop__button:visited,
.archive-loop.is-style-blue .archive-loop__load-more-button:visited {
  color: #002664;
}
.archive-loop.is-style-blue .archive-loop__button:before,
.archive-loop.is-style-blue .archive-loop__load-more-button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #002664;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.archive-loop.is-style-blue .archive-loop__button:hover,
.archive-loop.is-style-blue .archive-loop__load-more-button:hover {
  border-color: #002664;
  text-decoration: none;
  color: #fff;
}
.archive-loop.is-style-blue .archive-loop__button:hover:before,
.archive-loop.is-style-blue .archive-loop__load-more-button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
.archive-loop.is-style-blue .divider:before, .archive-loop.is-style-blue .divider:after {
  background-color: rgba(0, 38, 100, 0.3);
}

/* Positions
--------------------------------------------- */
.positions__wrap {
  background: rgba(85, 118, 48, 0.1);
  padding: 1.875rem;
  border-radius: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .positions__wrap {
    padding: 3.75rem;
  }
}
.positions__expand-collapse {
  margin-bottom: 1rem;
  text-align: right;
}
@media print, screen and (min-width: 64em) {
  .positions__expand-collapse {
    padding: 0 3.75rem;
  }
}
.positions__expand-collapse #collapse--btn-all {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  color: #557630;
  cursor: pointer;
}
.positions__wrap-title {
  margin-bottom: 2.5rem;
}
.positions__wrap-title > * {
  color: #557630;
}
.positions .collapse--title-text {
  color: #557630;
}
.positions .collapse--wrap:not(.collapsed) {
  margin-top: 2rem;
}
.positions__position {
  margin-bottom: 2rem;
}
.positions__position-image {
  margin-bottom: 1.875rem;
}
.positions__position-title {
  margin-bottom: 1.875rem;
  color: #557630;
}
.positions__fields {
  margin-bottom: 1rem;
}
.positions .positions__field {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  margin-top: 0;
  font-size: 1.25rem;
}
.positions .positions__field .text {
  color: #557630;
}
.positions__buttons {
  margin-top: 1.25rem;
}
.positions__button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.6);
}
.positions__button:visited {
  color: #557630;
}
.positions__button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.positions__button:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.positions__button:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
.positions__button:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .positions__button {
    display: inline-block;
  }
  .positions__button:not(:last-child) {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.positions__bottom-content h2 {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  color: #557630;
}
.positions__bottom-content li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  color: #557630;
  font-size: 1.25rem;
}
.positions__bottom-content li:before {
  content: "▸";
}

/* Collapse Sections
--------------------------------------------- */
.collapse-section__wrap {
  background: rgba(85, 118, 48, 0.1);
  padding: 1.875rem;
  border-radius: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .collapse-section__wrap {
    padding: 3.75rem;
  }
}
.collapse-section .collapse--title-text {
  color: #557630;
}
.collapse-section .collapse--wrap:not(.collapsed) {
  margin-top: 3rem;
}
.collapse-section .collapse--wrap:not(.collapsed) ul {
  margin-bottom: 2rem;
}
.collapse-section__top-content-copy p {
  font-size: 1.5rem;
}

/* Archive Team
--------------------------------------------- */
.archive-team .divider {
  margin-bottom: 1.875rem;
}
.archive-team .collapse--btn {
  float: right;
}
.archive-team .collapse--wrap:not(.collapsed) {
  margin-top: 2.5rem;
}
.archive-team__grid {
  display: flex;
  flex-wrap: wrap;
}
.archive-team__member {
  flex: 0 0 100%;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .archive-team__member {
    margin-bottom: 3.75rem;
    flex: 0 0 30%;
  }
}
.archive-team__image {
  width: 100%;
  display: block;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.archive-team__wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1.875rem 2.5rem 2.5rem;
}
.archive-team__name {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  max-width: 80%;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  color: #557630;
  line-height: 1.3;
}
.archive-team__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
.archive-team__email, .archive-team__phone {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #557630;
  margin-bottom: 0.5rem;
}
.archive-team__pronouns {
  margin-bottom: 0;
}

/* Block Quote
--------------------------------------------- */
.wp-block-quote p {
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.25rem;
  color: #557630;
  line-height: 38px;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .wp-block-quote p {
    font-size: 1.75rem;
  }
}
.wp-block-quote cite {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 24px;
  font-style: normal;
  color: #2F2F2F;
  display: block;
}
.wp-block-quote.spaced-cite cite {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .wp-block-quote.spaced-cite cite {
    margin-top: 4rem;
  }
}

/* Froms
--------------------------------------------- */
.form-styles #mc_embed_signup {
  margin: 60px;
}
.form-styles form {
  width: 100%;
}
.form-styles .mc-field-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.form-styles .mc-field-group label {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "proxima_novaextrabold", sans-serif;
}
.form-styles .mc-field-group input {
  width: 100%;
  padding: 8px;
  font-size: 22px;
}
.form-styles .indicates-required {
  color: red;
  margin-bottom: 1rem;
}
.form-styles .button:hover {
  background-color: #557630;
}

/* Notification
--------------------------------------------- */
.notification {
  background: #CC9415;
  padding: 1.4375rem 1.875rem;
  border-radius: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .notification {
    padding: 2.875rem 3.75rem;
  }
}
.notification__heading, .notification__description {
  color: #fff;
}
.notification__heading {
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .notification__heading h2 {
    font-size: 1.875rem;
  }
}
.notification__description p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* Paralax Image
--------------------------------------------- */
.parallax-image__wrapper {
  position: relative;
  height: 400px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 64em) {
  .parallax-image__wrapper {
    height: 600px;
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*
Theme Name: VYCC Theme

WooCommerce styles override
*/
.green {
  color: #557630;
}

.bright-green {
  color: #88AC60;
}

.blue {
  color: #002664;
}

h1 {
  /** font-size conversion 45px  */
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 600;
  font-size: 2rem;
  line-height: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  /* font-size conversion 27px */
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.875rem;
}

h3 {
  /** font-size conversion 18px */
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2.375rem;
}

h4 {
  /** font-size conversion 21px */
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.75rem;
  line-height: 2.375rem;
}

h5 {
  /** font-size conversion 15px */
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p {
  /** font-size conversion 13.5px */
  /** line-height conversion 21px */
  font-family: "literata-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.mobile-column-50.is-not-stacked-on-mobile {
  flex-wrap: wrap !important;
}
@media print, screen and (max-width: 39.99875em) {
  .mobile-column-50 {
    gap: 1.875rem;
    justify-content: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .mobile-column-50 .wp-block-column {
    flex-basis: 45% !important;
  }
}

.wp-block-columns.collapse-columns {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 33.33%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 50%;
  }
  ul.products.columns-3 li.product {
    width: 33.33%;
  }
  ul.products.columns-4 li.product {
    width: 25%;
  }
  ul.products.columns-5 li.product {
    width: 20%;
  }
  ul.products.columns-6 li.product {
    width: 16.66%;
  }
}
/**
 * Single product
 */
.single-product .cart {
  margin-bottom: 1rem;
}
.single-product .cart .quantity {
  margin-bottom: 1rem;
}
.single-product .product_title {
  color: #557630;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #557630 !important;
  text-decoration: none !important;
  padding: 0.9375rem 1.3125rem !important;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:visited {
  color: #557630;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  color: #557630 !important;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover::before {
  content: none;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 50%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.woocommerce-reveal__title {
  margin-bottom: 2.5rem;
}
.woocommerce-reveal .products li {
  margin-bottom: 1.875rem !important;
}
.woocommerce-reveal .products li:before {
  content: none;
}
.woocommerce-reveal .products a {
  text-decoration: none;
}
.woocommerce-reveal .products img,
.woocommerce-reveal .products .price,
.woocommerce-reveal .products .add_to_cart_button {
  display: none !important;
}
.woocommerce-reveal .products .woocommerce-loop-product__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  display: block;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  border: solid 0.125rem #557630;
  color: #557630;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  position: static;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-align: center;
  cursor: pointer;
  background: #fff;
  line-height: 1.375rem !important;
}
.woocommerce-reveal .products .woocommerce-loop-product__title:visited {
  color: #557630;
}
.woocommerce-reveal .products .woocommerce-loop-product__title:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 111%;
  height: 111%;
  background: #557630;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  transform-origin: 0% 100%;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-3rem, 5rem, 0);
}
.woocommerce-reveal .products .woocommerce-loop-product__title:hover {
  border-color: #557630;
  text-decoration: none;
  color: #fff;
}
.woocommerce-reveal .products .woocommerce-loop-product__title:hover:before {
  z-index: -1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate3d(0, 0, 1, 0deg);
  pointer-events: none;
}

.tax-product_cat .woo-loop {
  flex-wrap: wrap !important;
}
.tax-product_cat .woo-loop .wp-block-column {
  flex: 0 0 30% !important;
}
.tax-product_cat .woo-loop .wp-block-column:first-of-type {
  padding-left: 0;
}
.tax-product_cat .woo-loop .wp-block-column:last-of-type {
  padding-left: 0;
}
.tax-product_cat .product .woocommerce-loop-product__link {
  display: block;
  margin-bottom: 1.875rem;
}
.tax-product_cat .product .woocommerce-loop-product__title {
  margin-bottom: 1.875rem;
}
.tax-product_cat .product .added_to_cart {
  margin-top: 1.875rem;
  display: block;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.flex {
  display: flex;
}

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

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