.visually-hidden, .form .heading {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visually-hidden.focusable:active, .form .focusable.heading:active, .visually-hidden.focusable:focus, .form .focusable.heading:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:active,
button:focus {
  outline: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

img {
  -ms-interpolation-mode: bicubic;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

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

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

.button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 13px 25px 14px;
  border: none;
  border-radius: 0;
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.025em;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  background-color: #f04d55;
  color: white; }
  .button:hover, .button:focus {
    background-color: #ec1e28;
    color: white; }
  @media screen and (max-width: 400px) {
    .button {
      width: 100%; } }
  .button:disabled {
    opacity: 0.3;
    pointer-events: none; }

.button--ghost {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 13px 25px 14px;
  border: none;
  border-radius: 0;
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.025em;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  background-color: #f04d55;
  color: white;
  background: none;
  border: 2px solid #072b49;
  color: #072b49; }
  .button--ghost:hover, .button--ghost:focus {
    background-color: #ec1e28;
    color: white; }
  @media screen and (max-width: 400px) {
    .button--ghost {
      width: 100%; } }
  .button--ghost:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .button--ghost:hover, .button--ghost:focus {
    background-color: #072b49;
    color: white; }

.button_fallback {
  color: white;
  display: block;
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-top: 1em; }

fieldset {
  background: #cbcbcb;
  border: 1px solid #b1b1b1;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-transition: border-color;
  transition: border-color;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    outline: 0; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

input[type="submit"] {
  outline: none; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #8b8b8b;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #b1b1b1;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #072b49;
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0 0 15px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  color: #072b49; }

h1 {
  font-size: 3.25em; }

h2 {
  font-size: 2.75em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.75em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.25em; }

p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  line-height: 1.75em; }
  @media screen and (max-width: 619px) {
    p {
      font-size: 1.125rem; } }
  @media screen and (max-width: 400px) {
    p {
      font-size: 1rem; } }

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #f04d55;
  text-decoration: none; }
  a:hover {
    color: #ec1e28; }
  a:active, a:focus {
    color: #ec1e28;
    outline: none; }

hr {
  border-bottom: 1px solid #b1b1b1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading .navigation,
.wf-loading .button {
  visibility: hidden; }

.wf-loading .header-logo {
  visibility: visible; }

.feature .ngp-form {
  margin: 0;
  max-width: 100%; }
  @media screen and (min-width: 620px) {
    .feature .ngp-form {
      position: relative;
      max-width: 480px; } }
  .feature .ngp-form header,
  .feature .ngp-form legend,
  .feature .ngp-form footer {
    display: none; }
  .feature .ngp-form fieldset {
    border: none !important;
    padding: 0 !important;
    background: none !important; }
  .feature .ngp-form label {
    margin: 0 !important;
    font-size: 0 !important; }
  .feature .ngp-form .at-inner {
    background: none;
    border: none;
    border-radius: 0; }
  .feature .ngp-form .clearfix:before,
  .feature .ngp-form .clearfix:after {
    display: none !important; }
  .feature .ngp-form .at-fieldset {
    min-width: 0 !important; }
  .feature .ngp-form .error {
    margin: 0 !important; }
  .feature .ngp-form input {
    margin: 0 !important;
    font-size: 22px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    border: none !important;
    border-raidus: 0 !important;
    background: rgba(230, 230, 230, 0.8) !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #072b49 !important;
    outline: none !important; }
    @media screen and (min-width: 620px) {
      .feature .ngp-form input {
        height: 58px !important;
        padding: 15px 165px 15px 15px !important;
        font-size: 22px !important;
        text-align: left !important; } }
    .feature .ngp-form input::-webkit-input-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: #072b49 !important; }
    .feature .ngp-form input::-moz-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: #072b49 !important; }
    .feature .ngp-form input:-moz-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: #072b49 !important; }
    .feature .ngp-form input:-ms-input-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: #072b49 !important; }
    .feature .ngp-form input:hover::-webkit-input-placeholder, .feature .ngp-form input:focus::-webkit-input-placeholder {
      color: rgba(7, 43, 73, 0.8) !important; }
    .feature .ngp-form input:hover::-moz-placeholder, .feature .ngp-form input:focus::-moz-placeholder {
      color: rgba(7, 43, 73, 0.8) !important; }
    .feature .ngp-form input:hover:-moz-placeholder, .feature .ngp-form input:focus:-moz-placeholder {
      color: rgba(7, 43, 73, 0.8) !important; }
    .feature .ngp-form input:hover:-ms-input-placeholder, .feature .ngp-form input:focus:-ms-input-placeholder {
      color: rgba(7, 43, 73, 0.8) !important; }
  .feature .ngp-form input[type=email] {
    border-radius: 0 !important; }
  .feature .ngp-form .at-form-submit {
    padding: 0 !important; }
    .feature .ngp-form .at-form-submit input {
      -webkit-transition: background-color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out;
      padding: 0 15px !important;
      width: 100% !important;
      height: 48px !important;
      background: #00bb5d !important;
      border-radius: 0 !important;
      font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
      font-size: 20px !important;
      font-weight: bold !important;
      text-align: center !important;
      text-transform: none !important;
      color: white !important;
      outline: none !important; }
      @media screen and (min-width: 620px) {
        .feature .ngp-form .at-form-submit input {
          position: absolute;
          top: 0;
          right: 0;
          bottom: auto;
          left: auto;
          width: 150px !important;
          height: 58px !important;
          font-size: 22px !important;
          line-height: 54px !important; } }
      .feature .ngp-form .at-form-submit input:hover, .feature .ngp-form .at-form-submit input:focus {
        background-color: #008844 !important; }
  .feature .ngp-form .thankYou {
    padding: 0 !important;
    background: none !important;
    font-size: 22px !important;
    color: white !important;
    font-weight: bold !important;
    font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important; }
    .feature .ngp-form .thankYou:after {
      display: none !important; }

.footer {
  padding: 30px 0;
  background-color: #072b49;
  color: white; }
  @media screen and (max-width: 958px) {
    .footer {
      padding-top: 0; } }
  .footer-container {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px; }
    .footer-container::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 620px) {
      .footer-container {
        padding: 0 30px; } }
    @media screen and (max-width: 958px) {
      .footer-container {
        text-align: center;
        padding: 0; } }
  .footer-section {
    padding: 0 30px; }
    @media screen and (min-width: 960px) {
      .footer-section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0; } }
    @media screen and (max-width: 958px) {
      .footer-section:first-child {
        padding: 30px 30px 1px;
        background-color: #083357; } }
    @media screen and (max-width: 619px) {
      .footer-section:first-child {
        padding-left: 20px;
        padding-right: 20px; } }
    .footer-section--mobile {
      margin-top: 50px; }
      @media screen and (min-width: 960px) {
        .footer-section--mobile {
          margin-top: 80px; } }
    .footer-section--desktop {
      margin-top: 30px; }
      @media screen and (max-width: 958px) {
        .footer-section--desktop {
          display: none; } }
    @media screen and (min-width: 960px) {
      .footer-section-left, .footer-section-right {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .footer-section--mobile .footer-section-left, .footer-section--mobile .footer-section-right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    @media screen and (min-width: 960px) {
      .footer-section-left {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .footer-section-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 380px;
                flex: 0 0 380px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .footer-newsletter-leadin {
    font-size: 1.125rem;
    margin-bottom: .75em; }
    @media screen and (min-width: 401px) {
      .footer-newsletter-leadin {
        font-size: 1.25rem; } }
    @media screen and (min-width: 620px) {
      .footer-newsletter-leadin {
        font-size: 1.375rem; } }
    @media screen and (min-width: 960px) {
      .footer-newsletter-leadin {
        font-size: 1.625rem; } }
  @media screen and (max-width: 958px) {
    .footer-newsletter .newsletter {
      margin: 0 auto 30px; } }
  @media screen and (max-width: 958px) {
    .footer .social_links {
      float: none;
      margin: 50px auto; } }
  @media screen and (min-width: 960px) {
    .footer-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .footer-nav-logo {
    display: inline-block;
    margin-bottom: 20px; }
    @media screen and (min-width: 960px) {
      .footer-nav-logo {
        margin: 0 10px 0 0; } }
    .footer-nav-logo path {
      -webkit-transition: fill 0.1s linear;
      transition: fill 0.1s linear; }
    .footer-nav-logo:hover path {
      fill: #f04d55; }
  @media screen and (max-width: 499px) {
    .footer-nav .navigation {
      margin-top: 15px; } }
  @media screen and (max-width: 958px) {
    .footer-nav .navigation {
      margin-bottom: 50px; } }
  @media screen and (max-width: 499px) {
    .footer-nav .navigation li {
      display: block;
      margin: 0 0 8px; } }
  @media screen and (max-width: 1019px) {
    .footer-nav .navigation a {
      font-size: 1rem; } }
  .footer-copy {
    margin-bottom: 50px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.25em; }
    @media screen and (min-width: 960px) {
      .footer-copy {
        margin: 0; } }
    @media screen and (min-width: 960px) {
      .footer-section--mobile .footer-copy {
        display: none; } }
    .footer-copy a {
      font-size: 1em;
      font-weight: bold;
      color: #f04d55; }
      .footer-copy a:hover, .footer-copy a:focus {
        color: #ec1e28; }
    .footer-copy br {
      display: block; }
  .footer-outlined {
    display: inline-block;
    margin: 0 0 15px;
    padding: 3px 8px;
    border: 1px solid white;
    font-size: 0.9375rem;
    line-height: 1.375em;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: white; }
    @media screen and (min-width: 960px) {
      .footer-outlined {
        margin: 0;
        padding: 0 15px;
        line-height: 38px; } }
    @media screen and (min-width: 1020px) {
      .footer-outlined {
        font-size: 1rem; } }
  .footer-details {
    display: block;
    margin: 0;
    font-size: 0.8125rem;
    color: white; }
    @media screen and (min-width: 960px) {
      .footer-details {
        text-align: right; } }
    @media screen and (min-width: 960px) {
      .footer-section--mobile .footer-details {
        display: none; } }

.header {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px; }
  @media screen and (min-width: 960px) {
    .header {
      padding: 35px 30px; }
      .header-container, .header-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header-container:first-of-type:after, .header-container:last-of-type:before, .header-side:first-of-type:after, .header-side:last-of-type:before {
          content: '';
          display: inline-block; }
      .header-side {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media screen and (min-width: 960px) and (max-width: 1289px) {
      .header-side {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .header-side--right {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 430px;
                  flex: 1 0 430px;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  .header-side--logo {
    display: block; }
    @media screen and (max-width: 959px) {
      .header-side--logo {
        text-align: center; } }
  @media screen and (max-width: 959px) {
    .header-side--right {
      display: none; } }
  .header-logo {
    display: inline-block;
    width: 200px;
    height: 108px; }
    @media screen and (min-width: 960px) {
      .header-logo {
        float: left; } }
    @media screen and (min-width: 960px) {
      .header-logo {
        width: 274px;
        height: 148px; } }
    .header-logo svg {
      width: 100%;
      height: auto; }
  .header-nav {
    padding: 10px 0 0 10px; }
    .header-nav li {
      margin: 0 0 0 16px; }
      .header-nav li:first-child {
        margin: 0; }

.feature {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #e9f4ff;
  color: #072b49; }
  @media screen and (min-width: 800px) {
    .feature {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top; } }
  @media screen and (max-width: 799px) {
    .feature {
      background-image: none !important; } }
  .feature-image {
    height: 500px;
    background-size: cover;
    background-position: 25% top;
    background-repeat: no-repeat; }
    @media screen and (min-width: 620px) {
      .feature-image {
        padding: 0 30px 10px; } }
    .feature-image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      max-width: 720px; }
    @media screen and (min-width: 800px) {
      .feature-image {
        display: none; } }
  .feature-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 800px) {
      .feature-container {
        height: 800px; } }
  @media screen and (min-width: 800px) {
    .feature-half {
      width: 50%; } }
  .feature-content {
    width: 50%; }
    @media screen and (max-width: 799px) {
      .feature-content {
        width: 100%; } }
    .feature-content-helper {
      width: 100%;
      max-width: 530px;
      margin: 0 auto;
      padding: 50px 20px; }
      @media screen and (min-width: 620px) {
        .feature-content-helper {
          padding: 50px 30px; } }
      @media screen and (min-width: 800px) {
        .feature-content-helper {
          margin: 0;
          padding: 115px 30px 30px 15px;
          max-width: 505px; } }
    .feature-content p {
      margin: 0 0 25px;
      font-weight: bold;
      font-size: 1.125em;
      line-height: 1.5em; }
      @media screen and (min-width: 401px) {
        .feature-content p {
          font-size: 1.25em;
          line-height: 1.5em; } }
      @media screen and (min-width: 800px) {
        .feature-content p {
          font-size: 1.375em;
          line-height: 1.6125em; } }
      .feature-content p.feature-newsletter_leadin {
        font-size: 1em;
        font-weight: normal; }
  .feature-donate {
    margin-top: 40px; }
    .feature-donate-text {
      margin-bottom: 25px;
      font-size: 1rem; }
    .feature-donate-list {
      font-size: 0; }
      .feature-donate-list-item {
        display: inline-block;
        margin-right: 10px; }
        .feature-donate-list-item:last-child {
          margin: 0; }
        .feature-donate-list-item a {
          -webkit-transition: background-color 0.1s linear, color 0.1s linear;
          transition: background-color 0.1s linear, color 0.1s linear;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 60px;
          height: 50px;
          background-color: white;
          font-size: 1.25rem;
          font-weight: bold;
          text-align: center;
          color: #f04d55; }
          @media screen and (min-width: 401px) {
            .feature-donate-list-item a {
              width: 78px;
              height: 68px;
              font-size: 1.75rem; } }
          .feature-donate-list-item a:hover {
            background-color: #f04d55;
            color: white; }
          .feature-donate-list-item a span {
            vertical-align: center; }
            .feature-donate-list-item a span sup {
              font-size: .6em; }

.form {
  max-width: 440px; }
  .form_container {
    margin: 70px 0; }
  .form input,
  .form textarea {
    margin-bottom: 25px;
    padding: 13px 20px;
    background-color: #e3ebf5;
    border: none;
    border-top: 2px solid #e3ebf5;
    border-bottom: 2px solid #e3ebf5;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: normal;
    color: #072b49; }
    .form input::-webkit-input-placeholder,
    .form textarea::-webkit-input-placeholder {
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: .025em;
      color: #072b49; }
    .form input::-moz-placeholder,
    .form textarea::-moz-placeholder {
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: .025em;
      color: #072b49; }
    .form input:-moz-placeholder,
    .form textarea:-moz-placeholder {
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: .025em;
      color: #072b49; }
    .form input:-ms-input-placeholder,
    .form textarea:-ms-input-placeholder {
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: .025em;
      color: #072b49; }
    .form input.error,
    .form textarea.error {
      border-bottom: 2px solid #f04d55; }
  .form label {
    display: none !important; }
  .form textarea {
    display: block;
    font-size: 1rem; }
  .form .submit input {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 13px 25px 14px;
    border: none;
    border-radius: 0;
    font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.025em;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    background-color: #f04d55;
    color: white;
    margin: 0;
    min-width: 175px; }
    .form .submit input:hover, .form .submit input:focus {
      background-color: #ec1e28;
      color: white; }
    @media screen and (max-width: 400px) {
      .form .submit input {
        width: 100%; } }
    .form .submit input:disabled {
      opacity: 0.3;
      pointer-events: none; }
  .form-success {
    display: none; }

.hero {
  max-width: 1440px;
  margin: 0 auto; }
  .hero-image {
    width: 100%; }

.instagram_feed {
  background-color: whitesmoke; }
  .instagram_feed-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1480px;
    margin: 0 auto;
    padding: 5px; }
    @media screen and (min-width: 768px) {
      .instagram_feed-images {
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
        padding: 5px; } }
    @media screen and (min-width: 880px) {
      .instagram_feed-images {
        padding: 10px; } }
    .instagram_feed-images-inner {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      .instagram_feed-images-inner-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .instagram_feed-images a {
      display: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      .instagram_feed-images a:nth-child(-n+2) {
        display: block; }
      @media screen and (min-width: 500px) {
        .instagram_feed-images a {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 33.33%;
                  flex: 0 1 33.33%; }
          .instagram_feed-images a:nth-child(-n+3) {
            display: block; } }
      @media screen and (min-width: 768px) {
        .instagram_feed-images a {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; }
          .instagram_feed-images a:nth-child(-n+4) {
            display: block; } }
      @media screen and (min-width: 1000px) {
        .instagram_feed-images a {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 20%;
                  flex: 0 1 20%; }
          .instagram_feed-images a:nth-child(-n+5) {
            display: block; } }
    .instagram_feed-images img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      padding: 5px; }
      @media screen and (min-width: 880px) {
        .instagram_feed-images img {
          padding: 10px; } }

.list {
  margin: 45px 0; }
  @media screen and (min-width: 401px) {
    .list {
      margin: 11.25vw 0; } }
  @media screen and (min-width: 800px) {
    .list {
      margin: 90px 0; } }
  .list-heading {
    margin: 0;
    padding-bottom: .4375em;
    font-size: 2.3125rem;
    font-weight: 700;
    color: #f04d55; }
    @media screen and (min-width: 500px) {
      .list-heading {
        font-size: 7.5vw; } }
    @media screen and (min-width: 800px) {
      .list-heading {
        font-size: 3.75rem; } }
  .list-item--accordion {
    border-top: 2px solid #e6e6e6; }
    .list-item--accordion:last-child {
      border-bottom: 2px solid #e6e6e6; }
  .list-item-heading {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1em; }
    @media screen and (min-width: 500px) {
      .list-item-heading {
        font-size: 4.5vw; } }
    @media screen and (min-width: 800px) {
      .list-item-heading {
        font-size: 2.25rem; } }
    .list-item-heading a {
      position: relative;
      display: block;
      padding: 35px 70px 35px 38px;
      color: #072b49; }
      @media screen and (min-width: 500px) {
        .list-item-heading a {
          padding-left: 48px; } }
      .list-item-heading a:hover {
        color: #f04d55; }
        .list-item-heading a:hover svg.down-arrow polygon {
          fill: #f04d55; }
      .list-item-heading a svg.ribbon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .list-item-heading a svg.down-arrow {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transition: -webkit-transform .1s ease-in-out;
        transition: -webkit-transform .1s ease-in-out;
        transition: transform .1s ease-in-out;
        transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform-origin: center;
                transform-origin: center; }
        .list-item-heading a svg.down-arrow polygon {
          -webkit-transition: fill .1s ease-in-out;
          transition: fill .1s ease-in-out;
          fill: #072b49; }
    .is-open .list-item-heading svg.down-arrow {
      -webkit-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%); }
  .list-item-hidden_content {
    display: none;
    padding-left: 38px;
    font-size: 1rem; }
    @media screen and (min-width: 500px) {
      .list-item-hidden_content {
        padding-left: 48px; } }
    @media screen and (min-width: 600px) {
      .list-item-hidden_content {
        font-size: 2.625vw; } }
    @media screen and (min-width: 800px) {
      .list-item-hidden_content {
        font-size: 1.3125rem; } }
    .is-open .list-item-hidden_content {
      display: block; }
  .list-item-content {
    position: relative;
    padding-left: 38px; }
    @media screen and (min-width: 500px) {
      .list-item-content {
        padding-left: 48px; } }
    .list-item-content svg {
      position: absolute;
      top: 5px;
      left: 0; }
    .list-item-content p {
      font-size: 1.125rem;
      line-height: 1.375em; }
      @media screen and (min-width: 500px) {
        .list-item-content p {
          font-size: 3.5vw; } }
      @media screen and (min-width: 800px) {
        .list-item-content p {
          font-size: 1.3125rem; } }

.menu {
  position: relative;
  z-index: 100;
  height: 40px;
  background: #072b49;
  text-align: center; }
  .menu-open .menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
  @media screen and (min-width: 960px) {
    .menu {
      display: none; } }
  .menu-social {
    position: absolute;
    top: 9px;
    left: 10px;
    height: 22px; }
    .menu-social-item {
      float: left;
      height: 22px;
      width: 22px;
      margin-right: 4px;
      border-radius: 3px; }
      .menu-social-item:hover {
        color: #f04d55; }
        .menu-social-item:hover svg path,
        .menu-social-item:hover svg circle {
          fill: #f04d55; }
      .menu-social-item svg path,
      .menu-social-item svg circle {
        -webkit-transition: fill 0.1s linear;
        transition: fill 0.1s linear;
        fill: white; }
      .menu-social-item--contribute, .menu-social-item--volunteer {
        width: auto;
        margin-right: 10px;
        font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: .875em;
        font-weight: 700;
        letter-spacing: .05em;
        color: white; }
        @media screen and (min-width: 401px) {
          .menu-social-item--contribute, .menu-social-item--volunteer {
            font-size: 1em; } }
      .menu-social-item--twitter {
        margin-right: 7px; }
  .menu-toggle {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 40px;
    height: 21px;
    padding: 5px; }
    .menu-toggle-line {
      position: absolute;
      top: 13px;
      right: 5px;
      left: 5px; }
      .menu-open .menu-toggle-line {
        background-color: transparent !important; }
      .menu-toggle-line, .menu-toggle-line:before, .menu-toggle-line:after {
        height: 2px;
        background-color: white; }
        .menu-animate .menu-toggle-line, .menu-animate .menu-toggle-line:before, .menu-animate .menu-toggle-line:after {
          -webkit-transition: background-color .1s linear, top .1s ease-in-out .1s, -webkit-transform .1s ease-in-out;
          transition: background-color .1s linear, top .1s ease-in-out .1s, -webkit-transform .1s ease-in-out;
          transition: background-color .1s linear, top .1s ease-in-out .1s, transform .1s ease-in-out;
          transition: background-color .1s linear, top .1s ease-in-out .1s, transform .1s ease-in-out, -webkit-transform .1s ease-in-out; }
        .menu-open .menu-toggle-line, .menu-open .menu-toggle-line:before, .menu-open .menu-toggle-line:after {
          -webkit-transition: background-color .1s linear, top .1s ease-in-out, -webkit-transform .1s ease-in-out .1s;
          transition: background-color .1s linear, top .1s ease-in-out, -webkit-transform .1s ease-in-out .1s;
          transition: background-color .1s linear, top .1s ease-in-out, transform .1s ease-in-out .1s;
          transition: background-color .1s linear, top .1s ease-in-out, transform .1s ease-in-out .1s, -webkit-transform .1s ease-in-out .1s; }
        .menu-toggle:hover .menu-toggle-line, .menu-toggle:hover .menu-toggle-line:before, .menu-toggle:hover .menu-toggle-line:after {
          background-color: #f04d55; }
      .menu-toggle-line:before, .menu-toggle-line:after {
        content: ""; }
        .menu-open .menu-toggle-line:before, .menu-open .menu-toggle-line:after {
          top: 0; }
      .menu-toggle-line:before {
        position: absolute;
        top: -7px;
        right: 0;
        left: 0; }
        .menu-open .menu-toggle-line:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .menu-toggle-line:after {
        position: absolute;
        top: 7px;
        right: 0;
        left: 0; }
        .menu-open .menu-toggle-line:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
  .menu_content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 99;
    padding: 30px 20px 30px;
    background-color: #072b49;
    border-top: 42px solid white;
    opacity: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    @media screen and (min-width: 960px) {
      .menu_content {
        display: none !important; } }
    .menu-open.menu-animate .menu_content {
      opacity: 1; }
    .menu-open .menu_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menu_content .navigation li {
      display: block;
      margin: 10px 0;
      text-align: center; }
      @media screen and (max-height: 400px) {
        .menu_content .navigation li {
          margin: 8px 0; } }
    .menu_content .navigation a {
      font-size: 1.25rem; }
      @media screen and (min-width: 401px) {
        .menu_content .navigation a {
          font-size: 1.5rem; } }
      @media screen and (min-width: 620px) {
        .menu_content .navigation a {
          font-size: 1.75rem; } }
      @media screen and (max-height: 400px) {
        .menu_content .navigation a {
          font-size: 1.125rem; } }

@media screen and (max-width: 959px) {
  body.menu-open {
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; } }

.navigation ul::after {
  clear: both;
  content: "";
  display: table; }

.navigation li {
  display: inline-block;
  margin: 0 8px; }

.navigation a {
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #072b49; }
  .footer .navigation a,
  .menu_content .navigation a {
    color: white; }
  @media screen and (min-width: 880px) {
    .navigation a {
      font-size: 1.25rem; } }
  .navigation a.active {
    color: #f04d55; }
  .navigation a:hover, .navigation a:focus {
    color: #f04d55; }

.newsletter {
  max-width: 100%; }
  @media screen and (min-width: 401px) {
    .newsletter {
      position: relative;
      max-width: 480px; } }
  @media screen and (min-width: 768px) {
    .newsletter {
      max-width: 405px; } }
  .newsletter-input[type="email"] {
    height: 48px;
    margin: 0;
    padding: 9px 20px 11px;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.25em;
    font-weight: bold;
    color: #072b49;
    outline: none; }
    @media screen and (min-width: 401px) {
      .newsletter-input[type="email"] {
        height: 52px;
        padding: 14px 140px 16px 15px;
        font-size: 1.1875em;
        text-align: left; } }
    .newsletter-input[type="email"]::-webkit-input-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-weight: bold;
      color: #072b49;
      line-height: 28px; }
      @media screen and (min-width: 401px) {
        .newsletter-input[type="email"]::-webkit-input-placeholder {
          line-height: 22px; } }
    .newsletter-input[type="email"]::-moz-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-weight: bold;
      color: #072b49;
      line-height: 28px; }
      @media screen and (min-width: 401px) {
        .newsletter-input[type="email"]::-moz-placeholder {
          line-height: 22px; } }
    .newsletter-input[type="email"]:-moz-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-weight: bold;
      color: #072b49;
      line-height: 28px; }
      @media screen and (min-width: 401px) {
        .newsletter-input[type="email"]:-moz-placeholder {
          line-height: 22px; } }
    .newsletter-input[type="email"]:-ms-input-placeholder {
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-weight: bold;
      color: #072b49;
      line-height: 28px; }
      @media screen and (min-width: 401px) {
        .newsletter-input[type="email"]:-ms-input-placeholder {
          line-height: 22px; } }
    .newsletter-input[type="email"]:hover::-webkit-input-placeholder, .newsletter-input[type="email"]:focus::-webkit-input-placeholder {
      color: rgba(7, 43, 73, 0.8); }
    .newsletter-input[type="email"]:hover::-moz-placeholder, .newsletter-input[type="email"]:focus::-moz-placeholder {
      color: rgba(7, 43, 73, 0.8); }
    .newsletter-input[type="email"]:hover:-moz-placeholder, .newsletter-input[type="email"]:focus:-moz-placeholder {
      color: rgba(7, 43, 73, 0.8); }
    .newsletter-input[type="email"]:hover:-ms-input-placeholder, .newsletter-input[type="email"]:focus:-ms-input-placeholder {
      color: rgba(7, 43, 73, 0.8); }
  .newsletter-submit {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 13px 25px 14px;
    border: none;
    border-radius: 0;
    font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.025em;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    background-color: #f04d55;
    color: white;
    width: 100%;
    height: 47px;
    margin-top: 10px;
    font-size: 1.125em; }
    .newsletter-submit:hover, .newsletter-submit:focus {
      background-color: #ec1e28;
      color: white; }
    @media screen and (max-width: 400px) {
      .newsletter-submit {
        width: 100%; } }
    .newsletter-submit:disabled {
      opacity: 0.3;
      pointer-events: none; }
    @media screen and (min-width: 401px) {
      .newsletter-submit {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: auto;
        height: auto;
        margin: 0;
        font-size: 1.1875em; } }

.next {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 50px auto; }
  @media screen and (min-width: 620px) {
    .next {
      padding: 0 30px; } }
  @media screen and (min-width: 500px) {
    .next {
      margin: 10% auto; } }
  @media screen and (min-width: 800px) {
    .next {
      margin: 80px auto; } }
  .next-heading {
    margin: 0 0 .875em;
    font-size: 2.3125rem;
    font-weight: 700;
    color: #f04d55; }
    @media screen and (min-width: 500px) {
      .next-heading {
        font-size: 7.5vw; } }
    @media screen and (min-width: 800px) {
      .next-heading {
        font-size: 3.75rem; } }
  .next-buttons {
    margin-top: 60px; }
    .next-buttons .button {
      margin-bottom: 10px; }
      @media screen and (min-width: 401px) {
        .next-buttons .button {
          display: inline-block; }
          .next-buttons .button:first-child {
            margin-right: 10px; } }

.page-heading {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 1em auto;
  font-size: 2.3125rem;
  font-weight: 700;
  color: #f04d55; }
  @media screen and (min-width: 620px) {
    .page-heading {
      padding: 0 30px; } }
  @media screen and (min-width: 500px) {
    .page-heading {
      font-size: 7.5vw; } }
  @media screen and (min-width: 800px) {
    .page-heading {
      font-size: 3.75rem; } }

.pagination {
  font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5em;
  margin: 0 auto 40px;
  max-width: 1440px;
  padding: 0;
  text-align: center; }
  .pagination a, .pagination span {
    color: #f04d55; }
    .pagination a:hover, .pagination span:hover {
      color: #ec1e28; }
  .pagination span {
    font-weight: bold; }
  .pagination-link {
    font-size: 1.375em;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px; }
  .pagination-numbers {
    font-size: 1.375em; }
  @media screen and (max-width: 800px) {
    .pagination-numbers, .pagination-all {
      margin-bottom: 20px; } }
  .pagination-all, .pagination-numbers {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px; }
    @media screen and (max-width: 800px) {
      .pagination-all, .pagination-numbers {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }

.post_widget-heading {
  margin-bottom: .5em;
  font-family: "abril-text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.6875rem;
  font-weight: 600; }
  .post_widget--event .post_widget-heading {
    margin-bottom: .9375em; }
  @media screen and (min-width: 600px) {
    .post_widget-heading {
      font-size: 4.5vw; } }
  @media screen and (min-width: 800px) {
    .post_widget-heading {
      font-size: 2.25rem; } }
  .post_widget-heading a {
    display: block;
    color: #679AC8; }
    .post_widget-heading a:hover, .post_widget-heading a:focus {
      color: #4381b9; }

.post_widget-post_date {
  margin: 0 0 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em; }
  @media screen and (min-width: 500px) {
    .post_widget-post_date {
      font-size: 1.125rem; } }

.post_widget-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px; }
  @media screen and (min-width: 500px) {
    .post_widget-details {
      margin-bottom: 5%; } }
  @media screen and (min-width: 800px) {
    .post_widget-details {
      margin-bottom: 40px; } }

.post_widget-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  margin-right: 20px;
  padding-top: 6px; }
  @media screen and (min-width: 500px) {
    .post_widget-date {
      -ms-flex-preferred-size: 11.25vw;
          flex-basis: 11.25vw; } }
  @media screen and (min-width: 800px) {
    .post_widget-date {
      -ms-flex-preferred-size: 90px;
          flex-basis: 90px; } }
  .post_widget-date-month {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em; }
    @media screen and (min-width: 500px) {
      .post_widget-date-month {
        font-size: 1.125rem; } }
  .post_widget-date-day {
    font-family: "abril-text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 2.5rem;
    line-height: .875em; }
    @media screen and (min-width: 500px) {
      .post_widget-date-day {
        font-size: 8vw; } }
    @media screen and (min-width: 800px) {
      .post_widget-date-day {
        font-size: 4rem; } }

.post_widget-excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 1rem; }
  @media screen and (min-width: 500px) {
    .post_widget-excerpt {
      font-size: 1.125rem; } }

.post_widget-image {
  width: 100%;
  max-width: 620px;
  margin: 20px 0 0; }
  @media screen and (min-width: 620px) {
    .post_widget-image {
      width: 180px;
      margin: 8px 0 0 20px; } }

.post_widget-link {
  margin-right: 25px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
  vertical-align: middle; }

.post_widget .share {
  display: inline-block; }
  .post_widget .share a {
    font-size: 0; }

.rich_text h1 {
  margin: .25em 0;
  font-size: 2.3125rem;
  font-weight: 700;
  color: #f04d55; }
  @media screen and (min-width: 500px) {
    .rich_text h1 {
      font-size: 7.5vw; } }
  @media screen and (min-width: 800px) {
    .rich_text h1 {
      font-size: 3.75rem; } }

.rich_text h2, .rich_text h3, .rich_text h4, .rich_text h5, .rich_text h6 {
  margin: 1em 0 .5em;
  font-weight: 700;
  line-height: 1.0625em; }

.rich_text h2 {
  font-size: 2.3125rem; }
  @media screen and (min-width: 500px) {
    .rich_text h2 {
      font-size: 7.5vw; } }
  @media screen and (min-width: 800px) {
    .rich_text h2 {
      font-size: 3.75rem; } }

.rich_text h3 {
  font-size: 1.875rem; }
  @media screen and (min-width: 500px) {
    .rich_text h3 {
      font-size: 6vw; } }
  @media screen and (min-width: 800px) {
    .rich_text h3 {
      font-size: 3rem; } }

.rich_text h4 {
  font-size: 1.375rem; }
  @media screen and (min-width: 500px) {
    .rich_text h4 {
      font-size: 4.5vw; } }
  @media screen and (min-width: 800px) {
    .rich_text h4 {
      font-size: 2.25rem; } }

.rich_text h5 {
  font-size: 1.1875rem; }
  @media screen and (min-width: 500px) {
    .rich_text h5 {
      font-size: 3.75vw; } }
  @media screen and (min-width: 800px) {
    .rich_text h5 {
      font-size: 1.875rem; } }

.rich_text h6 {
  font-size: 1rem; }
  @media screen and (min-width: 530px) {
    .rich_text h6 {
      font-size: 3vw; } }
  @media screen and (min-width: 800px) {
    .rich_text h6 {
      font-size: 1.5rem; } }

.rich_text blockquote {
  margin: 1.5em 0;
  padding-left: 15px;
  border-left: 4px solid #f04d55;
  font-family: "abril-text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.25em;
  color: #8395A4; }
  @media screen and (min-width: 500px) {
    .rich_text blockquote {
      padding-left: 20px;
      border-width: 6px;
      font-size: 3.75vw; } }
  @media screen and (min-width: 800px) {
    .rich_text blockquote {
      padding-left: 30px;
      font-size: 1.875rem; } }

.rich_text ul {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  list-style-type: none;
  list-style-type: disc; }
  .rich_text ul li {
    margin-bottom: .5em;
    font-size: 1em;
    line-height: 1.5em; }
  .rich_text ul > ul, .rich_text ul ol {
    margin: 0; }

.rich_text ol {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  list-style-type: none;
  list-style-type: decimal; }
  .rich_text ol li {
    margin-bottom: .5em;
    font-size: 1em;
    line-height: 1.5em; }
  .rich_text ol > ul, .rich_text ol ol {
    margin: 0; }

.rich_text .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }

.rich_text .video-container iframe,
.rich_text .video-container object,
.rich_text .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.share-facebook, .share-twitter {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .025em; }
  .share-facebook svg, .share-twitter svg {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle; }
    .share-facebook svg path, .share-twitter svg path {
      -webkit-transition: fill 0.1s linear;
      transition: fill 0.1s linear; }

.share-facebook {
  color: #3b5998; }
  .share-facebook svg path {
    fill: #3b5998; }
  .share-facebook:hover, .share-facebook:focus {
    color: #344e86; }
    .share-facebook:hover svg path, .share-facebook:focus svg path {
      fill: #344e86; }

.share-twitter {
  margin-left: 25px;
  color: #00aced; }
  .share-twitter svg path {
    fill: #00aced; }
  .share-twitter:hover, .share-twitter:focus {
    color: #0099d4; }
    .share-twitter:hover svg path, .share-twitter:focus svg path {
      fill: #0099d4; }

.social_links {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social_links-buttons {
    margin-bottom: 20px; }
  .social_links-buttons, .social_links-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .social_links-buttons, .social_links-social {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  @media screen and (min-width: 880px) {
    .social_links a {
      float: left; } }
  .social_links-facebook, .social_links-twitter, .social_links-instagram, .social_links-youtube {
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    height: 36px;
    width: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    margin: 0 5px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; }
    @media screen and (min-width: 768px) {
      .social_links-facebook, .social_links-twitter, .social_links-instagram, .social_links-youtube {
        margin: 0 0 0 15px; } }
  .social_links-facebook {
    background-image: url(/img/facebook.png); }
    @media screen and (max-width: 958px) {
      .footer .social_links-facebook {
        margin-left: 0; } }
  .social_links-twitter {
    background-image: url(/img/twitter.png); }
  .social_links-instagram {
    background-image: url(/img/instagram.png); }
  .social_links-youtube {
    background-image: url(/img/youtube.png); }
  .social_links-donate, .social_links-volunteer {
    margin: 20px 0 0;
    padding: 8px 25px 9px; }
    @media screen and (min-width: 401px) {
      .social_links-donate, .social_links-volunteer {
        margin: 0 0 0 10px; } }
    @media screen and (max-width: 439px) {
      .footer .social_links-donate, .footer .social_links-volunteer {
        width: 100%;
        margin: 10px 0 0 0; } }
  @media screen and (min-width: 768px) {
    .social_links-volunteer {
      margin-left: 22px; } }
  @media screen and (max-width: 958px) {
    .footer .social_links-volunteer {
      margin-left: 0; } }

.article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 50px auto; }
  @media screen and (min-width: 620px) {
    .article {
      padding: 0 30px; } }
  @media screen and (min-width: 500px) {
    .article {
      margin: 10% auto; } }
  @media screen and (min-width: 800px) {
    .article {
      margin: 80px auto; } }
  .article .components {
    padding: 0;
    margin-top: 30px; }
    @media screen and (min-width: 800px) {
      .article .components {
        margin-top: 40px; } }
  .article-heading-title {
    margin-bottom: .4375em;
    font-family: "abril-text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.0625em;
    color: #679AC8; }
    @media screen and (min-width: 400px) {
      .article-heading-title {
        font-size: 8.75vw; } }
    @media screen and (min-width: 800px) {
      .article-heading-title {
        font-size: 4.375rem; } }
  .article-heading-post_date {
    margin: 0 0 1.25em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25em; }
    @media screen and (min-width: 500px) {
      .article-heading-post_date {
        margin: 0 0 1.75em;
        font-size: 1.125rem; } }
  .article-heading-meta--event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
  .article-heading-meta-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    margin-right: 20px;
    padding-top: 6px; }
    @media screen and (min-width: 500px) {
      .article-heading-meta-date {
        -ms-flex-preferred-size: 11.25vw;
            flex-basis: 11.25vw; } }
    @media screen and (min-width: 800px) {
      .article-heading-meta-date {
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px; } }
    .article-heading-meta-date-month {
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1em; }
      @media screen and (min-width: 500px) {
        .article-heading-meta-date-month {
          font-size: 1.125rem; } }
    .article-heading-meta-date-day {
      font-family: "abril-text", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-size: 2.5rem;
      line-height: .875em; }
      @media screen and (min-width: 500px) {
        .article-heading-meta-date-day {
          font-size: 8vw; } }
      @media screen and (min-width: 800px) {
        .article-heading-meta-date-day {
          font-size: 4rem; } }
  .article-heading-meta-links {
    padding-top: 15px; }
  .article-heading-meta-category {
    display: inline-block;
    margin: 0 25px 5px 0;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    vertical-align: middle; }
  .article-heading-meta .share {
    display: inline-block; }
    .article-heading-meta .share a {
      margin-bottom: 5px; }
    @media screen and (max-width: 499px) {
      .article-heading-meta .share-facebook, .article-heading-meta .share-twitter {
        font-size: 0; } }
  .article-buttons {
    margin-top: 50px; }
    .article-buttons .share {
      vertical-align: top; }
      @media screen and (min-width: 401px) {
        .article-buttons .share {
          display: inline-block; } }
      .article-buttons .share-facebook, .article-buttons .share-twitter {
        margin: 0 0 10px; }
        .article-buttons .share-facebook svg, .article-buttons .share-twitter svg {
          display: none; }
      .article-buttons .share-facebook {
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 13px 25px 14px;
        border: none;
        border-radius: 0;
        font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.025em;
        line-height: normal;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
        transition: background-color .15s ease-in-out, color .15s ease-in-out;
        background-color: #f04d55;
        color: white;
        background-color: #3b5998; }
        .article-buttons .share-facebook:hover, .article-buttons .share-facebook:focus {
          background-color: #ec1e28;
          color: white; }
        @media screen and (max-width: 400px) {
          .article-buttons .share-facebook {
            width: 100%; } }
        .article-buttons .share-facebook:disabled {
          opacity: 0.3;
          pointer-events: none; }
        @media screen and (min-width: 401px) {
          .article-buttons .share-facebook {
            margin-right: 10px; } }
        .article-buttons .share-facebook:hover, .article-buttons .share-facebook:focus {
          background-color: #344e86; }
      .article-buttons .share-twitter {
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 13px 25px 14px;
        border: none;
        border-radius: 0;
        font-family: "europa", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.025em;
        line-height: normal;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
        transition: background-color .15s ease-in-out, color .15s ease-in-out;
        background-color: #f04d55;
        color: white;
        background-color: #00aced; }
        .article-buttons .share-twitter:hover, .article-buttons .share-twitter:focus {
          background-color: #ec1e28;
          color: white; }
        @media screen and (max-width: 400px) {
          .article-buttons .share-twitter {
            width: 100%; } }
        .article-buttons .share-twitter:disabled {
          opacity: 0.3;
          pointer-events: none; }
        .article-buttons .share-twitter:hover, .article-buttons .share-twitter:focus {
          background-color: #0099d4; }

.components {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 50px auto; }
  @media screen and (min-width: 620px) {
    .components {
      padding: 0 30px; } }
  @media screen and (min-width: 500px) {
    .components {
      margin: 10% auto; } }
  @media screen and (min-width: 800px) {
    .components {
      margin: 80px auto; } }
  .components-button {
    display: inline-block;
    margin: 0 10px 10px 0; }
  .components img {
    margin: 30px 0; }
    @media screen and (min-width: 500px) {
      .components img {
        margin: 6.25% auto; } }
    @media screen and (min-width: 800px) {
      .components img {
        margin: 50px auto; } }

.post-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin: 50px auto; }
  @media screen and (min-width: 620px) {
    .post-list {
      padding: 0 30px; } }
  @media screen and (min-width: 500px) {
    .post-list {
      margin: 10% auto; } }
  @media screen and (min-width: 800px) {
    .post-list {
      margin: 80px auto; } }
  .post-list-wrap {
    margin-bottom: 50px;
    border-bottom: 2px solid #e6e6e6;
    text-align: left; }
    .post-list-wrap--no_pagination {
      margin: 0;
      border: none; }
  .post-list-archive {
    display: inline-block;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
  .post-list .post_widget {
    margin-bottom: 68px; }
    @media screen and (min-width: 500px) {
      .post-list .post_widget {
        margin-bottom: 13.75%; } }
    @media screen and (min-width: 800px) {
      .post-list .post_widget {
        margin-bottom: 110px; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: white;
  color: #072b49; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%; }
  .main--border {
    border-top: 8px solid #e6e6e6; }
