@charset "UTF-8";
/*!
Theme Name: Rodale Institute 2018
Theme URI: https://infantree.com
Author: Infantree
Author URI: https://infantree.com
Description: A custom WordPress theme for the Rodale Institute.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rodale-institute-2018
*/
.wf-loading {
  /* styles to use when web fonts are loading */
}

.wf-active {
  /* styles to use when web fonts are active */
}

.wf-inactive {
  /* styles to use when web fonts are inactive */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 18px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #52463a;
  font-family: "PT Serif", Georgia, serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 320px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: calc(18px + (21.6 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 21.6px;
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.33;
  color: #4B9189;
}

h1,
.h1 {
  font-size: 41.94px;
  font-size: 2.33rem;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
@media (min-width: 320px) {
  h1,
.h1 {
    font-size: calc(41.94px + (58.5 - 41.94) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  h1,
.h1 {
    font-size: 58.5px;
    font-size: 3.25rem;
  }
}

h2,
.h2 {
  font-size: 29.88px;
  font-size: 1.66rem;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
@media (min-width: 320px) {
  h2,
.h2 {
    font-size: calc(29.88px + (45 - 29.88) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  h2,
.h2 {
    font-size: 45px;
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 25.2px;
  font-size: 1.4rem;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
@media (min-width: 320px) {
  h3,
.h3 {
    font-size: calc(25.2px + (36 - 25.2) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  h3,
.h3 {
    font-size: 36px;
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 19.8px;
  font-size: 1.1rem;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
@media (min-width: 320px) {
  h4,
.h4 {
    font-size: calc(19.8px + (22.5 - 19.8) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  h4,
.h4 {
    font-size: 22.5px;
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1rem;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
@media (min-width: 320px) {
  h5,
.h5 {
    font-size: calc(18px + (18.9 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  h5,
.h5 {
    font-size: 18.9px;
    font-size: 1.05rem;
  }
}

h6,
.h6 {
  font-size: 16.2px;
  font-size: 0.9rem;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
@media (min-width: 320px) {
  h6,
.h6 {
    font-size: calc(16.2px + (18 - 16.2) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  h6,
.h6 {
    font-size: 18px;
    font-size: 1rem;
  }
}

p {
  margin: 0 0 1em;
}

.button + p {
  margin-top: 1em;
}

.lead {
  font-size: 21.6px;
  font-size: 1.2rem;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
@media (min-width: 320px) {
  .lead {
    font-size: calc(21.6px + (28.8 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .lead {
    font-size: 28.8px;
    font-size: 1.6rem;
  }
}

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

blockquote {
  margin: calc(1.5em + 1vw) 0;
  padding: calc(1.5em + 1vw) calc(1em + 1vw) calc(1em + 1vw);
  border-top: 1px solid #ACBB37;
  border-bottom: 1px solid #ACBB37;
  font-style: italic;
  font-size: 21.6px;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
}
@media (min-width: 320px) {
  blockquote {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  blockquote {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
blockquote:before, blockquote:after {
  content: "";
  display: block;
  height: 5px;
  width: 5em;
  background-color: #ACBB37;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
blockquote:after {
  top: auto;
  bottom: 0;
}

address {
  margin: 0 0 1em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
@media (min-width: 320px) {
  pre {
    font-size: calc(16.875px + (18 - 16.875) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  pre {
    font-size: 18px;
    font-size: 1rem;
  }
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
}
@media (min-width: 320px) {
  code,
kbd,
tt,
var {
    font-size: calc(16.875px + (18 - 16.875) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  code,
kbd,
tt,
var {
    font-size: 18px;
    font-size: 1rem;
  }
}

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

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

small,
.small,
.text--small {
  font-size: 80%;
}
small p,
.small p,
.text--small p {
  margin-bottom: 0.8em;
}

big,
.big,
.text--big,
.text--large {
  font-size: 125%;
}

.text--disclaimer {
  font-size: 80%;
  font-style: italic;
  opacity: 0.8;
}

::-moz-selection {
  background: #ACBB37;
  color: #3b2b19;
  text-shadow: none;
}

::selection {
  background: #ACBB37;
  color: #3b2b19;
  text-shadow: none;
}

::-moz-selection {
  background: #ACBB37;
  color: #3b2b19;
  text-shadow: none;
}

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

.text--no-wrap,
.text--nowrap {
  white-space: nowrap;
}

.text--caps {
  text-transform: uppercase;
}

/* pt-serif-regular - latin */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/pt-serif-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v9-latin-regular.woff2") format("woff2"), url("../fonts/pt-serif-v9-latin-regular.woff") format("woff"), url("../fonts/pt-serif-v9-latin-regular.ttf") format("truetype"), url("../fonts/pt-serif-v9-latin-regular.svg#PTSerif") format("svg");
  /* Legacy iOS */
}
/* pt-serif-italic - latin */
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-serif-v9-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../fonts/pt-serif-v9-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v9-latin-italic.woff2") format("woff2"), url("../fonts/pt-serif-v9-latin-italic.woff") format("woff"), url("../fonts/pt-serif-v9-latin-italic.ttf") format("truetype"), url("../fonts/pt-serif-v9-latin-italic.svg#PTSerif") format("svg");
  /* Legacy iOS */
}
/* pt-serif-700 - latin */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-serif-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/pt-serif-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v9-latin-700.woff2") format("woff2"), url("../fonts/pt-serif-v9-latin-700.woff") format("woff"), url("../fonts/pt-serif-v9-latin-700.ttf") format("truetype"), url("../fonts/pt-serif-v9-latin-700.svg#PTSerif") format("svg");
  /* Legacy iOS */
}
/* pt-serif-700italic - latin */
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/pt-serif-v9-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("../fonts/pt-serif-v9-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v9-latin-700italic.woff2") format("woff2"), url("../fonts/pt-serif-v9-latin-700italic.woff") format("woff"), url("../fonts/pt-serif-v9-latin-700italic.ttf") format("truetype"), url("../fonts/pt-serif-v9-latin-700italic.svg#PTSerif") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #F7F5F0;
  /* Fallback for when there is no custom background color defined. */
}
@media screen and (min-width: 1600px) {
  body {
    padding: 0 1em;
  }
}

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

ul,
ol {
  margin: 0 0 1em 1.875em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

li {
  margin-bottom: 0.8em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
  position: relative;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:vertical {
  display: none;
  border: 2px solid #DAD0BD;
}
.table-responsive::-webkit-scrollbar:horizontal {
  height: 11px;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  left: -11px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  /* should match background, can't be transparent */
  background-color: #DAD0BD;
}
.table-responsive table {
  min-width: 768px;
}

table {
  margin: 1.5em 0;
  border: none !important;
  border-collapse: collapse;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  table {
    font-size: 1rem;
  }
}

td,
th {
  padding: 0.5em;
  border: 1px solid rgba(170, 147, 105, 0.33);
  background-color: rgba(247, 245, 240, 0.5);
  line-height: 1.3;
}

thead td {
  font-weight: 600;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  background-color: rgba(218, 208, 189, 0.5);
  border-bottom-width: 2px;
  line-height: 1.2;
}

tbody td {
  vertical-align: top;
}

tfoot td {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  background-color: transparent;
  border-top-width: 2px;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: #884400;
  text-decoration: none;
  transition: 0.2s ease color;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #161805;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline-color: transparent;
}

a {
  font-weight: 600;
  box-shadow: inset 0 -0.15em 0 0 rgba(172, 187, 55, 0.3);
  text-decoration: none;
  transition: 0.2s ease opacity, 0.2s ease color, 0.2s ease box-shadow;
}
a:hover, a:focus, a:active {
  box-shadow: inset 0 -1.1em 0 0 rgba(172, 187, 55, 0.5);
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

.site-header a,
.breadcrumbs a,
#wpadminbar a,
#tribe-events a,
.article-support a,
.related-posts__list a,
.entry-meta a,
.footer-top a,
.footer-bottom p a,
.comment-metadata a,
.comment-form a,
.card__grid a,
.slideshow-controls a,
.jp-carousel-info a,
.home-matters a,
.home-news a,
.home-events a,
.error404 a,
.BBFormFieldContainer a,
.feature__headline a {
  font-weight: inherit;
  box-shadow: none;
}
.site-header a:hover, .site-header a:focus, .site-header a:active,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active,
#wpadminbar a:hover,
#wpadminbar a:focus,
#wpadminbar a:active,
#tribe-events a:hover,
#tribe-events a:focus,
#tribe-events a:active,
.article-support a:hover,
.article-support a:focus,
.article-support a:active,
.related-posts__list a:hover,
.related-posts__list a:focus,
.related-posts__list a:active,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.footer-top a:hover,
.footer-top a:focus,
.footer-top a:active,
.footer-bottom p a:hover,
.footer-bottom p a:focus,
.footer-bottom p a:active,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.comment-form a:hover,
.comment-form a:focus,
.comment-form a:active,
.card__grid a:hover,
.card__grid a:focus,
.card__grid a:active,
.slideshow-controls a:hover,
.slideshow-controls a:focus,
.slideshow-controls a:active,
.jp-carousel-info a:hover,
.jp-carousel-info a:focus,
.jp-carousel-info a:active,
.home-matters a:hover,
.home-matters a:focus,
.home-matters a:active,
.home-news a:hover,
.home-news a:focus,
.home-news a:active,
.home-events a:hover,
.home-events a:focus,
.home-events a:active,
.error404 a:hover,
.error404 a:focus,
.error404 a:active,
.BBFormFieldContainer a:hover,
.BBFormFieldContainer a:focus,
.BBFormFieldContainer a:active,
.feature__headline a:hover,
.feature__headline a:focus,
.feature__headline a:active {
  box-shadow: none;
}

.content-column__link {
  font-weight: inherit;
  box-shadow: none;
}
.content-column__link:hover, .content-column__link:focus, .content-column__link:active {
  box-shadow: none;
}

.ex-link,
.external-link {
  content: "→";
  font-size: 1em;
  display: inline-block;
  height: 1em;
  width: 1em;
  border: 1px solid #52463a;
}

.menu-toggle {
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
  font-size: 1rem;
  border-radius: 0;
  transition: 0.4s ease all;
  padding: 1rem 1.4rem;
  position: relative;
  z-index: 200;
  background-color: #ACBB37;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.menu-toggle .caret {
  width: 8px;
  fill: black;
  transition: 0.4s ease all;
  position: relative;
  top: -2px;
}
.menu-toggle.is--active, .menu-toggle.is--active:focus {
  outline: transparent;
}
.menu-toggle.is--active .caret, .menu-toggle.is--active:focus .caret {
  fill: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-toggle.is--active:before, .menu-toggle.is--active:focus:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  right: 0;
  background-color: #ACBB37;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

#main-navigation__panel {
  display: block;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  transition: 0.2s ease all;
}
#main-navigation__panel a {
  font-size: 0.85rem;
  display: block;
  text-decoration: none;
  color: #267d73;
}
#main-navigation__panel .menu-item--is-button a {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background-color: #ACBB37;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  font-size: 1.5em;
  transition: 0.2s ease all;
}
#main-navigation__panel .menu-item--is-button a:hover {
  background-color: #879422;
  color: white !important;
}
@media screen and (min-width: 768px) {
  #main-navigation__panel .menu-item--is-button a {
    padding: 0.4em 0.66em 0.25em;
    font-size: inherit;
  }
}
#main-navigation__panel .menu-item {
  font-size: 1rem;
}
#main-navigation__panel ul {
  display: none;
  transition: 0.2s ease all;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#main-navigation__panel ul li:hover > ul,
#main-navigation__panel ul li.focus > ul,
#main-navigation__panel ul li:focus > ul {
  left: auto;
}
#main-navigation__panel ul li {
  display: inline-block;
  margin-bottom: 0;
}
#main-navigation__panel ul li:hover > a:hover, #main-navigation__panel ul li.focus > a:hover {
  color: #879422;
}
#main-navigation__panel ul .sub-menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main-navigation__panel ul .sub-menu {
    padding: 2em 1em 2.5em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    position: absolute;
    top: 37px;
    left: -999em;
    background-color: #F7F5F0;
    border: none;
    text-align: left;
    transition: left 0.2s linear;
  }
  #main-navigation__panel ul .sub-menu li {
    margin: 0;
    width: 100%;
  }
  #main-navigation__panel ul .sub-menu .menu-item-has-children > a:after {
    position: absolute;
    content: "›";
    left: auto;
    right: 0.5rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* Small menu. */
.menu-toggle,
#menu-main-menu.is--active,
#main-navigation__panel.is--active .sub-menu {
  display: block;
}

#main-navigation__panel.is--active ul,
#main-navigation__panel.is--active li {
  display: block;
}
#main-navigation__panel.is--active li {
  padding: 0;
}

.menu-toggle {
  border: none;
}

#menu-main-menu.is--active li {
  display: block;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #main-navigation__panel li {
    position: relative;
  }
  #main-navigation__panel a {
    padding: 0.6em 0.4em;
    font-size: 1.1rem;
    font-size: calc(0.66em + 0.5vw);
    box-shadow: none;
    display: block;
    line-height: 1.3;
  }
  #main-navigation__panel .menu-item.menu-item--opens-right .sub-menu .sub-menu {
    top: -0.5em;
    right: calc(100% - 1px);
    padding-top: 0.5em;
  }
  #main-navigation__panel .menu-item:focus > .sub-menu,
#main-navigation__panel .menu-item:focus-within > .sub-menu,
#main-navigation__panel .menu-item:hover > .sub-menu {
    -webkit-transform: translateY(4);
            transform: translateY(4);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    transition: 0.3s ease all;
  }
  #main-navigation__panel .menu-item:focus > .sub-menu .menu-item-has-children:focus > .sub-menu,
#main-navigation__panel .menu-item:focus > .sub-menu .menu-item-has-children:focus-within > .sub-menu,
#main-navigation__panel .menu-item:focus > .sub-menu .menu-item-has-children:hover > .sub-menu,
#main-navigation__panel .menu-item:focus-within > .sub-menu .menu-item-has-children:focus > .sub-menu,
#main-navigation__panel .menu-item:focus-within > .sub-menu .menu-item-has-children:focus-within > .sub-menu,
#main-navigation__panel .menu-item:focus-within > .sub-menu .menu-item-has-children:hover > .sub-menu,
#main-navigation__panel .menu-item:hover > .sub-menu .menu-item-has-children:focus > .sub-menu,
#main-navigation__panel .menu-item:hover > .sub-menu .menu-item-has-children:focus-within > .sub-menu,
#main-navigation__panel .menu-item:hover > .sub-menu .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  #main-navigation__panel li.mega-menu {
    position: static;
    display: inline-block;
  }
  #main-navigation__panel li.mega-menu .menu-item {
    min-width: 160px;
    display: block;
  }
  #main-navigation__panel li.mega-menu > .sub-menu {
    position: absolute;
    top: 37px;
    right: 0;
    height: auto;
    width: 100vw;
    max-width: 960px;
    padding: 2em 1.5em 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  #main-navigation__panel li.mega-menu > .sub-menu a {
    padding: 0.5em 0;
    width: 100%;
  }
  #main-navigation__panel li.mega-menu > .sub-menu > li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  #main-navigation__panel li.mega-menu > .sub-menu .sub-menu {
    background: none;
    display: block;
    width: 100%;
    min-width: auto;
    position: relative !important;
    top: auto;
    left: auto;
    padding: 0;
    box-shadow: none;
    margin-bottom: 4rem;
  }
  #main-navigation__panel li.mega-menu > .sub-menu .sub-menu li {
    width: 100%;
  }
  #main-navigation__panel li.mega-menu > .sub-menu .sub-menu a {
    color: #3b2b19;
  }
  #main-navigation__panel li.mega-menu > .sub-menu li.menu-item-has-children {
    -webkit-column-break-before: column;
       -moz-column-break-before: column;
            break-before: column;
  }
  #main-navigation__panel li.mega-menu > .sub-menu .menu-item-has-children > a:after {
    content: none;
  }
  #main-navigation__panel li.mega-menu > .sub-menu .menu-item__back + .menu-item {
    display: none;
  }
  #main-navigation__panel li.mega-menu > .sub-menu .menu-item-has-children:focus > .sub-menu,
#main-navigation__panel li.mega-menu > .sub-menu .menu-item-has-children:focus-within > .sub-menu,
#main-navigation__panel li.mega-menu > .sub-menu .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: none !important;
            transform: none !important;
  }
  #main-navigation__panel li.mega-menu .sub-menu li:focus > .sub-menu,
#main-navigation__panel li.mega-menu .sub-menu li:focus-within > .sub-menu,
#main-navigation__panel li.mega-menu .sub-menu li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
  #main-navigation__panel li.mega-menu > .sub-menu > li > a {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  #main-navigation__panel li.mega-menu .menu-item-has-children > a {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  #main-navigation__panel li.mega-menu .menu-item:hover > .sub-menu,
#main-navigation__panel li.mega-menu .menu-item:focus > .sub-menu {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  #main-navigation__panel li.mega-menu .menu-item-has-children > a:after {
    content: "›";
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 50%;
    opacity: 0.66;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-background {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #main-navigation__panel ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .menu-item__back {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  #main-navigation__panel .menu-item:focus > .sub-menu,
#main-navigation__panel .menu-item:focus-within > .sub-menu,
#main-navigation__panel .menu-item:hover > .sub-menu {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media screen and (max-width: 767px) {
  #main-navigation__panel {
    position: absolute;
    top: 100%;
    right: 0;
    height: calc(100vh - 70px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    width: 100vw;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 2em;
    z-index: 200;
    background-color: white;
  }
  #main-navigation__panel a {
    position: relative;
    display: block;
    padding: 0.5em calc(1rem + 1vw);
    text-decoration: none;
    color: #267d73;
    box-shadow: 0 1px 0 0 #DAD0BD;
    font-size: 1.2em;
  }
  #main-navigation__panel a:hover,
#main-navigation__panel a:focus {
    color: #184949;
  }
  #main-navigation__panel .menu-item-has-children > a:after {
    content: "❯";
    display: inline-block;
    position: absolute;
    right: 1em;
  }
}
@media screen and (max-width: 767px) and (hover: none) {
  #main-navigation__panel > .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #main-navigation__panel .sub-menu {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 9;
  }
  #main-navigation__panel .sub-menu.is--active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  #main-navigation__panel .sub-menu a:hover,
#main-navigation__panel .sub-menu a:focus {
    background-color: #EDEAE6;
  }
}
@media screen and (max-width: 767px) and (hover: none) {
  #main-navigation__panel .sub-menu .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #main-navigation__panel .menu-item__back a {
    color: #AA9369;
  }
  #main-navigation__panel .menu-item__back a:before {
    content: "❮";
    display: inline-block;
    padding-right: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #main-navigation__panel.is--active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle,
.main-navigation.is--active ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .site-header__eyebrow {
    border-top: 1px solid #DAD0BD;
  }

  .eyebrow-menu {
    display: flex !important;
    flex: 1;
  }
  .eyebrow-menu .menu-item {
    flex: 1;
    text-align: center;
    box-shadow: 1px 0 0 0 #EDEAE6;
  }

  #menu-eyebrow-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #menu-eyebrow-menu a {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.66em;
  }

  .site-header__search {
    padding: calc(1rem + 1vw);
  }
}
@media screen and (min-width: 768px) {
  .site-header__eyebrow {
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    padding-bottom: 0.33em;
    border: none;
  }

  .eyebrow-menu {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .eyebrow-menu .menu-item {
    display: inline-block;
    box-shadow: none;
  }

  #menu-eyebrow-menu a {
    font-size: 1rem;
    line-height: 1.1;
    padding: 0.5em 0.33em;
    color: rgba(0, 0, 0, 0.6);
  }

  .site-header__search {
    font-size: 1rem;
    align-content: center;
    padding: 0;
    padding-left: 0.33em;
  }
}
@media (min-width: 768px) {
  .menu-item.menu-item-gtranslate {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    margin: 0 -10px;
  }
}
.menu-item.menu-item-gtranslate select {
  font-size: 16px;
  background-color: #edeae6;
  border: 10px solid #edeae6;
  padding: 0;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-weight: bold;
}

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

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

.skip-link,
.skip-link:focus {
  display: inline-block;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #CD761F;
  box-shadow: inset 0 0 0 0 rgba(136, 68, 0, 0.5), inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.33);
  border: none;
  border-radius: 0;
  color: white;
  padding: 0.66em 1em;
  font-size: 21.6px;
  font-size: 1.2rem;
  transition: 0.25s ease all;
  text-decoration: none;
  font-size: 23.4px;
  font-size: 1.3rem;
}
@media (min-width: 320px) {
  .skip-link,
.skip-link:focus {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .skip-link,
.skip-link:focus {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.skip-link:hover, .skip-link:focus, .skip-link:visited:hover, .skip-link:visited:focus,
.skip-link:focus:hover,
.skip-link:focus:focus,
.skip-link:focus:visited:hover,
.skip-link:focus:visited:focus {
  background-color: #b36210;
  box-shadow: inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.5), inset 0 -2em 0 0 #b36210;
  outline: transparent;
  color: white;
}
.skip-link:disabled,
.skip-link:focus:disabled {
  background-color: #be7730;
}
.skip-link:visited,
.skip-link:focus:visited {
  color: white;
}
.skip-link:focus,
.skip-link:focus:focus {
  outline: transparent;
}
@media (min-width: 320px) {
  .skip-link,
.skip-link:focus {
    font-size: calc(23.4px + (27 - 23.4) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .skip-link,
.skip-link:focus {
    font-size: 27px;
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
  max-width: 35%;
}

.alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
  max-width: 35%;
}

.aligncenter {
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.alignnone {
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .alignleft {
    max-width: 45%;
  }

  .alignright {
    max-width: 45%;
  }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .site-header {
    display: flex;
    height: 70px;
    background-color: white;
    justify-content: space-between;
    position: relative;
    z-index: 101;
  }

  .site-branding {
    flex: 0 1 200px;
    min-width: 180px;
    padding: 1em 0 1em calc(1rem + 1vw);
    display: flex;
    align-content: center;
    max-height: 100px;
  }

  .custom-logo-link {
    display: flex;
    align-content: center;
  }

  .custom-logo {
    align-self: center;
    width: 100%;
    max-width: 250px !important;
    display: block;
  }

  .main-navigation {
    flex: 1 0 calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
  }
}
.custom-logo.jetpack-lazy-image {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .site-header {
    display: flex;
    z-index: 101;
    background-color: white;
    position: relative;
    height: auto;
    max-width: 1600px;
    margin: 0 auto;
  }

  .site-branding {
    flex: 0 1 180px;
    padding-left: 1.6em;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
  }

  .main-navigation {
    flex: 1 1 80%;
    flex: 1 0 calc(100% - (180px + 0.5em));
  }

  #main-navigation__panel {
    display: flex;
    flex-direction: column-reverse;
  }

  .site-header__primary-menu {
    padding-right: 0.5em;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }

  .site-header__eyebrow {
    padding-right: 0.5em;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-branding {
    flex: 0 0 250px;
    min-width: 200px;
    padding-left: calc(1rem + 1vw);
  }

  .main-navigation {
    flex: 1 1 80%;
    flex: 1 1 calc(100% - (200px + 2vw));
  }

  .site-header__primary-menu {
    padding-right: calc(1rem + 1vw);
  }

  .site-header__eyebrow {
    padding-right: calc(1rem + 1vw);
  }

  .site-branding {
    padding-left: calc(1rem + 1vw);
  }
}
.site-footer {
  background-color: #F7F5F0;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-size: 0.9rem;
  color: #736e69;
}
.site-footer p {
  max-width: none;
}
.site-footer hr {
  border: none;
  height: 4px;
  background-color: #DAD0BD;
  width: 100%;
  max-width: 768px;
  margin: calc(2em + 2vw) auto;
}

.footer-cta {
  background-color: #EDEAE6;
  padding: calc(1rem + 1vw);
}
.footer-cta .button {
  text-decoration: none;
}

.footer-top {
  padding: 2em 0;
}
.footer-top .custom-logo {
  margin: 0 auto;
  padding-bottom: 1em;
  width: 200px;
}

.site-info {
  padding: calc(1rem + 1vw) 0 3em 0;
  text-align: center;
}
.site-info .custom-logo-link {
  display: inline-block;
}
.site-info .custom-logo {
  max-width: 200px;
}
.site-info address {
  margin: 0;
}
.site-info * {
  margin-top: 0;
}

.footer__social-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}
.footer__social-links li {
  margin: 0 10px;
  padding: 0;
}
.footer__social-links .social-link {
  color: white;
  background-color: #AA9369;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  width: 2em;
  height: 2em;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 2px;
  transition: none;
}
.footer__social-links .social-link svg {
  display: block;
  fill: white;
}
.footer__social-links .social-link svg path {
  fill: white;
}
.footer__social-links .social-link:hover, .footer__social-links .social-link:focus {
  opacity: 1;
  color: white;
}
.footer__social-links .social-link:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.social-link--twitter:focus,
.social-link--twitter:hover {
  background-color: #1da1f2;
}

.social-link--facebook:focus,
.social-link--facebook:hover {
  background-color: #3b5998;
}

.social-link--instagram:focus,
.social-link--instagram:hover {
  background: linear-gradient(to bottom, #4868D2 0%, #BD3187 33%, #EC5B47 66%, #FDD879 100%);
}

.social-link--youtube:focus,
.social-link--youtube:hover {
  background-color: #ff0000;
}

.footer-top-right {
  padding: 0 0 calc(1rem + 1vw) 0;
  max-width: 600px;
  margin: 0 auto;
}
.footer-menu {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.footer-menu .menu-item {
  margin: 0;
  padding: 0;
}
.footer-menu a {
  display: inline-block;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

@media screen and (min-width: 480px) {
  .footer-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: calc(1rem + 1vw);
       -moz-column-gap: calc(1rem + 1vw);
            column-gap: calc(1rem + 1vw);
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu {
    -webkit-column-gap: calc(1rem + 1vw);
       -moz-column-gap: calc(1rem + 1vw);
            column-gap: calc(1rem + 1vw);
    text-align: left;
  }
}
a.button.footer-donate-button {
  margin-top: 0.5rem;
  font-size: 1.2em;
  padding: 0.5em 0.8em;
  background-color: #EDEAE6;
  color: #CD761F;
  text-decoration: none !important;
}

.footer-bottom {
  text-align: center;
  position: relative;
  border-top: 2px solid #EDEAE6;
}
.footer-bottom p {
  margin: 1em 0;
}

.footer-charity {
  text-align: center;
}
.footer-charity a {
  display: inline-block;
}
.footer-charity img {
  margin: 0 auto;
  max-width: 100px;
}

.footer-donate {
  padding: 2em 0 1em 0;
}
.footer-donate .button {
  text-decoration: none;
}

.footer-donate__headline {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 21.6px;
  font-size: 1.2rem;
  margin-top: 0;
  color: #CD761F;
}
@media (min-width: 320px) {
  .footer-donate__headline {
    font-size: calc(21.6px + (28.8 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .footer-donate__headline {
    font-size: 28.8px;
    font-size: 1.6rem;
  }
}

.footer-copyright {
  padding: 1px 0;
  background-color: #EDEAE6;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-donate p {
    text-align: center;
    margin: 1em auto;
  }

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

  .footer-top {
    display: flex;
    justify-content: space-between;
  }
  .footer-top .custom-logo {
    max-width: 30vw;
  }

  .site-info {
    flex: 1;
    text-align: left;
    padding-top: 2em;
    max-width: 20em;
  }

  .footer__social-links {
    justify-content: flex-start;
  }
  .footer__social-links li {
    margin-left: 0;
  }

  .footer-top-right {
    flex: 1;
    padding-top: 2em;
    padding-left: 5em;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
  }

  .footer-top-right {
    flex: 1 0 50%;
    max-width: calc(500px + 12vw);
  }

  .footer-menu {
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .footer-bottom__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom__wrapper p {
    margin-bottom: 0;
  }

  .footer-charity {
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }
  .footer-charity img {
    margin: 0 1em 0 0;
  }
  .footer-charity * {
    align-self: center;
  }
}
.footer-top a,
.site-footer p a {
  text-decoration: underline;
  color: #736e69;
  -webkit-text-decoration-color: rgba(115, 110, 105, 0.5);
          text-decoration-color: rgba(115, 110, 105, 0.5);
}
.footer-top a:hover, .footer-top a:focus,
.site-footer p a:hover,
.site-footer p a:focus {
  color: #3e3832;
  -webkit-text-decoration-color: rgba(62, 56, 50, 0.66);
          text-decoration-color: rgba(62, 56, 50, 0.66);
}

.newsletter-cta {
  font-size: 1rem;
  padding: 2em 1em;
  background-color: #5C523F;
}
@media (min-width: 768px) {
  .newsletter-cta {
    display: flex;
    justify-content: center;
  }
}
.newsletter-cta .gform_wrapper {
  margin: 0 !important;
}
@media screen and (min-width: 480px) {
  .newsletter-cta .gform_wrapper {
    max-width: 500px;
    min-width: 350px;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  .newsletter-cta .gform_wrapper {
    margin: 0 !important;
  }
}
.newsletter-cta .newsletter-cta__headline {
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 21.6px;
  font-size: 1.2rem;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (min-width: 320px) {
  .newsletter-cta .newsletter-cta__headline {
    font-size: calc(21.6px + (29.88 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .newsletter-cta .newsletter-cta__headline {
    font-size: 29.88px;
    font-size: 1.66rem;
  }
}
@media (min-width: 768px) {
  .newsletter-cta .newsletter-cta__headline {
    margin-bottom: 0;
    margin-right: 1rem;
    margin-top: 0.1em;
    text-align: left;
  }
}
.newsletter-cta .gform_confirmation_message {
  color: white;
  text-align: center;
}
.newsletter-cta #gform_3 .gform_body {
  background-color: white;
}
.newsletter-cta #gform_3 .gform_body input {
  padding: 0.5em 1em;
  font-size: 1.1em !important;
}
.newsletter-cta #gform_3 li.gfield {
  margin: 0;
  padding: 0;
}
.newsletter-cta #gform_3 .gfield_label {
  display: none;
}
.newsletter-cta #gform_3 .ginput_container {
  margin: 0;
  display: flex;
}
.newsletter-cta #gform_3 .ginput_container input {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 21.6px;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 320px) {
  .newsletter-cta #gform_3 .ginput_container input {
    font-size: calc(21.6px + (23.4 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .newsletter-cta #gform_3 .ginput_container input {
    font-size: 23.4px;
    font-size: 1.3rem;
  }
}
.newsletter-cta #gform_3 .gform_footer {
  margin: 0;
}
.newsletter-cta #gform_3 .gform_footer .button {
  width: 100%;
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .newsletter-cta #gform_3 {
    display: flex;
    justify-content: center;
  }
  .newsletter-cta #gform_3 .gform_body {
    display: flex;
    flex: 1 0 200px;
  }
  .newsletter-cta #gform_3 .gform_body ul,
.newsletter-cta #gform_3 .gform_body li,
.newsletter-cta #gform_3 .gform_body .ginput_container {
    flex: 1 0 100%;
    display: flex;
  }
  .newsletter-cta #gform_3 .gform_body input {
    min-width: 230px;
  }
  .newsletter-cta #gform_3 .gform_footer {
    flex: 0 1 150px;
    display: flex;
    margin: 0;
  }
  .newsletter-cta #gform_3 .gform_footer input {
    margin: 0;
  }
}

#gform_3 {
  position: relative;
}
#gform_3 .gfield.gfield_error {
  border: none !important;
  max-width: 320px !important;
  margin: 0 !important;
}

.gform_validation_error #gform_3 {
  flex-wrap: wrap;
}
.gform_validation_error .gform_body input {
  border: none !important;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif !important;
  -o-border-image: none !important;
     border-image: none !important;
  border-image-width: !important;
  padding: 0.7em 1em 0.3em 1em !important;
}

.newsletter-cta input::-webkit-input-placeholder {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.newsletter-cta input::-moz-placeholder {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.newsletter-cta input:-ms-input-placeholder {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.newsletter-cta input::placeholder {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
.newsletter-cta .validation_error {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  line-height: 1.3;
  margin: 0 0 2px 0 !important;
  border: none !important;
  background-color: #d64334 !important;
  color: white !important;
  padding: 5px 1em !important;
  font-size: 16px;
  text-align: left !important;
}
.newsletter-cta .validation_message {
  pointer-events: none !important;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif !important;
  line-height: 1 !important;
  position: absolute;
  margin: 0 !important;
  padding: 3px 0 0 3px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  border: none !important;
  color: #d64334 !important;
}

.blog-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: calc(1rem + 1vw);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.blog-post-list > li {
  display: grid;
}

.site {
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  background-color: white;
  box-shadow: 0 0 100px 0 rgba(96, 71, 44, 0.1);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1240px;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  margin: 0 auto;
}

.container--skinnier {
  max-width: 580px;
}

.container--skinny {
  max-width: 760px;
}

.container--slim {
  max-width: 960px;
}

.container--wide {
  max-width: 1400px;
}

.container--wider {
  max-width: 1600px;
}

.container--widest {
  max-width: none;
}

.container--full {
  padding-left: 0;
  padding-right: 0;
}

.container--content-full {
  max-width: 1070px;
}

.section {
  position: relative;
}

.section--shortest {
  padding: 1rem 0;
}
@media screen and (min-width: 480px) {
  .section--shortest {
    padding: 1.25rem 0;
  }
}
@media (min-width: 768px) {
  .section--shortest {
    padding: 1.66rem 0;
  }
}

.section--shorter {
  padding: 1rem 0;
}
@media screen and (min-width: 480px) {
  .section--shorter {
    padding: 1.5rem 0;
  }
}
@media (min-width: 768px) {
  .section--shorter {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .section--shorter {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--shorter {
    padding: 3rem 0;
  }
}

.section--short {
  padding: 2rem 0;
}
@media screen and (min-width: 480px) {
  .section--short {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) {
  .section--short {
    padding: 4rem 0;
  }
}

.section--tall {
  padding: 3rem 0;
}
@media screen and (min-width: 480px) {
  .section--tall {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .section--tall {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .section--tall {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--tall {
    padding: 8rem 0;
  }
}

.section--taller {
  padding: 33vw 0;
}
@media (min-width: 768px) {
  .section--taller {
    padding: 20vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .section--taller {
    padding: 15vw 0;
  }
}

.article__sidebar {
  float: right;
  margin-left: 1em;
  padding: 0 calc(1rem + 1vw);
  max-width: 50%;
  min-width: 250px;
}

.article__content {
  padding: 0 calc(1rem + 1vw);
}

.article__content-wrapper {
  max-width: 800px;
  max-width: calc(730px + calc(1rem + 1vw));
  margin: 0 auto;
}

@media (min-width: 768px) {
  .layout__article {
    display: flex;
    justify-content: center;
  }

  .article__sidebar {
    flex: 1 0 150px;
    max-width: 250px;
    order: 1;
    padding: 0;
    float: none;
    margin-left: 0;
  }

  .article__content {
    flex: 2 0 400px;
    order: 0;
    padding: 0 calc(1rem + 1vw);
  }

  .article__content--full .article__content-wrapper {
    max-width: 1070px;
  }
}
.layout__sidebar {
  padding: 0 calc(1rem + 1vw);
}
.layout__sidebar .sidebar {
  position: relative;
  margin-bottom: calc(1rem + 1vw);
}
.layout__sidebar .main {
  position: relative;
}

@media screen and (min-width: 768px) {
  .layout__sidebar {
    display: flex;
    justify-content: space-between;
  }
  .layout__sidebar .main {
    flex: 1 0 400px;
    order: 0;
  }
  .layout__sidebar .sidebar {
    order: 1;
    margin-left: calc(1rem + 1vw);
    margin-bottom: 0;
  }

  .layout__sidebar--left .main {
    order: 1;
  }
  .layout__sidebar--left .sidebar {
    margin-left: 0;
    margin-right: calc(1rem + 1vw);
    order: 0;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rip,
.rip--bottom,
.rip--top {
    display: none;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  font-size: 15.3px;
  font-size: 0.85rem;
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #DAD0BD;
}
@media (min-width: 320px) {
  .wp-caption .wp-caption-text {
    font-size: calc(15.3px + (16.2 - 15.3) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .wp-caption .wp-caption-text {
    font-size: 16.2px;
    font-size: 0.9rem;
  }
}

.wp-caption-text {
  opacity: 0.85;
}

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

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

.gallery-caption {
  display: block;
}

.slideshow-window.jetpack-slideshow {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 2em 0;
}
.slideshow-window.jetpack-slideshow .slideshow-slide {
  background-color: white !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status,
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif !important;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fade-in ease-out 1;
          animation: fade-in ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fade-in-from-left {
  from {
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-from-left {
  from {
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fade-in--from-left {
  -webkit-transform: translateX(-3em);
          transform: translateX(-3em);
  opacity: 0;
  -webkit-animation: fade-in-from-left ease-out 1;
          animation: fade-in-from-left ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fade-in-from-bottom {
  from {
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-from-bottom {
  from {
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fade-in--from-bottom {
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
  opacity: 0;
  -webkit-animation: fade-in-from-bottom ease-out 1;
          animation: fade-in-from-bottom ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.site__mask {
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition-property: opacity, height;
  transition-duration: 0.4s, 0.1s;
  transition-delay: 0s, 0.4s;
}
@media screen and (min-width: 768px) {
  .site__mask {
    display: none;
  }
}
.site__mask.is--active {
  opacity: 1;
  height: 100%;
  transition: opacity 0.4s ease;
}

.no-scroll {
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .no-scroll {
    height: auto;
    overflow: auto;
  }
}

.no-scroll--lg {
  margin: 0;
  overflow: hidden;
}

.page-header {
  position: relative;
  display: block;
}
@supports (grid-row-gap: 0) {
  .page-header {
    display: grid;
    grid-template-rows: calc(4em + 4vw) minmax(1px, auto) minmax(1px, auto);
    grid-template-columns: 3fr 1fr;
    padding-bottom: calc(1em + 2vw);
  }
}

.page-header.has-image .page-header__image {
  padding-top: calc(6em + 20vw);
}
@supports (grid-row-gap: 0) {
  .page-header.has-image {
    grid-template-rows: calc(10em + 15vw) minmax(1px, auto) minmax(1px, auto);
  }
}

.page-header__image {
  width: 100%;
  padding-top: calc(6em + 5vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EDEAE6;
}
@supports (grid-row-gap: 0) {
  .page-header__image {
    padding-top: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.page-header__content {
  padding-left: calc(1rem + 1vw);
  padding-right: calc(calc(1rem + 1vw) * 2);
  max-width: 900px;
}
@supports (grid-row-gap: 0) {
  .page-header__content {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.page-header__title {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2rem;
  margin: 0;
  display: inline;
  background-color: white;
  box-shadow: 0.3em 0 0 white, -3rem 0 0 white;
  padding: 0.1em 0.2em 0 0;
  color: #4B9189;
  position: relative;
  top: -0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 320px) {
  .page-header__title {
    font-size: calc(36px + (90 - 36) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .page-header__title {
    font-size: 90px;
    font-size: 5rem;
  }
}
@supports (grid-row-gap: 0) {
  .page-header__title {
    top: auto;
  }
}
.page-header__title.headline--short {
  font-size: 36px;
  font-size: 2rem;
}
@media (min-width: 320px) {
  .page-header__title.headline--short {
    font-size: calc(36px + (108 - 36) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .page-header__title.headline--short {
    font-size: 108px;
    font-size: 6rem;
  }
}
.page-header__title.headline--long {
  font-size: 36px;
  font-size: 2rem;
  top: -1em;
}
@media (min-width: 320px) {
  .page-header__title.headline--long {
    font-size: calc(36px + (90 - 36) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .page-header__title.headline--long {
    font-size: 90px;
    font-size: 5rem;
  }
}
@supports (grid-row-gap: 0) {
  .page-header__title.headline--long {
    top: auto;
  }
}
.page-header__title.headline--longer {
  font-size: 36px;
  font-size: 2rem;
  top: -1em;
}
@media (min-width: 320px) {
  .page-header__title.headline--longer {
    font-size: calc(36px + (72 - 36) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .page-header__title.headline--longer {
    font-size: 72px;
    font-size: 4rem;
  }
}
@supports (grid-row-gap: 0) {
  .page-header__title.headline--longer {
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-header__content {
    grid-column-end: 2;
    padding-right: 0;
  }
}
.post-navigation {
  display: flex;
  justify-content: space-between;
}

.post-navigation__label {
  color: #267d73;
  font-size: 18px;
  font-size: 1rem;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .post-navigation__label {
    font-size: calc(18px + (19.8 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .post-navigation__label {
    font-size: 19.8px;
    font-size: 1.1rem;
  }
}

.post-navigation__previous,
.post-navigation__next {
  flex: 0 0 47%;
}

.post-navigation__link {
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  color: #52463a;
  line-height: 1.3;
  max-width: 12em;
  text-decoration: none;
}
@media (min-width: 320px) {
  .post-navigation__link {
    font-size: calc(18px + (25.2 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .post-navigation__link {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.post-navigation__link .arrow {
  display: block;
  width: 3em;
  height: auto;
  margin-top: 0.5em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-navigation__link .arrow {
    height: 1em;
  }
}
.post-navigation__previous .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.related-posts__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@supports (grid-row-gap: 0) {
  .related-posts__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 28%));
    grid-gap: calc(1rem + 1vw);
  }
}
@media screen and (min-width: 768px) {
  .related-posts__list li {
    flex: 1;
    margin-right: calc(1rem + 1vw);
    max-width: 33%;
  }

  @supports (grid-row-gap: 0) {
    .related-posts__list li {
      margin-right: 0;
      max-width: none;
    }
  }
}
.comments-area {
  padding-top: 1em;
}

.comments-title,
.comments-reply-title {
  font-size: 21.6px;
  font-size: 1.2rem;
}
@media (min-width: 320px) {
  .comments-title,
.comments-reply-title {
    font-size: calc(21.6px + (32.4 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .comments-title,
.comments-reply-title {
    font-size: 32.4px;
    font-size: 1.8rem;
  }
}

.comment-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  background-color: white;
}

.comment {
  border-bottom: 1px dotted rgba(96, 71, 44, 0.33);
  padding: 1em;
}
.comment .children {
  list-style: none;
  margin-top: 1em;
  margin-left: 0;
  padding-left: 0.5em;
}
.comment-meta {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.comment-author {
  line-height: 1.2;
}
.comment-author .avatar {
  float: left;
  margin: 0 0.5em 0.5em 0;
  border-radius: 50%;
}

.comment-metadata {
  font-size: 0.8em;
}

.comment-content {
  padding-top: 0.5em;
}

.comment-reply-link {
  font-size: 0.8em;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.comment-form-comment label {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
.comment-form-comment textarea {
  max-width: 100%;
}

.form-submit .submit {
  display: inline-block;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #CD761F;
  box-shadow: inset 0 0 0 0 rgba(136, 68, 0, 0.5), inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.33);
  border: none;
  border-radius: 0;
  color: white;
  padding: 0.66em 1em;
  font-size: 21.6px;
  font-size: 1.2rem;
  transition: 0.25s ease all;
  text-decoration: none;
}
@media (min-width: 320px) {
  .form-submit .submit {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .form-submit .submit {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.form-submit .submit:hover, .form-submit .submit:focus, .form-submit .submit:visited:hover, .form-submit .submit:visited:focus {
  background-color: #b36210;
  box-shadow: inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.5), inset 0 -2em 0 0 #b36210;
  outline: transparent;
  color: white;
}
.form-submit .submit:disabled {
  background-color: #be7730;
}
.form-submit .submit:visited {
  color: white;
}
.form-submit .submit:focus {
  outline: transparent;
}

.logged-in-as {
  font-size: 0.9em;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

.children li.depth-2 {
  border-left: 2px solid rgba(135, 148, 34, 0.75);
  margin: 0 0 0.5em 0;
}

.children li.depth-3 {
  border-left: 2px solid rgba(135, 148, 34, 0.5);
  margin: 0 0 0.5em 0;
}

.children li.depth-4 {
  border-left: 2px solid rgba(135, 148, 34, 0.25);
  margin: 0 0 0.5em 0;
}

.comment-list li.even {
  background-color: white;
}

.comment-list li.odd {
  background-color: rgba(247, 245, 240, 0.66);
}

.comment-list li.parent {
  border-left: 2px solid #879422;
}

.akismet_comment_form_privacy_notice {
  font-size: 0.8rem;
}

.entry-meta {
  font-size: 15.3px;
  font-size: 0.85rem;
  margin-right: calc(calc(1rem + 1vw) * -1);
  margin-bottom: 2em;
  position: relative;
}
@media (min-width: 320px) {
  .entry-meta {
    font-size: calc(15.3px + (17.1 - 15.3) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .entry-meta {
    font-size: 17.1px;
    font-size: 0.95rem;
  }
}

.entry-meta__top {
  border-top: 1px solid #EDEAE6;
  border-left: 1px solid #EDEAE6;
}
.entry-meta__top p {
  margin: 0;
}

.entry-meta__date {
  padding: 0.5rem 0.66rem;
  box-shadow: 1px 0 0 0 #EDEAE6, 0 1px 0 0 #EDEAE6;
  color: #879422;
  font-style: italic;
}
.entry-meta__date * {
  white-space: nowrap;
}

.entry-meta__author {
  padding: 0.5rem 0.66rem;
  color: #60472C;
  box-shadow: 0 1px 0 0 #EDEAE6;
}

.entry-meta__bottom {
  background-color: #F7F5F0;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  color: #60472C;
}
.entry-meta__bottom ul,
.entry-meta__bottom ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-meta__bottom li {
  padding-left: 1em;
}

.entry-meta__bottom-section {
  padding: 0.66rem 0.66rem 0.5rem 0.66rem;
}

.entry-meta__bottom-section + .entry-meta__bottom-section {
  border-top: 1px solid #EDEAE6;
}

.entry-meta__links li {
  padding: 0;
  margin: 0;
}
.entry-meta__links a {
  display: inline-block;
  padding: 0 0 0 1.25em;
  position: relative;
  color: #60472C;
  font-size: 15px;
}
.entry-meta__links .arrow {
  width: 0.8em;
  height: auto;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transform: translate(0, 0.33em);
          transform: translate(0, 0.33em);
  fill: #60472C;
  opacity: 0.3;
}
.entry-meta__links a:hover .arrow {
  opacity: 0.5;
}

.entry-meta__bottom .rip--bottom {
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(100% - 1px);
  fill: #F7F5F0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.entry-meta__heading {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  color: #60472C;
  font-size: 16.2px;
  font-size: 0.9rem;
}
@media (min-width: 320px) {
  .entry-meta__heading {
    font-size: calc(16.2px + (18 - 16.2) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .entry-meta__heading {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .entry-meta {
    margin-right: 0;
  }
}
.article__footer {
  margin-top: calc(1em + 3vw);
  padding-top: calc(1em + 2vw);
  background-color: #F7F5F0;
  position: relative;
}

.article__footer .rip {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: calc(100% - 1px);
  fill: #F7F5F0;
}

.article__footer:after {
  content: "";
  display: block;
  height: calc(3em + 3vw);
  margin-top: calc(3em + 3vw);
  background-image: url("images/wood-bar.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}

.arrow {
  transition: 0.25s ease all;
}

.arrow--fat {
  fill: #DAD0BD;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5em;
  position: relative;
  font-size: 27px;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: none;
}
@media (min-width: 320px) {
  .card {
    font-size: calc(27px + (32.4 - 27) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .card {
    font-size: 32.4px;
    font-size: 1.8rem;
  }
}

.card:hover {
  box-shadow: none;
}

.card__content {
  text-transform: uppercase;
  padding-top: calc(20% + 4vw);
  min-height: 6em;
  padding-right: 30%;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #DAD0BD;
  line-height: 1.1;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

a.card .card__content {
  opacity: 0.9;
  transition: 0.2s ease opacity;
}

.card__spacer {
  flex: 1 0 auto;
}

.card__title-wrapper {
  flex: 0 0 auto;
}

.card__title {
  display: inline;
  background-color: white;
  box-shadow: 0.3em 0 0 white, -0.3em 0 0 white;
  padding: 0.1em 0 0 0;
  max-width: 63%;
  margin: 0;
  color: #CD761F;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: 0.3em;
  z-index: 2;
  transition: 0.3s ease color;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.card__title .arrow {
  height: 0.9em;
  margin: -0.1em 0em 0em 0em;
  position: relative;
  top: 0.3em;
}

.card__meta {
  font-size: 0.8rem;
  text-transform: none;
  margin: 0;
  background-color: white;
  box-shadow: 0 3px 0 white, 5px 0 0 white, 5px 3px 0 white;
  padding: 0.1em 0.1em 0 0;
  display: inline;
  position: relative;
  top: 0.75em;
  z-index: 3;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.card__arrow {
  flex: 0 0 auto;
  padding-top: 0.4em;
  position: relative;
  z-index: 3;
}
.card__arrow .arrow {
  display: block;
  height: 0.7em;
  width: 2.2em;
}
.card__arrow .arrow path {
  transition: 0.3s ease stroke;
  stroke-width: 3;
}

.card-spacer--research,
.card__article-arrow {
  display: none;
}

a.card:hover .card__title {
  color: #184949;
}
a.card:hover .card__content {
  opacity: 1;
}
a.card:hover .card__arrow path {
  stroke: #184949;
}

.research-articles-list .card .card__content.card__content {
  padding: 1em 1em 0.66em 0.5em;
  background-color: #F7F5F0;
  background-image: none !important;
  opacity: 1;
}
.research-articles-list .card .card__title {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  display: block;
  max-width: 100%;
  color: #4B9189;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 21.6px;
  font-size: 1.2rem;
  transition: 0.2s ease color;
  top: 0;
}
@media (min-width: 320px) {
  .research-articles-list .card .card__title {
    font-size: calc(21.6px + (27 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .research-articles-list .card .card__title {
    font-size: 27px;
    font-size: 1.5rem;
  }
}
.research-articles-list .card .card-spacer--blog,
.research-articles-list .card .card__arrow--blog {
  display: none;
}
.research-articles-list .card .card-spacer--research {
  display: block;
}
.research-articles-list .card .card__meta {
  background-color: transparent;
  box-shadow: none;
  top: 0;
  opacity: 0.8;
}
.research-articles-list .card .card__article-arrow {
  margin-top: 2rem;
  font-size: 0.9rem;
  text-transform: none;
  display: flex;
  justify-content: flex-start;
  color: #884400;
  opacity: 0.75;
  transition: 0.2s ease opacity;
}
.research-articles-list .card .card__article-arrow span {
  background-color: #F7F5F0;
  position: relative;
  z-index: 3;
  padding-right: 7px;
}
.research-articles-list .card .card__article-arrow .arrow {
  height: 1em;
  z-index: 2;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
.research-articles-list .card:hover .card__title {
  color: #184949;
}
.research-articles-list .card:hover .card__article-arrow {
  opacity: 1;
}
.research-articles-list .card:hover .arrow {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.card--border {
  border: 0.5em solid white;
  box-shadow: inset 0 0 0 1px white;
}

.card__row .card {
  margin: calc(1rem + 1vw);
}

.no-height .card__grid,
.no-height .card__row {
  padding-bottom: calc(3em + 3vw);
}

.headline-tab.no-height .card__grid,
.headline-tab.no-height .card__row {
  padding-top: calc(3em + 3vw);
}

@media (min-width: 768px) {
  .card__row {
    display: flex;
    flex-wrap: nowrap;
  }
  .card__row .card {
    flex: 1;
  }
  .card__row .card + .card {
    margin-left: 0;
  }
}
.card__grid {
  display: flex;
  flex-wrap: wrap;
}
.card__grid .card {
  flex: 1 0 300px;
  padding: 0.5em;
}
@supports (grid-row-gap: 0) {
  .card__grid {
    display: grid;
    grid-gap: 2em 1em;
  }
  @media screen and (min-width: 480px) {
    .card__grid {
      grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    }
  }
  .card__grid .card {
    padding: 0;
  }
}

.post-type-archive-research_article .card__grid {
  grid-gap: 1em;
}

.research-articles-list .card__grid .card,
.card__grid--sm .card {
  flex: 1 0 250px;
}
@media (min-width: 768px) {
  .research-articles-list .card__grid .card__content,
.card__grid--sm .card__content {
    padding-top: calc(10% + 5vw);
  }
}
@media screen and (min-width: 480px) {
  .research-articles-list .card__grid,
.card__grid--sm {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }
}

.card__grid--lg .card {
  flex: 1 0 350px;
}
@media screen and (min-width: 480px) {
  .card__grid--lg {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  }
}

.bg--tan .card__title {
  box-shadow: 0.3em 0 0 #F7F5F0, 0.3em 0 0 #F7F5F0;
  background-color: #F7F5F0;
}

.bg--green .card__title {
  box-shadow: 0.3em 0 0 #D4DF83, 0.3em 0 0 #D4DF83;
  background-color: #D4DF83;
}

.bg--blue .card__title {
  box-shadow: 0.3em 0 0 #c3e9f3, 0.3em 0 0 #c3e9f3;
  background-color: #c3e9f3;
}

.bg--teal .card__title {
  box-shadow: 0.3em 0 0 #c8e8e5, 0.3em 0 0 #c8e8e5;
  background-color: #c8e8e5;
}

.searchandfilter ul {
  margin: 0;
  padding: 0;
}
.searchandfilter ul li {
  margin: 0;
  padding: 0;
}
.searchandfilter ul .sf-level-0 {
  padding: 0;
}
.searchandfilter ul .sf-input-checkbox {
  display: none;
}
.searchandfilter ul .sf-field-search label {
  width: 100%;
  max-width: 100%;
}
.searchandfilter ul .sf-input-text {
  width: 100%;
  max-width: 100%;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  padding: 0.33em 0.66em;
}
.searchandfilter ul .sf-label-checkbox.sf-label-checkbox {
  display: inline-flex;
  position: relative;
  line-height: 1.2;
  padding: 0.33em 0;
  color: #60472C;
  opacity: 0.8;
  transition: 0.2s ease opacity;
}
.searchandfilter ul .sf-label-checkbox.sf-label-checkbox:hover, .searchandfilter ul .sf-label-checkbox.sf-label-checkbox:focus {
  opacity: 1;
}
.searchandfilter ul .sf-label-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 6px;
  height: 1rem;
  width: 1rem;
  border: 1px solid #AA9369;
}
.searchandfilter ul .sf-label-checkbox:after {
  content: "✓";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: -1px;
  font-size: 1.5em;
  opacity: 0;
  color: #879422;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
  transition: 0.2s ease transform, 0.2s ease opacity;
  text-shadow: 1px 1px 0px white;
}
.searchandfilter ul input:checked + .sf-label-checkbox:before {
  background-color: #EDEAE6;
}
.searchandfilter ul input:checked + .sf-label-checkbox:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.searchandfilter > ul > li:not(:last-child) {
  padding-bottom: 1em;
}
.searchandfilter > ul > li:not(:first-child) {
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .searchandfilter ul li {
    font-size: 16px;
  }
  .searchandfilter ul .sf-field-search label,
.searchandfilter ul .sf-input-text {
    width: auto;
    max-width: 100%;
  }
}
.search-filter__wrapper {
  padding-top: calc(1rem + 1vw);
  padding-bottom: calc(3em + 3vw);
}

.sf-field-reset {
  display: inline-flex;
  color: #884400;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
.sf-field-reset:before {
  content: "✕";
  display: inline-block;
  font-size: 0.8em;
  margin-right: 5px;
}
.sf-field-reset .search-filter-reset {
  font-size: 0.9em;
}

.search-filter-reset {
  border: none;
  padding: 0;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  color: #884400;
  background-color: transparent;
}

.search-filter__toggle-button {
  position: relative;
  z-index: 9;
  background-color: transparent;
  border: 0;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  padding: 0.33em 0.66em 0.33em 1em;
  transition: 0.2s ease background-color;
}
.search-filter__toggle-button:focus {
  outline: transparent;
}
.search-filter__toggle-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.33em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 6px solid #52463a;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0.66;
}
.search-filter__toggle-button.is--active {
  background-color: #EDEAE6;
}
.search-filter__toggle-button.is--active:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.search-filter__toggle-wrapper {
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  position: absolute;
  min-width: 300px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 8;
  background-color: #F7F5F0;
  padding: calc(1rem + 1vw);
  box-shadow: 0 3px 6px rgba(96, 71, 44, 0.4);
}
.search-filter__toggle-wrapper.is--open {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .search-filter__toggle-button {
    display: none;
  }

  .search-filter__toggle-wrapper {
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: auto;
    opacity: 1;
    padding: 0;
    transition: none;
    box-shadow: none;
    background-color: transparent;
    min-width: 0;
  }
}
.search-filter-results {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.search-filter ul li h4 {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  color: #60472C;
}

.search-filter__results-meta {
  font-size: 1rem;
  padding-bottom: 0.5em;
  opacity: 0.8;
}
.search-filter__results-meta .search-filter-reset {
  font-size: 1rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .search-filter__results-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .search-filter__results-meta > div {
    margin-right: 1em;
  }
}
.blog .search-filter-reset--blog,
.post-type-archive-research_article .search-filter-reset--research {
  display: inline-block;
}

.search-filter__categories span,
.search-filter__search-term span {
  text-transform: none;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.article-support {
  margin-bottom: calc(2em + 1vw);
  padding: 0.75em 0 0 0;
  margin: calc(2em + 1vw) 0;
  position: relative;
  line-height: 1.3;
}
.article-support::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.66em;
  right: 0;
  height: 3px;
  background-color: #EDEAE6;
}

.article-support__section-title {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  color: #60472C;
  font-size: 19.8px;
  font-size: 1.1rem;
}
@media (min-width: 320px) {
  .article-support__section-title {
    font-size: calc(19.8px + (21.6 - 19.8) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .article-support__section-title {
    font-size: 21.6px;
    font-size: 1.2rem;
  }
}

.article-support__list {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-support__item {
  padding: 0;
  margin: 0 0 1.33em 0;
}

.article-support__label {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  color: #267d73;
}

.article-support__link {
  color: #60472C;
  text-decoration: underline;
  word-break: break-word;
}

.article-support__list--sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.article-support__list--sponsor .sponsor {
  flex: 1 0 210;
  max-width: 30%;
  margin-right: 1em;
}
.article-support__list--sponsor.sponsor--sm .sponsor {
  flex: 1 0 160;
  max-width: 23%;
}
.article-support__list--sponsor.sponsor--lg .sponsor {
  flex: 1 0 230;
  max-width: 45%;
}
@supports (grid-gap: 0) {
  .article-support__list--sponsor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 1.5em;
  }
  .article-support__list--sponsor.sponsor--sm {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .article-support__list--sponsor.sponsor--lg {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .article-support__list--sponsor .sponsor {
    flex: auto;
    max-width: 100%;
  }
}

.sponsor img {
  margin: 0.33em 0;
}

.sponsor__title {
  margin-top: 0;
}

.sponsor__desc {
  font-size: 15px;
}

.article-support--notes p {
  font-size: 0.85em;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  margin-top: 1em;
}

.heading-group {
  margin: 1em 0 2em 0;
}

.heading-group__small {
  margin: 0;
  display: inline-block;
  background-color: white;
  box-shadow: 0 0 0 1em white;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  color: #60472C;
}

.heading-group__large {
  margin: 0;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
}

.flex-section {
  border-color: #F7F5F0;
  fill: white;
}

.bg--tan {
  background-color: #F7F5F0;
  border-color: #F7F5F0;
  color: #60472C;
  fill: #F7F5F0;
}
.bg--tan h2,
.bg--tan h3,
.bg--tan h4,
.bg--tan h5,
.bg--tan h6,
.bg--tan .lead {
  color: rgba(96, 71, 44, 0.9);
}
.bg--tan .section-title--tab {
  color: #60472C;
}

.bg--green {
  background-color: #D4DF83;
  border-color: #D4DF83;
  color: #3A4008;
  fill: #D4DF83;
}
.bg--green h2,
.bg--green h3,
.bg--green h4,
.bg--green h5,
.bg--green h6,
.bg--green .lead {
  color: rgba(58, 64, 8, 0.9);
}
.bg--green .section-title--tab {
  color: #60472C;
}

.bg--blue {
  background-color: #c3e9f3;
  border-color: #c3e9f3;
  color: #074555;
  fill: #c3e9f3;
}
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue h5,
.bg--blue h6,
.bg--blue .lead {
  color: rgba(7, 69, 85, 0.9);
}
.bg--blue .section-title--tab {
  color: #60472C;
}

.bg--teal {
  background-color: #c8e8e5;
  border-color: #c8e8e5;
  color: #184949;
  fill: #c8e8e5;
}
.bg--teal h2,
.bg--teal h3,
.bg--teal h4,
.bg--teal h5,
.bg--teal h6,
.bg--teal .lead {
  color: rgba(24, 73, 73, 0.9);
}
.bg--teal .section-title--tab {
  color: #60472C;
}

.flex-section--short-top {
  padding-top: calc(1.5em + 2vw);
}

.flex-section--medium-top {
  padding-top: calc(2em + 2vw);
}

.flex-section--tall-top {
  padding-top: calc(3em + 2.5vw);
}

.flex-section--short-bottom {
  padding-bottom: calc(1.5em + 2vw);
}

.flex-section--medium-bottom {
  padding-bottom: calc(2em + 2vw);
}

.flex-section--tall-bottom {
  padding-bottom: calc(3em + 2.5vw);
}

.flex-section--short,
.flex-section--shorter {
  padding-top: calc(1.5em + 2vw);
  padding-bottom: calc(1.5em + 2vw);
}

.flex-section--medium {
  padding-top: calc(3em + 3vw);
  padding-bottom: calc(2em + 2vw);
}

.flex-section--tall {
  padding-top: calc(3em + 2.5vw);
  padding-bottom: calc(3em + 2.5vw);
}

.no-height-top {
  padding-top: 0.1px;
}

.no-height-bottom {
  padding-bottom: 0.1px;
}

.flex-section__content-title {
  margin-top: 0;
}

.multi-column__intro,
.multi-column__outro {
  padding: calc(1rem + 1vw) 0 0 0;
  margin-bottom: calc(2em + 2vw);
}
.multi-column__intro > *:last-child,
.multi-column__outro > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.multi-column__outro {
  padding: 2em 0 0 0;
  margin-top: 2em;
  position: relative;
}
.multi-column__outro:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  border-top: 1px solid;
  border-top-color: inherit;
  opacity: 0.33;
}

.content-column__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.content-column {
  display: flex;
  flex: 1 0 300px;
  flex-direction: column;
  align-self: stretch;
  padding-right: calc(1rem + 1vw);
}

.content-column__title {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0.3em 0 0.2em 0;
  font-size: 23.4px;
  font-size: 1.3rem;
}
@media (min-width: 320px) {
  .content-column__title {
    font-size: calc(23.4px + (27 - 23.4) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .content-column__title {
    font-size: 27px;
    font-size: 1.5rem;
  }
}

@supports (grid-gap: 0) {
  .content-column__wrapper {
    display: grid;
    grid-gap: calc(calc(1rem + 1vw) * 1.5) calc(1rem + 1vw);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .content-column {
    padding-right: 0;
  }
}
.column-width--small {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.column-width--medium {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.column-width--large {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 3em 2.5em;
}

.content-column--has-top-bar {
  position: relative;
}
.content-column--has-top-bar:before {
  content: "";
  display: block;
  height: 0px;
  width: 3em;
  border-top: 6px solid;
  border-top-color: inherit;
  margin-bottom: 0.5em;
  opacity: 0.5;
}

.full-image {
  margin: 0;
  position: relative;
}

.full-image__image {
  display: block;
  width: 100%;
}

.full-image__caption {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  padding: 0 calc(1rem + 1vw);
  -webkit-transform: translateY(-1.4em);
          transform: translateY(-1.4em);
  margin-bottom: -1.4em;
  border-bottom: 1px solid #DAD0BD;
}

.full-image__caption-title {
  display: inline-block;
  background-color: white;
  padding: 0.33rem 0;
  box-shadow: 0.5rem 0 0 white, -0.5rem 0 0 white;
  margin: 0;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
}

.full-image__caption-text {
  background-color: white;
  box-shadow: 0.66rem 0 0 white, -0.66rem 0 0 white;
  font-size: 0.85em;
  padding: 0.3rem 0;
  line-height: 1.4;
  color: #60472C;
}

@media screen and (min-width: 768px) {
  .full-image__caption {
    position: absolute;
    padding: 0;
    top: calc(1rem + 1vw);
    left: 0;
    width: 300px;
    margin-bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border: none;
  }

  .full-image__caption-title {
    padding: 0.5em 0.66em 0 1.33rem;
    font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
    line-height: 1.1;
    vertical-align: text-top;
    letter-spacing: 0.025em;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 0 0 white;
  }

  .full-image__caption-text {
    display: block;
    padding: 1em 1em 0.3em 1.33rem;
    box-shadow: none;
  }

  .caption--bottom-left {
    top: auto;
    bottom: calc(1rem + 1vw);
  }

  .caption--top-right {
    left: auto;
    right: 0;
  }
  .caption--top-right .full-image__caption-title {
    padding: 0.5em 1.33rem 0 1em;
  }

  .caption--bottom-right {
    top: auto;
    bottom: calc(1rem + 1vw);
    left: auto;
    right: 0;
  }
  .caption--bottom-right .full-image__caption-text {
    padding: 1em 1.33rem 1em 1em;
  }
}
@media screen and (min-width: 768px) {
  .image-row {
    display: flex;
  }
}

.image-row--has-gutter {
  margin: 0 -0.5rem;
}
@media screen and (min-width: 768px) {
  .image-row--has-gutter .image-row__item {
    padding: 0 0.5rem;
  }
}

.image-row__item {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  max-height: 80vh;
}
.image-row__item img {
  display: block;
}
@media screen and (min-width: 768px) {
  .image-row__item {
    margin: 0;
    max-height: none;
  }
}
.image-row__item:hover .image-row__caption {
  opacity: 1;
}

.image-row__caption {
  font-size: 0.9em;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  overflow: hidden;
  line-height: 1.4;
  color: #717171;
}
@media screen and (min-width: 768px) {
  .image-row__caption {
    margin: 0;
  }
}

.container--full .image-row {
  margin: 0;
}
.container--full .image-row__item:first-child {
  padding-left: 0;
}
.container--full .image-row__item:last-child {
  padding-right: 0;
}

.headline-tab {
  position: relative;
  margin-top: calc(3em + 5vw);
}

.headline-tab:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: calc(3em + 5vw);
  background-image: url("images/wood-bar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-title--tab {
  position: relative;
  margin: 0;
  top: -1em;
  font-size: 27px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  display: inline-block;
  max-width: 75%;
  padding: 0.33em 0.33em 0.2em 0.33em;
  background-color: #EDEAE6;
  color: #60472C;
}
@media (min-width: 320px) {
  .section-title--tab {
    font-size: calc(27px + (54 - 27) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .section-title--tab {
    font-size: 54px;
    font-size: 3rem;
  }
}

.rip--tab {
  position: absolute;
  top: 0;
  fill: inherit;
  height: 1.15vw;
  -webkit-transform: translate(0, -98%);
          transform: translate(0, -98%);
}

.headline-tab.flex-section--short-top {
  padding-top: 0.1px;
}
.headline-tab.flex-section--short-top .section-title--tab {
  margin-bottom: 0;
}

.headline-tab.flex-section--medium-top {
  padding-top: 0.1px;
}
.headline-tab.flex-section--medium-top .section-title--tab {
  margin-bottom: 1vw;
}

.headline-tab.flex-section--tall-top {
  padding-top: 0.1px;
}
.headline-tab.flex-section--tall-top .section-title--tab {
  margin-bottom: 2.5vw;
}

.callout {
  display: flex;
  justify-content: center;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout--align-left {
  justify-content: flex-start;
}

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

.callout__content {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2em calc(1rem + 1vw);
  text-align: center;
  color: white;
  flex: 0 0 50%;
  min-width: calc(300px + 2vw);
  max-width: calc(500px + 2vw);
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
.callout__content a:not(button) {
  color: #EDEAE6;
  box-shadow: inset 0 -0.5em 0 0 rgba(172, 187, 55, 0.3);
  transition: 0.2s ease opacity, 0.2s ease color, 0.2s ease box-shadow;
}
.callout__content a:not(button):hover, .callout__content a:not(button):focus, .callout__content a:not(button):active {
  color: white;
  box-shadow: inset 0 -1.1em 0 0 rgba(172, 187, 55, 0.5);
}

.callout__headline {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: white;
}

.callout__content .button {
  margin-top: 1rem;
  display: inline-block;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #CD761F;
  box-shadow: inset 0 0 0 0 rgba(136, 68, 0, 0.5), inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.33);
  border: none;
  border-radius: 0;
  color: white;
  padding: 0.66em 1em;
  font-size: 21.6px;
  font-size: 1.2rem;
  transition: 0.25s ease all;
  text-decoration: none;
}
@media (min-width: 320px) {
  .callout__content .button {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .callout__content .button {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.callout__content .button:hover, .callout__content .button:focus, .callout__content .button:visited:hover, .callout__content .button:visited:focus {
  background-color: #b36210;
  box-shadow: inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.5), inset 0 -2em 0 0 #b36210;
  outline: transparent;
  color: white;
}
.callout__content .button:disabled {
  background-color: #be7730;
}
.callout__content .button:visited {
  color: white;
}
.callout__content .button:focus {
  outline: transparent;
}

@media screen and (min-width: 1024px) {
  .callout {
    padding-left: calc(2em + 2vw);
    padding-right: calc(2em + 2vw);
  }

  .callout__content {
    padding: calc(2em + 1vw);
  }
}
.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion__item-wrapper {
  padding: 0;
  margin: 0.5em 0;
}

.accordion__item {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.accordion__title {
  padding: 0.5em;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-weight: 600;
  font-size: 19.8px;
  font-size: 1.1rem;
  cursor: default;
  background-color: transparent;
  transition: 0.25s ease all;
}
@media (min-width: 320px) {
  .accordion__title {
    font-size: calc(19.8px + (23.4 - 19.8) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .accordion__title {
    font-size: 23.4px;
    font-size: 1.3rem;
  }
}
.accordion__title:hover, .accordion__title:focus {
  background-color: rgba(0, 0, 0, 0.05);
  outline: transparent;
}

.accordion__body {
  padding: 1em 1em 1em 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.media__content {
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
}

.media__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  margin: 0;
}

.media__image-caption {
  padding: 0.4rem 0;
  font-size: 0.85em;
  font-size: 15.3px;
  font-size: 0.85rem;
  border-bottom: 1px solid #EDEAE6;
}
@media (min-width: 320px) {
  .media__image-caption {
    font-size: calc(15.3px + (16.2 - 15.3) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .media__image-caption {
    font-size: 16.2px;
    font-size: 0.9rem;
  }
}

.media--full .media__image {
  padding: 60% 0 0;
}
.media--full .media__image-caption {
  padding: 0.4rem 1em;
  border: none;
  background-color: rgba(0, 0, 0, 0.66);
  color: white;
}

.media__content-wrapper {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

.media__headline {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .media {
    display: flex;
    flex-wrap: wrap;
  }

  .media__content,
.media__image {
    flex: 3 0 366px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .media__image {
    flex: 1 1 300px;
    padding-right: calc(1rem + 1vw);
    flex-wrap: wrap;
    align-content: center;
  }
  .media__image img {
    flex: 1 0 100%;
  }

  .media--left .media__content {
    order: 1;
  }
  .media--left .media__image {
    order: 0;
    padding-right: 0;
    padding-left: calc(1rem + 1vw);
  }

  .media__image-caption {
    flex: 1 0 100%;
  }

  .media--full .media__image {
    padding: 0;
  }
  .media--full .media__image-caption {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .media__image,
.media__content {
    flex: 1 0 366px;
  }
}
.statistics-block {
  background-color: #EDEAE6;
}

.statistics__headline {
  padding: 0.5em calc(1rem + 1vw) 0.3em;
  margin: 0 0 -0.1em 0;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #d1c9c0;
  color: #60472C;
}

.statistics__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 4px solid #d1c9c0;
}

.statistics__item {
  margin: 0;
  padding: calc(1rem + 1vw);
  background-color: #EDEAE6;
  border: 4px solid #d1c9c0;
  border-top: none;
  flex: 1 1 auto;
}
.statistics__item p {
  margin: 0;
  color: #879422;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.statistics__item span {
  display: block;
}

.statistics__line-2 {
  font-size: 300%;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.1em;
  line-height: 0.9;
  font-size: 36px;
  font-size: 2rem;
}
@media (min-width: 320px) {
  .statistics__line-2 {
    font-size: calc(36px + (54 - 36) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .statistics__line-2 {
    font-size: 54px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .statistics__grid {
    display: flex;
  }

  .statistics__item {
    display: flex;
    align-items: center;
  }
  .statistics__item + .statistics__item {
    border-left: none;
  }
}
.statistics-block.no-height-bottom {
  padding-bottom: 0;
}

.statistics-block.no-height-top {
  padding-top: 0;
}

.statistics-block.no-height-bottom + .statistics-block.no-height-top .statistics__grid {
  border-top: 0;
}

.flex-section__modal .container--items {
  display: flex;
  flex-wrap: wrap;
}
.flex-section__modal--columns .container--items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .flex-section__modal--columns .container--items {
    display: grid;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .flex-section__modal--columns .container--items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flex-section__modal--columns .container--items .flex-section__modal--item-large {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 768px) {
  .flex-section__modal--columns .container--items .flex-section__modal--item-large {
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 200;
  }
}
.flex-section__modal--item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .flex-section__modal--item {
    flex: 0 1 calc(50% - 0.75rem);
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .flex-section__modal--item:not(:nth-of-type(2n+2)) {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .flex-section__modal--item {
    flex: 0 1 calc(33.3333333333% - 0.75rem);
  }
  .flex-section__modal--item:not(:nth-of-type(3n+3)) {
    margin-right: 1rem;
  }
}
.flex-section__modal--item .js-trigger-modal {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-top: 0.75rem;
}
.flex-section__modal--item .js-trigger-modal:hover {
  color: #267d73;
}
.flex-section__modal--item .flex-section__modal--item-body-title {
  margin: 0;
}
.flex-section__modal--item .flex-section__modal--item-body-title + .flex-section__modal--item-body-subtile {
  margin-top: 0.5rem;
}
.flex-section__modal--item .flex-section__modal--item-body-subtile {
  margin: 0;
  font-weight: 500;
  color: inherit;
}
.flex-section__modal--item:not(.flex-section__modal--item-large) .flex-section__modal--item-body-title {
  font-size: 19.8px;
  font-size: 1.1rem;
}
@media (min-width: 320px) {
  .flex-section__modal--item:not(.flex-section__modal--item-large) .flex-section__modal--item-body-title {
    font-size: calc(19.8px + (22.5 - 19.8) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .flex-section__modal--item:not(.flex-section__modal--item-large) .flex-section__modal--item-body-title {
    font-size: 22.5px;
    font-size: 1.25rem;
  }
}
.flex-section__modal--item:not(.flex-section__modal--item-large) .flex-section__modal--item-body-subtile {
  font-size: 18px;
  font-size: 1rem;
}
@media (min-width: 320px) {
  .flex-section__modal--item:not(.flex-section__modal--item-large) .flex-section__modal--item-body-subtile {
    font-size: calc(18px + (18.9 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .flex-section__modal--item:not(.flex-section__modal--item-large) .flex-section__modal--item-body-subtile {
    font-size: 18.9px;
    font-size: 1.05rem;
  }
}
.flex-section__modal--modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.flex-section__modal--modal.is-active {
  z-index: 3000;
  opacity: 1;
}
.flex-section__modal--modal .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flex-section__modal--modal .modal-item {
  display: none;
  position: relative;
  background-color: #fff;
  max-width: calc((100vh - 20em) * 1.7778);
  max-height: calc(100vh - 20em);
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  overflow-y: auto;
}
@media (min-aspect-ratio: 16/9) {
  .flex-section__modal--modal .modal-item {
    max-width: calc((100vh - 10em) * 1.7778);
    max-height: calc(100vh - 10em);
  }
}
.flex-section__modal--modal .modal-item.is-active {
  display: block;
}
.flex-section__modal--modal .modal-item p {
  font-size: 1rem;
}
.flex-section__modal--modal .close-content-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.flex-section__intro {
  padding-bottom: calc(2em + 2vw);
}

.flex-section h1:first-child,
.flex-section h2:first-child,
.flex-section h3:first-child,
.flex-section h4:first-child,
.flex-section h5:first-child,
.flex-section h6:first-child {
  margin-top: 0;
}

.bucket-list__intro {
  padding-bottom: 1em;
}

.breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.66em;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  color: white;
  overflow: hidden;
  padding: 2px 0;
  max-width: none;
  width: auto;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a {
  position: relative;
  margin-right: 1em;
  color: white;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: white;
  opacity: 0.6;
  -webkit-transform: translate(0.5em, -50%) skew(-30deg);
          transform: translate(0.5em, -50%) skew(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 3;
}
.breadcrumb_last {
  margin-right: 5px;
}

.breadcrumb_last,
.breadcrumbs a {
  display: inline-block;
  padding: 0 2px;
  line-height: 1.1;
}

.bucket {
  display: flex;
  justify-content: center;
  padding: calc(1rem + 1vw) 0;
}

.bucket + .bucket {
  border-top: 1px solid #DAD0BD;
}

.bucket--stacked {
  display: block;
}
.bucket--stacked .bucket__image {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: none;
}
.bucket--stacked .bucket__image img {
  display: block;
  margin: 0 auto;
}
.bucket--stacked .bucket__image.bucket__image--small img {
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .bucket--stacked {
    display: flex;
  }
  .bucket--stacked .bucket__image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bucket--stacked .bucket__image img {
    margin: 0;
  }
  .bucket--stacked .bucket__image.bucket__image--small {
    max-width: 150px;
  }
}

.bucket__body {
  flex: 1 0 70%;
}
.bucket__body p {
  margin-top: 1rem;
  font-size: 1rem;
}
.bucket__body:last-child {
  margin-bottom: 0;
}

.bucket__title {
  margin: 0;
}
.bucket__title a {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.bucket__subtitle {
  margin: 0;
  font-weight: 500;
}

.bucket__title + .bucket__subtitle {
  margin-top: 0.5rem;
}

.bucket__details {
  font-size: 80%;
  opacity: 0.8;
}

.bucket__meta {
  font-size: 80%;
  opacity: 0.9;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.bucket__image {
  flex: 0 1 300px;
  margin-left: calc(1rem + 1vw);
}
.bucket__image img {
  width: 100%;
  max-width: 100%;
}

.bucket__image--small {
  max-width: 150px;
}

.bucket--left .bucket__body {
  order: 1;
}
.bucket--left .bucket__image {
  order: 0;
  margin-left: 0;
  margin-right: calc(1rem + 1vw);
}

.bucket--right .bucket__body {
  order: 0;
}
.bucket--right .bucket__image {
  order: 1;
}

.bucket--v-center {
  align-items: center;
}

.bucket--alternating .bucket__body {
  order: 1;
}
.bucket--alternating .bucket__image {
  order: 0;
  margin-left: 0;
  margin-right: calc(1rem + 1vw);
}
.bucket--alternating:nth-child(even) .bucket__body {
  order: 0;
}
.bucket--alternating:nth-child(even) .bucket__image {
  order: 1;
  margin-right: 0;
  margin-left: calc(1rem + 1vw);
}

.search-results {
  padding-bottom: 3em;
}

.search-results__header {
  padding-bottom: 1em;
  border-bottom: 1px solid #DAD0BD;
}

.search-results__form {
  max-width: 20em;
  margin-bottom: 1em;
}

.search-results__term {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  color: #60472C;
}

.search-results .bucket p {
  margin: 0.4em 0;
  font-size: 0.9rem;
}
.search-results .bucket__meta {
  font-size: 14px;
}

.tribe-bar-disabled {
  float: none;
  margin: 0 auto;
  width: 300px;
  z-index: 9;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  margin: 0 0 1em 0 !important;
}

.tribe-bar-views-list.tribe-bar-views-list,
.tribe-event-schedule-details {
  padding: 0 !important;
}

.tribe-events-list {
  max-width: 768px;
  margin: 0 auto;
}

.tribe-bar-views-option-list {
  padding: 0 !important;
}

#tribe-bar-views label {
  margin: 0;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-views-option.tribe-bar-views-option a {
  padding: 0.5em 0.33em !important;
}

.tribe-events-page-title.tribe-events-page-title a {
  pointer-events: none;
  box-shadow: none;
  color: #4B9189;
}

input#tribe-bar-date {
  font-size: 0.85em !important;
}

#tribe-events * {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.tribe-events-month-event-title {
  font-size: 1.3em !important;
  padding: 0 !important;
}

#tribe-events-month-event-title .type-tribe_events,
#tribe-events-content table .type-tribe_events {
  margin: 0 !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  font-size: 14px !important;
  background-color: #F7F5F0;
  color: #60472C;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  color: #CCBFA8;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #ACBB37;
  color: white;
}

.tribe-events-tooltip {
  padding: 0.66em !important;
}
.tribe-events-tooltip * {
  margin-top: 0 !important;
}
.tribe-events-tooltip .entry-title {
  font-size: 21.6px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.66rem !important;
}
@media (min-width: 320px) {
  .tribe-events-tooltip .entry-title {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .tribe-events-tooltip .entry-title {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 15px !important;
  padding: 0 !important;
}

.tribe-events-calendar td {
  border-color: #DAD0BD !important;
}
.tribe-events-calendar th {
  background-color: #EDEAE6 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em;
  color: #60472C !important;
}

.tribe-events-notices {
  background: rgba(228, 189, 81, 0.33);
  border-radius: 2px;
  border: 1px solid #e4bd51;
  color: #b1680a;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
}

.tribe-events-button {
  background-color: #ACBB37 !important;
  font-size: 0.85rem !important;
  float: none !important;
}
.tribe-events-button:hover {
  color: #444c00 !important;
}

.tribe-events-schedule h2 {
  margin-top: 0 !important;
}

.single-tribe_events .tribe-events-event-meta {
  background-color: #F7F5F0;
  border-color: #EDEAE6;
  font-size: 1rem !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  flex: 1 0 225px;
  width: auto !important;
}
.single-tribe_events .tribe-events-event-meta .author.location {
  display: inline-table;
}

.tribe-events-cost {
  display: block;
}

.ticket-cost {
  border: none !important;
  padding: 0 !important;
}

.tribe-events-read-more {
  font-weight: 600;
  box-shadow: inset 0 -0.5em 0 0 rgba(172, 187, 55, 0.3);
}
.tribe-events-read-more:hover, .tribe-events-read-more:focus, .tribe-events-read-more:active {
  box-shadow: inset 0 -1.1em 0 0 rgba(172, 187, 55, 0.5);
}

.tribe-events-list-separator-month {
  background-color: #EDEAE6 !important;
  color: #60472C !important;
}

.tribe-events-event-meta.tribe-events-event-meta.tribe-events-event-meta,
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  display: inline-block;
  border: none;
  padding: 0;
  background-color: transparent;
}

.tribe-events-venue-details {
  margin: 0 !important;
  padding: 0;
  border: none;
}

.tribe-events-list .tribe-events-list-event-title {
  display: block;
}

.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events,
.tribe-events-list .type-tribe_events {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}
.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events p,
.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events .tribe-events-read-more,
.tribe-events-list .type-tribe_events p,
.tribe-events-list .type-tribe_events .tribe-events-read-more {
  font-size: 1rem;
  line-height: 1.4;
}

.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-button {
  display: none !important;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode #tribe-events-footer {
  margin: 0 !important;
  display: none;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode #tribe-events-content#tribe-events-content.tribe-events-list {
  margin-bottom: 0 !important;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-list-separator-month {
  border-bottom: rgba(0, 0, 0, 0.2);
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-title-bar {
  display: none;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-event-url {
  font-size: 85%;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-event-meta,
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-list .time-details,
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-list .tribe-events-venue-details {
  display: inline-block;
  border: none;
  padding: 0;
  background-color: transparent;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-venue-details {
  margin: 0 !important;
  padding: 0;
  border: none;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-event-schedule-details {
  font-size: 1rem;
  padding: 0;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-event-cost {
  font-size: 1rem;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-content.tribe-events-content p {
  font-size: 1rem;
  line-height: 1.4;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode .tribe-events-read-more {
  font-size: 1rem;
}
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode p:empty,
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode span:empty,
.view-list.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode.tribe-events-shortcode div:empty {
  display: none;
}

.tribe-events-calendar-month__calendar-event-title a {
  font-weight: 400 !important;
  color: #267d73 !important;
}

.pum.pum.pum .pum-title {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28.8px;
  font-size: 1.6rem;
  margin: 0.25em 0;
}
@media (min-width: 320px) {
  .pum.pum.pum .pum-title {
    font-size: calc(28.8px + (54 - 28.8) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .pum.pum.pum .pum-title {
    font-size: 54px;
    font-size: 3rem;
  }
}
.pum.pum.pum p {
  font-size: 1em;
  font-size: 18px;
  font-size: 1rem;
}
@media (min-width: 320px) {
  .pum.pum.pum p {
    font-size: calc(18px + (21.6 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .pum.pum.pum p {
    font-size: 21.6px;
    font-size: 1.2rem;
  }
}

.pum-theme-2955 .pum-container.pum-container,
.pum-theme-lightbox .pum-container.pum-container {
  padding: calc(20px + 1vw);
}

html.headroom-js {
  margin-top: 70px !important;
}
@media screen and (min-width: 768px) {
  html.headroom-js {
    margin-top: 120px !important;
  }
}

.headroom-js .headroom {
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: 0.4s ease all;
  will-change: opacity, transform;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .headroom-js .headroom {
    height: 120px;
  }
}
.headroom-js .headroom--pinned {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.headroom-js .headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.headroom-js .headroom--top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.headroom-js .headroom--bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.home-hero {
  position: relative;
  overflow: hidden;
  background-position: 66.6% top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EDEAE6;
}
.home-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 20%;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to top right, rgba(170, 147, 105, 0.3) 0%, rgba(170, 147, 105, 0) 60%), linear-gradient(to right, #EDEAE6 0%, rgba(237, 234, 230, 0.55) 75%, rgba(237, 234, 230, 0) 100%);
  z-index: 2;
}

.home-hero__content {
  padding: 3em 0;
  position: relative;
  z-index: 3;
  max-width: 20em;
  margin-right: 10%;
}
.home-hero__content .button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.home-hero__headline {
  font-size: 1.75rem;
  font-size: 27px;
  font-size: 1.5rem;
  color: #879422;
  line-height: 0.9;
  margin: 0;
}
@media (min-width: 320px) {
  .home-hero__headline {
    font-size: calc(27px + (54 - 27) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__headline {
    font-size: 54px;
    font-size: 3rem;
  }
}
.home-hero__headline span {
  display: inline-block;
}
.home-hero__headline span:nth-child(2) {
  font-size: 1.5em;
}
.home-hero__headline span:nth-child(4) {
  display: block;
  font-size: 2.2em;
  margin-left: 0.01em;
}

.home-hero__description {
  font-size: 1em;
  margin: 0.33em 0 1.3em;
  text-shadow: 0 1px 3px rgba(237, 234, 230, 0.8);
  color: #342d25;
}

.home-hero.text--light {
  background-color: #AA9369;
}
.home-hero.text--light:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
}
.home-hero.text--light .home-hero__headline {
  color: white;
}
.home-hero.text--light .home-hero__description {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 480px) {
  .home-hero:before {
    right: 40%;
  }
}
.home-news {
  background-color: #EDEAE6;
  padding: 2.5em 0 1.5em;
}
.home-news a {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.home-news__headline {
  margin: 0;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
}

.home-news__list {
  margin: 0;
}

.home-news__item {
  display: flex;
  background-color: #AA9369;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1% 0;
}
.home-news__item a {
  display: block;
  height: 100%;
  width: 101%;
  padding-top: 1em;
  color: white;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-weight: normal;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}
.home-news__item a:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  content: "";
  display: block;
  z-index: 2;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 86%);
  opacity: 0.6;
  transition: 0.2s ease all;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}
.home-news__item a:hover:before, .home-news__item a:focus:before, .home-news__item a:focus-within:before {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .home-news__item a {
    padding-top: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .home-news__item a {
    padding-top: 3em;
  }
}
.home-news__item p {
  margin: 0;
  padding: 3em 0.66em 0.66em 0.66em;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  position: relative;
}
.home-news__item .arrow {
  display: block;
  margin-top: 0.4rem;
  width: 2.5rem;
  height: 0.85rem;
}
.home-news__item .arrow path {
  stroke: white !important;
}

@media screen and (min-width: 480px) {
  .home-news__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .home-news__item {
    flex: 0 0 49%;
  }
}
@media (min-width: 768px) {
  .home-news__item {
    flex: 0 0 24%;
  }
}
.home-newsletter {
  background-color: #EDEAE6;
  position: relative;
  display: flex;
}
.home-newsletter .newsletter-cta {
  padding: 1em;
  margin: auto;
  position: relative;
  z-index: 2;
  max-width: 1400px;
}

.home-newsletter:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 50%;
  background-color: white;
  background-image: url("images/wood-bar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

@media screen and (min-width: 480px) {
  .home-newsletter {
    padding: 1em;
    padding: calc(1rem + 1vw);
  }
}
@media screen and (min-width: 768px) {
  .home-newsletter .newsletter-cta {
    display: inline-flex;
  }
}
.home-matters .content-column__wrapper {
  display: block;
  margin: 0;
}
.home-matters .home-icon {
  flex: 0 0 90px;
  max-width: 90px;
  height: auto;
  display: block;
  margin-right: 1em;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.2s ease transform;
}
.home-matters .h4 {
  margin: 0.5em 0 0.25em;
}

a:hover .home-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.content-column__body {
  flex: 1 0 66%;
}

.home-matters__headline {
  margin-bottom: 0;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.home-matters__subheadline {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  color: #5C523F;
  text-align: center;
}

.home-matters__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 500px;
}
.home-matters__item p {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.home-matters__item .h4 a,
.home-matters__item h3 a {
  color: #267d73;
}
.home-matters__item .h4 a:hover, .home-matters__item .h4 a:focus,
.home-matters__item h3 a:hover,
.home-matters__item h3 a:focus {
  color: #884400;
}
.home-matters__item .arrow {
  width: 3em;
  height: 1.3em;
}

@media screen and (min-width: 480px) {
  .home-matters .home-icon {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .home-matters {
    text-align: center;
  }
  .home-matters .content-column__wrapper {
    display: flex;
  }
  .home-matters .home-matters__item {
    margin: 0 0.5em;
    display: block;
    flex: 1;
    max-width: none;
  }
  .home-matters .home-matters__item p {
    max-width: 15em;
    margin: 0 auto 0.5em;
  }
  .home-matters .home-icon {
    margin: 0 auto;
    max-width: 150px;
  }
  .home-matters .h4 {
    margin-top: 0;
  }
}
.feature {
  padding: 5em 1em 1em;
  background-color: #EDEAE6;
  position: relative;
  overflow: hidden;
  background-color: #AA9369;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 33%;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.05) 95%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  z-index: 2;
}

.feature__content {
  position: relative;
  z-index: 3;
}
.feature__content .button {
  padding: 0.4em 0.66em;
}

.feature__headline {
  color: white;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  font-size: 25.2px;
  font-size: 1.4rem;
  width: 80%;
  max-width: 10em;
}
@media (min-width: 320px) {
  .feature__headline {
    font-size: calc(25.2px + (54 - 25.2) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .feature__headline {
    font-size: 54px;
    font-size: 3rem;
  }
}
.feature__headline a {
  color: white;
}
.feature__headline a:hover, .feature__headline a:focus {
  color: white;
}
@media screen and (min-width: 1024px) {
  .feature__headline {
    width: auto;
  }
}

.feature.text--dark:before {
  background: linear-gradient(to right, #EDEAE6 0%, rgba(237, 234, 230, 0.5) 60%, rgba(237, 234, 230, 0.05) 95%, rgba(237, 234, 230, 0) 100%);
}
.feature.text--dark .feature__headline {
  color: #52463a;
  text-shadow: 0 0 5px rgba(237, 234, 230, 0.5);
}
.feature.text--dark .feature__headline a {
  color: #52463a;
}
.feature.text--dark .feature__headline a:hover, .feature.text--dark .feature__headline a:focus {
  color: #52463a;
}

@media screen and (min-width: 768px) {
  .home-features__row {
    display: flex;
  }

  .feature {
    padding: 2em 1em 6em;
    padding: calc(6em + 3vw) 1em calc(11em + 3vw);
  }

  .feature--half {
    padding: 8em 2em 1em;
    padding: calc(8em + 2vw) 1em 1em;
    flex: 1;
  }
  .feature--half .feature__headline {
    max-width: 8.5em;
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 320px) {
  .feature--half .feature__headline {
    font-size: calc(25.2px + (45 - 25.2) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .feature--half .feature__headline {
    font-size: 45px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-features__row {
    display: flex;
  }

  .feature--half {
    display: flex;
    align-items: flex-end;
  }
}
.home-events {
  padding: 1em 0 3em;
  background-color: #DAD0BD;
  text-align: center;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
.home-events .arrow {
  margin-top: 0.66em;
  width: 2.5em;
  height: 1em;
}
.home-events .arrow path {
  transition: 0.2s ease stroke;
}

.home-events__headline {
  margin: 1em 0 0;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
}

.event-item {
  background-color: white;
  display: flex;
  margin: 0.5em auto;
  max-width: 540px;
  position: relative;
}

.event-item__date {
  background-color: #EDEAE6;
  color: #5C523F;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5em 0.33em 0.33em;
  flex: 0 0 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.event-item__body {
  text-align: left;
  padding: 0.66em 0.66em 0.4em 0.66em;
}

.event-item__title {
  margin: 0;
  line-height: 1.2;
  color: #CD761F;
  transition: 0.2s ease all;
}

.event-item:hover .event-item__title,
.event-item:focus .event-item__title,
.event-item:focus-within .event-item__title {
  color: #184949;
}
.event-item:hover .arrow path,
.event-item:focus .arrow path,
.event-item:focus-within .arrow path {
  stroke: #184949;
}

@media (min-width: 768px) {
  .event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .event-item {
    flex: 0 0 24%;
    margin: 0.5%;
    display: block;
    padding-bottom: 3em;
  }
  .event-item .arrow {
    position: absolute;
    bottom: 0.66em;
    left: 0.66em;
  }
  .event-item br {
    display: none;
  }

  .event-item__body .arrow {
    margin-top: 1.1em;
    margin-top: calc(1rem + 1vw);
  }

  .event-item__title {
    flex: 1;
  }
}
.home-donate {
  padding-top: 1em;
  padding-bottom: 33vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  position: relative;
  overflow: hidden;
}
.home-donate:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 33%;
  left: -1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.home-donate .container {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .home-donate {
    padding-bottom: 20em;
  }
}

.home-donate-stars {
  color: #32679a;
}

.home-donate.text--light .home-donate__headline,
.home-donate.text--light p,
.home-donate.text--light .home-donate-stars {
  color: white;
}

.error404 {
  text-align: center;
}
.error404 h1 {
  margin-top: 0;
}

#four-oh-four {
  padding: 5vw 0;
}
#four-oh-four a {
  text-decoration: underline;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

.not-found__search .input.search-field {
  font-size: 1em;
}
.not-found__search .search-submit {
  background-color: #F7F5F0;
}

#menu-404-page-menu {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 1em 0 2em;
}
#menu-404-page-menu li,
#menu-404-page-menu a {
  display: inline-block;
  margin: 1px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .not-found__search {
    max-width: 600px;
    margin: 0 auto;
    background-size: cover;
  }
  .not-found__search input.search-field {
    font-size: 1em;
  }
  .not-found__search .search-submit {
    background-size: 1.1rem;
    padding: 0 1.66rem;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button {
  display: inline-block;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #CD761F;
  box-shadow: inset 0 0 0 0 rgba(136, 68, 0, 0.5), inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.33);
  border: none;
  border-radius: 0;
  color: white;
  padding: 0.66em 1em;
  font-size: 21.6px;
  font-size: 1.2rem;
  transition: 0.25s ease all;
  text-decoration: none;
}
@media (min-width: 320px) {
  .button {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  background-color: #b36210;
  box-shadow: inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.5), inset 0 -2em 0 0 #b36210;
  outline: transparent;
  color: white;
}
.button:disabled {
  background-color: #be7730;
}
.button:visited {
  color: white;
}
.button:focus {
  outline: transparent;
}

.button--sm {
  padding: 0.5em 0.75em;
  font-size: 18px;
  font-size: 1rem;
}
@media (min-width: 320px) {
  .button--sm {
    font-size: calc(18px + (21.6 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .button--sm {
    font-size: 21.6px;
    font-size: 1.2rem;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.2em;
}

.gform_wrapper ul.gfield_checkbox.gfield_checkbox.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio.gfield_radio.gfield_radio li input[type=radio] {
  margin-top: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #D4DF83;
  -webkit-text-fill-color: #3A4008;
  -webkit-box-shadow: 0 0 0px 1000px #e2e9ac inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.search-form {
  padding: 0;
  margin: 0;
  border: 1px solid #DAD0BD;
  display: flex;
  align-content: center;
  align-items: stretch;
}

.search-form label {
  display: flex;
  align-content: center;
  align-self: stretch;
  align-items: stretch;
  flex: 1 0 auto;
}

input.search-field {
  border: none;
  border-radius: 0;
  color: #60472C;
  padding: 0.5em;
  font-size: 1rem;
  width: 100%;
}

.search-submit {
  padding: 0 1.33rem;
  background: transparent url("images/search-icon.svg") center no-repeat;
  background-size: 1rem;
  color: transparent;
  border: none;
  font-size: 0.01px;
  flex: 0 0 auto;
  transition: 0.25s ease all;
}
.search-submit:hover, .search-submit:focus {
  background-color: #EDEAE6;
}

@media screen and (min-width: 768px) {
  input.search-field {
    font-size: 0.9rem;
  }
}
.gfield.field--hide-label label.gfield_label {
  display: none;
}

.gform_wrapper.gform_wrapper {
  margin: 0;
  margin-bottom: calc(1rem + 1vw);
}

* + .gform_wrapper.gform_wrapper {
  margin-top: 2em;
}

.gform_wrapper .validation_message {
  font-style: italic;
}

.gfield {
  margin: 0 0 2em 0;
}

.gform_wrapper .gform_footer.gform_footer {
  padding: 0;
}

.form__donate {
  font-size: 1em;
}

.BBFormContainer {
  padding: 0 !important;
}

.BBFormSection {
  margin: 1em auto !important;
  padding: 0.5em 0 !important;
  border-top: 3px solid #DAD0BD !important;
}
.BBFormSection #bboxdonation_comment_lblComments {
  width: auto !important;
}

.BBFormSectionHeading {
  padding: 0 0 1em 0 !important;
  margin: 0 !important;
  border: none !important;
}

.BBFormSectionHeading .BBFormFieldLabelEdit {
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif !important;
  vertical-align: text-top !important;
  letter-spacing: 0.025em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #267d73;
  font-size: 21.6px;
  font-size: 1.2rem;
}
@media (min-width: 320px) {
  .BBFormSectionHeading .BBFormFieldLabelEdit {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .BBFormSectionHeading .BBFormFieldLabelEdit {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}

.BBFormFieldContainer {
  padding: 0 !important;
  margin: 0 0 1em 0 !important;
}

.BBFormFieldLabel {
  font-family: "proxima nova", Helvetica !important;
  font-size: 18px;
  font-size: 1rem;
}
@media (min-width: 320px) {
  .BBFormFieldLabel {
    font-size: calc(18px + (18 - 18) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .BBFormFieldLabel {
    font-size: 18px;
    font-size: 1rem;
  }
}

.BBFormRadioItem {
  flex: 1 0 44px;
  max-width: 23.33%;
}

.BBFormRadioLabelGivingLevel {
  transition-property: background-color, border-color, color !important;
  transition-timing-function: ease !important;
  transition-duration: 0.2s !important;
}

.BBFormRadioLabel {
  font-size: 1em !important;
  padding: 0.66em 0.33em !important;
  float: none !important;
  background-color: #EDEAE6 !important;
  border-color: #DAD0BD !important;
  border-radius: 2px !important;
}
.BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected {
  background-color: #ACBB37 !important;
  border-color: #879422 !important;
}
.BBFormRadioLabel:hover, .BBFormRadioLabel:focus {
  border-color: #879422 !important;
}

#bboxdonation_payment_lblSecCode {
  padding-right: 5px;
}

#cscWhatsThis {
  box-shadow: none;
}

.BBFormRadioAmount,
.BBFormRadioDescriptionOther {
  font-size: 1.2em !important;
  font-weight: 600;
  text-align: center !important;
  padding: 0 !important;
  min-width: 44px !important;
  line-height: 1 !important;
  color: #879422 !important;
}

.BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton {
  display: inline-block;
  font-family: "alternate-gothic-no-3-d", "Impact", "Helvetica Nueue", sans-serif;
  line-height: 1.1;
  vertical-align: text-top;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #CD761F;
  box-shadow: inset 0 0 0 0 rgba(136, 68, 0, 0.5), inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.33);
  border: none;
  border-radius: 0;
  color: white;
  padding: 0.66em 1em;
  font-size: 21.6px;
  font-size: 1.2rem;
  transition: 0.25s ease all;
  text-decoration: none;
  box-shadow: none;
  margin-top: 1em;
}
@media (min-width: 320px) {
  .BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton {
    font-size: calc(21.6px + (25.2 - 21.6) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (min-width: 1024px) {
  .BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton {
    font-size: 25.2px;
    font-size: 1.4rem;
  }
}
.BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:hover, .BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:focus, .BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:visited:hover, .BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:visited:focus {
  background-color: #b36210;
  box-shadow: inset 0 -0.3em 0 0 rgba(136, 68, 0, 0.5), inset 0 -2em 0 0 #b36210;
  outline: transparent;
  color: white;
}
.BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:disabled {
  background-color: #be7730;
}
.BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:visited {
  color: white;
}
.BBFormContainer .BBFormSubmitbutton.BBFormSubmitbutton.BBFormSubmitbutton:focus {
  outline: transparent;
}

.BBFormRadioLabelGivingLevelSelected .BBFormRadioAmount {
  color: white !important;
}

.BBFormRadioLabelGivingLevelSelected .BBFormRadioDescriptionOther {
  display: none !important;
}

.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabel.BBFormRadioLabelGivingLevelOther {
  padding: 0.41em !important;
}

.BBFormRadioLabelGivingLevelSelected .BBFormGiftOtherAmount {
  margin: 0 !important;
  font-size: 1em !important;
  width: 100% !important;
  padding: 0.2em !important;
  line-height: 1 !important;
  min-height: 0 !important;
}

.BBLinkSecureInfo {
  font-size: 0.7em;
}

.BBCardNumber,
.BBFieldSecurityCode {
  font-family: monospace !important;
  letter-spacing: 1px !important;
}

#BBPanelHeading .BBFormSectionPriceSelect {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#BBPanelPrices .BBFormSectionPriceSelect {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none !important;
}

.BBFormTable {
  border-radius: 0 !important;
  border: none !important;
  background-image: none !important;
  background-color: #EDEAE6 !important;
  max-width: 100% !important;
}
.BBFormTable .BBFormPriceName {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif !important;
}
.BBFormTable .BBFormPriceDescription {
  font-size: 85% !important;
}

#mongo-form .BBDFormSectionGiftInfo .BBFormRadioList {
  width: 320px;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioItem.BBFormRadioItem.BBFormRadioItem {
  max-width: 100%;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormFieldLabel {
  min-width: 90px;
  margin: 0;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormFieldLabel * {
  clear: none !important;
  float: none !important;
  position: relative;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormFieldLabel .BBFormRadioDescription {
  float: none !important;
  padding: 0;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioDescription,
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioAmount {
  float: none !important;
  color: #879422;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected {
  color: white !important;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected .BBFormRadioDescription.BBFormRadioDescription,
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelSelected .BBFormRadioAmount {
  color: white !important;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioAmount {
  padding-left: 0.5em !important;
}
#mongo-form .BBDFormSectionGiftInfo .BBFormRadioGivingLevelItem {
  max-width: none;
}
#mongo-form .BBFormPaymentRadioOptions .BBFormFieldLabelEdit {
  background-color: #EDEAE6;
  border-color: #DAD0BD;
  border-radius: 2px;
  color: #879422;
  margin-bottom: 10px;
}
#mongo-form .BBFormContainer .BBFormRadioPaymentSelected {
  background-color: #ACBB37;
  border-color: #879422;
  color: white;
}
#mongo-form .BBFormFieldContainerPaymentMethods .BBFormPaymentRadioOptions {
  margin: 0 !important;
}

.BBFormContainer .BBFieldSecurityCode .BBFormFieldLabel {
  margin-left: 0 !important;
}

.page-id-64 #mongo-form .BBDFormSectionGiftInfo .BBFormRadioList {
  width: 100%;
}
.page-id-64 #mongo-form .BBDFormSectionGiftInfo .BBFormRadioList .BBFormRadioAmount {
  padding: 0 !important;
}

#mongo-form .BBFormContainer[data-bbox-part-id=fd4d7131-ede8-4201-92b4-79db9a9fd154] .BBFormProgressContainer {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif !important;
  display: block !important;
  padding: 1em 0 2em 0 !important;
}
#mongo-form .BBFormContainer[data-bbox-part-id=fd4d7131-ede8-4201-92b4-79db9a9fd154] .BBFormProgressContainer .BBFormProgress-Bar {
  background-color: #ACBB37 !important;
}
#mongo-form .BBFormContainer[data-bbox-part-id=fd4d7131-ede8-4201-92b4-79db9a9fd154] .BBFormRadioButton {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
#mongo-form .BBFormContainer[data-bbox-part-id=fd4d7131-ede8-4201-92b4-79db9a9fd154] .BBFormRadioDescription {
  font-size: 1.1rem;
}
#mongo-form .BBFormContainer[data-bbox-part-id=fd4d7131-ede8-4201-92b4-79db9a9fd154] .BBDFormSectionGiftInfo .BBFormRadioList {
  width: auto;
}

.form {
  font-size: 1em;
}

label {
  font-family: "proxima-nova", "Helvetica Nueue", sans-serif;
}

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