/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
.wp-caption .wp-caption-text,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 116, ../sass/_normalize.scss */
:focus {
  outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 130, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 135, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 140, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 145, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 150, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 155, ../sass/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

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

/* line 177, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 202, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 211, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 234, ../sass/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 242, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 284, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 291, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 299, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 309, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 324, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  height: auto;
}
@media \0screen {
  /* line 324, ../sass/_normalize.scss */
  img {
    width: auto;
  }
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 350, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 362, ../sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 370, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 382, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 396, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 411, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 426, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 439, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 451, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 465, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 474, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 483, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 494, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@media print {
  /* line 3, ../sass/_print.scss */
  h1, h2, h3, h4, h5, h6, p, ul, ol, a {
    color: #333 !important;
  }

  /* line 7, ../sass/_print.scss */
  body {
    margin-top: 4em !important;
  }

  /* line 11, ../sass/_print.scss */
  button, .button, .button-small, .callout-link {
    display: none !important;
  }

  /* line 15, ../sass/_print.scss */
  .rope-tester-panel {
    display: none !important;
  }

  /* line 19, ../sass/_print.scss */
  body:before, .main-header, .help-privacy-links, .progress, .site-footer {
    display: none !important;
  }

  /* line 23, ../sass/_print.scss */
  .thanks-info-links, .event-change, .directions, .btm-cta, .trip-planning, .fun-cta {
    display: none !important;
  }

  /* line 27, ../sass/_print.scss */
  .print {
    display: none !important;
  }
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 5, ../sass/_helper.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, ../sass/_helper.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 24, ../sass/_helper.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 29, ../sass/_helper.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 38, ../sass/_helper.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 51, ../sass/_helper.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 59, ../sass/_helper.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 69, ../sass/_helper.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 77, ../sass/_helper.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 112, ../sass/_helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 120, ../sass/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 131, ../sass/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 151, ../sass/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 160, ../sass/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 174, ../sass/_helper.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 190, ../sass/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 196, ../sass/_helper.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 213, ../sass/_helper.scss */
.clearfix {
  *zoom: 1;
}

/* line 218, ../sass/_helper.scss */
.nobreak {
  white-space: nowrap;
}

/* line 53, ../sass/_sensible.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   Fonts
   ========================================================================== */
/* Gotham */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-light.eot");
  src: url("../fonts/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.ttf") format("truetype"), url("../fonts/gotham-light.svg#Gotham") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-lightitalic.eot");
  src: url("../fonts/gotham-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-lightitalic.woff") format("woff"), url("../fonts/gotham-lightitalic.ttf") format("truetype"), url("../fonts/gotham-lightitalic.svg#Gotham") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-book.eot");
  src: url("../fonts/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"), url("../fonts/gotham-book.svg#Gotham") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-bookitalic.eot");
  src: url("../fonts/gotham-bookitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bookitalic.woff") format("woff"), url("../fonts/gotham-bookitalic.ttf") format("truetype"), url("../fonts/gotham-bookitalic.svg#Gotham") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-bold.eot");
  src: url("../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype"), url("../fonts/gotham-bold.svg#Gotham") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-bolditalic.eot");
  src: url("../fonts/gotham-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bolditalic.woff") format("woff"), url("../fonts/gotham-bolditalic.ttf") format("truetype"), url("../fonts/gotham-bolditalic.svg#Gotham") format("svg");
  font-weight: 700;
  font-style: italic;
}
/* Josefin */
@font-face {
  font-family: 'Josefin';
  src: url("../fonts/josefinslab-light-webfont.eot");
  src: url("../fonts/josefinslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/josefinslab-light-webfont.woff") format("woff"), url("../fonts/josefinslab-light-webfont.ttf") format("truetype"), url("../fonts/josefinslab-light-webfont.svg#josefin_slablight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Josefin';
  src: url("../fonts/josefinslab-lightitalic-webfont.eot");
  src: url("../fonts/josefinslab-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/josefinslab-lightitalic-webfont.woff") format("woff"), url("../fonts/josefinslab-lightitalic-webfont.ttf") format("truetype"), url("../fonts/josefinslab-lightitalic-webfont.svg#josefin_slablight_lightitalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Josefin';
  src: url("../fonts/josefinslab-regular-webfont.eot");
  src: url("../fonts/josefinslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/josefinslab-regular-webfont.woff") format("woff"), url("../fonts/josefinslab-regular-webfont.ttf") format("truetype"), url("../fonts/josefinslab-regular-webfont.svg#josefin_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Josefin';
  src: url("../fonts/josefinslab-italic-webfont.eot");
  src: url("../fonts/josefinslab-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/josefinslab-italic-webfont.woff") format("woff"), url("../fonts/josefinslab-italic-webfont.ttf") format("truetype"), url("../fonts/josefinslab-italic-webfont.svg#josefin_slablight_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Josefin';
  src: url("../fonts/josefinslab-semibold-webfont.eot");
  src: url("../fonts/josefinslab-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/josefinslab-semibold-webfont.woff") format("woff"), url("../fonts/josefinslab-semibold-webfont.ttf") format("truetype"), url("../fonts/josefinslab-semibold-webfont.svg#josefin_slabsemibold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Josefin';
  src: url("../fonts/josefinslab-semibolditalic-webfont.eot");
  src: url("../fonts/josefinslab-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/josefinslab-semibolditalic-webfont.woff") format("woff"), url("../fonts/josefinslab-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/josefinslab-semibolditalic-webfont.svg#josefin_slabsemibold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* Icons */
@font-face {
  font-family: 'Beacon Tree';
  src: url("../fonts/bt-icons.eot");
  src: url("../fonts/bt-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/bt-icons.woff") format("woff"), url("../fonts/bt-icons.ttf") format("truetype"), url("../fonts/bt-icons.svg#bt-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Variables & Mixins
   ========================================================================== */
/******** Fonts ************************/
/******** Colors ************************/
/******** Image Styles ************************/
/* ==========================================================================
   Typography
   ========================================================================== */
@media (max-width: 56.1875em) {
  /* line 5, ../sass/_type.scss */
  html {
    font-size: 0.9375em;
  }
}
@media (max-width: 29.9375em) {
  /* line 5, ../sass/_type.scss */
  html {
    font-size: 0.875em;
  }
}

/* line 14, ../sass/_type.scss */
body {
  font-family: Gotham, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  color: #484a42;
}

/* line 20, ../sass/_type.scss */
h1, h2, h3, h4 {
  font-family: Josefin, Archer, Rockwell, serif;
  line-height: 1.1em;
  margin: 1.25em 0 0.5em 0;
}

/* line 26, ../sass/_type.scss */
h1, h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #4b86aa;
  font-weight: 200;
}
@media (min-width: 30em) {
  /* line 26, ../sass/_type.scss */
  h1, h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

/* line 37, ../sass/_type.scss */
h3 {
  font-size: 38px;
  font-size: 2.375rem;
  color: #286489;
  font-weight: normal;
}
@media (min-width: 30em) {
  /* line 37, ../sass/_type.scss */
  h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

/* line 48, ../sass/_type.scss */
h4 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #4b86aa;
  font-weight: normal;
}
@media (min-width: 30em) {
  /* line 48, ../sass/_type.scss */
  h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

/* line 59, ../sass/_type.scss */
h5 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  margin: 1.25em 0 0.85em 0;
  color: #286489;
  font-weight: normal;
}

/* line 72, ../sass/_type.scss */
p, ul, ol, blockquote, address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 1em 0;
  font-weight: normal;
  font-style: normal;
}
/* line 79, ../sass/_type.scss */
p *, ul *, ol *, blockquote *, address * {
  font-size: 1em;
}
/* line 82, ../sass/_type.scss */
p.no-margin, ul.no-margin, ol.no-margin, blockquote.no-margin, address.no-margin {
  margin: 0 !important;
}

/* line 87, ../sass/_type.scss */
ul {
  list-style-type: circle;
}

/* line 91, ../sass/_type.scss */
ul, ol {
  padding: 0 0 0 1.5em;
}
/* line 93, ../sass/_type.scss */
ul li, ol li {
  margin: 0 0 0.35em 0;
  padding: 0;
}
/* line 96, ../sass/_type.scss */
ul li ul, ul li ol, ol li ul, ol li ol {
  font-size: 0.9em;
  margin: 0.5em 0 !important;
}

/* line 103, ../sass/_type.scss */
address {
  font-style: normal;
}

/* line 107, ../sass/_type.scss */
.address {
  color: #6f7264;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4em;
  margin: 1em 0;
  font-weight: normal;
  font-style: italic;
}

/* line 117, ../sass/_type.scss */
small {
  display: block;
  margin: 1.25em 0;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-style: italic;
  color: #6f7264;
}
/* line 124, ../sass/_type.scss */
p small {
  display: inline;
  margin: 0;
}

/* line 130, ../sass/_type.scss */
h1, h2, h3, h4, h5, p, ul, ol, blockquote, small {
  max-width: 60em;
}
/* line 132, ../sass/_type.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child, ul:first-child, ol:first-child, blockquote:first-child, small:first-child {
  margin-top: 0;
}
/* line 135, ../sass/_type.scss */
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, small:last-child {
  margin-bottom: 0;
}

/* line 140, ../sass/_type.scss */
hr {
  border: 0;
  border-top: 1px solid #9bbac5;
  margin: 2em -1em;
  clear: both;
}

/* line 147, ../sass/_type.scss */
a {
  color: #4b86aa;
  text-decoration: none;
  border-bottom: 1px solid #4b86aa;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
/* line 153, ../sass/_type.scss */
a:hover {
  color: #0e3c58;
  border-color: #76c647;
}
/* line 157, ../sass/_type.scss */
a:active {
  color: #76c647;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 163, ../sass/_type.scss */
.green {
  color: #76c647;
}

/* line 166, ../sass/_type.scss */
.blue {
  color: #4b86aa;
}

/* line 169, ../sass/_type.scss */
.lightblue {
  color: #9bbac5;
}

/* line 172, ../sass/_type.scss */
.darkerblue {
  color: #286489;
}

/* line 175, ../sass/_type.scss */
.red {
  color: #994c51;
}

/* line 178, ../sass/_type.scss */
.gray {
  color: #6f7264;
}

/* line 181, ../sass/_type.scss */
.darkgray {
  color: #484a42;
}

/* line 186, ../sass/_type.scss */
figure img {
  display: block;
  margin: auto;
}

/* line 192, ../sass/_type.scss */
figcaption, .wp-caption .wp-caption-text {
  margin: 1em 0;
  text-align: center;
}
/* line 195, ../sass/_type.scss */
figcaption, .wp-caption .wp-caption-text, figcaption *, .wp-caption .wp-caption-text * {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35em;
  color: #898d7c;
}

/* line 203, ../sass/_type.scss */
.nowrap {
  white-space: nowrap;
}

/* line 207, ../sass/_type.scss */
.wp-editor img, .blog-post-content img, .wp-caption, .page-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #cddde2;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 16px;
  padding: 1rem;
}
@media \0screen {
  /* line 207, ../sass/_type.scss */
  .wp-editor img, .blog-post-content img, .wp-caption, .page-content img {
    width: auto;
  }
}
/* line 218, ../sass/_type.scss */
.wp-editor img.no-border, .blog-post-content img.no-border, .wp-caption.no-border, .page-content img.no-border {
  border: 0;
  padding: 0;
}
/* line 222, ../sass/_type.scss */
.wp-editor img.aligncenter, .wp-editor img.alignleft, .wp-editor img.alignright, .blog-post-content img.aligncenter, .blog-post-content img.alignleft, .blog-post-content img.alignright, .wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright, .page-content img.aligncenter, .page-content img.alignleft, .page-content img.alignright {
  margin: 2em auto;
}
/* line 225, ../sass/_type.scss */
.wp-editor img.aligncenter:first-child, .wp-editor img.alignleft:first-child, .wp-editor img.alignright:first-child, .blog-post-content img.aligncenter:first-child, .blog-post-content img.alignleft:first-child, .blog-post-content img.alignright:first-child, .wp-caption.aligncenter:first-child, .wp-caption.alignleft:first-child, .wp-caption.alignright:first-child, .page-content img.aligncenter:first-child, .page-content img.alignleft:first-child, .page-content img.alignright:first-child {
  margin-top: 0;
}
@media (min-width: 37.5em) and (max-width: 56.25em), (min-width: 75em) {
  /* line 230, ../sass/_type.scss */
  .wp-editor img.alignleft, .blog-post-content img.alignleft, .wp-caption.alignleft, .page-content img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
    max-width: 50%;
    height: auto;
  }
}
@media (min-width: 37.5em) and (max-width: 56.25em), (min-width: 75em) {
  /* line 238, ../sass/_type.scss */
  .wp-editor img.alignright, .blog-post-content img.alignright, .wp-caption.alignright, .page-content img.alignright {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 50%;
    height: auto;
  }
}

/* line 249, ../sass/_type.scss */
.wp-caption img {
  border: 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 257, ../sass/_type.scss */
.wp-caption a {
  display: block;
  border: 0;
}

/* line 32, ../sass/_buttons.scss */
.button, .button a, button, input[type=submit], input[type=button] {
  display: block;
  width: 100%;
  background: #4b86aa;
  padding: 0.8em 1em;
  margin: 0.25em 0;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  border: 3px solid #4b86aa;
  -moz-box-shadow: 0 0 0 1px #9bbac5 inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #9bbac5 inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #9bbac5 inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: bold;
  color: #fff !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 17, ../sass/_buttons.scss */
.button:before, .button:after, .button a:before, .button a:after, button:before, button:after, input[type=submit]:before, input[type=submit]:after, input[type=button]:before, input[type=button]:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 20, ../sass/_buttons.scss */
.button:hover, .button a:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
  background: #3f718f;
  border-color: #3f718f;
  -moz-box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
}
@media (min-width: 37.5em) {
  /* line 32, ../sass/_buttons.scss */
  .button, .button a, button, input[type=submit], input[type=button] {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}
/* line 37, ../sass/_buttons.scss */
.button.loading::before, .button a.loading::before, button.loading::before, input[type=submit].loading::before, input[type=button].loading::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: -0.375em 0.25em -0.375em 0;
  line-height: inherit;
  background: url('../images/loading.svg?1466994697') no-repeat;
  background-size: contain;
}

/* line 52, ../sass/_buttons.scss */
.button.green, .button.green a, button.green, input[type=submit].green, input[type=button].green {
  background-color: #76c647;
  border-color: #76c647;
  -moz-box-shadow: 0 0 0 1px #f1ed8d inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #f1ed8d inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #f1ed8d inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
}
/* line 56, ../sass/_buttons.scss */
.button.green:hover, .button.green a:hover, button.green:hover, input[type=submit].green:hover, input[type=button].green:hover {
  background-color: #64b037;
  border-color: #64b037;
  -moz-box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
}

/* line 63, ../sass/_buttons.scss */
.button.red, .button.red a, button.red, input[type=submit].red, input[type=button].red {
  background-color: #994c51;
  border-color: #994c51;
  -moz-box-shadow: 0 0 0 1px #f1ed8d inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #f1ed8d inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #f1ed8d inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
}
/* line 67, ../sass/_buttons.scss */
.button.red:hover, .button.red a:hover, button.red:hover, input[type=submit].red:hover, input[type=button].red:hover {
  background-color: #7f3f43;
  border-color: #7f3f43;
  -moz-box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #fff inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
}

/* line 74, ../sass/_buttons.scss */
.button.yellow, .button.yellow a, button.yellow, input[type=submit].yellow, input[type=button].yellow {
  background-color: #f1ed8d;
  border-color: #f1ed8d;
  color: #286489 !important;
  -moz-box-shadow: 0 0 0 1px #b7c997 inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #b7c997 inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #b7c997 inset, 1px 1px 0 rgba(0, 0, 0, 0.125);
}
/* line 79, ../sass/_buttons.scss */
.button.yellow:hover, .button.yellow a:hover, button.yellow:hover, input[type=submit].yellow:hover, input[type=button].yellow:hover {
  background-color: #ede86b;
  border-color: #ede86b;
}

/* line 85, ../sass/_buttons.scss */
.button-large, .button-large a, button.large, input[type=submit].large, input[type=button].large {
  padding: 0.6em 0.85em;
  font-family: Josefin, Archer, Rockwell, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: normal;
  text-transform: lowercase;
}
@media (min-width: 48em) {
  /* line 85, ../sass/_buttons.scss */
  .button-large, .button-large a, button.large, input[type=submit].large, input[type=button].large {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* line 98, ../sass/_buttons.scss */
.more-link {
  display: block;
  padding: 0.5em 0;
  border: 0;
  color: #286489;
  font-weight: bold;
}
/* line 104, ../sass/_buttons.scss */
.more-link:hover {
  color: #0e3c58;
}
/* line 107, ../sass/_buttons.scss */
.more-link:after {
  content: "\e008";
  font-family: "Beacon Tree";
  font-size: 0.85em;
  color: #286489;
  background: #f1ed8d;
  padding: 0.25em;
  margin-left: 0.75em;
  font-weight: normal;
}

/* line 119, ../sass/_buttons.scss */
.info-links {
  list-style: none;
  line-height: 1.2em;
  padding: 0 0 0 0.75em;
}
/* line 123, ../sass/_buttons.scss */
.info-links li {
  display: block;
  padding-left: 1.75em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 128, ../sass/_buttons.scss */
.info-links li:before {
  content: "\e000";
  font-family: "Beacon Tree";
  position: absolute;
  top: 0;
  left: 0;
  color: #4b86aa;
}
/* line 137, ../sass/_buttons.scss */
.info-links a {
  border: none;
}

/* line 1, ../sass/_forms.scss */
.question {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  position: relative;
}
/* line 5, ../sass/_forms.scss */
.question.missing {
  color: #994c51 !important;
}
/* line 7, ../sass/_forms.scss */
.question.missing input, .question.missing select, .question.missing textarea {
  border-color: #994c51 !important;
}
@media (min-width: 30em) {
  /* line 12, ../sass/_forms.scss */
  .question.half {
    width: 50%;
    float: left;
    padding: 0 0 0 1em;
  }
  /* line 16, ../sass/_forms.scss */
  .question.half:first-of-type {
    padding-left: 0;
  }
  /* line 19, ../sass/_forms.scss */
  .merged-fields .question.half {
    padding-left: 0;
  }
  /* line 21, ../sass/_forms.scss */
  .merged-fields .question.half ~ .question.half input {
    border-left: 0;
  }
  /* line 24, ../sass/_forms.scss */
  .merged-fields .question.half:first-of-type input {
    -moz-border-radius: 0.2777em 0 0 0.27777em;
    -webkit-border-radius: 0.2777em;
    border-radius: 0.2777em 0 0 0.27777em;
  }
  /* line 27, ../sass/_forms.scss */
  .merged-fields .question.half:last-of-type input {
    -moz-border-radius: 0 0.2777em 0.27777em 0;
    -webkit-border-radius: 0;
    border-radius: 0 0.2777em 0.27777em 0;
  }
}

/* line 35, ../sass/_forms.scss */
label {
  display: block;
  padding: 0 0.25em;
  font-size: 17px;
  font-size: 1.0625rem;
}

/* line 42, ../sass/_forms.scss */
input, select, textarea {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 0.2777em;
  -webkit-border-radius: 0.2777em;
  border-radius: 0.2777em;
  -webkit-appearance: none;
  padding: 0.5em 0.75em;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #6f7264;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
}
/* line 56, ../sass/_forms.scss */
input:focus, select:focus, textarea:focus {
  border-color: #76c647;
  color: #484a42;
  -moz-box-shadow: 0 0 25px rgba(118, 198, 71, 0.5);
  -webkit-box-shadow: 0 0 25px rgba(118, 198, 71, 0.5);
  box-shadow: 0 0 25px rgba(118, 198, 71, 0.5);
  z-index: 2;
}

/* line 64, ../sass/_forms.scss */
textarea {
  min-height: 10em;
}

/* line 68, ../sass/_forms.scss */
select {
  -webkit-appearance: menulist;
  height: 2.25em;
}

/* line 73, ../sass/_forms.scss */
input[type=checkbox], input[type=radio] {
  width: auto;
  padding: 0;
  margin: 0;
}
/* line 77, ../sass/_forms.scss */
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
}

/* line 82, ../sass/_forms.scss */
input[type=checkbox] {
  -webkit-appearance: checkbox;
}

/* line 85, ../sass/_forms.scss */
input[type=radio] {
  -webkit-appearance: radio;
}

/* line 90, ../sass/_forms.scss */
.type-checkbox span, .type-radio span {
  display: block;
  margin: 0 0 8px 0;
  margin: 0 0 0.5rem 0;
  position: relative;
}
/* line 96, ../sass/_forms.scss */
.type-checkbox input, .type-radio input {
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 0;
}
/* line 102, ../sass/_forms.scss */
.type-checkbox label, .type-radio label {
  display: block;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* line 162, ../sass/_forms.scss */
.question-group-label {
  display: block;
  margin: 0;
  padding: 0 0.25em;
  font-size: 17px;
  font-size: 1.0625rem;
}

/* line 170, ../sass/_forms.scss */
.submit-row {
  text-align: right;
}

/* line 174, ../sass/_forms.scss */
.error-hint, .error-message {
  display: none;
  color: #994c51 !important;
}

/* line 1, ../sass/_admin-header.scss */
#wp-admin-bar-comments {
  display: none;
}

/* line 5, ../sass/_admin-header.scss */
#wp-admin-bar-wp-logo > .ab-item .ab-icon {
  background-image: url('../images/db-icon-2x.png?1426088409') !important;
  background-size: contain !important;
  background-position: 0 0 !important;
}
/* line 9, ../sass/_admin-header.scss */
.lt-ie9 #wp-admin-bar-wp-logo > .ab-item .ab-icon {
  background-image: url('../images/db-icon.png?1426088410') !important;
}

/* ==========================================================================
   Modules
   ========================================================================== */
/**** Structure ****/
/* line 9, ../sass/_global.scss */
.wrapper {
  width: 90%;
  max-width: 1260px;
  max-width: 78.75rem;
  margin: auto;
  position: relative;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* ======= Logo ======= */
/* line 27, ../sass/_global.scss */
.logo {
  width: 268px;
  width: 16.75rem;
  height: 76px;
  height: 4.75rem;
  background-image: url('../images/beacontree-logo.png?1426088406');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  /* line 27, ../sass/_global.scss */
  .logo {
    background-image: url('../images/beacontree-logo-2x.png?1426088405');
  }
}
/* line 117, ../sass/_sensible.scss */
.svg .logo {
  background-image: url('../images/beacontree-logo.svg?1426088406');
}
/* line 37, ../sass/_global.scss */
.logo a {
  display: block;
  text-indent: -9999px;
  border: 0;
}
/* line 43, ../sass/_global.scss */
.site-header .logo {
  margin: 1.5% 0;
}
/* line 45, ../sass/_global.scss */
.no-js .site-header .logo {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 29.9375em) {
  /* line 43, ../sass/_global.scss */
  .site-header .logo {
    width: 14.2375rem;
    height: 4.0375rem;
  }
}
@media (min-width: 75em) {
  /* line 43, ../sass/_global.scss */
  .site-header .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

/* ======= Promo Bar ======= */
@-moz-keyframes eventPromoReveal {
  0% {
    max-height: 0rem;
  }
  100% {
    max-height: 11.25rem;
  }
}
@-webkit-keyframes eventPromoReveal {
  0% {
    max-height: 0rem;
  }
  100% {
    max-height: 11.25rem;
  }
}
@keyframes eventPromoReveal {
  0% {
    max-height: 0rem;
  }
  100% {
    max-height: 11.25rem;
  }
}
/* line 71, ../sass/_global.scss */
.event-promo,
.event-alert {
  overflow: hidden;
  background-image: url(http://www.kickstigmarva.org/img/grass-sm.jpg);
  background-size: 100% auto;
  background-position: 50% 0;
  background-color: #65aa3c;
  background-attachment: fixed;
  background-repeat: repeat;
  -webkit-background-blend-mode: overlay, normal;
  background-blend-mode: soft-light, normal;
  color: #fff;
  -moz-animation: eventPromoReveal 0.5s ease-out 0.75s both;
  -webkit-animation: eventPromoReveal 0.5s ease-out 0.75s both;
  animation: eventPromoReveal 0.5s ease-out 0.75s both;
}
/* line 87, ../sass/_global.scss */
.event-promo *,
.event-alert * {
  color: #fff;
}
/* line 91, ../sass/_global.scss */
.event-promo h4,
.event-alert h4 {
  font-size: 1.675rem;
}
/* line 95, ../sass/_global.scss */
.event-promo .button,
.event-alert .button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 37.5em) {
  /* line 71, ../sass/_global.scss */
  .event-promo,
  .event-alert {
    background-image: url(http://www.kickstigmarva.org/img/grass-med.jpg);
  }
}
@media (min-width: 75em) {
  /* line 71, ../sass/_global.scss */
  .event-promo,
  .event-alert {
    background-image: url(http://www.kickstigmarva.org/img/grass.jpg);
  }
}

/* line 109, ../sass/_global.scss */
.event-alert {
  background: #994c51;
}

/* line 113, ../sass/_global.scss */
.event-promo-content,
.event-alert-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: calc(1% + 1rem) 0;
}
/* line 121, ../sass/_global.scss */
.event-promo-content > *,
.event-alert-content > * {
  margin: 0 0 0.5em 0;
}
@media (min-width: 37.5em) {
  /* line 113, ../sass/_global.scss */
  .event-promo-content,
  .event-alert-content {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  /* line 128, ../sass/_global.scss */
  .event-promo-content > *,
  .event-alert-content > * {
    margin: 0 0.5em;
  }
}

/* ======= Header Bar ======= */
/* line 139, ../sass/_global.scss */
.site-header {
  background: #fff;
  border-bottom-width: 10px;
  border-bottom-width: 0.625rem;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -moz-box-shadow: 0 -1px 0 #cddde2 inset, 0 1px 0 rgba(155, 186, 197, 0.35), 0 2px 8px rgba(75, 99, 114, 0.2);
  -webkit-box-shadow: 0 -1px 0 #cddde2 inset, 0 1px 0 rgba(155, 186, 197, 0.35), 0 2px 8px rgba(75, 99, 114, 0.2);
  box-shadow: 0 -1px 0 #cddde2 inset, 0 1px 0 rgba(155, 186, 197, 0.35), 0 2px 8px rgba(75, 99, 114, 0.2);
  position: relative;
  z-index: 5;
}
/* line 150, ../sass/_global.scss */
.no-boxshadow .site-header {
  border-bottom: 1px solid #cddde2;
}
/* line 153, ../sass/_global.scss */
.site-header:before {
  content: "";
  display: table;
  clear: both;
}
/* line 158, ../sass/_global.scss */
.site-header .wrapper {
  max-width: 1340px;
  max-width: 83.75rem;
}

/* ======= Nav ======= */
/* line 167, ../sass/_global.scss */
.site-nav {
  padding: 2.5%;
  overflow: visible;
  display: none;
}
@media (min-width: 48em) {
  /* line 167, ../sass/_global.scss */
  .site-nav {
    display: block !important;
    padding-top: 1.25%;
    padding-bottom: 0;
  }
}
@media (min-width: 75em) {
  /* line 167, ../sass/_global.scss */
  .site-nav {
    padding: 5.625em 0 0 0;
    margin-left: 19.6875em;
  }
}
/* line 180, ../sass/_global.scss */
.site-nav ul {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  text-transform: lowercase;
  text-align: center;
  clear: both;
}
@media (min-width: 75em) {
  /* line 180, ../sass/_global.scss */
  .site-nav ul {
    text-align: right;
  }
}
/* line 190, ../sass/_global.scss */
.site-nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 48em) {
  /* line 190, ../sass/_global.scss */
  .site-nav ul li {
    display: inline-block;
  }
}
/* line 197, ../sass/_global.scss */
.site-nav ul li a {
  display: block;
  padding: 0.5em 0.8333em;
  border: 0;
  color: #4b86aa;
}
/* line 202, ../sass/_global.scss */
.site-nav ul li a:hover {
  color: #76c647;
}
/* line 208, ../sass/_global.scss */
.site-nav ul.primary-nav {
  font-size: 1.5rem;
  font-weight: 200;
  overflow: visible;
}
@media (min-width: 48em) {
  /* line 208, ../sass/_global.scss */
  .site-nav ul.primary-nav {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
@media (min-width: 85.9375em) {
  /* line 208, ../sass/_global.scss */
  .site-nav ul.primary-nav {
    font-size: 1.5em;
  }
}
/* line 219, ../sass/_global.scss */
.site-nav ul.primary-nav li {
  margin: 0.25em 0;
}
/* line 221, ../sass/_global.scss */
.site-nav ul.primary-nav li:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  /* line 219, ../sass/_global.scss */
  .site-nav ul.primary-nav li {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* line 229, ../sass/_global.scss */
.site-nav ul.primary-nav li.current-menu-item a, .site-nav ul.primary-nav li.current-page-ancestor a {
  background: #fff;
  border-top-color: #9bbac5;
  color: #61b357;
}
@media (min-width: 48em) {
  /* line 229, ../sass/_global.scss */
  .site-nav ul.primary-nav li.current-menu-item a, .site-nav ul.primary-nav li.current-page-ancestor a {
    height: 2.4em;
    margin-bottom: 0;
  }
}
/* line 239, ../sass/_global.scss */
.site-nav ul.primary-nav li a {
  background: #f3f6f8;
  border: 1px solid #cddde2;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
}
@media (min-width: 48em) {
  /* line 239, ../sass/_global.scss */
  .site-nav ul.primary-nav li a {
    height: 2.333em;
    border-bottom: 0;
    -moz-border-radius: 0.375em 0.375em 0 0;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em 0.375em 0 0;
    margin-bottom: 0.0625em;
  }
}
/* line 249, ../sass/_global.scss */
.site-nav ul.primary-nav li a[href*=donate] {
  background: #f5f2aa;
  border: 0;
  color: #994c51;
}
/* line 253, ../sass/_global.scss */
.site-nav ul.primary-nav li a[href*=donate]:hover {
  background: #dff0d5;
}
/* line 256, ../sass/_global.scss */
.site-nav ul.primary-nav li a[href*=donate]:before {
  content: "\e00a";
  font-family: "Beacon Tree";
  font-size: 0.75em;
  line-height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media (min-width: 48em) {
  /* line 249, ../sass/_global.scss */
  .site-nav ul.primary-nav li a[href*=donate] {
    height: 1.9em;
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
  }
}
/* line 272, ../sass/_global.scss */
.site-nav ul.secondary-nav {
  font-size: 1.125rem;
  margin: 1em 0.375em;
  border: 1px solid #cddde2;
  background: #f0f5f6;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  text-transform: none;
}
@media (min-width: 48em) {
  /* line 272, ../sass/_global.scss */
  .site-nav ul.secondary-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.875em;
    background: none;
    border: 0;
    margin: 1.8333em 0;
  }
}
@media (min-width: 75em) {
  /* line 272, ../sass/_global.scss */
  .site-nav ul.secondary-nav {
    font-size: 1.125em;
    margin-top: 0.25em;
  }
}
/* line 293, ../sass/_global.scss */
.site-nav ul.secondary-nav li a {
  border-bottom: 1px solid #cddde2;
}
/* line 295, ../sass/_global.scss */
.site-nav ul.secondary-nav li a[href*=crisis] {
  background: #fff;
  color: #994c51;
  text-transform: none;
}
/* line 299, ../sass/_global.scss */
.site-nav ul.secondary-nav li a[href*=crisis]:hover {
  background: #ebf3e6;
}
/* line 302, ../sass/_global.scss */
.site-nav ul.secondary-nav li a[href*=crisis]:before {
  content: "\e00f";
  font-family: "Beacon Tree";
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media (min-width: 48em) {
  /* line 295, ../sass/_global.scss */
  .site-nav ul.secondary-nav li a[href*=crisis] {
    background: #e6eef1;
    margin-left: 0.5em;
  }
}
@media (min-width: 48em) {
  /* line 293, ../sass/_global.scss */
  .site-nav ul.secondary-nav li a {
    border: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
  }
}
/* line 322, ../sass/_global.scss */
.site-nav ul.secondary-nav li ~ li a {
  border-top: 1px solid #fff;
}

/* line 330, ../sass/_global.scss */
.site-nav-toggle {
  display: block;
  width: 2.25em;
  height: 2.25em;
  position: absolute;
  top: 0.15em;
  right: 0;
  margin: 0.5% 0 0 0;
  border: 0;
  background: #e6eef1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.25em;
  text-align: center;
}
/* line 345, ../sass/_global.scss */
.site-nav-toggle:before {
  content: "\e00e";
  font-family: "Beacon Tree";
}
@media (min-width: 48em) {
  /* line 330, ../sass/_global.scss */
  .site-nav-toggle {
    display: none;
  }
}
/* line 352, ../sass/_global.scss */
.site-nav-toggle span {
  display: block;
  position: absolute;
  left: -9999px;
}
/* line 357, ../sass/_global.scss */
.site-nav-toggle.open:before {
  content: "\e009";
}

/* ======= Crisis Modal ======= */
/* line 365, ../sass/_global.scss */
.crisis-modal {
  display: none;
  overflow: visible !important;
  position: absolute;
  right: 0;
  top: 3em;
  z-index: 1000;
  background: #fff;
  width: auto;
  width: 40.625em;
  padding: 1.75em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 0 1px #cddde2 inset, 25px 25px 300px rgba(0, 0, 0, 0.375), 5px 5px 20px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 1px #cddde2 inset, 25px 25px 300px rgba(0, 0, 0, 0.375), 5px 5px 20px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 1px #cddde2 inset, 25px 25px 300px rgba(0, 0, 0, 0.375), 5px 5px 20px rgba(0, 0, 0, 0.125);
  text-transform: none;
  text-align: left;
  font-size: 1rem;
}
/* line 379, ../sass/_global.scss */
.no-boxshadow .crisis-modal {
  border: 1px solid #cddde2;
}
/* line 385, ../sass/_global.scss */
.crisis-modal h5 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 0;
}
/* line 391, ../sass/_global.scss */
.crisis-modal:before {
  content: "";
  display: block;
  width: 38px;
  height: 25px;
  background-image: url('../images/dialog-tail.png?1426088411');
  background-size: contain;
  position: absolute;
  right: 5em;
  top: -22px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  /* line 391, ../sass/_global.scss */
  .crisis-modal:before {
    background-image: url('../images/dialog-tail-2x.png?1426088410');
  }
}
/* line 117, ../sass/_sensible.scss */
.svg .crisis-modal:before {
  background-image: url('../images/dialog-tail.svg?1426088411');
}

/* line 404, ../sass/_global.scss */
.crisis-modal-close {
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
}
/* line 410, ../sass/_global.scss */
.crisis-modal-close:after {
  content: "\e009";
  font-family: "Beacon Tree";
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
  text-indent: 0;
  text-align: center;
  color: #a2a498;
  display: block;
  width: 2em;
  height: 2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
/* line 427, ../sass/_global.scss */
.crisis-modal-close:hover:after {
  background: #e5edf0;
  color: #4b86aa;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 438, ../sass/_global.scss */
.site-footer {
  background: #e6eef1;
  border-top: 1px solid #9bbac5;
  -moz-box-shadow: 0 6px 0 #fff inset;
  -webkit-box-shadow: 0 6px 0 #fff inset;
  box-shadow: 0 6px 0 #fff inset;
  position: relative;
}
/* line 443, ../sass/_global.scss */
.site-footer:before {
  content: "";
  display: block;
  width: 57px;
  width: 3.5625rem;
  height: 50px;
  height: 3.125rem;
  background-image: url('../images/beacontree-icon.png?1426088405');
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -28px;
  top: -1.75rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  /* line 443, ../sass/_global.scss */
  .site-footer:before {
    background-image: url('../images/beacontree-icon-2x.png?1426088404');
  }
}
/* line 117, ../sass/_sensible.scss */
.svg .site-footer:before {
  background-image: url('../images/beacontree-icon.svg?1426088405');
}
/* line 462, ../sass/_global.scss */
.site-footer .wrapper {
  max-width: 1340px;
  max-width: 83.75rem;
  padding: 72px 0 56px 0;
  padding: 4.5rem 0 3.5rem 0;
}
@media (max-width: 50em) {
  /* line 462, ../sass/_global.scss */
  .site-footer .wrapper {
    padding: 9.5% 0 5.35% 0;
  }
}
/* line 471, ../sass/_global.scss */
.site-footer p, .site-footer ul, .site-footer ol, .site-footer blockquote, .site-footer address {
  font-size: 16px;
  font-size: 1rem;
}

/* line 477, ../sass/_global.scss */
.footer-col {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 37.5em) {
  /* line 482, ../sass/_global.scss */
  .footer-contact {
    width: 48%;
  }
}
@media (min-width: 64em) {
  /* line 482, ../sass/_global.scss */
  .footer-contact {
    width: 25%;
  }
}

/* line 491, ../sass/_global.scss */
.footer-social {
  padding: 0;
}
/* line 493, ../sass/_global.scss */
.footer-social li {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: #fff;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
/* line 500, ../sass/_global.scss */
.footer-social li a {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
}
/* line 506, ../sass/_global.scss */
.footer-social li a:before {
  display: block;
  content: "";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  font-family: "Beacon Tree";
}
/* line 516, ../sass/_global.scss */
.footer-social li.social-fb a:before {
  content: "\e00c";
  color: #3B5998;
}
/* line 522, ../sass/_global.scss */
.footer-social li.social-twt a:before {
  content: "\e00d";
  color: #00acee;
}
/* line 528, ../sass/_global.scss */
.footer-social li.social-yt a:before {
  content: "\e602";
  color: #e52d27;
}
/* line 534, ../sass/_global.scss */
.footer-social li.social-rss a:before {
  content: "\e601";
  color: #ff6600;
}

/* line 542, ../sass/_global.scss */
.footer-sponsors {
  width: 25%;
  margin-left: 2.5%;
}
@media (max-width: 63.9375em) {
  /* line 542, ../sass/_global.scss */
  .footer-sponsors {
    display: none;
  }
}
/* line 549, ../sass/_global.scss */
.footer-sponsors .footer-sponsor-list {
  list-style: none;
  padding: 0;
}
/* line 552, ../sass/_global.scss */
.footer-sponsors .footer-sponsor-list li {
  display: inline-block;
  width: calc(33.333% - 7.5% - 0.375em);
  margin: 0 7.5% 7.5% 0;
}
/* line 556, ../sass/_global.scss */
.footer-sponsors .footer-sponsor-list li.span2 {
  width: calc(66.666% - 7.5% - 0.375em);
}
/* line 559, ../sass/_global.scss */
.footer-sponsors .footer-sponsor-list li.span3 {
  width: calc(100% - 7.5% - 0.375em);
}
/* line 563, ../sass/_global.scss */
.footer-sponsors .footer-sponsor-list a {
  border: 0;
}

/* line 569, ../sass/_global.scss */
.footer-blog {
  width: 48%;
  margin-left: 2.5%;
}
@media (max-width: 37.4375em) {
  /* line 569, ../sass/_global.scss */
  .footer-blog {
    display: none;
  }
}
@media (min-width: 64em) {
  /* line 569, ../sass/_global.scss */
  .footer-blog {
    width: 42%;
  }
}
/* line 579, ../sass/_global.scss */
.footer-blog .footer-blog-feed {
  padding: 0;
  list-style: none;
  line-height: 1.2em;
}
/* line 583, ../sass/_global.scss */
.footer-blog .footer-blog-feed li {
  padding: 12px;
  padding: 0.75rem;
  margin: 0 -12px;
  margin: 0 -0.75rem;
  border-top: 1px solid #9bbac5;
}
/* line 589, ../sass/_global.scss */
.footer-blog .footer-blog-feed li:first-child {
  border-top: none;
  padding-top: 0;
}
/* line 594, ../sass/_global.scss */
.footer-blog .footer-blog-feed .footer-blog-feed-link {
  display: block;
  color: #286489;
  border: 0;
  margin-bottom: 0.35em;
}
/* line 599, ../sass/_global.scss */
.footer-blog .footer-blog-feed .footer-blog-feed-link:hover {
  color: #61b357;
}
/* line 603, ../sass/_global.scss */
.footer-blog .footer-blog-feed .footer-blogfeed-date {
  color: #73a0b8;
}

/* line 609, ../sass/_global.scss */
.footer-copyright {
  background: #cddde2;
  text-align: center;
}
/* line 612, ../sass/_global.scss */
.footer-copyright .wrapper {
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media (max-width: 50em) {
  /* line 612, ../sass/_global.scss */
  .footer-copyright .wrapper {
    padding: 2.5% 0;
  }
}
/* line 619, ../sass/_global.scss */
.footer-copyright small {
  color: #484a42;
  font-style: normal;
  max-width: none;
}

/* ==========================================================================
   Misc.
   ========================================================================== */
/* line 631, ../sass/_global.scss */
.for-modal {
  display: none;
}

/* ==========================================================================
   Intro
   ========================================================================== */
/* line 8, ../sass/home.scss */
.home-intro {
  background-image: url('../images/watercolor-bg.jpg?1426088430');
  background-size: cover;
  background-position: 50% 0%;
}
/* line 15, ../sass/home.scss */
.home-intro .home-intro-wrapper {
  padding: 5.35% 0;
  overflow: hidden;
}
@media (min-width: 50em) {
  /* line 15, ../sass/home.scss */
  .home-intro .home-intro-wrapper {
    padding: 3.125rem 0 2.5rem 0;
  }
}

@media (min-width: 64em) {
  /* line 24, ../sass/home.scss */
  .home-intro-copy {
    width: 58%;
    padding-top: 2.5%;
    float: left;
  }
}
@media (min-width: 75em) {
  /* line 24, ../sass/home.scss */
  .home-intro-copy {
    width: 52%;
  }
}

/* line 35, ../sass/home.scss */
.home-intro-headline {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iNjAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-radial-gradient(center, ellipse, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
  background-size: contain;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 0.25em;
}
@media (min-width: 30em) {
  /* line 35, ../sass/home.scss */
  .home-intro-headline {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (min-width: 37.5em) {
  /* line 35, ../sass/home.scss */
  .home-intro-headline {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media (min-width: 48em) {
  /* line 35, ../sass/home.scss */
  .home-intro-headline {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media (min-width: 56.25em) {
  /* line 35, ../sass/home.scss */
  .home-intro-headline {
    font-size: 77px;
    font-size: 4.8125rem;
  }
}
@media (min-width: 85.9375em) {
  /* line 35, ../sass/home.scss */
  .home-intro-headline {
    font-size: 85px;
    font-size: 5.3125rem;
  }
}
/* line 63, ../sass/home.scss */
.home-intro-headline .small-lined {
  color: #9bbac5;
  display: inline-block;
  vertical-align: top;
  height: 1.25em;
  margin-top: 0.25em;
  padding: 0 0.125em;
  border-top: 0.05em solid #9bbac5;
  border-bottom: 0.05em solid #9bbac5;
  font-size: 0.575em;
  line-height: 1.25em;
  font-weight: normal;
  font-style: italic;
  margin-left: -0.125em;
}

/* line 80, ../sass/home.scss */
.home-slideshow {
  display: none;
  text-align: center;
  position: relative;
}
@media (min-width: 64em) {
  /* line 80, ../sass/home.scss */
  .home-slideshow {
    display: block;
    width: 36%;
    float: right;
  }
}
@media (min-width: 85.9375em) {
  /* line 80, ../sass/home.scss */
  .home-slideshow {
    width: 500px;
    width: 31.25rem;
  }
}
/* line 94, ../sass/home.scss */
.home-slideshow .home-slideshow-single {
  display: none;
}
/* line 97, ../sass/home.scss */
.home-slideshow .home-slideshow-single .home-slideshow-single-img {
  border: 5px solid #fff;
  -moz-box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
}
/* line 102, ../sass/home.scss */
.home-slideshow .home-slideshow-single .home-slideshow-single-caption {
  min-height: 3.125rem;
}
/* line 108, ../sass/home.scss */
.home-slideshow .home-slideshow-nav {
  display: none;
}

/* line 302, ../sass/home.scss */
.home-action-bar {
  background-image: url('../images/watercolor-bg-blue.jpg?1426088430');
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 310, ../sass/home.scss */
.home-action-bar .wrapper {
  overflow: hidden;
  padding: 3.5% 0;
}
@media (min-width: 50em) {
  /* line 310, ../sass/home.scss */
  .home-action-bar .wrapper {
    padding: 1.25rem 0;
  }
}
/* line 317, ../sass/home.scss */
.home-action-bar a {
  color: #f1ed8d;
}
/* line 319, ../sass/home.scss */
.home-action-bar a:hover {
  color: #fff;
}
/* line 323, ../sass/home.scss */
.home-action-bar .info-links {
  font-size: 16px;
  font-size: 1rem;
}
/* line 326, ../sass/home.scss */
.home-action-bar .info-links li:before {
  color: #fff;
}
@media (min-width: 37.5em) {
  /* line 323, ../sass/home.scss */
  .home-action-bar .info-links {
    width: 48%;
    float: right;
    margin: 0;
  }
}
@media (min-width: 64em) {
  /* line 323, ../sass/home.scss */
  .home-action-bar .info-links {
    width: 36%;
  }
}
@media (min-width: 75em) {
  /* line 323, ../sass/home.scss */
  .home-action-bar .info-links {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 344, ../sass/home.scss */
.home-action-donate-leadin {
  display: none;
}
@media (min-width: 64em) {
  /* line 344, ../sass/home.scss */
  .home-action-donate-leadin {
    display: inline-block;
  }
}

/* line 351, ../sass/home.scss */
.home-action-donate {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
}
/* line 356, ../sass/home.scss */
.home-action-donate .button {
  display: block;
  margin: 0;
}
@media (min-width: 37.5em) {
  /* line 351, ../sass/home.scss */
  .home-action-donate {
    width: 48%;
    float: left;
    font-size: 1rem;
    text-align: left;
  }
}
@media (min-width: 64em) {
  /* line 351, ../sass/home.scss */
  .home-action-donate {
    width: 60%;
  }
  /* line 368, ../sass/home.scss */
  .home-action-donate .button {
    display: inline-block;
    margin: 0 1em;
  }
}
@media (min-width: 75em) {
  /* line 351, ../sass/home.scss */
  .home-action-donate {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 379, ../sass/home.scss */
.video-cta-wrapper {
  background-image: url('../images/watercolor-bg-green.jpg?1426088430');
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
@media (min-width: 37.5em) {
  /* line 379, ../sass/home.scss */
  .video-cta-wrapper {
    background: none;
    padding: 5.35% 0;
  }
}
@media (min-width: 83.75em) {
  /* line 379, ../sass/home.scss */
  .video-cta-wrapper {
    padding: 2.25rem 0;
  }
}

/* line 395, ../sass/home.scss */
.video-cta {
  width: 90%;
  max-width: 960px;
  max-width: 60rem;
  margin: auto;
  padding: 28px 0;
  padding: 1.75rem 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 37.5em) {
  /* line 395, ../sass/home.scss */
  .video-cta {
    padding-right: 50%;
    padding-left: 36px;
    padding-left: 2.25rem;
    background-image: url('../images/watercolor-bg-green.jpg?1426088430');
    background-color: #76c647;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
  }
}
@media (min-width: 60em) {
  /* line 395, ../sass/home.scss */
  .video-cta {
    padding-right: 424px;
    padding-right: 26.5rem;
  }
}
/* line 422, ../sass/home.scss */
.video-cta .video-cta-title {
  color: #fff;
  margin-bottom: 0.25em;
}
@media (min-width: 37.5em) {
  /* line 422, ../sass/home.scss */
  .video-cta .video-cta-title {
    margin-bottom: 0;
  }
}
@media (max-width: 47.9375em) {
  /* line 429, ../sass/home.scss */
  .video-cta p {
    display: none;
  }
}
/* line 434, ../sass/home.scss */
.video-cta a {
  color: #f1ed8d;
}
/* line 436, ../sass/home.scss */
.video-cta a:hover {
  color: #fff;
}
/* line 440, ../sass/home.scss */
.video-cta .video-link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  width: 23.5em;
  max-width: 80%;
  height: 10.5em;
  text-indent: -9999px;
  margin: auto;
  border: 5px solid #fff;
  -moz-box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
  background-image: url('../images/video-thumb.jpg?1426088428');
  background-size: cover;
  background-position: 100% 50%;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  /* line 440, ../sass/home.scss */
  .video-cta .video-link {
    background-image: url('../images/video-thumb-2x.jpg?1426088428');
  }
}
/* line 456, ../sass/home.scss */
.video-cta .video-link:after {
  display: block;
  content: "\e00b";
  font-family: "Beacon Tree";
  font-size: 5.25em;
  line-height: 1em;
  position: absolute;
  left: 0.35em;
  bottom: 0.25em;
  color: #286489;
  text-indent: 0;
}
@media (min-width: 37.5em) {
  /* line 440, ../sass/home.scss */
  .video-cta .video-link {
    position: absolute;
    top: -1em;
    bottom: -1em;
    right: -1em;
    max-width: 50%;
    height: auto;
    max-height: 14.6875em;
  }
}

/* ==========================================================================
   Featured Content
   ========================================================================== */
/* line 487, ../sass/home.scss */
.home-feat-content {
  background: #fff;
}
/* line 489, ../sass/home.scss */
.home-feat-content .wrapper {
  width: 85%;
  max-width: 1800px;
  max-width: 112.5rem;
  padding: 5.35% 0 7.5% 0;
}
@media (max-width: 63.9375em) {
  /* line 495, ../sass/home.scss */
  .js .home-feat-content .wrapper {
    width: 100%;
  }
}
@media (min-width: 37.5em) {
  /* line 489, ../sass/home.scss */
  .home-feat-content .wrapper {
    width: 92.5%;
  }
}
@media (min-width: 64em) {
  /* line 489, ../sass/home.scss */
  .home-feat-content .wrapper {
    width: 96.5%;
    overflow: hidden;
  }
}
@media (min-width: 50em) {
  /* line 489, ../sass/home.scss */
  .home-feat-content .wrapper {
    padding: 36px 0 64px 0;
    padding: 2.25rem 0 4rem 0;
  }
}

/* line 515, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 522, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-next, .home-feat-articles-slider.slick-slider .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 4rem;
  margin: auto;
  padding: 0.75rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: #4b86aa;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 536, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-next:hover, .home-feat-articles-slider.slick-slider .slick-prev:hover {
  background: #0e3c58;
}
/* line 539, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-next:before, .home-feat-articles-slider.slick-slider .slick-prev:before {
  font-family: "Beacon Tree";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5rem;
}
/* line 546, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-next {
  right: 0;
  padding-right: 0.5rem;
  border-radius: 0.375rem 0 0 0.375rem;
}
/* line 550, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-next:before {
  content: "\e004";
}
/* line 554, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-prev {
  left: 0;
  padding-left: 0.5rem;
  border-radius: 0 0.375rem 0.375rem 0;
}
/* line 558, ../sass/home.scss */
.home-feat-articles-slider.slick-slider .slick-prev:before {
  content: "\e005";
}
/* line 563, ../sass/home.scss */
.home-feat-articles-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 572, ../sass/home.scss */
.home-feat-article {
  overflow: hidden;
}
/* line 575, ../sass/home.scss */
.no-flexbox .home-feat-article {
  float: left;
}
@media (max-width: 63.9375em) {
  /* line 580, ../sass/home.scss */
  .js .home-feat-article {
    height: auto;
    float: none;
    margin: 0 2vw 1rem 2vw;
    padding: 4vw;
    border: 1px solid #9bbac5;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  /* line 588, ../sass/home.scss */
  .js .home-feat-article:not(.slick-active) {
    border-color: #7ba4b2;
    background: #e5edf0;
    opacity: 0.5;
  }
  /* line 594, ../sass/home.scss */
  .js.nocssvwunit .home-feat-article {
    margin: 0 1rem;
    padding: 0 2rem;
  }
  /* line 598, ../sass/home.scss */
  .no-js .home-feat-article {
    padding: 5% 0;
    border-top: 1px solid #cddde2;
  }
  /* line 601, ../sass/home.scss */
  .no-js .home-feat-article:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 64em) {
  /* line 572, ../sass/home.scss */
  .home-feat-article {
    width: 31%;
    padding: 2%;
    border: 0;
    padding: 0;
  }
  /* line 612, ../sass/home.scss */
  .home-feat-article ~ .home-feat-article {
    margin-top: 0;
    margin-left: 3.5%;
  }
}
/* line 617, ../sass/home.scss */
.home-feat-article p, .home-feat-article ul, .home-feat-article ol {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 85.9375em) and (max-width: 99.9375em) {
  /* line 617, ../sass/home.scss */
  .home-feat-article p, .home-feat-article ul, .home-feat-article ol {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* line 627, ../sass/home.scss */
.home-feat-title {
  color: #61b357;
  margin-top: 0;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (min-width: 85.9375em) and (max-width: 99.9375em) {
  /* line 627, ../sass/home.scss */
  .home-feat-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* line 638, ../sass/home.scss */
.home-feat-img {
  display: none;
}
@media (min-width: 37.5em) {
  /* line 638, ../sass/home.scss */
  .home-feat-img {
    display: block;
    width: 33%;
    float: left;
    margin: 1px 0 0 1px;
    border: 5px solid #fff;
    -moz-box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(155, 186, 197, 0.5), -1px -1px 0 rgba(155, 186, 197, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 64em) {
  /* line 638, ../sass/home.scss */
  .home-feat-img {
    width: 90%;
    height: 0;
    padding-top: 45%;
    float: none;
    margin: 1px auto 7.5% auto;
    overflow: hidden;
    position: relative;
    min-height: 10rem;
  }
}
@media (min-width: 85.9375em) {
  /* line 638, ../sass/home.scss */
  .home-feat-img {
    width: 35%;
    height: auto;
    float: left;
    padding: 0;
    margin: 1px 0 0 1px;
    max-width: 16rem;
    min-height: 0;
  }
}
/* line 666, ../sass/home.scss */
.home-feat-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 64em) and (max-width: 85.875em) {
  /* line 666, ../sass/home.scss */
  .home-feat-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: -24% 0 0 0;
  }
}

@media (min-width: 37.5em) {
  /* line 678, ../sass/home.scss */
  .home-feat-copy {
    width: 62%;
    padding: 5px 0;
    float: right;
  }
}
@media (min-width: 64em) {
  /* line 678, ../sass/home.scss */
  .home-feat-copy {
    width: 85%;
    float: none;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 85.9375em) {
  /* line 678, ../sass/home.scss */
  .home-feat-copy {
    width: 60%;
    padding: 5px 0;
    float: right;
  }
}
