@charset "UTF-8";

/** Import everything from autoload */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url(/wp-content/themes/vail-health-foundation/dist/fonts/fonts/icomoon.eot);
  src: url(/wp-content/themes/vail-health-foundation/dist/fonts/fonts/icomoon.eot) format("embedded-opentype"), url(/wp-content/themes/vail-health-foundation/dist/fonts/fonts/icomoon.ttf) format("truetype"), url(/wp-content/themes/vail-health-foundation/dist/fonts/fonts/icomoon.woff) format("woff"), url(/wp-content/themes/vail-health-foundation/dist/fonts/fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-day:before {
  content: "\E910";
}

.icon-month:before {
  content: "\E911";
}

.icon-list:before {
  content: "\E90F";
}

.icon-lock:before {
  content: "\E902";
}

.icon-search:before {
  content: "\E900";
}

.icon-envelope-circle:before {
  content: "\E901";
}

.icon-checkmark:before {
  content: "\E903";
}

.icon-arrow-circle-down:before {
  content: "\E904";
}

.icon-arrow-circle-up:before {
  content: "\E905";
}

.icon-arrow-down:before {
  content: "\E906";
}

.icon-arrow-left:before {
  content: "\E90D";
}

.icon-arrow-right:before {
  content: "\E90E";
}

.icon-arrow-up:before {
  content: "\E909";
}

.icon-envelope:before {
  content: "\E90A";
}

.icon-external:before {
  content: "\E90B";
}

.icon-nav-arrow-right:before,
.breadcrumbs__divider:before {
  content: "\E90C";
}

.icon-arrow-left1:before {
  content: "\E907";
}

.icon-arrow-right1:before {
  content: "\E908";
}

.icon-quote:before {
  content: "\E912";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-instagram:before {
  content: "\EA92";
}

.icon-twitter:before {
  content: "\EA96";
}

.icon-linkedin:before {
  content: "\EACA";
}

.icon-cancel:before {
  content: "\E913";
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

.container,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container *,
.container *:before,
.container *:after,
.container-fluid *,
.container-fluid *:before,
.container-fluid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  .container,
  .container-fluid {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.container.fill,
.container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row,
.container.fill .search .alm-reveal,
.search .container.fill .alm-reveal,
.container-fluid.fill .row,
.container-fluid.fill .search .alm-reveal,
.search .container-fluid.fill .alm-reveal {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .column,
.container-fluid.fill .column {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1500px;
}

.row,
.search .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.row.justify-center,
.search .justify-center.alm-reveal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.justify-right,
.search .justify-right.alm-reveal {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.column.xs-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column.xs-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.column.xs-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.column.xs-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column.xs-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.column.xs-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.column.xs-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.column.xs-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.column.xs-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.column.xs-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.column.xs-83 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.column.xs-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.sm-reverse,
  .search .sm-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.sm-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.sm-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.sm-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.sm-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.sm-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.sm-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.sm-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.sm-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.sm-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.sm-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.sm-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .row.md-reverse,
  .search .md-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.md-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.md-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.md-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.md-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.md-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.md-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.md-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.md-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.md-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .row.lg-reverse,
  .search .lg-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.lg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.lg-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.lg-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.lg-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.lg-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.lg-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.lg-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.lg-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.lg-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.lg-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.lg-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row.xl-reverse,
  .search .xl-reverse.alm-reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.xl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.xl-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.xl-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.xl-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.xl-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.xl-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.xl-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.xl-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.xl-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.xl-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.reveal {
  opacity: 0;
  -webkit-transform: translateY(150px);
       -o-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98);
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98);
  -o-transition: opacity 0.25s ease-in-out, -o-transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98);
  transition: opacity 0.25s ease-in-out, transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98);
  transition: opacity 0.25s ease-in-out, transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98), -o-transform 0.5s cubic-bezier(0.65, 0.05, 0.33, 0.98);
}

.reveal.revealed {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.no-js .reveal {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

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

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

body {
  font-family: "Karla", sans-serif;
  color: #292929;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
.paragraph--lead,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.list-item-card__tax,
.list-item-post__date,
.list-item-related__meta p,
.footer__nav-container .nav li,
.header__navigation li,
.header a.header__donate p,
.mobile-nav-container__donate p {
  font-family: "Rufina", serif;
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px;
}

h1.buffer,
.h1.buffer,
h2.buffer,
.h2.buffer,
.buffer.paragraph--lead,
h3.buffer,
.h3.buffer,
h4.buffer,
.h4.buffer,
h5.buffer,
.h5.buffer,
h6.buffer,
.h6.buffer,
.buffer.list-item-card__tax,
.buffer.list-item-post__date,
.list-item-related__meta p.buffer,
.footer__nav-container .nav li.buffer,
.header__navigation li.buffer,
.header a.header__donate p.buffer,
.mobile-nav-container__donate p.buffer {
  padding-top: 40px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
.paragraph--lead a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.list-item-card__tax a,
.list-item-post__date a,
.list-item-related__meta p a,
.footer__nav-container .nav li a,
.header__navigation li a,
.header a.header__donate p a,
.mobile-nav-container__donate p a {
  color: inherit;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.paragraph--lead a:hover,
.h2 a:focus,
.paragraph--lead a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.list-item-card__tax a:hover,
.list-item-post__date a:hover,
.list-item-related__meta p a:hover,
.footer__nav-container .nav li a:hover,
.header__navigation li a:hover,
.header a.header__donate p a:hover,
.mobile-nav-container__donate p a:hover,
.h6 a:focus,
.list-item-card__tax a:focus,
.list-item-post__date a:focus,
.list-item-related__meta p a:focus,
.footer__nav-container .nav li a:focus,
.header__navigation li a:focus,
.header a.header__donate p a:focus,
.mobile-nav-container__donate p a:focus {
  color: #EE4837;
}

h1 a.link--arrow:after,
.h1 a.link--arrow:after,
h2 a.link--arrow:after,
.h2 a.link--arrow:after,
.paragraph--lead a.link--arrow:after,
h3 a.link--arrow:after,
.h3 a.link--arrow:after,
h4 a.link--arrow:after,
.h4 a.link--arrow:after,
h5 a.link--arrow:after,
.h5 a.link--arrow:after,
h6 a.link--arrow:after,
.h6 a.link--arrow:after,
.list-item-card__tax a.link--arrow:after,
.list-item-post__date a.link--arrow:after,
.list-item-related__meta p a.link--arrow:after,
.footer__nav-container .nav li a.link--arrow:after,
.header__navigation li a.link--arrow:after,
.header a.header__donate p a.link--arrow:after,
.mobile-nav-container__donate p a.link--arrow:after {
  font-family: "icomoon";
  font-size: 45%;
  margin-left: 15px;
  content: "\E90E";
  color: #EE4837;
  vertical-align: middle;
}

.text-white h1 a.link--arrow,
.masthead--img-bg h1 a.link--arrow,
.mobile-nav-container__copyright h1 a.link--arrow,
.text-white
  .h1 a.link--arrow,
.masthead--img-bg
  .h1 a.link--arrow,
.mobile-nav-container__copyright
  .h1 a.link--arrow,
.text-white
  h2 a.link--arrow,
.masthead--img-bg
  h2 a.link--arrow,
.mobile-nav-container__copyright
  h2 a.link--arrow,
.text-white
  .h2 a.link--arrow,
.masthead--img-bg
  .h2 a.link--arrow,
.mobile-nav-container__copyright
  .h2 a.link--arrow,
.text-white .paragraph--lead a.link--arrow,
.masthead--img-bg .paragraph--lead a.link--arrow,
.mobile-nav-container__copyright .paragraph--lead a.link--arrow,
.text-white
  h3 a.link--arrow,
.masthead--img-bg
  h3 a.link--arrow,
.mobile-nav-container__copyright
  h3 a.link--arrow,
.text-white
  .h3 a.link--arrow,
.masthead--img-bg
  .h3 a.link--arrow,
.mobile-nav-container__copyright
  .h3 a.link--arrow,
.text-white
  h4 a.link--arrow,
.masthead--img-bg
  h4 a.link--arrow,
.mobile-nav-container__copyright
  h4 a.link--arrow,
.text-white
  .h4 a.link--arrow,
.masthead--img-bg
  .h4 a.link--arrow,
.mobile-nav-container__copyright
  .h4 a.link--arrow,
.text-white
  h5 a.link--arrow,
.masthead--img-bg
  h5 a.link--arrow,
.mobile-nav-container__copyright
  h5 a.link--arrow,
.text-white
  .h5 a.link--arrow,
.masthead--img-bg
  .h5 a.link--arrow,
.mobile-nav-container__copyright
  .h5 a.link--arrow,
.text-white
  h6 a.link--arrow,
.masthead--img-bg
  h6 a.link--arrow,
.mobile-nav-container__copyright
  h6 a.link--arrow,
.text-white
  .h6 a.link--arrow,
.masthead--img-bg
  .h6 a.link--arrow,
.mobile-nav-container__copyright
  .h6 a.link--arrow,
.text-white .list-item-card__tax a.link--arrow,
.masthead--img-bg .list-item-card__tax a.link--arrow,
.mobile-nav-container__copyright .list-item-card__tax a.link--arrow,
.text-white .list-item-post__date a.link--arrow,
.masthead--img-bg .list-item-post__date a.link--arrow,
.mobile-nav-container__copyright .list-item-post__date a.link--arrow,
.text-white .list-item-related__meta p a.link--arrow,
.list-item-related__meta .text-white p a.link--arrow,
.masthead--img-bg .list-item-related__meta p a.link--arrow,
.list-item-related__meta .masthead--img-bg p a.link--arrow,
.mobile-nav-container__copyright .list-item-related__meta p a.link--arrow,
.list-item-related__meta .mobile-nav-container__copyright p a.link--arrow,
.text-white .footer__nav-container .nav li a.link--arrow,
.footer__nav-container .nav .text-white li a.link--arrow,
.masthead--img-bg .footer__nav-container .nav li a.link--arrow,
.footer__nav-container .nav .masthead--img-bg li a.link--arrow,
.mobile-nav-container__copyright .footer__nav-container .nav li a.link--arrow,
.footer__nav-container .nav .mobile-nav-container__copyright li a.link--arrow,
.text-white .header__navigation li a.link--arrow,
.header__navigation .text-white li a.link--arrow,
.masthead--img-bg .header__navigation li a.link--arrow,
.header__navigation .masthead--img-bg li a.link--arrow,
.mobile-nav-container__copyright .header__navigation li a.link--arrow,
.header__navigation .mobile-nav-container__copyright li a.link--arrow,
.text-white .header a.header__donate p a.link--arrow,
.header a.header__donate .text-white p a.link--arrow,
.masthead--img-bg .header a.header__donate p a.link--arrow,
.header a.header__donate .masthead--img-bg p a.link--arrow,
.mobile-nav-container__copyright .header a.header__donate p a.link--arrow,
.header a.header__donate .mobile-nav-container__copyright p a.link--arrow,
.text-white .mobile-nav-container__donate p a.link--arrow,
.mobile-nav-container__donate .text-white p a.link--arrow,
.masthead--img-bg .mobile-nav-container__donate p a.link--arrow,
.mobile-nav-container__donate .masthead--img-bg p a.link--arrow,
.mobile-nav-container__copyright .mobile-nav-container__donate p a.link--arrow,
.mobile-nav-container__donate .mobile-nav-container__copyright p a.link--arrow {
  color: #fff;
}

.text-white h1 a.link--arrow:after,
.masthead--img-bg h1 a.link--arrow:after,
.mobile-nav-container__copyright h1 a.link--arrow:after,
.text-white
    .h1 a.link--arrow:after,
.masthead--img-bg
    .h1 a.link--arrow:after,
.mobile-nav-container__copyright
    .h1 a.link--arrow:after,
.text-white
    h2 a.link--arrow:after,
.masthead--img-bg
    h2 a.link--arrow:after,
.mobile-nav-container__copyright
    h2 a.link--arrow:after,
.text-white
    .h2 a.link--arrow:after,
.masthead--img-bg
    .h2 a.link--arrow:after,
.mobile-nav-container__copyright
    .h2 a.link--arrow:after,
.text-white .paragraph--lead a.link--arrow:after,
.masthead--img-bg .paragraph--lead a.link--arrow:after,
.mobile-nav-container__copyright .paragraph--lead a.link--arrow:after,
.text-white
    h3 a.link--arrow:after,
.masthead--img-bg
    h3 a.link--arrow:after,
.mobile-nav-container__copyright
    h3 a.link--arrow:after,
.text-white
    .h3 a.link--arrow:after,
.masthead--img-bg
    .h3 a.link--arrow:after,
.mobile-nav-container__copyright
    .h3 a.link--arrow:after,
.text-white
    h4 a.link--arrow:after,
.masthead--img-bg
    h4 a.link--arrow:after,
.mobile-nav-container__copyright
    h4 a.link--arrow:after,
.text-white
    .h4 a.link--arrow:after,
.masthead--img-bg
    .h4 a.link--arrow:after,
.mobile-nav-container__copyright
    .h4 a.link--arrow:after,
.text-white
    h5 a.link--arrow:after,
.masthead--img-bg
    h5 a.link--arrow:after,
.mobile-nav-container__copyright
    h5 a.link--arrow:after,
.text-white
    .h5 a.link--arrow:after,
.masthead--img-bg
    .h5 a.link--arrow:after,
.mobile-nav-container__copyright
    .h5 a.link--arrow:after,
.text-white
    h6 a.link--arrow:after,
.masthead--img-bg
    h6 a.link--arrow:after,
.mobile-nav-container__copyright
    h6 a.link--arrow:after,
.text-white
    .h6 a.link--arrow:after,
.masthead--img-bg
    .h6 a.link--arrow:after,
.mobile-nav-container__copyright
    .h6 a.link--arrow:after,
.text-white .list-item-card__tax a.link--arrow:after,
.masthead--img-bg .list-item-card__tax a.link--arrow:after,
.mobile-nav-container__copyright .list-item-card__tax a.link--arrow:after,
.text-white .list-item-post__date a.link--arrow:after,
.masthead--img-bg .list-item-post__date a.link--arrow:after,
.mobile-nav-container__copyright .list-item-post__date a.link--arrow:after,
.text-white .list-item-related__meta p a.link--arrow:after,
.list-item-related__meta .text-white p a.link--arrow:after,
.masthead--img-bg .list-item-related__meta p a.link--arrow:after,
.list-item-related__meta .masthead--img-bg p a.link--arrow:after,
.mobile-nav-container__copyright .list-item-related__meta p a.link--arrow:after,
.list-item-related__meta .mobile-nav-container__copyright p a.link--arrow:after,
.text-white .footer__nav-container .nav li a.link--arrow:after,
.footer__nav-container .nav .text-white li a.link--arrow:after,
.masthead--img-bg .footer__nav-container .nav li a.link--arrow:after,
.footer__nav-container .nav .masthead--img-bg li a.link--arrow:after,
.mobile-nav-container__copyright .footer__nav-container .nav li a.link--arrow:after,
.footer__nav-container .nav .mobile-nav-container__copyright li a.link--arrow:after,
.text-white .header__navigation li a.link--arrow:after,
.header__navigation .text-white li a.link--arrow:after,
.masthead--img-bg .header__navigation li a.link--arrow:after,
.header__navigation .masthead--img-bg li a.link--arrow:after,
.mobile-nav-container__copyright .header__navigation li a.link--arrow:after,
.header__navigation .mobile-nav-container__copyright li a.link--arrow:after,
.text-white .header a.header__donate p a.link--arrow:after,
.header a.header__donate .text-white p a.link--arrow:after,
.masthead--img-bg .header a.header__donate p a.link--arrow:after,
.header a.header__donate .masthead--img-bg p a.link--arrow:after,
.mobile-nav-container__copyright .header a.header__donate p a.link--arrow:after,
.header a.header__donate .mobile-nav-container__copyright p a.link--arrow:after,
.text-white .mobile-nav-container__donate p a.link--arrow:after,
.mobile-nav-container__donate .text-white p a.link--arrow:after,
.masthead--img-bg .mobile-nav-container__donate p a.link--arrow:after,
.mobile-nav-container__donate .masthead--img-bg p a.link--arrow:after,
.mobile-nav-container__copyright .mobile-nav-container__donate p a.link--arrow:after,
.mobile-nav-container__donate .mobile-nav-container__copyright p a.link--arrow:after {
  color: #fff;
}

.text-white h1 a.link--arrow:hover,
.masthead--img-bg h1 a.link--arrow:hover,
.mobile-nav-container__copyright h1 a.link--arrow:hover,
.text-white h1 a.link--arrow:focus,
.masthead--img-bg h1 a.link--arrow:focus,
.mobile-nav-container__copyright h1 a.link--arrow:focus,
.text-white
    .h1 a.link--arrow:hover,
.masthead--img-bg
    .h1 a.link--arrow:hover,
.mobile-nav-container__copyright
    .h1 a.link--arrow:hover,
.text-white
    .h1 a.link--arrow:focus,
.masthead--img-bg
    .h1 a.link--arrow:focus,
.mobile-nav-container__copyright
    .h1 a.link--arrow:focus,
.text-white
    h2 a.link--arrow:hover,
.masthead--img-bg
    h2 a.link--arrow:hover,
.mobile-nav-container__copyright
    h2 a.link--arrow:hover,
.text-white
    h2 a.link--arrow:focus,
.masthead--img-bg
    h2 a.link--arrow:focus,
.mobile-nav-container__copyright
    h2 a.link--arrow:focus,
.text-white
    .h2 a.link--arrow:hover,
.masthead--img-bg
    .h2 a.link--arrow:hover,
.mobile-nav-container__copyright
    .h2 a.link--arrow:hover,
.text-white .paragraph--lead a.link--arrow:hover,
.masthead--img-bg .paragraph--lead a.link--arrow:hover,
.mobile-nav-container__copyright .paragraph--lead a.link--arrow:hover,
.text-white
    .h2 a.link--arrow:focus,
.masthead--img-bg
    .h2 a.link--arrow:focus,
.mobile-nav-container__copyright
    .h2 a.link--arrow:focus,
.text-white .paragraph--lead a.link--arrow:focus,
.masthead--img-bg .paragraph--lead a.link--arrow:focus,
.mobile-nav-container__copyright .paragraph--lead a.link--arrow:focus,
.text-white
    h3 a.link--arrow:hover,
.masthead--img-bg
    h3 a.link--arrow:hover,
.mobile-nav-container__copyright
    h3 a.link--arrow:hover,
.text-white
    h3 a.link--arrow:focus,
.masthead--img-bg
    h3 a.link--arrow:focus,
.mobile-nav-container__copyright
    h3 a.link--arrow:focus,
.text-white
    .h3 a.link--arrow:hover,
.masthead--img-bg
    .h3 a.link--arrow:hover,
.mobile-nav-container__copyright
    .h3 a.link--arrow:hover,
.text-white
    .h3 a.link--arrow:focus,
.masthead--img-bg
    .h3 a.link--arrow:focus,
.mobile-nav-container__copyright
    .h3 a.link--arrow:focus,
.text-white
    h4 a.link--arrow:hover,
.masthead--img-bg
    h4 a.link--arrow:hover,
.mobile-nav-container__copyright
    h4 a.link--arrow:hover,
.text-white
    h4 a.link--arrow:focus,
.masthead--img-bg
    h4 a.link--arrow:focus,
.mobile-nav-container__copyright
    h4 a.link--arrow:focus,
.text-white
    .h4 a.link--arrow:hover,
.masthead--img-bg
    .h4 a.link--arrow:hover,
.mobile-nav-container__copyright
    .h4 a.link--arrow:hover,
.text-white
    .h4 a.link--arrow:focus,
.masthead--img-bg
    .h4 a.link--arrow:focus,
.mobile-nav-container__copyright
    .h4 a.link--arrow:focus,
.text-white
    h5 a.link--arrow:hover,
.masthead--img-bg
    h5 a.link--arrow:hover,
.mobile-nav-container__copyright
    h5 a.link--arrow:hover,
.text-white
    h5 a.link--arrow:focus,
.masthead--img-bg
    h5 a.link--arrow:focus,
.mobile-nav-container__copyright
    h5 a.link--arrow:focus,
.text-white
    .h5 a.link--arrow:hover,
.masthead--img-bg
    .h5 a.link--arrow:hover,
.mobile-nav-container__copyright
    .h5 a.link--arrow:hover,
.text-white
    .h5 a.link--arrow:focus,
.masthead--img-bg
    .h5 a.link--arrow:focus,
.mobile-nav-container__copyright
    .h5 a.link--arrow:focus,
.text-white
    h6 a.link--arrow:hover,
.masthead--img-bg
    h6 a.link--arrow:hover,
.mobile-nav-container__copyright
    h6 a.link--arrow:hover,
.text-white
    h6 a.link--arrow:focus,
.masthead--img-bg
    h6 a.link--arrow:focus,
.mobile-nav-container__copyright
    h6 a.link--arrow:focus,
.text-white
    .h6 a.link--arrow:hover,
.masthead--img-bg
    .h6 a.link--arrow:hover,
.mobile-nav-container__copyright
    .h6 a.link--arrow:hover,
.text-white .list-item-card__tax a.link--arrow:hover,
.masthead--img-bg .list-item-card__tax a.link--arrow:hover,
.mobile-nav-container__copyright .list-item-card__tax a.link--arrow:hover,
.text-white .list-item-post__date a.link--arrow:hover,
.masthead--img-bg .list-item-post__date a.link--arrow:hover,
.mobile-nav-container__copyright .list-item-post__date a.link--arrow:hover,
.text-white .list-item-related__meta p a.link--arrow:hover,
.list-item-related__meta .text-white p a.link--arrow:hover,
.masthead--img-bg .list-item-related__meta p a.link--arrow:hover,
.list-item-related__meta .masthead--img-bg p a.link--arrow:hover,
.mobile-nav-container__copyright .list-item-related__meta p a.link--arrow:hover,
.list-item-related__meta .mobile-nav-container__copyright p a.link--arrow:hover,
.text-white .footer__nav-container .nav li a.link--arrow:hover,
.footer__nav-container .nav .text-white li a.link--arrow:hover,
.masthead--img-bg .footer__nav-container .nav li a.link--arrow:hover,
.footer__nav-container .nav .masthead--img-bg li a.link--arrow:hover,
.mobile-nav-container__copyright .footer__nav-container .nav li a.link--arrow:hover,
.footer__nav-container .nav .mobile-nav-container__copyright li a.link--arrow:hover,
.text-white .header__navigation li a.link--arrow:hover,
.header__navigation .text-white li a.link--arrow:hover,
.masthead--img-bg .header__navigation li a.link--arrow:hover,
.header__navigation .masthead--img-bg li a.link--arrow:hover,
.mobile-nav-container__copyright .header__navigation li a.link--arrow:hover,
.header__navigation .mobile-nav-container__copyright li a.link--arrow:hover,
.text-white .header a.header__donate p a.link--arrow:hover,
.header a.header__donate .text-white p a.link--arrow:hover,
.masthead--img-bg .header a.header__donate p a.link--arrow:hover,
.header a.header__donate .masthead--img-bg p a.link--arrow:hover,
.mobile-nav-container__copyright .header a.header__donate p a.link--arrow:hover,
.header a.header__donate .mobile-nav-container__copyright p a.link--arrow:hover,
.text-white .mobile-nav-container__donate p a.link--arrow:hover,
.mobile-nav-container__donate .text-white p a.link--arrow:hover,
.masthead--img-bg .mobile-nav-container__donate p a.link--arrow:hover,
.mobile-nav-container__donate .masthead--img-bg p a.link--arrow:hover,
.mobile-nav-container__copyright .mobile-nav-container__donate p a.link--arrow:hover,
.mobile-nav-container__donate .mobile-nav-container__copyright p a.link--arrow:hover,
.text-white
    .h6 a.link--arrow:focus,
.masthead--img-bg
    .h6 a.link--arrow:focus,
.mobile-nav-container__copyright
    .h6 a.link--arrow:focus,
.text-white .list-item-card__tax a.link--arrow:focus,
.masthead--img-bg .list-item-card__tax a.link--arrow:focus,
.mobile-nav-container__copyright .list-item-card__tax a.link--arrow:focus,
.text-white .list-item-post__date a.link--arrow:focus,
.masthead--img-bg .list-item-post__date a.link--arrow:focus,
.mobile-nav-container__copyright .list-item-post__date a.link--arrow:focus,
.text-white .list-item-related__meta p a.link--arrow:focus,
.list-item-related__meta .text-white p a.link--arrow:focus,
.masthead--img-bg .list-item-related__meta p a.link--arrow:focus,
.list-item-related__meta .masthead--img-bg p a.link--arrow:focus,
.mobile-nav-container__copyright .list-item-related__meta p a.link--arrow:focus,
.list-item-related__meta .mobile-nav-container__copyright p a.link--arrow:focus,
.text-white .footer__nav-container .nav li a.link--arrow:focus,
.footer__nav-container .nav .text-white li a.link--arrow:focus,
.masthead--img-bg .footer__nav-container .nav li a.link--arrow:focus,
.footer__nav-container .nav .masthead--img-bg li a.link--arrow:focus,
.mobile-nav-container__copyright .footer__nav-container .nav li a.link--arrow:focus,
.footer__nav-container .nav .mobile-nav-container__copyright li a.link--arrow:focus,
.text-white .header__navigation li a.link--arrow:focus,
.header__navigation .text-white li a.link--arrow:focus,
.masthead--img-bg .header__navigation li a.link--arrow:focus,
.header__navigation .masthead--img-bg li a.link--arrow:focus,
.mobile-nav-container__copyright .header__navigation li a.link--arrow:focus,
.header__navigation .mobile-nav-container__copyright li a.link--arrow:focus,
.text-white .header a.header__donate p a.link--arrow:focus,
.header a.header__donate .text-white p a.link--arrow:focus,
.masthead--img-bg .header a.header__donate p a.link--arrow:focus,
.header a.header__donate .masthead--img-bg p a.link--arrow:focus,
.mobile-nav-container__copyright .header a.header__donate p a.link--arrow:focus,
.header a.header__donate .mobile-nav-container__copyright p a.link--arrow:focus,
.text-white .mobile-nav-container__donate p a.link--arrow:focus,
.mobile-nav-container__donate .text-white p a.link--arrow:focus,
.masthead--img-bg .mobile-nav-container__donate p a.link--arrow:focus,
.mobile-nav-container__donate .masthead--img-bg p a.link--arrow:focus,
.mobile-nav-container__copyright .mobile-nav-container__donate p a.link--arrow:focus,
.mobile-nav-container__donate .mobile-nav-container__copyright p a.link--arrow:focus {
  color: #fff;
  opacity: 0.7;
}

h1,
.h1 {
  margin-bottom: 25px;
}

h1,
.h1 {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: calc(3.20513vw + 0.84615rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}

h1,
.h1 {
  line-height: 2.375rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    line-height: calc(3.20513vw + 1.22115rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 3.625rem;
  }
}

h2,
.h2,
.paragraph--lead {
  margin-bottom: 25px;
}

h2,
.h2,
.paragraph--lead {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2,
  .paragraph--lead {
    font-size: calc(0.64103vw + 1.76923rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2,
  .paragraph--lead {
    font-size: 2.25rem;
  }
}

h2,
.h2,
.paragraph--lead {
  line-height: 2.25rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2,
  .paragraph--lead {
    line-height: calc(1.28205vw + 1.78846rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2,
  .paragraph--lead {
    line-height: 2.75rem;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 25px;
}

h4,
.h4 {
  font-family: "Karla", sans-serif;
}

h4,
.h4 {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  h4,
  .h4 {
    font-size: calc(0.64103vw + 1.14423rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}

h4,
.h4 {
  line-height: 2rem;
}

@media screen and (min-width: 576px) {
  h4,
  .h4 {
    line-height: calc(0vw + 2rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    line-height: 2rem;
  }
}

h5,
.h5 {
  font-family: "Karla", sans-serif;
}

h5,
.h5 {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  h5,
  .h5 {
    font-size: calc(0.96154vw + 0.65385rem);
  }
}

@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}

h5,
.h5 {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  h5,
  .h5 {
    line-height: calc(0.96154vw + 1.15385rem);
  }
}

@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    line-height: 1.875rem;
  }
}

h6,
.h6,
.list-item-card__tax,
.list-item-post__date,
.list-item-related__meta p,
.footer__nav-container .nav li,
.header__navigation li,
.header a.header__donate p,
.mobile-nav-container__donate p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  margin: 0;
  margin-bottom: 20px;
}

p {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  p {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 1.125rem;
  }
}

p {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  p {
    line-height: calc(0.32051vw + 1.38462rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    line-height: 1.625rem;
  }
}

a {
  color: #28A0F6;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  will-change: color, opacity;
}

a:hover,
a:focus {
  color: #28A0F6;
  text-decoration: none;
}

a.link--external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.link--external:after {
  font-family: "icomoon";
  font-size: 35%;
  margin-left: 15px;
  content: "\E90B";
}

a.link--anchor {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  background: #28A0F6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 3px;
  margin-bottom: 10px;
}

a.link--anchor:last-child {
  margin-bottom: 10px;
}

a.link--anchor:hover,
a.link--anchor:focus {
  background: #0076bd;
}

p a {
  text-decoration: underline;
}

blockquote {
  color: #0076bd;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

blockquote {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    font-size: calc(2.24359vw + 0.56731rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    font-size: 2.25rem;
  }
}

blockquote {
  line-height: 2rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    line-height: calc(1.92308vw + 1.30769rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    line-height: 2.75rem;
  }
}

blockquote p {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    font-size: calc(2.24359vw + 0.56731rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    font-size: 2.25rem;
  }
}

blockquote p {
  line-height: 2rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    line-height: calc(1.92308vw + 1.30769rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    line-height: 2.75rem;
  }
}

blockquote cite {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 5px;
  color: #292929;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 769px) {
  blockquote:before {
    font-family: "icomoon";
    content: "\E912";
    position: absolute;
    left: -50px;
    color: #292929;
    top: 35px;
  }
}

@media (min-width: 1025px) {
  blockquote:before {
    left: -85px;
    font-size: 50px;
    top: 40px;
  }
}

@media (min-width: 769px) {
  .wpb_content_element blockquote {
    padding-left: 50px;
  }

  .wpb_content_element blockquote:before {
    left: 0;
  }
}

@media (min-width: 1025px) {
  .wpb_content_element blockquote {
    padding-left: 100px;
  }
}

.main ul:not(.list-inline):not(.list-unstyled) {
  margin-top: 1em;
}

.main ul:not(.list-inline):not(.list-unstyled) ul {
  margin-top: 1em;
}

.main ul,
.main ol {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .main ul,
  .main ol {
    font-size: calc(0.32051vw + 0.75962rem);
  }
}

@media screen and (min-width: 1200px) {
  .main ul,
  .main ol {
    font-size: 1rem;
  }
}

.main ul,
.main ol {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  .main ul,
  .main ol {
    line-height: calc(0.64103vw + 1.39423rem);
  }
}

@media screen and (min-width: 1200px) {
  .main ul,
  .main ol {
    line-height: 1.875rem;
  }
}

ul.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

ul.list-inline > li {
  display: inline-block;
  margin-bottom: inherit;
  color: inherit;
}

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

figure img {
  margin-bottom: 15px;
}

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

img:before {
  display: block;
  content: attr(alt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 3px;
  padding: 5px 8px;
  background-color: #e6e6e6;
}

img[src*=".svg"] {
  width: 100%;
}

.img-cover {
  position: relative;
  overflow: hidden;
  position: relative;
}

.img-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-cover > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-cover img.portrait {
  height: auto;
  width: 100%;
}

/* Parallax Images */

@media (min-width: 769px) {
  .parallax-images {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .parallax-images {
    margin-bottom: 100px;
  }
}

@media (min-width: 769px) {
  .parallax-image {
    position: relative;
    max-width: 50%;
  }

  .parallax-image figure img {
    margin: 0;
  }

  .parallax-image--main {
    max-width: 100%;
  }

  .parallax-image--top-right {
    -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
  }

  .parallax-image--top-left {
    -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
  }

  .parallax-image--bottom-right {
    -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
  }

  .parallax-image--bottom-left {
    -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
  }

  .parallax-image--large {
    max-width: 75%;
  }

  .parallax-image--top-right {
    position: absolute;
    top: 20%;
    right: -20%;
  }

  .parallax-image--top-right.parallax-image--large {
    top: -15%;
    right: -40%;
  }

  .parallax-image--top-left {
    position: absolute;
    top: 20%;
    left: -20%;
  }

  .parallax-image--top-left.parallax-image--large {
    top: -15%;
    left: -125px;
  }

  .parallax-image--bottom-left {
    position: absolute;
    bottom: -20%;
    left: -20%;
  }

  .parallax-image--bottom-left.parallax-image--large {
    bottom: -200px;
    left: -125px;
  }

  .parallax-image--bottom-right {
    position: absolute;
    bottom: -20%;
    right: -20%;
  }

  .parallax-image--bottom-right.parallax-image--large {
    bottom: -200px;
    right: -125px;
  }
}

@media (min-width: 1025px) {
  .parallax-image--bottom-left.parallax-image--large {
    bottom: -150px;
  }

  .parallax-image--bottom-right.parallax-image--large {
    bottom: -150px;
  }
}

@media (min-width: 769px) {
  .why-give .parallax-images {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .why-give .parallax-images {
    margin-bottom: 200px;
    margin-top: 40px;
  }

  .why-give .parallax-image--bottom-left.parallax-image--large {
    bottom: -300px;
    left: -50px;
  }
}

@media (min-width: 1400px) {
  .why-give .parallax-images {
    margin-bottom: 100px;
  }

  .why-give .parallax-image--bottom-left.parallax-image--large {
    bottom: -200px;
    left: -125px;
  }
}

@media (min-width: 769px) {
  .about-us .parallax-image--top-right {
    top: 40%;
  }
}

table {
  width: 100%;
  text-align: left;
}

table th,
table td {
  padding: 8px 20px;
  border-right: 1px solid #D0D0D0;
}

table th:last-child,
table td:last-child {
  border: none;
}

table th {
  background-color: #28A0F6;
  color: #fff;
}

table tr:nth-child(even) {
  background: #F6F6F6;
}

hr {
  border: none;
  border-bottom: 2px solid #D8D8D8;
}

.vc_toggle_size_md.vc_toggle_default {
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
  padding-right: 40px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
  font-weight: normal;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0076bd;
  border: none;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  border-color: #fff;
  background-color: #fff;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  height: 14px;
  width: 4px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  width: 14px;
  height: 4px;
}

@media (min-width: 769px) {
  .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    width: 40px;
    height: 40px;
  }

  .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
    height: 18px;
    width: 4px;
  }

  .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
    width: 18px;
    height: 4px;
  }
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-left: 0;
  margin-bottom: 0;
}

.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
  visibility: visible;
}

.vc_toggle_size_md.vc_toggle_default:last-child {
  border: none;
}

.no-js .vc_toggle_content {
  display: block;
}

@media print {
  .vc_toggle_content {
    display: block;
  }
}

button,
input[type="button"],
input[type="reset"],
a.btn,
a.vc_general.vc_btn3,
#main-content .alm-btn-wrap a.alm-load-more-btn,
.list-item-card--story .btn,
.list-item-card--story .vc_general.vc_btn3,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn {
  display: inline-block;
  border: 2px solid #28A0F6;
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #28A0F6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
a.btn:after,
a.vc_general.vc_btn3:after,
#main-content .alm-btn-wrap a.alm-load-more-btn:after,
.list-item-card--story .btn:after,
.list-item-card--story .vc_general.vc_btn3:after,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:after,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:after {
  font-family: "icomoon";
  font-size: 75%;
  margin-left: 25px;
  content: "\E90E";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

@media (min-width: 769px) {
  button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  a.btn:after,
  a.vc_general.vc_btn3:after,
  #main-content .alm-btn-wrap a.alm-load-more-btn:after,
  .list-item-card--story .btn:after,
  .list-item-card--story .vc_general.vc_btn3:after,
  .list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:after,
  #main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:after {
    margin-left: 55px;
  }
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
a.btn:hover,
a.vc_general.vc_btn3:hover,
#main-content .alm-btn-wrap a.alm-load-more-btn:hover,
.list-item-card--story .btn:hover,
.list-item-card--story .vc_general.vc_btn3:hover,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:hover,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:hover,
a.btn:focus,
a.vc_general.vc_btn3:focus,
#main-content .alm-btn-wrap a.alm-load-more-btn:focus,
.list-item-card--story .btn:focus,
.list-item-card--story .vc_general.vc_btn3:focus,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:focus,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:focus {
  color: #fff;
  opacity: 1;
  outline: none;
  background-color: #0076bd;
  border-color: #0076bd;
}

button:hover:after,
button:focus:after,
input[type="button"]:hover:after,
input[type="button"]:focus:after,
input[type="reset"]:hover:after,
input[type="reset"]:focus:after,
a.btn:hover:after,
a.vc_general.vc_btn3:hover:after,
#main-content .alm-btn-wrap a.alm-load-more-btn:hover:after,
.list-item-card--story .btn:hover:after,
.list-item-card--story .vc_general.vc_btn3:hover:after,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:hover:after,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:hover:after,
a.btn:focus:after,
a.vc_general.vc_btn3:focus:after,
#main-content .alm-btn-wrap a.alm-load-more-btn:focus:after,
.list-item-card--story .btn:focus:after,
.list-item-card--story .vc_general.vc_btn3:focus:after,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:focus:after,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:focus:after {
  -webkit-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px);
}

@media (min-width: 576px) {
  button:nth-child(2),
  input[type="button"]:nth-child(2),
  input[type="reset"]:nth-child(2),
  a.btn:nth-child(2),
  a.vc_general.vc_btn3:nth-child(2),
  #main-content .alm-btn-wrap a.alm-load-more-btn:nth-child(2),
  .list-item-card--story .btn:nth-child(2),
  .list-item-card--story .vc_general.vc_btn3:nth-child(2),
  .list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:nth-child(2),
  #main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:nth-child(2) {
    margin-left: 15px;
  }
}

button.btn--red,
button.vc_general.vc_btn3.vc_btn3-color-2,
#main-content .alm-btn-wrap button.alm-load-more-btn,
input[type="button"].btn--red,
input[type="button"].vc_general.vc_btn3.vc_btn3-color-2,
#main-content .alm-btn-wrap input[type="button"].alm-load-more-btn,
input[type="reset"].btn--red,
input[type="reset"].vc_general.vc_btn3.vc_btn3-color-2,
#main-content .alm-btn-wrap input[type="reset"].alm-load-more-btn,
a.btn.btn--red,
a.btn--red.vc_general.vc_btn3,
a.vc_general.vc_btn3.vc_btn3-color-2,
.list-item-card--story .vc_general.vc_btn3.vc_btn3-color-2,
#main-content .alm-btn-wrap a.alm-load-more-btn,
.list-item-card--story .btn--red.btn,
.list-item-card--story .btn--red.vc_general.vc_btn3,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn {
  color: #EE4837;
  background-color: transparent;
  border-color: #EE4837;
}

button.btn--red:hover,
button.vc_general.vc_btn3.vc_btn3-color-2:hover,
#main-content .alm-btn-wrap button.alm-load-more-btn:hover,
button.btn--red:focus,
button.vc_general.vc_btn3.vc_btn3-color-2:focus,
#main-content .alm-btn-wrap button.alm-load-more-btn:focus,
input[type="button"].btn--red:hover,
input[type="button"].vc_general.vc_btn3.vc_btn3-color-2:hover,
#main-content .alm-btn-wrap input[type="button"].alm-load-more-btn:hover,
input[type="button"].btn--red:focus,
input[type="button"].vc_general.vc_btn3.vc_btn3-color-2:focus,
#main-content .alm-btn-wrap input[type="button"].alm-load-more-btn:focus,
input[type="reset"].btn--red:hover,
input[type="reset"].vc_general.vc_btn3.vc_btn3-color-2:hover,
#main-content .alm-btn-wrap input[type="reset"].alm-load-more-btn:hover,
input[type="reset"].btn--red:focus,
input[type="reset"].vc_general.vc_btn3.vc_btn3-color-2:focus,
#main-content .alm-btn-wrap input[type="reset"].alm-load-more-btn:focus,
a.btn.btn--red:hover,
a.btn--red.vc_general.vc_btn3:hover,
a.vc_general.vc_btn3.vc_btn3-color-2:hover,
.list-item-card--story .vc_general.vc_btn3.vc_btn3-color-2:hover,
#main-content .alm-btn-wrap a.alm-load-more-btn:hover,
.list-item-card--story .btn--red.btn:hover,
.list-item-card--story .btn--red.vc_general.vc_btn3:hover,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:hover,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:hover,
a.btn.btn--red:focus,
a.btn--red.vc_general.vc_btn3:focus,
a.vc_general.vc_btn3.vc_btn3-color-2:focus,
.list-item-card--story .vc_general.vc_btn3.vc_btn3-color-2:focus,
#main-content .alm-btn-wrap a.alm-load-more-btn:focus,
.list-item-card--story .btn--red.btn:focus,
.list-item-card--story .btn--red.vc_general.vc_btn3:focus,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn:focus,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn:focus {
  color: #fff;
  opacity: 1;
  outline: none;
  background-color: #EE4837;
  border-color: #EE4837;
}

button.btn--white,
button.vc_general.vc_btn3.vc_btn3-color-3,
input[type="button"].btn--white,
input[type="button"].vc_general.vc_btn3.vc_btn3-color-3,
input[type="reset"].btn--white,
input[type="reset"].vc_general.vc_btn3.vc_btn3-color-3,
a.btn.btn--white,
a.btn--white.vc_general.vc_btn3,
a.vc_general.vc_btn3.vc_btn3-color-3,
#main-content .alm-btn-wrap a.vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn,
.list-item-card--story .vc_general.vc_btn3.vc_btn3-color-3,
.list-item-card--story #main-content .alm-btn-wrap .vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn,
#main-content .alm-btn-wrap .list-item-card--story .vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn,
#main-content .alm-btn-wrap a.btn--white.alm-load-more-btn,
.list-item-card--story .btn--white.btn,
.list-item-card--story .btn--white.vc_general.vc_btn3,
.list-item-card--story #main-content .alm-btn-wrap .btn--white.alm-load-more-btn,
#main-content .alm-btn-wrap .list-item-card--story .btn--white.alm-load-more-btn {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

button.btn--white:hover,
button.vc_general.vc_btn3.vc_btn3-color-3:hover,
button.btn--white:focus,
button.vc_general.vc_btn3.vc_btn3-color-3:focus,
input[type="button"].btn--white:hover,
input[type="button"].vc_general.vc_btn3.vc_btn3-color-3:hover,
input[type="button"].btn--white:focus,
input[type="button"].vc_general.vc_btn3.vc_btn3-color-3:focus,
input[type="reset"].btn--white:hover,
input[type="reset"].vc_general.vc_btn3.vc_btn3-color-3:hover,
input[type="reset"].btn--white:focus,
input[type="reset"].vc_general.vc_btn3.vc_btn3-color-3:focus,
a.btn.btn--white:hover,
a.btn--white.vc_general.vc_btn3:hover,
a.vc_general.vc_btn3.vc_btn3-color-3:hover,
#main-content .alm-btn-wrap a.vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn:hover,
.list-item-card--story .vc_general.vc_btn3.vc_btn3-color-3:hover,
.list-item-card--story #main-content .alm-btn-wrap .vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn:hover,
#main-content .alm-btn-wrap .list-item-card--story .vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn:hover,
#main-content .alm-btn-wrap a.btn--white.alm-load-more-btn:hover,
.list-item-card--story .btn--white.btn:hover,
.list-item-card--story .btn--white.vc_general.vc_btn3:hover,
.list-item-card--story #main-content .alm-btn-wrap .btn--white.alm-load-more-btn:hover,
#main-content .alm-btn-wrap .list-item-card--story .btn--white.alm-load-more-btn:hover,
a.btn.btn--white:focus,
a.btn--white.vc_general.vc_btn3:focus,
a.vc_general.vc_btn3.vc_btn3-color-3:focus,
#main-content .alm-btn-wrap a.vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn:focus,
.list-item-card--story .vc_general.vc_btn3.vc_btn3-color-3:focus,
.list-item-card--story #main-content .alm-btn-wrap .vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn:focus,
#main-content .alm-btn-wrap .list-item-card--story .vc_general.vc_btn3.vc_btn3-color-3.alm-load-more-btn:focus,
#main-content .alm-btn-wrap a.btn--white.alm-load-more-btn:focus,
.list-item-card--story .btn--white.btn:focus,
.list-item-card--story .btn--white.vc_general.vc_btn3:focus,
.list-item-card--story #main-content .alm-btn-wrap .btn--white.alm-load-more-btn:focus,
#main-content .alm-btn-wrap .list-item-card--story .btn--white.alm-load-more-btn:focus {
  color: #fff;
  opacity: 1;
  outline: none;
  background-color: #fff;
  border-color: #fff;
  color: #28A0F6;
}

button.btn--external-link:after,
input[type="button"].btn--external-link:after,
input[type="reset"].btn--external-link:after,
a.btn.btn--external-link:after,
a.btn--external-link.vc_general.vc_btn3:after,
#main-content .alm-btn-wrap a.btn--external-link.alm-load-more-btn:after,
.list-item-card--story .btn--external-link.btn:after,
.list-item-card--story .btn--external-link.vc_general.vc_btn3:after,
.list-item-card--story #main-content .alm-btn-wrap .btn--external-link.alm-load-more-btn:after,
#main-content .alm-btn-wrap .list-item-card--story .btn--external-link.alm-load-more-btn:after {
  content: "\E90B";
  margin-left: 25px;
}

@media (min-width: 769px) {
  button.btn--external-link:after,
  input[type="button"].btn--external-link:after,
  input[type="reset"].btn--external-link:after,
  a.btn.btn--external-link:after,
  a.btn--external-link.vc_general.vc_btn3:after,
  #main-content .alm-btn-wrap a.btn--external-link.alm-load-more-btn:after,
  .list-item-card--story .btn--external-link.btn:after,
  .list-item-card--story .btn--external-link.vc_general.vc_btn3:after,
  .list-item-card--story #main-content .alm-btn-wrap .btn--external-link.alm-load-more-btn:after,
  #main-content .alm-btn-wrap .list-item-card--story .btn--external-link.alm-load-more-btn:after {
    margin-left: 75px;
  }
}

button.btn--external-link:hover:after,
button.btn--external-link:focus:after,
input[type="button"].btn--external-link:hover:after,
input[type="button"].btn--external-link:focus:after,
input[type="reset"].btn--external-link:hover:after,
input[type="reset"].btn--external-link:focus:after,
a.btn.btn--external-link:hover:after,
a.btn--external-link.vc_general.vc_btn3:hover:after,
#main-content .alm-btn-wrap a.btn--external-link.alm-load-more-btn:hover:after,
.list-item-card--story .btn--external-link.btn:hover:after,
.list-item-card--story .btn--external-link.vc_general.vc_btn3:hover:after,
.list-item-card--story #main-content .alm-btn-wrap .btn--external-link.alm-load-more-btn:hover:after,
#main-content .alm-btn-wrap .list-item-card--story .btn--external-link.alm-load-more-btn:hover:after,
a.btn.btn--external-link:focus:after,
a.btn--external-link.vc_general.vc_btn3:focus:after,
#main-content .alm-btn-wrap a.btn--external-link.alm-load-more-btn:focus:after,
.list-item-card--story .btn--external-link.btn:focus:after,
.list-item-card--story .btn--external-link.vc_general.vc_btn3:focus:after,
.list-item-card--story #main-content .alm-btn-wrap .btn--external-link.alm-load-more-btn:focus:after,
#main-content .alm-btn-wrap .list-item-card--story .btn--external-link.alm-load-more-btn:focus:after {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@media (min-width: 769px) {
  button.btn--large,
  button.vc_general.vc_btn3.vc_btn3-size-2,
  input[type="button"].btn--large,
  input[type="button"].vc_general.vc_btn3.vc_btn3-size-2,
  input[type="reset"].btn--large,
  input[type="reset"].vc_general.vc_btn3.vc_btn3-size-2,
  a.btn.btn--large,
  a.btn--large.vc_general.vc_btn3,
  a.vc_general.vc_btn3.vc_btn3-size-2,
  #main-content .alm-btn-wrap a.vc_general.vc_btn3.vc_btn3-size-2.alm-load-more-btn,
  .list-item-card--story .vc_general.vc_btn3.vc_btn3-size-2,
  .list-item-card--story #main-content .alm-btn-wrap .vc_general.vc_btn3.vc_btn3-size-2.alm-load-more-btn,
  #main-content .alm-btn-wrap .list-item-card--story .vc_general.vc_btn3.vc_btn3-size-2.alm-load-more-btn,
  #main-content .alm-btn-wrap a.btn--large.alm-load-more-btn,
  .list-item-card--story .btn--large.btn,
  .list-item-card--story .btn--large.vc_general.vc_btn3,
  .list-item-card--story #main-content .alm-btn-wrap .btn--large.alm-load-more-btn,
  #main-content .alm-btn-wrap .list-item-card--story .btn--large.alm-load-more-btn {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 15px 30px;
  }

  button.btn--large:after,
  button.vc_general.vc_btn3.vc_btn3-size-2:after,
  input[type="button"].btn--large:after,
  input[type="button"].vc_general.vc_btn3.vc_btn3-size-2:after,
  input[type="reset"].btn--large:after,
  input[type="reset"].vc_general.vc_btn3.vc_btn3-size-2:after,
  a.btn.btn--large:after,
  a.btn--large.vc_general.vc_btn3:after,
  a.vc_general.vc_btn3.vc_btn3-size-2:after,
  #main-content .alm-btn-wrap a.vc_general.vc_btn3.vc_btn3-size-2.alm-load-more-btn:after,
  .list-item-card--story .vc_general.vc_btn3.vc_btn3-size-2:after,
  .list-item-card--story #main-content .alm-btn-wrap .vc_general.vc_btn3.vc_btn3-size-2.alm-load-more-btn:after,
  #main-content .alm-btn-wrap .list-item-card--story .vc_general.vc_btn3.vc_btn3-size-2.alm-load-more-btn:after,
  #main-content .alm-btn-wrap a.btn--large.alm-load-more-btn:after,
  .list-item-card--story .btn--large.btn:after,
  .list-item-card--story .btn--large.vc_general.vc_btn3:after,
  .list-item-card--story #main-content .alm-btn-wrap .btn--large.alm-load-more-btn:after,
  #main-content .alm-btn-wrap .list-item-card--story .btn--large.alm-load-more-btn:after {
    font-size: 60%;
  }
}

p button,
p
  input[type="button"],
p
  input[type="reset"],
p
  a.btn,
p a.vc_general.vc_btn3,
p #main-content .alm-btn-wrap a.alm-load-more-btn,
#main-content .alm-btn-wrap p a.alm-load-more-btn,
p .list-item-card--story .btn,
.list-item-card--story p .btn,
p .list-item-card--story .vc_general.vc_btn3,
.list-item-card--story p .vc_general.vc_btn3,
p .list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn,
.list-item-card--story #main-content .alm-btn-wrap p .alm-load-more-btn,
p #main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn,
#main-content .alm-btn-wrap .list-item-card--story p .alm-load-more-btn {
  text-decoration: none;
}

button[type="submit"],
input[type="submit"] {
  display: inline-block;
  padding: 10px 15px 10px 0;
  margin-bottom: 15px;
  color: #28A0F6;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button[type="submit"]:after,
input[type="submit"]:after {
  font-family: "icomoon";
  font-size: 75%;
  margin-left: 15px;
  content: "\E90E";
  display: inline-block;
}

button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  opacity: 0.7;
  outline: none;
  background-color: transparent;
}

.vc_general.vc_btn3 {
  background-image: none;
}

.vc_general.vc_btn3:hover {
  border-width: 2px;
}

.vc_btn3-container.vc_btn3-inline {
  margin-right: 15px;
}

#main-content .ajax-load-more-wrap .alm-btn-wrap {
  text-align: center;
}

#main-content .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  border: 3px solid #EE4837;
  border-radius: 30px;
}

#main-content .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading:before {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 5px;
  border-radius: 50%;
  position: static;
  background: none !important;
}

#main-content .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

#main-content .alm-btn-wrap .alm-load-more-btn {
  height: inherit;
}

#main-content .alm-btn-wrap .alm-load-more-btn:after {
  font-family: inherit;
  font-size: 150%;
  content: "+";
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

#main-content .alm-btn-wrap .alm-load-more-btn:hover:after,
#main-content .alm-btn-wrap .alm-load-more-btn:focus:after {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.breadcrumbs {
  display: none;
  margin: 0;
  margin-bottom: 100px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  position: relative;
  z-index: 1;
}

.breadcrumbs__link {
  font-weight: bold;
  color: #292929;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #292929;
  opacity: 0.7;
}

.breadcrumbs__divider {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "icomoon";
  font-size: 50%;
}

@media (min-width: 1025px) {
  .breadcrumbs {
    display: block;
  }
}

.masthead--img-bg .breadcrumbs .breadcrumbs__link {
  color: #fff;
}

p.breadcrumbs a {
  text-decoration: none;
}

.comment-list ol {
  list-style: none;
}

.cta {
  padding: 35px;
}

.cta--border {
  border: 1px solid #28A0F6;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  background-color: transparent;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #28A0F6;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: initial;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 1px solid #28A0F6;
}

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

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAYAAAD9oDOIAAAAwklEQVRIS+2UUQ1CMQxFz3OCBHAADpCAJByAAyRgAQlIAAekpCXNg60dYR8kW7KfbT2593bbRIcxdWAyoL9PdWT6h5kugJvOVvlL4Gq11n1ZPOvGphG8Aw7ABViJGoNugZPKk80s2IBSegeeiv099Qcy4DlwrWrfPpQsuAj09n1jInAVWILKegkcAmvQT+AjsFdL0pRXhvP7F30oXpnVVoGRUoOkLHu1kVIPFutFy99Am55tVumA5hMYmeazyp7skukDKIc0IRW+tqEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  width: auto;
}

.filter--plain select {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background-position: right 10px center;
}

.filter--plain select:hover,
.filter--plain select:focus {
  border-color: #292929;
}

@media (min-width: 576px) {
  .filter--plain select {
    width: inherit;
  }
}

.search-form label {
  width: 100%;
}

.search-form label input {
  width: calc(100% - 32px);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTUgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjIgKDY3MTQ1KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJSZXNwb25zaXZlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTW9iaWxlLU5hdi0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTkuMDAwMDAwLCAtOTkzLjAwMDAwMCkiIGZpbGw9IiM0QTRBNEEiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjAwMDAwMCwgOTgwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI2MC45NzYwODcsMjIuNDgwMTA4NyBDMjYxLjUzNzQ5NywyMS41NTgwNDgzIDI2MS44MzQ0MTgsMjAuNDk5MzA4OCAyNjEuODM0MzQ4LDE5LjQxOTc4MjYgQzI2MS44MzQzNDgsMTYuMTQ5NDU2NSAyNTkuMTg4MTUyLDEzLjUwMTMwNDMgMjU1LjkxNzE3NCwxMy41IEMyNTIuNjQ5MTMsMTMuNTAwOTc4MyAyNTAsMTYuMTQ5NDU2NSAyNTAsMTkuNDE5MTMwNCBDMjUwLDIyLjY4NTg2OTYgMjUyLjY0OTQ1NywyNS4zMzQwMjE3IDI1NS45MTkxMywyNS4zMzQwMjE3IEMyNTcuMDQwODcsMjUuMzM0MDIxNyAyNTguMDg1OTc4LDI1LjAxNzA2NTIgMjU4Ljk3OTEzLDI0LjQ3NTQzNDggTDI2My4wMDQwMjIsMjguNSBMMjY1LDI2LjUwMzA0MzUgTDI2MC45NzYwODcsMjIuNDgwMTA4NyBaIE0yNTUuOTE4NDc4LDIzLjA4MDQzNDggQzI1My44OTYwODcsMjMuMDc1NTQzNSAyNTIuMjYxMDg3LDIxLjQ0MTE5NTcgMjUyLjI1NzUsMTkuNDIzMDQzNSBDMjUyLjI2MDM3MywxNy40MDIyMjY1IDI1My44OTc2NjIsMTUuNzY0NjQ1NyAyNTUuOTE4NDc4LDE1Ljc2MTQxMyBDMjU3LjkzOTg5MSwxNS43NjY2MzA0IDI1OS41NzU1NDMsMTcuNDAwOTc4MyAyNTkuNTc5NzgzLDE5LjQyMzA0MzUgQzI1OS41NzU1NDMsMjEuNDM4OTEzIDI1Ny45MzkyMzksMjMuMDc1NTQzNSAyNTUuOTE4NDc4LDIzLjA4MDQzNDggWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

@media (min-width: 769px) {
  .search-form label {
    display: inline-block;
    width: calc(100% - 125px);
  }
}

.search-form button[type='submit'] {
  width: 100%;
}

@media (min-width: 769px) {
  .search-form button[type='submit'] {
    width: auto;
  }
}

body .yikes-easy-mc-form input[type=email],
body .yikes-easy-mc-form input[type=number],
body .yikes-easy-mc-form input[type=text],
body .yikes-easy-mc-form input[type=url] {
  border-width: 1px;
  padding: 12px 16px;
  background-color: transparent;
}

body .yikes-easy-mc-form input[type=email]:focus,
body .yikes-easy-mc-form input[type=number]:focus,
body .yikes-easy-mc-form input[type=text]:focus,
body .yikes-easy-mc-form input[type=url]:focus {
  outline: none;
  border-color: #28A0F6;
}

body .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  padding-left: 0;
  margin-left: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px 16px;
  font-size: 16px;
}

.gform_wrapper select {
  padding: 12px 16px !important;
}

.post-label {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #FFF;
  background: #0076bd;
}

.post-label--patient-story {
  background-color: #EE4837;
}

.post-label--benefactor-story {
  background-color: #F0B65A;
}

.post-label--employee-story {
  background-color: #65CEA4;
}

a.post-label:hover,
a.post-label:focus {
  color: #fff;
  opacity: 0.7;
}

.promo-block {
  padding: 55px 30px;
  background: #0076bd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.promo-block--border {
  border: 1px solid #28A0F6;
  background: transparent;
  margin-bottom: 0;
  margin-right: -1px;
  margin-top: -1px;
}

.promo-block:hover,
.promo-block:focus {
  background: #28A0F6;
}

.vc-custom-promo-box.hover-promo--large {
  position: relative;
  z-index: 1;
}

.vc-custom-promo-box.hover-promo--large:before {
  padding-top: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  background-color: #0076bd;
}

@media (min-width: 769px) {
  .vc-custom-promo-box.hover-promo--large:before {
    padding-top: 67%;
  }
}

@media (min-width: 1025px) {
  .vc-custom-promo-box.hover-promo--large:before {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .vc-custom-promo-box.hover-promo--large .content {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .vc-custom-promo-box.hover-promo--large .content {
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .vc-custom-promo-box.hover-promo--large:hover .content {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .vc-custom-promo-box.hover-promo--scaled {
    -webkit-transform: scale(1.15) translateX(-60px);
         -o-transform: scale(1.15) translateX(-60px);
            transform: scale(1.15) translateX(-60px);
  }
}

.hover-promo-row {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .hover-promo-row {
    margin-bottom: 0;
  }

  .hover-promo-row:hover,
  .hover-promo-row:focus {
    z-index: 2;
  }

  .hover-promo-row:hover .vc_column-inner,
  .hover-promo-row:focus .vc_column-inner {
    z-index: 2 !important;
  }

  .hover-promo-row:hover .vc-custom-promo-box.text-fade-in .content,
  .hover-promo-row:focus .vc-custom-promo-box.text-fade-in .content {
    opacity: 1;
  }

  .hover-promo-row:hover .vc-custom-promo-box.hover-promo--large,
  .hover-promo-row:focus .vc-custom-promo-box.hover-promo--large {
    z-index: 2;
    -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.32);
  }

  .hover-promo-row:hover .vc-custom-promo-box.hover-promo--large:before,
  .hover-promo-row:focus .vc-custom-promo-box.hover-promo--large:before {
    opacity: 0.7;
    background-color: #0076bd;
  }
}

.share-story-promo {
  text-align: center;
  padding: 20px;
  border: 1px solid #28A0F6;
}

.share-story-promo h2 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .share-story-promo .row > .column,
  .share-story-promo .search .alm-reveal > .column,
  .search .share-story-promo .alm-reveal > .column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .share-story-promo .row > .column:last-child,
  .share-story-promo .search .alm-reveal > .column:last-child,
  .search .share-story-promo .alm-reveal > .column:last-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .share-story-promo {
    text-align: left;
  }
}

.share-story-promo__button {
  text-align: center;
}

@media (min-width: 1200px) {
  .share-story-promo__button {
    text-align: right;
  }
}

@media (min-width: 769px) {
  .list-item-card {
    margin-left: -29px;
    margin-right: -29px;
  }
}

.list-item-card__featured-image {
  display: block;
  position: relative;
}

.list-item-card__featured-image .img-cover:before {
  padding-top: 90%;
}

.list-item-card__label {
  position: absolute;
  top: 0;
  left: 0;
}

.list-item-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 118, 189, 0.6);
  padding: 30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.list-item-card__link a,
.list-item-card__link a.btn--external-link {
  max-width: 175px;
  margin-bottom: 0;
}

.list-item-card__link a:after,
.list-item-card__link a.btn--external-link:after {
  margin-left: 28px;
}

@media (min-width: 769px) {
  .list-item-card__link {
    background: rgba(246, 246, 246, 0.35);
  }

  .list-item-card__link a {
    opacity: 0;
    -webkit-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.list-item-card__image-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0;
}

.list-item-card__main {
  padding: 40px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #0076bd;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

@media (min-width: 769px) {
  .list-item-card__main {
    background: #fff;
    color: #292929;
  }
}

.list-item-card__tax {
  margin: 0;
  margin-bottom: 12px;
}

@media (min-width: 769px) {
  .list-item-card:hover .list-item-card__link,
  .list-item-card:focus .list-item-card__link {
    background-color: rgba(0, 118, 189, 0.6);
  }

  .list-item-card:hover .list-item-card__link a,
  .list-item-card:focus .list-item-card__link a {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .list-item-card:hover .list-item-card__main,
  .list-item-card:focus .list-item-card__main {
    background-color: #0076bd;
    color: #FFF;
  }
}

.list-item-card--story .list-item-card__main {
  padding-top: 20px;
}

.list-item-card--story .list-item-card__main p:last-child {
  margin-bottom: 0;
}

.list-item-card--story .icon-play {
  color: #0076bd;
  margin-right: 10px;
  display: inline-block;
  line-height: 1.1875rem;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list-item-card--story .btn,
.list-item-card--story .vc_general.vc_btn3,
.list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn,
#main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .list-item-card--story {
    height: 100%;
    background-color: white;
  }

  .list-item-card--story .btn,
  .list-item-card--story .vc_general.vc_btn3,
  .list-item-card--story #main-content .alm-btn-wrap .alm-load-more-btn,
  #main-content .alm-btn-wrap .list-item-card--story .alm-load-more-btn {
    opacity: 0;
    -webkit-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }

  .list-item-card--story:hover .list-item-card__link,
  .list-item-card--story:focus .list-item-card__link {
    background-color: rgba(0, 118, 189, 0.6);
  }

  .list-item-card--story:hover .list-item-card__link .btn,
  .list-item-card--story:hover .list-item-card__link .vc_general.vc_btn3,
  .list-item-card--story:hover .list-item-card__link #main-content .alm-btn-wrap .alm-load-more-btn,
  #main-content .alm-btn-wrap .list-item-card--story:hover .list-item-card__link .alm-load-more-btn,
  .list-item-card--story:focus .list-item-card__link .btn,
  .list-item-card--story:focus .list-item-card__link .vc_general.vc_btn3,
  .list-item-card--story:focus .list-item-card__link #main-content .alm-btn-wrap .alm-load-more-btn,
  #main-content .alm-btn-wrap .list-item-card--story:focus .list-item-card__link .alm-load-more-btn {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .list-item-card--story:hover .list-item-card__main,
  .list-item-card--story:focus .list-item-card__main {
    background-color: #0076bd;
    color: #FFF;
  }
}

@media (min-width: 1450px) {
  .list-item-card__link {
    position: relative;
    top: auto;
    margin-top: -102px;
  }
}

.vc_row.cards-list {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vc_row.cards-list:before {
  display: none;
}

.vc_row.cards-list .list-item-card {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.cards-list .list-item-card .vc_column-inner {
  padding-left: 1px;
  padding-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.cards-list .list-item-card .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}

.vc_row.cards-list .list-item-card .wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_row.cards-list .list-item-card .vc_figure,
.vc_row.cards-list .list-item-card .vc_single_image-wrapper {
  width: 100%;
}

.vc_row.cards-list .list-item-card img {
  margin-bottom: 0 !important;
  width: 100%;
}

.vc_row.cards-list .list-item-card__link {
  top: 0;
}

.vc_row.cards-list .list-item-card__link p {
  text-align: center;
  width: 100%;
  margin-bottom: -40px;
}

.vc_row.cards-list .list-item-card__link a {
  margin-bottom: 40px;
  display: inherit;
  margin-left: auto;
  margin-right: auto;
}

.vc_row.cards-list .list-item-card__link > .wpb_wrapper {
  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;
  height: 100%;
}

@media (min-width: 576px) {
  .vc_row.cards-list .list-item-card__link {
    top: auto;
    margin-top: -102px;
    position: relative;
  }

  .vc_row.cards-list .list-item-card__link p {
    text-align: left;
    margin-bottom: 0;
  }

  .vc_row.cards-list .list-item-card__link > .wpb_wrapper {
    display: block;
    height: auto;
  }

  .vc_row.cards-list .list-item-card__link a {
    display: inline-block;
    margin-bottom: 0;
  }

  .vc_row.cards-list .list-item-card__link a:nth-child(2) {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .vc_row.cards-list .list-item-card__link {
    top: 0;
    margin-top: 0;
    position: absolute;
    background-color: transparent;
  }

  .vc_row.cards-list .list-item-card__link > .wpb_wrapper {
    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;
    height: 100%;
  }

  .vc_row.cards-list .list-item-card__link p {
    text-align: center;
    margin-bottom: -40px;
  }

  .vc_row.cards-list .list-item-card__link a {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .vc_row.cards-list .list-item-card__link a:nth-child(2) {
    margin-left: auto;
  }
}

@media (min-width: 1450px) {
  .vc_row.cards-list .list-item-card__link {
    margin-top: -102px;
    position: relative;
    top: auto;
    background-color: rgba(246, 246, 246, 0.35);
  }

  .vc_row.cards-list .list-item-card__link > .wpb_wrapper {
    display: block;
    height: auto;
  }

  .vc_row.cards-list .list-item-card__link p {
    text-align: left;
    margin-bottom: 0;
  }

  .vc_row.cards-list .list-item-card__link a {
    display: inline-block;
    margin-bottom: 0;
  }

  .vc_row.cards-list .list-item-card__link a:nth-child(2) {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .vc_row.cards-list .list-item-card:hover .list-item-card__link,
  .vc_row.cards-list .list-item-card:focus .list-item-card__link {
    background-color: rgba(0, 118, 189, 0.6);
  }
}

@media (min-width: 1450px) {
  .vc_row.cards-list .list-item-card:hover .list-item-card__link,
  .vc_row.cards-list .list-item-card:focus .list-item-card__link {
    background-color: rgba(0, 118, 189, 0.6);
  }
}

.list-item-person {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-item-person #img {
  width: 100%;
}

.list-item-person__featured-image {
  display: block;
  position: relative;
}

.list-item-person__featured-image .img-cover:before {
  padding-top: 90%;
}

.list-item-person__link {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 118, 189, 0.6);
  padding: 30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
}

.list-item-person__link a,
.list-item-person__link a.btn--external-link {
  max-width: 175px;
  margin-bottom: 0;
}

.list-item-person__link a:after,
.list-item-person__link a.btn--external-link:after {
  margin-left: 28px;
}

@media (min-width: 769px) {
  .list-item-person__link {
    background: rgba(246, 246, 246, 0.35);
  }

  .list-item-person__link a {
    opacity: 0;
    -webkit-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.list-item-person__image-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0;
}

.list-item-person__main {
  padding: 40px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #0076bd;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

@media (min-width: 769px) {
  .list-item-person__main {
    background: #fff;
    color: #292929;
  }
}

@media (min-width: 769px) {
  .list-item-person:hover .list-item-person__link,
  .list-item-person:focus .list-item-person__link {
    background-color: rgba(0, 118, 189, 0.6);
  }

  .list-item-person:hover .list-item-person__link a,
  .list-item-person:focus .list-item-person__link a {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .list-item-person:hover .list-item-person__main,
  .list-item-person:focus .list-item-person__main {
    background-color: #0076bd;
    color: #fff;
  }
}

@media (min-width: 769px) {
  .list-item-person--board:hover .list-item-person__main,
  .list-item-person--board:focus .list-item-person__main {
    background: #fff;
    color: #292929;
  }
}

.list-item-person--story .list-item-person__main {
  padding-top: 20px;
}

@media (min-width: 1450px) {
  .list-item-person__link {
    position: relative;
    top: auto;
    margin-top: -102px;
  }
}

.vc_row.person-list {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vc_row.person-list:before {
  display: none;
}

.vc_row.person-list .list-item-person {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.person-list .list-item-person .vc_column-inner {
  padding-left: 1px;
  padding-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.person-list .list-item-person .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}

.vc_row.person-list .list-item-person .wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_row.person-list .list-item-person .vc_figure,
.vc_row.person-list .list-item-person .vc_single_image-wrapper {
  width: 100%;
}

.vc_row.person-list .list-item-person img {
  margin-bottom: 0 !important;
  width: 100%;
}

.vc_row.person-list .list-item-person__link {
  top: 0;
}

.vc_row.person-list .list-item-person__link p {
  text-align: center;
  width: 100%;
  margin-bottom: -40px;
}

.vc_row.person-list .list-item-person__link a {
  margin-bottom: 40px;
  display: inherit;
  margin-left: auto;
  margin-right: auto;
}

.vc_row.person-list .list-item-person__link > .wpb_wrapper {
  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;
  height: 100%;
}

@media (min-width: 576px) {
  .vc_row.person-list .list-item-person__link {
    top: auto;
    margin-top: -102px;
    position: relative;
  }

  .vc_row.person-list .list-item-person__link p {
    text-align: left;
    margin-bottom: 0;
  }

  .vc_row.person-list .list-item-person__link > .wpb_wrapper {
    display: block;
    height: auto;
  }

  .vc_row.person-list .list-item-person__link a {
    display: inline-block;
    margin-bottom: 0;
  }

  .vc_row.person-list .list-item-person__link a:nth-child(2) {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .vc_row.person-list .list-item-person__link {
    top: 0;
    margin-top: 0;
    position: absolute;
    background-color: transparent;
  }

  .vc_row.person-list .list-item-person__link > .wpb_wrapper {
    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;
    height: 100%;
  }

  .vc_row.person-list .list-item-person__link p {
    text-align: center;
    margin-bottom: -40px;
  }

  .vc_row.person-list .list-item-person__link a {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .vc_row.person-list .list-item-person__link a:nth-child(2) {
    margin-left: auto;
  }
}

@media (min-width: 1450px) {
  .vc_row.person-list .list-item-person__link {
    margin-top: -102px;
    position: relative;
    top: auto;
    background-color: rgba(246, 246, 246, 0.35);
  }

  .vc_row.person-list .list-item-person__link > .wpb_wrapper {
    display: block;
    height: auto;
  }

  .vc_row.person-list .list-item-person__link p {
    text-align: left;
    margin-bottom: 0;
  }

  .vc_row.person-list .list-item-person__link a {
    display: inline-block;
    margin-bottom: 0;
  }

  .vc_row.person-list .list-item-person__link a:nth-child(2) {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .vc_row.person-list .list-item-person:hover .list-item-person__link,
  .vc_row.person-list .list-item-person:focus .list-item-person__link {
    background-color: rgba(0, 118, 189, 0.6);
  }
}

@media (min-width: 1450px) {
  .vc_row.person-list .list-item-person:hover .list-item-person__link,
  .vc_row.person-list .list-item-person:focus .list-item-person__link {
    background-color: rgba(0, 118, 189, 0.6);
  }
}

.list-item-post {
  margin-bottom: 50px;
  border-bottom: 1px solid #D8D8D8;
}

.list-item-post__featured-image {
  display: block;
}

.list-item-post__featured-image .img-cover:before {
  padding-top: 67%;
}

.list-item-post__label {
  margin-bottom: 15px;
}

.list-item-post__main {
  padding-top: 20px;
}

.list-item-post__main h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-item-post__excerpt {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .list-item-post__excerpt {
    margin-bottom: 50px;
  }
}

.list-item-post__date {
  display: inline-block;
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .list-item-post__date {
    margin-bottom: 45px;
  }
}

.list-item-related {
  display: block;
  position: relative;
  background-color: #F6F6F6;
}

@media (min-width: 769px) {
  .list-item-related {
    margin-left: -29px;
    margin-right: -29px;
  }
}

.list-item-related__featured-image {
  display: block;
  position: relative;
}

.list-item-related__featured-image .img-cover:before {
  padding-top: 90%;
}

.list-item-related__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.list-item-related__main {
  padding: 100px 35px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-item-related__main h2 {
  color: #292929;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  .list-item-related__main h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .list-item-related__main h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.list-item-related__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 35px;
}

.list-item-related__meta p {
  margin: 0;
  color: #292929;
}

.list-item-related article {
  position: relative;
}

.list-item-related article:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 117, 189, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-item-related:hover .list-item-related__main h2,
.list-item-related:focus .list-item-related__main h2 {
  color: #EE4837;
}

.list-item-related.has-post-thumbnail article:before {
  opacity: 1;
}

.list-item-related.has-post-thumbnail .list-item-related__main {
  opacity: 0;
}

.list-item-related.has-post-thumbnail .list-item-related__main h2 {
  color: #FFF;
}

.list-item-related.has-post-thumbnail .list-item-related__meta p {
  color: #fff;
}

.list-item-related.has-post-thumbnail:hover article:before,
.list-item-related.has-post-thumbnail:focus article:before {
  height: 100%;
}

.list-item-related.has-post-thumbnail:hover .list-item-related__main,
.list-item-related.has-post-thumbnail:focus .list-item-related__main {
  opacity: 1;
}

.masthead-promos {
  position: relative;
}

.masthead-promo {
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 500px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 768px) and (max-height: 675px) {
  .masthead-promo {
    height: 100vh;
  }
}

@media (min-width: 1024px) and (max-height: 768px) {
  .masthead-promo {
    height: 100vh;
  }
}

@media (min-width: 769px) {
  .masthead-promo {
    min-height: 500px;
  }
}

.masthead-promo:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.3);
}

.masthead-promo > .container {
  position: relative;
}

.masthead-promo img {
  width: 20px;
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  .masthead-promo img {
    width: 60px;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .masthead-promo__button-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.masthead-promo .post-label {
  margin-bottom: 10px;
}

.masthead-promo h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 576px) {
  .masthead-promo h1 {
    font-size: calc(3.20513vw + 1.34615rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead-promo h1 {
    font-size: 3.75rem;
  }
}

.masthead-promo h1 {
  line-height: 2.75rem;
}

@media screen and (min-width: 576px) {
  .masthead-promo h1 {
    line-height: calc(3.52564vw + 1.48077rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead-promo h1 {
    line-height: 4.125rem;
  }
}

.masthead-promos-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.masthead-promos-controls .row,
.masthead-promos-controls .search .alm-reveal,
.search .masthead-promos-controls .alm-reveal {
  margin-left: -10px;
  margin-right: -10px;
}

.masthead-promos-controls .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.masthead-promos-control {
  position: relative;
  -webkit-transform: translateY(100%) translateY(-10px);
       -o-transform: translateY(100%) translateY(-10px);
          transform: translateY(100%) translateY(-10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 10px solid #0076bd;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

@media (min-width: 769px) {
  .masthead-promos-control {
    padding: 20px 15px;
  }
}

.masthead-promos-control > * {
  display: none;
  position: relative;
}

@media (min-width: 769px) {
  .masthead-promos-control > * {
    display: block;
  }
}

.masthead-promos-control__bg {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media (min-width: 769px) {
  .masthead-promos-control__bg {
    display: block;
  }
}

.masthead-promos-control--patient-story {
  border-color: #EE4837;
}

.masthead-promos-control--employee-story {
  border-color: #65CEA4;
}

.masthead-promos-control--benefactor-story {
  border-color: #F0B65A;
}

.masthead-promos-control--active,
.masthead-promos-control:hover,
.masthead-promos-control:focus {
  cursor: pointer;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  border-top-width: 37px;
}

@media (min-width: 769px) {
  .masthead-promos-control--active,
  .masthead-promos-control:hover,
  .masthead-promos-control:focus {
    border-top-width: 10px;
  }
}

.masthead-promos-control h3 {
  margin-bottom: 10px;
}

.masthead-promos-control h3 {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .masthead-promos-control h3 {
    font-size: calc(0.64103vw + 0.76923rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead-promos-control h3 {
    font-size: 1.25rem;
  }
}

.masthead-promos-control h3 {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  .masthead-promos-control h3 {
    line-height: calc(0.80128vw + 0.96154rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead-promos-control h3 {
    line-height: 1.5625rem;
  }
}

.masthead-promos-control p {
  margin-bottom: 0;
}

.icon-menu {
  width: 32px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 22px;
}

.icon-menu__line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-menu__line:first-child {
  top: 0;
}

.icon-menu__line:nth-child(2),
.icon-menu__line:nth-child(3) {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.icon-menu__line:last-child {
  bottom: 0;
}

.no-masthead .icon-menu .icon-menu__line,
.no-masthead-img .icon-menu .icon-menu__line,
.scroll-triggered .icon-menu .icon-menu__line {
  background: #292929;
}

.no-masthead .icon-menu .header--mobile-nav-open .icon-menu__line,
.no-masthead-img .icon-menu .header--mobile-nav-open .icon-menu__line,
.scroll-triggered .icon-menu .header--mobile-nav-open .icon-menu__line {
  background: #fff;
  opacity: 0;
}

.no-masthead .icon-menu .header--mobile-nav-open .icon-menu__line:nth-child(2),
.no-masthead-img .icon-menu .header--mobile-nav-open .icon-menu__line:nth-child(2),
.scroll-triggered .icon-menu .header--mobile-nav-open .icon-menu__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}

.no-masthead .icon-menu .header--mobile-nav-open .icon-menu__line:nth-child(3),
.no-masthead-img .icon-menu .header--mobile-nav-open .icon-menu__line:nth-child(3),
.scroll-triggered .icon-menu .header--mobile-nav-open .icon-menu__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}

.header--mobile-nav-open .icon-menu .icon-menu__line {
  background: #fff;
  opacity: 0;
}

.header--mobile-nav-open .icon-menu .icon-menu__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}

.header--mobile-nav-open .icon-menu .icon-menu__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}

.stats .vc_column-inner {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.stats .vc_column-inner:after {
  position: absolute;
  height: 1px;
  width: 115px;
  background-color: #D8D8D8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stats .vc_column-inner * {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .stats .vc_column-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 150px;
  }

  .stats .vc_column-inner > .wpb_wrapper {
    padding: 0 20px;
  }

  .stats .vc_column-inner:after {
    bottom: 50%;
    left: auto;
    right: 0;
    height: 115px;
    width: 1px;
    -webkit-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.stats div:last-child > div:after {
  display: none;
}

.slick-dots {
  padding: 0;
  text-align: center;
}

.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.slick-dots li.slick-active button {
  background: #292929;
  border-color: #292929;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #ACACAC;
  border-color: #ACACAC;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots button:hover,
.slick-dots button:focus {
  background: #292929;
  border-color: #292929;
}

.slick-dots button:after {
  display: none;
}

.visceral-slider .slick-slide {
  height: auto !important;
}

.et_monarch .et_social_sidebar_networks li,
.et_monarch .et_social_mobile li {
  background: transparent !important;
}

.content {
  padding-top: 40px;
}

.home .content,
.single-post .content,
.single-person .content {
  padding-top: 0;
}

#main-content {
  position: relative;
  z-index: 1;
}

#main-content:focus {
  outline: none;
}

.stories-filter-container {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.stories-filter-container a:after {
  margin-left: 35px;
}

@media (min-width: 1025px) {
  .stories-filter-container a {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .stories-filter-container a:after {
    margin-left: 65px;
  }
}

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

.stories-filter select {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .stories-filter select {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.stories-filter label[for="story_video"] {
  margin-left: 6px;
}

.stories-filter .icon-play {
  color: #0076bd;
  margin-left: 5px;
  display: inline-block;
  line-height: 1.1875rem;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 1025px) {
  .stories-filter {
    text-align: left;
  }
}

.stories-list {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  .stories-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.stories-list .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stories-list .column article {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.stories-list .no-results {
  margin-top: 225px;
}

@media (min-width: 769px) {
  .stories-list .no-results {
    margin-top: 250px;
  }
}

.stories .content,
.template-gray-background .content {
  background: #F6F6F6;
}

.stories .masthead,
.why-give .masthead,
.ways-to-give .masthead {
  padding-bottom: 350px;
}

.stories .content,
.why-give .content,
.ways-to-give .content {
  margin-top: -375px;
}

@media (min-width: 769px) {
  .stories .content,
  .why-give .content,
  .ways-to-give .content {
    margin-top: -350px;
  }
}

@media (min-width: 1025px) {
  .stories .content,
  .why-give .content,
  .ways-to-give .content {
    margin-top: -300px;
  }
}

.blog .breadcrumbs {
  margin-bottom: 35px;
}

.blog .masthead__title {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  .blog .masthead__title {
    font-size: calc(3.20513vw + 0.84615rem);
  }
}

@media screen and (min-width: 1200px) {
  .blog .masthead__title {
    font-size: 3.25rem;
  }
}

.blog .masthead__title {
  line-height: 2.375rem;
}

@media screen and (min-width: 576px) {
  .blog .masthead__title {
    line-height: calc(3.20513vw + 1.22115rem);
  }
}

@media screen and (min-width: 1200px) {
  .blog .masthead__title {
    line-height: 3.625rem;
  }
}

@media (min-width: 769px) {
  .blog .masthead .column.xs-100 {
    padding-top: 50px;
  }
}

.people-list {
  background: #F6F6F6;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .people-list .row,
  .people-list .search .alm-reveal,
  .search .people-list .alm-reveal {
    margin-left: -15px;
    margin-right: -15px;
  }

  .people-list .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 769px) {
  .row--column-gap-small .wpb_column > .vc_column-inner {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.row--column-gap-small .wpb_text_column.wpb_content_element {
  padding-right: 10px;
}

@media (min-width: 769px) {
  .row--column-gap-none .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.vc_section[data-vc-full-width] > .vc_row.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(5vw - 7.5px);
  padding-right: calc(5vw - 7.5px);
}

@media (min-width: 769px) {
  .vc_section[data-vc-full-width] > .vc_row.container {
    padding-left: calc(5vw - 15px);
    padding-right: calc(5vw - 15px);
  }
}

@media (min-width: 769px) {
  .column-switch > .vc_column_container.vc_col-sm-4 {
    left: calc(67% - 5px);
  }

  .column-switch > .vc_column_container.vc_col-sm-6 {
    left: calc(50% - 5px);
  }

  .column-switch > .vc_column_container.vc_col-sm-8 {
    left: calc(33% - 5px);
  }

  .column-switch > .vc_column_container ~ .vc_column_container {
    left: auto;
  }

  .column-switch > .vc_column_container ~ .vc_column_container.vc_col-sm-4 {
    right: calc(67% + 5px);
  }

  .column-switch > .vc_column_container ~ .vc_column_container.vc_col-sm-6 {
    right: calc(50% + 5px);
  }

  .column-switch > .vc_column_container ~ .vc_column_container.vc_col-sm-8 {
    right: calc(33% + 5px);
  }

  .column-switch.vc_column-gap-35 > .vc_column_container ~ .vc_column_container.vc_col-sm-4 {
    right: calc(67% - 17.5px);
  }

  .column-switch.vc_column-gap-35 > .vc_column_container ~ .vc_column_container.vc_col-sm-6 {
    right: calc(50% - 17.5px);
  }

  .column-switch.vc_column-gap-35 > .vc_column_container ~ .vc_column_container.vc_col-sm-8 {
    right: calc(33% - 17.5px);
  }
}

.footer__main {
  background-image: url(/wp-content/themes/vail-health-foundation/dist/images/vail-footer.jpg);
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: bottom;
  padding-top: 40px;
  padding-bottom: 320px;
}

@media (min-width: 576px) {
  .footer__main {
    background-size: 100%;
  }
}

@media (min-width: 769px) {
  .footer__main {
    background-size: 100%;
    padding-bottom: 500px;
  }
}

@media (min-width: 1025px) {
  .footer__main {
    padding-bottom: 600px;
  }
}

@media (min-width: 1700px) {
  .footer__main {
    padding-bottom: 750px;
  }
}

@media (min-width: 769px) {
  .footer__main > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  display: block;
  width: 250px;
  height: 40px;
  margin: 0 auto 15px;
}

.footer__logo svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .footer__logo {
    width: 380px;
    height: 55px;
    margin: 0 0 15px;
  }
}

.footer__logo-container {
  text-align: center;
  display: block !important;
  margin-bottom: 80px;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer__logo-container a:not(.footer__logo) {
  display: inline-block;
  color: #292929;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #292929;
}

.footer__logo-container a:not(.footer__logo):hover,
.footer__logo-container a:not(.footer__logo):focus {
  color: #0076bd;
}

.footer__logo-container p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 5px;
  display: inline-block;
}

@media screen and (min-width: 1100px) {
  .footer__logo-container p {
    margin-left: 15px;
  }
}

@media (min-width: 769px) {
  .footer__logo-container {
    float: left;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .footer__logo-container {
    margin-top: 20px;
  }
}

.footer__nav-container {
  text-align: center;
  display: block;
}

.footer__nav-container > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (min-width: 769px) {
  .footer__nav-container {
    width: 100%;
    max-width: 450px;
  }
}

@media (min-width: 1025px) {
  .footer__nav-container {
    max-width: 550px;
  }
}

.footer__nav-container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  .footer__nav-container .nav {
    text-align: left;
  }
}

.footer__nav-container .nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 12px;
}

.footer__nav-container .nav li a {
  color: #292929;
}

.footer__nav-container .nav li a:hover,
.footer__nav-container .nav li a:focus {
  color: #0076bd;
}

@media (min-width: 769px) {
  .footer__nav-container .nav {
    margin-bottom: 0;
    width: 250px;
  }
}

@media (min-width: 1025px) {
  .footer__nav-container .nav {
    width: inherit;
    min-width: 350px;
  }
}

@media (min-width: 769px) {
  .footer__nav-container {
    float: right;
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .copyright {
  display: block;
}

@media (min-width: 576px) {
  .footer .copyright {
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .footer .copyright {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .footer .copyright {
    display: inline-block;
  }
}

.sub-footer {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.email-signup-container {
  text-align: center;
}

@media (min-width: 1025px) {
  .email-signup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }

  .email-signup-container h3 {
    margin-right: 30px;
  }
}

.header {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #D0D0D0;
  min-height: 65px;
}

.header--search-open {
  background-color: #0076bd;
  border-color: #0076bd;
}

.header .container-fluid {
  padding-right: 0;
}

@media (min-width: 1025px) {
  .header {
    padding-right: 0;
    min-height: auto;
  }
}

.header a,
.header [class^="icon-"] {
  display: block;
  color: #fff;
}

.header a {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.header [class^="icon-"] {
  color: inherit;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  width: calc(100% - 200px);
  float: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 1025px) {
  .header__inner {
    padding-top: 35px;
  }
}

.header__brand {
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header__brand svg {
  display: block;
  width: 165px;
  height: 40px;
  margin: 10px 10px 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__brand svg path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (min-width: 1025px) {
  .header__brand svg {
    width: 275px;
    height: 65px;
  }
}

@media (min-width: 1025px) {
  .header__brand {
    -webkit-transform: translateY(-42px);
         -o-transform: translateY(-42px);
            transform: translateY(-42px);
  }
}

.header__navigation {
  display: none;
}

@media (min-width: 1025px) {
  .header__navigation {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .header__navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__navigation .sub-menu {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #D8D8D8;
  position: absolute;
  padding: 10px 0;
  list-style-type: none;
  z-index: 5;
  background: #fff;
  -webkit-transform: translateY(-8px);
       -o-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.1s ease-in, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.1s ease-in, -webkit-transform 0.6s ease-in-out;
  -o-transition: opacity 0.1s ease-in, -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.1s ease-in;
  transition: transform 0.6s ease-in-out, opacity 0.1s ease-in, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}

.header__navigation .sub-menu li {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__navigation .sub-menu li > a {
  color: #EE4837;
  padding: 10px 20px;
}

.header__navigation .sub-menu li > a:before {
  display: none;
}

.header__navigation .sub-menu li:hover,
.header__navigation .sub-menu li:focus {
  background: #F6F6F6;
}

.header__navigation .sub-menu li.menu-item-has-children > a:after {
  display: none;
}

.header__navigation .sub-menu li.link--external > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__navigation .sub-menu li.link--external > a:after {
  font-family: "icomoon";
  font-size: 35%;
  margin-left: 15px;
  content: "\E90B";
}

.header__navigation .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.header__navigation .menu-item:hover .sub-menu li > a {
  color: #EE4837;
}

.header__navigation li {
  padding: 20px 10px 0;
}

.header__navigation li > a {
  padding-bottom: 55px;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}

.header__navigation li > a:before {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #EE4837;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 1025px) {
  .header__navigation li {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .header__navigation li {
    margin-right: 30px;
  }
}

.header__navigation li.current-menu-item a,
.header__navigation li.current_page_ancestor a,
.header__navigation li:hover a,
.header__navigation li:focus a {
  color: #ACACAC;
}

.header__navigation li.current-menu-item a:before,
.header__navigation li.current_page_ancestor a:before,
.header__navigation li:hover a:before,
.header__navigation li:focus a:before {
  opacity: 1;
}

.header__navigation li.menu-item-has-children > a:after {
  font-family: "icomoon";
  font-size: 65%;
  margin-left: 10px;
  content: "\E90C";
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.header a.header__donate {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  background-color: #28A0F6;
  border-bottom: 1px solid #28A0F6;
  margin-bottom: -1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 1025px) {
  .header a.header__donate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 40px;
  }
}

.header a.header__donate p,
.header a.header__donate i {
  color: #fff;
}

.header a.header__donate p {
  margin: 0;
  display: inline-block;
}

.header a.header__donate i {
  margin-left: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header a.header__donate:hover,
.header a.header__donate:focus {
  background-color: #0076bd;
  border-color: #0076bd;
}

.header a.header__donate:hover i,
.header a.header__donate:focus i {
  -webkit-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px);
}

.header__search {
  display: none;
  padding-top: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__search > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.header__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__search-form input[type="text"] {
  width: 100%;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "Rufina", serif;
  text-align: right;
}

.header__search-form input[type="text"]:focus {
  outline: none;
}

.header__search-form input[type="text"]::-webkit-input-placeholder {
  color: #FFF;
}

.header__search-form input[type="text"]:-ms-input-placeholder {
  color: #FFF;
}

.header__search-form input[type="text"]::-ms-input-placeholder {
  color: #FFF;
}

.header__search-form input[type="text"]::placeholder {
  color: #FFF;
}

.header a.header__search-button {
  display: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  padding-bottom: 30px;
  margin-right: 20px;
  border: none;
  outline: none;
  background: transparent;
}

.header a.header__search-button:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.header a.header__search-button:hover,
.header a.header__search-button:focus {
  color: #ACACAC;
}

@media (min-width: 1025px) {
  .header a.header__search-button {
    display: inline-block;
  }
}

.header__search-close {
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 40px;
  margin-left: 50px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__search-close:before {
  font-size: 16px;
  font-size: 1rem;
}

.header__search-close:hover,
.header__search-close:focus {
  opacity: 0.7;
}

.header__nav-icon {
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1025px) {
  .header__nav-icon {
    display: none;
  }
}

.logged-in .header {
  margin-top: 32px;
}

.header--mobile-nav-open {
  background: #0076bd;
}

.header--mobile-nav-open .header__brand svg .cls-1 {
  fill: #fff;
}

.header--mobile-nav-open .header__brand svg .cls-2 {
  fill: #fff;
}

.no-js header.banner {
  position: absolute;
}

#skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 23px 14px;
  color: #fff;
  background: #28A0F6;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

#skip-to-content:focus,
#skip-to-content:active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/**
 * No Masthead & Scrolled
 */

.no-masthead .header,
.no-masthead-img .header,
.scroll-triggered .header {
  background-color: #fff;
}

.no-masthead .header--search-open,
.no-masthead-img .header--search-open,
.scroll-triggered .header--search-open {
  background-color: #0076bd;
  border-color: #0076bd;
}

.no-masthead .header__brand svg .cls-1,
.no-masthead-img .header__brand svg .cls-1,
.scroll-triggered .header__brand svg .cls-1 {
  fill: #0076bb;
}

.no-masthead .header__brand svg .cls-2,
.no-masthead-img .header__brand svg .cls-2,
.scroll-triggered .header__brand svg .cls-2 {
  fill: #77787b;
}

.no-masthead .header a,
.no-masthead-img .header a,
.scroll-triggered .header a {
  color: #292929;
}

.no-masthead .header--mobile-nav-open,
.no-masthead-img .header--mobile-nav-open,
.scroll-triggered .header--mobile-nav-open {
  background-color: #0076bd;
}

.no-masthead .header--mobile-nav-open .icon-menu__line,
.no-masthead-img .header--mobile-nav-open .icon-menu__line,
.scroll-triggered .header--mobile-nav-open .icon-menu__line {
  background: #fff;
  opacity: 0;
}

.no-masthead .header--mobile-nav-open .icon-menu__line:nth-child(2),
.no-masthead-img .header--mobile-nav-open .icon-menu__line:nth-child(2),
.scroll-triggered .header--mobile-nav-open .icon-menu__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}

.no-masthead .header--mobile-nav-open .icon-menu__line:nth-child(3),
.no-masthead-img .header--mobile-nav-open .icon-menu__line:nth-child(3),
.scroll-triggered .header--mobile-nav-open .icon-menu__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}

.no-masthead .header--mobile-nav-open .header__brand svg .cls-1,
.no-masthead-img .header--mobile-nav-open .header__brand svg .cls-1,
.scroll-triggered .header--mobile-nav-open .header__brand svg .cls-1 {
  fill: #fff;
}

.no-masthead .header--mobile-nav-open .header__brand svg .cls-2,
.no-masthead-img .header--mobile-nav-open .header__brand svg .cls-2,
.scroll-triggered .header--mobile-nav-open .header__brand svg .cls-2 {
  fill: #fff;
}

.no-masthead .header--mobile-nav-open,
.no-masthead-img .header--mobile-nav-open,
.scroll-triggered .header--mobile-nav-open {
  background-color: #0076bd;
}

.no-masthead .header a,
.no-masthead .header #header-search form.searchform input[type="text"],
.no-masthead-img .header a,
.no-masthead-img .header #header-search form.searchform input[type="text"],
.scroll-triggered .header a,
.scroll-triggered .header #header-search form.searchform input[type="text"] {
  color: #292929;
}

.no-masthead .header #header-search form.searchform input[type="text"]::-webkit-input-placeholder,
.no-masthead-img .header #header-search form.searchform input[type="text"]::-webkit-input-placeholder,
.scroll-triggered .header #header-search form.searchform input[type="text"]::-webkit-input-placeholder {
  color: #292929;
}

.no-masthead .header #header-search form.searchform input[type="text"]:-ms-input-placeholder,
.no-masthead-img .header #header-search form.searchform input[type="text"]:-ms-input-placeholder,
.scroll-triggered .header #header-search form.searchform input[type="text"]:-ms-input-placeholder {
  color: #292929;
}

.no-masthead .header #header-search form.searchform input[type="text"]::-ms-input-placeholder,
.no-masthead-img .header #header-search form.searchform input[type="text"]::-ms-input-placeholder,
.scroll-triggered .header #header-search form.searchform input[type="text"]::-ms-input-placeholder {
  color: #292929;
}

.no-masthead .header #header-search form.searchform input[type="text"]::placeholder,
.no-masthead-img .header #header-search form.searchform input[type="text"]::placeholder,
.scroll-triggered .header #header-search form.searchform input[type="text"]::placeholder {
  color: #292929;
}

.no-masthead .header .brand svg path,
.no-masthead-img .header .brand svg path,
.scroll-triggered .header .brand svg path {
  fill: initial;
}

.scroll-triggered .header {
  padding-top: 0;
  position: fixed;
}

@media (min-width: 1025px) {
  .scroll-triggered .header a.header__donate {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .scroll-triggered .header__inner {
    padding-top: 10px;
  }

  .scroll-triggered .header__brand {
    -webkit-transform: translateY(-38px);
         -o-transform: translateY(-38px);
            transform: translateY(-38px);
  }

  .scroll-triggered .header__brand svg {
    width: 225px;
    height: 55px;
  }

  .scroll-triggered .header__navigation li > a {
    padding-bottom: 30px;
  }

  .scroll-triggered .header__navigation .sub-menu li > a {
    color: #EE4837;
    padding: 10px 20px;
  }

  .scroll-triggered .header__search {
    padding-top: 7px;
  }

  .scroll-triggered .header__search > div {
    padding-bottom: 11px;
  }

  .scroll-triggered .header a.header__search-button {
    padding-bottom: 5px;
  }
}

.masthead {
  position: relative;
  display: block;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.masthead__overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 1;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.masthead__overlay.fade-out {
  opacity: 0;
}

.masthead__content {
  position: relative;
  z-index: 1;
}

.masthead__title,
.masthead .masthead__title p {
  font-size: 2.625rem;
}

@media screen and (min-width: 576px) {
  .masthead__title,
  .masthead .masthead__title p {
    font-size: calc(2.88462vw + 1.58654rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead__title,
  .masthead .masthead__title p {
    font-size: 3.75rem;
  }
}

.masthead__title,
.masthead .masthead__title p {
  line-height: 2.875rem;
}

@media screen and (min-width: 576px) {
  .masthead__title,
  .masthead .masthead__title p {
    line-height: calc(3.20513vw + 1.72115rem);
  }
}

@media screen and (min-width: 1200px) {
  .masthead__title,
  .masthead .masthead__title p {
    line-height: 4.125rem;
  }
}

.masthead__label {
  margin-right: 15px;
}

.masthead__tax {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.masthead__featured-image {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .masthead__featured-image {
    margin-top: 50px;
  }
}

@media (min-width: 1025px) {
  .masthead__featured-image {
    margin-top: 0;
  }
}

.masthead__featured-image .img-cover:before {
  padding-top: 67%;
}

.masthead__divider {
  position: absolute;
  top: calc(100% - 85px);
  z-index: 1;
}

.masthead--img-bg {
  min-height: 500px;
  padding-bottom: 200px;
  margin-bottom: -40px;
}

.masthead--img-bg:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.5);
  z-index: 0;
}

@media (min-width: 769px) {
  .masthead--img-bg {
    margin-bottom: 0;
  }
}

.single-story .masthead .masthead__overlay {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/**
 * Mobile Navigation
 */

#nav-toggle {
  display: none;
}

#nav-toggle:checked ~ .mobile-nav-container {
  z-index: 49;
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  -o-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  visibility: visible;
}

#nav-toggle:checked ~ .mobile-nav-container .mobile-nav > ul {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0.25s, -o-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -o-transform 0.5s ease 0s;
}

.mobile-nav-container {
  background-color: #0076bd;
  height: 100vh;
  width: 100%;
  z-index: -1;
  opacity: 0;
  top: -999999px;
  position: fixed;
  -webkit-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  -o-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  visibility: hidden;
  overflow: scroll;
  overflow-x: hidden;
}

.mobile-nav-container__donate {
  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;
  background-color: #28A0F6;
  border-bottom: 1px solid #28A0F6;
  margin-bottom: -1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 55px 40px;
}

.mobile-nav-container__donate p,
.mobile-nav-container__donate i {
  color: #fff;
}

.mobile-nav-container__donate p {
  margin: 0;
  display: inline-block;
}

.mobile-nav-container__donate i {
  margin-left: 20px;
  display: inline-block;
}

.mobile-nav-container__donate:hover,
.mobile-nav-container__donate:focus {
  background-color: #0076bd;
}

.mobile-nav-container__search {
  padding: 50px 30px 20px;
}

.mobile-nav-container__search input {
  border-color: #fff;
  color: #fff;
  margin-bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTUgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjIgKDY3MTQ1KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJSZXNwb25zaXZlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTW9iaWxlLU5hdi0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTkuMDAwMDAwLCAtOTkzLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjAwMDAwMCwgOTgwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI2MC45NzYwODcsMjIuNDgwMTA4NyBDMjYxLjUzNzQ5NywyMS41NTgwNDgzIDI2MS44MzQ0MTgsMjAuNDk5MzA4OCAyNjEuODM0MzQ4LDE5LjQxOTc4MjYgQzI2MS44MzQzNDgsMTYuMTQ5NDU2NSAyNTkuMTg4MTUyLDEzLjUwMTMwNDMgMjU1LjkxNzE3NCwxMy41IEMyNTIuNjQ5MTMsMTMuNTAwOTc4MyAyNTAsMTYuMTQ5NDU2NSAyNTAsMTkuNDE5MTMwNCBDMjUwLDIyLjY4NTg2OTYgMjUyLjY0OTQ1NywyNS4zMzQwMjE3IDI1NS45MTkxMywyNS4zMzQwMjE3IEMyNTcuMDQwODcsMjUuMzM0MDIxNyAyNTguMDg1OTc4LDI1LjAxNzA2NTIgMjU4Ljk3OTEzLDI0LjQ3NTQzNDggTDI2My4wMDQwMjIsMjguNSBMMjY1LDI2LjUwMzA0MzUgTDI2MC45NzYwODcsMjIuNDgwMTA4NyBaIE0yNTUuOTE4NDc4LDIzLjA4MDQzNDggQzI1My44OTYwODcsMjMuMDc1NTQzNSAyNTIuMjYxMDg3LDIxLjQ0MTE5NTcgMjUyLjI1NzUsMTkuNDIzMDQzNSBDMjUyLjI2MDM3MywxNy40MDIyMjY1IDI1My44OTc2NjIsMTUuNzY0NjQ1NyAyNTUuOTE4NDc4LDE1Ljc2MTQxMyBDMjU3LjkzOTg5MSwxNS43NjY2MzA0IDI1OS41NzU1NDMsMTcuNDAwOTc4MyAyNTkuNTc5NzgzLDE5LjQyMzA0MzUgQzI1OS41NzU1NDMsMjEuNDM4OTEzIDI1Ny45MzkyMzksMjMuMDc1NTQzNSAyNTUuOTE4NDc4LDIzLjA4MDQzNDggWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.mobile-nav-container__search input::-webkit-input-placeholder {
  color: #fff;
}

.mobile-nav-container__search input:-ms-input-placeholder {
  color: #fff;
}

.mobile-nav-container__search input::-ms-input-placeholder {
  color: #fff;
}

.mobile-nav-container__search input::placeholder {
  color: #fff;
}

.mobile-nav-container__copyright {
  text-align: center;
  margin-bottom: 80px;
  font-size: 12px;
  font-size: 0.75rem;
}

.mobile-nav-container__copyright a {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
  color: #fff;
}

.mobile-nav-container__copyright a:hover,
.mobile-nav-container__copyright a:focus {
  color: #0076bd;
}

.mobile-nav {
  display: block;
  color: #fff;
  text-align: left;
  padding-top: 100px;
}

.mobile-nav ul {
  width: 100%;
  margin: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 30px;
}

.mobile-nav li.menu-item-has-children {
  position: relative;
}

.mobile-nav li.menu-item-has-children i {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 30px;
  text-align: center;
  font-style: normal;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  background: #0076bd;
}

.mobile-nav li.menu-item-has-children i:before {
  content: "\E90C";
  font-family: "icomoon";
  font-size: 15px;
}

.mobile-nav li.menu-item-has-children i:hover,
.mobile-nav li.menu-item-has-children i:focus {
  cursor: pointer;
  outline: none;
}

.mobile-nav li.menu-item-has-children--open i {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.mobile-nav__menu {
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0.15s, -webkit-transform 0.5s ease 0.15s, -o-transform 0.5s ease 0.15s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.mobile-nav a {
  color: #fff;
  display: inline-block;
  line-height: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}

.mobile-nav .sub-menu {
  display: none;
}

.mobile-nav .sub-menu li {
  border: none;
  padding: 10px 0 10px 30px;
}

.mobile-nav .sub-menu a {
  color: rgba(255, 255, 255, 0.5);
}

.related-content {
  padding-top: 80px;
}

.related-content > .h6,
.related-content > .list-item-card__tax,
.related-content > .list-item-post__date,
.list-item-related__meta .related-content > p,
.footer__nav-container .nav .related-content > li,
.header__navigation .related-content > li,
.header a.header__donate .related-content > p,
.mobile-nav-container__donate .related-content > p {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .related-content .row,
  .related-content .search .alm-reveal,
  .search .related-content .alm-reveal {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/** Text meant only for screen readers */

.screen-reader-text,
body .yikes-easy-mc-form label > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.screen-reader-text:focus,
body .yikes-easy-mc-form label > span:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

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

.text-white,
.masthead--img-bg,
.mobile-nav-container__copyright {
  color: #fff;
}

.text-white p,
.masthead--img-bg p,
.mobile-nav-container__copyright p,
.text-white h1,
.masthead--img-bg h1,
.mobile-nav-container__copyright h1,
.text-white h2,
.masthead--img-bg h2,
.mobile-nav-container__copyright h2,
.text-white h3,
.masthead--img-bg h3,
.mobile-nav-container__copyright h3,
.text-white h4,
.masthead--img-bg h4,
.mobile-nav-container__copyright h4,
.text-white h5,
.masthead--img-bg h5,
.mobile-nav-container__copyright h5,
.text-white h6,
.masthead--img-bg h6,
.mobile-nav-container__copyright h6 {
  color: #fff;
}

.text-white p a:not(.btn):not(.vc_general.vc_btn3):not(#main-content .alm-btn-wrap .alm-load-more-btn),
.masthead--img-bg p a:not(.btn):not(.vc_general.vc_btn3):not(#main-content .alm-btn-wrap .alm-load-more-btn),
.mobile-nav-container__copyright p a:not(.btn):not(.vc_general.vc_btn3):not(#main-content .alm-btn-wrap .alm-load-more-btn) {
  color: #fff;
}

.text-white p a:not(.btn):not(.vc_general.vc_btn3):not(#main-content .alm-btn-wrap .alm-load-more-btn):hover,
.masthead--img-bg p a:not(.btn):not(.vc_general.vc_btn3):not(#main-content .alm-btn-wrap .alm-load-more-btn):hover,
.mobile-nav-container__copyright p a:not(.btn):not(.vc_general.vc_btn3):not(#main-content .alm-btn-wrap .alm-load-more-btn):hover {
  color: #fff;
  opacity: 0.7;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 117, 189, 0.7);
}

.overlay > * {
  position: relative;
  z-index: 1;
}

.ticker,
.vc-number-counter {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  color: #28A0F6;
}

.ticker,
.vc-number-counter {
  font-size: 3.75rem;
}

@media screen and (min-width: 576px) {
  .ticker,
  .vc-number-counter {
    font-size: calc(4.00641vw + 2.30769rem);
  }
}

@media screen and (min-width: 1200px) {
  .ticker,
  .vc-number-counter {
    font-size: 5.3125rem;
  }
}

.ticker,
.vc-number-counter {
  line-height: 3.75rem;
}

@media screen and (min-width: 576px) {
  .ticker,
  .vc-number-counter {
    line-height: calc(4.00641vw + 2.30769rem);
  }
}

@media screen and (min-width: 1200px) {
  .ticker,
  .vc-number-counter {
    line-height: 5.3125rem;
  }
}

@media (min-width: 769px) {
  .ticker,
  .vc-number-counter {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 4.6875rem;
  }
}

@media (min-width: 1025px) {
  .ticker,
  .vc-number-counter {
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}

@media (min-width: 1200px) {
  .ticker,
  .vc-number-counter {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 5.3125rem;
  }
}

@media (min-width: 769px) {
  .top-space {
    margin-top: 100px;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 20px;
  }
}

/** Captions */

/** Text meant only for screen readers */

@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }

  .no-print {
    display: none;
  }

  .text-white,
  .masthead--img-bg,
  .mobile-nav-container__copyright,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span {
    color: #000 !important;
  }

  a {
    color: #28A0F6 !important;
  }

  .full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .img-cover:before,
  .img-circle:before,
  .img-contain:before {
    display: none !important;
  }

  .img-cover img,
  .img-circle img,
  .img-contain img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(0) !important;
         -o-transform: translate(0) !important;
            transform: translate(0) !important;
    left: 0;
  }

  .img-cover .content,
  .img-circle .content,
  .img-contain .content {
    position: relative !important;
  }

  header.header {
    position: relative !important;
    border: none !important;
  }

  header.header svg path {
    fill: #000 !important;
  }

  .masthead {
    position: relative;
    display: block !important;
    min-height: 0;
    padding: 0;
  }

  .masthead__divider {
    display: none !important;
  }

  .email-signup-container {
    display: none !important;
  }

  .sub-footer {
    padding: 0 !important;
  }

  .footer__main {
    padding-bottom: 250px;
  }

  .reveal {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .related-content {
    display: none;
  }

  .list-item-card {
    max-width: 300px;
  }

  .list-item-card .img-cover img {
    max-width: 300px;
  }

  .list-item-card__link {
    display: none;
  }
}

/**
 * WP Bakery Page Builder
 */

.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/**
 * AJAX Load More
 */

.mtsnb .mtsnb-button {
  background-color: #28a0f6;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
}

.mtsnb {
  display: none;
}

.home .mtsnb {
  display: block;
}

body.has-mtsnb {
  padding-top: 0 !important;
}

.mtsnb .mtsnb-container {
  padding: 16px 60px;
}

/**
 * Search & 404
 */

.search-results-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.search-results-top h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .search-results-top .filter {
    text-align: right;
  }

  .search-results-top .filter input[type='text'] {
    text-align: left;
  }
}

.no-js .search-results-top form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-result {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
}

.search-result [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-result .wp-post-image {
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  .single-post .breadcrumbs,
  .single-person .breadcrumbs {
    margin-bottom: 60px;
  }
}

.single-post-content,
.single-person-content {
  margin-top: 120px;
}

@media (min-width: 1025px) {
  .single-post-content,
  .single-person-content {
    margin-top: 150px;
  }
}

.single-post-content__header,
.single-person-content__header {
  padding-bottom: 55px;
  border-bottom: 1px solid #D8D8D8;
}

.single-post-content__main,
.single-person-content__main {
  position: relative;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D8D8D8;
}

@media (min-width: 769px) {
  .single-post-content__main,
  .single-person-content__main {
    padding-top: 60px;
  }
}

.single-post-content__label,
.single-person-content__label {
  margin-bottom: 15px;
  margin-right: 40px;
}

.single-person-content .img-cover {
  margin-bottom: 30px;
}

.single-person-content__header-main {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.single-person-content__header-main h1 {
  margin-bottom: 15px;
}

.single-person-content__header-main p.h4 {
  margin-bottom: 30px;
}

.single-person-content__social a {
  color: #292929;
  text-decoration: none;
}

.single-person-content__social a:hover,
.single-person-content__social a:focus {
  color: #0076bd;
}

.single-person-content__social i {
  display: inline-block;
  margin-right: 15px;
  color: #0076bd;
  font-size: 24px;
  vertical-align: -3px;
}

.single-person-content__social p:last-child {
  margin-bottom: 0;
}

.single-person-content__main {
  border-bottom: none;
}

@media (min-width: 769px) {
  .stories-navigation {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.stories-navigation .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .stories-navigation .column {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.story-navigation {
  display: block;
  padding: 40px 35px;
  margin-top: 60px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.story-navigation h2 {
  position: relative;
  z-index: 1;
  color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  margin-bottom: 75px;
}

@media (min-width: 769px) {
  .story-navigation h2 {
    margin-bottom: 150px;
    opacity: 0;
  }
}

.story-navigation__link {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  color: #FFF;
}

.story-navigation:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 118, 189, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 769px) {
  .story-navigation:after {
    height: 60px;
  }
}

@media (min-width: 769px) {
  .story-navigation:hover h2,
  .story-navigation:focus h2 {
    opacity: 1;
  }

  .story-navigation:hover:after,
  .story-navigation:focus:after {
    height: 100%;
  }
}

.story-navigation--prev .story-navigation__link {
  left: 20px;
}

.story-navigation--prev .story-navigation__link:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\E90D";
  margin-right: 10px;
  font-size: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.story-navigation--prev:hover .story-navigation__link:before,
.story-navigation--prev:focus .story-navigation__link:before {
  -webkit-transform: translateX(-3px);
       -o-transform: translateX(-3px);
          transform: translateX(-3px);
}

.story-navigation--next .story-navigation__link {
  right: 20px;
}

.story-navigation--next .story-navigation__link:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\E90E";
  margin-left: 10px;
  font-size: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.story-navigation--next:hover .story-navigation__link:after,
.story-navigation--next:focus .story-navigation__link:after {
  -webkit-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px);
}

@media (min-width: 1025px) {
  .single-story .breadcrumbs {
    margin-bottom: 35px;
  }
}

.single-story .masthead__title {
  margin-top: 15px;
}

.single-story .masthead__title {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  .single-story .masthead__title {
    font-size: calc(3.20513vw + 0.84615rem);
  }
}

@media screen and (min-width: 1200px) {
  .single-story .masthead__title {
    font-size: 3.25rem;
  }
}

.single-story .masthead__title {
  line-height: 2.375rem;
}

@media screen and (min-width: 576px) {
  .single-story .masthead__title {
    line-height: calc(3.20513vw + 1.22115rem);
  }
}

@media screen and (min-width: 1200px) {
  .single-story .masthead__title {
    line-height: 3.625rem;
  }
}

@media (min-width: 769px) {
  .single-story .masthead .column.xs-100 {
    padding-top: 50px;
  }
}

.single-story .content {
  padding-top: 0;
}

body#tinymce {
  margin: 12px !important;
}


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