@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 101, ../sass/_normalize.scss */
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.
 */
/* line 114, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 132, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 170, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 211, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../sass/_normalize.scss */
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.
 */
/* line 270, ../sass/_normalize.scss */
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.
 */
/* line 284, ../sass/_normalize.scss */
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.
 */
/* line 296, ../sass/_normalize.scss */
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.
 */
/* line 308, ../sass/_normalize.scss */
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.
 */
/* line 323, ../sass/_normalize.scss */
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.
 */
/* line 333, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 343, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  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).
 */
/* line 354, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -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.
 */
/* line 367, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 376, ../sass/_normalize.scss */
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.
 */
/* line 386, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 241, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 246, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 249, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #58585a;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 262, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 265, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 270, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 273, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 274, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 280, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 285, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 286, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 287, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 288, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 289, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 290, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 291, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 297, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 300, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 310, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 313, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 59em) {
  /* Remove small grid clearing */
  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 110, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.16875em;
  line-height: 1.6;
}

/* line 115, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1;
  color: #19488d;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 144, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 151, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a {
  color: #4b8cc7;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #3b7fbe;
}
/* line 159, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 173, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00b4e5;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  line-height: 0.8125em;
}
/* line 191, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #7fe4ff;
  line-height: 0;
}

/* line 198, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 199, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1em;
}

/* line 200, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 0.8125em;
}

/* line 201, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.6875em;
}

/* line 202, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1em;
}

/* line 203, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 233, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 242, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 250, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
/* line 258, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 267, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 270, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 271, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 272, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 273, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 280, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 289, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 293, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 298, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #58585a;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 305, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 310, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
/* line 315, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #4cd9ff;
}
/* line 319, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 324, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #4cd9ff;
}

/* line 330, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #7fe4ff;
}

/* Microformats */
/* line 336, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
/* line 342, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 346, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 353, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 355, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 59em) {
  /* line 366, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }

  /* line 367, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 368, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.625em;
  }

  /* line 369, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.125em;
  }

  /* line 370, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 381, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 383, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 391, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 392, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 394, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 402, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 407, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 410, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 412, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 418, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 424, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 426, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 427, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 428, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 429, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Flex Video */
/* line 44, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 26, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 32, ../../../../.rvm/gems/ruby-2.4.5/gems/zurb-foundation-4.2.2/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/_util.scss */
.rel {
  position: relative;
}

/* line 4, ../sass/_util.scss */
.text-center {
  text-align: center;
}

/* line 7, ../sass/_util.scss */
.ovfl-h {
  overflow: hidden;
}

/* line 10, ../sass/_util.scss */
.clear {
  clear: both;
}

/* line 13, ../sass/_util.scss */
.u-fullheight {
  height: 100%;
}

/* line 16, ../sass/_util.scss */
.group:after, .nav__head:after, .resource-listing__item--featured:after, .take-action-tall:after, .take-action-tall--family:after, .take-action-tall--donor:after, .take-action-tall--provider:after, .take-action-wide:after, .take-action-wide--family:after, .take-action-wide--donor:after, .take-action-wide--provider:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, ../sass/_util.scss */
.u-rwd-iframe {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 29, ../sass/_util.scss */
.u-rwd-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 38, ../sass/_util.scss */
.hidden {
  display: none;
}

/* line 42, ../sass/_util.scss */
.u-expand {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 48, ../sass/_util.scss */
.break {
  display: block;
}

@media (min-width: 39em) {
  /* line 51, ../sass/_util.scss */
  .break-md {
    display: block;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .break-md {
  display: block;
}

@media (min-width: 59em) {
  /* line 56, ../sass/_util.scss */
  .inline-lg {
    display: inline;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .inline-lg {
  display: inline;
}

@media (min-width: 79em) {
  /* line 61, ../sass/_util.scss */
  .break-xl {
    display: block;
  }
}

/* line 66, ../sass/_util.scss */
.primary-lighter {
  color: #00b4e5;
}

/* line 69, ../sass/_util.scss */
.primary-lightest {
  color: #9bcbea;
}

/* line 72, ../sass/_util.scss */
.nowrap {
  white-space: nowrap;
}

/* line 95, ../sass/_util.scss */
.flat-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* line 99, ../sass/_util.scss */
.u-img, .u-img--left, .u-img--right {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 39em) {
  /* line 99, ../sass/_util.scss */
  .u-img, .u-img--left, .u-img--right {
    width: auto;
    margin-bottom: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .u-img, .lt-ie9 .u-img--left, .lt-ie9 .u-img--right {
  width: auto;
  margin-bottom: 0;
}

@media (min-width: 39em) {
  /* line 108, ../sass/_util.scss */
  .u-img--left {
    float: left !important;
    margin-right: 1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .u-img--left {
  float: left !important;
  margin-right: 1em;
}

@media (min-width: 39em) {
  /* line 116, ../sass/_util.scss */
  .u-img--right {
    float: right !important;
    margin-left: 1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .u-img--right {
  float: right !important;
  margin-left: 1em;
}

/**
 * Visibility, must be nested within some parent selector
 */
/* line 130, ../sass/_util.scss */
body .show-for-medium {
  display: none !important;
}
/* line 130, ../sass/_util.scss */
body .show-for-large {
  display: none !important;
}
/* line 130, ../sass/_util.scss */
body .show-for-xlarge {
  display: none !important;
}
/* line 134, ../sass/_util.scss */
body .hide-for-small {
  display: none !important;
}
@media (min-width: 39em) {
  /* line 139, ../sass/_util.scss */
  body .show-for-medium {
    display: inherit !important;
  }
  /* line 144, ../sass/_util.scss */
  body .show-for-small {
    display: none !important;
  }
  /* line 149, ../sass/_util.scss */
  body .hide-for-medium {
    display: none !important;
  }
}
@media (min-width: 59em) {
  /* line 155, ../sass/_util.scss */
  body .show-for-large {
    display: inherit !important;
  }
  /* line 158, ../sass/_util.scss */
  body .hide-for-large {
    display: none !important;
  }
}
/* line 155, ../sass/_util.scss */
.lt-ie9 body .show-for-large {
  display: inherit !important;
}
/* line 158, ../sass/_util.scss */
.lt-ie9 body .hide-for-large {
  display: none !important;
}
@media (min-width: 79em) {
  /* line 163, ../sass/_util.scss */
  body .show-for-xlarge {
    display: inherit !important;
  }
  /* line 166, ../sass/_util.scss */
  body .hide-for-xlarge {
    display: none !important;
  }
}

/* line 172, ../sass/_util.scss */
.u-vert-align-parent {
  display: block;
  text-align: center;
}
/* line 176, ../sass/_util.scss */
.u-vert-align-parent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.45em;
}

/* line 185, ../sass/_util.scss */
.u-vert-align-child {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, ../sass/_base.scss */
html {
  height: 100%;
}

/* line 5, ../sass/_base.scss */
body.on-canvas {
  overflow: auto;
  right: 0;
  position: relative;
  min-height: 100%;
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
  background: #4b8cc7;
}
/* line 12, ../sass/_base.scss */
.lt-ie9 body.on-canvas {
  min-width: 59em;
}

/* line 18, ../sass/_base.scss */
.lt-ie9 h1, .lt-ie9 h2, .lt-ie9 h3, .lt-ie9 h4, .lt-ie9 h5, .lt-ie9 h6 {
  line-height: 1;
}
/* line 19, ../sass/_base.scss */
.lt-ie9 h1 {
  font-size: 2.75em;
}
/* line 20, ../sass/_base.scss */
.lt-ie9 h2 {
  font-size: 1.625em;
  font-weight: normal;
}
/* line 21, ../sass/_base.scss */
.lt-ie9 h3 {
  font-size: 1.125em;
}
/* line 22, ../sass/_base.scss */
.lt-ie9 h4 {
  font-size: 1em;
}

/* line 26, ../sass/_base.scss */
h4 {
  font-size: 1em;
}

/* line 27, ../sass/_base.scss */
h5 {
  font-size: 1em;
}

/* line 28, ../sass/_base.scss */
h6 {
  font-size: 1em;
}

/* line 30, ../sass/_base.scss */
body.off-canvas {
  overflow: hidden;
  right: 15em;
}
@media (min-width: 59em) {
  /* line 30, ../sass/_base.scss */
  body.off-canvas {
    right: auto;
    overflow: auto;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 body.off-canvas {
  right: auto;
  overflow: auto;
}

/* line 43, ../sass/_base.scss */
h1 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #4b8cc7;
  margin-top: 0;
  line-height: 1;
}

/* line 51, ../sass/_base.scss */
::-webkit-input-placeholder {
  font-style: italic;
  font-size: 0.8em;
}

/* line 56, ../sass/_base.scss */
:-moz-placeholder {
  font-style: italic;
  font-size: 0.8em;
}

/* line 61, ../sass/_base.scss */
::-moz-placeholder {
  font-style: italic;
  font-size: 0.8em;
}

/* line 66, ../sass/_base.scss */
:-ms-input-placeholder {
  font-style: italic;
  color: #cbcbcb !important;
}

/* line 73, ../sass/_base.scss */
body.cke_editable {
  background: white;
}

/* line 77, ../sass/_base.scss */
ul {
  margin-left: 1.2em;
}

/* line 80, ../sass/_base.scss */
ol {
  margin-left: 2em;
}

/* line 86, ../sass/_base.scss */
.page-body ul,
.cke_editable ul,
.page-body ol,
.cke_editable ol {
  font-size: 0.9em;
  margin-left: 2em;
}

/* line 91, ../sass/_base.scss */
.page-body ol,
.cke_editable ol {
  margin-left: 2.4em;
}

/* line 95, ../sass/_base.scss */
.page-body img {
  height: auto !important;
}

/* line 99, ../sass/_base.scss */
h2 {
  color: #2299ed;
  font-weight: normal;
  font-size: 1.625em;
}

/* line 105, ../sass/_base.scss */
h3 {
  color: #2299ed;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.125em;
}

/* line 112, ../sass/_base.scss */
.flex-video {
  margin-bottom: 0;
}

/* line 1, ../sass/modules/_arrow-link.scss */
.arrow-link, .arrow-link--expand, .arrow-link--inline-block, .arrow-link--reverse {
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 1em 0;
  position: relative;
  color: #00b4e5;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 11, ../sass/modules/_arrow-link.scss */
.arrow-link:after, .arrow-link--expand:after, .arrow-link--inline-block:after, .arrow-link--reverse:after {
  content: "";
  height: 0;
  margin-left: 1em;
  margin-top: -0.4em;
  width: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #00b4e5;
}
/* line 21, ../sass/modules/_arrow-link.scss */
.arrow-link:hover, .arrow-link--expand:hover, .arrow-link--inline-block:hover, .arrow-link--reverse:hover {
  color: #128f1a;
}
/* line 24, ../sass/modules/_arrow-link.scss */
.arrow-link:hover:after, .arrow-link--expand:hover:after, .arrow-link--inline-block:hover:after, .arrow-link--reverse:hover:after {
  border-left-color: #128f1a;
}

/* line 30, ../sass/modules/_arrow-link.scss */
.arrow-link--expand {
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background: #f4f4f4;
}
/* line 38, ../sass/modules/_arrow-link.scss */
.arrow-link--expand:visited {
  color: #16af20;
}
/* line 42, ../sass/modules/_arrow-link.scss */
.arrow-link--expand:hover, .arrow-link--expand:active, .arrow-link--expand:focus {
  background: #e1e1e1;
  color: #16af20;
}
@media (min-width: 39em) {
  /* line 30, ../sass/modules/_arrow-link.scss */
  .arrow-link--expand {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}
@media (min-width: 59em) {
  /* line 30, ../sass/modules/_arrow-link.scss */
  .arrow-link--expand {
    margin-left: -2.5em;
    margin-right: -2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .arrow-link--expand {
  margin-left: -2.5em;
  margin-right: -2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

/* line 60, ../sass/modules/_arrow-link.scss */
.arrow-link--inline-block {
  display: inline-block;
  padding: .5em 2em;
}
/* line 64, ../sass/modules/_arrow-link.scss */
.arrow-link--inline-block:hover {
  background: #f4f4f4;
}

/* line 69, ../sass/modules/_arrow-link.scss */
.arrow-link--reverse {
  display: inline-block;
  padding: .5em 0;
}
/* line 74, ../sass/modules/_arrow-link.scss */
.arrow-link--reverse:after {
  display: none;
}
/* line 78, ../sass/modules/_arrow-link.scss */
.arrow-link--reverse:before {
  content: "";
  height: 0;
  margin-left: -.3em;
  margin-right: 1em;
  margin-top: -0.4em;
  width: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-right-color: #16af20;
}
/* line 89, ../sass/modules/_arrow-link.scss */
.arrow-link--reverse:hover {
  color: #128f1a;
}
/* line 92, ../sass/modules/_arrow-link.scss */
.arrow-link--reverse:hover:before {
  border-right-color: #128f1a;
}

/* line 1, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  overflow: hidden;
  margin: 0;
}
/* line 6, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs > li {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #cbcbcb;
  float: left;
}
/* line 11, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs > li > a {
  color: #00b4e5;
}
/* line 13, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs > li > a:hover {
  color: #4b8cc7;
  text-decoration: underline;
}
/* line 18, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs > li:after {
  content: "\203A";
  margin: 0 0.4em;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_breadcrumbs.scss */
  .breadcrumbs {
    font-size: 1.2em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .breadcrumbs {
  font-size: 1.2em;
}

/* line 1, ../sass/modules/_btn.scss */
.btn {
  display: block;
  background: #4b8cc7;
  padding: .5em .8em;
  line-height: 1.2;
  color: white;
}
/* line 8, ../sass/modules/_btn.scss */
.btn:visited {
  color: white;
  background: #4b8cc7;
}
/* line 15, ../sass/modules/_btn.scss */
.btn:hover, .btn:active, .btn:focus {
  background: #2299ed;
  color: white;
}

/* line 1, ../sass/modules/_callout.scss */
.callout {
  border: 1px solid #cbcbcb;
  border-width: 1px 0 0;
  padding: 2em 0;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}

/* line 10, ../sass/modules/_callout.scss */
.callout__text {
  position: relative;
  font: 1.5em/1.4 "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #4b8cc7;
}
@media (min-width: 39em) {
  /* line 10, ../sass/modules/_callout.scss */
  .callout__text {
    font-size: 2.2em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .callout__text {
  font-size: 2.2em;
}
@media (min-width: 59em) {
  /* line 10, ../sass/modules/_callout.scss */
  .callout__text {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .callout__text {
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 79em) {
  /* line 10, ../sass/modules/_callout.scss */
  .callout__text {
    padding-left: 6.5em;
    padding-right: 6.5em;
  }
}

/* line 30, ../sass/modules/_callout.scss */
.callout__logo {
  display: none;
}
@media (min-width: 39em) {
  /* line 30, ../sass/modules/_callout.scss */
  .callout__logo {
    display: block;
    opacity: 0.15;
    width: 7em;
    position: absolute;
    right: 0;
    bottom: .5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .callout__logo {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
  width: 7em;
  position: absolute;
  right: 0;
  bottom: .5em;
}

/* line 1, ../sass/modules/_container-expand.scss */
.container-expand {
  width: 100%;
  height: 100%;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_container-expand.scss */
  .container-expand {
    width: 93.3em;
    position: absolute;
    left: 50%;
    margin-left: -46.65em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .container-expand {
  width: 93.3em;
  position: absolute;
  left: 50%;
  margin-left: -46.65em;
}

/* line 1, ../sass/modules/_container.scss */
.container {
  *zoom: 1;
  max-width: 29em;
  _width: 29em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-origin: content;
  -moz-background-origin: content;
  -ms-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
/* line 38, ../../../../.rvm/gems/ruby-2.4.5/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_container.scss */
  .container {
    max-width: 39em;
  }
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_container.scss */
  .container {
    max-width: 59em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .container {
  max-width: 59em;
  _width: 59em;
}
@media (min-width: 79em) {
  /* line 1, ../sass/modules/_container.scss */
  .container {
    max-width: 79em;
  }
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_container.scss */
  .container {
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
  }
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_container.scss */
  .container {
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .container {
  -ms-background-origin: content-box;
  background-origin: content-box;
  background-clip: content-box;
}
@media (min-width: 79em) {
  /* line 1, ../sass/modules/_container.scss */
  .container {
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    padding-left: 5em;
    padding-right: 5em;
  }
}

/* line 18, ../sass/modules/_container.scss */
.lt-ie9 .l-container {
  width: 59em;
}
/* line 21, ../sass/modules/_container.scss */
.lt-ie9 .ie-omega {
  float: right !important;
  margin-right: 0 !important;
}

/* line 1, ../sass/modules/_cta.scss */
.cta, .cta--large, .cta--fullwidth, .cta--muted {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  background: #16af20;
  display: inline-block;
  line-height: 1.2;
  padding: 1em 4em 0.8em 2em;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
  border: 2px solid #128f1a;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 16, ../sass/modules/_cta.scss */
.cta:after, .cta--large:after, .cta--fullwidth:after, .cta--muted:after {
  content: '';
  height: 0;
  position: absolute;
  right: .8em;
  top: 50%;
  margin-top: -.3em;
  width: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: white;
}
/* line 28, ../sass/modules/_cta.scss */
.cta:hover, .cta--large:hover, .cta--fullwidth:hover, .cta--muted:hover {
  color: white;
}
/* line 30, ../sass/modules/_cta.scss */
.cta:hover .cta__fill, .cta--large:hover .cta__fill, .cta--fullwidth:hover .cta__fill, .cta--muted:hover .cta__fill {
  left: -3em;
}

/* line 36, ../sass/modules/_cta.scss */
.cta__fill, .cta--muted .cta__fill {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: #128f1a;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
/* line 45, ../sass/modules/_cta.scss */
.cta__fill:after, .cta--muted .cta__fill:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: relative;
  top: 0;
  left: 100%;
  border-style: solid;
  border-width: 4em 0.7em 0 0;
  border-color: #128f1a transparent transparent transparent;
  -webkit-transform: rotate(360deg);
}
/* line 59, ../sass/modules/_cta.scss */
.cta--muted .cta__fill {
  background: #4b8cc7;
}
/* line 63, ../sass/modules/_cta.scss */
.cta--muted .cta__fill:after {
  border-color: #4b8cc7 transparent transparent transparent;
}

/* line 69, ../sass/modules/_cta.scss */
.cta--large {
  font-size: 1.2em;
}
/* line 72, ../sass/modules/_cta.scss */
.cta--large:after {
  margin-top: -.2em;
}

/* line 77, ../sass/modules/_cta.scss */
.cta--fullwidth {
  display: block;
  text-align: center;
}

/* line 83, ../sass/modules/_cta.scss */
.cta--muted {
  background: #2299ed;
  border-color: #4b8cc7;
}

/* line 1, ../sass/modules/_donate.scss */
#donation-form-container {
  padding-left: 0.25rem;
}

/* line 1, ../sass/modules/_footer.scss */
.footer {
  background-color: #4b8cc7;
  position: relative;
  padding: 1rem 0;
}

/* line 6, ../sass/modules/_footer.scss */
.footer__bg {
  height: 100%;
}

/* line 9, ../sass/modules/_footer.scss */
.footer__text {
  font-size: 80%;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 79em) {
  /* line 17, ../sass/modules/_footer.scss */
  .footer__text .break {
    display: inline;
  }
}

/* line 22, ../sass/modules/_footer.scss */
.footer__link {
  color: white;
  -webkit-font-smoothing: antialiased;
  text-decoration: underline;
}
/* line 26, ../sass/modules/_footer.scss */
.footer__link:hover {
  color: #9bcbea;
}

@media (min-width: 79em) {
  /* line 31, ../sass/modules/_footer.scss */
  .footer__cbrm {
    display: block;
  }
}

/* line 1, ../sass/modules/_header.scss */
.header {
  font-size: 1em;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #9bcbea;
}
/* line 6, ../sass/modules/_header.scss */
.lt-ie9 .header {
  min-width: 59em;
  background: #9bcbea;
}

/* line 12, ../sass/modules/_header.scss */
.header__upper {
  background: #4b8cc7;
  height: 80px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 59em) {
  /* line 12, ../sass/modules/_header.scss */
  .header__upper {
    height: 110px;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .header__upper {
  height: 110px;
}
/* line 21, ../sass/modules/_header.scss */
.lt-ie9 .header__upper {
  height: 60px;
}

/* line 25, ../sass/modules/_header.scss */
.header__upper-bg {
  height: 100%;
}

/* line 28, ../sass/modules/_header.scss */
.header__lower {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  background: white;
}
/* line 35, ../sass/modules/_header.scss */
.header__lower .cta, .header__lower .cta--large, .header__lower .cta--fullwidth, .header__lower .cta--muted {
  display: none;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 2.4em;
  margin-right: 1em;
}
@media (min-width: 79em) {
  /* line 35, ../sass/modules/_header.scss */
  .header__lower .cta, .header__lower .cta--large, .header__lower .cta--fullwidth, .header__lower .cta--muted {
    margin-right: 5em;
  }
}
@media (min-width: 59em) {
  /* line 28, ../sass/modules/_header.scss */
  .header__lower {
    height: 130px;
    margin-top: -20px;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .header__lower {
  height: 130px;
  margin-top: -20px;
}
@media (min-width: 59em) {
  /* line 28, ../sass/modules/_header.scss */
  .header__lower {
    margin-top: -50px;
  }
  /* line 53, ../sass/modules/_header.scss */
  .header__lower .cta, .header__lower .cta--large, .header__lower .cta--fullwidth, .header__lower .cta--muted {
    display: block;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .header__lower {
  margin-top: -50px;
}
/* line 53, ../sass/modules/_header.scss */
.lt-ie9 .header__lower .cta, .lt-ie9 .header__lower .cta--large, .lt-ie9 .header__lower .cta--fullwidth, .lt-ie9 .header__lower .cta--muted {
  display: block;
}
/* line 57, ../sass/modules/_header.scss */
.lt-ie9 .header__lower {
  height: 150px;
}
/* line 59, ../sass/modules/_header.scss */
.lt-ie9 .header__lower .cta, .lt-ie9 .header__lower .cta--large, .lt-ie9 .header__lower .cta--fullwidth, .lt-ie9 .header__lower .cta--muted {
  top: 4.6em;
}

/* line 64, ../sass/modules/_header.scss */
.header__logo {
  position: relative;
  width: 15em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}
@media (min-width: 39em) {
  /* line 64, ../sass/modules/_header.scss */
  .header__logo {
    width: 15em;
    margin-left: 0;
    padding-bottom: 1em;
    margin-right: 0;
  }
}
@media (min-width: 59em) {
  /* line 64, ../sass/modules/_header.scss */
  .header__logo {
    width: 15em;
    display: inline-block;
    margin: 0.75em 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .header__logo {
  width: 15em;
  display: inline-block;
  margin: 0.75em 0;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 84, ../sass/modules/_header.scss */
.lt-ie9 .header__logo {
  top: 0;
}

/* line 88, ../sass/modules/_header.scss */
.header__tagline {
  display: inline-block;
  margin: 1rem 0 0;
  text-align: center;
  border-top: 1px solid #4b8cc7;
  padding: 1rem 0;
}
/* line 94, ../sass/modules/_header.scss */
.header__tagline h2 {
  font-size: 1rem;
  line-height: 1.4;
  text-transform: none;
  color: #00b4e5;
}
/* line 100, ../sass/modules/_header.scss */
.header__tagline b {
  color: #4b8cc7;
}
@media (min-width: 39em) {
  /* line 88, ../sass/modules/_header.scss */
  .header__tagline {
    margin: 0;
    padding: 0;
    text-align: right;
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: none;
  }
  /* line 114, ../sass/modules/_header.scss */
  .header__tagline h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 59em) {
  /* line 88, ../sass/modules/_header.scss */
  .header__tagline {
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 40%;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .header__tagline {
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 40%;
}
@media (min-width: 79em) {
  /* line 88, ../sass/modules/_header.scss */
  .header__tagline {
    left: 50%;
  }
  /* line 126, ../sass/modules/_header.scss */
  .header__tagline h2 {
    font-size: 1.375rem;
  }
}
/* line 130, ../sass/modules/_header.scss */
.lt-ie9 .header__tagline {
  top: 1em;
  left: 33%;
}

/* line 136, ../sass/modules/_header.scss */
.header__image {
  border-top: 1px solid #4b8cc7;
  margin-bottom: 2em;
  overflow: hidden;
}
/* line 141, ../sass/modules/_header.scss */
.header__image img {
  margin-top: -12%;
}
@media (min-width: 39em) {
  /* line 136, ../sass/modules/_header.scss */
  .header__image {
    display: none;
  }
}

/* line 1, ../sass/modules/_home-banner.scss */
.home-banner {
  position: relative;
  background: #f4f4f4;
  margin-top: -30px;
  height: 15em;
  overflow: hidden;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_home-banner.scss */
  .home-banner {
    height: 18em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .home-banner {
  height: 18em;
}
/* line 10, ../sass/modules/_home-banner.scss */
.lt-ie9 .home-banner {
  margin-top: -10px;
}

/* line 15, ../sass/modules/_home-banner.scss */
.home-banner__image {
  background-repeat: no-repeat;
  background-position: 14% center;
  height: 100%;
  display: table;
  width: 100%;
}
@media (min-width: 39em) {
  /* line 15, ../sass/modules/_home-banner.scss */
  .home-banner__image {
    background-position: center;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .home-banner__image {
  background-position: center;
}

/* line 26, ../sass/modules/_home-banner.scss */
.home-banner__caption {
  max-width: 25em;
  display: table;
  position: relative;
  margin: 8.5em auto 0;
  background: #4b8cc7;
  background-color: rgba(75, 140, 199, 0.75);
}
/* line 34, ../sass/modules/_home-banner.scss */
.svg .home-banner__caption {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cG9seWdvbiBzdHlsZT0iZmlsbDojMmQ2M2FmO2ZpbGwtb3BhY2l0eTowLjc1IiBwb2ludHM9IjEwMCwyIDEwMCw5NSAwLDkwIDAsNSAiLz48L3N2Zz4=") no-repeat top left;
  background-size: 100% 100%;
}
@media (min-width: 39em) {
  /* line 26, ../sass/modules/_home-banner.scss */
  .home-banner__caption {
    width: 31em;
    max-width: 999em;
    margin-top: 6.1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .home-banner__caption {
  width: 31em;
  max-width: 999em;
  margin-top: 6.1em;
}
/* line 44, ../sass/modules/_home-banner.scss */
.lt-ie9 .home-banner__caption {
  background: #4b8cc7;
  margin-top: 5.1em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* line 50, ../sass/modules/_home-banner.scss */
.home-banner__caption-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-clip: padding-box;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: white;
  padding: 1em 1.3em;
}
@media (min-width: 39em) {
  /* line 50, ../sass/modules/_home-banner.scss */
  .home-banner__caption-text {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .home-banner__caption-text {
  font-size: 1.5em;
  line-height: 1.4;
}

/* line 1, ../sass/modules/_hx.scss */
.h2, .h3 {
  text-align: center;
  padding: .3em;
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: white;
}

/* line 9, ../sass/modules/_hx.scss */
.h2 {
  background: #4b8cc7;
}

/* line 13, ../sass/modules/_hx.scss */
.h3 {
  color: #2299ed;
  padding-top: .4em;
}

@font-face {
  font-family: 'icons';
  src: url("../font/icons.eot?99197788");
  src: url("../font/icons.eot?99197788#iefix") format("embedded-opentype"), url("../font/icons.woff2?99197788") format("woff2"), url("../font/icons.woff?99197788") format("woff"), url("../font/icons.ttf?99197788") format("truetype"), url("../font/icons.svg?99197788#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?65645358#icons') format('svg');
  }
}
*/
/* line 23, ../sass/modules/_icons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 54, ../sass/modules/_icons.scss */
.icon-search:before {
  content: '\e809';
}

/* '' */
/* line 55, ../sass/modules/_icons.scss */
.icon-play-circled2:before {
  content: '\e80a';
}

/* '' */
/* line 56, ../sass/modules/_icons.scss */
.icon-phone:before {
  content: '\e800';
}

/* '' */
/* line 57, ../sass/modules/_icons.scss */
.icon-menu:before {
  content: '\e801';
}

/* '' */
/* line 58, ../sass/modules/_icons.scss */
.icon-left-dir:before {
  content: '\e808';
}

/* '' */
/* line 59, ../sass/modules/_icons.scss */
.icon-cancel:before {
  content: '\e802';
}

/* '' */
/* line 60, ../sass/modules/_icons.scss */
.icon-facebook:before {
  content: '\e804';
}

/* '' */
/* line 61, ../sass/modules/_icons.scss */
.icon-pinterest:before {
  content: '\e803';
}

/* '' */
/* line 62, ../sass/modules/_icons.scss */
.icon-twitter:before {
  content: '\e805';
}

/* '' */
/* line 63, ../sass/modules/_icons.scss */
.icon-youtube:before {
  content: '\e806';
}

/* '' */
/* line 64, ../sass/modules/_icons.scss */
.icon-right-dir:before {
  content: '\e807';
}

/* '' */
/* line 65, ../sass/modules/_icons.scss */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
/* line 1, ../sass/modules/_input-box.scss */
.input-box {
  border: 2px solid #e1e1e1;
  position: relative;
}
/* line 4, ../sass/modules/_input-box.scss */
.input-box input[type="text"] {
  outline: none;
  border: none;
  width: 100%;
  padding: 0.8em 1em;
  color: #484848;
  background: none;
}

/* line 13, ../sass/modules/_input-box.scss */
.input-box__button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.5em 0.6em 0.5em 0.8em;
  background: #4b8cc7;
}
/* line 21, ../sass/modules/_input-box.scss */
.input-box__button [class*="icon"] {
  color: white;
}
/* line 24, ../sass/modules/_input-box.scss */
.input-box__button:hover {
  background: #2299ed;
}
/* line 27, ../sass/modules/_input-box.scss */
.input-box__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -0;
  height: 100%;
  width: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cG9seWdvbiBzdHlsZT0iZmlsbDojZmZmZmZmOyIgcG9pbnRzPSIwLDAgMTAwLDAgMCwxMDAiLz48L3N2Zz4=") no-repeat top right;
  background-size: 100% 100%;
}
/* line 37, ../sass/modules/_input-box.scss */
.lt-ie9 .input-box__button {
  padding-left: 0.5em;
}

/* line 1, ../sass/modules/_interior-banner.scss */
.interior-banner {
  height: 16em;
  margin-top: 1em;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 1em;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_interior-banner.scss */
  .interior-banner {
    height: 20em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .interior-banner {
  height: 20em;
}

/* line 11, ../sass/modules/_interior-banner.scss */
.interior-banner__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

@media (min-width: 39em) {
  /* line 6, ../sass/modules/_layout.scss */
  .layout__take-action-wide {
    padding-top: 3em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__take-action-wide {
  padding-top: 3em;
}
@media (min-width: 59em) {
  /* line 13, ../sass/modules/_layout.scss */
  .layout--standard .layout__take-action-wide {
    display: none;
  }
}
/* line 13, ../sass/modules/_layout.scss */
.layout--standard .lt-ie9 .layout__take-action-wide {
  display: none;
}
/* line 18, ../sass/modules/_layout.scss */
.lt-ie9 .layout__take-action-wide {
  display: none;
}

/* line 23, ../sass/modules/_layout.scss */
.layout__pre-footer {
  margin: 0;
  padding: 0 0 0 1em;
  background: white;
  overflow: hidden;
}
@media (min-width: 39em) {
  /* line 23, ../sass/modules/_layout.scss */
  .layout__pre-footer {
    margin: 3.8em 0 2.8em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer {
  margin: 3.8em 0 2.8em;
}
@media (min-width: 59em) {
  /* line 23, ../sass/modules/_layout.scss */
  .layout__pre-footer {
    border: 1px solid #cbcbcb;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer {
  border: 1px solid #cbcbcb;
}

@media (min-width: 39em) {
  /* line 38, ../sass/modules/_layout.scss */
  .layout__pre-footer-util {
    border: 1px solid #cbcbcb;
    overflow: hidden;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer-util {
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
@media (min-width: 59em) {
  /* line 38, ../sass/modules/_layout.scss */
  .layout__pre-footer-util {
    width: 57.62712%;
    float: right;
    margin-right: 0;
    border-width: 0 0 0 1px;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer-util {
  width: 57.62712%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  border-width: 0 0 0 1px;
}

/* line 49, ../sass/modules/_layout.scss */
.layout__pre-footer-ad {
  padding: 1.5em 0 2.5em;
}
@media (min-width: 39em) {
  /* line 49, ../sass/modules/_layout.scss */
  .layout__pre-footer-ad {
    border: 1px solid #cbcbcb;
    border-width: 1px 1px 0;
    padding: 3em 1.5em;
  }
}
@media (min-width: 59em) {
  /* line 49, ../sass/modules/_layout.scss */
  .layout__pre-footer-ad {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    padding: 0;
    border: none;
    margin-bottom: 0;
    margin-top: 1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer-ad {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  padding: 0;
  border: none;
  margin-bottom: 0;
  margin-top: 1em;
}
@media (min-width: 79em) {
  /* line 49, ../sass/modules/_layout.scss */
  .layout__pre-footer-ad {
    margin-top: 2.3em;
  }
}

@media (min-width: 39em) {
  /* line 71, ../sass/modules/_layout.scss */
  .layout__pre-footer-form {
    width: 80%;
    float: right;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer-form {
  width: 80%;
  float: right;
}

@media (min-width: 39em) {
  /* line 81, ../sass/modules/_layout.scss */
  .layout__pre-footer__social-list {
    width: 20%;
    float: left;
    overflow: hidden;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__pre-footer__social-list {
  width: 20%;
  float: left;
  overflow: hidden;
}

/* line 89, ../sass/modules/_layout.scss */
.layout__section-links-grid {
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
  overflow: hidden;
}
@media (min-width: 39em) {
  /* line 89, ../sass/modules/_layout.scss */
  .layout__section-links-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__section-links-grid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 96, ../sass/modules/_layout.scss */
.lt-ie9 .layout__section-links-grid {
  border-left: 1px solid #cbcbcb;
}

/* line 100, ../sass/modules/_layout.scss */
.layout__section-links-cell {
  border-bottom: 1px solid #cbcbcb;
  padding: 1.5em 0 0;
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 39em) {
  /* line 100, ../sass/modules/_layout.scss */
  .layout__section-links-cell {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__section-links-cell {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 39em) {
  /* line 100, ../sass/modules/_layout.scss */
  .layout__section-links-cell {
    width: 50%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    float: left;
  }
  /* line 109, ../sass/modules/_layout.scss */
  .layout__section-links-cell:nth-child(2n-1) {
    border-right: 1px solid #cbcbcb;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__section-links-cell {
  width: 50%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  float: left;
}
/* line 109, ../sass/modules/_layout.scss */
.lt-ie9 .layout__section-links-cell:nth-child(2n-1) {
  border-right: 1px solid #cbcbcb;
}
@media (min-width: 59em) {
  /* line 100, ../sass/modules/_layout.scss */
  .layout__section-links-cell {
    padding: 2.5em;
    padding-bottom: 0;
    width: 50%;
    float: left;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout__section-links-cell {
  padding: 2.5em;
  padding-bottom: 0;
  width: 50%;
  float: left;
}
/* line 119, ../sass/modules/_layout.scss */
.lt-ie9 .layout__section-links-cell {
  border-right: 1px solid #cbcbcb;
}

/* line 124, ../sass/modules/_layout.scss */
.layout--standard__sidebar {
  display: none;
}
@media (min-width: 59em) {
  /* line 124, ../sass/modules/_layout.scss */
  .layout--standard__sidebar {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    display: block;
    margin-bottom: 2em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout--standard__sidebar {
  width: 32.20339%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  display: block;
  margin-bottom: 2em;
}

@media (min-width: 59em) {
  /* line 136, ../sass/modules/_layout.scss */
  .layout--standard__page-body.with-sidebar {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout--standard__page-body.with-sidebar {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}

/* line 143, ../sass/modules/_layout.scss */
.layout--standard__body-wrapper {
  padding-top: 1em;
}
@media (min-width: 59em) {
  /* line 143, ../sass/modules/_layout.scss */
  .layout--standard__body-wrapper {
    margin-bottom: 1em;
    overflow: hidden;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .layout--standard__body-wrapper {
  margin-bottom: 1em;
  overflow: hidden;
}

/* line 1, ../sass/modules/_more-link.scss */
.more-link {
  text-transform: uppercase;
  color: #16af20;
}
/* line 5, ../sass/modules/_more-link.scss */
.more-link:hover {
  color: #128f1a;
}

/* line 1, ../sass/modules/_nav.scss */
.nav {
  width: 15em;
  height: 100%;
  background: #2299ed;
  position: fixed;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  overflow: auto;
}
/* line 11, ../sass/modules/_nav.scss */
.no-js .nav {
  position: relative;
  z-index: auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_nav.scss */
  .nav {
    display: none;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .nav {
  display: none;
}
/* line 23, ../sass/modules/_nav.scss */
.off-canvas .nav {
  display: block;
}

/* line 27, ../sass/modules/_nav.scss */
.nav__head {
  height: auto;
}
/* line 30, ../sass/modules/_nav.scss */
.no-js .nav__head {
  height: auto;
}

/* line 1, ../sass/modules/_navitem.scss */
.navitem, .navitem--main, .navitem--sub, .navitem--call, .navitem--closemenu, .navitem--special, .navitem--menutoggle, .navitem--channel {
  position: relative;
  line-height: 1.3;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 6, ../sass/modules/_navitem.scss */
.navitem--main {
  color: white;
  text-transform: uppercase;
  display: block;
  padding: 1.4em .75em;
  border-bottom: 1px solid white;
}
/* line 13, ../sass/modules/_navitem.scss */
.navitem--main:hover, .navitem--main:active, .navitem--main:focus {
  color: white;
  background: #4b8cc7;
}
/* line 17, ../sass/modules/_navitem.scss */
.is-current .navitem--main {
  background: #00b4e5;
}
@media (min-width: 59em) {
  /* line 6, ../sass/modules/_navitem.scss */
  .navitem--main {
    border-bottom: none;
  }
  /* line 22, ../sass/modules/_navitem.scss */
  .navitem--main:hover {
    color: #00b4e5;
    background: none;
  }
  /* line 26, ../sass/modules/_navitem.scss */
  .is-current .navitem--main {
    background: none;
    color: #00b4e5;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .navitem--main {
  border-bottom: none;
}
/* line 22, ../sass/modules/_navitem.scss */
.lt-ie9 .navitem--main:hover {
  color: #00b4e5;
  background: none;
}
/* line 26, ../sass/modules/_navitem.scss */
.is-current .lt-ie9 .navitem--main {
  background: none;
  color: #00b4e5;
}
@media (min-width: 79em) {
  /* line 6, ../sass/modules/_navitem.scss */
  .navitem--main {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
/* line 38, ../sass/modules/_navitem.scss */
.lt-ie9 .is-current .navitem--main {
  background: none;
  color: #00b4e5;
}

/* line 44, ../sass/modules/_navitem.scss */
.navitem--sub {
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  padding: 1.4em .3em;
  font-size: 1em;
  text-align: center;
}
/* line 54, ../sass/modules/_navitem.scss */
.navitem--sub:hover {
  background: #f4f4f4;
  color: #4b8cc7;
}
@media (min-width: 59em) {
  /* line 44, ../sass/modules/_navitem.scss */
  .navitem--sub {
    padding: 1.4em .5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .navitem--sub {
  padding: 1.4em .5em;
}
@media (min-width: 79em) {
  /* line 44, ../sass/modules/_navitem.scss */
  .navitem--sub {
    font-size: 1.1em;
  }
}

/* line 67, ../sass/modules/_navitem.scss */
.navitem--call {
  float: left;
  width: 70%;
}
/* line 71, ../sass/modules/_navitem.scss */
.no-js .navitem--call {
  width: 100%;
  float: none;
}
/* line 74, ../sass/modules/_navitem.scss */
.no-js .navitem--call .break {
  display: inline;
}

/* line 79, ../sass/modules/_navitem.scss */
.navitem--closemenu {
  float: right;
  font-size: 1.3em;
  padding: 1.35em 1em;
  width: 30%;
  text-align: center;
  border-left: 1px solid white;
}
/* line 87, ../sass/modules/_navitem.scss */
.no-js .navitem--closemenu {
  display: none;
}

/* line 91, ../sass/modules/_navitem.scss */
.navitem--special {
  background: #16af20;
}
/* line 94, ../sass/modules/_navitem.scss */
.navitem--special:after {
  content: '';
  height: 0;
  margin-left: 1em;
  float: right;
  margin-top: 2px;
  width: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: white;
}
/* line 105, ../sass/modules/_navitem.scss */
.navitem--special:hover {
  background: #128f1a;
}

/* line 109, ../sass/modules/_navitem.scss */
.navitem--menutoggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-bottom: none;
  color: white;
}
/* line 117, ../sass/modules/_navitem.scss */
.navitem--menutoggle:visited, .navitem--menutoggle:active, .navitem--menutoggle:focus {
  color: white;
  background: none;
}
/* line 121, ../sass/modules/_navitem.scss */
.navitem--menutoggle:hover {
  color: #00b4e5;
  background: none;
}
@media (min-width: 59em) {
  /* line 109, ../sass/modules/_navitem.scss */
  .navitem--menutoggle {
    display: none;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .navitem--menutoggle {
  display: none;
}

/* line 130, ../sass/modules/_navitem.scss */
.navitem--channel {
  display: block;
  padding: 1.2em 2.8em 1.2em 1.5em;
  text-transform: uppercase;
  color: #00b4e5;
  background: white;
}
/* line 137, ../sass/modules/_navitem.scss */
.navitem--channel:after {
  content: '';
  height: 0;
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -0.4em;
  width: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #00b4e5;
}
/* line 149, ../sass/modules/_navitem.scss */
.navitem--channel:hover {
  background: #f4f4f4;
  color: #4b8cc7;
}
/* line 152, ../sass/modules/_navitem.scss */
.navitem--channel:hover:after {
  border-left-color: #4b8cc7;
}

/* line 1, ../sass/modules/_navlist-main.scss */
.navlist-main {
  list-style: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (min-width: 59em) {
  /* line 15, ../sass/modules/_navlist-main.scss */
  .navlist-main > li {
    display: inline-block;
  }
}
/* line 15, ../sass/modules/_navlist-main.scss */
.lt-ie9 .navlist-main > li {
  display: inline-block;
}

/* line 1, ../sass/modules/_navlist-section.scss */
.navlist-section {
  list-style: none;
  position: relative;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_navlist-section.scss */
  .navlist-section {
    margin: 18rem 0 0;
    font-size: 0.95em;
  }
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_navlist-section.scss */
  .navlist-section {
    margin: 20rem 0 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .navlist-section {
  margin: 20rem 0 0;
}
@media (min-width: 79em) {
  /* line 1, ../sass/modules/_navlist-section.scss */
  .navlist-section {
    font-size: 1.125em;
  }
}
/* line 17, ../sass/modules/_navlist-section.scss */
.navlist-section > li {
  border-top: 1px solid #9bcbea;
}

/* line 1, ../sass/modules/_navlist-subnav.scss */
.navlist-subnav {
  list-style: none;
  margin: 0;
}
/* line 4, ../sass/modules/_navlist-subnav.scss */
.navlist-subnav > li {
  border-top: 1px solid #cbcbcb;
}
/* line 7, ../sass/modules/_navlist-subnav.scss */
.navlist-subnav > li:first-child {
  border-top: none;
}

/* line 1, ../sass/modules/_news.scss */
.news {
  overflow: hidden;
  clear: both;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_news.scss */
  .news {
    padding: 1.5em 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .news {
  padding: 1.5em 0;
}

@media (min-width: 59em) {
  /* line 10, ../sass/modules/_news.scss */
  .news__channel {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 184, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_grid.scss */
  .news__channel:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .news__channel {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
/* line 184, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_grid.scss */
.lt-ie9 .news__channel:nth-child(2n) {
  float: right;
  margin-right: 0;
}

/* line 17, ../sass/modules/_news.scss */
.news__channel-header {
  color: #19488d;
  font-size: 1.25em;
  margin-top: 1.2em;
}
/* line 22, ../sass/modules/_news.scss */
.news__channel-header:first-child {
  margin-top: 0;
}
@media (min-width: 39em) {
  /* line 17, ../sass/modules/_news.scss */
  .news__channel-header {
    font-size: 1.625em;
  }
}
@media (min-width: 79em) {
  /* line 17, ../sass/modules/_news.scss */
  .news__channel-header {
    font-size: 1.875em;
  }
}

/* line 36, ../sass/modules/_news.scss */
.news__channel-content, .news__channel-content--triangle {
  background: white;
  padding: 1.2em 1.5em;
  margin-bottom: 1em;
  position: relative;
}

/* line 46, ../sass/modules/_news.scss */
.news__channel-content--triangle:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: -1em;
  top: 1.2em;
  display: inline-block;
  border-style: solid;
  border-width: 0 1em 1em 0;
  border-color: transparent white transparent transparent;
}
@media (min-width: 59em) {
  /* line 60, ../sass/modules/_news.scss */
  .news__channel-content--triangle:after {
    left: 1.5em;
    top: auto;
    bottom: -1em;
    border-width: 0 0 1em 1em;
    border-color: transparent transparent transparent white;
  }
}
/* line 60, ../sass/modules/_news.scss */
.lt-ie9 .news__channel-content--triangle:after {
  left: 1.5em;
  top: auto;
  bottom: -1em;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent transparent white;
}

/* line 70, ../sass/modules/_news.scss */
.news__btn {
  margin-bottom: .8em;
}
/* line 73, ../sass/modules/_news.scss */
.news__btn:last-child {
  margin-bottom: 0;
}

/* line 1, ../sass/modules/_page-banner.scss */
.page-banner {
  margin-bottom: 2em;
  height: 12em;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_page-banner.scss */
  .page-banner {
    height: 18em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-banner {
  height: 18em;
}

/* line 3, ../sass/modules/_page-body.scss */
.page-body a {
  text-decoration: underline;
  color: #2299ed;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_page-body.scss */
  .page-body {
    padding-right: 3em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-body {
  padding-right: 3em;
}

/* line 1, ../sass/modules/_page-head.scss */
.page-head {
  overflow: hidden;
  height: 19em;
  padding: 1.2em 0 0;
  display: table;
  width: 100%;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_page-head.scss */
  .page-head {
    padding: 1.2em 0;
    height: 16em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head {
  padding: 1.2em 0;
  height: 16em;
}
@media (min-width: 79em) {
  /* line 1, ../sass/modules/_page-head.scss */
  .page-head {
    height: 21em;
  }
}

/* line 19, ../sass/modules/_page-head.scss */
.page-head__banner {
  height: 13em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
}
@media (min-width: 39em) {
  /* line 19, ../sass/modules/_page-head.scss */
  .page-head__banner {
    height: 10em;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head__banner {
  height: 10em;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  float: none;
}
@media (min-width: 59em) {
  /* line 19, ../sass/modules/_page-head.scss */
  .page-head__banner {
    width: 60%;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head__banner {
  width: 60%;
}

/* line 40, ../sass/modules/_page-head.scss */
.page-head__banner-caption {
  display: none;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(75, 140, 199, 0.75);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cG9seWdvbiBzdHlsZT0iZmlsbDojMmQ2M2FmO2ZpbGwtb3BhY2l0eTowLjc1IiBwb2ludHM9IjEwMCwwIDEwMCw4NiAwLDk1IDAsMCAiLz48L3N2Zz4=") no-repeat top left;
  background-size: 100% 100%;
}
@media (min-width: 39em) {
  /* line 40, ../sass/modules/_page-head.scss */
  .page-head__banner-caption {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 1.5em;
    padding: 0.8em 0.8em 1.4em;
    margin-bottom: -0.2em;
  }
}
@media (min-width: 59em) {
  /* line 40, ../sass/modules/_page-head.scss */
  .page-head__banner-caption {
    font-size: 2em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head__banner-caption {
  font-size: 2em;
}
/* line 62, ../sass/modules/_page-head.scss */
.lt-ie9 .page-head__banner-caption {
  background: #4b8cc7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* line 67, ../sass/modules/_page-head.scss */
.page-head__toc {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 39em) {
  /* line 67, ../sass/modules/_page-head.scss */
  .page-head__toc {
    display: table-cell;
    margin-bottom: 0;
    width: 45%;
    padding-left: 1em;
    float: none;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head__toc {
  display: table-cell;
  margin-bottom: 0;
  width: 45%;
  padding-left: 1em;
  float: none;
}
@media (min-width: 59em) {
  /* line 67, ../sass/modules/_page-head.scss */
  .page-head__toc {
    width: 34%;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head__toc {
  width: 34%;
}

/* line 84, ../sass/modules/_page-head.scss */
.page-head__toc-title {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  margin: 0.7em 0 0 0;
  padding-bottom: 0.6em;
  color: #2299ed;
  font-size: 1.125em;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
@media (min-width: 59em) {
  /* line 84, ../sass/modules/_page-head.scss */
  .page-head__toc-title {
    font-size: 1.625em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .page-head__toc-title {
  font-size: 1.625em;
}

/* line 1, ../sass/modules/_page-section.scss */
.page-section, .page-section--reverse {
  background: #9bcbea;
  padding-top: 2em;
  padding-bottom: 1.5em;
  position: relative;
  margin-bottom: 25px;
}

/* line 11, ../sass/modules/_page-section.scss */
.page-section--reverse:after {
  background-position: center top;
  background-image: url(/img/header-angle-reverse.svg);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 18, ../sass/modules/_page-section.scss */
.page-section__home-links {
  clear: both;
}

/* line 1, ../sass/modules/_page-title.scss */
.page-title {
  margin-top: 1rem;
  border-bottom: 1px solid #cbcbcb;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_page-title.scss */
  .page-title {
    margin-top: 2rem;
  }
}

/* line 1, ../sass/modules/_page.scss */
.page {
  background: white;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

/* line 1, ../sass/modules/_pagination.scss */
.pagination {
  list-style: none;
  margin-left: -.5em;
  margin-right: -.5em;
  overflow: hidden;
}

/* line 8, ../sass/modules/_pagination.scss */
.pagination__item {
  float: left;
  margin: 0 .5em;
  border: 1px solid #e1e1e1;
  color: #aeaeae;
  padding: .3em .5em;
}

/* line 16, ../sass/modules/_pagination.scss */
.pagination__link {
  display: block;
  color: #484848;
  background: #f4f4f4;
  padding: .3em .5em;
  margin: -.3em -.5em;
}
/* line 22, ../sass/modules/_pagination.scss */
.pagination__link:hover {
  background: #e1e1e1;
  color: #484848;
}

/* line 1, ../sass/modules/_pre-footer-ad.scss */
.pre-footer-ad {
  text-align: center;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_pre-footer-ad.scss */
  .pre-footer-ad {
    padding: .75em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .pre-footer-ad {
  padding: .75em;
}

/* line 8, ../sass/modules/_pre-footer-ad.scss */
.pre-footer-ad__image {
  margin-bottom: 1em;
}

/* line 12, ../sass/modules/_pre-footer-ad.scss */
.pre-footer-ad__cta {
  margin: auto;
}

/* line 1, ../sass/modules/_pre-footer-form.scss */
.pre-footer-form, .pre-footer-form--bordered {
  padding: 1.2em 0;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_pre-footer-form.scss */
  .pre-footer-form, .pre-footer-form--bordered {
    padding: 1.38em 3em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .pre-footer-form, .lt-ie9 .pre-footer-form--bordered {
  padding: 1.38em 3em;
}
@media (min-width: 79em) {
  /* line 1, ../sass/modules/_pre-footer-form.scss */
  .pre-footer-form, .pre-footer-form--bordered {
    padding: 2.3em 3em;
  }
}

/* line 12, ../sass/modules/_pre-footer-form.scss */
.pre-footer-form__heading {
  text-transform: uppercase;
  color: #00b4e5;
  font-weight: normal;
}

/* line 17, ../sass/modules/_pre-footer-form.scss */
.pre-footer-form--bordered {
  border-bottom: 1px solid #cbcbcb;
}

/* line 1, ../sass/modules/_pull-quote.scss */
.pull-quote {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #2299ed;
  line-height: 1.4;
  font-size: 1.5em;
  border-left: 1px solid #2299ed;
  padding-left: .8em;
  margin-bottom: .6em;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_pull-quote.scss */
  .pull-quote {
    font-size: 1.8em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .pull-quote {
  font-size: 1.8em;
}

/* line 1, ../sass/modules/_resource-entry.scss */
.resource-entry {
  padding: 1.4em 0;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_resource-entry.scss */
  .resource-entry {
    width: 85%;
    margin: 0 auto;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-entry {
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 79em) {
  /* line 1, ../sass/modules/_resource-entry.scss */
  .resource-entry {
    width: 75%;
  }
}

/* line 13, ../sass/modules/_resource-entry.scss */
.resource-entry__image {
  margin-bottom: 1em;
}
/* line 15, ../sass/modules/_resource-entry.scss */
.resource-entry__image img {
  width: 100%;
}
@media (min-width: 59em) {
  /* line 13, ../sass/modules/_resource-entry.scss */
  .resource-entry__image {
    float: left;
    margin-right: 1.4em;
    margin-bottom: .3em;
    width: 45%;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-entry__image {
  float: left;
  margin-right: 1.4em;
  margin-bottom: .3em;
  width: 45%;
}

/* line 27, ../sass/modules/_resource-entry.scss */
.resource-entry__date {
  color: #aeaeae;
  font-style: italic;
  margin-bottom: 1em;
}

/* line 1, ../sass/modules/_resource-listing.scss */
.resource-listing {
  list-style: none;
  overflow: hidden;
  margin: 0 0 2em 0;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_resource-listing.scss */
  .resource-listing {
    margin-left: -1em;
    margin-right: -1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing {
  margin-left: -1em;
  margin-right: -1em;
}

/* line 11, ../sass/modules/_resource-listing.scss */
.resource-listing__item, .resource-listing__item--featured {
  padding: 1em 0;
  position: relative;
}
/* line 18, ../sass/modules/_resource-listing.scss */
.resource-listing__item:after, .resource-listing__item--featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cbcbcb;
}
@media (min-width: 39em) {
  /* line 11, ../sass/modules/_resource-listing.scss */
  .resource-listing__item, .resource-listing__item--featured {
    width: 50%;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
  }
  /* line 35, ../sass/modules/_resource-listing.scss */
  .resource-listing__item:after, .resource-listing__item--featured:after {
    left: 1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item, .lt-ie9 .resource-listing__item--featured {
  width: 50%;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 35, ../sass/modules/_resource-listing.scss */
.lt-ie9 .resource-listing__item:after, .lt-ie9 .resource-listing__item--featured:after {
  left: 1em;
}
@media (min-width: 79em) {
  /* line 11, ../sass/modules/_resource-listing.scss */
  .resource-listing__item, .resource-listing__item--featured {
    width: 33.33%;
    min-height: 460px;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* line 54, ../sass/modules/_resource-listing.scss */
.resource-listing__item-thumb {
  position: relative;
  height: 12em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  display: none;
}
@media (min-width: 39em) {
  /* line 54, ../sass/modules/_resource-listing.scss */
  .resource-listing__item-thumb {
    display: block;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item-thumb {
  display: block;
}
@media (min-width: 59em) {
  /* line 54, ../sass/modules/_resource-listing.scss */
  .resource-listing__item-thumb {
    height: 15em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item-thumb {
  height: 15em;
}

@media (min-width: 39em) {
  /* line 70, ../sass/modules/_resource-listing.scss */
  .resource-listing__item-meta {
    min-height: 13em;
  }
}
@media (min-width: 59em) {
  /* line 70, ../sass/modules/_resource-listing.scss */
  .resource-listing__item-meta {
    min-height: 11.5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item-meta {
  min-height: 11.5em;
}
@media (min-width: 79em) {
  /* line 70, ../sass/modules/_resource-listing.scss */
  .resource-listing__item-meta {
    min-height: 13em;
  }
}

/* line 85, ../sass/modules/_resource-listing.scss */
.resource-listing__item-meta__date {
  margin: 0 0 .5em 0;
  font-size: .9em;
  font-style: italic;
  color: #cbcbcb;
}
/* line 90, ../sass/modules/_resource-listing.scss */
.lt-ie9 .resource-listing__item-meta__date {
  margin-top: .5em;
}

/* line 95, ../sass/modules/_resource-listing.scss */
.resource-listing__item-meta__title {
  color: #2299ed;
  margin: 0 0 .4em 0;
  font-weight: normal;
}
@media (min-width: 59em) {
  /* line 95, ../sass/modules/_resource-listing.scss */
  .resource-listing__item-meta__title {
    line-height: 1.2;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item-meta__title {
  line-height: 1.2;
}

/* line 104, ../sass/modules/_resource-listing.scss */
.resource-listing__item-meta__summary {
  margin-bottom: 0;
}

@media (min-width: 39em) {
  /* line 109, ../sass/modules/_resource-listing.scss */
  .resource-listing__item--featured {
    display: table;
    height: 20em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item--featured {
  display: table;
  height: 20em;
}
/* line 119, ../sass/modules/_resource-listing.scss */
.resource-listing__item--featured .resource-listing__item-thumb {
  display: block;
}
@media (min-width: 39em) {
  /* line 119, ../sass/modules/_resource-listing.scss */
  .resource-listing__item--featured .resource-listing__item-thumb {
    display: table-cell;
    width: 50%;
    height: 100%;
    background-size: cover;
    border-right: 1em solid white;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item--featured .resource-listing__item-thumb {
  display: table-cell;
  width: 50%;
  height: 100%;
  background-size: cover;
  border-right: 1em solid white;
}
/* line 129, ../sass/modules/_resource-listing.scss */
.resource-listing__item--featured .resource-listing__item-thumb > a:after {
  left: auto;
  right: -1px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cG9seWdvbiBzdHlsZT0iZmlsbDojZmZmOyIgcG9pbnRzPSIxMDAsNTAgMTAwLDEwMCAwLDEwMCAiLz48L3N2Zz4=");
}
@media (min-width: 79em) {
  /* line 119, ../sass/modules/_resource-listing.scss */
  .resource-listing__item--featured .resource-listing__item-thumb {
    width: 40%;
  }
}
/* line 140, ../sass/modules/_resource-listing.scss */
.resource-listing__item--featured .resource-listing__item-meta {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 39em) {
  /* line 140, ../sass/modules/_resource-listing.scss */
  .resource-listing__item--featured .resource-listing__item-meta {
    padding-left: 1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item--featured .resource-listing__item-meta {
  padding-left: 1em;
}
@media (min-width: 39em) {
  /* line 109, ../sass/modules/_resource-listing.scss */
  .resource-listing__item--featured {
    width: 100%;
    min-height: 0;
    float: none;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .resource-listing__item--featured {
  width: 100%;
  min-height: 0;
  float: none;
}

@media (min-width: 59em) {
  /* line 1, ../sass/modules/_search-results.scss */
  .search-results {
    padding-right: 1em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .search-results {
  padding-right: 1em;
}

/* line 9, ../sass/modules/_search-results.scss */
.search-results__excerpt em {
  font-style: normal;
  background: #16af20;
  padding: 0 .2em;
  color: white;
}

/* line 1, ../sass/modules/_section-inline.scss */
.section-inline {
  padding: 0.7em 0;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_section-inline.scss */
  .section-inline {
    padding: 1em 2.5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-inline {
  padding: 1em 2.5em;
}

/* line 7, ../sass/modules/_section-inline.scss */
.section-inline__text {
  line-height: 2;
  margin: 0;
}

/* line 11, ../sass/modules/_section-inline.scss */
.section-inline__arrow-link {
  margin-bottom: -.7em;
}

/* line 1, ../sass/modules/_section-link-compact.scss */
.section-link-compact {
  border: 1px solid #cbcbcb;
  border-width: 1px 0;
  overflow: hidden;
}

/* line 7, ../sass/modules/_section-link-compact.scss */
.section-link-compact__arrow-link {
  float: right;
}

/* line 1, ../sass/modules/_section-link-home.scss */
.section-link-home, .section-link-home--1, .section-link-home--2, .section-link-home--3 {
  background: white no-repeat center bottom;
  position: relative;
  margin-bottom: 2em;
  background-position: top center;
}
/* line 7, ../sass/modules/_section-link-home.scss */
.section-link-home h1, .section-link-home--1 h1, .section-link-home--2 h1, .section-link-home--3 h1 {
  margin: 0;
  background: #19488d;
  color: white;
  font-size: 1.25rem;
}
@media (min-width: 39em) {
  /* line 7, ../sass/modules/_section-link-home.scss */
  .section-link-home h1, .section-link-home--1 h1, .section-link-home--2 h1, .section-link-home--3 h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 59em) {
  /* line 7, ../sass/modules/_section-link-home.scss */
  .section-link-home h1, .section-link-home--1 h1, .section-link-home--2 h1, .section-link-home--3 h1 {
    font-size: 1.875rem;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home h1, .lt-ie9 .section-link-home--1 h1, .lt-ie9 .section-link-home--2 h1, .lt-ie9 .section-link-home--3 h1 {
  font-size: 1.875rem;
}
/* line 19, ../sass/modules/_section-link-home.scss */
.section-link-home h1 a, .section-link-home--1 h1 a, .section-link-home--2 h1 a, .section-link-home--3 h1 a {
  display: block;
  padding: 1rem 1.5rem;
  color: white;
}
/* line 24, ../sass/modules/_section-link-home.scss */
.section-link-home h1 a:hover, .section-link-home--1 h1 a:hover, .section-link-home--2 h1 a:hover, .section-link-home--3 h1 a:hover {
  background: #4b8cc7;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_section-link-home.scss */
  .section-link-home, .section-link-home--1, .section-link-home--2, .section-link-home--3 {
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
  }
  /* line 184, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_grid.scss */
  .section-link-home:nth-child(3n), .section-link-home--1:nth-child(3n), .section-link-home--2:nth-child(3n), .section-link-home--3:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home, .lt-ie9 .section-link-home--1, .lt-ie9 .section-link-home--2, .lt-ie9 .section-link-home--3 {
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
  display: inline;
}
/* line 184, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_grid.scss */
.lt-ie9 .section-link-home:nth-child(3n), .lt-ie9 .section-link-home--1:nth-child(3n), .lt-ie9 .section-link-home--2:nth-child(3n), .lt-ie9 .section-link-home--3:nth-child(3n) {
  float: right;
  margin-right: 0;
}

@media (min-width: 39em) {
  /* line 36, ../sass/modules/_section-link-home.scss */
  .section-link-home--1 {
    height: 39em;
    background-image: url(/img/home-section-provider.jpg);
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home--1 {
  height: 39em;
  background-image: url(/img/home-section-provider.jpg);
}
@media (min-width: 59em) {
  /* line 36, ../sass/modules/_section-link-home.scss */
  .section-link-home--1 {
    height: 36em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home--1 {
  height: 36em;
}
@media (min-width: 79em) {
  /* line 36, ../sass/modules/_section-link-home.scss */
  .section-link-home--1 {
    height: 38em;
  }
}

@media (min-width: 39em) {
  /* line 49, ../sass/modules/_section-link-home.scss */
  .section-link-home--2 {
    height: 39em;
    background-image: url(/img/home-section-family.jpg);
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home--2 {
  height: 39em;
  background-image: url(/img/home-section-family.jpg);
}
@media (min-width: 59em) {
  /* line 49, ../sass/modules/_section-link-home.scss */
  .section-link-home--2 {
    height: 36em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home--2 {
  height: 36em;
}
@media (min-width: 79em) {
  /* line 49, ../sass/modules/_section-link-home.scss */
  .section-link-home--2 {
    height: 38em;
  }
}

@media (min-width: 39em) {
  /* line 62, ../sass/modules/_section-link-home.scss */
  .section-link-home--3 {
    height: 39em;
    background-image: url(/img/home-section-donor.jpg);
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home--3 {
  height: 39em;
  background-image: url(/img/home-section-donor.jpg);
}
@media (min-width: 59em) {
  /* line 62, ../sass/modules/_section-link-home.scss */
  .section-link-home--3 {
    height: 36em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-home--3 {
  height: 36em;
}
@media (min-width: 79em) {
  /* line 62, ../sass/modules/_section-link-home.scss */
  .section-link-home--3 {
    height: 38em;
  }
}

/* line 1, ../sass/modules/_section-link-overview.scss */
.section-link-overview {
  position: relative;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_section-link-overview.scss */
  .section-link-overview {
    height: 12.5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-overview {
  height: 12.5em;
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_section-link-overview.scss */
  .section-link-overview {
    height: 9.5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-overview {
  height: 9.5em;
}

/* line 11, ../sass/modules/_section-link-overview.scss */
.section-link-overview__title {
  display: block;
  background: #2299ed;
  color: white;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0.7em 0.7em 0.6em;
  margin-bottom: 0.8em;
}
/* line 24, ../sass/modules/_section-link-overview.scss */
.section-link-overview__title:hover {
  color: white;
  background: #4b8cc7;
}

@media (min-width: 39em) {
  /* line 34, ../sass/modules/_section-link-overview.scss */
  .section-link-overview__arrow-link {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .section-link-overview__arrow-link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

/* line 1, ../sass/modules/_social-list.scss */
.social-list {
  list-style: none;
  border: 1px solid #cbcbcb;
  border-width: 1px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
/* line 9, ../sass/modules/_social-list.scss */
.social-list > li {
  float: left;
  display: block;
  width: 33.33%;
  border: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
}
/* line 15, ../sass/modules/_social-list.scss */
.social-list > li > a {
  display: block;
  text-align: center;
  padding: .8em .71em;
  font-size: 1.7em;
}
/* line 20, ../sass/modules/_social-list.scss */
.social-list > li > a:hover {
  background: #f4f4f4;
}
@media (min-width: 79em) {
  /* line 15, ../sass/modules/_social-list.scss */
  .social-list > li > a {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
/* line 31, ../sass/modules/_social-list.scss */
.social-list > li:first-child {
  border-left: none;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_social-list.scss */
  .social-list {
    border-width: 0 1px 0 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 39, ../sass/modules/_social-list.scss */
  .social-list > li {
    float: none;
    width: 100%;
    border-width: 1px 0 0;
  }
  /* line 43, ../sass/modules/_social-list.scss */
  .social-list > li:first-child {
    border-width: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .social-list {
  border-width: 0 1px 0 0;
  margin-left: 0;
  margin-right: 0;
}
/* line 39, ../sass/modules/_social-list.scss */
.lt-ie9 .social-list > li {
  float: none;
  width: 100%;
  border-width: 1px 0 0;
}
/* line 43, ../sass/modules/_social-list.scss */
.lt-ie9 .social-list > li:first-child {
  border-width: 0;
}

/* line 1, ../sass/modules/_take-action-tall.scss */
.take-action-tall, .take-action-tall--family, .take-action-tall--donor, .take-action-tall--provider {
  background: #9bcbea;
  position: relative;
}
/* line 7, ../sass/modules/_take-action-tall.scss */
.take-action-tall:after, .take-action-tall--family:after, .take-action-tall--donor:after, .take-action-tall--provider:after, .take-action-tall:before, .take-action-tall--family:before, .take-action-tall--donor:before, .take-action-tall--provider:before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

/* line 20, ../sass/modules/_take-action-tall.scss */
.take-action-tall__caption {
  font: 1.25em/1.1 "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #4b8cc7;
  padding: .5em;
  float: none;
  width: 100%;
  font-size: 2em;
}
/* line 28, ../sass/modules/_take-action-tall.scss */
.take-action-tall--donor .take-action-tall__caption {
  margin-top: .6em;
}
/* line 31, ../sass/modules/_take-action-tall.scss */
.take-action-tall--family .take-action-tall__caption {
  margin-top: .5em;
}
@media (min-width: 59em) {
  /* line 36, ../sass/modules/_take-action-tall.scss */
  .take-action-tall--donor .take-action-tall__caption {
    margin-top: .4em;
  }
}
/* line 36, ../sass/modules/_take-action-tall.scss */
.take-action-tall--donor .lt-ie9 .take-action-tall__caption {
  margin-top: .4em;
}
@media (min-width: 79em) {
  /* line 20, ../sass/modules/_take-action-tall.scss */
  .take-action-tall__caption {
    font-size: 2.25em;
  }
}

/* line 46, ../sass/modules/_take-action-tall.scss */
.take-action-tall__emphasis {
  color: #2299ed;
}

/* line 52, ../sass/modules/_take-action-tall.scss */
.take-action-tall__figure-wrapper {
  background: no-repeat center top;
  position: absolute;
  width: 100%;
  bottom: 1px;
}

/* line 59, ../sass/modules/_take-action-tall.scss */
.take-action-tall__cta-wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 1.5em 1.3em;
}

/* line 67, ../sass/modules/_take-action-tall.scss */
.take-action-tall--family {
  min-height: 31em;
}
@media (min-width: 79em) {
  /* line 67, ../sass/modules/_take-action-tall.scss */
  .take-action-tall--family {
    min-height: 36em;
  }
}

/* line 75, ../sass/modules/_take-action-tall.scss */
.take-action-tall--donor {
  min-height: 28em;
}
@media (min-width: 79em) {
  /* line 75, ../sass/modules/_take-action-tall.scss */
  .take-action-tall--donor {
    min-height: 34em;
  }
}

/* line 84, ../sass/modules/_take-action-tall.scss */
.take-action-tall--provider {
  min-height: 28em;
}
@media (min-width: 79em) {
  /* line 84, ../sass/modules/_take-action-tall.scss */
  .take-action-tall--provider {
    min-height: 35em;
  }
}

/* line 1, ../sass/modules/_take-action-wide.scss */
.take-action-wide, .take-action-wide--family, .take-action-wide--donor, .take-action-wide--provider {
  background: #9bcbea;
  position: relative;
  min-height: 27em;
}
@media (min-width: 39em) {
  /* line 1, ../sass/modules/_take-action-wide.scss */
  .take-action-wide, .take-action-wide--family, .take-action-wide--donor, .take-action-wide--provider {
    min-height: 0;
    height: 14em;
  }
}
@media (min-width: 59em) {
  /* line 1, ../sass/modules/_take-action-wide.scss */
  .take-action-wide, .take-action-wide--family, .take-action-wide--donor, .take-action-wide--provider {
    min-height: 0;
    height: auto;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide, .lt-ie9 .take-action-wide--family, .lt-ie9 .take-action-wide--donor, .lt-ie9 .take-action-wide--provider {
  min-height: 0;
  height: auto;
}

/* line 17, ../sass/modules/_take-action-wide.scss */
.take-action-wide__caption {
  font: 1.75em/1.1 "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #19488d;
  padding: .5em;
}
@media (min-width: 39em) {
  /* line 17, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__caption {
    font-size: 1.75em;
    width: 42%;
    float: left;
  }
  /* line 27, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--donor .take-action-wide__caption {
    margin-top: .6em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__caption {
  font-size: 1.75em;
  width: 42%;
  float: left;
}
/* line 27, ../sass/modules/_take-action-wide.scss */
.take-action-wide--donor .lt-ie9 .take-action-wide__caption {
  margin-top: .6em;
}
@media (min-width: 59em) {
  /* line 33, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--donor .take-action-wide__caption {
    margin-top: .4em;
  }
  /* line 37, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--provider .take-action-wide__caption {
    margin-top: .4em;
  }
}
/* line 33, ../sass/modules/_take-action-wide.scss */
.take-action-wide--donor .lt-ie9 .take-action-wide__caption {
  margin-top: .4em;
}
/* line 37, ../sass/modules/_take-action-wide.scss */
.take-action-wide--provider .lt-ie9 .take-action-wide__caption {
  margin-top: .4em;
}
@media (min-width: 59em) {
  /* line 17, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__caption {
    width: 57%;
    font-size: 2.75em;
  }
  /* line 46, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--family .take-action-wide__caption {
    margin-top: .5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__caption {
  width: 57%;
  font-size: 2.75em;
}
/* line 46, ../sass/modules/_take-action-wide.scss */
.take-action-wide--family .lt-ie9 .take-action-wide__caption {
  margin-top: .5em;
}

/* line 52, ../sass/modules/_take-action-wide.scss */
.take-action-wide__emphasis {
  color: #2299ed;
}

/* line 58, ../sass/modules/_take-action-wide.scss */
.take-action-wide__figure-wrapper {
  background: no-repeat center top;
  position: absolute;
  width: 100%;
  max-width: 21.5em;
  bottom: -1.5em;
  left: 50%;
}
@media (min-width: 39em) {
  /* line 58, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__figure-wrapper {
    position: relative;
    left: auto;
    margin-top: -4em;
    margin-bottom: -2em;
    max-width: 999em;
    bottom: -0.25em;
    width: 57%;
    float: right;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__figure-wrapper {
  position: relative;
  left: auto;
  margin-top: -4em;
  margin-bottom: -2em;
  max-width: 999em;
  bottom: -0.25em;
  width: 57%;
  float: right;
}
@media (min-width: 59em) {
  /* line 58, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__figure-wrapper {
    width: 43%;
    bottom: 0.5em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__figure-wrapper {
  width: 43%;
  bottom: 0.5em;
}
/* line 80, ../sass/modules/_take-action-wide.scss */
.lt-ie9 .take-action-wide__figure-wrapper {
  margin-bottom: -1.5em;
}

/* line 85, ../sass/modules/_take-action-wide.scss */
.take-action-wide__figure {
  position: relative;
  left: -50%;
}
@media (min-width: 39em) {
  /* line 85, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__figure {
    left: auto;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__figure {
  left: auto;
}

/* line 93, ../sass/modules/_take-action-wide.scss */
.take-action-wide__cta-wrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 1em;
}
@media (min-width: 39em) {
  /* line 93, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__cta-wrapper {
    left: auto;
    width: 50%;
    right: 1em;
    bottom: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__cta-wrapper {
  left: auto;
  width: 50%;
  right: 1em;
  bottom: 0;
}
@media (min-width: 59em) {
  /* line 93, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__cta-wrapper {
    bottom: 1em;
    width: 43%;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__cta-wrapper {
  bottom: 1em;
  width: 43%;
}

/* line 111, ../sass/modules/_take-action-wide.scss */
.take-action-wide__cta {
  position: relative;
  left: -50%;
}
@media (min-width: 39em) {
  /* line 111, ../sass/modules/_take-action-wide.scss */
  .take-action-wide__cta {
    left: auto;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide__cta {
  left: auto;
}

/* line 120, ../sass/modules/_take-action-wide.scss */
.take-action-wide--family {
  min-height: 26em;
}
@media (min-width: 39em) {
  /* line 120, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--family {
    min-height: 0em;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide--family {
  min-height: 0em;
}

/* line 129, ../sass/modules/_take-action-wide.scss */
.take-action-wide--donor {
  min-height: 27em;
}
@media (min-width: 39em) {
  /* line 129, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--donor {
    min-height: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide--donor {
  min-height: 0;
}

/* line 138, ../sass/modules/_take-action-wide.scss */
.take-action-wide--provider {
  min-height: 26em;
}
@media (min-width: 39em) {
  /* line 138, ../sass/modules/_take-action-wide.scss */
  .take-action-wide--provider {
    min-height: 0;
  }
}
/* line 91, ../../../../.rvm/gems/ruby-2.4.5/gems/susy-1.0.9/sass/susy/_media.scss */
.lt-ie9 .take-action-wide--provider {
  min-height: 0;
}
