/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../../bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 36, ../../bower_components/normalize-scss/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, ../../bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../../bower_components/normalize-scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 98, ../../bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../../bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, ../../bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 132, ../../bower_components/normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, ../../bower_components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, ../../bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

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

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

/* line 255, ../../bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 259, ../../bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, ../../bower_components/normalize-scss/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, ../../bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, ../../bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../../bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../../bower_components/normalize-scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../../bower_components/normalize-scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 407, ../../bower_components/normalize-scss/_normalize.scss */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, ../../bower_components/normalize-scss/_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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, ../../bower_components/normalize-scss/_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 448, ../../bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../../bower_components/normalize-scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../../bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../../bower_components/normalize-scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, ../../bower_components/normalize-scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, ../../bower_components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 515, ../../bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, ../../bower_components/normalize-scss/_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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, ../../bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, ../../bower_components/normalize-scss/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 559, ../../bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold; }

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

/* line 575, ../../bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v0.10.4
* Docs at http://davidtheclark.github.io/scut
*/
/* line 336, ../../bower_components/scut/dist/_scut.scss */
*, *:before, *:after {
  box-sizing: border-box; }

/* line 344, ../../bower_components/scut/dist/_scut.scss */
body {
  -webkit-font-smoothing: antialiased; }

/* line 351, ../../bower_components/scut/dist/_scut.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

/* line 361, ../../bower_components/scut/dist/_scut.scss */
b {
  font-weight: normal; }

/* line 368, ../../bower_components/scut/dist/_scut.scss */
label,
select,
option,
button {
  cursor: pointer; }

/* line 377, ../../bower_components/scut/dist/_scut.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 382, ../../bower_components/scut/dist/_scut.scss */
textarea {
  resize: vertical; }

/* line 389, ../../bower_components/scut/dist/_scut.scss */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 406, ../../bower_components/scut/dist/_scut.scss */
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* line 415, ../../bower_components/scut/dist/_scut.scss */
p:first-of-type {
  margin-top: 0; }

/* line 418, ../../bower_components/scut/dist/_scut.scss */
p:last-of-type {
  margin-bottom: 0; }

/* line 425, ../../bower_components/scut/dist/_scut.scss */
img,
video {
  max-width: 100%;
  height: auto; }

/* line 434, ../../bower_components/scut/dist/_scut.scss */
figure {
  margin: 0; }

/*============================ */
/*==========================
COLORS
==========================*/
/*==========================
FONTS
==========================*/
/*==========================
DIMENSIONS
==========================*/
/*==========================
MEDIA QUERIES
==========================*/
/*==========================
MARGINS
==========================*/
/* line 1, ../../src/scss/_type.scss */
.t-xsmall, .site-header ul, .safety-alert {
  font-size: .8em; }

/* line 5, ../../src/scss/_type.scss */
.t-small {
  font-size: .875em; }

/* line 1, ../../src/scss/_base.scss */
html {
  overflow-x: hidden; }

/* line 5, ../../src/scss/_base.scss */
body * {
  box-sizing: border-box !important; }

/* line 9, ../../src/scss/_base.scss */
body, ul {
  font-size: 14px; }
  @media only screen and (min-width: 48em) {
    /* line 9, ../../src/scss/_base.scss */
    body, ul {
      font-size: 16px; } }

/* line 16, ../../src/scss/_base.scss */
.button, div.donation_button a, .footer-bottom .textwidget a {
  padding: .75em 0;
  width: 100%;
  font-weight: bold;
  position: relative;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: all .5s;
  box-shadow: none;
  text-shadow: none;
  background: #B1B943;
  border-radius: 0px; }
  /* line 29, ../../src/scss/_base.scss */
  .button:hover, div.donation_button a:hover, .footer-bottom .textwidget a:hover, .button:focus, div.donation_button a:focus, .footer-bottom .textwidget a:focus {
    background: #BCC925;
    color: white; }

/* line 35, ../../src/scss/_base.scss */
body.single .content-area, body.page .content-area, body.blog .content-area {
  margin-top: 0; }

/* line 39, ../../src/scss/_base.scss */
.content-area {
  padding: 4rem 0; }

/* line 44, ../../src/scss/_base.scss */
.nudge {
  opacity: 0; }

/* line 1, ../../src/scss/_grid.scss */
.container {
  min-width: 20em; }
  /* line 10, ../../bower_components/scut/dist/_scut.scss */
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* line 6, ../../src/scss/_grid.scss */
.content {
  max-width: 100em;
  margin: auto; }

/* line 11, ../../src/scss/_grid.scss */
.cc {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    /* line 11, ../../src/scss/_grid.scss */
    .cc {
      max-width: 65rem;
      margin: auto; } }

/* line 19, ../../src/scss/_grid.scss */
.cc-m {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    /* line 19, ../../src/scss/_grid.scss */
    .cc-m {
      max-width: 60rem;
      margin: auto; } }

@media only screen and (min-width: 48em) {
  /* line 28, ../../src/scss/_grid.scss */
  body .cc-m {
    max-width: 65rem;
    margin: auto; } }

/* line 36, ../../src/scss/_grid.scss */
.cc-sm {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    /* line 36, ../../src/scss/_grid.scss */
    .cc-sm {
      max-width: 55rem;
      margin: auto; } }

/* line 44, ../../src/scss/_grid.scss */
.cc-xsm {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    /* line 44, ../../src/scss/_grid.scss */
    .cc-xsm {
      max-width: 45rem;
      margin: auto; } }

/* line 53, ../../src/scss/_grid.scss */
.row, .hug, .content-area, section.featured-buttons, .site-header ul.menu, .header-donate-button a, .site-title, .safety-alert, div.donation_button a, .footer_social, .footer_social div.columns:nth-child(2) ul, .tableize {
  width: 100%; }
  /* line 55, ../../src/scss/_grid.scss */
  .row:after, .hug:after, .content-area:after, section.featured-buttons:after, .site-header ul.menu:after, .header-donate-button a:after, .site-title:after, .safety-alert:after, div.donation_button a:after, .footer_social:after, .footer_social div.columns:nth-child(2) ul:after, .tableize:after {
    content: "";
    display: table;
    clear: both;
    z-index: -1; }
  /* line 62, ../../src/scss/_grid.scss */
  .row.fix, .fix.hug, .fix.content-area, section.fix.featured-buttons, .site-header ul.fix.menu, .header-donate-button a.fix, .fix.site-title, .fix.safety-alert, div.donation_button a.fix, .fix.footer_social, .footer_social div.columns:nth-child(2) ul.fix, .fix.tableize {
    margin-right: -15px;
    margin-left: -15px; }

/* line 68, ../../src/scss/_grid.scss */
.r-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 48em) {
    /* line 68, ../../src/scss/_grid.scss */
    .r-flex {
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 76, ../../src/scss/_grid.scss */
.col {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 30em) {
    /* line 76, ../../src/scss/_grid.scss */
    .col {
      min-height: 1px; } }

@media only screen and (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .clearable:nth-child(2n + 1) {
    clear: both; } }

/* line 92, ../../src/scss/_grid.scss */
.rel, .hug, .content-area, section.featured-buttons, .site-header ul.menu, .header-donate-button a, .site-title, .safety-alert, div.donation_button a, .footer_social, .footer_social div.columns:nth-child(2) ul {
  position: relative; }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-1 {
    width: 8.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-2 {
    width: 16.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-3 {
    width: 25%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-4 {
    width: 33.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-5 {
    width: 41.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-6 {
    width: 50%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-7 {
    width: 58.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-8 {
    width: 66.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-9 {
    width: 75%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-10 {
    width: 83.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-11 {
    width: 91.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 95, ../../src/scss/_grid.scss */
  .col-12 {
    width: 100%; } }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-1 {
  width: 8.3333333333%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-2 {
  width: 16.6666666667%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-3 {
  width: 25%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-4 {
  width: 33.3333333333%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-5 {
  width: 41.6666666667%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-6 {
  width: 50%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-7 {
  width: 58.3333333333%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-8 {
  width: 66.6666666667%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-9 {
  width: 75%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-10 {
  width: 83.3333333333%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-11 {
  width: 91.6666666667%; }

/* line 103, ../../src/scss/_grid.scss */
.col-mob-12 {
  width: 100%; }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-1 {
    width: 8.3333333333%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-2 {
    width: 16.6666666667%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-3 {
    width: 25%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-4 {
    width: 33.3333333333%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-5 {
    width: 41.6666666667%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-6 {
    width: 50%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-7 {
    width: 58.3333333333%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-8 {
    width: 66.6666666667%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-9 {
    width: 75%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-10 {
    width: 83.3333333333%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-11 {
    width: 91.6666666667%; } }

@media only screen and (min-width: 30em) {
  /* line 109, ../../src/scss/_grid.scss */
  .col-tab-12 {
    width: 100%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-1 {
    width: 8.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-2 {
    width: 16.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-3 {
    width: 25%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-4 {
    width: 33.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-5 {
    width: 41.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-6 {
    width: 50%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-7 {
    width: 58.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-8 {
    width: 66.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-9 {
    width: 75%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-10 {
    width: 83.3333333333%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-11 {
    width: 91.6666666667%; } }

@media only screen and (min-width: 48em) {
  /* line 117, ../../src/scss/_grid.scss */
  .col-sm-desk-12 {
    width: 100%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-1 {
    width: 8.3333333333%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-2 {
    width: 16.6666666667%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-3 {
    width: 25%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-4 {
    width: 33.3333333333%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-5 {
    width: 41.6666666667%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-6 {
    width: 50%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-7 {
    width: 58.3333333333%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-8 {
    width: 66.6666666667%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-9 {
    width: 75%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-10 {
    width: 83.3333333333%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-11 {
    width: 91.6666666667%; } }

@media only screen and (min-width: 64em) {
  /* line 125, ../../src/scss/_grid.scss */
  .col-desk-12 {
    width: 100%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-1 {
    width: 8.3333333333%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-2 {
    width: 16.6666666667%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-3 {
    width: 25%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-4 {
    width: 33.3333333333%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-5 {
    width: 41.6666666667%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-6 {
    width: 50%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-7 {
    width: 58.3333333333%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-8 {
    width: 66.6666666667%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-9 {
    width: 75%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-10 {
    width: 83.3333333333%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-11 {
    width: 91.6666666667%; } }

@media only screen and (min-width: 79.5em) {
  /* line 133, ../../src/scss/_grid.scss */
  .col-lg-12 {
    width: 100%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-1 {
    width: 8.3333333333%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-2 {
    width: 16.6666666667%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-3 {
    width: 25%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-4 {
    width: 33.3333333333%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-5 {
    width: 41.6666666667%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-6 {
    width: 50%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-7 {
    width: 58.3333333333%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-8 {
    width: 66.6666666667%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-9 {
    width: 75%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-10 {
    width: 83.3333333333%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-11 {
    width: 91.6666666667%; } }

@media only screen and (min-width: 100em) {
  /* line 141, ../../src/scss/_grid.scss */
  .col-xl-12 {
    width: 100%; } }

/* line 150, ../../src/scss/_grid.scss */
.col.main .col-1 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-1 {
      width: 8.3333333333%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-2 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-2 {
      width: 16.6666666667%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-3 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-3 {
      width: 25%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-4 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-4 {
      width: 33.3333333333%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-5 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-5 {
      width: 41.6666666667%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-6 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-6 {
      width: 50%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-7 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-7 {
      width: 58.3333333333%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-8 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-8 {
      width: 66.6666666667%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-9 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-9 {
      width: 75%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-10 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-10 {
      width: 83.3333333333%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-11 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-11 {
      width: 91.6666666667%; } }
/* line 150, ../../src/scss/_grid.scss */
.col.main .col-12 {
  width: 100%; }
  @media only screen and (min-width: 79.5em) {
    /* line 150, ../../src/scss/_grid.scss */
    .col.main .col-12 {
      width: 100%; } }

/* line 159, ../../src/scss/_grid.scss */
.col-fh {
  height: 100%; }

/* line 163, ../../src/scss/_grid.scss */
.pull-left, .hug, .content-area, section.featured-buttons, .site-header ul.menu, .header-donate-button a, .site-title, .safety-alert, div.donation_button a, .footer_social, .footer_social div.columns:nth-child(2) ul {
  float: left; }

/* line 168, ../../src/scss/_grid.scss */
.p-y-t, .p-y, .p {
  padding-top: 1rem; }

/* line 172, ../../src/scss/_grid.scss */
.p-y-b, .p-y, .p {
  padding-bottom: 1rem; }

/* line 176, ../../src/scss/_grid.scss */
.p-x-l, .p-x, .p {
  padding-left: 1rem; }

/* line 180, ../../src/scss/_grid.scss */
.p-x-r, .p-x, .p {
  padding-right: 1rem; }

/* line 199, ../../src/scss/_grid.scss */
.p-sm-y-t, .p-sm-y, .p-sm {
  padding-top: 0.5rem; }

/* line 203, ../../src/scss/_grid.scss */
.p-sm-y-b, .p-sm-y, .p-sm {
  padding-bottom: 0.5rem; }

/* line 207, ../../src/scss/_grid.scss */
.p-sm-x-l, .p-sm-x, .p-sm {
  padding-left: 0.5rem; }

/* line 211, ../../src/scss/_grid.scss */
.p-sm-x-r, .p-sm-x, .p-sm {
  padding-right: 0.5rem; }

/* line 231, ../../src/scss/_grid.scss */
.p-lg-y-t, .p-lg-y, .p-lg {
  padding-top: 2rem; }

/* line 235, ../../src/scss/_grid.scss */
.p-lg-y-b, .p-lg-y, .p-lg {
  padding-bottom: 2rem; }

/* line 239, ../../src/scss/_grid.scss */
.p-lg-x-l, .p-lg-x, .p-lg {
  padding-left: 2rem; }

/* line 243, ../../src/scss/_grid.scss */
.p-lg-x-r, .p-lg-x, .p-lg {
  padding-right: 2rem; }

/* line 262, ../../src/scss/_grid.scss */
.p-xl-y-t, .p-xl-y, .p-xl {
  padding-top: 4rem; }

/* line 266, ../../src/scss/_grid.scss */
.p-xl-y-b, .p-xl-y, .p-xl {
  padding-bottom: 4rem; }

/* line 270, ../../src/scss/_grid.scss */
.p-xl-x-l, .p-xl-x, .p-xl {
  padding-left: 4rem; }

/* line 274, ../../src/scss/_grid.scss */
.p-xl-x-r, .p-xl-x, .p-xl {
  padding-right: 4rem; }

/* line 293, ../../src/scss/_grid.scss */
.no-p {
  padding: 0; }

/* line 298, ../../src/scss/_grid.scss */
.m-y-t, .m-y, .m {
  margin-top: 1rem; }

/* line 302, ../../src/scss/_grid.scss */
.m-y-b, .m-y, .m {
  margin-bottom: 1rem; }

/* line 306, ../../src/scss/_grid.scss */
.m-x-l, .m-x, .m {
  margin-left: 1rem; }

/* line 310, ../../src/scss/_grid.scss */
.m-x-r, .m-x, .m {
  margin-right: 1rem; }

/* line 329, ../../src/scss/_grid.scss */
.m-sm-y-t, .m-sm-y, .m-sm {
  margin-top: 0.5rem; }

/* line 333, ../../src/scss/_grid.scss */
.m-sm-y-b, .m-sm-y, .m-sm {
  margin-bottom: 0.5rem; }

/* line 337, ../../src/scss/_grid.scss */
.m-sm-x-l, .m-sm-x, .m-sm {
  margin-left: 0.5rem; }

/* line 341, ../../src/scss/_grid.scss */
.m-sm-x-r, .m-sm-x, .m-sm {
  margin-right: 0.5rem; }

/* line 361, ../../src/scss/_grid.scss */
.m-lg-y-t, .m-lg-y, .m-lg {
  margin-top: 2rem; }

/* line 365, ../../src/scss/_grid.scss */
.m-lg-y-b, .m-lg-y, .m-lg {
  margin-bottom: 2rem; }

/* line 369, ../../src/scss/_grid.scss */
.m-lg-x-l, .m-lg-x, .m-lg {
  margin-left: 2rem; }

/* line 373, ../../src/scss/_grid.scss */
.m-lg-x-r, .m-lg-x, .m-lg {
  margin-right: 2rem; }

/* line 392, ../../src/scss/_grid.scss */
.pull-left, .hug, .content-area, section.featured-buttons, .site-header ul.menu, .header-donate-button a, .site-title, .safety-alert, div.donation_button a, .footer_social, .footer_social div.columns:nth-child(2) ul {
  float: left; }

/* line 396, ../../src/scss/_grid.scss */
.pull-right {
  float: right; }

@media only screen and (min-width: 48em) {
  /* line 406, ../../src/scss/_grid.scss */
  .tableize {
    display: table;
    height: 1px; }
    /* line 411, ../../src/scss/_grid.scss */
    .tableize > * {
      display: table-cell;
      float: none;
      vertical-align: top;
      height: 100%; }
    /* line 417, ../../src/scss/_grid.scss */
    .tableize > .va-bottom {
      vertical-align: bottom; }
    /* line 420, ../../src/scss/_grid.scss */
    .tableize > .va-middle {
      vertical-align: middle; } }

@media only screen and (min-width: 48em) {
  /* line 426, ../../src/scss/_grid.scss */
  .two-columns {
    column-count: 2; } }

/* line 433, ../../src/scss/_grid.scss */
.ab, .spread {
  position: absolute; }

/* line 437, ../../src/scss/_grid.scss */
.spread {
  display: block;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

/* line 446, ../../src/scss/_grid.scss */
.mid-y {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: tranlsateY(-50%);
  transform: tranlsateY(-50%); }

/* line 1, ../../src/scss/_page.scss */
.featured-area {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  /* line 1013, ../../bower_components/scut/dist/_scut.scss */
  .featured-area:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 37.5%; }
  /* line 6, ../../src/scss/_page.scss */
  .featured-area .fixer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem; }
    @media only screen and (min-width: 79.5em) {
      /* line 6, ../../src/scss/_page.scss */
      .featured-area .fixer {
        padding: 0; } }
  /* line 17, ../../src/scss/_page.scss */
  .featured-area .hug, .featured-area .content-area, .featured-area section.featured-buttons, .featured-area .site-header ul.menu, .site-header .featured-area ul.menu, .featured-area .header-donate-button a, .header-donate-button .featured-area a, .featured-area .site-title, .featured-area .safety-alert, .featured-area div.donation_button a, div.donation_button .featured-area a, .featured-area .footer_social, .featured-area .footer_social div.columns:nth-child(2) ul, .footer_social div.columns:nth-child(2) .featured-area ul, .featured-area .cc-m, .featured-area .col {
    height: 100%; }
  /* line 20, ../../src/scss/_page.scss */
  .featured-area h1 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 1.25em;
    width: 100%;
    line-height: 1.4em;
    padding-right: 25%; }
    @media only screen and (min-width: 48em) {
      /* line 20, ../../src/scss/_page.scss */
      .featured-area h1 {
        padding-left: 0;
        padding-right: 2rem;
        font-size: 1.75em;
        -ms-transform: translateY(calc(-50%  - 1em));
        transform: translateY(calc(-50%  - 1em)); } }
    @media only screen and (min-width: 79.5em) {
      /* line 20, ../../src/scss/_page.scss */
      .featured-area h1 {
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  /* line 41, ../../src/scss/_page.scss */
  .featured-area .featured-buttons {
    display: none; }
    /* line 43, ../../src/scss/_page.scss */
    .featured-area .featured-buttons h2.subtitle {
      color: white;
      font-size: 1.25em;
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 79.5em) {
        /* line 43, ../../src/scss/_page.scss */
        .featured-area .featured-buttons h2.subtitle {
          font-size: 1.5em;
          margin-bottom: 1rem; } }
    @media only screen and (min-width: 48em) {
      /* line 41, ../../src/scss/_page.scss */
      .featured-area .featured-buttons {
        position: absolute;
        bottom: 1rem;
        width: 100%;
        display: block; } }
    /* line 58, ../../src/scss/_page.scss */
    .featured-area .featured-buttons .col {
      padding-right: 1rem; }
    /* line 61, ../../src/scss/_page.scss */
    .featured-area .featured-buttons .button, .featured-area .featured-buttons div.donation_button a, div.donation_button .featured-area .featured-buttons a, .featured-area .featured-buttons .footer-bottom .textwidget a, .footer-bottom .textwidget .featured-area .featured-buttons a {
      padding: .75em 0;
      width: 100%;
      font-weight: bold;
      position: relative;
      transition: all .5s;
      background: #B1B943; }
      /* line 68, ../../src/scss/_page.scss */
      .featured-area .featured-buttons .button:hover, .featured-area .featured-buttons div.donation_button a:hover, div.donation_button .featured-area .featured-buttons a:hover, .featured-area .featured-buttons .footer-bottom .textwidget a:hover, .footer-bottom .textwidget .featured-area .featured-buttons a:hover, .featured-area .featured-buttons .button:focus, .featured-area .featured-buttons div.donation_button a:focus, div.donation_button .featured-area .featured-buttons a:focus, .featured-area .featured-buttons .footer-bottom .textwidget a:focus, .footer-bottom .textwidget .featured-area .featured-buttons a:focus {
        background: #BCC925; }
      /* line 71, ../../src/scss/_page.scss */
      .featured-area .featured-buttons .button img, .featured-area .featured-buttons div.donation_button a img, div.donation_button .featured-area .featured-buttons a img, .featured-area .featured-buttons .footer-bottom .textwidget a img, .footer-bottom .textwidget .featured-area .featured-buttons a img {
        width: 1.5rem;
        display: inline-block;
        margin-right: 0.5rem;
        -ms-transform: translateY(-2px);
        transform: translateY(-2px); }

/* line 81, ../../src/scss/_page.scss */
section.featured-buttons {
  background-color: #294C60;
  padding: 2rem 1rem; }
  /* line 85, ../../src/scss/_page.scss */
  section.featured-buttons h2.subtitle {
    color: white;
    font-size: 1.25em;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 79.5em) {
      /* line 85, ../../src/scss/_page.scss */
      section.featured-buttons h2.subtitle {
        font-size: 1.5em;
        margin-bottom: 1rem; } }
  /* line 95, ../../src/scss/_page.scss */
  section.featured-buttons .col:last-child a {
    margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    /* line 81, ../../src/scss/_page.scss */
    section.featured-buttons {
      display: none; } }

/* line 104, ../../src/scss/_page.scss */
.main-content {
  padding: 4rem 1rem; }
  @media only screen and (min-width: 48em) {
    /* line 104, ../../src/scss/_page.scss */
    .main-content {
      padding: 4rem 0; } }
  /* line 109, ../../src/scss/_page.scss */
  .main-content h2 {
    Font-size: 1.35em;
    color: #37617A; }
  /* line 113, ../../src/scss/_page.scss */
  .main-content h3 {
    color: #37617A;
    font-weight: bold;
    font-size: 1.11em;
    margin-bottom: 1rem; }
  /* line 119, ../../src/scss/_page.scss */
  .main-content a:not(.button) {
    color: #B1B943;
    text-decoration: none;
    font-weight: bold;
    transition: all .5s; }
    /* line 124, ../../src/scss/_page.scss */
    .main-content a:not(.button):hover, .main-content a:not(.button):focus {
      color: #BCC925; }
  /* line 128, ../../src/scss/_page.scss */
  .main-content a.button, .main-content div.donation_button a, div.donation_button .main-content a, .main-content .footer-bottom .textwidget a, .footer-bottom .textwidget .main-content a {
    width: auto;
    padding: 0.75em 2rem;
    transition: all .5s; }
    /* line 132, ../../src/scss/_page.scss */
    .main-content a.button:hover, .main-content div.donation_button a:hover, div.donation_button .main-content a:hover, .main-content .footer-bottom .textwidget a:hover, .footer-bottom .textwidget .main-content a:hover, .main-content a.button:focus, .main-content div.donation_button a:focus, div.donation_button .main-content a:focus, .main-content .footer-bottom .textwidget a:focus, .footer-bottom .textwidget .main-content a:focus {
      background: #BCC925; }
  /* line 136, ../../src/scss/_page.scss */
  .main-content .col-8 {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 48em) {
    /* line 140, ../../src/scss/_page.scss */
    .main-content .col-8 {
      padding-right: 1rem;
      margin-bottom: 0; }
    /* line 144, ../../src/scss/_page.scss */
    .main-content .col-4 {
      padding-left: 1rem; } }
  /* line 148, ../../src/scss/_page.scss */
  .main-content hr {
    border: solid 1px #B1B943 !important; }

/* line 153, ../../src/scss/_page.scss */
.urgent-needs {
  background-color: #EBEBEB;
  padding: 1rem 2rem; }
  /* line 156, ../../src/scss/_page.scss */
  .urgent-needs h3 {
    color: #37617A;
    font-weight: bold;
    font-size: 1.11em;
    text-align: center;
    margin-bottom: 1rem; }

/* line 166, ../../src/scss/_page.scss */
.slideshow .col {
  position: relative; }
  /* line 168, ../../src/scss/_page.scss */
  .slideshow .col:after {
    display: none; }
    @media only screen and (min-width: 48em) {
      /* line 168, ../../src/scss/_page.scss */
      .slideshow .col:after {
        display: block; } }
/* line 176, ../../src/scss/_page.scss */
.slideshow .col-4 {
  background-color: #37617A;
  padding: 2rem;
  min-height: 30em; }
  @media only screen and (min-width: 48em) {
    /* line 176, ../../src/scss/_page.scss */
    .slideshow .col-4 {
      padding: 4rem;
      min-height: 0; } }
  /* line 184, ../../src/scss/_page.scss */
  .slideshow .col-4:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #37617A; }
/* line 195, ../../src/scss/_page.scss */
.slideshow .col-8 {
  background-color: #294C60;
  min-height: 35em;
  padding: 2rem; }
  @media only screen and (min-width: 48em) {
    /* line 195, ../../src/scss/_page.scss */
    .slideshow .col-8 {
      min-height: 0; } }
  /* line 201, ../../src/scss/_page.scss */
  .slideshow .col-8 * {
    color: white; }
  @media only screen and (min-width: 48em) {
    /* line 195, ../../src/scss/_page.scss */
    .slideshow .col-8 {
      padding: 4rem; } }
  /* line 208, ../../src/scss/_page.scss */
  .slideshow .col-8:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #294C60; }
/* line 219, ../../src/scss/_page.scss */
.slideshow .slide-image {
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden; }
  /* line 230, ../../src/scss/_page.scss */
  .slideshow .slide-image img {
    display: block;
    float: right;
    width: 100%; }
/* line 237, ../../src/scss/_page.scss */
.slideshow .button, .slideshow div.donation_button a, div.donation_button .slideshow a, .slideshow .footer-bottom .textwidget a, .footer-bottom .textwidget .slideshow a {
  float: left;
  margin-top: 1rem;
  width: auto;
  padding: 0.75em 2rem; }
  /* line 242, ../../src/scss/_page.scss */
  .slideshow .button:hover, .slideshow div.donation_button a:hover, div.donation_button .slideshow a:hover, .slideshow .footer-bottom .textwidget a:hover, .footer-bottom .textwidget .slideshow a:hover, .slideshow .button:focus, .slideshow div.donation_button a:focus, div.donation_button .slideshow a:focus, .slideshow .footer-bottom .textwidget a:focus, .footer-bottom .textwidget .slideshow a:focus {
    background: #BCC925; }
/* line 247, ../../src/scss/_page.scss */
.slideshow h2 {
  position: absolute;
  font-weight: bold;
  font-size: 1.25em;
  z-index: 1;
  top: 1rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (min-width: 48em) {
    /* line 247, ../../src/scss/_page.scss */
    .slideshow h2 {
      -ms-transform: translateX(-59%);
      transform: translateX(-59%); } }
  /* line 258, ../../src/scss/_page.scss */
  .slideshow h2 span {
    padding: 0.5rem; }
  /* line 261, ../../src/scss/_page.scss */
  .slideshow h2 .events {
    color: white; }
  /* line 264, ../../src/scss/_page.scss */
  .slideshow h2 .upcoming {
    color: #B1B943; }
/* line 269, ../../src/scss/_page.scss */
.slideshow .prev, .slideshow .next {
  position: absolute;
  width: 3em;
  height: 3em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC42MzUgMjkuMjciPjxkZWZzPjxzdHlsZT4uY2xzLTEgeyBmaWxsOiAjZmZmOyB9PC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlBhdGhfMSIgY2xhc3M9ImNscy0xIiBkPSJNMTQuNjM1IDE0LjYzNUwuNjY1IDI5LjI3IDAgMjguNTdsMTMuMy0xMy45MzVMMCAuNjk1bC42NjUtLjd6Ii8+PC9zdmc+");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .5s;
  backface-visibility: hidden; }
  /* line 280, ../../src/scss/_page.scss */
  .slideshow .prev:hover, .slideshow .prev:focus, .slideshow .next:hover, .slideshow .next:focus {
    width: 3.75em; }
/* line 285, ../../src/scss/_page.scss */
.slideshow .prev {
  background-color: #294C60;
  bottom: 0;
  right: 0;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
/* line 292, ../../src/scss/_page.scss */
.slideshow .next {
  background-color: #37617A;
  top: 0;
  right: 0; }
  @media only screen and (min-width: 48em) {
    /* line 292, ../../src/scss/_page.scss */
    .slideshow .next {
      bottom: 0;
      left: 0;
      top: initial;
      right: initial; } }
/* line 305, ../../src/scss/_page.scss */
.slideshow.off .prev, .slideshow.off .next, .slideshow.off .dot-nav {
  display: none; }

/* line 311, ../../src/scss/_page.scss */
.slide-item {
  transition: all 1s;
  opacity: 1; }
  /* line 314, ../../src/scss/_page.scss */
  .slide-item.hidden {
    display: none; }
  /* line 317, ../../src/scss/_page.scss */
  .slide-item.reset {
    opacity: 0; }
    /* line 319, ../../src/scss/_page.scss */
    .slide-item.reset.slide-image {
      -ms-transform: translateY(-50%) translateX(calc(-50% + 10em));
      transform: translateY(-50%) translateX(calc(-50% + 10em)); }
    /* line 322, ../../src/scss/_page.scss */
    .slide-item.reset.slide-text {
      -ms-transform: translateX(10em);
      transform: translateX(10em); }
  /* line 326, ../../src/scss/_page.scss */
  .slide-item.reset_prev {
    opacity: 0; }
    /* line 328, ../../src/scss/_page.scss */
    .slide-item.reset_prev.slide-image {
      -ms-transform: translateY(-50%) translateX(calc(-50% + -10em));
      transform: translateY(-50%) translateX(calc(-50% + -10em)); }
    /* line 331, ../../src/scss/_page.scss */
    .slide-item.reset_prev.slide-text {
      -ms-transform: translateX(-10em);
      transform: translateX(-10em); }

/* line 337, ../../src/scss/_page.scss */
.dot-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  /* line 342, ../../src/scss/_page.scss */
  .dot-nav span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.35);
    position: relative;
    float: left;
    margin: 1rem 0.5rem;
    transition: all .5s;
    cursor: pointer; }
    /* line 353, ../../src/scss/_page.scss */
    .dot-nav span.current {
      background-color: white;
      pointer-events: none; }

/* line 360, ../../src/scss/_page.scss */
.slide-text {
  margin-left: -1rem; }
  /* line 362, ../../src/scss/_page.scss */
  .slide-text h3 {
    font-weight: bold;
    font-size: 1.25em; }
  /* line 366, ../../src/scss/_page.scss */
  .slide-text .button, .slide-text div.donation_button a, div.donation_button .slide-text a, .slide-text .footer-bottom .textwidget a, .footer-bottom .textwidget .slide-text a {
    text-transform: uppercase; }

/* line 371, ../../src/scss/_page.scss */
.numbers {
  background-color: #37617A;
  padding: 4rem 0; }
  /* line 374, ../../src/scss/_page.scss */
  .numbers * {
    color: white; }
  /* line 377, ../../src/scss/_page.scss */
  .numbers h2 {
    font-size: 1.75em;
    font-weight: bold;
    margin: 2rem 0 1rem;
    width: 100%;
    display: block;
    text-align: center; }

@media only screen and (min-width: 48em) {
  /* line 387, ../../src/scss/_page.scss */
  .single-number {
    margin: 2rem 0; } }
/* line 391, ../../src/scss/_page.scss */
.single-number img {
  max-width: 8em;
  display: block;
  margin: auto; }

/* line 398, ../../src/scss/_page.scss */
.number-header {
  display: block;
  width: 100%;
  font-size: 1.75em;
  text-align: center;
  font-weight: bold; }

/* line 406, ../../src/scss/_page.scss */
.number-text {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 1rem; }

/* line 414, ../../src/scss/_page.scss */
.what-we-do {
  padding: 4rem 1rem; }
  /* line 416, ../../src/scss/_page.scss */
  .what-we-do h2 {
    font-size: 1.35em;
    margin-bottom: 1rem; }
  /* line 420, ../../src/scss/_page.scss */
  .what-we-do blockquote {
    border-left: 0;
    text-align: center;
    border-top: solid 2px #B1B943;
    border-bottom: solid 2px #B1B943;
    padding: 2rem 1rem;
    width: 100%; }
    /* line 427, ../../src/scss/_page.scss */
    .what-we-do blockquote p {
      font-size: 1.11em; }

/* line 436, ../../src/scss/_page.scss */
body.page-template-template-events .main_content_wrap {
  top: 0; }

/* line 1, ../../src/scss/_wordpress.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  /* line 7, ../../src/scss/_wordpress.scss */
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 16, ../../src/scss/_wordpress.scss */
div.wpcf7-response-output {
  clear: both; }

/* line 20, ../../src/scss/_wordpress.scss */
.wpcf7-validation-errors {
  border: 1px solid #ff0000 !important;
  background: #fff;
  color: #ff0000 !important;
  padding: 1em !important;
  margin-top: 4em !important;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important; }

/* line 32, ../../src/scss/_wordpress.scss */
.wpcf7-not-valid {
  border: 1px solid #ff0000; }

/* line 36, ../../src/scss/_wordpress.scss */
.wpcf7-mail-sent-ok {
  background: #fff; }

/* line 40, ../../src/scss/_wordpress.scss */
.alignleft {
  max-width: 50%;
  float: left;
  margin: .3em 3em 3em 0;
  height: auto; }

/* line 47, ../../src/scss/_wordpress.scss */
.alignright {
  max-width: 50%;
  float: right;
  margin: .3em 0 3em 3em;
  height: auto; }

/* line 54, ../../src/scss/_wordpress.scss */
.aligncenter, .alignnone {
  max-width: 100%;
  margin: 1em auto;
  height: auto; }

/* line 60, ../../src/scss/_wordpress.scss */
.clear:before,
.clear:after {
  content: " ";
  display: table; }

/* line 66, ../../src/scss/_wordpress.scss */
.clear:after {
  clear: both; }

/* line 70, ../../src/scss/_wordpress.scss */
.error404 {
  padding-bottom: 2em;
  text-align: center; }

/* line 1, ../../src/scss/_header.scss */
.site-header .col {
  position: relative; }

/* line 5, ../../src/scss/_header.scss */
div.bottom_header_wrap .bottom_nav {
  margin: 0 !important; }

/* line 9, ../../src/scss/_header.scss */
.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2; }
  /* line 15, ../../src/scss/_header.scss */
  .site-header ul.menu {
    background-color: #37617A;
    color: white;
    height: 100%;
    margin: 0 !important; }
    /* line 21, ../../src/scss/_header.scss */
    .site-header ul.menu:before {
      content: '';
      display: block;
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      right: 100%;
      background-color: #37617A; }
    /* line 31, ../../src/scss/_header.scss */
    .site-header ul.menu > li {
      float: left;
      height: 100%; }
      /* line 34, ../../src/scss/_header.scss */
      .site-header ul.menu > li > a {
        height: 100%; }
      /* line 37, ../../src/scss/_header.scss */
      .site-header ul.menu > li a {
        color: white;
        padding: 0.5rem;
        display: block;
        text-transform: uppercase; }
      /* line 44, ../../src/scss/_header.scss */
      .site-header ul.menu > li.menu-item-has-children a:after {
        content: "\02C7"; }
      /* line 49, ../../src/scss/_header.scss */
      .site-header ul.menu > li:hover .sub-menu, .site-header ul.menu > li:focus .sub-menu {
        opacity: 1 !important;
        display: block !important;
        -ms-transform: translateY(0);
        transform: translateY(0);
        overflow: visible; }
  /* line 58, ../../src/scss/_header.scss */
  .site-header ul.sub-menu {
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem);
    transition: all .5s;
    position: absolute;
    background-color: #37617A; }

/* line 68, ../../src/scss/_header.scss */
.header-donate-button {
  height: 100%; }
  /* line 70, ../../src/scss/_header.scss */
  .header-donate-button a {
    display: block;
    padding: 0.5rem;
    color: white;
    text-decoration: none;
    height: 100%;
    padding-left: 2rem;
    z-index: 1; }
    /* line 79, ../../src/scss/_header.scss */
    .header-donate-button a:before {
      content: '';
      display: block;
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 0;
      transition: all .5s;
      background-color: #B1B943;
      z-index: -1; }
    /* line 91, ../../src/scss/_header.scss */
    .header-donate-button a:hover, .header-donate-button a:focus {
      color: white; }
      /* line 93, ../../src/scss/_header.scss */
      .header-donate-button a:hover:before, .header-donate-button a:focus:before {
        background-color: #BCC925; }

/* line 100, ../../src/scss/_header.scss */
.menu-row {
  height: 3rem; }
  /* line 102, ../../src/scss/_header.scss */
  .menu-row .col, .menu-row nav, .menu-row .menu-header-dash-menu-container {
    height: 100%; }

/* line 107, ../../src/scss/_header.scss */
.site-title {
  padding: 1rem 0; }
  /* line 110, ../../src/scss/_header.scss */
  .site-title img {
    max-height: 4rem; }

/* line 115, ../../src/scss/_header.scss */
.safety-alert {
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  /* line 122, ../../src/scss/_header.scss */
  .safety-alert a {
    text-decoration: none; }
  /* line 125, ../../src/scss/_header.scss */
  .safety-alert .green {
    color: #B1B943; }

/* line 130, ../../src/scss/_header.scss */
div.top_header_wrap {
  border-bottom: 0px; }

/* line 134, ../../src/scss/_header.scss */
div.bottom_header_wrap .top-bar-section .has-dropdown > a:after {
  top: 23px !important; }

/* line 138, ../../src/scss/_header.scss */
div.donation_button {
  margin: 0;
  position: absolute;
  height: 50px;
  display: none; }
  @media only screen and (min-width: 48em) {
    /* line 138, ../../src/scss/_header.scss */
    div.donation_button {
      display: block; } }
  /* line 146, ../../src/scss/_header.scss */
  div.donation_button a {
    height: 100%;
    text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    /* line 153, ../../src/scss/_header.scss */
    div.donation_button a {
      text-align: left;
      padding-left: 1rem; } }

@media only screen and (min-width: 40.063em) {
  /* line 161, ../../src/scss/_header.scss */
  section.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px; }

  /* line 166, ../../src/scss/_header.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 30px !important; }

  /* line 169, ../../src/scss/_header.scss */
  section.top-bar-section .dropdown {
    top: 40px !important; } }
@media only screen and (min-width: 48em) {
  /* line 175, ../../src/scss/_header.scss */
  section.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px; }

  /* line 180, ../../src/scss/_header.scss */
  section.top-bar-section .dropdown {
    top: 40px !important; } }
/* line 185, ../../src/scss/_header.scss */
div.safe.top a {
  width: calc(50% - 2rem); }
  /* line 187, ../../src/scss/_header.scss */
  div.safe.top a .green {
    color: #B1B943; }

/* line 192, ../../src/scss/_header.scss */
nav.top-bar .toggle-topbar.menu-icon a:after {
  box-shadow: 0 10px 0 1px #FFFFFF, 0 16px 0 1px #FFFFFF, 0 22px 0 1px #FFFFFF; }

/* line 197, ../../src/scss/_header.scss */
.bottom_header_wrap.affix {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100vw; }

/* line 1, ../../src/scss/_footer.scss */
div.footer_social {
  background-color: #294C60; }
  /* line 4, ../../src/scss/_footer.scss */
  div.footer_social .fa:before {
    color: white !important;
    transition: all .5s; }
  /* line 9, ../../src/scss/_footer.scss */
  div.footer_social ul.wow {
    font-size: 14px; }
    /* line 11, ../../src/scss/_footer.scss */
    div.footer_social ul.wow a:hover .fa:before {
      color: #B1B943 !important; }

/* line 24, ../../src/scss/_footer.scss */
.footer_widget_wrap .footer_widget:nth-child(1) {
  border-right: solid 3px #B1B943;
  paddin-right: 2rem; }
@media only screen and (min-width: 48em) {
  /* line 29, ../../src/scss/_footer.scss */
  .footer_widget_wrap div.columns.footer_widget:nth-child(2) {
    padding-left: 2rem !important;
    padding-right: 0; }
  /* line 33, ../../src/scss/_footer.scss */
  .footer_widget_wrap div.columns.footer_widget:nth-child(3) {
    padding-left: 2rem !important;
    padding-right: 0; } }

/* line 42, ../../src/scss/_footer.scss */
.footer_social div.columns:nth-child(2) {
  padding: 0 !important; }
  /* line 44, ../../src/scss/_footer.scss */
  .footer_social div.columns:nth-child(2) ul {
    display: block;
    padding: 1rem;
    margin: 0;
    margin-top: 2rem;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      /* line 44, ../../src/scss/_footer.scss */
      .footer_social div.columns:nth-child(2) ul {
        text-align: right; } }
    /* line 54, ../../src/scss/_footer.scss */
    .footer_social div.columns:nth-child(2) ul:after {
      display: none; }

/* line 62, ../../src/scss/_footer.scss */
.textwidget a {
  color: #B1B943;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: right;
  transition: all .5s; }
  /* line 70, ../../src/scss/_footer.scss */
  .textwidget a:hover, .textwidget a:focus {
    color: #BCC925 !important; }
  /* line 73, ../../src/scss/_footer.scss */
  .textwidget a.action-btn {
    margin-left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 48em) {
      /* line 73, ../../src/scss/_footer.scss */
      .textwidget a.action-btn {
        margin-left: 1rem;
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    /* line 80, ../../src/scss/_footer.scss */
    .textwidget a.action-btn:hover, .textwidget a.action-btn:focus {
      background: #BCC925;
      color: white !important; }
/* line 86, ../../src/scss/_footer.scss */
.textwidget h4 {
  font-weight: bold; }
/* line 90, ../../src/scss/_footer.scss */
.textwidget > a img {
  outline: solid 3px transparent;
  transition: all .5s; }
/* line 95, ../../src/scss/_footer.scss */
.textwidget > a:hover img, .textwidget > a:focus img {
  outline: solid 3px #B1B943; }

/* line 103, ../../src/scss/_footer.scss */
.widget_recent_entries a {
  transition: all .5s; }
  /* line 105, ../../src/scss/_footer.scss */
  .widget_recent_entries a:hover, .widget_recent_entries a:focus {
    color: #B1B943 !important; }
/* line 109, ../../src/scss/_footer.scss */
.widget_recent_entries span.post-date {
  color: white !important; }

/* line 114, ../../src/scss/_footer.scss */
.nonprofit-partners {
  padding: 1rem;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  position: relative;
  text-align: left; }
  /* line 121, ../../src/scss/_footer.scss */
  .nonprofit-partners .hug, .nonprofit-partners .content-area, .nonprofit-partners section.featured-buttons, .nonprofit-partners .site-header ul.menu, .site-header .nonprofit-partners ul.menu, .nonprofit-partners .header-donate-button a, .header-donate-button .nonprofit-partners a, .nonprofit-partners .site-title, .nonprofit-partners .safety-alert, .nonprofit-partners div.donation_button a, div.donation_button .nonprofit-partners a, .nonprofit-partners .footer_social, .nonprofit-partners .footer_social div.columns:nth-child(2) ul, .footer_social div.columns:nth-child(2) .nonprofit-partners ul {
    padding: 2rem 0; }
    @media only screen and (min-width: 48em) {
      /* line 121, ../../src/scss/_footer.scss */
      .nonprofit-partners .hug, .nonprofit-partners .content-area, .nonprofit-partners section.featured-buttons, .nonprofit-partners .site-header ul.menu, .site-header .nonprofit-partners ul.menu, .nonprofit-partners .header-donate-button a, .header-donate-button .nonprofit-partners a, .nonprofit-partners .site-title, .nonprofit-partners .safety-alert, .nonprofit-partners div.donation_button a, div.donation_button .nonprofit-partners a, .nonprofit-partners .footer_social, .nonprofit-partners .footer_social div.columns:nth-child(2) ul, .footer_social div.columns:nth-child(2) .nonprofit-partners ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: bottom;
        align-items: bottom; } }
  /* line 130, ../../src/scss/_footer.scss */
  .nonprofit-partners .text-wrapper {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    display: block;
    max-width: 20em;
    margin: 1rem 1rem; }
    @media only screen and (min-width: 48em) {
      /* line 130, ../../src/scss/_footer.scss */
      .nonprofit-partners .text-wrapper {
        max-width: calc(100% - 2rem);
        margin: 0 auto; } }
  /* line 142, ../../src/scss/_footer.scss */
  .nonprofit-partners img {
    width: 100%;
    max-width: calc(100% - 4rem);
    margin: 1rem 2rem; }
    @media only screen and (min-width: 48em) {
      /* line 142, ../../src/scss/_footer.scss */
      .nonprofit-partners img {
        max-width: calc(100% - 2rem);
        margin: 0 auto; } }

/* line 1, ../../src/scss/_form.scss */
.ctct-formWrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }
  /* line 9, ../../src/scss/_form.scss */
  .ctct-formWrapper .shade {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1; }

/* line 21, ../../src/scss/_form.scss */
.ctct-formInner {
  position: absolute;
  background-color: white;
  width: calc(100% - 2rem);
  max-width: 35rem;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2; }
  /* line 30, ../../src/scss/_form.scss */
  .ctct-formInner span.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem;
    font-size: 1.25em;
    cursor: pointer;
    transition: all .5s; }
    /* line 38, ../../src/scss/_form.scss */
    .ctct-formInner span.close:hover, .ctct-formInner span.close:focus {
      color: #B1B943; }

/* line 44, ../../src/scss/_form.scss */
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer a img.ctct-form-footer-img {
  display: none !important; }

/* line 48, ../../src/scss/_form.scss */
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  background-color: #B1B943 !important;
  border: 0 !important; }

/* line 53, ../../src/scss/_form.scss */
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin-bottom: .25rem !important; }

/* line 57, ../../src/scss/_form.scss */
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-size: 20px !important;
  font-family: "Open Sans", Verdana, Helvetica, sans-serif !important; }
  @media only screen and (min-width: 48em) {
    /* line 57, ../../src/scss/_form.scss */
    div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
      font-size: 28px !important; } }

/* line 65, ../../src/scss/_form.scss */
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  font-size: 14px !important;
  font-family: "Open Sans", Verdana, Helvetica, sans-serif !important; }
  @media only screen and (min-width: 48em) {
    /* line 65, ../../src/scss/_form.scss */
    div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
      font-size: 16px !important; } }

/* line 73, ../../src/scss/_form.scss */
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  font-size: 10px !important;
  font-family: "Open Sans", Verdana, Helvetica, sans-serif !important; }



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