@charset "UTF-8";
/*
* Icons
* generated from gulp
*/
@font-face {
  font-family: "icons-148427172";
  src: url("../fonts/icons-148427172.eot");
  src: url("../fonts/icons-148427172.eot?#iefix") format("eot"), url("../fonts/icons-148427172.woff2") format("woff2"), url("../fonts/icons-148427172.woff") format("woff"), url("../fonts/icons-148427172.ttf") format("truetype"), url("../fonts/icons-148427172.svg#icons-148427172") format("svg");
  font-weight: normal;
  font-style: normal; }

.credited-image .photo-credit::before, .utility-nav a[title*="Contact"]::before, .utility-nav button[title*="Contact"]::before, .utility-nav a[title*="Donate"]::before, .utility-nav button[title*="Donate"]::before, .utility-nav button::before, .social-media-nav a[href*="facebook"]::before, .social-media-nav a[href*="twitter"]::before, .social-media-nav a[href*="instagram"]::before, .social-media-nav a[href*="youtube"]::before, .social-media-nav a[href*="linkedin"]::before, .search-reveal .submit-button::before, .search-reveal .close-button::before, .footer--main__contact__address p::before {
  font-family: "icons-148427172";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Colors
/* remember to turn off any unused swatches in atoms>global>colors.twig
/* _______________________________________________________________ */
/* This is an example of setting color themes for text
   with a mixin. You can/should make several of these. */
@-webkit-keyframes go_hover {
  to {
    background-position: 0 0;
    background-size: 100% 100%; } }
@keyframes go_hover {
  to {
    background-position: 0 0;
    background-size: 100% 100%; } }

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/*
* Foundation
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! 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 {
  -webkit-box-sizing: content-box;
          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: sans-serif;
  /* 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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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=91.875em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #343434;
  -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: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.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: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 69.44444rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -0.55556rem;
    margin-left: -0.55556rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    .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-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  padding-right: 0.55556rem;
  padding-left: 0.55556rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-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.55556rem;
  padding-left: 0.55556rem; }

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

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

@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.83333rem;
    padding-left: 0.83333rem; } }

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

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

@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.83333rem;
    padding-left: 0.83333rem; } }

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

.column-block {
  margin-bottom: 1.11111rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.66667rem; }
      .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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #f2f3ef; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.55556rem; }
  h2, .h2 {
    font-size: 2.22222rem; }
  h3, .h3 {
    font-size: 1.72222rem; }
  h4, .h4 {
    font-size: 1.38889rem; }
  h5, .h5 {
    font-size: 1.11111rem; }
  h6, .h6 {
    font-size: 0.88889rem; } }

a {
  line-height: inherit;
  color: #202913;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1c2310; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 69.44444rem;
  height: 0;
  margin: 1.11111rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 3px solid #ceddbc;
  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.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #000; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #000; }

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

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.11111rem 0.27778rem 0.05556rem;
  border: 1px solid #f2f3ef;
  background-color: white;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.11111rem 0.22222rem 0;
  background-color: white;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

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

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

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

ul.no-bullet, ol.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;
    -webkit-box-shadow: none !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 #c3c7b5;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.25556rem;
  margin: 0 0 0.88889rem;
  padding: 0.44444rem;
  border: 1px solid #f2f3ef;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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 #c3c7b5;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #f2f3ef;
            box-shadow: 0 0 5px #f2f3ef;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

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

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

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 0.88889rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.44444rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.88889rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 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 #f2f3ef;
  background: white;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: 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-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-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: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.88889rem; }

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

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

.fieldset {
  margin: 1rem 0;
  padding: 1.11111rem;
  border: 1px solid #f2f3ef; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.16667rem;
    padding: 0 0.16667rem; }

select {
  height: 2.25556rem;
  margin: 0 0 0.88889rem;
  padding: 0.44444rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f2f3ef;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  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%28195, 199, 181%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.88889rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.33333rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @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 #c3c7b5;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #f2f3ef;
            box-shadow: 0 0 5px #f2f3ef;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: white;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

.is-invalid-label {
  color: red; }

.form-error {
  display: none;
  margin-top: -0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: bold;
  color: red; }
  .form-error.is-visible {
    display: block; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.77778rem;
    color: white;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #f2f3ef; }
  .breadcrumbs a {
    color: white; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: white;
    cursor: not-allowed; }

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: 1rem;
  border: 1px solid #f2f3ef;
  border-radius: 0;
  background-color: #fff;
  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: 69.44444rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 69.44444rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 69.44444rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 69.44444rem; } }
  .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 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: none;
    background-color: #fff; }
  caption {
    padding: 1.16667rem 1.38889rem 1.16667rem;
    font-weight: bold; }
  thead {
    background: #52860a;
    color: white; }
  tfoot {
    background: #f2f2f2;
    color: #343434; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 1.16667rem 1.38889rem 1.16667rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 1.16667rem 1.38889rem 1.16667rem; }
  tbody tr {
    border-bottom: 0;
    border-bottom: none;
    background-color: #fff; }
  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }

@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: #4c7d09; }

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

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

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

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

/*
 * Patterlab styles
 */
.bg-primary {
  background-color: #4F800A; }
  .bg-primary::before {
    content: "#4F800A";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-secondary {
  background-color: #202913; }
  .bg-secondary::before {
    content: "#202913";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-tertiary {
  background-color: #293914; }
  .bg-tertiary::before {
    content: "#293914";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-quaternary {
  background-color: #003e5d; }
  .bg-quaternary::before {
    content: "#003e5d";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-quinary {
  background-color: #34586d; }
  .bg-quinary::before {
    content: "#34586d";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-senary {
  background-color: #374427; }
  .bg-senary::before {
    content: "#374427";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-septenary {
  background-color: #404e2d; }
  .bg-septenary::before {
    content: "#404e2d";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-octonary {
  background-color: #475534; }
  .bg-octonary::before {
    content: "#475534";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-nonary {
  background-color: #e4ead3; }
  .bg-nonary::before {
    content: "#e4ead3";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-denary {
  background-color: #426E04; }
  .bg-denary::before {
    content: "#426E04";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-primary {
  background-color: #307da3; }
  .bg-accent-primary::before {
    content: "#307da3";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-secondary {
  background-color: #ffc217; }
  .bg-accent-secondary::before {
    content: "#ffc217";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-accent-tertiary {
  background-color: #ceddbc; }
  .bg-accent-tertiary::before {
    content: "#ceddbc";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-accent-quaternary {
  background-color: #4585a9; }
  .bg-accent-quaternary::before {
    content: "#4585a9";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-quinary {
  background-color: #9c0335; }
  .bg-accent-quinary::before {
    content: "#9c0335";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-senary {
  background-color: #bd0f2e; }
  .bg-accent-senary::before {
    content: "#bd0f2e";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-septenary {
  background-color: #52860a; }
  .bg-accent-septenary::before {
    content: "#52860a";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-octonary {
  background-color: #5d7140; }
  .bg-accent-octonary::before {
    content: "#5d7140";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-nonary {
  background-color: #aaaaaa; }
  .bg-accent-nonary::before {
    content: "#aaaaaa";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-accent-denary {
  background-color: #aaaaaa; }
  .bg-accent-denary::before {
    content: "#aaaaaa";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-lightest {
  background-color: white; }
  .bg-shade-lightest::before {
    content: "white";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-lighter {
  background-color: white; }
  .bg-shade-lighter::before {
    content: "white";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-light {
  background-color: white; }
  .bg-shade-light::before {
    content: "white";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade {
  background-color: #f2f3ef; }
  .bg-shade::before {
    content: "#f2f3ef";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-dark {
  background-color: #daddd2; }
  .bg-shade-dark::before {
    content: "#daddd2";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-darker {
  background-color: #c3c7b5; }
  .bg-shade-darker::before {
    content: "#c3c7b5";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-darkest {
  background-color: #abb198; }
  .bg-shade-darkest::before {
    content: "#abb198";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.font-primary {
  font-family: "Nunito Sans", sans-serif; }

.font-secondary {
  font-family: "Roboto Slab", serif; }

.font-tertiary {
  font-family: Georgia, sans-serif; }

img {
  width: 100%;
  height: auto;
  display: inline-block; }

.hide {
  display: none; }

.visually-hidden, .breadcrumbs h2 {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }
  .visually-hidden.focusable:focus, .breadcrumbs h2.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto; }

.random-image {
  display: none; }

.alignleft,
.alignright {
  margin: 0 2rem 2rem 2rem; }

@media print, screen and (min-width: 40em) {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-right: 0;
    margin-bottom: 2rem; }
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-left: 0;
    margin-bottom: 2rem; } }

a {
  text-decoration: none; }

p a:not(.button),
dd a:not(.button),
.wysiwyg li a:not(.button),
.go {
  font-weight: 600;
  -webkit-box-shadow: inset 0 -0.5em 0 -0.25em #d9e5cb;
          box-shadow: inset 0 -0.5em 0 -0.25em #d9e5cb;
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e5cb), to(#d9e5cb)) transparent no-repeat 0 0;
  background: linear-gradient(#d9e5cb, #d9e5cb) transparent no-repeat 0 0;
  background-size: 100% 0;
  background-position: 0 100%; }
  p a:not(.button):hover,
  dd a:not(.button):hover,
  .wysiwyg li a:not(.button):hover,
  .go:hover {
    -webkit-animation-name: go_hover;
            animation-name: go_hover;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.go::after {
  content: '»';
  padding-left: .5rem;
  color: #404e2d; }

.back::before, .section-nav__parent a::before {
  content: '« '; }

p.intro a:not(.button) {
  font-family: "Roboto Slab", serif;
  font-size: 1.27778rem;
  color: #4a602f;
  font-weight: 700; }

h1 {
  font-weight: 700; }

h4 {
  font-family: "Nunito Sans", sans-serif; }

.intro {
  font-size: 1rem;
  line-height: 1.33333rem; }
  @media print, screen and (min-width: 40em) {
    .intro {
      font-size: 1.22222rem;
      line-height: 1.66667rem; } }

.pullquote__quote {
  font-size: 1.33333rem;
  font-family: "Roboto Slab", serif;
  position: relative;
  padding-top: 2rem;
  padding-left: 1.5rem;
  text-indent: 1.5rem; }
  .pullquote__quote::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    content: '“';
    color: #ffc217;
    font-size: 7.44444rem;
    font-weight: 700;
    line-height: 1; }

.pullquote__attribution {
  font-style: normal;
  font-size: 1.22222rem;
  padding-left: 1.5rem;
  color: #34586d; }
  .pullquote__attribution::before {
    content: '—';
    font-weight: 400; }
  .pullquote__attribution__name {
    font-weight: 700; }
    .pullquote__attribution__name::after {
      content: ', '; }

blockquote {
  overflow: hidden;
  position: relative;
  border-left: none;
  margin: 2.22222rem 0.88889rem 2.22222rem 2rem;
  padding: 0 0 0 2rem;
  color: #426b80;
  font-style: italic;
  font-weight: 600;
  font-size: 1.38889rem;
  line-height: 1.66667rem; }
  blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    background-image: url("../images/quote-line.svg");
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat; }

hr {
  border: none;
  background-image: url("../images/hr.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 4px; }

.button {
  display: inline-block;
  padding: 0.88889rem 1.11111rem;
  background-color: #bd0f2e;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0.88889rem;
  cursor: pointer;
  margin-bottom: .5rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }
  .button:hover, .button:active {
    color: white;
    background-color: #9c0335; }
  .button.button--secondary {
    background-color: #003e5d; }
  .button.button--inverted {
    background-color: white;
    color: #9c0335; }
    .button.button--inverted:hover, .button.button--inverted:active {
      background-color: #ffc217;
      border-color: #ffc217;
      color: #353535; }
  .button.button--ghost {
    padding: 0.66667rem 1.11111rem;
    border: 4px #4F800A solid;
    background-color: transparent;
    color: #4F800A;
    text-transform: none; }
    .button.button--ghost:hover, .button.button--ghost:active {
      background-color: #ffc217;
      border-color: #ffc217;
      color: #353535; }
    .button.button--ghost .arrow {
      color: #003e5d; }
    .button.button--ghost.button-secondary {
      border-color: #003e5d;
      color: #003e5d; }
      .button.button--ghost.button-secondary .arrow {
        color: #202913; }
  .button.button--hero {
    background-color: #ffc217;
    color: #353535; }
    .button.button--hero:hover, .button.button--hero:active {
      background-color: white;
      color: #4F800A; }
  .button.button--expand {
    display: block;
    text-align: center;
    margin-bottom: 1.16667rem; }

ul.no-decoration,
ol.no-decoration {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0; }
  ul.no-decoration > li,
  ol.no-decoration > li {
    text-indent: 0;
    margin-left: 0; }
    ul.no-decoration > li:before,
    ol.no-decoration > li:before {
      display: none; }

figure {
  margin-bottom: 1rem; }
  figure img {
    width: 100%;
    height: auto; }
  figure figcaption {
    margin-top: 0.61111rem;
    font-size: 0.77778rem;
    line-height: 1rem;
    font-weight: 700;
    color: #444444;
    margin-bottom: 2.16667rem; }
  @media print, screen and (min-width: 40em) {
    figure.inline-figure[class*="align"].size-large, figure.inline-figure[class*="align"].size-full {
      max-width: 50% !important; } }
  @media print, screen and (min-width: 40em) {
    figure.inline-figure[class*="align"].portrait.size-large, figure.inline-figure[class*="align"].portrait.size-full {
      max-width: 33% !important; } }
  figure.small-image img {
    width: auto; }

.credited-image {
  position: relative; }
  .credited-image img {
    display: block;
    margin: 0; }
  .credited-image .photo-credit {
    padding: 0.16667rem 0.44444rem 0.16667rem 0.44444rem;
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    background-color: rgba(53, 53, 53, 0.88);
    font-size: 0.61111rem;
    font-weight: 700;
    line-height: 1rem; }
    .credited-image .photo-credit::before {
      font-size: 1rem;
      content: "";
      margin-right: 0.5rem;
      vertical-align: text-bottom;
      color: inherit; }

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

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

table {
  font-size: 1rem; }
  table th {
    font-size: 1.22222rem; }
  table tbody td, table tbody th {
    border: 2px solid #d2d6c6; }

@-webkit-keyframes shrink-body {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.625);
            transform: scale(0.625); } }

@keyframes shrink-body {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.625);
            transform: scale(0.625); } }

#outer-wrapper.shrunk {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: shrink-body .3s forwards;
          animation: shrink-body .3s forwards; }

.with-sidebar .article-wrapper {
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .with-sidebar .article-wrapper__inner {
    max-width: 69.44444rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .with-sidebar .article-wrapper .content-columns__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .with-sidebar .article-wrapper .content-columns__main {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem; } }
  .with-sidebar .article-wrapper .content-columns__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .with-sidebar .article-wrapper .content-columns__sidebar {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem; } }
  @media print, screen and (min-width: 40em) {
    .with-sidebar .article-wrapper .content-columns__main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 0.55556rem;
      padding-left: 0.55556rem;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .with-sidebar .article-wrapper .content-columns__main {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }
  @media print, screen and (min-width: 40em) {
    .with-sidebar .article-wrapper .content-columns__sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-right: 0.55556rem;
      padding-left: 0.55556rem;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .with-sidebar .article-wrapper .content-columns__sidebar {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }
  @media print, screen and (min-width: 64em) {
    .with-sidebar .article-wrapper {
      padding-top: 3.33333rem;
      padding-bottom: 4.44444rem; } }

.with-sidebar .page-header.text-only ~ .article-wrapper {
  padding-top: 0; }

.with-sidebar .content-columns__sidebar > div {
  margin-bottom: 1rem; }

@media print, screen and (min-width: 64em) {
  .with-sidebar .content-columns__sidebar > div {
    margin-bottom: 1.66667rem; } }

.news-list .article-wrapper {
  padding-top: 2rem !important;
  background-image: linear-gradient(-37deg, rgba(242, 243, 239, 0.83) 0%, rgba(221, 224, 209, 0.92) 100%); }
  @media print, screen and (min-width: 64em) {
    .news-list .article-wrapper {
      padding-top: 4.44444rem !important; } }

.content-columns__prefix,
.content-columns__suffix {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.55556rem;
  padding-left: 0.55556rem; }
  @media print, screen and (min-width: 40em) {
    .content-columns__prefix,
    .content-columns__suffix {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }

.content-columns__suffix > div:last-child {
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .content-columns__suffix > div:last-child {
      padding-bottom: 3.88889rem; } }

.content-item__text {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  padding: 1rem 0;
  overflow: hidden; }
  @media print, screen and (min-width: 64em) {
    .content-item__text {
      max-width: 69.44444rem;
      width: 100%;
      margin: 0 auto; } }
  @media print, screen and (min-width: 40em) {
    .content-item__text {
      padding: 2rem 0; } }

.content-item__text__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.55556rem;
  padding-left: 0.55556rem; }
  @media print, screen and (min-width: 40em) {
    .content-item__text__inner {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }

.wysiwyg figure.float-left {
  float: left;
  margin-right: 2rem; }

.wysiwyg figure.float-right {
  float: right;
  margin-left: 2rem; }

.wysiwyg figure.float-left,
.wysiwyg figure.float-right {
  max-width: calc(100% - 2rem);
  margin-bottom: 2rem; }

@media print, screen and (min-width: 40em) {
  .wysiwyg figure.float-left,
  .wysiwyg figure.float-right {
    max-width: 19.72222rem; } }

.course-detail {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .course-detail {
      max-width: 69.44444rem;
      width: 100%;
      margin: 0 auto; } }
  @media print, screen and (min-width: 40em) {
    .course-detail {
      padding-top: 4.61111rem;
      padding-bottom: 4.61111rem; } }

.article {
  padding-bottom: 2rem; }
  .article > p:last-child::after {
    content: '';
    display: inline-block;
    margin-left: .5em;
    background-color: #ffc217;
    height: 0.66667rem;
    width: 0.66667rem; }
  @media print, screen and (min-width: 40em) {
    .article {
      padding-bottom: 4.44444rem; } }

.utility-nav a, .utility-nav button {
  padding: 0.5rem 1.11111rem; }
  .utility-nav a[title*="Contact"]::before, .utility-nav button[title*="Contact"]::before {
    font-size: 1.2rem;
    content: "";
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    color: inherit; }
  .utility-nav a[title*="Donate"]::before, .utility-nav button[title*="Donate"]::before {
    font-size: 1.2rem;
    content: "";
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    color: inherit; }

.utility-nav button::before {
  font-size: 1.2rem;
  content: "";
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  color: inherit; }

.breadcrumbs {
  margin: 0;
  padding: 0.55556rem 0 0.66667rem 0; }
  .breadcrumbs ul {
    padding: 0; }
    .breadcrumbs ul li {
      display: inline-block; }

.social-media-nav a {
  display: block;
  font-size: 0;
  background-color: #e3eef4;
  height: 3rem;
  width: 3rem;
  opacity: .85;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  text-align: center; }
  .social-media-nav a::before {
    line-height: 54px !important;
    height: 3rem;
    width: 3rem; }
  .social-media-nav a[href*="facebook"]::before {
    font-size: 1.44444rem;
    content: "";
    margin-right: 0;
    vertical-align: text-bottom;
    color: #003e5d; }
  .social-media-nav a[href*="twitter"]::before {
    font-size: 1.44444rem;
    content: "";
    margin-right: 0;
    vertical-align: text-bottom;
    color: #003e5d; }
  .social-media-nav a[href*="instagram"]::before {
    font-size: 1.44444rem;
    content: "";
    margin-right: 0;
    vertical-align: text-bottom;
    color: #003e5d; }
  .social-media-nav a[href*="youtube"]::before {
    font-size: 1.44444rem;
    content: "";
    margin-right: 0;
    vertical-align: text-bottom;
    color: #003e5d; }
  .social-media-nav a[href*="linkedin"]::before {
    font-size: 1.44444rem;
    content: "";
    margin-right: 0;
    vertical-align: text-bottom;
    color: #003e5d; }
  .social-media-nav a:hover, .social-media-nav a:focus, .social-media-nav a.active {
    opacity: 1; }

.section-nav {
  background-color: #eff4e9;
  margin-bottom: 1rem; }
  .section-nav a {
    font-size: 1rem;
    color: #444444;
    font-weight: 300;
    line-height: 1.27778rem; }
    .section-nav a:hover {
      text-decoration: underline; }
  .section-nav .is-active > a {
    color: #325106;
    font-weight: 700; }
  .section-nav ul {
    list-style: none;
    margin: 0; }
    .section-nav ul li {
      margin-bottom: 0.77778rem; }
      .section-nav ul li ul {
        margin-left: 1.72222rem; }
        .section-nav ul li ul li {
          margin-top: 0.44444rem;
          margin-bottom: 0; }
  .section-nav__parent {
    padding: 0.94444rem 2.05556rem;
    border-bottom: 3px dashed white; }
    .section-nav__parent a::before {
      color: #4F800A; }
  .section-nav__menu {
    padding: 0.94444rem 2.05556rem; }

.search-reveal {
  background-color: rgba(41, 57, 20, 0.97);
  color: white; }
  .search-reveal form {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .search-reveal input {
    font-family: "Roboto Slab", serif;
    font-size: 1.5rem;
    color: white;
    border: none;
    background-color: transparent;
    border: 2px solid #cbe4aa;
    padding: 1.11111rem 1.66667rem;
    width: auto; }
  .search-reveal .submit-button {
    background-color: #cbe4aa;
    font-size: 0;
    color: #3a4d1f;
    width: 4.44444rem; }
    .search-reveal .submit-button::before {
      font-size: 1rem;
      content: "";
      margin-right: 0;
      vertical-align: text-bottom;
      color: inherit; }
    .search-reveal .submit-button::before {
      font-size: 1.55556rem;
      line-height: 4.44444rem; }
  .search-reveal input, .search-reveal .submit-button {
    display: inline-block;
    height: 4.44444rem; }
  .search-reveal .close-button {
    position: absolute;
    top: 0;
    color: white;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700; }
    .search-reveal .close-button::before {
      font-size: 1rem;
      content: "";
      margin-right: 0;
      vertical-align: top;
      color: inherit; }
  .search-reveal__inner {
    width: 100%;
    padding-top: 3.33333rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    position: absolute;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media print, screen and (min-width: 40em) {
    .search-reveal__inner {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto;
      padding-left: 0;
      padding-right: 0; }
    .search-reveal input {
      font-size: 1.66667rem; }
    .search-reveal .close-button {
      right: 0; } }
  @media print, screen and (min-width: 64em) {
    .search-reveal input {
      width: 45.55556rem; } }

.header--main {
  background-color: #293914; }
  .header--main ul {
    margin: 0;
    list-style: none; }
    .header--main ul li a {
      text-decoration: none; }
  .header--main__container {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .header--main__container {
        max-width: 69.44444rem;
        width: 100%;
        margin: 0 auto; } }
  .header--main__utility-nav {
    display: none;
    background-color: #202913; }
    .header--main__utility-nav a, .header--main__utility-nav button {
      display: block;
      color: #b3db81; }
    .header--main__utility-nav li:last-child a {
      background-color: #3a4d1f; }
  .header--main__nav-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header--main__main-nav li {
    margin: 0 1rem; }
  .header--main__main-nav a {
    color: #b3db81; }
  .header--main__logo {
    max-width: calc(100% - 60px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 26.44444rem;
            flex: 1 0 26.44444rem; }
    .header--main__logo a {
      display: block; }
    .header--main__logo img {
      max-width: 100%;
      height: auto;
      display: block; }
  @media print, screen and (min-width: 40em) {
    .header--main__logo {
      max-width: 23.66667rem; } }
  @media screen and (max-width: 63.9375em) {
    .header--main__main-nav .main-nav__menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scale(1) translateY(100%);
              transform: scale(1) translateY(100%);
      z-index: 101;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: rgba(0, 0, 0, 0.8);
      color: white; }
      .header--main__main-nav .main-nav__menu.expanded {
        -webkit-transform: scale(1.6) translateY(0);
                transform: scale(1.6) translateY(0);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .header--main__main-nav .main-nav__menu a {
        font-size: 2rem; }
      .header--main__main-nav .main-nav__menu ul {
        max-width: calc(100% - 2rem);
        margin: 0 auto; }
    .header--main__main-nav .menu-toggle {
      text-align: center;
      color: white; }
      .header--main__main-nav .menu-toggle svg {
        display: block;
        margin: 0 auto;
        height: 1.66667rem;
        width: auto; }
    .header--main__main-nav .menu-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      color: white; }
      .header--main__main-nav .menu-close svg {
        height: 1.66667rem;
        width: auto; } }
  @media print, screen and (min-width: 64em) {
    .header--main ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header--main__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 26.94444rem;
              flex: 0 1 26.94444rem; }
      .header--main__logo a {
        padding-top: 0.94444rem;
        padding-bottom: 1.44444rem; }
    .header--main__utility-nav {
      display: block;
      width: 100%;
      overflow: hidden; }
      .header--main__utility-nav ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header--main__utility-nav a, .header--main__utility-nav button {
        font-size: 0.77778rem;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1; }
      .header--main__utility-nav .header--main__container {
        position: relative; }
        .header--main__utility-nav .header--main__container::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: calc(100% - 1rem);
          width: 100%;
          background-color: #3a4d1f; }
    .header--main__nav-container {
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .header--main__main-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin-left: 3.38889rem; }
      .header--main__main-nav nav, .header--main__main-nav ul {
        width: 100%; }
      .header--main__main-nav a {
        display: block;
        padding-bottom: 0.94444rem;
        border-bottom: 5px solid transparent;
        color: #afb69c;
        font-size: 1rem;
        font-weight: 700;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .header--main__main-nav li.is-active a,
      .header--main__main-nav a:hover {
        border-color: #ffc217;
        color: white; }
      .header--main__main-nav .menu-toggle,
      .header--main__main-nav .menu-close {
        display: none; }
      .header--main__main-nav .main-nav__menu {
        display: block; } }

.footer--main {
  background-color: #003e5d;
  color: #dae4ea;
  padding: 1rem 0; }
  .footer--main p {
    letter-spacing: .3px; }
    .footer--main p:last-child {
      margin-bottom: 0; }
  .footer--main .button {
    background-color: #307da3;
    text-align: center; }
    .footer--main .button:hover, .footer--main .button:active {
      background-color: white;
      color: #4F800A; }
  .footer--main__container {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .footer--main__container {
        max-width: 69.44444rem;
        width: 100%;
        margin: 0 auto; } }
  .footer--main__contact__address {
    position: relative; }
    .footer--main__contact__address p::before {
      font-size: 1.2em;
      content: "";
      margin-right: 0.5rem;
      vertical-align: bottom;
      color: #307da3; }
  .footer--main__logo {
    margin-bottom: 1rem;
    text-align: center; }
    .footer--main__logo a {
      display: block; }
    .footer--main__logo img {
      width: auto; }
  .footer--main__contact {
    text-align: center; }
  .footer--main .social-media-nav {
    margin: 1rem 0; }
    .footer--main .social-media-nav ul {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .footer--main__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .footer--main__contact {
      padding: 0 1rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
    .footer--main__social {
      text-align: right;
      padding: 0 1rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
    .footer--main .button, .footer--main .social-media-nav {
      margin-top: 0;
      margin-bottom: 1.38889rem; } }
  @media print, screen and (min-width: 64em) {
    .footer--main {
      padding-top: 3.5rem;
      padding-bottom: 4.88889rem; }
      .footer--main__container {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      .footer--main__logo {
        width: auto;
        text-align: left;
        margin-bottom: 0; }
      .footer--main__contact {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
      .footer--main__social {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
      .footer--main .button {
        display: block; } }

.callout {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  padding: 2rem 0;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .callout {
      max-width: 69.44444rem;
      width: 100%;
      margin: 0 auto; } }
  .callout .button {
    margin-right: .25rem;
    margin-bottom: .25rem; }
    .callout .button:last-child {
      margin-right: 0; }
  .callout.callout--narrow, .callout.callout--brand, .content-columns__sidebar .callout {
    padding: 1rem;
    margin-bottom: 1.11111rem;
    margin-top: 1.11111rem;
    text-align: left; }
    .callout.callout--narrow h2, .callout.callout--brand h2, .content-columns__sidebar .callout h2 {
      font-family: "Roboto Slab", serif;
      font-style: normal;
      font-weight: 400;
      color: inherit;
      text-rendering: optimizeLegibility;
      font-size: 1.05556rem;
      color: #475534;
      letter-spacing: 0.24px;
      line-height: 2.2rem;
      margin-bottom: 1.11111rem;
      margin-top: 1.11111rem; }
      @media print, screen and (min-width: 40em) {
        .callout.callout--narrow h2, .callout.callout--brand h2, .content-columns__sidebar .callout h2 {
          font-size: 1.72222rem; } }
      .callout.callout--narrow h2 a, .callout.callout--brand h2 a, .content-columns__sidebar .callout h2 a, .callout.callout--narrow h2 span, .callout.callout--brand h2 span, .content-columns__sidebar .callout h2 span {
        font-weight: 600;
        -webkit-box-shadow: inset 0 -0.5em 0 -0.25em #d9e5cb;
                box-shadow: inset 0 -0.5em 0 -0.25em #d9e5cb;
        color: inherit;
        background: -webkit-gradient(linear, left top, left bottom, from(#d9e5cb), to(#d9e5cb)) transparent no-repeat 0 0;
        background: linear-gradient(#d9e5cb, #d9e5cb) transparent no-repeat 0 0;
        background-size: 100% 0;
        background-position: 0 100%;
        font-weight: 400; }
        .callout.callout--narrow h2 a:hover, .callout.callout--brand h2 a:hover, .content-columns__sidebar .callout h2 a:hover, .callout.callout--narrow h2 span:hover, .callout.callout--brand h2 span:hover, .content-columns__sidebar .callout h2 span:hover {
          -webkit-animation-name: go_hover;
                  animation-name: go_hover;
          -webkit-animation-duration: .3s;
                  animation-duration: .3s;
          -webkit-animation-timing-function: ease-in-out;
                  animation-timing-function: ease-in-out;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        .callout.callout--narrow h2 a::after, .callout.callout--brand h2 a::after, .content-columns__sidebar .callout h2 a::after, .callout.callout--narrow h2 span::after, .callout.callout--brand h2 span::after, .content-columns__sidebar .callout h2 span::after {
          content: '»';
          padding-left: .5rem;
          color: #404e2d; }
      .callout.callout--narrow h2 a, .callout.callout--brand h2 a, .content-columns__sidebar .callout h2 a {
        color: #475534;
        font-size: 1.7rem;
        font-weight: 600; }
    .callout.callout--narrow .callout__body, .callout.callout--brand .callout__body, .content-columns__sidebar .callout .callout__body {
      text-align: left;
      padding: 0 !important; }
  .callout.callout--brand {
    background-color: #4F800A;
    color: white; }
    .callout.callout--brand h2 {
      color: white; }
      .callout.callout--brand h2 a {
        color: white;
        font-weight: 600;
        -webkit-box-shadow: inset 0 -0.5em 0 -0.25em #426E04;
                box-shadow: inset 0 -0.5em 0 -0.25em #426E04;
        color: inherit;
        background: -webkit-gradient(linear, left top, left bottom, from(#426E04), to(#426E04)) transparent no-repeat 0 0;
        background: linear-gradient(#426E04, #426E04) transparent no-repeat 0 0;
        background-size: 100% 0;
        background-position: 0 100%; }
        .callout.callout--brand h2 a::after {
          color: white; }
        .callout.callout--brand h2 a:hover {
          -webkit-animation-name: go_hover;
                  animation-name: go_hover;
          -webkit-animation-duration: .3s;
                  animation-duration: .3s;
          -webkit-animation-timing-function: ease-in-out;
                  animation-timing-function: ease-in-out;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
    .callout.callout--brand .button {
      background-color: white;
      color: #9c0335;
      color: #4F800A; }
      .callout.callout--brand .button:hover, .callout.callout--brand .button:active {
        background-color: #ffc217;
        border-color: #ffc217;
        color: #353535; }
    @media print, screen and (min-width: 64em) {
      .callout.callout--brand {
        padding: 1.38889rem 1.94444rem 2.33333rem 1.94444rem; } }
  .callout__intro {
    font-size: 1.44444rem;
    line-height: 1.4; }
    @media print, screen and (min-width: 40em) {
      .callout__intro {
        font-size: 1.72222rem;
        margin-bottom: 2rem; } }
  .callout__body {
    text-align: justify;
    margin-bottom: 2em; }
  @media print, screen and (min-width: 40em) {
    .callout {
      padding: 3.5rem 4.55556rem 4.11111rem 4.55556rem; }
      .callout__body {
        padding: 0 4.44444rem;
        font-size: 0.94444rem;
        line-height: 1.22222rem; } }
  @media print, screen and (min-width: 64em) {
    .callout__body {
      padding: 0 9.38889rem; } }

.content-columns__sidebar .callout {
  background-image: url("../images/line-sep.svg");
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .content-columns__sidebar .callout.callout--brand {
    background-image: none;
    padding: 1rem; }

.page-header {
  overflow: hidden; }
  .page-header.course-header {
    padding-bottom: 2.83333rem; }
    .page-header.course-header .page-header__breadcrumbs {
      margin-bottom: 2.66667rem; }
    .page-header.course-header .page-header__buttons a:last-child {
      padding: 0.66667rem 1.11111rem;
      border: 4px #4F800A solid;
      background-color: transparent;
      color: #4F800A;
      text-transform: none; }
      .page-header.course-header .page-header__buttons a:last-child:hover, .page-header.course-header .page-header__buttons a:last-child:active {
        background-color: #ffc217;
        border-color: #ffc217;
        color: #353535; }
    .page-header.course-header .page-header__text {
      padding-left: 1em;
      padding-right: 1em;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .page-header.course-header .page-header__text {
          max-width: 69.44444rem;
          width: 100%;
          margin: 0 auto; } }
    .page-header.course-header .page-header__course-intro {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding-top: 1rem; }
      .page-header.course-header .page-header__course-intro h1 {
        margin-top: 0.33333rem;
        font-weight: 400;
        font-size: 1.88889rem;
        line-height: 2.44444rem; }
      .page-header.course-header .page-header__course-intro .superheading {
        font-size: 0.94444rem;
        line-height: 1.33333rem;
        text-transform: uppercase; }
        .page-header.course-header .page-header__course-intro .superheading a {
          font-weight: 600;
          -webkit-box-shadow: inset 0 -0.5em 0 -0.25em #d9e5cb;
                  box-shadow: inset 0 -0.5em 0 -0.25em #d9e5cb;
          color: inherit;
          background: -webkit-gradient(linear, left top, left bottom, from(#d9e5cb), to(#d9e5cb)) transparent no-repeat 0 0;
          background: linear-gradient(#d9e5cb, #d9e5cb) transparent no-repeat 0 0;
          background-size: 100% 0;
          background-position: 0 100%;
          font-weight: 900; }
          .page-header.course-header .page-header__course-intro .superheading a:hover {
            -webkit-animation-name: go_hover;
                    animation-name: go_hover;
            -webkit-animation-duration: .3s;
                    animation-duration: .3s;
            -webkit-animation-timing-function: ease-in-out;
                    animation-timing-function: ease-in-out;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
    .page-header.course-header .page-header__summary {
      font-size: 1.22222rem;
      line-height: 1.77778rem; }
    .page-header.course-header .page-header__buttons {
      margin-top: 1.94444rem; }
      .page-header.course-header .page-header__buttons .button {
        margin-bottom: 0; }
  .page-header.with-banner {
    position: relative;
    background-color: black; }
    .page-header.with-banner .page-header__breadcrumbs {
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
      .page-header.with-banner .page-header__breadcrumbs::after {
        z-index: 0;
        content: '';
        position: absolute;
        background-color: black;
        opacity: .6;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @supports (mix-blend-mode: multiply) {
        .page-header.with-banner .page-header__breadcrumbs::after {
          mix-blend-mode: multiply;
          opacity: .8;
          background-color: #5d7140; } }
    .page-header.with-banner .page-header__text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .page-header.with-banner .page-header__overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 6.55556rem;
      padding-bottom: 1.22222rem;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#161c0e));
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #161c0e 100%);
      opacity: 0.89; }
      .page-header.with-banner .page-header__overlay .page-header__title-group {
        color: white; }
        .page-header.with-banner .page-header__overlay .page-header__title-group h1,
        .page-header.with-banner .page-header__overlay .page-header__title-group .subheading {
          text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    .page-header.with-banner .background-image {
      overflow: hidden; }
    .page-header.with-banner .subheading {
      font-size: 1rem;
      text-transform: uppercase;
      color: #dee8ba;
      font-weight: 700;
      line-height: 1.16667rem; }
    .page-header.with-banner .responsive-image__img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .page-header.text-only .page-header__text {
    padding: 1rem 0; }
  .page-header.text-only h1 {
    margin-bottom: .5rem; }
  .page-header.text-only .subheading {
    font-size: 1.05556rem;
    font-weight: 600;
    line-height: 1.16667rem;
    margin: 0; }
  .page-header__title-group {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .page-header__title-group {
        max-width: 69.44444rem;
        width: 100%;
        margin: 0 auto; } }
    .page-header__title-group h1 {
      margin-bottom: 0; }
  .page-header__breadcrumbs {
    background-color: #5d7140; }
    .page-header__breadcrumbs ul {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .page-header__breadcrumbs ul {
          max-width: 69.44444rem;
          width: 100%;
          margin: 0 auto; } }
    .page-header__breadcrumbs a {
      font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .page-header.course-header .page-header__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-header.course-header .page-header__image {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .page-header.course-header .page-header__course-intro {
      padding-left: 2rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-header.text-only .page-header__text {
      padding: 2.77778rem 0 1.66667rem 0; } }
  @media print, screen and (min-width: 64em) {
    .page-header.course-header .page-header__image {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .page-header.course-header .page-header__course-intro {
      padding-left: 3.33333rem; }
    .page-header.with-banner .background-image .responsive-image,
    .page-header.with-banner .background-image .responsive-image__img {
      display: block;
      height: 100%;
      min-height: 37rem; } }

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