@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 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.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "proxima-soft", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #174524;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -webkit-flex;
  display: flex; }

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

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

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

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

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

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

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

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

.small-up-1 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
    order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-order: 6;
    order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-soft", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #174524;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cfcfcf; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #25b64e;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #4c6f56; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cfcfcf;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cfcfcf; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #b5b5b5; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #b5b5b5; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted black;
  color: #174524;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cfcfcf;
  background-color: #dfdfdf;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: black; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #dfdfdf;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: black;
  border-radius: 5px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #b5b5b5; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #b5b5b5;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #b5b5b5;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cfcfcf;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cfcfcf; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cfcfcf; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cfcfcf; }

input::placeholder,
textarea::placeholder {
  color: #cfcfcf; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #dfdfdf;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: black; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: black; }

.input-group {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child > * {
    border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cfcfcf;
  background: #dfdfdf;
  color: black;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cfcfcf; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #ffffff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: black;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28181, 181, 181%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #b5b5b5;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cfcfcf;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #dfdfdf;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .comments-section .comment-respond .form-submit input, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 18px 50px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #25b64e;
  color: #ffffff; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer [data-whatinput='mouse'] input[type="submit"], [data-whatinput='mouse'] .comments-section .comment-respond .form-submit input, .comments-section .comment-respond .form-submit [data-whatinput='mouse'] input, [data-whatinput='mouse'] .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply [data-whatinput='mouse'] a {
    outline: 0; }
  .button:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:hover[type="submit"], .comments-section .comment-respond .form-submit input:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:hover, .button:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:focus[type="submit"], .comments-section .comment-respond .form-submit input:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:focus {
    background-color: #1f9b42;
    color: #ffffff; }
  .button.tiny, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.tiny[type="submit"], .comments-section .comment-respond .form-submit input.tiny, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.tiny {
    font-size: 0.6rem; }
  .button.small, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.small[type="submit"], .comments-section .comment-respond .form-submit input.small, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
    font-size: 0.75rem; }
  .button.large, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.large[type="submit"], .comments-section .comment-respond .form-submit input.large, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.large {
    font-size: 1.25rem; }
  .button.expanded, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.expanded[type="submit"], .comments-section .comment-respond .form-submit input.expanded, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary[type="submit"], .comments-section .comment-respond .form-submit input.primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary {
    background-color: #25b64e;
    color: black; }
    .button.primary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary:hover[type="submit"], .comments-section .comment-respond .form-submit input.primary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary:hover, .button.primary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary:focus[type="submit"], .comments-section .comment-respond .form-submit input.primary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary:focus {
      background-color: #1e923e;
      color: black; }
  .button.secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .comments-section .comment-respond .form-submit input.secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.secondary {
    background-color: #ff6143;
    color: black; }
    .button.secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:hover[type="submit"], .comments-section .comment-respond .form-submit input.secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.secondary:hover, .button.secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:focus[type="submit"], .comments-section .comment-respond .form-submit input.secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.secondary:focus {
      background-color: #ff2b03;
      color: black; }
  .button.success, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.success[type="submit"], .comments-section .comment-respond .form-submit input.success, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.success {
    background-color: #3adb76;
    color: black; }
    .button.success:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.success:hover[type="submit"], .comments-section .comment-respond .form-submit input.success:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.success:hover, .button.success:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.success:focus[type="submit"], .comments-section .comment-respond .form-submit input.success:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.success:focus {
      background-color: #22bb5b;
      color: black; }
  .button.warning, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.warning[type="submit"], .comments-section .comment-respond .form-submit input.warning, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.warning {
    background-color: #ffae00;
    color: black; }
    .button.warning:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.warning:hover[type="submit"], .comments-section .comment-respond .form-submit input.warning:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.warning:hover, .button.warning:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.warning:focus[type="submit"], .comments-section .comment-respond .form-submit input.warning:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.warning:focus {
      background-color: #cc8b00;
      color: black; }
  .button.alert, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.alert[type="submit"], .comments-section .comment-respond .form-submit input.alert, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.alert {
    background-color: #cc4b37;
    color: black; }
    .button.alert:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.alert:hover[type="submit"], .comments-section .comment-respond .form-submit input.alert:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.alert:hover, .button.alert:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.alert:focus[type="submit"], .comments-section .comment-respond .form-submit input.alert:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.alert:focus {
      background-color: #a53b2a;
      color: black; }
  .button.hollow, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow[type="submit"], .comments-section .comment-respond .form-submit input.hollow, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow {
    border: 1px solid #25b64e;
    color: #25b64e; }
    .button.hollow, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow[type="submit"], .comments-section .comment-respond .form-submit input.hollow, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow, .button.hollow:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow:hover, .button.hollow:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow:hover, .button.hollow:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow:focus {
      border-color: #135b27;
      color: #135b27; }
    .button.hollow.primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.primary[type="submit"], .comments-section .comment-respond .form-submit input.hollow.primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.primary {
      border: 1px solid #25b64e;
      color: #25b64e; }
      .button.hollow.primary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.primary:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.primary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.primary:hover, .button.hollow.primary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.primary:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.primary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.primary:focus {
        border-color: #135b27;
        color: #135b27; }
    .button.hollow.secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary {
      border: 1px solid #ff6143;
      color: #ff6143; }
      .button.hollow.secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary:hover, .button.hollow.secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary:focus {
        border-color: #a11a00;
        color: #a11a00; }
    .button.hollow.success, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.success[type="submit"], .comments-section .comment-respond .form-submit input.hollow.success, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.success:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.success:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.success:hover, .button.hollow.success:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.success:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.success:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.warning[type="submit"], .comments-section .comment-respond .form-submit input.hollow.warning, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.warning:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.warning:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.warning:hover, .button.hollow.warning:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.warning:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.warning:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.alert[type="submit"], .comments-section .comment-respond .form-submit input.hollow.alert, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.alert:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.alert:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.alert:hover, .button.hollow.alert:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.alert:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.alert:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled[type="submit"], .comments-section .comment-respond .form-submit input.disabled, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled, .button[disabled], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled][type="submit"], .comments-section .comment-respond .form-submit input[disabled], .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled[type="submit"], .comments-section .comment-respond .form-submit input.disabled, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled, .button.disabled:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled:hover[type="submit"], .comments-section .comment-respond .form-submit input.disabled:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled:hover, .button.disabled:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled:focus[type="submit"], .comments-section .comment-respond .form-submit input.disabled:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled:focus, .button[disabled], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled][type="submit"], .comments-section .comment-respond .form-submit input[disabled], .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled], .button[disabled]:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled]:hover[type="submit"], .comments-section .comment-respond .form-submit input[disabled]:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled]:hover, .button[disabled]:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled]:focus[type="submit"], .comments-section .comment-respond .form-submit input[disabled]:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled]:focus {
      background-color: #25b64e;
      color: #ffffff; }
    .button.disabled.primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.primary[type="submit"], .comments-section .comment-respond .form-submit input.disabled.primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.primary, .button[disabled].primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].primary[type="submit"], .comments-section .comment-respond .form-submit input[disabled].primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.primary[type="submit"], .comments-section .comment-respond .form-submit input.disabled.primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.primary, .button.disabled.primary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.primary:hover[type="submit"], .comments-section .comment-respond .form-submit input.disabled.primary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.primary:hover, .button.disabled.primary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.primary:focus[type="submit"], .comments-section .comment-respond .form-submit input.disabled.primary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.primary:focus, .button[disabled].primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].primary[type="submit"], .comments-section .comment-respond .form-submit input[disabled].primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].primary, .button[disabled].primary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].primary:hover[type="submit"], .comments-section .comment-respond .form-submit input[disabled].primary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].primary:hover, .button[disabled].primary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].primary:focus[type="submit"], .comments-section .comment-respond .form-submit input[disabled].primary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].primary:focus {
        background-color: #25b64e;
        color: black; }
    .button.disabled.secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled[type="submit"], .comments-section .comment-respond .form-submit input.disabled.secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.secondary, .button[disabled].secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled][type="submit"], .comments-section .comment-respond .form-submit input[disabled].secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled[type="submit"], .comments-section .comment-respond .form-submit input.disabled.secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.secondary, .button.disabled.secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled:hover[type="submit"], .comments-section .comment-respond .form-submit input.disabled.secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.secondary:hover, .button.disabled.secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled:focus[type="submit"], .comments-section .comment-respond .form-submit input.disabled.secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.secondary:focus, .button[disabled].secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled][type="submit"], .comments-section .comment-respond .form-submit input[disabled].secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].secondary, .button[disabled].secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled]:hover[type="submit"], .comments-section .comment-respond .form-submit input[disabled].secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].secondary:hover, .button[disabled].secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled]:focus[type="submit"], .comments-section .comment-respond .form-submit input[disabled].secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].secondary:focus {
        background-color: #ff6143;
        color: black; }
    .button.disabled.success, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.success[type="submit"], .comments-section .comment-respond .form-submit input.disabled.success, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.success, .button[disabled].success, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].success[type="submit"], .comments-section .comment-respond .form-submit input[disabled].success, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.success[type="submit"], .comments-section .comment-respond .form-submit input.disabled.success, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.success, .button.disabled.success:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.success:hover[type="submit"], .comments-section .comment-respond .form-submit input.disabled.success:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.success:hover, .button.disabled.success:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.success:focus[type="submit"], .comments-section .comment-respond .form-submit input.disabled.success:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.success:focus, .button[disabled].success, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].success[type="submit"], .comments-section .comment-respond .form-submit input[disabled].success, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].success, .button[disabled].success:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].success:hover[type="submit"], .comments-section .comment-respond .form-submit input[disabled].success:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].success:hover, .button[disabled].success:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].success:focus[type="submit"], .comments-section .comment-respond .form-submit input[disabled].success:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].success:focus {
        background-color: #3adb76;
        color: black; }
    .button.disabled.warning, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.warning[type="submit"], .comments-section .comment-respond .form-submit input.disabled.warning, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.warning, .button[disabled].warning, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].warning[type="submit"], .comments-section .comment-respond .form-submit input[disabled].warning, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.warning[type="submit"], .comments-section .comment-respond .form-submit input.disabled.warning, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.warning, .button.disabled.warning:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.warning:hover[type="submit"], .comments-section .comment-respond .form-submit input.disabled.warning:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.warning:hover, .button.disabled.warning:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.warning:focus[type="submit"], .comments-section .comment-respond .form-submit input.disabled.warning:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.warning:focus, .button[disabled].warning, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].warning[type="submit"], .comments-section .comment-respond .form-submit input[disabled].warning, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].warning, .button[disabled].warning:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].warning:hover[type="submit"], .comments-section .comment-respond .form-submit input[disabled].warning:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].warning:hover, .button[disabled].warning:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].warning:focus[type="submit"], .comments-section .comment-respond .form-submit input[disabled].warning:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].warning:focus {
        background-color: #ffae00;
        color: black; }
    .button.disabled.alert, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.alert[type="submit"], .comments-section .comment-respond .form-submit input.disabled.alert, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.alert, .button[disabled].alert, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].alert[type="submit"], .comments-section .comment-respond .form-submit input[disabled].alert, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.alert[type="submit"], .comments-section .comment-respond .form-submit input.disabled.alert, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.alert, .button.disabled.alert:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.alert:hover[type="submit"], .comments-section .comment-respond .form-submit input.disabled.alert:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.alert:hover, .button.disabled.alert:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.disabled.alert:focus[type="submit"], .comments-section .comment-respond .form-submit input.disabled.alert:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.disabled.alert:focus, .button[disabled].alert, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].alert[type="submit"], .comments-section .comment-respond .form-submit input[disabled].alert, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].alert, .button[disabled].alert:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].alert:hover[type="submit"], .comments-section .comment-respond .form-submit input[disabled].alert:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].alert:hover, .button[disabled].alert:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[disabled].alert:focus[type="submit"], .comments-section .comment-respond .form-submit input[disabled].alert:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a[disabled].alert:focus {
        background-color: #cc4b37;
        color: black; }
  .button.dropdown::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 50px; }
  .button.dropdown.hollow::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown.hollow[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown.hollow::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown.hollow::after {
    border-top-color: #25b64e; }
  .button.dropdown.hollow.primary::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown.hollow.primary[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown.hollow.primary::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown.hollow.primary::after {
    border-top-color: #25b64e; }
  .button.dropdown.hollow.secondary::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown.hollow[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown.hollow.secondary::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown.hollow.secondary::after {
    border-top-color: #ff6143; }
  .button.dropdown.hollow.success::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown.hollow.success[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown.hollow.success::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown.hollow.warning[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown.hollow.warning::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.dropdown.hollow.alert[type="submit"]::after, .comments-section .comment-respond .form-submit input.dropdown.hollow.alert::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.arrow-only[type="submit"]::after, .comments-section .comment-respond .form-submit input.arrow-only::after, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.close-button {
  position: absolute;
  color: #174524;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #25b64e; }
  .close-button.small {
    right: 0.5rem;
    top: 0rem;
    font-size: 2em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 0.5rem;
    top: 0rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }
  .menu > li {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 7.5px 5px;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -webkit-flex;
    display: flex; }
  .menu > li > a {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; }
  .menu.expanded > li {
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu.vertical > li {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -webkit-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.large-expanded > li {
      -webkit-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 5px; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 5px; }
  .menu.align-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .menu.icon-top > li > a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -webkit-align-self: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #25b64e;
    color: #ffffff; }
  .menu.menu-bordered li {
    border: 1px solid #dfdfdf; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #dfdfdf; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 7.5px 5px;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cfcfcf;
    box-shadow: 0 7px 0 #cfcfcf, 0 14px 0 #cfcfcf; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    box-shadow: 0 7px 0 black, 0 14px 0 black;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #b5b5b5;
    box-shadow: 0 7px 0 #b5b5b5, 0 14px 0 #b5b5b5; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #25b64e;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #25b64e transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #25b64e transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #25b64e transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #25b64e; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #25b64e transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #25b64e transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #25b64e; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #25b64e transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #25b64e transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #25b64e; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cfcfcf;
  background: #ffffff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #25b64e transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #25b64e; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.9); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.9); }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none; }

.off-canvas-content {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 5px;
    color: black; }
    .pagination a:hover,
    .pagination button:hover {
      background: #174524; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #25b64e;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cfcfcf;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: black; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #dfdfdf;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cfcfcf;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 5px;
  background-color: #25b64e;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1f9b42; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 30px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #174524; }
  tfoot {
    background: #f2f2f2;
    color: #174524; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #25b64e; }
  .tabs.primary > li > a {
    color: black; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #23ad4a; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 24px 30px;
    font-size: 1.25rem;
    line-height: 1;
    color: rgba(23, 69, 36, 0.8); }
    .tabs-title > a:hover {
      background: #ffffff;
      color: rgba(20, 59, 31, 0.8); }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff;
      color: #174524; }

.tabs-content {
  border: 1px solid #dfdfdf;
  border-top: 0;
  background: #ffffff;
  color: #174524;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #dfdfdf;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.title-bar {
  padding: 0.5rem;
  background: black;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer .top-bar input[type="submit"], .top-bar .comments-section .comment-respond .form-submit input, .comments-section .comment-respond .form-submit .top-bar input {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

.align-self-middle {
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center; }

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

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

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

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

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

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

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

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

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

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

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

/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
.cbm-dev {
  display: none; }

/*
Fun mixins
*/
/*
Margin Mixins - specify the original values in px's for small screens.
*/
/*
Collection of one-off helper classes
*/
.z1 {
  position: relative;
  z-index: 1; }

.z2 {
  position: relative;
  z-index: 2; }

.z3 {
  position: relative;
  z-index: 3; }

.margin-top {
  margin-top: 22.5px; }
  @media print, screen and (min-width: 40em) {
    .margin-top {
      margin-top: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    .margin-top {
      margin-top: 45px; } }
  .margin-top.margin-small {
    margin-top: 15px; }
    @media print, screen and (min-width: 40em) {
      .margin-top.margin-small {
        margin-top: 22.5px; } }
    @media print, screen and (min-width: 64em) {
      .margin-top.margin-small {
        margin-top: 30px; } }
  .margin-top.margin-large {
    margin-top: 30px; }
    @media print, screen and (min-width: 40em) {
      .margin-top.margin-large {
        margin-top: 45px; } }
    @media print, screen and (min-width: 64em) {
      .margin-top.margin-large {
        margin-top: 60px; } }
  .margin-top.margin-huge {
    margin-top: 56.25px; }
    @media print, screen and (min-width: 40em) {
      .margin-top.margin-huge {
        margin-top: 84.375px; } }
    @media print, screen and (min-width: 64em) {
      .margin-top.margin-huge {
        margin-top: 112.5px; } }

.margin-bottom {
  margin-bottom: 22.5px; }
  @media print, screen and (min-width: 40em) {
    .margin-bottom {
      margin-bottom: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    .margin-bottom {
      margin-bottom: 45px; } }
  .margin-bottom.margin-small {
    margin-bottom: 15px; }
    @media print, screen and (min-width: 40em) {
      .margin-bottom.margin-small {
        margin-bottom: 22.5px; } }
    @media print, screen and (min-width: 64em) {
      .margin-bottom.margin-small {
        margin-bottom: 30px; } }
  .margin-bottom.margin-large {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 40em) {
      .margin-bottom.margin-large {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 64em) {
      .margin-bottom.margin-large {
        margin-bottom: 60px; } }
  .margin-bottom.margin-huge {
    margin-bottom: 56.25px; }
    @media print, screen and (min-width: 40em) {
      .margin-bottom.margin-huge {
        margin-bottom: 84.375px; } }
    @media print, screen and (min-width: 64em) {
      .margin-bottom.margin-huge {
        margin-bottom: 112.5px; } }

.padding-top {
  padding-top: 22.5px; }
  @media print, screen and (min-width: 40em) {
    .padding-top {
      padding-top: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    .padding-top {
      padding-top: 45px; } }
  .padding-top.padding-small {
    padding-top: 15px; }
    @media print, screen and (min-width: 40em) {
      .padding-top.padding-small {
        padding-top: 22.5px; } }
    @media print, screen and (min-width: 64em) {
      .padding-top.padding-small {
        padding-top: 30px; } }
  .padding-top.padding-large {
    padding-top: 30px; }
    @media print, screen and (min-width: 40em) {
      .padding-top.padding-large {
        padding-top: 45px; } }
    @media print, screen and (min-width: 64em) {
      .padding-top.padding-large {
        padding-top: 60px; } }
  .padding-top.padding-huge {
    padding-top: 56.25px; }
    @media print, screen and (min-width: 40em) {
      .padding-top.padding-huge {
        padding-top: 84.375px; } }
    @media print, screen and (min-width: 64em) {
      .padding-top.padding-huge {
        padding-top: 112.5px; } }

.padding-bottom {
  padding-bottom: 22.5px; }
  @media print, screen and (min-width: 40em) {
    .padding-bottom {
      padding-bottom: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    .padding-bottom {
      padding-bottom: 45px; } }
  .padding-bottom.padding-small {
    padding-bottom: 15px; }
    @media print, screen and (min-width: 40em) {
      .padding-bottom.padding-small {
        padding-bottom: 22.5px; } }
    @media print, screen and (min-width: 64em) {
      .padding-bottom.padding-small {
        padding-bottom: 30px; } }
  .padding-bottom.padding-large {
    padding-bottom: 30px; }
    @media print, screen and (min-width: 40em) {
      .padding-bottom.padding-large {
        padding-bottom: 45px; } }
    @media print, screen and (min-width: 64em) {
      .padding-bottom.padding-large {
        padding-bottom: 60px; } }
  .padding-bottom.padding-huge {
    padding-bottom: 56.25px; }
    @media print, screen and (min-width: 40em) {
      .padding-bottom.padding-huge {
        padding-bottom: 84.375px; } }
    @media print, screen and (min-width: 64em) {
      .padding-bottom.padding-huge {
        padding-bottom: 112.5px; } }

.block-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.justify {
  text-align: justify; }

.text-bottom-holder {
  position: relative;
  width: 100%;
  height: 100%; }
  .text-bottom-holder > div.text-bottom {
    position: absolute;
    bottom: 0; }

.relative {
  position: relative; }

.display-flex {
  display: -webkit-flex;
  display: flex; }
  .display-flex > * {
    display: block; }

[data-whatinput="mouse"] img.slick-slide:focus {
  outline: 0px !important; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

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

.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;
  color: #25b64e;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

div.heading.hero, .comments-section .comment-respond div.hero.comment-reply-title,
div.heading.hero p,
.comments-section .comment-respond div.hero.comment-reply-title p, small.heading.hero, .comments-section .comment-respond small.hero.comment-reply-title,
small.heading.hero p,
.comments-section .comment-respond small.hero.comment-reply-title p,
h1.heading.hero,
.comments-section .comment-respond h1.hero.comment-reply-title,
h1.heading.hero p,
.comments-section .comment-respond h1.hero.comment-reply-title p,
h2.heading.hero,
.comments-section .comment-respond h2.hero.comment-reply-title,
h2.heading.hero p,
.comments-section .comment-respond h2.hero.comment-reply-title p,
h3.heading.hero,
.comments-section .comment-respond h3.hero.comment-reply-title,
h3.heading.hero p,
.comments-section .comment-respond h3.hero.comment-reply-title p,
h4.heading.hero,
.comments-section .comment-respond h4.hero.comment-reply-title,
h4.heading.hero p,
.comments-section .comment-respond h4.hero.comment-reply-title p,
h5.heading.hero,
.comments-section .comment-respond h5.hero.comment-reply-title,
h5.heading.hero p,
.comments-section .comment-respond h5.hero.comment-reply-title p,
h6.heading.hero,
.comments-section .comment-respond h6.hero.comment-reply-title,
h6.heading.hero p,
.comments-section .comment-respond h6.hero.comment-reply-title p {
  font-size: 42px;
  line-height: 1.33;
  color: #174524; }
  @media print, screen and (min-width: 40em) {
    div.heading.hero, .comments-section .comment-respond div.hero.comment-reply-title,
    div.heading.hero p,
    .comments-section .comment-respond div.hero.comment-reply-title p, small.heading.hero, .comments-section .comment-respond small.hero.comment-reply-title,
    small.heading.hero p,
    .comments-section .comment-respond small.hero.comment-reply-title p,
    h1.heading.hero,
    .comments-section .comment-respond h1.hero.comment-reply-title,
    h1.heading.hero p,
    .comments-section .comment-respond h1.hero.comment-reply-title p,
    h2.heading.hero,
    .comments-section .comment-respond h2.hero.comment-reply-title,
    h2.heading.hero p,
    .comments-section .comment-respond h2.hero.comment-reply-title p,
    h3.heading.hero,
    .comments-section .comment-respond h3.hero.comment-reply-title,
    h3.heading.hero p,
    .comments-section .comment-respond h3.hero.comment-reply-title p,
    h4.heading.hero,
    .comments-section .comment-respond h4.hero.comment-reply-title,
    h4.heading.hero p,
    .comments-section .comment-respond h4.hero.comment-reply-title p,
    h5.heading.hero,
    .comments-section .comment-respond h5.hero.comment-reply-title,
    h5.heading.hero p,
    .comments-section .comment-respond h5.hero.comment-reply-title p,
    h6.heading.hero,
    .comments-section .comment-respond h6.hero.comment-reply-title,
    h6.heading.hero p,
    .comments-section .comment-respond h6.hero.comment-reply-title p {
      line-height: 1.41;
      font-size: 48px; } }
  @media print, screen and (min-width: 64em) {
    div.heading.hero, .comments-section .comment-respond div.hero.comment-reply-title,
    div.heading.hero p,
    .comments-section .comment-respond div.hero.comment-reply-title p, small.heading.hero, .comments-section .comment-respond small.hero.comment-reply-title,
    small.heading.hero p,
    .comments-section .comment-respond small.hero.comment-reply-title p,
    h1.heading.hero,
    .comments-section .comment-respond h1.hero.comment-reply-title,
    h1.heading.hero p,
    .comments-section .comment-respond h1.hero.comment-reply-title p,
    h2.heading.hero,
    .comments-section .comment-respond h2.hero.comment-reply-title,
    h2.heading.hero p,
    .comments-section .comment-respond h2.hero.comment-reply-title p,
    h3.heading.hero,
    .comments-section .comment-respond h3.hero.comment-reply-title,
    h3.heading.hero p,
    .comments-section .comment-respond h3.hero.comment-reply-title p,
    h4.heading.hero,
    .comments-section .comment-respond h4.hero.comment-reply-title,
    h4.heading.hero p,
    .comments-section .comment-respond h4.hero.comment-reply-title p,
    h5.heading.hero,
    .comments-section .comment-respond h5.hero.comment-reply-title,
    h5.heading.hero p,
    .comments-section .comment-respond h5.hero.comment-reply-title p,
    h6.heading.hero,
    .comments-section .comment-respond h6.hero.comment-reply-title,
    h6.heading.hero p,
    .comments-section .comment-respond h6.hero.comment-reply-title p {
      font-size: 54px; } }
  div.heading.hero strong, .comments-section .comment-respond div.hero.comment-reply-title strong,
  div.heading.hero p strong,
  .comments-section .comment-respond div.hero.comment-reply-title p strong, small.heading.hero strong, .comments-section .comment-respond small.hero.comment-reply-title strong,
  small.heading.hero p strong,
  .comments-section .comment-respond small.hero.comment-reply-title p strong,
  h1.heading.hero strong,
  .comments-section .comment-respond h1.hero.comment-reply-title strong,
  h1.heading.hero p strong,
  .comments-section .comment-respond h1.hero.comment-reply-title p strong,
  h2.heading.hero strong,
  .comments-section .comment-respond h2.hero.comment-reply-title strong,
  h2.heading.hero p strong,
  .comments-section .comment-respond h2.hero.comment-reply-title p strong,
  h3.heading.hero strong,
  .comments-section .comment-respond h3.hero.comment-reply-title strong,
  h3.heading.hero p strong,
  .comments-section .comment-respond h3.hero.comment-reply-title p strong,
  h4.heading.hero strong,
  .comments-section .comment-respond h4.hero.comment-reply-title strong,
  h4.heading.hero p strong,
  .comments-section .comment-respond h4.hero.comment-reply-title p strong,
  h5.heading.hero strong,
  .comments-section .comment-respond h5.hero.comment-reply-title strong,
  h5.heading.hero p strong,
  .comments-section .comment-respond h5.hero.comment-reply-title p strong,
  h6.heading.hero strong,
  .comments-section .comment-respond h6.hero.comment-reply-title strong,
  h6.heading.hero p strong,
  .comments-section .comment-respond h6.hero.comment-reply-title p strong {
    font-weight: 600px; }
  div.heading.hero.line-height-smaller, .comments-section .comment-respond div.hero.line-height-smaller.comment-reply-title,
  div.heading.hero p.line-height-smaller,
  .comments-section .comment-respond div.hero.comment-reply-title p.line-height-smaller, small.heading.hero.line-height-smaller, .comments-section .comment-respond small.hero.line-height-smaller.comment-reply-title,
  small.heading.hero p.line-height-smaller,
  .comments-section .comment-respond small.hero.comment-reply-title p.line-height-smaller,
  h1.heading.hero.line-height-smaller,
  .comments-section .comment-respond h1.hero.line-height-smaller.comment-reply-title,
  h1.heading.hero p.line-height-smaller,
  .comments-section .comment-respond h1.hero.comment-reply-title p.line-height-smaller,
  h2.heading.hero.line-height-smaller,
  .comments-section .comment-respond h2.hero.line-height-smaller.comment-reply-title,
  h2.heading.hero p.line-height-smaller,
  .comments-section .comment-respond h2.hero.comment-reply-title p.line-height-smaller,
  h3.heading.hero.line-height-smaller,
  .comments-section .comment-respond h3.hero.line-height-smaller.comment-reply-title,
  h3.heading.hero p.line-height-smaller,
  .comments-section .comment-respond h3.hero.comment-reply-title p.line-height-smaller,
  h4.heading.hero.line-height-smaller,
  .comments-section .comment-respond h4.hero.line-height-smaller.comment-reply-title,
  h4.heading.hero p.line-height-smaller,
  .comments-section .comment-respond h4.hero.comment-reply-title p.line-height-smaller,
  h5.heading.hero.line-height-smaller,
  .comments-section .comment-respond h5.hero.line-height-smaller.comment-reply-title,
  h5.heading.hero p.line-height-smaller,
  .comments-section .comment-respond h5.hero.comment-reply-title p.line-height-smaller,
  h6.heading.hero.line-height-smaller,
  .comments-section .comment-respond h6.hero.line-height-smaller.comment-reply-title,
  h6.heading.hero p.line-height-smaller,
  .comments-section .comment-respond h6.hero.comment-reply-title p.line-height-smaller {
    line-height: 1.11; }

div.heading.large, .comments-section .comment-respond div.large.comment-reply-title, small.heading.large, .comments-section .comment-respond small.large.comment-reply-title,
h1.heading.large,
.comments-section .comment-respond h1.large.comment-reply-title,
h2.heading.large,
.comments-section .comment-respond h2.large.comment-reply-title,
h3.heading.large,
.comments-section .comment-respond h3.large.comment-reply-title,
h4.heading.large,
.comments-section .comment-respond h4.large.comment-reply-title,
h5.heading.large,
.comments-section .comment-respond h5.large.comment-reply-title,
h6.heading.large,
.comments-section .comment-respond h6.large.comment-reply-title {
  font-size: 36px;
  color: #25b64e; }
  @media print, screen and (min-width: 40em) {
    div.heading.large, .comments-section .comment-respond div.large.comment-reply-title, small.heading.large, .comments-section .comment-respond small.large.comment-reply-title,
    h1.heading.large,
    .comments-section .comment-respond h1.large.comment-reply-title,
    h2.heading.large,
    .comments-section .comment-respond h2.large.comment-reply-title,
    h3.heading.large,
    .comments-section .comment-respond h3.large.comment-reply-title,
    h4.heading.large,
    .comments-section .comment-respond h4.large.comment-reply-title,
    h5.heading.large,
    .comments-section .comment-respond h5.large.comment-reply-title,
    h6.heading.large,
    .comments-section .comment-respond h6.large.comment-reply-title {
      font-size: 42px; } }
  @media print, screen and (min-width: 64em) {
    div.heading.large, .comments-section .comment-respond div.large.comment-reply-title, small.heading.large, .comments-section .comment-respond small.large.comment-reply-title,
    h1.heading.large,
    .comments-section .comment-respond h1.large.comment-reply-title,
    h2.heading.large,
    .comments-section .comment-respond h2.large.comment-reply-title,
    h3.heading.large,
    .comments-section .comment-respond h3.large.comment-reply-title,
    h4.heading.large,
    .comments-section .comment-respond h4.large.comment-reply-title,
    h5.heading.large,
    .comments-section .comment-respond h5.large.comment-reply-title,
    h6.heading.large,
    .comments-section .comment-respond h6.large.comment-reply-title {
      font-size: 48px; } }
  div.heading.large.line-height-smaller, .comments-section .comment-respond div.large.line-height-smaller.comment-reply-title, small.heading.large.line-height-smaller, .comments-section .comment-respond small.large.line-height-smaller.comment-reply-title,
  h1.heading.large.line-height-smaller,
  .comments-section .comment-respond h1.large.line-height-smaller.comment-reply-title,
  h2.heading.large.line-height-smaller,
  .comments-section .comment-respond h2.large.line-height-smaller.comment-reply-title,
  h3.heading.large.line-height-smaller,
  .comments-section .comment-respond h3.large.line-height-smaller.comment-reply-title,
  h4.heading.large.line-height-smaller,
  .comments-section .comment-respond h4.large.line-height-smaller.comment-reply-title,
  h5.heading.large.line-height-smaller,
  .comments-section .comment-respond h5.large.line-height-smaller.comment-reply-title,
  h6.heading.large.line-height-smaller,
  .comments-section .comment-respond h6.large.line-height-smaller.comment-reply-title {
    line-height: .88; }
  div.heading.large.line-height-larger, .comments-section .comment-respond div.large.line-height-larger.comment-reply-title, small.heading.large.line-height-larger, .comments-section .comment-respond small.large.line-height-larger.comment-reply-title,
  h1.heading.large.line-height-larger,
  .comments-section .comment-respond h1.large.line-height-larger.comment-reply-title,
  h2.heading.large.line-height-larger,
  .comments-section .comment-respond h2.large.line-height-larger.comment-reply-title,
  h3.heading.large.line-height-larger,
  .comments-section .comment-respond h3.large.line-height-larger.comment-reply-title,
  h4.heading.large.line-height-larger,
  .comments-section .comment-respond h4.large.line-height-larger.comment-reply-title,
  h5.heading.large.line-height-larger,
  .comments-section .comment-respond h5.large.line-height-larger.comment-reply-title,
  h6.heading.large.line-height-larger,
  .comments-section .comment-respond h6.large.line-height-larger.comment-reply-title {
    line-height: 1.58; }

div.heading.medium, .comments-section .comment-respond div.medium.comment-reply-title, small.heading.medium, .comments-section .comment-respond small.medium.comment-reply-title,
h1.heading.medium,
.comments-section .comment-respond h1.medium.comment-reply-title,
h2.heading.medium,
.comments-section .comment-respond h2.medium.comment-reply-title,
h3.heading.medium,
.comments-section .comment-respond h3.medium.comment-reply-title,
h4.heading.medium,
.comments-section .comment-respond h4.medium.comment-reply-title,
h5.heading.medium,
.comments-section .comment-respond h5.medium.comment-reply-title,
h6.heading.medium,
.comments-section .comment-respond h6.medium.comment-reply-title {
  font-size: 32px;
  color: #174524;
  font-weight: 600; }
  @media print, screen and (min-width: 40em) {
    div.heading.medium, .comments-section .comment-respond div.medium.comment-reply-title, small.heading.medium, .comments-section .comment-respond small.medium.comment-reply-title,
    h1.heading.medium,
    .comments-section .comment-respond h1.medium.comment-reply-title,
    h2.heading.medium,
    .comments-section .comment-respond h2.medium.comment-reply-title,
    h3.heading.medium,
    .comments-section .comment-respond h3.medium.comment-reply-title,
    h4.heading.medium,
    .comments-section .comment-respond h4.medium.comment-reply-title,
    h5.heading.medium,
    .comments-section .comment-respond h5.medium.comment-reply-title,
    h6.heading.medium,
    .comments-section .comment-respond h6.medium.comment-reply-title {
      font-size: 34px; } }
  @media print, screen and (min-width: 64em) {
    div.heading.medium, .comments-section .comment-respond div.medium.comment-reply-title, small.heading.medium, .comments-section .comment-respond small.medium.comment-reply-title,
    h1.heading.medium,
    .comments-section .comment-respond h1.medium.comment-reply-title,
    h2.heading.medium,
    .comments-section .comment-respond h2.medium.comment-reply-title,
    h3.heading.medium,
    .comments-section .comment-respond h3.medium.comment-reply-title,
    h4.heading.medium,
    .comments-section .comment-respond h4.medium.comment-reply-title,
    h5.heading.medium,
    .comments-section .comment-respond h5.medium.comment-reply-title,
    h6.heading.medium,
    .comments-section .comment-respond h6.medium.comment-reply-title {
      font-size: 36px; } }
  div.heading.medium.line-height-smaller, .comments-section .comment-respond div.medium.line-height-smaller.comment-reply-title, small.heading.medium.line-height-smaller, .comments-section .comment-respond small.medium.line-height-smaller.comment-reply-title,
  h1.heading.medium.line-height-smaller,
  .comments-section .comment-respond h1.medium.line-height-smaller.comment-reply-title,
  h2.heading.medium.line-height-smaller,
  .comments-section .comment-respond h2.medium.line-height-smaller.comment-reply-title,
  h3.heading.medium.line-height-smaller,
  .comments-section .comment-respond h3.medium.line-height-smaller.comment-reply-title,
  h4.heading.medium.line-height-smaller,
  .comments-section .comment-respond h4.medium.line-height-smaller.comment-reply-title,
  h5.heading.medium.line-height-smaller,
  .comments-section .comment-respond h5.medium.line-height-smaller.comment-reply-title,
  h6.heading.medium.line-height-smaller,
  .comments-section .comment-respond h6.medium.line-height-smaller.comment-reply-title {
    line-height: .89; }
  div.heading.medium.line-height-larger, .comments-section .comment-respond div.medium.line-height-larger.comment-reply-title, small.heading.medium.line-height-larger, .comments-section .comment-respond small.medium.line-height-larger.comment-reply-title,
  h1.heading.medium.line-height-larger,
  .comments-section .comment-respond h1.medium.line-height-larger.comment-reply-title,
  h2.heading.medium.line-height-larger,
  .comments-section .comment-respond h2.medium.line-height-larger.comment-reply-title,
  h3.heading.medium.line-height-larger,
  .comments-section .comment-respond h3.medium.line-height-larger.comment-reply-title,
  h4.heading.medium.line-height-larger,
  .comments-section .comment-respond h4.medium.line-height-larger.comment-reply-title,
  h5.heading.medium.line-height-larger,
  .comments-section .comment-respond h5.medium.line-height-larger.comment-reply-title,
  h6.heading.medium.line-height-larger,
  .comments-section .comment-respond h6.medium.line-height-larger.comment-reply-title {
    line-height: 1.0; }
  div.heading.medium.line-height-largest, .comments-section .comment-respond div.medium.line-height-largest.comment-reply-title, small.heading.medium.line-height-largest, .comments-section .comment-respond small.medium.line-height-largest.comment-reply-title,
  h1.heading.medium.line-height-largest,
  .comments-section .comment-respond h1.medium.line-height-largest.comment-reply-title,
  h2.heading.medium.line-height-largest,
  .comments-section .comment-respond h2.medium.line-height-largest.comment-reply-title,
  h3.heading.medium.line-height-largest,
  .comments-section .comment-respond h3.medium.line-height-largest.comment-reply-title,
  h4.heading.medium.line-height-largest,
  .comments-section .comment-respond h4.medium.line-height-largest.comment-reply-title,
  h5.heading.medium.line-height-largest,
  .comments-section .comment-respond h5.medium.line-height-largest.comment-reply-title,
  h6.heading.medium.line-height-largest,
  .comments-section .comment-respond h6.medium.line-height-largest.comment-reply-title {
    line-height: 1.22; }

div.heading.normal, .comments-section .comment-respond div.comment-reply-title, small.heading.normal, .comments-section .comment-respond small.comment-reply-title,
h1.heading.normal,
.comments-section .comment-respond h1.comment-reply-title,
h2.heading.normal,
.comments-section .comment-respond h2.comment-reply-title,
h3.heading.normal,
.comments-section .comment-respond h3.comment-reply-title,
h4.heading.normal,
.comments-section .comment-respond h4.comment-reply-title,
h5.heading.normal,
.comments-section .comment-respond h5.comment-reply-title,
h6.heading.normal,
.comments-section .comment-respond h6.comment-reply-title {
  font-size: 28px;
  line-height: 1.59;
  color: #174524; }
  @media print, screen and (min-width: 40em) {
    div.heading.normal, .comments-section .comment-respond div.comment-reply-title, small.heading.normal, .comments-section .comment-respond small.comment-reply-title,
    h1.heading.normal,
    .comments-section .comment-respond h1.comment-reply-title,
    h2.heading.normal,
    .comments-section .comment-respond h2.comment-reply-title,
    h3.heading.normal,
    .comments-section .comment-respond h3.comment-reply-title,
    h4.heading.normal,
    .comments-section .comment-respond h4.comment-reply-title,
    h5.heading.normal,
    .comments-section .comment-respond h5.comment-reply-title,
    h6.heading.normal,
    .comments-section .comment-respond h6.comment-reply-title {
      font-size: 30px; } }
  @media print, screen and (min-width: 64em) {
    div.heading.normal, .comments-section .comment-respond div.comment-reply-title, small.heading.normal, .comments-section .comment-respond small.comment-reply-title,
    h1.heading.normal,
    .comments-section .comment-respond h1.comment-reply-title,
    h2.heading.normal,
    .comments-section .comment-respond h2.comment-reply-title,
    h3.heading.normal,
    .comments-section .comment-respond h3.comment-reply-title,
    h4.heading.normal,
    .comments-section .comment-respond h4.comment-reply-title,
    h5.heading.normal,
    .comments-section .comment-respond h5.comment-reply-title,
    h6.heading.normal,
    .comments-section .comment-respond h6.comment-reply-title {
      font-size: 34px; } }
  div.heading.normal.line-height-smallest, .comments-section .comment-respond div.line-height-smallest.comment-reply-title, small.heading.normal.line-height-smallest, .comments-section .comment-respond small.line-height-smallest.comment-reply-title,
  h1.heading.normal.line-height-smallest,
  .comments-section .comment-respond h1.line-height-smallest.comment-reply-title,
  h2.heading.normal.line-height-smallest,
  .comments-section .comment-respond h2.line-height-smallest.comment-reply-title,
  h3.heading.normal.line-height-smallest,
  .comments-section .comment-respond h3.line-height-smallest.comment-reply-title,
  h4.heading.normal.line-height-smallest,
  .comments-section .comment-respond h4.line-height-smallest.comment-reply-title,
  h5.heading.normal.line-height-smallest,
  .comments-section .comment-respond h5.line-height-smallest.comment-reply-title,
  h6.heading.normal.line-height-smallest,
  .comments-section .comment-respond h6.line-height-smallest.comment-reply-title {
    line-height: 1.06; }
  div.heading.normal.line-height-smaller, .comments-section .comment-respond div.line-height-smaller.comment-reply-title, small.heading.normal.line-height-smaller, .comments-section .comment-respond small.line-height-smaller.comment-reply-title,
  h1.heading.normal.line-height-smaller,
  .comments-section .comment-respond h1.line-height-smaller.comment-reply-title,
  h2.heading.normal.line-height-smaller,
  .comments-section .comment-respond h2.line-height-smaller.comment-reply-title,
  h3.heading.normal.line-height-smaller,
  .comments-section .comment-respond h3.line-height-smaller.comment-reply-title,
  h4.heading.normal.line-height-smaller,
  .comments-section .comment-respond h4.line-height-smaller.comment-reply-title,
  h5.heading.normal.line-height-smaller,
  .comments-section .comment-respond h5.line-height-smaller.comment-reply-title,
  h6.heading.normal.line-height-smaller,
  .comments-section .comment-respond h6.line-height-smaller.comment-reply-title {
    line-height: 1.24; }

div.heading.small, .comments-section .comment-respond div.small.comment-reply-title, small.heading.small, .comments-section .comment-respond small.small.comment-reply-title,
h1.heading.small,
.comments-section .comment-respond h1.small.comment-reply-title,
h2.heading.small,
.comments-section .comment-respond h2.small.comment-reply-title,
h3.heading.small,
.comments-section .comment-respond h3.small.comment-reply-title,
h4.heading.small,
.comments-section .comment-respond h4.small.comment-reply-title,
h5.heading.small,
.comments-section .comment-respond h5.small.comment-reply-title,
h6.heading.small,
.comments-section .comment-respond h6.small.comment-reply-title {
  font-size: 24px;
  line-height: 1.2;
  color: #174524; }
  @media print, screen and (min-width: 40em) {
    div.heading.small, .comments-section .comment-respond div.small.comment-reply-title, small.heading.small, .comments-section .comment-respond small.small.comment-reply-title,
    h1.heading.small,
    .comments-section .comment-respond h1.small.comment-reply-title,
    h2.heading.small,
    .comments-section .comment-respond h2.small.comment-reply-title,
    h3.heading.small,
    .comments-section .comment-respond h3.small.comment-reply-title,
    h4.heading.small,
    .comments-section .comment-respond h4.small.comment-reply-title,
    h5.heading.small,
    .comments-section .comment-respond h5.small.comment-reply-title,
    h6.heading.small,
    .comments-section .comment-respond h6.small.comment-reply-title {
      font-size: 26px; } }
  @media print, screen and (min-width: 64em) {
    div.heading.small, .comments-section .comment-respond div.small.comment-reply-title, small.heading.small, .comments-section .comment-respond small.small.comment-reply-title,
    h1.heading.small,
    .comments-section .comment-respond h1.small.comment-reply-title,
    h2.heading.small,
    .comments-section .comment-respond h2.small.comment-reply-title,
    h3.heading.small,
    .comments-section .comment-respond h3.small.comment-reply-title,
    h4.heading.small,
    .comments-section .comment-respond h4.small.comment-reply-title,
    h5.heading.small,
    .comments-section .comment-respond h5.small.comment-reply-title,
    h6.heading.small,
    .comments-section .comment-respond h6.small.comment-reply-title {
      font-size: 30px; } }
  div.heading.small.line-height-hugest, .comments-section .comment-respond div.small.line-height-hugest.comment-reply-title, small.heading.small.line-height-hugest, .comments-section .comment-respond small.small.line-height-hugest.comment-reply-title,
  h1.heading.small.line-height-hugest,
  .comments-section .comment-respond h1.small.line-height-hugest.comment-reply-title,
  h2.heading.small.line-height-hugest,
  .comments-section .comment-respond h2.small.line-height-hugest.comment-reply-title,
  h3.heading.small.line-height-hugest,
  .comments-section .comment-respond h3.small.line-height-hugest.comment-reply-title,
  h4.heading.small.line-height-hugest,
  .comments-section .comment-respond h4.small.line-height-hugest.comment-reply-title,
  h5.heading.small.line-height-hugest,
  .comments-section .comment-respond h5.small.line-height-hugest.comment-reply-title,
  h6.heading.small.line-height-hugest,
  .comments-section .comment-respond h6.small.line-height-hugest.comment-reply-title {
    line-height: 2.0; }
  div.heading.small.line-height-largest, .comments-section .comment-respond div.small.line-height-largest.comment-reply-title, small.heading.small.line-height-largest, .comments-section .comment-respond small.small.line-height-largest.comment-reply-title,
  h1.heading.small.line-height-largest,
  .comments-section .comment-respond h1.small.line-height-largest.comment-reply-title,
  h2.heading.small.line-height-largest,
  .comments-section .comment-respond h2.small.line-height-largest.comment-reply-title,
  h3.heading.small.line-height-largest,
  .comments-section .comment-respond h3.small.line-height-largest.comment-reply-title,
  h4.heading.small.line-height-largest,
  .comments-section .comment-respond h4.small.line-height-largest.comment-reply-title,
  h5.heading.small.line-height-largest,
  .comments-section .comment-respond h5.small.line-height-largest.comment-reply-title,
  h6.heading.small.line-height-largest,
  .comments-section .comment-respond h6.small.line-height-largest.comment-reply-title {
    line-height: 1.4; }
  div.heading.small.line-height-larger, .comments-section .comment-respond div.small.line-height-larger.comment-reply-title, small.heading.small.line-height-larger, .comments-section .comment-respond small.small.line-height-larger.comment-reply-title,
  h1.heading.small.line-height-larger,
  .comments-section .comment-respond h1.small.line-height-larger.comment-reply-title,
  h2.heading.small.line-height-larger,
  .comments-section .comment-respond h2.small.line-height-larger.comment-reply-title,
  h3.heading.small.line-height-larger,
  .comments-section .comment-respond h3.small.line-height-larger.comment-reply-title,
  h4.heading.small.line-height-larger,
  .comments-section .comment-respond h4.small.line-height-larger.comment-reply-title,
  h5.heading.small.line-height-larger,
  .comments-section .comment-respond h5.small.line-height-larger.comment-reply-title,
  h6.heading.small.line-height-larger,
  .comments-section .comment-respond h6.small.line-height-larger.comment-reply-title {
    line-height: 1.2; }

div.heading.smaller, .comments-section .comment-respond div.smaller.comment-reply-title, small.heading.smaller, .comments-section .comment-respond small.smaller.comment-reply-title,
h1.heading.smaller,
.comments-section .comment-respond h1.smaller.comment-reply-title,
h2.heading.smaller,
.comments-section .comment-respond h2.smaller.comment-reply-title,
h3.heading.smaller,
.comments-section .comment-respond h3.smaller.comment-reply-title,
h4.heading.smaller,
.comments-section .comment-respond h4.smaller.comment-reply-title,
h5.heading.smaller,
.comments-section .comment-respond h5.smaller.comment-reply-title,
h6.heading.smaller,
.comments-section .comment-respond h6.smaller.comment-reply-title {
  font-size: 20px;
  line-height: 1.5; }
  @media print, screen and (min-width: 40em) {
    div.heading.smaller, .comments-section .comment-respond div.smaller.comment-reply-title, small.heading.smaller, .comments-section .comment-respond small.smaller.comment-reply-title,
    h1.heading.smaller,
    .comments-section .comment-respond h1.smaller.comment-reply-title,
    h2.heading.smaller,
    .comments-section .comment-respond h2.smaller.comment-reply-title,
    h3.heading.smaller,
    .comments-section .comment-respond h3.smaller.comment-reply-title,
    h4.heading.smaller,
    .comments-section .comment-respond h4.smaller.comment-reply-title,
    h5.heading.smaller,
    .comments-section .comment-respond h5.smaller.comment-reply-title,
    h6.heading.smaller,
    .comments-section .comment-respond h6.smaller.comment-reply-title {
      font-size: 22px; } }
  @media print, screen and (min-width: 64em) {
    div.heading.smaller, .comments-section .comment-respond div.smaller.comment-reply-title, small.heading.smaller, .comments-section .comment-respond small.smaller.comment-reply-title,
    h1.heading.smaller,
    .comments-section .comment-respond h1.smaller.comment-reply-title,
    h2.heading.smaller,
    .comments-section .comment-respond h2.smaller.comment-reply-title,
    h3.heading.smaller,
    .comments-section .comment-respond h3.smaller.comment-reply-title,
    h4.heading.smaller,
    .comments-section .comment-respond h4.smaller.comment-reply-title,
    h5.heading.smaller,
    .comments-section .comment-respond h5.smaller.comment-reply-title,
    h6.heading.smaller,
    .comments-section .comment-respond h6.smaller.comment-reply-title {
      font-size: 24px; } }
  div.heading.smaller.line-height-larger, .comments-section .comment-respond div.smaller.line-height-larger.comment-reply-title, small.heading.smaller.line-height-larger, .comments-section .comment-respond small.smaller.line-height-larger.comment-reply-title,
  h1.heading.smaller.line-height-larger,
  .comments-section .comment-respond h1.smaller.line-height-larger.comment-reply-title,
  h2.heading.smaller.line-height-larger,
  .comments-section .comment-respond h2.smaller.line-height-larger.comment-reply-title,
  h3.heading.smaller.line-height-larger,
  .comments-section .comment-respond h3.smaller.line-height-larger.comment-reply-title,
  h4.heading.smaller.line-height-larger,
  .comments-section .comment-respond h4.smaller.line-height-larger.comment-reply-title,
  h5.heading.smaller.line-height-larger,
  .comments-section .comment-respond h5.smaller.line-height-larger.comment-reply-title,
  h6.heading.smaller.line-height-larger,
  .comments-section .comment-respond h6.smaller.line-height-larger.comment-reply-title {
    line-height: 1.75; }
  div.heading.smaller.line-height-smaller, .comments-section .comment-respond div.smaller.line-height-smaller.comment-reply-title, small.heading.smaller.line-height-smaller, .comments-section .comment-respond small.smaller.line-height-smaller.comment-reply-title,
  h1.heading.smaller.line-height-smaller,
  .comments-section .comment-respond h1.smaller.line-height-smaller.comment-reply-title,
  h2.heading.smaller.line-height-smaller,
  .comments-section .comment-respond h2.smaller.line-height-smaller.comment-reply-title,
  h3.heading.smaller.line-height-smaller,
  .comments-section .comment-respond h3.smaller.line-height-smaller.comment-reply-title,
  h4.heading.smaller.line-height-smaller,
  .comments-section .comment-respond h4.smaller.line-height-smaller.comment-reply-title,
  h5.heading.smaller.line-height-smaller,
  .comments-section .comment-respond h5.smaller.line-height-smaller.comment-reply-title,
  h6.heading.smaller.line-height-smaller,
  .comments-section .comment-respond h6.smaller.line-height-smaller.comment-reply-title {
    line-height: 1.25; }

div.heading.tiny, .comments-section .comment-respond div.tiny.comment-reply-title, small.heading.tiny, .comments-section .comment-respond small.tiny.comment-reply-title,
h1.heading.tiny,
.comments-section .comment-respond h1.tiny.comment-reply-title,
h2.heading.tiny,
.comments-section .comment-respond h2.tiny.comment-reply-title,
h3.heading.tiny,
.comments-section .comment-respond h3.tiny.comment-reply-title,
h4.heading.tiny,
.comments-section .comment-respond h4.tiny.comment-reply-title,
h5.heading.tiny,
.comments-section .comment-respond h5.tiny.comment-reply-title,
h6.heading.tiny,
.comments-section .comment-respond h6.tiny.comment-reply-title {
  font-size: 18px;
  font-weight: bold; }
  @media print, screen and (min-width: 40em) {
    div.heading.tiny, .comments-section .comment-respond div.tiny.comment-reply-title, small.heading.tiny, .comments-section .comment-respond small.tiny.comment-reply-title,
    h1.heading.tiny,
    .comments-section .comment-respond h1.tiny.comment-reply-title,
    h2.heading.tiny,
    .comments-section .comment-respond h2.tiny.comment-reply-title,
    h3.heading.tiny,
    .comments-section .comment-respond h3.tiny.comment-reply-title,
    h4.heading.tiny,
    .comments-section .comment-respond h4.tiny.comment-reply-title,
    h5.heading.tiny,
    .comments-section .comment-respond h5.tiny.comment-reply-title,
    h6.heading.tiny,
    .comments-section .comment-respond h6.tiny.comment-reply-title {
      font-size: 20px; } }
  div.heading.tiny.line-height-larger, .comments-section .comment-respond div.tiny.line-height-larger.comment-reply-title, small.heading.tiny.line-height-larger, .comments-section .comment-respond small.tiny.line-height-larger.comment-reply-title,
  h1.heading.tiny.line-height-larger,
  .comments-section .comment-respond h1.tiny.line-height-larger.comment-reply-title,
  h2.heading.tiny.line-height-larger,
  .comments-section .comment-respond h2.tiny.line-height-larger.comment-reply-title,
  h3.heading.tiny.line-height-larger,
  .comments-section .comment-respond h3.tiny.line-height-larger.comment-reply-title,
  h4.heading.tiny.line-height-larger,
  .comments-section .comment-respond h4.tiny.line-height-larger.comment-reply-title,
  h5.heading.tiny.line-height-larger,
  .comments-section .comment-respond h5.tiny.line-height-larger.comment-reply-title,
  h6.heading.tiny.line-height-larger,
  .comments-section .comment-respond h6.tiny.line-height-larger.comment-reply-title {
    line-height: 1.8; }

div.heading.tiniest, .comments-section .comment-respond div.tiniest.comment-reply-title, small.heading.tiniest, .comments-section .comment-respond small.tiniest.comment-reply-title,
h1.heading.tiniest,
.comments-section .comment-respond h1.tiniest.comment-reply-title,
h2.heading.tiniest,
.comments-section .comment-respond h2.tiniest.comment-reply-title,
h3.heading.tiniest,
.comments-section .comment-respond h3.tiniest.comment-reply-title,
h4.heading.tiniest,
.comments-section .comment-respond h4.tiniest.comment-reply-title,
h5.heading.tiniest,
.comments-section .comment-respond h5.tiniest.comment-reply-title,
h6.heading.tiniest,
.comments-section .comment-respond h6.tiniest.comment-reply-title {
  font-size: 14px; }

div.heading.white, .comments-section .comment-respond div.white.comment-reply-title, small.heading.white, .comments-section .comment-respond small.white.comment-reply-title,
h1.heading.white,
.comments-section .comment-respond h1.white.comment-reply-title,
h2.heading.white,
.comments-section .comment-respond h2.white.comment-reply-title,
h3.heading.white,
.comments-section .comment-respond h3.white.comment-reply-title,
h4.heading.white,
.comments-section .comment-respond h4.white.comment-reply-title,
h5.heading.white,
.comments-section .comment-respond h5.white.comment-reply-title,
h6.heading.white,
.comments-section .comment-respond h6.white.comment-reply-title {
  color: #ffffff; }

div.heading.dark, .comments-section .comment-respond div.dark.comment-reply-title, small.heading.dark, .comments-section .comment-respond small.dark.comment-reply-title,
h1.heading.dark,
.comments-section .comment-respond h1.dark.comment-reply-title,
h2.heading.dark,
.comments-section .comment-respond h2.dark.comment-reply-title,
h3.heading.dark,
.comments-section .comment-respond h3.dark.comment-reply-title,
h4.heading.dark,
.comments-section .comment-respond h4.dark.comment-reply-title,
h5.heading.dark,
.comments-section .comment-respond h5.dark.comment-reply-title,
h6.heading.dark,
.comments-section .comment-respond h6.dark.comment-reply-title {
  color: #174524; }

div.heading.primary, .comments-section .comment-respond div.primary.comment-reply-title, small.heading.primary, .comments-section .comment-respond small.primary.comment-reply-title,
h1.heading.primary,
.comments-section .comment-respond h1.primary.comment-reply-title,
h2.heading.primary,
.comments-section .comment-respond h2.primary.comment-reply-title,
h3.heading.primary,
.comments-section .comment-respond h3.primary.comment-reply-title,
h4.heading.primary,
.comments-section .comment-respond h4.primary.comment-reply-title,
h5.heading.primary,
.comments-section .comment-respond h5.primary.comment-reply-title,
h6.heading.primary,
.comments-section .comment-respond h6.primary.comment-reply-title {
  color: #25b64e; }

div.heading.secondary, .comments-section .comment-respond div.secondary.comment-reply-title, small.heading.secondary, .comments-section .comment-respond small.secondary.comment-reply-title,
h1.heading.secondary,
.comments-section .comment-respond h1.secondary.comment-reply-title,
h2.heading.secondary,
.comments-section .comment-respond h2.secondary.comment-reply-title,
h3.heading.secondary,
.comments-section .comment-respond h3.secondary.comment-reply-title,
h4.heading.secondary,
.comments-section .comment-respond h4.secondary.comment-reply-title,
h5.heading.secondary,
.comments-section .comment-respond h5.secondary.comment-reply-title,
h6.heading.secondary,
.comments-section .comment-respond h6.secondary.comment-reply-title {
  color: #ff6143; }

div.heading.semibold, .comments-section .comment-respond div.semibold.comment-reply-title, small.heading.semibold, .comments-section .comment-respond small.semibold.comment-reply-title,
h1.heading.semibold,
.comments-section .comment-respond h1.semibold.comment-reply-title,
h2.heading.semibold,
.comments-section .comment-respond h2.semibold.comment-reply-title,
h3.heading.semibold,
.comments-section .comment-respond h3.semibold.comment-reply-title,
h4.heading.semibold,
.comments-section .comment-respond h4.semibold.comment-reply-title,
h5.heading.semibold,
.comments-section .comment-respond h5.semibold.comment-reply-title,
h6.heading.semibold,
.comments-section .comment-respond h6.semibold.comment-reply-title {
  font-weight: 600; }

div.heading.bold, .comments-section .comment-respond div.bold.comment-reply-title, small.heading.bold, .comments-section .comment-respond small.bold.comment-reply-title,
h1.heading.bold,
.comments-section .comment-respond h1.bold.comment-reply-title,
h2.heading.bold,
.comments-section .comment-respond h2.bold.comment-reply-title,
h3.heading.bold,
.comments-section .comment-respond h3.bold.comment-reply-title,
h4.heading.bold,
.comments-section .comment-respond h4.bold.comment-reply-title,
h5.heading.bold,
.comments-section .comment-respond h5.bold.comment-reply-title,
h6.heading.bold,
.comments-section .comment-respond h6.bold.comment-reply-title {
  font-weight: bold; }

.copy,
.copy p,
.copy ul {
  font-size: 16px; }

.copy.line-height-largest,
.copy.line-height-largest p,
.copy.line-height-largest ul {
  line-height: 1.88; }

.copy.line-height-larger,
.copy.line-height-larger p,
.copy.line-height-larger ul {
  line-height: 1.67; }

.copy.line-height-large,
.copy.line-height-large p,
.copy.line-height-large ul {
  line-height: 1.38; }

.copy.large,
.copy.large p,
.copy.large ul {
  font-size: 18px; }

.copy.small,
.copy.small p,
.copy.small ul {
  font-size: 14px; }

.copy.semibold,
.copy.semibold p,
.copy.semibold ul {
  font-weight: 600; }

.copy.bold,
.copy.bold p,
.copy.bold ul {
  font-weight: bold; }

.copy.color-primary,
.copy.color-primary p,
.copy.color-primary ul {
  color: #25b64e; }

.copy.color-primary-dark,
.copy.color-primary-dark p,
.copy.color-primary-dark ul {
  color: #174524; }

.copy.color-primary-dark-other,
.copy.color-primary-dark-other p,
.copy.color-primary-dark-other ul {
  color: #4c6f56; }

.copy p:last-child {
  margin-bottom: 0; }

a {
  transition: all 300ms ease-in-out; }

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

footer {
  background-color: #ffffff; }
  footer #inner-footer {
    border-top: solid rgba(0, 0, 0, 0.1) 1px; }
    footer #inner-footer .member-button {
      text-align: center; }
      footer #inner-footer .member-button .button, footer #inner-footer .member-button .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer footer #inner-footer .member-button input[type="submit"], footer #inner-footer .member-button .comments-section .comment-respond .form-submit input, .comments-section .comment-respond .form-submit footer #inner-footer .member-button input, footer #inner-footer .member-button .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply footer #inner-footer .member-button a {
        padding: 5px 24px !important;
        font-weight: 600 !important; }
    footer #inner-footer .copyright {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.88;
      padding-bottom: 25px; }
    footer #inner-footer .registered-org {
      font-size: 16px;
      line-height: 1.88; }
      @media screen and (max-width: 39.9375em) {
        footer #inner-footer .registered-org {
          padding-bottom: 25px; } }
    @media screen and (max-width: 39.9375em) {
      footer #inner-footer .footer-bottom {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      footer #inner-footer .legal,
      footer #inner-footer .social {
        min-width: 100%; } }
    footer #inner-footer .social .social-icons-wrapper {
      -webkit-justify-content: center;
      justify-content: center;
      padding-bottom: 25px; }
      @media print, screen and (min-width: 40em) {
        footer #inner-footer .social .social-icons-wrapper {
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
          padding-bottom: 50px; } }
    footer #inner-footer .social .candybox-link {
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        footer #inner-footer .social .candybox-link {
          text-align: right; } }

header.hero-header {
  position: relative; }
  header.hero-header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(40, 183, 79, 0.1);
    z-index: 1; }
  header.hero-header .sticky {
    position: relative;
    z-index: 99999999; }
    @media screen and (max-width: 39.9375em) {
      header.hero-header .sticky {
        top: 0 !important; } }
    header.hero-header .sticky .top-bar {
      background-color: rgba(255, 255, 255, 0);
      transition: background-color 300ms ease-in-out; }
    header.hero-header .sticky.is-stuck {
      position: fixed; }
      header.hero-header .sticky.is-stuck .top-bar {
        background-color: rgba(255, 255, 255, 0.95); }

.meta-bar {
  color: #fff;
  position: relative;
  z-index: 5; }
  .meta-bar #google_translate_element {
    width: 200px;
    margin-right: 15px;
    margin-top: 10px;
    margin-left: auto; }
  .meta-bar .goog-logo-link {
    display: none !important; }
  .meta-bar .goog-te-gadget {
    color: transparent !important;
    height: 45px; }

.top-bar {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100px;
  padding: 15px 0;
  padding: 0 15px; }
  @media screen and (min-width: 64em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .top-bar .top-bar-title {
    display: block;
    height: 100%;
    margin: 0;
    padding: 15px 30px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out; }
    @media screen and (max-width: 63.9375em) {
      .top-bar .top-bar-title {
        padding-left: 22.5px; } }
    .top-bar .top-bar-title:hover {
      opacity: 0.8; }
    .top-bar .top-bar-title a {
      display: block;
      height: 100%; }
    .top-bar .top-bar-title img {
      display: block;
      width: auto;
      max-height: 100%;
      margin: 0 auto; }
  .top-bar .top-bar-left.hide-for-large {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%; }
    .top-bar .top-bar-left.hide-for-large .hamburger {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      cursor: pointer; }
      .top-bar .top-bar-left.hide-for-large .hamburger::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #4c6f56;
        box-shadow: 0 7px 0 #4c6f56, 0 14px 0 #4c6f56;
        content: ''; }
      .top-bar .top-bar-left.hide-for-large .hamburger:hover::after {
        background: #174524;
        box-shadow: 0 7px 0 #174524, 0 14px 0 #174524; }
      .top-bar .top-bar-left.hide-for-large .hamburger:after {
        transition: all 300ms ease-in-out; }
  .top-bar .top-bar-left.show-for-large > .menu {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-left: 22.5px; }
    .top-bar .top-bar-left.show-for-large > .menu ul.menu.is-dropdown-submenu {
      background-color: #ffffff;
      border-radius: 5px;
      padding: 0 5px 5px; }
    .top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu {
      z-index: 100;
      height: auto;
      text-align: left; }
      .top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        .top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li:after {
          top: auto;
          bottom: 0; }
        .top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li a {
          padding: 12px 5px; }
    .top-bar .top-bar-left.show-for-large > .menu li {
      position: relative; }
      .top-bar .top-bar-left.show-for-large > .menu li:after {
        bottom: -28px;
        width: calc(100% - 10px);
        height: 2px;
        content: "";
        opacity: 0;
        background-color: #25b64e;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 300ms ease-in-out; }
    .top-bar .top-bar-left.show-for-large > .menu li:hover a, .top-bar .top-bar-left.show-for-large > .menu li:focus a {
      opacity: 1;
      color: #174524; }
    .top-bar .top-bar-left.show-for-large > .menu li:hover:after, .top-bar .top-bar-left.show-for-large > .menu li:focus:after {
      opacity: 1; }
    .top-bar .top-bar-left.show-for-large > .menu li a {
      opacity: 0.98;
      color: #4c6f56;
      transition: all 300ms ease-in-out; }
    .top-bar .top-bar-left.show-for-large > .menu li.is-active-route > a {
      font-weight: 600; }
    .top-bar .top-bar-left.show-for-large > .menu li.is-active-route:after {
      opacity: 1; }
  .top-bar .top-bar-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 63.9375em) {
      .top-bar .top-bar-right {
        width: 100%; } }
  .top-bar .nav-button {
    margin-bottom: 0; }
    .top-bar .nav-button:not(:last-of-type) {
      margin-right: 15px; }

section.hero {
  position: relative;
  background-color: #e9f7ed;
  margin-top: -45px; }
  section.hero .hero-background-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%; }
    section.hero .hero-background-image-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto; }
  section.hero .overlay-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 39.9375em) {
      section.hero .overlay-content {
        width: calc(100% - 30px); } }
  @media screen and (max-width: 39.9375em) {
    section.hero .content-actual {
      text-align: center; } }
  section.hero .content-actual .heading h1, section.hero .content-actual .comments-section .comment-respond .comment-reply-title h1, .comments-section .comment-respond section.hero .content-actual .comment-reply-title h1 {
    font-weight: normal; }
    section.hero .content-actual .heading h1 strong, section.hero .content-actual .comments-section .comment-respond .comment-reply-title h1 strong, .comments-section .comment-respond section.hero .content-actual .comment-reply-title h1 strong {
      font-weight: 600; }
  section.hero .content-actual .ctas-wrapper {
    margin-top: 30px;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      section.hero .content-actual .ctas-wrapper {
        margin-top: 45px; } }
    @media print, screen and (min-width: 64em) {
      section.hero .content-actual .ctas-wrapper {
        margin-top: 60px; } }
  .page-template-template-01_Homepage section.hero,
  .page-template-template-04_Team section.hero.no-bg-pattern {
    background-color: rgba(40, 183, 79, 0.1); }
    .page-template-template-01_Homepage section.hero .overlay-content,
    .page-template-template-04_Team section.hero.no-bg-pattern .overlay-content {
      width: 100%; }
      .page-template-template-01_Homepage section.hero .overlay-content .content-actual,
      .page-template-template-04_Team section.hero.no-bg-pattern .overlay-content .content-actual {
        width: 100%;
        max-width: 75rem;
        text-align: center;
        padding: 0 15px; }
      .page-template-template-01_Homepage section.hero .overlay-content .ctas-wrapper,
      .page-template-template-04_Team section.hero.no-bg-pattern .overlay-content .ctas-wrapper {
        padding: 0 7.5px;
        margin-left: -15px;
        margin-right: -15px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-01_Homepage section.hero .overlay-content .content-actual,
        .page-template-template-04_Team section.hero.no-bg-pattern .overlay-content .content-actual {
          width: 66.66667%;
          text-align: left; }
        .page-template-template-01_Homepage section.hero .overlay-content .ctas-wrapper,
        .page-template-template-04_Team section.hero.no-bg-pattern .overlay-content .ctas-wrapper {
          text-align: left; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-01_Homepage section.hero,
      .page-template-template-04_Team section.hero.no-bg-pattern {
        height: 564px !important; } }
    .page-template-template-01_Homepage section.hero .hero-image-wrapper,
    .page-template-template-04_Team section.hero.no-bg-pattern .hero-image-wrapper {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .page-template-template-01_Homepage section.hero .hero-image-wrapper,
        .page-template-template-04_Team section.hero.no-bg-pattern .hero-image-wrapper {
          opacity: 0.2; } }
      @media print, screen and (min-width: 40em) {
        .page-template-template-01_Homepage section.hero .hero-image-wrapper,
        .page-template-template-04_Team section.hero.no-bg-pattern .hero-image-wrapper {
          width: 58.33333%; } }
  section.hero.has-left-right-images {
    position: relative; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      section.hero.has-left-right-images .overlay-content {
        width: calc(100% - 30px);
        text-align: left; }
        section.hero.has-left-right-images .overlay-content .content-actual {
          width: 100%; }
          section.hero.has-left-right-images .overlay-content .content-actual .heading, section.hero.has-left-right-images .overlay-content .content-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond section.hero.has-left-right-images .overlay-content .content-actual .comment-reply-title {
            width: 100%; } }
    section.hero.has-left-right-images .hero-image {
      position: absolute;
      bottom: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      opacity: 0.75;
      width: 58.33333%;
      height: 100%; }
      section.hero.has-left-right-images .hero-image.left-image {
        left: 0; }
        section.hero.has-left-right-images .hero-image.left-image .image-mask {
          background-image: linear-gradient(to bottom, #e9f7ed, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), linear-gradient(to left, #e9f7ed, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
      section.hero.has-left-right-images .hero-image.right-image {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        left: auto;
        right: 0; }
        section.hero.has-left-right-images .hero-image.right-image .image-mask {
          background-image: linear-gradient(to bottom, #e9f7ed, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), linear-gradient(to right, #e9f7ed, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
      @media print, screen and (min-width: 64em) {
        section.hero.has-left-right-images .hero-image {
          width: 41.66667%; } }
      section.hero.has-left-right-images .hero-image img {
        box-shadow: 25px 25px 50px 0 white inset, -25px -25px 50px 0 white inset; }
      section.hero.has-left-right-images .hero-image .image-wrapper {
        position: relative; }
      section.hero.has-left-right-images .hero-image .image-mask {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%; }

.off-canvas > .menu {
  padding: 15px; }

.off-canvas .menu {
  font-size: 1rem;
  padding-top: 15px; }
  .off-canvas .menu a, .off-canvas .menu a:focus, .off-canvas .menu a:hover,
  .off-canvas .menu li,
  .off-canvas .menu li:focus,
  .off-canvas .menu li:hover,
  .off-canvas .menu ul,
  .off-canvas .menu ul:focus,
  .off-canvas .menu ul:hover {
    outline-style: none !important; }
  .off-canvas .menu a {
    padding: 12px 0;
    transition: color 300ms ease-in-out;
    color: #4c6f56;
    position: relative; }
    .off-canvas .menu a:hover, .off-canvas .menu a:focus {
      color: #174524; }
      .off-canvas .menu a:hover:after, .off-canvas .menu a:focus:after {
        opacity: 1; }
    .off-canvas .menu a:after {
      bottom: 0;
      width: 100%;
      height: 2px;
      content: '';
      opacity: 0;
      background-color: #25b64e;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      transition: all 300ms ease-in-out; }
  .off-canvas .menu .submenu.is-accordion-submenu {
    font-size: 0.875rem;
    padding-left: 15px; }
  .off-canvas .menu .is-accordion-submenu-parent > a {
    position: relative; }
    .off-canvas .menu .is-accordion-submenu-parent > a:before {
      position: absolute;
      top: 15px;
      right: 15px;
      display: block;
      width: 0;
      height: 0;
      border: inset 7.5px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #4c6f56 transparent transparent;
      transition: all 300ms ease-in-out; }
    .off-canvas .menu .is-accordion-submenu-parent > a:hover:before, .off-canvas .menu .is-accordion-submenu-parent > a:focus:before {
      border-color: #174524 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .off-canvas .menu .is-accordion-submenu-parent[aria-expanded='true'] > a {
    color: #174524; }
    .off-canvas .menu .is-accordion-submenu-parent[aria-expanded='true'] > a:after {
      opacity: 1; }
    .off-canvas .menu .is-accordion-submenu-parent[aria-expanded='true'] > a:before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      border-color: #174524 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.off-canvas .top-bar-right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px; }
  .off-canvas .top-bar-right > * {
    width: 100%; }

body section.hero {
  height: 425px; }

.page-template-template-01_Homepage section.hero {
  height: 656px; }

.page-template-template-06_Blog-Landing section.hero {
  height: 260px; }

body.single-post section.hero {
  height: 188px; }

.page-template-template-07_Events-Landing section.hero {
  height: 332px; }

body.single-event section.hero {
  height: 188px; }

.page-template-template-11_Locations section.hero {
  height: 404px; }

.page-template-template-08_Jobs-Landing section.hero {
  height: 441px; }

body.single-job section.hero {
  height: 440px; }

.page-template-template-10_Video-Landing section.hero {
  height: 297px; }

.page-template-template-04_Team section.hero {
  height: 404px; }

.page-template-template-02_Contact section.hero {
  height: 440px; }

.page-template-template-12_Thank-You section.hero {
  height: 477px; }

body.error404 section.hero {
  height: 360px; }

.page-template-template-09_Content-Tabs section.hero {
  height: 513px; }

.page-template-template-05_Landing-Page section.hero {
  height: 260px; }
  .page-template-template-05_Landing-Page section.hero.has-left-right-images {
    height: 513px; }

.page-template-template-03_Generic-Content section.hero {
  height: 495px; }

body .gform_wrapper {
  margin-left: -15px;
  margin-right: -15px;
  max-width: calc(100% + 30px); }
  @media screen and (max-width: 39.9375em) {
    body .gform_wrapper .gform_footer {
      padding-left: 16px;
      padding-right: 16px; } }
  body .gform_wrapper,
  body .gform_wrapper input,
  body .gform_wrapper select,
  body .gform_wrapper label,
  body .gform_wrapper textarea {
    font-weight: 600; }
  body .gform_wrapper ul {
    list-style-type: none;
    margin-left: 0px; }
    body .gform_wrapper ul.gfield_radio {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .gform_wrapper ul.gfield_radio li {
        margin-bottom: 0;
        overflow: visible !important; }
        body .gform_wrapper ul.gfield_radio li input[type='radio'] {
          visibility: hidden; }
        body .gform_wrapper ul.gfield_radio li label {
          margin: 0;
          border-radius: 100px;
          height: 54px;
          background-color: rgba(40, 183, 79, 0.1);
          color: #25b64e;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          padding: 0 24px;
          transition: all 300ms ease-in-out;
          display: -webkit-flex !important;
          display: flex !important;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
        body .gform_wrapper ul.gfield_radio li input:checked + label {
          color: #ffffff;
          background-color: #25b64e;
          box-shadow: 0 10px 40px 0 rgba(20, 166, 72, 0.2); }
  body .gform_wrapper .gfield {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    body .gform_wrapper .gfield .gfield_label {
      display: none; }
    body .gform_wrapper .gfield.with_label .gfield_label {
      display: block; }
    body .gform_wrapper .gfield .gfield_checkbox {
      margin: 0px; }
      body .gform_wrapper .gfield .gfield_checkbox input {
        visibility: hidden; }
      body .gform_wrapper .gfield .gfield_checkbox label:before {
        content: ' ';
        width: 2em;
        height: 2em;
        background-color: #ffffff;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        display: inline-block;
        margin-left: -19px;
        -moz-transform: translateY(0.5em) translateX(-10px);
        -o-transform: translateY(0.5em) translateX(-10px);
        -ms-transform: translateY(0.5em) translateX(-10px);
        -webkit-transform: translateY(0.5em) translateX(-10px);
        transform: translateY(0.5em) translateX(-10px);
        transition: all 300ms ease-in-out; }
      body .gform_wrapper .gfield .gfield_checkbox input:checked + label:before {
        background-color: #25b64e; }
      body .gform_wrapper .gfield .gfield_checkbox label {
        margin-left: 10px;
        margin-top: -1em;
        transition: all 300ms ease-in-out; }
    body .gform_wrapper .gfield.gf_file_upload label {
      display: block !important;
      position: relative;
      color: rgba(255, 255, 255, 0);
      height: 55px;
      /* INPUT */
      /* BUTTON */ }
      body .gform_wrapper .gfield.gf_file_upload label:before {
        content: attr(data-filename);
        height: 55px;
        line-height: 55px;
        background-color: rgba(255, 255, 255, 0);
        width: 60%;
        top: 0px;
        left: 0px;
        position: absolute;
        padding: 0 16px;
        font-weight: 500;
        overflow: hidden;
        color: #174524; }
      body .gform_wrapper .gfield.gf_file_upload label:hover:after, body .gform_wrapper .gfield.gf_file_upload label:focus:after {
        box-shadow: 0 15px 40px 0 rgba(16, 133, 58, 0.2);
        background-color: #1e923e; }
      body .gform_wrapper .gfield.gf_file_upload label:after {
        content: attr(data-status);
        text-align: center;
        width: 37.5%;
        background-color: #25b64e;
        height: 55px;
        line-height: 55px;
        position: absolute;
        top: 0px;
        right: 0%;
        transition-duration: 300ms;
        color: #ffffff;
        border-radius: 27px;
        font-weight: 600; }
    body .gform_wrapper .gfield.gf_file_upload input {
      height: 1px;
      width: 1px;
      opacity: .01; }
  body .gform_wrapper .gform_validation_error .validation_error {
    display: none; }
  body .gform_wrapper .gform_validation_error .validation_message {
    color: #25b64e; }

input[type='text'],
input[type='email'],
input[type='url'],
textarea {
  border-radius: 100px;
  border: 1px #dfdfdf solid;
  background-color: #ffffff;
  box-shadow: initial;
  height: 54px;
  line-height: 1.5;
  padding-left: 20px;
  color: #174524;
  margin: 0px;
  padding: 15px 30px !important;
  min-width: 180px;
  font-size: 16px !important;
  transition: all 300ms ease-in-out; }
  @media print, screen and (min-width: 40em) {
    input[type='text'],
    input[type='email'],
    input[type='url'],
    textarea {
      font-size: 18px !important; } }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  textarea:focus {
    border: 1px #25b64e solid;
    background-color: #ffffff;
    box-shadow: 0px; }
  input[type='text'][rows],
  input[type='email'][rows],
  input[type='url'][rows],
  textarea[rows] {
    height: 150px; }

textarea {
  border-radius: 27px; }

input[type='submit'] {
  font-size: 18px !important;
  font-weight: 600; }
  @media screen and (max-width: 39.9375em) {
    input[type='submit'] {
      width: 100%;
      text-align: center; } }

body .gform_wrapper ul.gform_fields li.gsection {
  border-bottom: none;
  margin: 0 !important;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-right: 0; }
  @media print, screen and (min-width: 40em) {
    body .gform_wrapper ul.gform_fields li.gsection {
      padding-top: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    body .gform_wrapper ul.gform_fields li.gsection {
      padding-top: 45px; } }
  @media print, screen and (min-width: 40em) {
    body .gform_wrapper ul.gform_fields li.gsection {
      padding-bottom: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    body .gform_wrapper ul.gform_fields li.gsection {
      padding-bottom: 45px; } }


body .gform_wrapper h1.gsection_title,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gsection_title,
body .gform_wrapper h4.gsection_title,
body .gform_wrapper h5.gsection_title,
body .gform_wrapper h6.gsection_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #174524; }

body .gform_wrapper select {
  height: 54px;
  border-radius: 100px;
  padding-left: 20px !important;
  position: relative;
  background-image: url(../../assets/images/chevron-down.png);
  background-size: 15px;
  background-position: right 15px center; }

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 1px solid #ff6143;
  border-radius: 4px;
  background-color: rgba(255, 97, 67, 0.25); }
  body .gform_wrapper li.gfield.gfield_error .gfield_label,
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label {
    color: #174524; }
  body .gform_wrapper li.gfield.gfield_error .validation_message,
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .validation_message {
    color: #ff6143; }

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px; }

.placeholder, ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font-family: "proxima-soft", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #8ba291;
  opacity: 1; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

:-ms-input-placeholder {
  /* IE 10+ */ }

:-moz-placeholder {
  /* Firefox 18- */ }

.with-pattern {
  position: relative; }
  .with-pattern:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../../assets/images/pattern.svg);
    z-index: -1; }
  .with-pattern.pattern-opacity-lightest:after {
    opacity: .0333333; }
  .with-pattern.hero:after, .with-pattern.form-wrapper:after {
    z-index: 0; }

.background-secondary-5 {
  background-color: rgba(255, 97, 67, 0.05); }

.background-primary-10 {
  background-color: rgba(40, 183, 79, 0.1); }

.background-light-primary {
  background-color: #e9f7ed; }

.background-white {
  background-color: #ffffff; }

.page-template-template-01_Homepage section.promo {
  position: relative;
  z-index: 10;
  margin-top: -24px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-01_Homepage section.promo {
      margin-top: -48px; } }
  .page-template-template-01_Homepage section.promo,
  .page-template-template-01_Homepage section.promo img {
    border-radius: 5px; }
  .page-template-template-01_Homepage section.promo img {
    transition: all 300ms ease-in-out;
    opacity: 0.95;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
    .page-template-template-01_Homepage section.promo img:hover, .page-template-template-01_Homepage section.promo img:focus {
      opacity: 1;
      box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 63.9375em) {
  .page-template-template-01_Homepage section.main-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-template-template-01_Homepage section.main-content .content-wrapper {
      width: 100%;
      -webkit-order: 1;
      order: 1; }
    .page-template-template-01_Homepage section.main-content .main-content-image {
      width: 100%;
      -webkit-order: 2;
      order: 2; } }

@media print, screen and (min-width: 64em) {
  .page-template-template-01_Homepage section.main-content {
    position: relative; }
    .page-template-template-01_Homepage section.main-content .background-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      opacity: 0.1;
      background-image: linear-gradient(to bottom, #ffffff, #d0d0d0 64%, #cfcfcf), linear-gradient(#cfcfcf, #cfcfcf); }
    .page-template-template-01_Homepage section.main-content .main-content-image {
      width: 58.33333%; }
    .page-template-template-01_Homepage section.main-content .content-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; } }

.page-template-template-02_Contact section.hero .heading.hero, .page-template-template-02_Contact section.hero .comments-section .comment-respond .hero.comment-reply-title, .comments-section .comment-respond .page-template-template-02_Contact section.hero .hero.comment-reply-title {
  font-weight: normal; }

.page-template-template-02_Contact section.map .acf-map {
  height: 400px; }

.page-template-template-02_Contact section.map .location-cards-row {
  margin-top: -100px; }

.page-template-template-02_Contact section.hours .heading, .page-template-template-02_Contact section.hours .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-02_Contact section.hours .comment-reply-title {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-02_Contact section.hours .heading, .page-template-template-02_Contact section.hours .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-02_Contact section.hours .comment-reply-title {
      margin-bottom: 45px; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-02_Contact section.hours .heading, .page-template-template-02_Contact section.hours .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-02_Contact section.hours .comment-reply-title {
      margin-bottom: 60px; } }

.page-template-template-02_Contact section.hours .elements-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .page-template-template-02_Contact section.hours .elements-wrapper .element {
    height: 170px;
    width: 170px;
    margin: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center; }
    .page-template-template-02_Contact section.hours .elements-wrapper .element:not(.closed) {
      background-image: url(../../assets/images/hours-open.png);
      box-shadow: 0 10px 30px 0 rgba(37, 182, 78, 0.2); }
    .page-template-template-02_Contact section.hours .elements-wrapper .element.closed {
      background-image: url(../../assets/images/hours-closed.png); }
    .page-template-template-02_Contact section.hours .elements-wrapper .element .day,
    .page-template-template-02_Contact section.hours .elements-wrapper .element .hours {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      text-align: center; }
    .page-template-template-02_Contact section.hours .elements-wrapper .element .day {
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      letter-spacing: 3px;
      color: #25b64e;
      padding-top: 30px; }
    .page-template-template-02_Contact section.hours .elements-wrapper .element .hours {
      font-size: 18px;
      line-height: 1.67;
      color: #174524; }

.page-template-template-02_Contact section.form .form-wrapper {
  border-radius: 5px; }
  .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner {
    position: relative;
    padding: 48px 22.5px; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner {
        padding: 60px; } }
    .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer {
      text-align: center; }
      .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input.button[type='submit'], .page-template-template-02_Contact .page-template-template-13_Donate section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit'][type="submit"], .page-template-template-13_Donate .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit'][type="submit"], .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer .comments-section .comment-respond .form-submit input[type='submit'], .comments-section .comment-respond .form-submit .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit'] {
        margin-right: 0;
        color: #25b64e;
        background-color: #e9f7ed;
        border-color: #e9f7ed; }
        .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input.button[type='submit']:hover, .page-template-template-02_Contact .page-template-template-13_Donate section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit']:hover[type="submit"], .page-template-template-13_Donate .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit']:hover[type="submit"], .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer .comments-section .comment-respond .form-submit input[type='submit']:hover, .comments-section .comment-respond .form-submit .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit']:hover, .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input.button[type='submit']:focus, .page-template-template-02_Contact .page-template-template-13_Donate section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit']:focus[type="submit"], .page-template-template-13_Donate .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit']:focus[type="submit"], .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer .comments-section .comment-respond .form-submit input[type='submit']:focus, .comments-section .comment-respond .form-submit .page-template-template-02_Contact section.form .form-wrapper .form-wrapper-inner .gform_wrapper .gform_footer input[type='submit']:focus {
          color: #ffffff;
          background-color: #25b64e;
          border-color: #25b64e;
          box-shadow: 0 25px 50px 0 rgba(20, 166, 72, 0.1); }

@media print, screen and (min-width: 40em) {
  .page-template-template-03_Generic-Content section.form .form-row {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px); } }

@media print, screen and (min-width: 40em) {
  .page-template-template-03_Generic-Content section.form.has-image .form-row {
    margin-top: -72px;
    -webkit-transform: none;
    transform: none; } }

.page-template-template-03_Generic-Content section.form .form-wrapper-wrapper {
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(37, 182, 78, 0.2);
  padding: 48px 22.5px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper {
      padding: 72px 22.5px; } }
  .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner {
    position: relative;
    z-index: 3; }
    .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner .heading, .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner .comment-reply-title {
      margin-bottom: 48px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner .heading, .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-inner .comment-reply-title {
          margin-bottom: 72px; } }
  .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper, .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper:after {
    border-radius: 5px; }
  .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper:after {
    z-index: 1; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual {
      margin: 0 auto;
      width: 80%; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual {
      width: 50%; } }
  .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual .gform_footer {
    text-align: center; }
  .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual .gform_wrapper input[type='submit'].gform_button {
    text-shadow: none;
    box-shadow: none;
    background-color: #e9f7ed;
    border-color: #e9f7ed;
    margin-bottom: 0;
    margin-right: 0; }

.page-template-template-04_Team section.hero .hero-background-image-wrapper img {
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: auto; }

.page-template-template-04_Team section.members .member-wrapper .member-actual {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-template-template-04_Team section.members .member-wrapper .member-actual .image-part,
  .page-template-template-04_Team section.members .member-wrapper .member-actual .text-part,
  .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .page-template-template-04_Team section.members .member-wrapper .member-actual .image-part {
    margin-bottom: 30px; }
    .page-template-template-04_Team section.members .member-wrapper .member-actual .image-part img {
      max-height: 180px;
      width: auto;
      border-radius: 100px; }
  .page-template-template-04_Team section.members .member-wrapper .member-actual .text-part .name {
    margin-bottom: 12px; }
  .page-template-template-04_Team section.members .member-wrapper .member-actual .text-part .role {
    font-size: 14px;
    font-weight: 600;
    color: #b0b0b0;
    line-height: 1;
    margin-bottom: 0; }
  .page-template-template-04_Team section.members .member-wrapper .member-actual .phone-part {
    padding-top: 12px; }
  .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part {
    padding-top: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper {
      padding-left: 5px;
      padding-right: 5px; }
      .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual {
        display: -webkit-flex;
        display: flex;
        width: 36px;
        height: 36px;
        background-color: #e9f7ed;
        border-radius: 50%;
        position: relative;
        transition: all 300ms ease-in-out; }
        .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual:hover, .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual:focus {
          opacity: .8; }
        .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual:before {
          content: '';
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 16px;
          height: 16px; }
        .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual.facebook:before {
          background-image: url(../../assets/images/social/green/facebook.svg); }
        .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual.twitter:before {
          background-image: url(../../assets/images/social/green/twitter.svg); }
        .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual.phone:before {
          background-image: url(../../assets/images/social/green/phone.svg); }
        .page-template-template-04_Team section.members .member-wrapper .member-actual .social-part .social-wrapper .social-actual.email:before {
          background-image: url(../../assets/images/social/green/mail.svg); }

.page-template-template-06_Blog-Landing .card .excerpt,
.page-template-template-06_Blog-Landing .card .excerpt p,
.page-template-template-06_Blog-Landing .card .excerpt ul {
  color: #174524; }

.page-template-template-06_Blog-Landing .main-featured.card.two-part .card-part.image-part .background-image-wrapper img {
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transform: none;
  transform: none;
  -o-object-fit: cover;
  object-fit: cover; }

.page-template-template-07_Events-Landing section.top .circles-design {
  border-top: solid 2px #25b64e; }
  .page-template-template-07_Events-Landing section.top .circles-design .circles-design-inner {
    max-width: 75rem;
    margin: 0 auto; }
  .page-template-template-07_Events-Landing section.top .circles-design .circles-wrapper,
  .page-template-template-07_Events-Landing section.top .circles-design .images-wrapper {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-07_Events-Landing section.top .circles-design .circles-wrapper,
      .page-template-template-07_Events-Landing section.top .circles-design .images-wrapper {
        -webkit-transform: translateY(-13px);
        transform: translateY(-13px); } }
  .page-template-template-07_Events-Landing section.top .circles-design .circles-wrapper {
    margin-bottom: 24px;
    height: 20px; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-07_Events-Landing section.top .circles-design .circles-wrapper {
        height: 24px; } }
  .page-template-template-07_Events-Landing section.top .circles-design .images-wrapper {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.circle-number-1 {
      left: 16.66667%; }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.circle-number-2 {
      left: 33.33333%; }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.circle-number-3 {
      left: 50%; }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.circle-number-4 {
      left: 66.66667%; }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.circle-number-5 {
      left: 83.33333%; }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper .circle {
      border-radius: 100px;
      background-color: #ffffff;
      border: solid 3px #25b64e;
      margin: 0 auto; }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.odd .circle {
      width: 20px;
      height: 20px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.odd .circle {
          width: 24px;
          height: 24px; } }
    .page-template-template-07_Events-Landing section.top .circles-design .circle-wrapper.even .circle {
      width: 15px;
      height: 15px; }
  .page-template-template-07_Events-Landing section.top .circles-design .image-wrapper {
    padding: 12px;
    border: solid 3px #25b64e;
    background-color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-07_Events-Landing section.top .circles-design .image-wrapper {
        width: 80px;
        height: 80px; } }
    .page-template-template-07_Events-Landing section.top .circles-design .image-wrapper img {
      border-radius: 50%;
      max-width: none;
      width: 45px;
      height: 45px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-07_Events-Landing section.top .circles-design .image-wrapper img {
          width: 65px;
          height: 65px; } }

.page-template-template-07_Events-Landing section.featured .event-actual {
  text-align: center;
  display: block;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-07_Events-Landing section.featured .event-actual {
      margin-bottom: 24px; } }
  .page-template-template-07_Events-Landing section.featured .event-actual .stacked-date,
  .page-template-template-07_Events-Landing section.featured .event-actual .text-part {
    position: relative;
    z-index: 1; }
  .page-template-template-07_Events-Landing section.featured .event-actual .image-part {
    position: relative;
    z-index: 0; }
  .page-template-template-07_Events-Landing section.featured .event-actual .text-part {
    color: rgba(23, 69, 36, 0.8);
    padding-bottom: 24px; }
  .page-template-template-07_Events-Landing section.featured .event-actual .heading, .page-template-template-07_Events-Landing section.featured .event-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-07_Events-Landing section.featured .event-actual .comment-reply-title,
  .page-template-template-07_Events-Landing section.featured .event-actual .copy,
  .page-template-template-07_Events-Landing section.featured .event-actual .stacked-date, .page-template-template-07_Events-Landing section.featured .event-actual:before {
    transition: all 300ms ease-in-out; }
  .page-template-template-07_Events-Landing section.featured .event-actual:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 182, 78, 0.9);
    opacity: 0;
    display: block;
    border-radius: 5px;
    z-index: 1; }
  .page-template-template-07_Events-Landing section.featured .event-actual:hover:before, .page-template-template-07_Events-Landing section.featured .event-actual:focus:before {
    opacity: 1; }
  .page-template-template-07_Events-Landing section.featured .event-actual:hover h3.heading, .page-template-template-07_Events-Landing section.featured .event-actual:hover .comments-section .comment-respond h3.comment-reply-title, .comments-section .comment-respond .page-template-template-07_Events-Landing section.featured .event-actual:hover h3.comment-reply-title,
  .page-template-template-07_Events-Landing section.featured .event-actual:hover .copy, .page-template-template-07_Events-Landing section.featured .event-actual:focus h3.heading, .page-template-template-07_Events-Landing section.featured .event-actual:focus .comments-section .comment-respond h3.comment-reply-title, .comments-section .comment-respond .page-template-template-07_Events-Landing section.featured .event-actual:focus h3.comment-reply-title,
  .page-template-template-07_Events-Landing section.featured .event-actual:focus .copy {
    color: #ffffff; }
  .page-template-template-07_Events-Landing section.featured .event-actual:hover .stacked-date, .page-template-template-07_Events-Landing section.featured .event-actual:focus .stacked-date {
    background-color: #ffffff;
    color: #25b64e; }

.page-template-template-07_Events-Landing section.featured .date-wrapper {
  display: inline-block;
  margin-top: -36px;
  position: relative; }

.page-template-template-07_Events-Landing section.upcoming .filter-row {
  box-shadow: 0 10px 30px 0 rgba(37, 182, 78, 0.2); }

.page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper {
  position: relative;
  min-height: 325px;
  margin-bottom: 24px; }
  .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .thumbnail {
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 5; }
  .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual {
    border-radius: 2px;
    border: solid 1px #ececec;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out; }
    .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      background-image: url("../../assets/images/pattern.svg");
      opacity: 0.05;
      pointer-events: none; }
    .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual .oval {
      width: 80px;
      height: 80px;
      background-color: #174524;
      border-radius: 80px;
      position: absolute;
      bottom: -40px;
      right: -40px;
      -webkit-transform: translate(40px, 40px);
      transform: translate(40px, 40px);
      -webkit-transform-origin: center;
      transform-origin: center;
      background-image: url("../../assets/images/arrow-white.svg");
      background-position: 25% 25%;
      background-repeat: no-repeat;
      transition: all 300ms ease-in-out; }
    .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual:hover, .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual:focus {
      box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);
      border: solid 1px #dbede2;
      background-color: #e9f7ee; }
      .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual:hover .oval, .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-actual:focus .oval {
        -webkit-transform: translate(0);
        transform: translate(0); }
  .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-inner {
    padding: 30px; }
    .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-inner h3.heading, .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-inner .comments-section .comment-respond h3.comment-reply-title, .comments-section .comment-respond .page-template-template-08_Jobs-Landing .jobs-wrapper .job-wrapper .job-inner h3.comment-reply-title {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #174524; }

.page-template-template-09_Content-Tabs header.hero-header:before {
  background-color: rgba(255, 97, 67, 0.05); }

.page-template-template-09_Content-Tabs header.hero-header section.hero {
  background-color: rgba(255, 97, 67, 0.05); }
  .page-template-template-09_Content-Tabs header.hero-header section.hero h1 {
    color: #ff6143; }
  .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .button, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper input[type="submit"], .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .comments-section .comment-respond .form-submit input, .comments-section .comment-respond .form-submit .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper input, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper a {
    color: #ffffff; }
    .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .button:hover, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:hover[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper input:hover[type="submit"], .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .comments-section .comment-respond .form-submit input:hover, .comments-section .comment-respond .form-submit .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper input:hover, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper a:hover, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .button:focus, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:focus[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper input:focus[type="submit"], .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .comments-section .comment-respond .form-submit input:focus, .comments-section .comment-respond .form-submit .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper input:focus, .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply .page-template-template-09_Content-Tabs header.hero-header section.hero .ctas-wrapper a:focus {
      color: #ffffff; }
  .page-template-template-09_Content-Tabs header.hero-header section.hero.has-left-right-images .hero-image.left-image .image-mask {
    background-image: linear-gradient(to bottom, #fff7f5, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), linear-gradient(to left, #fff7f5, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
  .page-template-template-09_Content-Tabs header.hero-header section.hero.has-left-right-images .hero-image.right-image .image-mask {
    background-image: linear-gradient(to bottom, #fff7f5, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)), linear-gradient(to right, #fff7f5, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }

.page-template-template-09_Content-Tabs section.top .top-wrapper {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: -48px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 12px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-09_Content-Tabs section.top .top-wrapper {
      padding: 24px; } }

.page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical {
  border: none;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(23, 69, 36, 0.1); }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a[aria-selected='true']:before {
    opacity: 1; }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a {
    font-weight: 600;
    line-height: 1.6;
    position: relative; }
    .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a, .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a:before {
      transition: all 300ms ease-in-out; }
    .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a:before {
      content: '';
      opacity: 0;
      width: 4px;
      height: 100%;
      background-color: #ff6143;
      right: 0;
      top: 0;
      position: absolute;
      display: block; }
    .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a:hover, .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a:focus {
      color: #174524; }
      .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a:hover:before, .page-template-template-09_Content-Tabs section.tabs-section .tabs.vertical > li a:focus:before {
        opacity: 1; }

.page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical {
  border: none; }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel h3 {
    margin-bottom: 40px; }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel h4 {
    margin-bottom: 36px; }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel .copy a {
    color: #ff6143; }
    .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel .copy a:hover, .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel .copy a:focus {
      color: #ff2b03; }
  .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel .copy ul {
    margin-left: 40px; }
    .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel .copy ul li {
      list-style: none;
      position: relative;
      line-height: 1.88;
      margin-bottom: 18px; }
      .page-template-template-09_Content-Tabs section.tabs-section .tabs-content.vertical .tabs-panel .copy ul li:before {
        content: '';
        position: absolute;
        left: -40px;
        background-image: url(../../assets/images/checkmark.svg);
        width: 24px;
        height: 24px;
        background-color: rgba(255, 97, 67, 0.1);
        background-repeat: no-repeat;
        border-radius: 50%;
        background-position: center;
        background-origin: padding-box;
        padding: 6px; }

.page-template-template-09_Content-Tabs section.banner .banner-item {
  display: -webkit-flex;
  display: flex; }
  .page-template-template-09_Content-Tabs section.banner .banner-item .image-part {
    margin-right: 48px; }
    .page-template-template-09_Content-Tabs section.banner .banner-item .image-part img {
      width: 64px;
      height: auto;
      max-width: none; }

.page-template-template-10_Video-Landing section.videos .videos-wrapper {
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px); }

.page-template-template-10_Video-Landing section.videos .image-part .video-wrapper {
  position: relative;
  display: block; }
  .page-template-template-10_Video-Landing section.videos .image-part .video-wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: all 300ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
  .page-template-template-10_Video-Landing section.videos .image-part .video-wrapper img {
    border-radius: 4px; }
  .page-template-template-10_Video-Landing section.videos .image-part .video-wrapper:hover:before {
    background-color: rgba(0, 0, 0, 0.1); }
  .page-template-template-10_Video-Landing section.videos .image-part .video-wrapper:hover .play-button {
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(-3px);
    transform: translateX(-50%) translateY(-50%) translateY(-3px);
    box-shadow: 0 15px 50px 0 rgba(20, 166, 72, 0.75); }

.page-template-template-10_Video-Landing section.videos .image-part .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background-color: #25b64e;
  border-radius: 50%;
  box-shadow: 0 10px 50px 0 rgba(20, 166, 72, 0.1);
  transition: all 300ms ease-in-out; }
  .page-template-template-10_Video-Landing section.videos .image-part .play-button:before {
    content: '';
    display: block;
    background-image: url(../../assets/images/play.svg);
    width: 25px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain; }

.page-template-template-10_Video-Landing section.videos .text-part {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-template-template-10_Video-Landing section.videos .text-part .text-part-inner {
    padding: 36px; }
  .page-template-template-10_Video-Landing section.videos .text-part .heading, .page-template-template-10_Video-Landing section.videos .text-part .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .page-template-template-10_Video-Landing section.videos .text-part .comment-reply-title {
    margin-bottom: 24px; }

.page-template-template-11_Locations #location-map {
  height: 500px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-11_Locations #location-map {
      height: 600px; } }

.page-template-template-11_Locations #find-a-location .search-with-mag-glass {
  margin-top: -27px;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-11_Locations #find-a-location .search-with-mag-glass {
      margin-top: -54px; } }
  .page-template-template-11_Locations #find-a-location .search-with-mag-glass input[type="text"] {
    box-shadow: 0 20px 50px 0 rgba(40, 183, 79, 0.1); }

.page-template-template-11_Locations #find-a-location .filter-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-11_Locations #find-a-location .filter-wrapper {
      height: 0px;
      overflow: hidden; }
      .page-template-template-11_Locations #find-a-location .filter-wrapper.responsive-open {
        height: auto; } }

.page-template-template-11_Locations #find-a-location .filter-toggle {
  width: calc(100% - 15px); }

.page-template-template-11_Locations #find-a-location .category-toggle {
  padding: 0 15px;
  text-align: center;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-11_Locations #find-a-location .category-toggle {
      -webkit-flex-basis: 25%;
      flex-basis: 25%; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-11_Locations #find-a-location .category-toggle {
      -webkit-flex-basis: 8.33333%;
      flex-basis: 8.33333%; } }
  .page-template-template-11_Locations #find-a-location .category-toggle .image-wrapper {
    max-width: 48px;
    height: auto;
    margin: 0 auto;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 300ms ease-in-out; }
  .page-template-template-11_Locations #find-a-location .category-toggle.checked .image-wrapper {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none; }

.page-template-template-13_Donate header.hero-header .top-bar {
  -webkit-justify-content: center;
  justify-content: center; }

.page-template-template-13_Donate header.hero-header:before {
  display: none; }

.page-template-template-13_Donate header.hero-header .sticky {
  position: static !important; }
  .page-template-template-13_Donate header.hero-header .sticky.is-stuck .top-bar {
    background-color: rgba(255, 255, 255, 0.5); }

.page-template-template-13_Donate section.form .form-wrapper {
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(255, 97, 68, 0.2);
  padding: 0 22.5px 15px;
  border-radius: 4px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-13_Donate section.form .form-wrapper {
      padding: 0 60px; } }

.page-template-template-13_Donate section.form .gform_wrapper ul.gfield_radio li label {
  background-color: rgba(255, 97, 67, 0.1);
  color: #ff6143; }

.page-template-template-13_Donate section.form .gform_wrapper ul.gfield_radio li input:checked + label {
  color: #ffffff;
  background-color: #ff6143;
  box-shadow: 0 10px 40px 0 rgba(255, 84, 52, 0.2); }

.page-template-template-13_Donate section.form .gform_wrapper .gform_footer {
  text-align: center; }

.page-template-template-13_Donate .external-cta {
  text-align: center;
  margin-top: 50px; }
  .page-template-template-13_Donate .external-cta a {
    padding: 12px 20px;
    font-size: 18px; }

body.error404 section.big-image img {
  max-height: 440px;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-11%);
  transform: translateX(-11%); }

body.single-post .main-wrapper {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px); }

body.single-post .back-arrow-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px; }
  body.single-post .back-arrow-wrapper .green-arrow {
    margin: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 12px;
    transition: all 300ms ease-in-out; }
  body.single-post .back-arrow-wrapper:hover {
    color: #25b64e; }
    body.single-post .back-arrow-wrapper:hover .green-arrow {
      -webkit-transform: rotate(180deg) translateX(15px);
      transform: rotate(180deg) translateX(15px); }

body.single-post section.bigbar-inner .main-image-wrapper img {
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }

body.single-post section.bigbar-inner .date-and-author-wrapper {
  text-transform: uppercase;
  line-height: 2.57;
  color: #b0b0b0;
  padding-bottom: 12px; }

body.single-post section.bigbar-inner .article-header .heading, body.single-post section.bigbar-inner .article-header .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-post section.bigbar-inner .article-header .comment-reply-title {
  margin-bottom: 24px; }

body.single-post section.bigbar-inner .entry-content p {
  font-size: 16px;
  line-height: 1.88;
  color: rgba(23, 69, 36, 0.7); }
  body.single-post section.bigbar-inner .entry-content p:first-of-type {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 40em) {
      body.single-post section.bigbar-inner .entry-content p:first-of-type {
        font-size: 22px; } }
    @media print, screen and (min-width: 64em) {
      body.single-post section.bigbar-inner .entry-content p:first-of-type {
        font-size: 24px; } }

body.single-post section.bigbar-inner .entry-content blockquote {
  border-left: 4px solid #25b64e;
  margin-bottom: 24px;
  padding: 12px 0 12px 50px; }
  body.single-post section.bigbar-inner .entry-content blockquote,
  body.single-post section.bigbar-inner .entry-content blockquote p,
  body.single-post section.bigbar-inner .entry-content blockquote ul {
    font-size: 18px;
    line-height: 1.8;
    color: #174524; }
    @media print, screen and (min-width: 40em) {
      body.single-post section.bigbar-inner .entry-content blockquote,
      body.single-post section.bigbar-inner .entry-content blockquote p,
      body.single-post section.bigbar-inner .entry-content blockquote ul {
        font-size: 20px; } }

body.single-post section.sidebar-inner .blog-card-wrapper {
  margin-bottom: 24px;
  width: 100%; }

body.single-post section.sidebar-inner .blog-card-actual:hover .card-part .read-more:before {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

body.single-post section.sidebar-inner .blog-card-actual .card-part .read-more:before {
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(-8px);
  transform: translateY(-50%) translateX(-50%) translateX(-8px);
  opacity: 1; }

body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between; }
  body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part .date {
    width: 100%; }
  body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part .heading, body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part .comment-reply-title {
    margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part {
      padding: 24px; } }
  @media print, screen and (min-width: 40em) {
    body.single-post section.sidebar-inner .blog-card-actual .card-part.text-part {
      padding: 30px; } }

@media print, screen and (min-width: 40em) {
  body.single-post section.sidebar-inner .blog-card-actual .card-part.image-part {
    position: relative;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
    body.single-post section.sidebar-inner .blog-card-actual .card-part.image-part:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 131.61765%; }
    body.single-post section.sidebar-inner .blog-card-actual .card-part.image-part > .card-part-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

body.single-event .main-wrapper {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px); }

body.single-event .back-arrow-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px; }
  body.single-event .back-arrow-wrapper .green-arrow {
    margin: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 12px;
    transition: all 300ms ease-in-out; }
  body.single-event .back-arrow-wrapper:hover {
    color: #25b64e; }
    body.single-event .back-arrow-wrapper:hover .green-arrow {
      -webkit-transform: rotate(180deg) translateX(15px);
      transform: rotate(180deg) translateX(15px); }

body.single-event section.bigbar-inner .main-image-wrapper img {
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }

body.single-event section.bigbar-inner .date-and-author-wrapper {
  text-transform: uppercase;
  line-height: 2.57;
  color: #b0b0b0;
  padding-bottom: 12px; }

body.single-event section.bigbar-inner .article-header .heading, body.single-event section.bigbar-inner .article-header .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-event section.bigbar-inner .article-header .comment-reply-title {
  margin-bottom: 24px; }

body.single-event section.bigbar-inner .entry-content p {
  font-size: 16px;
  line-height: 1.88;
  color: rgba(23, 69, 36, 0.7); }
  body.single-event section.bigbar-inner .entry-content p:first-of-type {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 40em) {
      body.single-event section.bigbar-inner .entry-content p:first-of-type {
        font-size: 22px; } }
    @media print, screen and (min-width: 64em) {
      body.single-event section.bigbar-inner .entry-content p:first-of-type {
        font-size: 24px; } }

body.single-event section.bigbar-inner .entry-content blockquote {
  border-left: 4px solid #25b64e;
  margin-bottom: 24px;
  padding: 12px 0 12px 50px; }
  body.single-event section.bigbar-inner .entry-content blockquote,
  body.single-event section.bigbar-inner .entry-content blockquote p,
  body.single-event section.bigbar-inner .entry-content blockquote ul {
    font-size: 18px;
    line-height: 1.8;
    color: #174524; }
    @media print, screen and (min-width: 40em) {
      body.single-event section.bigbar-inner .entry-content blockquote,
      body.single-event section.bigbar-inner .entry-content blockquote p,
      body.single-event section.bigbar-inner .entry-content blockquote ul {
        font-size: 20px; } }

body.single-event section.map .acf-map {
  height: 400px; }

body.single-event section.sidebar-inner .blog-card-wrapper {
  margin-bottom: 24px;
  width: 100%; }

body.single-event section.sidebar-inner .blog-card-actual:hover .card-part .read-more:before {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

body.single-event section.sidebar-inner .blog-card-actual .card-part .read-more:before {
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(-8px);
  transform: translateY(-50%) translateX(-50%) translateX(-8px);
  opacity: 1; }

body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between; }
  body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part .date {
    width: 100%; }
  body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part .heading, body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part .comment-reply-title {
    margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part {
      padding: 24px; } }
  @media print, screen and (min-width: 40em) {
    body.single-event section.sidebar-inner .blog-card-actual .card-part.text-part {
      padding: 30px; } }

@media print, screen and (min-width: 40em) {
  body.single-event section.sidebar-inner .blog-card-actual .card-part.image-part {
    position: relative;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
    body.single-event section.sidebar-inner .blog-card-actual .card-part.image-part:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 131.61765%; }
    body.single-event section.sidebar-inner .blog-card-actual .card-part.image-part > .card-part-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

body.single-job section.specs .heading, body.single-job section.specs .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-job section.specs .comment-reply-title {
  margin-bottom: 36px; }
  @media print, screen and (min-width: 40em) {
    body.single-job section.specs .heading, body.single-job section.specs .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-job section.specs .comment-reply-title {
      margin-bottom: 48px; } }

body.single-job section.specs ul li:not(.last-of-type) {
  margin-bottom: 24px; }

body.single-job section.specs ul ul {
  margin-left: 30px; }
  body.single-job section.specs ul ul li {
    list-style-type: none;
    position: relative; }
    body.single-job section.specs ul ul li:before {
      content: '';
      position: absolute;
      top: 14px;
      left: -30px;
      height: 2px;
      width: 15px;
      background-color: #174524; }
    body.single-job section.specs ul ul li:first-of-type {
      margin-top: 24px; }

body.single-job section.details .heading, body.single-job section.details .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond body.single-job section.details .comment-reply-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 3px;
  color: #25b64e;
  margin-bottom: 0;
  margin-top: 36px; }

body.single-job section.details .fine-print {
  margin-top: 36px;
  font-size: 14px;
  line-height: 1.71;
  font-style: italic; }

.card {
  position: relative;
  display: block;
  margin-bottom: 18px; }
  .card .background-overlay {
    z-index: 2;
    opacity: 0;
    background-color: rgba(37, 182, 78, 0.9);
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
  .card .card-content {
    z-index: 3;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .card .card-content .date {
      background-color: #25b64e;
      transition: all 300ms ease-in-out; }
  .card .read-more-arrow {
    position: relative; }
    .card .read-more-arrow:before {
      position: absolute;
      top: 7.5px;
      right: -37.5px;
      transition: all 300ms ease-in-out;
      content: '';
      background-image: url(../../assets/images/arrow.svg);
      width: 30px;
      height: 22px;
      color: #ffffff;
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
      opacity: 0; }
  .card:hover .background-overlay {
    opacity: 1; }
  .card:hover .card-content .date {
    color: #25b64e;
    background-color: #ffffff; }
  .card:hover .read-more-arrow:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  .card.sixteen-by-nine {
    position: relative; }
    .card.sixteen-by-nine:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 58.10811%; }
    .card.sixteen-by-nine > .card-actual {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .card.sixteen-by-nine .card-actual {
      overflow: hidden;
      border-radius: 5px; }
    .card.sixteen-by-nine .background-image-wrapper {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
      .card.sixteen-by-nine .background-image-wrapper, .card.sixteen-by-nine .background-image-wrapper:after {
        overflow: hidden;
        border-radius: 5px; }
      .card.sixteen-by-nine .background-image-wrapper:after {
        content: '';
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%; }
      .card.sixteen-by-nine .background-image-wrapper img {
        right: 0;
        left: 0;
        width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .card.sixteen-by-nine .card-content {
      position: absolute;
      bottom: 30px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-content: flex-end;
      align-content: flex-end;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: calc(100% - 60px);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .card.sixteen-by-nine .card-content .title-and-author {
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: flex-end;
        align-content: flex-end;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .card.sixteen-by-nine .card-content .title-and-author .title,
        .card.sixteen-by-nine .card-content .title-and-author .author {
          -webkit-flex-basis: 100%;
          flex-basis: 100%; }
      .card.sixteen-by-nine .card-content .title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8; }
        @media print, screen and (min-width: 40em) {
          .card.sixteen-by-nine .card-content .title {
            font-size: 20px; } }
        
        .card.sixteen-by-nine .card-content .title h1,
        .card.sixteen-by-nine .card-content .title h2,
        .card.sixteen-by-nine .card-content .title h3,
        .card.sixteen-by-nine .card-content .title h4,
        .card.sixteen-by-nine .card-content .title h5,
        .card.sixteen-by-nine .card-content .title h6 {
          display: inline-block;
          color: #ffffff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
        .card.sixteen-by-nine .card-content .title .heading, .card.sixteen-by-nine .card-content .title .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .card.sixteen-by-nine .card-content .title .comment-reply-title {
          max-width: calc(100% - 45px); }
      .card.sixteen-by-nine .card-content .date {
        font-weight: 600;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px 15px;
        border-radius: 5px; }
        .card.sixteen-by-nine .card-content .date .day,
        .card.sixteen-by-nine .card-content .date .month {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          text-align: center; }
        .card.sixteen-by-nine .card-content .date .day {
          font-size: 30px;
          line-height: 1; }
        .card.sixteen-by-nine .card-content .date .month {
          font-size: 14px;
          text-transform: uppercase; }
  .card.two-part {
    display: -webkit-flex;
    display: flex;
    border-radius: 5px;
    box-shadow: 0 10px 50px 0 rgba(20, 166, 72, 0.1); }
    @media screen and (max-width: 39.9375em) {
      .card.two-part {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media print, screen and (min-width: 40em) {
      .card.two-part.main-featured .card-part.image-part {
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        position: relative; }
        .card.two-part.main-featured .card-part.image-part:before {
          display: block;
          content: '';
          width: 100%;
          padding-top: 56.57143%; }
        .card.two-part.main-featured .card-part.image-part > .card-part-inner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .card.two-part.main-featured .card-part.text-part .inline-read-more {
      -webkit-align-self: flex-end;
      align-self: flex-end; }
    .card.two-part .card-part {
      position: relative;
      -webkit-flex-basis: 100%;
      flex-basis: 100%; }
      @media print, screen and (min-width: 40em) {
        .card.two-part .card-part {
          -webkit-flex-basis: 50%;
          flex-basis: 50%; } }
      .card.two-part .card-part.image-part {
        color: #ffffff;
        position: relative; }
        @media screen and (max-width: 39.9375em) {
          .card.two-part .card-part.image-part {
            -webkit-order: 1;
            order: 1; } }
        .card.two-part .card-part.image-part:before {
          display: block;
          content: '';
          width: 100%;
          padding-top: 60%; }
        .card.two-part .card-part.image-part > .card-part-inner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        @media print, screen and (min-width: 40em) {
          .card.two-part .card-part.image-part {
            -webkit-flex-basis: 42.85714%;
            flex-basis: 42.85714%;
            position: relative; }
            .card.two-part .card-part.image-part:before {
              display: block;
              content: '';
              width: 100%;
              padding-top: 160.97561%; }
            .card.two-part .card-part.image-part > .card-part-inner {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; } }
        .card.two-part .card-part.image-part,
        .card.two-part .card-part.image-part .background-image-wrapper,
        .card.two-part .card-part.image-part .background-overlay {
          border-top-right-radius: 5px; }
          @media screen and (max-width: 39.9375em) {
            .card.two-part .card-part.image-part,
            .card.two-part .card-part.image-part .background-image-wrapper,
            .card.two-part .card-part.image-part .background-overlay {
              border-top-left-radius: 5px; } }
          @media print, screen and (min-width: 40em) {
            .card.two-part .card-part.image-part,
            .card.two-part .card-part.image-part .background-image-wrapper,
            .card.two-part .card-part.image-part .background-overlay {
              border-bottom-right-radius: 5px; } }
        .card.two-part .card-part.image-part .background-image-wrapper {
          overflow: hidden;
          position: absolute;
          top: 0px;
          left: 0px;
          height: 100%;
          width: 100%;
          -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
          .card.two-part .card-part.image-part .background-image-wrapper img {
            top: 0;
            bottom: 0;
            width: auto;
            max-width: none;
            height: 100%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
        .card.two-part .card-part.image-part .overlay-content {
          z-index: 3;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .card.two-part .card-part.image-part .read-more {
          font-size: 20px;
          font-weight: 600;
          line-height: 1.5;
          color: #ffffff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      .card.two-part .card-part.text-part {
        color: #174524;
        border-bottom-left-radius: 5px;
        background-color: #ffffff; }
        @media screen and (max-width: 39.9375em) {
          .card.two-part .card-part.text-part {
            -webkit-order: 2;
            order: 2;
            padding: 30px;
            border-bottom-right-radius: 5px; } }
        @media print, screen and (min-width: 40em) {
          .card.two-part .card-part.text-part {
            -webkit-flex-grow: 1;
            flex-grow: 1;
            padding: 50px;
            border-top-left-radius: 5px; } }
        .card.two-part .card-part.text-part .date {
          font-size: 14px;
          font-weight: 600;
          line-height: 2.57;
          text-transform: uppercase;
          color: #b0b0b0; }

.button-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .button-wrapper .button, .button-wrapper .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer .button-wrapper input[type="submit"], .button-wrapper .comments-section .comment-respond .form-submit input, .comments-section .comment-respond .form-submit .button-wrapper input, .button-wrapper .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply .button-wrapper a {
    margin-left: 7.5px;
    margin-right: 7.5px; }

.button, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .comments-section .comment-respond .form-submit input, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #ffffff;
  transition: all 300ms ease-in-out; }
  @media screen and (max-width: 39.9375em) {
    .button, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .comments-section .comment-respond .form-submit input, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
      padding: 14px 60px; } }
  @media print, screen and (min-width: 40em) {
    .button, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .comments-section .comment-respond .form-submit input, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
      font-size: 20px; } }
  .button:not(.hollow):not(.primary-on-white):not(.primary-on-light), .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:not(.hollow):not(.primary-on-white):not(.primary-on-light)[type="submit"], .comments-section .comment-respond .form-submit input:not(.hollow):not(.primary-on-white):not(.primary-on-light), .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:not(.hollow):not(.primary-on-white):not(.primary-on-light) {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .button:not(.hollow):not(.primary-on-white):not(.primary-on-light):hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:not(.hollow):not(.primary-on-white):not(.primary-on-light):hover[type="submit"], .comments-section .comment-respond .form-submit input:not(.hollow):not(.primary-on-white):not(.primary-on-light):hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:not(.hollow):not(.primary-on-white):not(.primary-on-light):hover, .button:not(.hollow):not(.primary-on-white):not(.primary-on-light):focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:not(.hollow):not(.primary-on-white):not(.primary-on-light):focus[type="submit"], .comments-section .comment-respond .form-submit input:not(.hollow):not(.primary-on-white):not(.primary-on-light):focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a:not(.hollow):not(.primary-on-white):not(.primary-on-light):focus {
      color: #ffffff; }
  .button.primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary[type="submit"], .comments-section .comment-respond .form-submit input.primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary {
    border-color: #25b64e;
    box-shadow: 0 10px 40px 0 rgba(20, 166, 72, 0.2); }
    .button.primary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary:hover[type="submit"], .comments-section .comment-respond .form-submit input.primary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary:hover, .button.primary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary:focus[type="submit"], .comments-section .comment-respond .form-submit input.primary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary:focus {
      background-color: #1e923e;
      border-color: #1e923e;
      box-shadow: 0 15px 40px 0 rgba(16, 133, 58, 0.2); }
  .button.secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .comments-section .comment-respond .form-submit input.secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.secondary {
    border-color: #ff6143;
    box-shadow: 0 10px 40px 0 rgba(255, 84, 52, 0.2); }
    .button.secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:hover[type="submit"], .comments-section .comment-respond .form-submit input.secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.secondary:hover, .button.secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input:focus[type="submit"], .comments-section .comment-respond .form-submit input.secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.secondary:focus {
      background-color: #ff2b03;
      border-color: #ff2b03;
      box-shadow: 0 15px 40px 0 rgba(246, 39, 0, 0.2); }
  .button.hollow:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow:hover, .button.hollow:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow:focus {
    border: initial; }
  .button.hollow.primary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.primary[type="submit"], .comments-section .comment-respond .form-submit input.hollow.primary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.primary, .button.hollow.secondary, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }
    .button.hollow.primary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.primary:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.primary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.primary:hover, .button.hollow.primary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow.primary:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.primary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.primary:focus, .button.hollow.secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary:hover, .button.hollow.secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary:focus {
      border-color: #ffffff;
      opacity: .75;
      box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1); }
  .button.hollow.secondary:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:hover[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary:hover, .button.hollow.secondary:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.hollow:focus[type="submit"], .comments-section .comment-respond .form-submit input.hollow.secondary:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.hollow.secondary:focus {
    color: #ff6143; }
  .button.primary-on-white, .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual .gform_wrapper input[type='submit'], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary-on-white[type="submit"], section.cta.banner.white .form-wrapper .gform_wrapper .gform_button[type='submit'], .comments-section .comment-respond .form-submit input.primary-on-white, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary-on-white, section.password-form input[type='submit'] {
    color: #25b64e;
    background-color: #ffffff;
    box-shadow: 0 20px 50px 0 rgba(20, 166, 72, 0.1); }
    .button.primary-on-white:hover, .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual .gform_wrapper input:hover[type='submit'], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary-on-white:hover[type="submit"], section.cta.banner.white .form-wrapper .gform_wrapper .gform_button:hover[type='submit'], .comments-section .comment-respond .form-submit input.primary-on-white:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary-on-white:hover, section.password-form input:hover[type='submit'], .button.primary-on-white:focus, .page-template-template-03_Generic-Content section.form .form-wrapper-wrapper .form-wrapper-actual .gform_wrapper input:focus[type='submit'], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary-on-white:focus[type="submit"], section.cta.banner.white .form-wrapper .gform_wrapper .gform_button:focus[type='submit'], .comments-section .comment-respond .form-submit input.primary-on-white:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary-on-white:focus, section.password-form input:focus[type='submit'] {
      color: #ffffff;
      background-color: #25b64e;
      border-color: #25b64e;
      box-shadow: 0 25px 50px 0 rgba(20, 166, 72, 0.1); }
  .button.primary-on-light, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary-on-light[type="submit"], .comments-section .comment-respond .form-submit input.primary-on-light, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary-on-light {
    color: #25b64e;
    background-color: #e9f7ed;
    border-color: #e9f7ed; }
    .button.primary-on-light:hover, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary-on-light:hover[type="submit"], .comments-section .comment-respond .form-submit input.primary-on-light:hover, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary-on-light:hover, .button.primary-on-light:focus, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.primary-on-light:focus[type="submit"], .comments-section .comment-respond .form-submit input.primary-on-light:focus, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a.primary-on-light:focus {
      color: #ffffff;
      background-color: #25b64e;
      border-color: #25b64e;
      box-shadow: 0 25px 50px 0 rgba(20, 166, 72, 0.1); }
  .button.small, .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input.small[type="submit"], .comments-section .comment-respond .form-submit input.small, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
    font-size: 16px !important;
    padding: 10px 22.5px; }

.cta.banner {
  position: relative;
  padding-top: 22.5px;
  padding-bottom: 22.5px; }
  @media print, screen and (min-width: 40em) {
    .cta.banner {
      padding-top: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    .cta.banner {
      padding-top: 45px; } }
  @media print, screen and (min-width: 40em) {
    .cta.banner {
      padding-bottom: 33.75px; } }
  @media print, screen and (min-width: 64em) {
    .cta.banner {
      padding-bottom: 45px; } }
  .cta.banner .column, .cta.banner .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .cta.banner .banner-content {
    position: relative;
    z-index: 3; }
    .cta.banner .banner-content .heading h2, .cta.banner .banner-content .comments-section .comment-respond .comment-reply-title h2, .comments-section .comment-respond .cta.banner .banner-content .comment-reply-title h2 {
      font-weight: 600;
      font-size: 20px; }
      @media print, screen and (min-width: 40em) {
        .cta.banner .banner-content .heading h2, .cta.banner .banner-content .comments-section .comment-respond .comment-reply-title h2, .comments-section .comment-respond .cta.banner .banner-content .comment-reply-title h2 {
          font-size: 24px; } }
      .cta.banner .banner-content .heading h2 strong, .cta.banner .banner-content .comments-section .comment-respond .comment-reply-title h2 strong, .comments-section .comment-respond .cta.banner .banner-content .comment-reply-title h2 strong {
        font-weight: 600;
        font-size: 32px; }
        @media print, screen and (min-width: 40em) {
          .cta.banner .banner-content .heading h2 strong, .cta.banner .banner-content .comments-section .comment-respond .comment-reply-title h2 strong, .comments-section .comment-respond .cta.banner .banner-content .comment-reply-title h2 strong {
            font-size: 48px; } }
    .cta.banner .banner-content .text {
      opacity: .9;
      font-size: 18px;
      line-height: 1.8; }
      @media print, screen and (min-width: 40em) {
        .cta.banner .banner-content .text {
          font-size: 20px; } }
      .cta.banner .banner-content .text strong {
        font-weight: 600; }
  .cta.banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .cta.banner:after {
    z-index: 1; }
  .cta.banner.secondary-5:before {
    background-color: rgba(255, 97, 67, 0.05); }
  @media screen and (max-width: 39.9375em) {
    .cta.banner.secondary,
    .cta.banner.secondary .heading,
    .cta.banner.secondary .comments-section .comment-respond .comment-reply-title,
    .comments-section .comment-respond .cta.banner.secondary .comment-reply-title,
    .cta.banner.secondary .button-wrapper {
      text-align: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  .cta.banner.secondary:before {
    background-color: rgba(255, 97, 67, 0.95); }
  .cta.banner.secondary .heading h2, .cta.banner.secondary .comments-section .comment-respond .comment-reply-title h2, .comments-section .comment-respond .cta.banner.secondary .comment-reply-title h2 {
    color: #7c2717; }
    .cta.banner.secondary .heading h2 strong, .cta.banner.secondary .comments-section .comment-respond .comment-reply-title h2 strong, .comments-section .comment-respond .cta.banner.secondary .comment-reply-title h2 strong {
      color: #ffffff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .cta.banner.secondary .text {
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
  .cta.banner.white {
    box-shadow: 0 10px 30px 0 rgba(37, 182, 78, 0.2); }
    .cta.banner.white:before {
      background-color: rgba(255, 255, 255, 0.95); }
    .cta.banner.white .heading h2, .cta.banner.white .comments-section .comment-respond .comment-reply-title h2, .comments-section .comment-respond .cta.banner.white .comment-reply-title h2 {
      color: #174524; }
      .cta.banner.white .heading h2 strong, .cta.banner.white .comments-section .comment-respond .comment-reply-title h2 strong, .comments-section .comment-respond .cta.banner.white .comment-reply-title h2 strong {
        color: #25b64e; }
    .cta.banner.white .text {
      color: #4c6f56; }
      .cta.banner.white .text strong {
        color: #174524; }
  .cta.banner.primary-transparent:before {
    background-color: rgba(40, 183, 79, 0.1); }
  .cta.banner.primary-transparent .heading h3, .cta.banner.primary-transparent .comments-section .comment-respond .comment-reply-title h3, .comments-section .comment-respond .cta.banner.primary-transparent .comment-reply-title h3 {
    color: #174524; }

@media screen and (max-width: 39.9375em) {
  section.cta.banner.white {
    text-align: center; }
    section.cta.banner.white .column, section.cta.banner.white .columns {
      -webkit-justify-content: center;
      justify-content: center; }
    section.cta.banner.white .form-wrapper .gform_wrapper {
      margin-left: auto;
      margin-right: auto; }
      section.cta.banner.white .form-wrapper .gform_wrapper form {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      section.cta.banner.white .form-wrapper .gform_wrapper .gform_body,
      section.cta.banner.white .form-wrapper .gform_wrapper .gform_footer {
        width: 100%; }
      section.cta.banner.white .form-wrapper .gform_wrapper .gform_body .gform_fields {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.cta.banner.white .form-wrapper .gform_wrapper .gform_body .gform_fields .gfield {
          width: 100%; }
      section.cta.banner.white .form-wrapper .gform_wrapper .gform_footer {
        max-width: calc(100% - 30px);
        margin-left: auto !important;
        margin-right: auto !important; } }

section.cta.banner.white .form-wrapper .gform_wrapper {
  width: 100%; }
  section.cta.banner.white .form-wrapper .gform_wrapper form {
    display: -webkit-flex;
    display: flex; }
    @media print, screen and (min-width: 64em) {
      section.cta.banner.white .form-wrapper .gform_wrapper form {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
  section.cta.banner.white .form-wrapper .gform_wrapper .gform_body {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    section.cta.banner.white .form-wrapper .gform_wrapper .gform_body .gform_fields {
      display: -webkit-flex;
      display: flex; }
    section.cta.banner.white .form-wrapper .gform_wrapper .gform_body .top_label div.ginput_container {
      margin-top: 0; }
  section.cta.banner.white .form-wrapper .gform_wrapper .gfield_label {
    display: none; }
  section.cta.banner.white .form-wrapper .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media print, screen and (min-width: 64em) {
      section.cta.banner.white .form-wrapper .gform_wrapper .gform_footer {
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
  section.cta.banner.white .form-wrapper .gform_wrapper .gform_button[type='submit'] {
    text-shadow: none;
    box-shadow: none;
    background-color: #e9f7ed;
    border-color: #e9f7ed;
    margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .cta.two-button .heading, .cta.two-button .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .cta.two-button .comment-reply-title {
    margin-bottom: 24px; }
  .cta.two-button .button-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cta.two-button .button-wrapper .button, .cta.two-button .button-wrapper .page-template-template-13_Donate section.form .gform_wrapper .gform_footer input[type="submit"], .page-template-template-13_Donate section.form .gform_wrapper .gform_footer .cta.two-button .button-wrapper input[type="submit"], .cta.two-button .button-wrapper .comments-section .comment-respond .form-submit input, .comments-section .comment-respond .form-submit .cta.two-button .button-wrapper input, .cta.two-button .button-wrapper .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a, .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply .cta.two-button .button-wrapper a {
      width: 100%;
      margin-left: 0 !important; } }

@media print, screen and (min-width: 40em) {
  .cta.two-button .button-wrapper {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }

.social-icons-wrapper {
  display: -webkit-flex;
  display: flex; }
  .social-icons-wrapper .social-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #25b64e;
    margin: 0 6.66667px;
    opacity: 1;
    transition: all 300ms ease-in-out; }
    .social-icons-wrapper .social-icon:hover {
      opacity: 0.8; }
    .social-icons-wrapper .social-icon img {
      width: 15px;
      height: 15px; }

#news-wrapper.slick-initialized .card-wrapper {
  transition: opacity 300ms ease-in-out;
  opacity: 1; }
  #news-wrapper.slick-initialized .card-wrapper:not(.slick-active) {
    opacity: .4; }
  #news-wrapper.slick-initialized .card-wrapper .card-wrapper-inner {
    padding: 0 15px;
    max-width: 37.5rem;
    margin: 0 auto; }

.slick-arrow {
  display: block !important;
  color: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 10; }
  .slick-arrow:before {
    height: 30px;
    width: 30px;
    content: '';
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #25b64e;
    background-image: url("../images/arrow.svg"); }
    @media print, screen and (min-width: 64em) {
      .slick-arrow:before {
        height: 60px;
        width: 60px; } }
  .slick-arrow:hover:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 10px 40px 0 rgba(20, 166, 72, 0.2); }

.slick-list {
  overflow: visible;
  padding: 0 6% !important; }
  @media print, screen and (min-width: 40em) {
    .slick-list {
      padding: 0 8% !important; } }
  @media print, screen and (min-width: 64em) {
    .slick-list {
      padding: 0 10% !important; } }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px; }
  @media screen and (max-width: 39.9375em) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow.slick-prev {
    left: calc(3% - 30px); }
    @media print, screen and (min-width: 40em) {
      .slick-arrow.slick-prev {
        left: calc(4% - 30px); } }
    @media print, screen and (min-width: 64em) {
      .slick-arrow.slick-prev {
        left: calc(5% - 30px); } }
    .slick-arrow.slick-prev:before {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .slick-arrow.slick-prev:hover:before {
      -webkit-transform: translateY(-2px) rotateY(180deg);
      transform: translateY(-2px) rotateY(180deg); }
  .slick-arrow.slick-next {
    right: calc(3% - 30px); }
    @media print, screen and (min-width: 40em) {
      .slick-arrow.slick-next {
        right: calc(4% - 30px); } }
    @media print, screen and (min-width: 64em) {
      .slick-arrow.slick-next {
        right: calc(5% - 30px); } }

.box {
  display: -webkit-flex;
  display: flex;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .box {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media print, screen and (min-width: 40em) {
    .box:nth-of-type(even) .image-part {
      -webkit-order: 2;
      order: 2; }
    .box:nth-of-type(even) .text-part {
      -webkit-order: 1;
      order: 1; } }
  .box .image-part {
    position: relative; }
  .box .image-part,
  .box .text-part {
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .box .image-part,
      .box .text-part {
        width: 50%; } }
  .box .text-part {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 48px; }
    .box .text-part .copy {
      width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .box .text-part .copy {
          padding-left: 15px;
          padding-right: 15px; } }
      @media print, screen and (min-width: 40em) {
        .box .text-part .copy {
          width: 50%; } }
  .box .number {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #174524;
    background-color: #ffffff;
    border: solid 1px #bedbc6;
    border-radius: 1000px; }
    @media print, screen and (min-width: 40em) {
      .box .number {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 118px;
        height: 118px; } }

.jump-menu .links-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .jump-menu .links-wrapper .link-actual {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: initial;
    transition: all 300ms ease-in-out;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
    .jump-menu .links-wrapper .link-actual:hover, .jump-menu .links-wrapper .link-actual:focus {
      background-color: #e9f7ed; }
    .jump-menu .links-wrapper .link-actual .link-inner {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-basis: 100%;
      flex-basis: 100%; }
      .jump-menu .links-wrapper .link-actual .link-inner > * {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%; }
    .jump-menu .links-wrapper .link-actual .heading, .jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual .comment-reply-title {
      margin-bottom: 12px; }
      @media print, screen and (min-width: 40em) {
        .jump-menu .links-wrapper .link-actual .heading, .jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual .comment-reply-title {
          margin-bottom: 24px; } }
    .jump-menu .links-wrapper .link-actual img {
      width: auto; }
    .jump-menu .links-wrapper .link-actual .arrow {
      background-image: url(../../assets/images/arrow-green.svg);
      height: 11px;
      width: 42px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .jump-menu .links-wrapper .link-actual.link-count-1, .jump-menu .links-wrapper .link-actual.link-count-2 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    .jump-menu .links-wrapper .link-actual.link-count-1 .heading, .jump-menu .links-wrapper .link-actual.link-count-1 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-1 .comment-reply-title, .jump-menu .links-wrapper .link-actual.link-count-2 .heading, .jump-menu .links-wrapper .link-actual.link-count-2 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-2 .comment-reply-title {
      margin-top: 15px; }
      @media print, screen and (min-width: 40em) {
        .jump-menu .links-wrapper .link-actual.link-count-1 .heading, .jump-menu .links-wrapper .link-actual.link-count-1 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-1 .comment-reply-title, .jump-menu .links-wrapper .link-actual.link-count-2 .heading, .jump-menu .links-wrapper .link-actual.link-count-2 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-2 .comment-reply-title {
          margin-top: 22.5px; } }
      @media print, screen and (min-width: 64em) {
        .jump-menu .links-wrapper .link-actual.link-count-1 .heading, .jump-menu .links-wrapper .link-actual.link-count-1 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-1 .comment-reply-title, .jump-menu .links-wrapper .link-actual.link-count-2 .heading, .jump-menu .links-wrapper .link-actual.link-count-2 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-2 .comment-reply-title {
          margin-top: 30px; } }
    .jump-menu .links-wrapper .link-actual.link-count-1 img, .jump-menu .links-wrapper .link-actual.link-count-2 img {
      height: 143px; }
    @media print, screen and (min-width: 40em) {
      .jump-menu .links-wrapper .link-actual.link-count-2 {
        border-left: 1px solid rgba(0, 0, 0, 0.1); } }
    @media print, screen and (min-width: 40em) {
      .jump-menu .links-wrapper .link-actual.link-count-3 {
        -webkit-flex-basis: 33%;
        flex-basis: 33%;
        max-width: 33%; } }
    .jump-menu .links-wrapper .link-actual.link-count-3 .heading, .jump-menu .links-wrapper .link-actual.link-count-3 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-3 .comment-reply-title {
      margin-top: 22.5px; }
      @media print, screen and (min-width: 40em) {
        .jump-menu .links-wrapper .link-actual.link-count-3 .heading, .jump-menu .links-wrapper .link-actual.link-count-3 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-3 .comment-reply-title {
          margin-top: 33.75px; } }
      @media print, screen and (min-width: 64em) {
        .jump-menu .links-wrapper .link-actual.link-count-3 .heading, .jump-menu .links-wrapper .link-actual.link-count-3 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-3 .comment-reply-title {
          margin-top: 45px; } }
    .jump-menu .links-wrapper .link-actual.link-count-3 img {
      max-height: 94px; }
    @media print, screen and (min-width: 40em) {
      .jump-menu .links-wrapper .link-actual.link-count-4 {
        -webkit-flex-basis: 33%;
        flex-basis: 33%;
        max-width: 33%; } }
    .jump-menu .links-wrapper .link-actual.link-count-4 .heading, .jump-menu .links-wrapper .link-actual.link-count-4 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-4 .comment-reply-title {
      margin-top: 22.5px; }
      @media print, screen and (min-width: 40em) {
        .jump-menu .links-wrapper .link-actual.link-count-4 .heading, .jump-menu .links-wrapper .link-actual.link-count-4 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-4 .comment-reply-title {
          margin-top: 33.75px; } }
      @media print, screen and (min-width: 64em) {
        .jump-menu .links-wrapper .link-actual.link-count-4 .heading, .jump-menu .links-wrapper .link-actual.link-count-4 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-4 .comment-reply-title {
          margin-top: 45px; } }
    .jump-menu .links-wrapper .link-actual.link-count-4 img {
      max-height: 94px; }
    @media print, screen and (min-width: 40em) {
      .jump-menu .links-wrapper .link-actual.link-count-5 {
        -webkit-flex-basis: 33%;
        flex-basis: 33%;
        max-width: 33%; } }
    .jump-menu .links-wrapper .link-actual.link-count-5 .heading, .jump-menu .links-wrapper .link-actual.link-count-5 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-5 .comment-reply-title {
      margin-top: 22.5px; }
      @media print, screen and (min-width: 40em) {
        .jump-menu .links-wrapper .link-actual.link-count-5 .heading, .jump-menu .links-wrapper .link-actual.link-count-5 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-5 .comment-reply-title {
          margin-top: 33.75px; } }
      @media print, screen and (min-width: 64em) {
        .jump-menu .links-wrapper .link-actual.link-count-5 .heading, .jump-menu .links-wrapper .link-actual.link-count-5 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .jump-menu .links-wrapper .link-actual.link-count-5 .comment-reply-title {
          margin-top: 45px; } }
    .jump-menu .links-wrapper .link-actual.link-count-5 img {
      max-height: 94px; }
    @media print, screen and (min-width: 40em) {
      .jump-menu .links-wrapper .link-actual.link-count-4 {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1); } }
  @media print, screen and (min-width: 40em) {
    .jump-menu .links-wrapper.menu-item-count-4 .link-actual.link-count-4 {
      max-width: none;
      border-right: none; } }

.involved-jump-menu .links-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .involved-jump-menu .links-wrapper .link-actual {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 300ms ease-in-out;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
    .involved-jump-menu .links-wrapper .link-actual:hover, .involved-jump-menu .links-wrapper .link-actual:focus {
      background-color: #e9f7ed; }
    .involved-jump-menu .links-wrapper .link-actual .link-inner {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .involved-jump-menu .links-wrapper .link-actual .link-inner > * {
        -webkit-flex-basis: 100%;
        flex-basis: 100%; }
    .involved-jump-menu .links-wrapper .link-actual .heading, .involved-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual .comment-reply-title {
      margin-bottom: 12px; }
      @media print, screen and (min-width: 40em) {
        .involved-jump-menu .links-wrapper .link-actual .heading, .involved-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual .comment-reply-title {
          margin-bottom: 24px; } }
    .involved-jump-menu .links-wrapper .link-actual img {
      width: auto; }
    .involved-jump-menu .links-wrapper .link-actual .arrow {
      background-image: url(../../assets/images/arrow-green.svg);
      height: 11px;
      width: 42px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .involved-jump-menu .links-wrapper .link-actual.link-count-1, .involved-jump-menu .links-wrapper .link-actual.link-count-2 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-1 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-1 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-1 .comment-reply-title, .involved-jump-menu .links-wrapper .link-actual.link-count-2 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-2 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-2 .comment-reply-title {
      margin-top: 15px; }
      @media print, screen and (min-width: 40em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-1 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-1 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-1 .comment-reply-title, .involved-jump-menu .links-wrapper .link-actual.link-count-2 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-2 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-2 .comment-reply-title {
          margin-top: 22.5px; } }
      @media print, screen and (min-width: 64em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-1 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-1 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-1 .comment-reply-title, .involved-jump-menu .links-wrapper .link-actual.link-count-2 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-2 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-2 .comment-reply-title {
          margin-top: 30px; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-1 img, .involved-jump-menu .links-wrapper .link-actual.link-count-2 img {
      max-height: 143px; }
    @media print, screen and (min-width: 40em) {
      .involved-jump-menu .links-wrapper .link-actual.link-count-2 {
        border-left: 1px solid rgba(0, 0, 0, 0.1); } }
    @media print, screen and (min-width: 40em) {
      .involved-jump-menu .links-wrapper .link-actual.link-count-3 {
        -webkit-flex-basis: 100%/3;
        flex-basis: 100%/3; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-3 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-3 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-3 .comment-reply-title {
      margin-top: 22.5px; }
      @media print, screen and (min-width: 40em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-3 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-3 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-3 .comment-reply-title {
          margin-top: 33.75px; } }
      @media print, screen and (min-width: 64em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-3 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-3 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-3 .comment-reply-title {
          margin-top: 45px; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-3 img {
      max-height: 94px; }
    @media print, screen and (min-width: 40em) {
      .involved-jump-menu .links-wrapper .link-actual.link-count-4 {
        -webkit-flex-basis: 100%/3;
        flex-basis: 100%/3; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-4 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-4 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-4 .comment-reply-title {
      margin-top: 22.5px; }
      @media print, screen and (min-width: 40em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-4 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-4 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-4 .comment-reply-title {
          margin-top: 33.75px; } }
      @media print, screen and (min-width: 64em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-4 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-4 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-4 .comment-reply-title {
          margin-top: 45px; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-4 img {
      max-height: 94px; }
    @media print, screen and (min-width: 40em) {
      .involved-jump-menu .links-wrapper .link-actual.link-count-5 {
        -webkit-flex-basis: 100%/3;
        flex-basis: 100%/3; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-5 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-5 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-5 .comment-reply-title {
      margin-top: 22.5px; }
      @media print, screen and (min-width: 40em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-5 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-5 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-5 .comment-reply-title {
          margin-top: 33.75px; } }
      @media print, screen and (min-width: 64em) {
        .involved-jump-menu .links-wrapper .link-actual.link-count-5 .heading, .involved-jump-menu .links-wrapper .link-actual.link-count-5 .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .involved-jump-menu .links-wrapper .link-actual.link-count-5 .comment-reply-title {
          margin-top: 45px; } }
    .involved-jump-menu .links-wrapper .link-actual.link-count-5 img {
      max-height: 94px; }
    @media print, screen and (min-width: 40em) {
      .involved-jump-menu .links-wrapper .link-actual.link-count-4 {
        max-width: 25rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1); } }

section.top-images .images-wrapper {
  display: -webkit-flex;
  display: flex; }

.green-arrow {
  background-image: url(../../assets/images/arrow-green.svg);
  height: 11px;
  width: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto; }

section.footer-associations {
  background-color: #ffffff; }
  section.footer-associations .association {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center; }
    section.footer-associations .association .heading-wrapper,
    section.footer-associations .association .image-wrapper {
      -webkit-flex-basis: 100%;
      flex-basis: 100%; }
    section.footer-associations .association .heading-wrapper .heading-actual {
      font-weight: 600; }
    section.footer-associations .association .image-wrapper {
      padding-top: 22.5px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      section.footer-associations .association .image-wrapper img {
        max-height: 120px;
        display: block;
        width: auto;
        margin: 15px;
        -o-object-fit: contain;
        object-fit: contain; }

.close-button {
  transition: all 300ms ease-in-out; }

.responsive-embed,
.flex-video {
  margin-bottom: 0; }

.joints-page-navi-wrapper ul.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0; }
  .joints-page-navi-wrapper ul.pagination li {
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 7.5px;
    transition: all 300ms ease-in-out; }
    .joints-page-navi-wrapper ul.pagination li:not(.current) {
      background-color: #e4e4e4; }
      .joints-page-navi-wrapper ul.pagination li:not(.current):hover {
        background-color: #25b64e; }
        .joints-page-navi-wrapper ul.pagination li:not(.current):hover a {
          color: #ffffff; }
    .joints-page-navi-wrapper ul.pagination li a:hover {
      background-color: rgba(255, 255, 255, 0); }

.comments-section {
  padding-top: 56.25px; }
  @media print, screen and (min-width: 40em) {
    .comments-section {
      padding-top: 84.375px; } }
  @media print, screen and (min-width: 64em) {
    .comments-section {
      padding-top: 112.5px; } }
  .comments-section .comment-respond .comment-reply-title {
    margin-bottom: 12px; }
    @media print, screen and (min-width: 40em) {
      .comments-section .comment-respond .comment-reply-title {
        margin-bottom: 24px; } }
  .comments-section .comment-respond .comment-form-comment {
    margin-top: 12px;
    margin-bottom: 36px; }
    @media print, screen and (min-width: 40em) {
      .comments-section .comment-respond .comment-form-comment {
        margin-top: 48px;
        margin-bottom: 48px; } }
    .comments-section .comment-respond .comment-form-comment label {
      display: none; }
    .comments-section .comment-respond .comment-form-comment textarea {
      height: 118px;
      padding: 24px;
      border-color: #dfdfdf;
      border-radius: 5px; }
      @media print, screen and (min-width: 40em) {
        .comments-section .comment-respond .comment-form-comment textarea {
          padding: 36px; } }
  .comments-section .comment-respond .logged-in-as {
    margin-bottom: 0; }
  .comments-section .comment-respond .form-submit input {
    margin-bottom: 0; }
  .comments-section .comments-number {
    margin-bottom: 36px;
    padding-top: 56.25px; }
    @media print, screen and (min-width: 40em) {
      .comments-section .comments-number {
        padding-top: 84.375px; } }
    @media print, screen and (min-width: 64em) {
      .comments-section .comments-number {
        padding-top: 112.5px; } }
    @media print, screen and (min-width: 40em) {
      .comments-section .comments-number {
        margin-bottom: 40px; } }
  .comments-section .comments-wrapper {
    position: relative; }
    .comments-section .comments-wrapper:before {
      position: absolute;
      top: 0;
      width: 100%;
      height: 1px;
      content: '';
      background-color: #ffffff; }
  .comments-section .comment-wrapper {
    padding: 36px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 40em) {
      .comments-section .comment-wrapper {
        padding: 40px 0; } }
    .comments-section .comment-wrapper .comment-actual {
      display: -webkit-flex;
      display: flex; }
      .comments-section .comment-wrapper .comment-actual .image-part {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 30px; }
        .comments-section .comment-wrapper .comment-actual .image-part img {
          border-radius: 100px; }
      .comments-section .comment-wrapper .comment-actual .text-part {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto; }
        .comments-section .comment-wrapper .comment-actual .text-part .author-name {
          padding-bottom: 24px; }
          .comments-section .comment-wrapper .comment-actual .text-part .author-name h3 {
            font-size: 16px;
            font-weight: 600;
            color: #174524; }
        .comments-section .comment-wrapper .comment-actual .text-part .comment {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          @media screen and (max-width: 39.9375em) {
            .comments-section .comment-wrapper .comment-actual .text-part .comment {
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
          .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-text {
            font-size: 16px;
            line-height: 1.88;
            -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
            color: #5c7c65; }
            @media screen and (max-width: 39.9375em) {
              .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-text {
                -webkit-flex-basis: 100%;
                flex-basis: 100%; } }
            .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-text p:last-of-type {
              margin-bottom: 0; }
          .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: flex-end;
            align-items: flex-end;
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto; }
            @media print, screen and (min-width: 40em) {
              .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply {
                margin-left: 7.5px; } }
            @media screen and (max-width: 39.9375em) {
              .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply {
                -webkit-flex-basis: 100%;
                flex-basis: 100%;
                -webkit-justify-content: flex-end;
                justify-content: flex-end;
                padding-top: 24px; } }
            .comments-section .comment-wrapper .comment-actual .text-part .comment .comment-reply a {
              margin-bottom: 0; }
  .comments-section .children {
    margin-bottom: 0;
    margin-left: 36px; }

.stacked-date {
  color: #ffffff;
  background-color: #25b64e;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0 rgba(20, 166, 72, 0.2); }
  .stacked-date .day,
  .stacked-date .month {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center; }
  .stacked-date .day {
    font-size: 30px;
    line-height: 1; }
  .stacked-date .month {
    font-size: 14px;
    text-transform: uppercase; }

.thank-you-jump-menu .links-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .thank-you-jump-menu .links-wrapper .link-actual {
    display: block;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    transition: all 300ms ease-in-out; }
    .thank-you-jump-menu .links-wrapper .link-actual:hover, .thank-you-jump-menu .links-wrapper .link-actual:focus {
      background-color: #e9f7ed; }
    .thank-you-jump-menu .links-wrapper .link-actual .link-inner {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .thank-you-jump-menu .links-wrapper .link-actual .image-wrapper {
      padding-right: 36px; }
    .thank-you-jump-menu .links-wrapper .link-actual .heading, .thank-you-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .thank-you-jump-menu .links-wrapper .link-actual .comment-reply-title {
      margin-bottom: 12px; }
      @media print, screen and (min-width: 40em) {
        .thank-you-jump-menu .links-wrapper .link-actual .heading, .thank-you-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .thank-you-jump-menu .links-wrapper .link-actual .comment-reply-title {
          margin-bottom: 24px; } }
    .thank-you-jump-menu .links-wrapper .link-actual img {
      width: auto; }
    .thank-you-jump-menu .links-wrapper .link-actual .arrow {
      background-image: url(../../assets/images/arrow-green.svg);
      height: 11px;
      width: 42px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 auto; }
    .thank-you-jump-menu .links-wrapper .link-actual .heading, .thank-you-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .thank-you-jump-menu .links-wrapper .link-actual .comment-reply-title {
      margin-top: 15px; }
      @media print, screen and (min-width: 40em) {
        .thank-you-jump-menu .links-wrapper .link-actual .heading, .thank-you-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .thank-you-jump-menu .links-wrapper .link-actual .comment-reply-title {
          margin-top: 22.5px; } }
      @media print, screen and (min-width: 64em) {
        .thank-you-jump-menu .links-wrapper .link-actual .heading, .thank-you-jump-menu .links-wrapper .link-actual .comments-section .comment-respond .comment-reply-title, .comments-section .comment-respond .thank-you-jump-menu .links-wrapper .link-actual .comment-reply-title {
          margin-top: 30px; } }
    .thank-you-jump-menu .links-wrapper .link-actual img {
      max-height: 60px;
      max-width: 60px; }
    .thank-you-jump-menu .links-wrapper .link-actual.link-count-2 {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .thank-you-jump-menu .links-wrapper .link-actual.link-count-4 {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }

section.contact-form {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 20px 50px 0 rgba(40, 183, 79, 0.1);
  padding: 30px; }
  @media print, screen and (min-width: 64em) {
    section.contact-form {
      padding: 50px; } }
  section.contact-form .banner-content {
    position: relative;
    z-index: 3; }
  section.contact-form .heading h2, section.contact-form .comments-section .comment-respond .comment-reply-title h2, .comments-section .comment-respond section.contact-form .comment-reply-title h2 {
    font-weight: 600;
    color: #174524;
    font-size: 20px; }
    @media print, screen and (min-width: 40em) {
      section.contact-form .heading h2, section.contact-form .comments-section .comment-respond .comment-reply-title h2, .comments-section .comment-respond section.contact-form .comment-reply-title h2 {
        font-size: 24px; } }
    section.contact-form .heading h2 strong, section.contact-form .comments-section .comment-respond .comment-reply-title h2 strong, .comments-section .comment-respond section.contact-form .comment-reply-title h2 strong {
      font-weight: 600;
      color: #25b64e;
      font-size: 32px; }
      @media print, screen and (min-width: 40em) {
        section.contact-form .heading h2 strong, section.contact-form .comments-section .comment-respond .comment-reply-title h2 strong, .comments-section .comment-respond section.contact-form .comment-reply-title h2 strong {
          font-size: 48px; } }
  section.contact-form .text {
    color: #4c6f56; }
    section.contact-form .text strong {
      color: #174524; }
  section.contact-form .text {
    opacity: .9;
    font-size: 18px;
    line-height: 1.8; }
    @media print, screen and (min-width: 40em) {
      section.contact-form .text {
        font-size: 20px; } }
    section.contact-form .text strong {
      font-weight: 600; }
  section.contact-form:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2; }
  section.contact-form:before {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px; }
  section.contact-form:after {
    z-index: 1;
    border-radius: 5px; }
  section.contact-form .gform_footer {
    padding-left: 16px; }

.location-cards {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0 10px !important; }
  @media print, screen and (min-width: 40em) {
    .location-cards {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      padding: 0 !important; } }
  .location-cards .location-card {
    padding: 24px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 10px 50px 0 rgba(1, 1, 3, 0.3); }
    @media screen and (max-width: 39.9375em) {
      .location-cards .location-card:nth-of-type(even) {
        background-color: #e9f7ed; } }
    @media print, screen and (min-width: 40em) {
      .location-cards .location-card:nth-of-type(4n + 3), .location-cards .location-card:nth-of-type(4n + 4) {
        background-color: #e9f7ed; } }
    .location-cards .location-card .hours,
    .location-cards .location-card .address {
      border-top: 2px solid #25b64e;
      margin-top: 10px;
      padding-top: 10px; }
    .location-cards .location-card .postal,
    .location-cards .location-card .subname,
    .location-cards .location-card .title {
      text-align: center; }
    .location-cards .location-card .title h2 {
      margin-bottom: 0; }
    .location-cards .location-card .postal,
    .location-cards .location-card .subname {
      font-weight: bold; }
    .location-cards .location-card .hours p {
      margin-bottom: 0; }
    .location-cards .location-card .telephone,
    .location-cards .location-card .fax,
    .location-cards .location-card .address,
    .location-cards .location-card .website,
    .location-cards .location-card .email {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .location-cards .location-card .telephone:before,
      .location-cards .location-card .fax:before,
      .location-cards .location-card .address:before,
      .location-cards .location-card .website:before,
      .location-cards .location-card .email:before {
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 12px;
        content: "";
        background-repeat: no-repeat;
        background-size: contain; }
    .location-cards .location-card .telephone:before {
      background-image: url(../../assets/images/social/green/phone.svg); }
    .location-cards .location-card .fax:before {
      background-image: url(../../assets/images/social/green/fax.svg); }
    .location-cards .location-card .bottom a {
      font-weight: 600; }
    .location-cards .location-card .info-phone-number:before {
      background-image: url(../../assets/images/social/green/phone.svg); }
    .location-cards .location-card .website:before {
      background-image: url(../../assets/images/social/green/internet.svg); }
    .location-cards .location-card .address:before {
      background-image: url(../../assets/images/social/green/pin.svg); }
    .location-cards .location-card .email:before {
      background-image: url(../../assets/images/social/green/at-symbol.svg); }
    .location-cards .location-card .important-information {
      font-weight: bold;
      margin-top: 10px; }

.gm-style .gm-style-iw-d {
  max-height: 300px !important; }
  @media print, screen and (min-width: 64em) {
    .gm-style .gm-style-iw-d {
      max-height: 400px !important; } }

.location-info-window {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 480px;
  padding: 12px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(5, 5, 5, 0.3); }
  @media screen and (max-width: 39.9375em) {
    .location-info-window {
      word-break: break-all; } }
  @media print, screen and (min-width: 40em) {
    .location-info-window {
      width: 100%; } }
  .location-info-window .info-name,
  .location-info-window .info-phone-number,
  .location-info-window .info-website,
  .location-info-window .info-address,
  .location-info-window .info-important-information,
  .location-info-window .info-subname,
  .location-info-window .info-postal,
  .location-info-window .info-hours,
  .location-info-window .info-email {
    font-family: "proxima-soft", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    width: 100%; }
  .location-info-window .info-name,
  .location-info-window .info-important-information {
    text-align: left;
    color: #174524; }
  .location-info-window .info-name {
    padding-bottom: 7.5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center; }
  .location-info-window .info-postal,
  .location-info-window .info-subname {
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .location-info-window .info-hours {
    font-size: 16px; }
    .location-info-window .info-hours p {
      margin-bottom: 0; }
  .location-info-window .info-hours,
  .location-info-window .info-address {
    border-top: 2px solid #25b64e;
    margin-top: 10px;
    padding-top: 10px; }
  .location-info-window .info-important-information {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold; }
  .location-info-window .info-phone-number,
  .location-info-window .info-website,
  .location-info-window .info-address,
  .location-info-window .info-email {
    font-size: 16px;
    line-height: 1.38;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    color: #174524; }
    .location-info-window .info-phone-number:before,
    .location-info-window .info-website:before,
    .location-info-window .info-address:before,
    .location-info-window .info-email:before {
      display: block;
      width: 15px;
      height: 15px;
      min-width: 15px;
      min-height: 15px;
      margin-right: 12px;
      content: "";
      background-repeat: no-repeat;
      background-size: contain; }
  .location-info-window .info-phone-number:before {
    background-image: url(../../assets/images/social/green/phone.svg); }
  .location-info-window .info-website:before {
    background-image: url(../../assets/images/social/green/internet.svg); }
  .location-info-window .info-email:before {
    background-image: url(../../assets/images/social/green/at-symbol.svg); }
  .location-info-window .info-address:before {
    background-image: url(../../assets/images/social/green/pin.svg); }
  .location-info-window .bottom a {
    font-weight: 600; }

.search-with-mag-glass {
  position: relative; }
  .search-with-mag-glass input[type='text'] {
    font-size: 16px !important;
    line-height: 1.5;
    width: 100%;
    height: 54px;
    padding-right: 45px !important;
    padding-left: 24px;
    border: solid 1px #dfdfdf;
    border-radius: 1000px;
    background-color: #ffffff;
    box-shadow: none;
    transition: all 300ms ease-in-out; }
    .search-with-mag-glass input[type='text']:focus {
      border: 1px #25b64e solid;
      outline: none !important;
      background-color: #ffffff;
      box-shadow: 0; }
  .search-with-mag-glass .mag-glass {
    right: 15px;
    display: block;
    width: 15px;
    height: 16px;
    background-image: url(../../assets/images/mag-glass.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media print, screen and (min-width: 40em) {
    .search-with-mag-glass.large input[type='text'] {
      font-size: 30px !important;
      height: 108px;
      padding-right: 90px !important;
      padding-left: 36px; }
    .search-with-mag-glass.large .mag-glass {
      right: 36px;
      width: 36px;
      height: 36px; } }

.filter-select {
  position: relative;
  height: 54px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border: solid 1px #dfdfdf;
  border-radius: 100px;
  background-color: #ffffff;
  background-image: url(../../assets/images/chevron-down.png);
  background-position: right 15px center;
  background-size: 15px; }

section.password-form form p:last-of-type {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-left: -15px;
  margin-right: -15px; }
  section.password-form form p:last-of-type label,
  section.password-form form p:last-of-type input {
    -webkit-flex-grow: 1;
    flex-grow: 1; }

section.password-form input[type='submit'],
section.password-form label {
  margin-left: 15px;
  margin-right: 15px; }

section.password-form input[type='password'] {
  border-radius: 100px;
  border: 1px #dfdfdf solid;
  background-color: #ffffff;
  box-shadow: initial;
  height: 54px;
  line-height: 1.5;
  padding-left: 20px;
  color: #174524;
  margin: 0px;
  padding: 15px 30px !important;
  min-width: 180px;
  font-size: 16px !important;
  transition: all 300ms ease-in-out; }
  @media print, screen and (min-width: 40em) {
    section.password-form input[type='password'] {
      font-size: 18px !important; } }
  section.password-form input[type='password']:focus {
    border: 1px #25b64e solid;
    background-color: #ffffff;
    box-shadow: 0px; }

section.password-form input[type='submit'] {
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #ffffff;
  border-radius: 100px;
  height: 54px;
  transition: all 300ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  background-color: #e9f7ed;
  border-color: #e9f7ed;
  color: #25b64e;
  margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    section.password-form input[type='submit'] {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 39.9375em) {
    section.password-form input[type='submit'] {
      padding: 14px 60px; } }
  @media print, screen and (min-width: 40em) {
    section.password-form input[type='submit'] {
      font-size: 20px; } }

.range-slider-wrapper {
  margin-top: 48px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-right: 24px;
  padding-left: 24px;
  height: 54px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #174524; }
  .range-slider-wrapper .range-slider {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 0;
    margin-bottom: 0; }
  .range-slider-wrapper .range-label,
  .range-slider-wrapper .map-range-wrapper {
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
  .range-slider-wrapper .map-range-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .range-slider-wrapper .map-range-wrapper input {
      margin-bottom: 0; }
    .range-slider-wrapper .map-range-wrapper .unit {
      padding-left: 5px; }

.boxzilla-container .boxzilla.boxzilla-bottom-right {
  border-top-left-radius: 5px;
  box-shadow: -10px -10px 30px 0 rgba(0, 0, 0, 0.1); }

.boxzilla-container .boxzilla.boxzilla-bottom-left {
  border-top-right-radius: 5px;
  box-shadow: -10px 10px 30px 0 rgba(0, 0, 0, 0.1); }

.boxzilla-container .boxzilla.boxzilla-top-left {
  border-bottom-right-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }

.boxzilla-container .boxzilla.boxzilla-top-right {
  border-bottom-left-radius: 5px;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.1); }

.boxzilla-container .boxzilla.boxzilla-center {
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }

.boxzilla-container .boxzilla .boxzilla-close-icon {
  transition: all 300ms ease-in-out; }

.boxzilla-container .boxzilla img.alignnone {
  margin-right: 0; }

.boxzilla-container .boxzilla a img {
  transition: all 300ms ease-in-out; }

.boxzilla-container .boxzilla a:hover img, .boxzilla-container .boxzilla a:focus img {
  opacity: .7; }

#news-wrapper .card-wrapper-inner {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  height: 100%; }

#news-wrapper .card.two-part {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }
  #news-wrapper .card.two-part .inner-read-more {
    margin-top: 12px; }
  #news-wrapper .card.two-part .image-part {
    border-radius: unset;
    -webkit-flex-basis: unset;
    flex-basis: unset; }
    #news-wrapper .card.two-part .image-part:before {
      padding-top: 250px; }
    #news-wrapper .card.two-part .image-part .background-image-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      background: white;
      position: relative;
      left: 0;
      -webkit-transform: none;
      transform: none; }
    #news-wrapper .card.two-part .image-part .background-image-wrapper,
    #news-wrapper .card.two-part .image-part .background-overlay {
      border-radius: unset; }

.archive.category .hero.no-bg-pattern {
  position: relative; }
  .archive.category .hero.no-bg-pattern:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../../assets/images/pattern.svg);
    z-index: -1;
    opacity: 0.0333333; }
  .archive.category .hero.no-bg-pattern.hero:after, .archive.category .hero.no-bg-pattern.form-wrapper:after {
    z-index: 0; }

.page-id-13330 .number {
  display: none; }

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