/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /Users/webdev/Sites/youthranch/sass/site/_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 33, /Users/webdev/Sites/youthranch/sass/site/_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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/webdev/Sites/youthranch/sass/site/_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/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/webdev/Sites/youthranch/sass/site/_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 109, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }
/* line 111, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
nav abbr[title] {
  border-bottom: none; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 120, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 129, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 147, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 156, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 172, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
sup {
  top: -0.5em; }

/* line 176, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 187, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 195, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 206, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 214, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 224, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, /Users/webdev/Sites/youthranch/sass/site/_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.
 */
/* line 255, /Users/webdev/Sites/youthranch/sass/site/_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 269, /Users/webdev/Sites/youthranch/sass/site/_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 280, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, /Users/webdev/Sites/youthranch/sass/site/_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 305, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 314, /Users/webdev/Sites/youthranch/sass/site/_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 325, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 337, /Users/webdev/Sites/youthranch/sass/site/_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 349, /Users/webdev/Sites/youthranch/sass/site/_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
 *    (include `-moz` to future-proof).
 */
/* line 360, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 373, /Users/webdev/Sites/youthranch/sass/site/_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 382, /Users/webdev/Sites/youthranch/sass/site/_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.
 */
/* line 393, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 402, /Users/webdev/Sites/youthranch/sass/site/_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 411, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 422, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 427, /Users/webdev/Sites/youthranch/sass/site/_normalize.scss */
td, th {
  padding: 0; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.white {
  color: white; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.white.base {
  color: white; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.white {
  color: background-color(white, base);
  background-color: white;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.white.base {
  background-color: white;
  background-color: white;
  color: #000; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.black {
  color: #2d2619; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.black.base {
  color: #2d2619; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.black {
  color: background-color(black, base);
  background-color: #2d2619;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.black.base {
  background-color: #2d2619;
  background-color: #2d2619;
  color: #fff; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.gray {
  color: #636466; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.gray.base {
  color: #636466; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.gray {
  color: background-color(gray, base);
  background-color: #636466;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.gray.base {
  background-color: #636466;
  background-color: #636466;
  color: #fff; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.red {
  color: #d91350; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.red.base {
  color: #d91350; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.red {
  color: background-color(red, base);
  background-color: #d91350;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.red.base {
  background-color: #d91350;
  background-color: #d91350;
  color: #fff; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one {
  color: #3ab0c8; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.super-light {
  color: #e1f3f7; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.x-light {
  color: #7bcada; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.light {
  color: #6bc4d6; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.med-light {
  color: #4eb8ce; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.base {
  color: #3ab0c8; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.med-dark {
  color: #349eb4; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.dark {
  color: #2c8496; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-one.x-dark {
  color: #277686; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one {
  color: background-color(swatch-one, base);
  background-color: #3ab0c8;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.super-light {
  background-color: #e1f3f7;
  background-color: #e1f3f7;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.x-light {
  background-color: #7bcada;
  background-color: #7bcada;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.light {
  background-color: #6bc4d6;
  background-color: #6bc4d6;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.med-light {
  background-color: #4eb8ce;
  background-color: #4eb8ce;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.base {
  background-color: #3ab0c8;
  background-color: #3ab0c8;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.med-dark {
  background-color: #349eb4;
  background-color: #349eb4;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.dark {
  background-color: #2c8496;
  background-color: #2c8496;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-one.x-dark {
  background-color: #277686;
  background-color: #277686;
  color: #fff; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two {
  color: #9d1c30; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.x-light {
  color: #ce8e98; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.light {
  color: #b65564; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.med-light {
  color: #a73345; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.base {
  color: #9d1c30; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.med-dark {
  color: #8d192b; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.dark {
  color: #761524; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.swatch-two.x-dark {
  color: #691320; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two {
  color: background-color(swatch-two, base);
  background-color: #9d1c30;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.x-light {
  background-color: #ce8e98;
  background-color: #ce8e98;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.light {
  background-color: #b65564;
  background-color: #b65564;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.med-light {
  background-color: #a73345;
  background-color: #a73345;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.base {
  background-color: #9d1c30;
  background-color: #9d1c30;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.med-dark {
  background-color: #8d192b;
  background-color: #8d192b;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.dark {
  background-color: #761524;
  background-color: #761524;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.swatch-two.x-dark {
  background-color: #691320;
  background-color: #691320;
  color: #fff; }

/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.logo.gray {
  color: #636466; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.logo.blue {
  color: #3ab0c8; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.logo.green {
  color: #a48e31; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.logo.light-green {
  color: #c1b45f; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.logo.cream {
  color: #e9b789; }
/* line 90, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
span.logo.red {
  color: #9d1c30; }

/* line 95, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo {
  color: background-color(logo, base); }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo.gray {
  background-color: #636466;
  background-color: #636466;
  color: #fff; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo.blue {
  background-color: #3ab0c8;
  background-color: #3ab0c8;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo.green {
  background-color: #a48e31;
  background-color: #a48e31;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo.light-green {
  background-color: #c1b45f;
  background-color: #c1b45f;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo.cream {
  background-color: #e9b789;
  background-color: #e9b789;
  color: #000; }
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
div.logo.red {
  background-color: #9d1c30;
  background-color: #9d1c30;
  color: #fff; }

/* line 108, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
.blue {
  color: #3ab0c8; }

/* line 112, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
.green {
  color: #a48e31; }

/* line 116, /Users/webdev/Sites/youthranch/sass/site/_colors.scss */
.red {
  color: #8d192b; }

/* line 1, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
html, body {
  margin: 0;
  padding: 0; }

/*
 *  Susy 2 layout definitions
 */
/* Susy runs with the following defaults for the global susy layout map.
  $susy: (
    flow: ltr,
    math: fluid,
    output: float,
    gutter-position: after,
    container: auto,
    container-position: center,
    columns: 4,
    gutters: .25,
    column-width: false,
    global-box-sizing: content-box,
    last-flow: to,
    debug: (
      image: hide,
      color: rgba(#66f, .25),
      output: background,
      toggle: top right,
    ),
    use-custom: (
      background-image: true,
      background-options: false,
      box-sizing: true,
      clearfix: false,
      rem: true,
    )
  );
*/
/*
  @include susy-breakpoint(<breakpoint>, <layout>) {
      ...any css, just like normal....
      NOTE: span-columns() is different from Susy 1
      span() refers to the last-set number of layout columns as the context,
      which is why we need to define the container(<layout>) for our .wrapper at each new breakpoint.
      (reference: http://susydocs.oddbird.net/en/latest/shorthand/#span)
      Oh, and span-columns(3 omega) is now span(last 3)
   }
 */
/* line 93, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
/* line 12, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both; }
@media (min-width: 481px) {
  /* line 93, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  .wrapper {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1em;
    padding-left: 1em; }
  /* line 12, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; } }
@media (min-width: 769px) {
  /* line 93, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  .wrapper {
    max-width: 1011.5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0; }
  /* line 12, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; } }

@media (min-width: 769px) {
  /* line 107, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  article#main-content {
    margin-left: 3.36134%; }
  /* line 114, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  article#main-content.has-aside {
    width: 57.98319%;
    float: left;
    margin-right: 0.84034%; } }

/* line 121, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
nav.subnav {
  display: none; }
@media (min-width: 481px) {
  /* line 125, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  nav.subnav {
    display: block;
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
  /* line 128, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  nav.subnav + article#main-content {
    width: 74.57627%;
    float: right;
    margin-right: 0; } }
@media (min-width: 769px) {
  /* line 134, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  nav.subnav {
    width: 15.96639%;
    float: left;
    margin-right: 0.84034%; }
  /* line 136, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  nav.subnav + article#main-content {
    width: 78.9916%;
    float: right;
    margin-right: 0; }
  /* line 138, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  nav.subnav + article#main-content.has-aside {
    width: 53.78151%;
    float: left;
    margin-right: 0.84034%; } }

/* line 146, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
aside {
  margin-top: 1em;
  border-top: 1px solid rgba(99, 100, 102, 0.4);
  -moz-box-shadow: 0px -1px 0px rgba(99, 100, 102, 0.2);
  -webkit-box-shadow: 0px -1px 0px rgba(99, 100, 102, 0.2);
  box-shadow: 0px -1px 0px rgba(99, 100, 102, 0.2); }
@media (min-width: 481px) {
  /* line 146, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  aside {
    width: 74.57627%;
    float: right;
    margin-right: 0; } }
@media (min-width: 769px) {
  /* line 146, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  aside {
    width: 24.36975%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* footer-type sections */
/* line 162, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
section.footer {
  margin-bottom: 1em; }
@media (min-width: 769px) {
  /* line 165, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  section.footer.left, section.footer.right {
    padding: 3.36134%; }
  /* line 169, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  section.footer.left {
    width: 41.17647%;
    float: left;
    margin-right: 0.84034%; }
  /* line 172, /Users/webdev/Sites/youthranch/sass/site/_layout.scss */
  section.footer.right {
    width: 41.17647%;
    float: right;
    margin-right: 0; } }

/* Graceful degredations from http://cssfontstack.com */
/* line 36, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
*[class*="fa-"]:not(.fa-ul) {
  opacity: 0;
  transition: opacity ease-in 0.5s;
  display: inline-block;
  width: 0.875em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active *[class*="fa-"]:not(.fa-ul) {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive *[class*="fa-"]:not(.fa-ul) {
  opacity: 1; }
/* line 40, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active *[class*="fa-"]:not(.fa-ul):not(.fa-fw, .fa-li) {
  width: auto; }

/* line 46, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
*[class*="font-effects"] {
  opacity: 0;
  transition: opacity ease 0.5s; }
/* line 49, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
*[class*="font-effects"] .wf-gfx-loaded {
  opacity: 1; }

/* line 100, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
body {
  color: #636466;
  font-size: 16px;
  line-height: 1.25; }
@media (min-width: 481px) {
  /* line 100, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  body {
    line-height: 1.375; } }

/* line 120, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.link, a {
  color: #3ab0c8;
  text-decoration: none;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
/* line 124, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.link:visited, a:visited {
  color: #3ab0c8; }
/* line 127, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.link:hover, a:hover, .link:visited:hover, a:visited:hover {
  color: #277686; }

/* line 131, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.italic, i, em {
  font-style: italic; }

/* line 132, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.bold, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, b, strong {
  font-weight: 700; }

/* line 134, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h1, h1 {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */ }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .h1, .wf-active h1 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 134, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125; } }
@media (min-width: 769px) {
  /* line 134, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 3em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05; } }

/* line 151, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h2, h2 {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */ }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .h2, .wf-active h2 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 151, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25; } }
@media (min-width: 769px) {
  /* line 151, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25; } }

/* line 168, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h3, h3 {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */ }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .h3, .wf-active h3 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 168, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25; } }
@media (min-width: 769px) {
  /* line 168, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25; } }

/* line 185, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h4, h4 {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .h4, .wf-active h4 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 185, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */ } }

/* line 195, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h5, h5 {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .h5, .wf-active h5 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1; }

/* line 201, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h6, h6 {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1em;
  line-height: 1.11111111; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .h6, .wf-active h6 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1; }

/* line 206, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

/* line 212, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.block-margins, p, ul, ol, pre, blockquote {
  margin: 1em 0; }

/* line 228, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
ul, ol, dl {
  margin: 0;
  padding: 0 1em; }

/* line 229, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
li, dl {
  margin-bottom: 0.625em; }

/* line 231, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
p, ul, ol, pre, blockquote {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active p, .wf-active ul, .wf-active ol, .wf-active pre, .wf-active blockquote {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive p, .wf-inactive ul, .wf-inactive ol, .wf-inactive pre, .wf-inactive blockquote {
  opacity: 1; }

/* line 236, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
blockquote {
  margin-left: 1em;
  margin-right: 1em; }

/* overrides */
/* line 239, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
mark {
  background: rgba(233, 183, 137, 0.25);
  border-bottom: 1px solid rgba(233, 183, 137, 0.5); }

/* line 244, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
h2:first-child, h3:first-child {
  margin-top: 0; }

/* line 248, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
h2.large {
  font-size: 4.375em;
  line-height: 1.01786em;
  margin: 0; }

/* line 252, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
#main-content h4 {
  color: #9d1c30; }

/* line 255, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.post-title {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  margin-bottom: 0; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .post-title {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .post-title {
  opacity: 1; }
/* line 258, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.post-title, .post-title a {
  color: #636466; }
/* line 261, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.post-title small {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.5em;
  line-height: 1.25em;
  color: #8a8b8c; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .post-title small {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .post-title small {
  opacity: 1; }

/* line 40, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.no-mobile {
  display: none; }
@media (min-width: 481px) {
  /* line 40, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
  .no-mobile {
    display: inherit; }
  /* line 25, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
  .no-mobile ul li {
    display: list-item; } }

/* line 44, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.desktop-only {
  display: none; }
@media (min-width: 769px) {
  /* line 44, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
  .desktop-only {
    display: inherit; } }

/* line 50, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.blockify {
  display: block !important; }

/* line 51, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.inlinify {
  display: inline-block !important; }

/* line 54, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1; }

/* line 57, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.pie-clearfix {
  *zoom: 1; }
/* line 38, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* line 59, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.clear {
  clear: both; }

/* line 60, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.clear-left {
  clear: left; }

/* line 61, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.clear-right {
  clear: right; }

/* line 63, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.float-left {
  float: left; }

/* line 64, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
img.float-left {
  margin-right: 1.26582%; }

/* line 65, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.float-right {
  float: right; }

/* line 66, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
img.float-right {
  margin-left: 1.26582%; }

/* line 67, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.no-float {
  float: none !important; }

/* line 69, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.headroom {
  margin-top: 2.5em; }

/* line 70, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.less-headroom {
  margin-top: 1.25em; }

/* line 71, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.more-less-headroom {
  margin-top: 0.625em; }

/* line 72, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.no-headroom {
  margin-top: 0; }

/* line 74, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.legroom {
  margin-bottom: 2.5em; }

/* line 75, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.less-legroom {
  margin-bottom: 1.25em; }

/* line 76, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.more-less-legroom {
  margin-bottom: 0.625em; }

/* line 77, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.even-more-less-legroom {
  margin-bottom: 0.3125em; }

/* line 78, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.no-legroom {
  margin-bottom: 0; }

/* line 80, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.no-margin {
  margin: 0 !important; }

/* line 81, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.no-border {
  border: none !important; }

/* line 83, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.center {
  text-align: center !important; }

/* line 84, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.text-align--left {
  text-align: left !important; }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.smaller {
  font-size: 75%; }

/* line 88, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }

/* line 92, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }
/* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
ul.reset li {
  margin: 0; }

/* tablesorter */
/* line 98, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.tablesorter .header {
  position: relative;
  padding-right: 22px;
  cursor: pointer; }

/* line 103, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.tablesorter .header::after {
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  float: right;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 4em; }

/* line 115, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.tablesorter .header.headerSortUp::after {
  content: '\f077'; }

/* line 118, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.tablesorter .header.headerSortDown::after {
  content: '\f078'; }

/* line 121, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
.tablesorter tbody tr:nth-child(even) {
  background-color: rgba(231, 242, 249, 0.5); }

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #2c8496; }
  100% {
    box-shadow: 0px 0px 0px 0px #2c8496; } }
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #2c8496; }
  100% {
    box-shadow: 0px 0px 0px 0px #2c8496; } }
/* line 112, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
form {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-size: 1em;
  font-weight: 400;
  *zoom: 1; }
/* line 38, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form:after {
  content: "";
  display: table;
  clear: both; }
/* line 117, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
form *, form *::before, form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
/* line 127, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
form .group.radio.inline label {
  margin-right: 1.5em; }

/* line 135, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"], input[type="date"], input[type="text"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #636466;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(45, 38, 25, 0.9); }
/* line 58, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"]:focus, input[type="email"]:target, input[type="date"]:focus, input[type="date"]:target, input[type="text"]:focus, input[type="text"]:target, input[type="datetime"]:focus, input[type="datetime"]:target, input[type="datetime-local"]:focus, input[type="datetime-local"]:target, input[type="email"]:focus, input[type="email"]:target, input[type="month"]:focus, input[type="month"]:target, input[type="number"]:focus, input[type="number"]:target, input[type="password"]:focus, input[type="password"]:target, input[type="tel"]:focus, input[type="tel"]:target, input[type="text"]:focus, input[type="text"]:target, input[type="time"]:focus, input[type="time"]:target, input[type="url"]:focus, input[type="url"]:target, input[type="week"]:focus, input[type="week"]:target, textarea:focus, textarea:target {
  color: #2d2619;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #636466; }
/* line 64, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"], input[type="email"]:focus.error, .error input[type="date"]:focus, div.formError[style*="opacity: 0."] + input[type="date"]:focus, div.formError[style*="opacity: 0."] + input[type="date"], input[type="date"]:focus.error, .error input[type="text"]:focus, div.formError[style*="opacity: 0."] + input[type="text"]:focus, div.formError[style*="opacity: 0."] + input[type="text"], input[type="text"]:focus.error, .error input[type="datetime"]:focus, div.formError[style*="opacity: 0."] + input[type="datetime"]:focus, div.formError[style*="opacity: 0."] + input[type="datetime"], input[type="datetime"]:focus.error, .error input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] + input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] + input[type="datetime-local"], input[type="datetime-local"]:focus.error, .error input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"], input[type="email"]:focus.error, .error input[type="month"]:focus, div.formError[style*="opacity: 0."] + input[type="month"]:focus, div.formError[style*="opacity: 0."] + input[type="month"], input[type="month"]:focus.error, .error input[type="number"]:focus, div.formError[style*="opacity: 0."] + input[type="number"]:focus, div.formError[style*="opacity: 0."] + input[type="number"], input[type="number"]:focus.error, .error input[type="password"]:focus, div.formError[style*="opacity: 0."] + input[type="password"]:focus, div.formError[style*="opacity: 0."] + input[type="password"], input[type="password"]:focus.error, .error input[type="tel"]:focus, div.formError[style*="opacity: 0."] + input[type="tel"]:focus, div.formError[style*="opacity: 0."] + input[type="tel"], input[type="tel"]:focus.error, .error input[type="text"]:focus, div.formError[style*="opacity: 0."] + input[type="text"]:focus, div.formError[style*="opacity: 0."] + input[type="text"], input[type="text"]:focus.error, .error input[type="time"]:focus, div.formError[style*="opacity: 0."] + input[type="time"]:focus, div.formError[style*="opacity: 0."] + input[type="time"], input[type="time"]:focus.error, .error input[type="url"]:focus, div.formError[style*="opacity: 0."] + input[type="url"]:focus, div.formError[style*="opacity: 0."] + input[type="url"], input[type="url"]:focus.error, .error input[type="week"]:focus, div.formError[style*="opacity: 0."] + input[type="week"]:focus, div.formError[style*="opacity: 0."] + input[type="week"], input[type="week"]:focus.error, .error textarea:focus, div.formError[style*="opacity: 0."] + textarea:focus, div.formError[style*="opacity: 0."] + textarea, textarea:focus.error {
  color: #d91350; }
/* line 33, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"]:focus, input[type="date"]:focus, input[type="text"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
  outline-color: #349eb4;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px; }
/* line 39, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style^="opacity: 0."] + input[type="email"]:focus, input[type="email"]:focus.error, .error input[type="date"]:focus, div.formError[style^="opacity: 0."] + input[type="date"]:focus, input[type="date"]:focus.error, .error input[type="text"]:focus, div.formError[style^="opacity: 0."] + input[type="text"]:focus, input[type="text"]:focus.error, .error input[type="datetime"]:focus, div.formError[style^="opacity: 0."] + input[type="datetime"]:focus, input[type="datetime"]:focus.error, .error input[type="datetime-local"]:focus, div.formError[style^="opacity: 0."] + input[type="datetime-local"]:focus, input[type="datetime-local"]:focus.error, .error input[type="email"]:focus, div.formError[style^="opacity: 0."] + input[type="email"]:focus, input[type="email"]:focus.error, .error input[type="month"]:focus, div.formError[style^="opacity: 0."] + input[type="month"]:focus, input[type="month"]:focus.error, .error input[type="number"]:focus, div.formError[style^="opacity: 0."] + input[type="number"]:focus, input[type="number"]:focus.error, .error input[type="password"]:focus, div.formError[style^="opacity: 0."] + input[type="password"]:focus, input[type="password"]:focus.error, .error input[type="tel"]:focus, div.formError[style^="opacity: 0."] + input[type="tel"]:focus, input[type="tel"]:focus.error, .error input[type="text"]:focus, div.formError[style^="opacity: 0."] + input[type="text"]:focus, input[type="text"]:focus.error, .error input[type="time"]:focus, div.formError[style^="opacity: 0."] + input[type="time"]:focus, input[type="time"]:focus.error, .error input[type="url"]:focus, div.formError[style^="opacity: 0."] + input[type="url"]:focus, input[type="url"]:focus.error, .error input[type="week"]:focus, div.formError[style^="opacity: 0."] + input[type="week"]:focus, input[type="week"]:focus.error, .error textarea:focus, div.formError[style^="opacity: 0."] + textarea:focus, textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px; }
/* line 72, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][size="1"], input[type="date"][size="1"], input[type="text"][size="1"], input[type="datetime"][size="1"], input[type="datetime-local"][size="1"], input[type="email"][size="1"], input[type="month"][size="1"], input[type="number"][size="1"], input[type="password"][size="1"], input[type="tel"][size="1"], input[type="text"][size="1"], input[type="time"][size="1"], input[type="url"][size="1"], input[type="week"][size="1"], textarea[size="1"] {
  width: 1em; }
/* line 73, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][size="2"], input[type="date"][size="2"], input[type="text"][size="2"], input[type="datetime"][size="2"], input[type="datetime-local"][size="2"], input[type="email"][size="2"], input[type="month"][size="2"], input[type="number"][size="2"], input[type="password"][size="2"], input[type="tel"][size="2"], input[type="text"][size="2"], input[type="time"][size="2"], input[type="url"][size="2"], input[type="week"][size="2"], textarea[size="2"] {
  width: 2em; }
/* line 74, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][size="3"], input[type="date"][size="3"], input[type="text"][size="3"], input[type="datetime"][size="3"], input[type="datetime-local"][size="3"], input[type="email"][size="3"], input[type="month"][size="3"], input[type="number"][size="3"], input[type="password"][size="3"], input[type="tel"][size="3"], input[type="text"][size="3"], input[type="time"][size="3"], input[type="url"][size="3"], input[type="week"][size="3"], textarea[size="3"] {
  width: 3em; }
/* line 75, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][size="4"], input[type="date"][size="4"], input[type="text"][size="4"], input[type="datetime"][size="4"], input[type="datetime-local"][size="4"], input[type="email"][size="4"], input[type="month"][size="4"], input[type="number"][size="4"], input[type="password"][size="4"], input[type="tel"][size="4"], input[type="text"][size="4"], input[type="time"][size="4"], input[type="url"][size="4"], input[type="week"][size="4"], textarea[size="4"] {
  width: 4em; }
/* line 76, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][size="5"], input[type="date"][size="5"], input[type="text"][size="5"], input[type="datetime"][size="5"], input[type="datetime-local"][size="5"], input[type="email"][size="5"], input[type="month"][size="5"], input[type="number"][size="5"], input[type="password"][size="5"], input[type="tel"][size="5"], input[type="text"][size="5"], input[type="time"][size="5"], input[type="url"][size="5"], input[type="week"][size="5"], textarea[size="5"] {
  width: 5em; }
/* line 77, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][type="submit"], input[type="email"][type="reset"], input[type="date"][type="submit"], input[type="date"][type="reset"], input[type="text"][type="submit"], input[type="text"][type="reset"], input[type="datetime"][type="submit"], input[type="datetime"][type="reset"], input[type="datetime-local"][type="submit"], input[type="datetime-local"][type="reset"], input[type="email"][type="submit"], input[type="email"][type="reset"], input[type="month"][type="submit"], input[type="month"][type="reset"], input[type="number"][type="submit"], input[type="number"][type="reset"], input[type="password"][type="submit"], input[type="password"][type="reset"], input[type="tel"][type="submit"], input[type="tel"][type="reset"], input[type="text"][type="submit"], input[type="text"][type="reset"], input[type="time"][type="submit"], input[type="time"][type="reset"], input[type="url"][type="submit"], input[type="url"][type="reset"], input[type="week"][type="submit"], input[type="week"][type="reset"], textarea[type="submit"], textarea[type="reset"] {
  background-color: #3ab0c8;
  background-image: none;
  color: white; }
/* line 82, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][type="submit"]:hover, input[type="email"][type="reset"]:hover, input[type="date"][type="submit"]:hover, input[type="date"][type="reset"]:hover, input[type="text"][type="submit"]:hover, input[type="text"][type="reset"]:hover, input[type="datetime"][type="submit"]:hover, input[type="datetime"][type="reset"]:hover, input[type="datetime-local"][type="submit"]:hover, input[type="datetime-local"][type="reset"]:hover, input[type="email"][type="submit"]:hover, input[type="email"][type="reset"]:hover, input[type="month"][type="submit"]:hover, input[type="month"][type="reset"]:hover, input[type="number"][type="submit"]:hover, input[type="number"][type="reset"]:hover, input[type="password"][type="submit"]:hover, input[type="password"][type="reset"]:hover, input[type="tel"][type="submit"]:hover, input[type="tel"][type="reset"]:hover, input[type="text"][type="submit"]:hover, input[type="text"][type="reset"]:hover, input[type="time"][type="submit"]:hover, input[type="time"][type="reset"]:hover, input[type="url"][type="submit"]:hover, input[type="url"][type="reset"]:hover, input[type="week"][type="submit"]:hover, input[type="week"][type="reset"]:hover, textarea[type="submit"]:hover, textarea[type="reset"]:hover {
  background-color: #277686;
  background-image: none; }
/* line 87, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="email"][readonly], input[type="date"][readonly], input[type="text"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="email"][readonly], input[type="month"][readonly], input[type="number"][readonly], input[type="password"][readonly], input[type="tel"][readonly], input[type="text"][readonly], input[type="time"][readonly], input[type="url"][readonly], input[type="week"][readonly], textarea[readonly] {
  background-color: rgba(242, 242, 241, 0.805);
  color: rgba(54, 47, 34, 0.895);
  font-size: 0.8em; }

/* line 155, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old), input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0; }
/* line 162, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old) + label, input[type="checkbox"]:not(old) + label {
  line-height: 2em;
  vertical-align: middle; }
/* line 165, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before, input[type="checkbox"]:not(old) + label::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #3ab0c8;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle; }
/* line 179, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before, input[type="checkbox"]:not(old):checked + label::before {
  color: #9d1c30; }
/* line 185, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old):focus + label, input[type="checkbox"]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #349eb4; }

/* line 194, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before {
  content: '\f10c'; }
/* line 200, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before {
  content: '\f192'; }

/* line 210, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="checkbox"]:not(old) + label::before {
  content: '\f096'; }
/* line 216, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
input[type="checkbox"]:not(old):checked + label::before {
  content: '\f046'; }

/* line 224, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
textarea {
  resize: vertical; }

/* line 228, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
label {
  font-size: 0.85em; }

/* Group control */
/* line 233, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group {
  margin-top: 1em; }
@media (min-width: 481px) {
  /* line 240, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group.sized.half {
    width: 50%;
    float: left; }
  /* line 245, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%; }
  /* line 249, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0; } }
@media (min-width: 481px) {
  /* line 256, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group.sized.third {
    width: 33%;
    float: left; }
  /* line 261, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%; }
  /* line 265, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0; } }
@media (min-width: 481px) {
  /* line 272, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group.sized.quarter {
    width: 25%;
    float: left; }
  /* line 277, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%; }
  /* line 281, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0; } }
@media (min-width: 481px) {
  /* line 288, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group.sized.three-quarter {
    width: 75%;
    float: left; }
  /* line 293, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%; }
  /* line 297, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0; } }
/* line 305, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.sized + .group:not(*[class*="sized"])::before {
  content: '';
  display: table;
  clear: left;
  height: 1em; }
/* line 315, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: '(Read Only)';
  color: rgba(45, 38, 25, 0.85);
  font-size: 0.75em;
  line-height: 1em; }

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
/* line 330, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }
/* line 353, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.pulse-on-focus input[type="email"]:focus, .group.pulse-on-focus input[type="date"]:focus, .group.pulse-on-focus input[type="text"]:focus, .group.pulse-on-focus input[type="datetime"]:focus, .group.pulse-on-focus input[type="datetime-local"]:focus, .group.pulse-on-focus input[type="email"]:focus, .group.pulse-on-focus input[type="month"]:focus, .group.pulse-on-focus input[type="number"]:focus, .group.pulse-on-focus input[type="password"]:focus, .group.pulse-on-focus input[type="tel"]:focus, .group.pulse-on-focus input[type="text"]:focus, .group.pulse-on-focus input[type="time"]:focus, .group.pulse-on-focus input[type="url"]:focus, .group.pulse-on-focus input[type="week"]:focus, .group.pulse-on-focus textarea:focus, .group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal; }

/* line 362, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative; }
/* line 378, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher > label {
  display: block;
  text-align: center; }
/* line 382, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher input[type="radio"] {
  display: none; }
/* line 385, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: #9d1c30;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative; }
/* line 395, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease; }
/* line 408, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
/* line 419, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch span:before {
  content: 'or';
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #636466;
  font-size: 0.8em;
  text-transform: uppercase; }
/* line 432, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.35294 em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
/* line 439, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="yes"] {
  position: absolute;
  left: 0px;
  height: 20px; }
/* line 444, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="no"] {
  position: absolute;
  right: 0px; }
/* line 451, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher label[for*="blank"]:after {
  content: ' (reset)';
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer; }
/* line 459, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch {
  background: #636466; }
/* line 461, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span {
  background: #9d1c30;
  margin-left: -8px; }
/* line 464, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:after {
  background: #9d1c30;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px; }
/* line 470, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none; }
/* line 474, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch label[for*="no"] {
  color: white;
  font-weight: 700; }
/* line 483, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none; }
/* line 487, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch label[for*="yes"] {
  color: white;
  font-weight: 700; }
/* line 494, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #636466; }
/* line 497, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(45, 38, 25, 0.9); }

/* honey pot */
/* line 505, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important; }

@media (min-width: 481px) {
  /* line 13, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .mobile-only {
    display: none; } }

/* body */
/* line 20, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body {
  margin-top: 85px; }
@media (min-width: 481px) {
  /* line 20, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body {
    margin-top: 0; } }

/* Navigation components */
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -86px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001; }
/* line 49, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(58, 176, 200, 0.8);
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear; }

/* line 59, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-navigation {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 77px;
  overflow-y: hidden;
  background-color: rgba(99, 100, 102, 0.95);
  z-index: 1000; }
/* line 73, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-navigation.open {
  border-bottom: 2px solid white; }
/* line 75, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-navigation.open svg {
  margin-top: -44px; }
/* line 79, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-navigation.closed {
  background-color: white; }
@media (min-width: 481px) {
  /* line 59, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  a.mobile-navigation {
    display: none; } }

/* line 86, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-search {
  position: fixed;
  top: 0.25em;
  right: 0.25em;
  z-index: 1000;
  color: #636466;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
/* line 93, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-navigation.open + a.mobile-search {
  color: white; }

/* Action Links */
/* line 100, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.action-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  *zoom: 1; }
/* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
ul.action-links li {
  margin: 0; }
/* line 104, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li {
  display: inline-block;
  background-color: #3ab0c8;
  -moz-box-shadow: 0px 1px 0px #9d1c30;
  -webkit-box-shadow: 0px 1px 0px #9d1c30;
  box-shadow: 0px 1px 0px #9d1c30;
  margin: 0.25em;
  float: left;
  width: calc(50% - 0.75em); }
/* line 111, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li:nth-child(2n-1) {
  margin-left: 0.5em; }
/* line 114, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li:nth-child(2n) {
  margin-right: 0.5em; }
/* line 117, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li.full-width {
  width: calc(100% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em; }
/* line 122, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li a {
  display: block;
  text-align: center;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.1875em;
  line-height: 1.71053em;
  color: white;
  padding: 0.5em 0; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active main ul.action-links li a {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive main ul.action-links li a {
  opacity: 1; }
/* line 130, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li.feature {
  background-color: #9d1c30;
  -moz-box-shadow: 0px 1px 0px #636466;
  -webkit-box-shadow: 0px 1px 0px #636466;
  box-shadow: 0px 1px 0px #636466; }
/* line 133, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
main ul.action-links li.feature a {
  text-shadow: 0px 2px 4px rgba(45, 38, 25, 0.5); }
@media (min-width: 481px) {
  /* line 103, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  main ul.action-links {
    clear: both;
    display: table-row;
    vertical-align: bottom; }
  /* line 142, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  main ul.action-links li {
    width: auto;
    padding: 0; }
  /* line 145, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  main ul.action-links li a {
    padding-top: 0.25em;
    padding-right: 0.5em;
    padding-bottom: 0.25em;
    padding-left: 0.5em; } }
@media (min-width: 481px) {
  /* line 155, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links {
    display: block;
    width: 100%;
    clear: both;
    font-size: 0.75em;
    line-height: 1.14583em;
    height: 3em;
    overflow: visible; }
  /* line 165, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 2px;
    height: 3em;
    width: calc((100% / 7) - 2px); }
  /* line 172, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li:last-child {
    margin-right: 0px;
    width: calc((100% / 7)); }
  /* line 176, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 2em;
    text-align: center;
    background-color: #3ab0c8;
    -moz-box-shadow: 0px 1px 0px #9d1c30;
    -webkit-box-shadow: 0px 1px 0px #9d1c30;
    box-shadow: 0px 1px 0px #9d1c30;
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: 0.875em;
    line-height: 1.16071em;
    line-height: 2em;
    color: white;
    -moz-transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
    -o-transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
    -webkit-transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
    transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.main ul.action-links li a {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.main ul.action-links li a {
    opacity: 1; }
  /* line 192, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li a:hover {
    height: 3em;
    background-color: #2c8496;
    -moz-box-shadow: 0px 1px 0px #2d2619;
    -webkit-box-shadow: 0px 1px 0px #2d2619;
    box-shadow: 0px 1px 0px #2d2619;
    -moz-transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    -o-transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
  /* line 202, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.current a {
    height: 3em;
    background-color: #2c8496;
    text-decoration: none;
    -moz-box-shadow: 0px 1px 0px #2d2619;
    -webkit-box-shadow: 0px 1px 0px #2d2619;
    box-shadow: 0px 1px 0px #2d2619;
    -moz-transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    -o-transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: height 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
  /* line 214, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.facebook a, nav.main ul.action-links li.email a {
    height: 3em;
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 100;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: 0.75em;
    line-height: 1.14583em;
    line-height: 3em;
    text-shadow: 0px 2px 4px rgba(45, 38, 25, 0.5);
    -moz-box-shadow: 0px 1px 0px #2d2619;
    -webkit-box-shadow: 0px 1px 0px #2d2619;
    box-shadow: 0px 1px 0px #2d2619; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.main ul.action-links li.facebook a, .wf-active nav.main ul.action-links li.email a {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.main ul.action-links li.facebook a, .wf-inactive nav.main ul.action-links li.email a {
    opacity: 1; }
  /* line 221, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.facebook a .fa, nav.main ul.action-links li.email a .fa {
    font-size: 2em;
    position: absolute;
    top: .25em; }
  /* line 226, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.facebook a span, nav.main ul.action-links li.email a span {
    padding-left: 2em; }
  /* line 232, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.facebook a {
    background-color: #455898; }
  /* line 237, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.email a {
    background-color: #9d1c30; }
  /* line 241, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links li.no-mobile {
    display: inline-block; } }
@media (min-width: 769px) {
  /* line 155, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-links {
    font-size: 1.125em;
    line-height: 1.11111em; } }
/* line 251, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.action-links.mobile-only:last-child {
  margin-bottom: 1.25em; }
@media (min-width: 481px) {
  /* line 250, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  ul.action-links.mobile-only {
    display: none; } }

/* line 262, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.js-ready nav.main {
  position: fixed;
  background-color: rgba(99, 100, 102, 0.95); }
/* line 265, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.js-ready nav.main:not(.target), .js-ready nav.main:not(:target) {
  top: 44px;
  left: 0;
  right: 0;
  left: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s; }
/* line 277, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.js-ready nav.main.target, .js-ready nav.main:target {
  height: calc(100% - 44px);
  overflow-y: scroll;
  z-index: 99999; }
/* line 284, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main ul, nav.main li {
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 290, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main li, nav.main li a {
  display: block;
  width: auto;
  min-height: 44px;
  line-height: 44px; }
/* line 298, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul {
  position: relative;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
  padding-bottom: 1em; }
/* line 303, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li {
  padding-left: 20px;
  padding-right: 12px; }
/* line 306, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li:last-child {
  border-bottom: none; }
/* line 309, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li a {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.5em;
  line-height: 1.71875em;
  text-shadow: 0px 1px 1px rgba(45, 38, 25, 0.5);
  color: white; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active nav.main > ul li a {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive nav.main > ul li a {
  opacity: 1; }
/* line 315, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current {
  background-color: rgba(255, 255, 255, 0.1); }
/* line 317, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current a {
  color: white;
  text-decoration: none; }
/* line 321, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current > ul {
  margin-left: -20px;
  margin-right: -12px;
  display: none; }
/* line 325, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.js-nav nav.main > ul li.current > ul {
  display: block; }
/* line 328, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current > ul li {
  padding-left: 20px;
  background-image: none;
  background-color: #636466;
  border-left: 5px solid rgba(45, 38, 25, 0.5); }
/* line 333, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current > ul li a {
  color: white;
  text-decoration: none; }
/* line 337, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current > ul li.current {
  background-color: rgba(255, 255, 255, 0.1); }
/* line 339, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current > ul li.current a {
  color: white;
  text-decoration: none; }
/* line 347, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.current ul.second-level li {
  background-color: rgba(255, 255, 255, 0.3); }
/* line 353, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul:last-child {
  border-bottom: none; }
/* line 356, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul:last-child li a {
  color: #3ab0c8; }
/* line 362, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.mobile-only {
  display: block; }
/* line 365, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main > ul li.no-mobile {
  display: none; }
/* line 369, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.main .site-search {
  display: none; }

@media (min-width: 481px) {
  /* line 377, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main:not(:target) {
    z-index: auto;
    height: auto; }
  /* line 385, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main > ul {
    display: block;
    background-color: transparent;
    position: relative;
    z-index: 1;
    border-bottom: none;
    margin: 0;
    padding: 0; }
  /* line 394, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main > ul li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px; }
  /* line 417, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main > ul li.mobile-only {
    display: none; }
  /* line 420, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main > ul li.no-mobile {
    display: inline-block; }
  /* line 423, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main > ul.mobile-only {
    display: none; }
  /* line 427, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav {
    display: inline-block;
    text-align: center;
    float: right;
    font-size: 0.875em;
    line-height: 1.25em; }
  /* line 432, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav li {
    padding-right: 0.5em;
    padding-left: 0.5em;
    float: left;
    border-right: 1px solid #6bc4d6;
    min-height: 1em;
    max-height: 1em;
    line-height: 1em; }
  /* line 440, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav li:last-child {
    border-right: none; }
  /* line 443, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav li a {
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 100;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: #3ab0c8;
    text-shadow: none;
    -moz-transition: color 0.5s ease-in;
    -o-transition: color 0.5s ease-in;
    -webkit-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.main ul.small-nav li a {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.main ul.small-nav li a {
    opacity: 1; }
  /* line 450, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav li a:hover {
    color: #277686;
    text-shadow: 0px 1px 1px rgba(99, 100, 102, 0.5); }
  /* line 456, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav li.current a {
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.5s; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.main ul.small-nav li.current a {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.main ul.small-nav li.current a {
    opacity: 1; }
  /* line 462, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main .site-search {
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 100;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    display: inline-block;
    clear: right;
    float: right;
    width: 50%; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.main .site-search {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.main .site-search {
    opacity: 1; }
  /* line 470, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.action-bar {
    clear: both; } }
@media (min-width: 769px) {
  /* line 475, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main ul.small-nav {
    font-size: 1.1875em;
    line-height: 1.25em; }
  /* line 484, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.main .site-search {
    width: 33%; } }

/* Donate Bar */
/* line 491, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.call-to-action.donate-bar {
  display: none; }
@media (min-width: 481px) {
  /* line 491, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar {
    display: block;
    background-color: #636466;
    margin-bottom: 1em; }
  /* line 494, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .charity-navigator {
    display: none; }
  /* line 505, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar > .wrapper::after {
    display: none;
    clear: none; }
  /* line 514, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .call {
    margin: 0;
    height: 1.5em;
    overflow: visible;
    text-align: right;
    color: white;
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 100;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: 1em;
    line-height: 1.09375em;
    line-height: 1.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85); }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active .call-to-action.donate-bar .call {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive .call-to-action.donate-bar .call {
    opacity: 1; }
  /* line 525, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action {
    background-image: url(/images/site_images/flower.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px -12px;
    background-size: 31.33333px 133.33333px;
    display: inline-block;
    float: right;
    height: 1.2em;
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    margin: -2px 0 0 0.5em;
    padding: 14px 8px;
    -moz-box-shadow: 0px 0px 0px 4px white;
    -webkit-box-shadow: 0px 0px 0px 4px white;
    box-shadow: 0px 0px 0px 4px white;
    -moz-transition: color 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    position: relative;
    padding-right: 1.75em;
    line-height: 0.25em; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active .call-to-action.donate-bar .action {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive .call-to-action.donate-bar .action {
    opacity: 1; }
  /* line 547, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action span {
    position: absolute;
    top: 3px;
    right: 0; }
  /* line 551, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action span.fa-stack {
    width: 1em;
    height: 1em; }
  /* line 555, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action span i.fa {
    line-height: 1em; }
  /* line 558, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action span i.fa-square {
    color: #9d1c30; }
  /* line 561, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action span i.fa-angle-right {
    width: 100%; }
  /* line 565, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action:hover {
    height: 1.5em;
    background-color: #761524;
    color: white;
    text-decoration: none;
    -moz-transition: color 0.3s ease-in, height 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, height 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in, height 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
    transition: color 0.3s ease-in, height 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in; } }
@media (min-width: 769px) {
  /* line 491, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar {
    margin-bottom: 1.5em; }
  /* line 578, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .charity-navigator {
    display: inline-block;
    position: absolute;
    margin-top: 4px; }
  /* line 582, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .charity-navigator img {
    margin-bottom: 0; }
  /* line 586, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar > .wrapper {
    background-position: 0px -34px;
    background-size: 62.66667px 266.66667px; }
  /* line 591, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar > .wrapper::after {
    display: none;
    clear: none; }
  /* line 598, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .call {
    height: 1.75em;
    font-size: 1.375em;
    line-height: 1.07955em;
    line-height: 1.75em; }
  /* line 603, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action {
    padding: 6px 1.75em 5px 8px;
    font-size: 1.25em;
    height: 1.5em;
    line-height: 1.25em; }
  /* line 608, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .call-to-action.donate-bar .action:hover {
    height: 1.75em; } }

/* logo */
/* line 616, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.logo {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 99px;
  height: 76.5px;
  background-image: url(/images/site_images/logo@2x.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 99px 76.5px; }
/* line 628, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
header .logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000; }
/* line 636, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.mobile-navigation.open ~ header .logo {
  display: none; }
@media (min-width: 481px) {
  /* line 616, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .logo {
    width: 109.09091px;
    height: 84.36364px;
    background-size: 109.09091px 84.36364px; }
  /* line 646, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  header .logo {
    position: static;
    margin: 0;
    z-index: 1;
    float: left; } }
@media (min-width: 769px) {
  /* line 616, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .logo {
    width: 150px;
    height: 116px;
    background-size: 150px 116px; }
  /* line 660, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  header .logo {
    position: static;
    z-index: 1; } }

/* image reset (from legacy site) */
/* line 668, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
img {
  max-width: 100%;
  margin: 0 0 1em;
  height: auto; }

/* force size of loader img */
/* line 675, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
img[src*="fancybox_loading"], img[src*="bx_loader"] {
  width: 16px !important;
  height: auto !important; }

/* image masks */
/* line 682, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
img[data-image-mask="watermark"] {
  mask: url(/images/site_images/watermark.svg) no-repeat center center;
  -webkit-mask: url(/images/site_images/watermark.svg) no-repeat center center;
  mask-type: alpha;
  -webkit-mask-type: alpha; }

/* header */
@media (min-width: 481px) {
  /* line 690, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > header {
    margin-bottom: 1em; } }

/* Button Definitions */
/* line 699, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.button-box {
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }
/* line 702, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.button-box a, .button-box button {
  float: right; }

/* line 707, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button, button.button, input[type="submit"], button[type="submit"] {
  text-align: center;
  margin: 0.5em 0;
  height: auto;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.75em 1em;
  border-radius: 1px;
  background-color: #3ab0c8;
  border: 1px solid rgba(138, 139, 140, 0.5);
  -moz-box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.5);
  -webkit-box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.5);
  box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.5);
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  color: white;
  font-size: 0.875em;
  line-height: 1.16071em;
  line-height: 2em;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active a.button, .wf-active button.button, .wf-active input[type="submit"], .wf-active button[type="submit"] {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive a.button, .wf-inactive button.button, .wf-inactive input[type="submit"], .wf-inactive button[type="submit"] {
  opacity: 1; }
/* line 726, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.tiny, button.button.tiny, input.tiny[type="submit"], button.tiny[type="submit"] {
  font-size: 0.75em;
  line-height: 1.14583em; }
/* line 729, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.small, button.button.small, input.small[type="submit"], button.small[type="submit"] {
  font-size: 0.8125em;
  line-height: 1.15385em; }
/* line 732, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.medium, button.button.medium, input.medium[type="submit"], button.medium[type="submit"] {
  font-size: 0.875em;
  line-height: 1.16071em; }
/* line 735, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.large, button.button.large, input.large[type="submit"], button.large[type="submit"] {
  font-size: 1.1875em;
  line-height: 1.11842em; }
/* line 738, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.full-width, button.button.full-width, input.full-width[type="submit"], button.full-width[type="submit"] {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
/* line 743, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.radius, button.button.radius, input.radius[type="submit"], button.radius[type="submit"] {
  border-radius: 4px; }
/* line 745, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.radius.edged-left, button.button.radius.edged-left, input.radius.edged-left[type="submit"], button.radius.edged-left[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
/* line 750, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.rounded, button.button.rounded, input.rounded[type="submit"], button.rounded[type="submit"] {
  border-radius: 20px; }
/* line 753, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button:hover, a.button:focus, button.button:hover, input[type="submit"]:hover, button[type="submit"]:hover, button.button:focus, input[type="submit"]:focus, button[type="submit"]:focus {
  color: white;
  background-color: #2c8496; }
/* line 758, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button:active, button.button:active, input[type="submit"]:active, button[type="submit"]:active {
  -moz-box-shadow: 0 1px 0 rgba(45, 38, 25, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(45, 38, 25, 0.2) inset;
  box-shadow: 0 1px 0 rgba(45, 38, 25, 0.2) inset; }
/* line 761, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.red, button.button.red, input.red[type="submit"], button.red[type="submit"] {
  background-color: #9d1c30; }
/* line 763, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.red:hover, a.button.red:focus, button.button.red:hover, input.red[type="submit"]:hover, button.red[type="submit"]:hover, button.button.red:focus, input.red[type="submit"]:focus, button.red[type="submit"]:focus {
  background-color: #761524; }
/* line 768, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.green, button.button.green, input.green[type="submit"], button.green[type="submit"] {
  background-color: #a48e31; }
/* line 770, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.green:hover, a.button.green:focus, button.button.green:hover, input.green[type="submit"]:hover, button.green[type="submit"]:hover, button.button.green:focus, input.green[type="submit"]:focus, button.green[type="submit"]:focus {
  background-color: #7d6c25; }
/* line 775, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.light-green, button.button.light-green, input.light-green[type="submit"], button.light-green[type="submit"] {
  background-color: #c1b45f; }
/* line 777, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.button.light-green:hover, a.button.light-green:focus, button.button.light-green:hover, input.light-green[type="submit"]:hover, button.light-green[type="submit"]:hover, button.button.light-green:focus, input.light-green[type="submit"]:focus, button.light-green[type="submit"]:focus {
  background-color: #ab9d42; }
/* line 783, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
a.float-right, button.float-right {
  margin-left: 1em; }

/* line 787, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
input[type="submit"], button[type="submit"] {
  -webkit-appearance: none; }

/* Buttons */
/* ghost button */
/* line 798, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.ghost-button {
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.11111em;
  padding: 0.25em 1.25em;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  text-shadow: 1px 1px 2px rgba(99, 100, 102, 0.5);
  text-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  color: white;
  background-color: #9d1c30;
  border: 1px solid white;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .ghost-button {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .ghost-button {
  opacity: 1; }
/* line 815, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.ghost-button:link, .ghost-button:visited {
  color: white; }
/* line 819, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.ghost-button:hover, .ghost-button:active {
  background-color: white;
  border-color: #9d1c30;
  color: #9d1c30;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in; }
/* line 836, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.ghost-button.white {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  border-color: #9d1c30;
  color: #9d1c30; }
/* line 841, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.ghost-button.white:link, .ghost-button.white:visited {
  color: #9d1c30; }
/* line 845, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.ghost-button.white:hover, .ghost-button.white:active {
  -moz-box-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(99, 100, 102, 0.5);
  background-color: #9d1c30;
  border-color: #9d1c30;
  color: white; }

/* Site search */
/* line 856, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
form.site-search {
  position: relative; }
/* line 858, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
form.site-search div.group {
  position: relative;
  float: none; }
/* line 862, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
form.site-search input[type="text"], form.site-search button[type="submit"] {
  position: absolute;
  right: 0; }
/* line 867, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
form.site-search input[type="text"] {
  top: 0;
  padding: 6px;
  padding-right: calc(2em + 4px); }
/* line 872, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
form.site-search button[type="submit"] {
  top: 1px;
  right: 1px;
  bottom: 1px;
  margin: 0;
  height: calc(2em + 4px);
  width: calc(2em + 4px);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: inherit;
  padding: inherit;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 33, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
form.site-search button[type="submit"]:focus {
  outline-color: #349eb4;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px; }
/* line 39, /Users/webdev/Sites/youthranch/sass/site/_forms.scss */
.error form.site-search button[type="submit"]:focus, div.formError[style^="opacity: 0."] + form.site-search button[type="submit"]:focus, form.site-search button[type="submit"]:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px; }

/* utility bar (for parents section) */
/* line 889, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  width: calc(100% - 2rem);
  background-color: #e1f3f7;
  border: 1px solid #7bcada; }
/* line 896, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar div.group {
  position: relative;
  margin-top: 0;
  height: calc(2rem + 2px);
  margin-bottom: 0.25rem; }
/* line 901, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar div.group:last-child {
  margin-bottom: 0; }
/* line 904, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar div.group i.fa.fa-users {
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: 0.5rem; }
/* line 912, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar form.site-search button[type="submit"] {
  background-color: transparent; }
/* line 916, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar div.chosen-container {
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #636466;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 2px) !important; }
/* line 923, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar div.chosen-container .chosen-single {
  height: 2rem !important;
  border: none;
  background-color: transparent;
  background-image: none;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(45, 38, 25, 0.4); }
/* line 934, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.utility-bar div.chosen-container li.search-field, .utility-bar div.chosen-container li.search-field input[type="text"] {
  height: 2rem; }
@media (min-width: 481px) {
  /* line 889, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .utility-bar {
    height: 2rem; }
  /* line 945, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .utility-bar div.group {
    margin-bottom: 0; } }

/* main */
/* line 953, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > main > .wrapper {
  padding-right: 1em;
  padding-left: 1em;
  position: relative; }
@media (min-width: 769px) {
  /* line 953, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > main > .wrapper {
    padding-right: 0;
    padding-left: 0; } }

/* subnav */
@media (min-width: 481px) {
  /* line 965, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.subnav {
    -moz-box-shadow: 3px 0px 1px -1px rgba(99, 100, 102, 0.1);
    -webkit-box-shadow: 3px 0px 1px -1px rgba(99, 100, 102, 0.1);
    box-shadow: 3px 0px 1px -1px rgba(99, 100, 102, 0.1);
    font-size: 0.8125em;
    line-height: 1.15385em; }
  /* line 969, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.subnav h4 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    letter-spacing: 0.15em;
    background: rgba(99, 100, 102, 0.1);
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 400;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    text-transform: uppercase; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.subnav h4 {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.subnav h4 {
    opacity: 1; }
  /* line 977, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.subnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  /* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
  nav.subnav ul li {
    margin: 0; }
  /* line 981, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.subnav ul li.current > a {
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    color: #636466; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active nav.subnav ul li.current > a {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive nav.subnav ul li.current > a {
    opacity: 1; }
  /* line 987, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.subnav ul.third-level {
    margin-left: 1em;
    border-left: 1px solid rgba(99, 100, 102, 0.1); }
  /* line 993, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  nav.subnav a {
    display: block;
    padding: 0.5em; } }

/* article#main-content */
/* line 1004, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
article#main-content > *:first-child {
  margin-top: 0; }
/* line 1009, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
article#main-content aside section h2:first-of-type {
  margin-top: 0; }
/* line 1014, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
article#main-content > .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
/* line 1019, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
article#main-content > .video-wrapper #ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 1027, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
article#main-content > .issuuembed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0 !important;
  width: 100% !important; }
/* line 1033, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
article#main-content > .issuuembed *[id*="issuu_"], article#main-content > .issuuembed iframe[src*="issuu.com"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* pagetext heading */
/* line 1047, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
h1.pagetext-heading {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  color: #a48e31;
  margin-top: 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(99, 100, 102, 0.4);
  -moz-box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.2);
  box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.2);
  text-align: center; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active h1.pagetext-heading {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive h1.pagetext-heading {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 1047, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  h1.pagetext-heading {
    text-align: left; } }

/* For Parents */
/* line 1062, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.entry div.summary {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active section.entry div.summary {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive section.entry div.summary {
  opacity: 1; }
/* line 1065, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.entry img, section.entry .video-wrapper {
  display: block;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto; }
/* line 1071, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.entry img ~ .post-title, section.entry .video-wrapper ~ .post-title {
  margin-top: 0; }
@media (min-width: 481px) {
  /* line 1076, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.entry img {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 1rem;
    margin-left: 0; }
  /* line 1082, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.entry img ~ .post-title {
    margin-top: 1.5rem; }
  /* line 1085, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.entry img ~ * {
    padding-left: calc(200px + 1rem); }
  /* line 1089, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.entry .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  /* line 1093, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.entry .video-wrapper .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

/* line 1103, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.tag-list {
  color: #3ab0c8;
  font-size: .8em;
  margin: 0; }
/* line 1107, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.tag-list span {
  font-weight: bold;
  color: #636466; }

/* call to action */
/* line 1114, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.call-to-action, section.feature-block {
  background-image: url(/images/site_images/flower.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px -1em;
  background-size: 188px 800px;
  background-color: #9d1c30;
  border: 4px solid transparent;
  color: white; }
/* line 1126, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.call-to-action *:first-child, section.feature-block *:first-child {
  margin-top: 0; }
/* line 1129, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.call-to-action p, section.feature-block p {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active section.call-to-action p, .wf-active section.feature-block p {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive section.call-to-action p, .wf-inactive section.feature-block p {
  opacity: 1; }
/* line 1132, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.call-to-action a, section.feature-block a {
  color: white; }

/* latest post */
/* line 1139, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.latest-post {
  border: 4px solid #3ab0c8; }
/* line 1141, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.latest-post .headline-image {
  display: none; }
/* line 1144, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.latest-post h2 {
  margin-top: 0;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  color: #3ab0c8;
  font-size: 1.3125em;
  line-height: 1.36905em;
  border-bottom: 2px solid rgba(123, 202, 218, 0.2); }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active section.latest-post h2 {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive section.latest-post h2 {
  opacity: 1; }
/* line 1151, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.latest-post p {
  font-size: 0.75em;
  line-height: 1.5625em;
  color: #636466; }
@media (min-width: 481px) {
  /* line 1156, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.latest-post h2 {
    font-size: 1.75em;
    line-height: 1.47321em;
    overflow: hidden; }
  /* line 1160, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.latest-post .headline-image {
    display: block;
    float: right;
    margin-bottom: 1em;
    border-radius: 1px;
    width: 100%; } }
@media (min-width: 769px) {
  /* line 1169, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.latest-post .headline-image {
    margin-left: 1em;
    width: calc(50% - 1em); } }

/* call to action and latest post common rules */
/* line 1177, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.call-to-action, section.latest-post, section.feature-block {
  *zoom: 1;
  padding: 1em;
  margin: auto -1em 1em -1em; }
/* line 38, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
section.call-to-action:after, section.latest-post:after, section.feature-block:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 481px) {
  /* line 1177, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.call-to-action, section.latest-post, section.feature-block {
    margin: auto auto 1em auto; } }
@media (min-width: 769px) {
  /* line 1177, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.call-to-action, section.latest-post, section.feature-block {
    position: relative;
    padding-bottom: 3em; }
  /* line 1189, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.call-to-action .button-box, section.latest-post .button-box, section.feature-block .button-box {
    position: absolute;
    bottom: 1em;
    right: 1em; }
  /* line 1194, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.call-to-action.footer, section.latest-post.footer, section.feature-block.footer {
    padding: 3.36134%; } }

/* feature block */
/* line 1203, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.feature-block .feature.slideshow, section.feature-block .feature.slide, section.feature-block .feature.static {
  max-width: 335px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }
/* line 1212, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.feature-block .feature.slideshow img {
  margin-bottom: 0; }
/* line 1215, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.feature-block .feature.slideshow a.button {
  position: absolute;
  bottom: 0.25em;
  right: 0.25em; }
/* line 1222, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.feature-block .feature.video .video-wrapper {
  width: 100%;
  height: 100%; }
/* line 1226, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.feature-block .feature.video iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 188px;
  margin: 0 auto;
  -moz-box-shadow: 0px 0px 1em 0.5em rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 1em 0.5em rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 1em 0.5em rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3); }
@media (min-width: 481px) {
  /* line 1241, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.feature-block .feature.video .video-wrapper {
    width: 100%;
    height: 100%; }
  /* line 1245, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.feature-block .feature.video iframe {
    max-width: 333px;
    height: auto;
    min-height: 188px; } }
@media (min-width: 769px) {
  /* line 1257, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.feature-block .feature.video .video-wrapper {
    width: 417px;
    height: 234px; }
  /* line 1261, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  section.feature-block .feature.video iframe {
    max-width: 417px;
    height: auto;
    min-height: 234px; } }

/* treatment paths/programs */
/* line 1273, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .program-title {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.875em;
  line-height: 1.16071em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active section.program .program-title {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive section.program .program-title {
  opacity: 1; }
/* line 1276, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .program-title a {
  color: #636466; }
/* line 1280, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  mask-type: alpha;
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-type: alpha;
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain; }
/* line 1294, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon.gray {
  background-color: #636466; }
/* line 1297, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon.blue {
  background-color: #3ab0c8; }
/* line 1300, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon.green {
  background-color: #a48e31; }
/* line 1303, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon.light-green {
  background-color: #c1b45f; }
/* line 1306, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon.cream {
  background-color: #e9b789; }
/* line 1309, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .page-icon.red {
  background-color: #9d1c30; }
/* line 1313, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program .summary {
  font-size: 0.8em;
  line-height: 1.17188em;
  color: #4eb8ce; }
/* line 1317, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program:hover {
  cursor: pointer; }
/* line 1319, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.program:hover .summary {
  color: #2d2619; }

/* tiles */
/* line 1326, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.tiles {
  text-align: center; }
/* line 1328, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.tiles .tile {
  padding: 1em;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }
/* line 1331, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.tiles .tile:hover {
  background-color: rgba(123, 202, 218, 0.25); }
@media (min-width: 481px) {
  /* line 1336, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .tiles .tile {
    display: inline-block;
    width: calc(50% - 2em);
    vertical-align: top; } }
@media (min-width: 769px) {
  /* line 1343, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .tiles .tile {
    width: calc(33% - 2em); } }

/* widgets */
/* line 1350, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget {
  overflow: hidden;
  *zoom: 1;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.78125em;
  line-height: 1.5em;
  color: #898a8c;
  text-align: center;
  margin: 2em auto; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active section.widget {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive section.widget {
  opacity: 1; }
/* line 1358, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget h3 {
  font-size: 17px; }
/* line 1363, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget a[style] {
  padding: 0 !important; }
/* line 1366, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget a img {
  opacity: .8; }
/* line 1368, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget a img:hover {
  opacity: 1; }
/* line 1374, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
/* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
section.widget ul li {
  margin: 0; }
/* line 1376, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.widget ul li {
  margin-bottom: 1em; }

/* tag cloud */
/* line 1385, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.tag-cloud h2 {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(99, 100, 102, 0.4);
  -moz-box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.2);
  box-shadow: 0px 1px 0px rgba(99, 100, 102, 0.2); }
/* line 1390, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.tag-cloud .cloud {
  padding: 1em;
  line-height: 1.75em; }

/* meta information (used in blogs) */
/* line 1397, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.meta {
  max-width: 435px;
  margin-left: auto;
  margin-right: auto; }
/* line 12, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/output/support/_clearfix.scss */
div.meta:after {
  content: " ";
  display: block;
  clear: both; }
/* line 1399, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.meta time {
  width: 13.7931%;
  float: left;
  margin-right: 3.44828%;
  text-align: center;
  color: #6bc4d6; }
/* line 1403, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.meta time .month {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.125em;
  line-height: 1.11111em;
  text-transform: uppercase; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active div.meta time .month {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive div.meta time .month {
  opacity: 1; }
/* line 1408, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.meta time .day {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 2.25em;
  line-height: 0.9375em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active div.meta time .day {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive div.meta time .day {
  opacity: 1; }
/* line 1413, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.meta span.tags {
  width: 82.75862%;
  float: right;
  margin-right: 0;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.75em;
  line-height: 1.5625em;
  -moz-box-shadow: -1px 0px 0px 0px rgba(99, 100, 102, 0.2);
  -webkit-box-shadow: -1px 0px 0px 0px rgba(99, 100, 102, 0.2);
  box-shadow: -1px 0px 0px 0px rgba(99, 100, 102, 0.2);
  padding-left: 0.5em;
  margin-left: -0.5em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active div.meta span.tags {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive div.meta span.tags {
  opacity: 1; }
@media (min-width: 769px) {
  /* line 1397, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  div.meta {
    max-width: 769px;
    margin-left: auto;
    margin-right: auto; }
  /* line 12, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/output/support/_clearfix.scss */
  div.meta:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 1423, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  div.meta time {
    width: 9.09091%;
    float: left;
    margin-right: 2.27273%; }
  /* line 1426, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  div.meta span.tags {
    width: 88.63636%;
    float: right;
    margin-right: 0; } }

/* staff/team/leadership list */
/* line 1433, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team {
  margin: 0;
  padding: 0;
  list-style-type: none; }
/* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
ul.team li {
  margin: 0; }
/* line 1435, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team li {
  margin-bottom: 2.5em; }
/* line 1437, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team li h4 {
  font-size: 1.125em;
  line-height: 1.11111em; }
/* line 1439, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team li h4 small {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.625em;
  line-height: 1.125em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active ul.team li h4 small {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive ul.team li h4 small {
  opacity: 1; }
/* line 1447, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team.board {
  text-align: center; }
/* line 1449, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team.board li {
  width: 48.27586%;
  float: left; }
/* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
ul.team.board li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0; }
/* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
ul.team.board li:nth-child(2n + 2) {
  margin-left: 51.72414%;
  margin-right: -100%;
  clear: none; }
/* line 1451, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team.board li h4 {
  margin-top: 0; }
/* line 1454, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.team.board li span {
  font-size: 0.625em;
  line-height: 1.125em;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active ul.team.board li span {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive ul.team.board li span {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 1462, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  ul.team.board li {
    width: 49.15254%;
    float: left; }
  /* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
  ul.team.board li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  /* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
  ul.team.board li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none; } }
@media (min-width: 769px) {
  /* line 1469, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  ul.team.board li {
    width: 32.77311%;
    float: left; }
  /* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
  ul.team.board li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  /* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
  ul.team.board li:nth-child(3n + 2) {
    margin-left: 33.61345%;
    margin-right: -100%;
    clear: none; }
  /* line 66, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/susy-2.2.10/sass/susy/language/susy/_gallery.scss */
  ul.team.board li:nth-child(3n + 3) {
    margin-left: 67.22689%;
    margin-right: -100%;
    clear: none; } }

/* Success Stories */
/* line 1478, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.success-stories-list {
  text-align: left; }
/* line 1479, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.success-stories-list nav {
  margin-left: 1em; }
/* line 1483, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.success-stories-list a {
  display: table-row; }
/* line 1486, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.success-stories-list img, section.success-stories-list span {
  display: table-cell;
  vertical-align: middle; }
/* line 1491, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
section.success-stories-list span {
  padding-left: 1em; }

/* slideshow */
/* line 1497, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow {
  max-height: 175px;
  overflow: hidden;
  margin-bottom: 1.25em; }
/* line 1501, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow .slide {
  position: relative;
  border-radius: 1px; }
/* line 1505, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow .progress, .slideshow .pager {
  z-index: 101;
  position: absolute;
  left: 0; }
/* line 1511, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow .pager {
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 1px 0 0;
  font-size: 0.5em;
  line-height: 1.25em; }
/* line 1516, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow .pager span {
  display: inline-block;
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 3em;
  text-align: center;
  color: rgba(99, 100, 102, 0.75);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.5); }
/* line 1526, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow .pager span.cycle-pager-active {
  color: rgba(157, 28, 48, 0.75);
  text-shadow: 1px 1px 2px #2d2619;
  text-shadow: 1px 1px 2px 1px #2d2619; }
/* line 1532, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow .progress {
  height: 2px;
  bottom: 0px;
  border-radius: 0 0 1px 1px;
  background-color: rgba(255, 255, 255, 0.75);
  display: none; }
/* line 1539, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow a {
  display: block; }
/* line 1542, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.slideshow img {
  width: 100%;
  height: auto;
  margin-bottom: 0; }
@media (min-width: 481px) {
  /* line 1497, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .slideshow {
    max-height: 268px; }
  /* line 1549, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .slideshow .pager {
    font-size: 1em;
    line-height: 1.09375em; }
  /* line 1552, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .slideshow .progress {
    display: block; } }
@media (min-width: 769px) {
  /* line 1497, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .slideshow {
    max-height: 369px; } }

/* pinterest slideshow */
/* line 1563, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest .slideshow {
  width: 75%;
  margin: auto;
  -moz-box-shadow: 0px 0px 2px 1px rgba(99, 100, 102, 0.5);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(99, 100, 102, 0.5);
  box-shadow: 0px 0px 2px 1px rgba(99, 100, 102, 0.5);
  border-radius: 1px; }
/* line 1568, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest .slideshow .slide {
  *zoom: 1;
  text-align: center;
  right: 0;
  font-size: 0.625em;
  line-height: 1.125em;
  color: rgba(99, 100, 102, 0.75); }
/* line 38, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
div.pinterest .slideshow .slide:after {
  content: "";
  display: table;
  clear: both; }
/* line 1574, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest .slideshow .slide > div {
  margin: auto;
  padding: 1em;
  width: calc(100% - 2em); }
/* line 1578, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest .slideshow .slide > div > a {
  display: block; }
/* line 1580, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest .slideshow .slide > div > a img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
  width: 100%; }
/* line 1589, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest .slideshow .progress {
  bottom: auto;
  top: 0px;
  border-radius: 1px 1px 0 0;
  background-color: rgba(182, 85, 100, 0.75);
  display: block; }
/* line 1597, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest p.tag {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.17188em; }
/* line 1600, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
div.pinterest p.tag img {
  margin-bottom: -0.25em; }
@media (min-width: 481px) {
  /* line 1605, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  div.pinterest .slideshow {
    width: 50%;
    max-width: 500px;
    margin-left: 0; }
  /* line 1619, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  div.pinterest p.tag {
    text-align: left; } }

/* foundation overrides/additions */
/* line 1626, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
p.title[data-section-title] {
  margin-top: 0; }

/* highlight containers */
/* line 1631, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.highlight {
  border: none;
  border-radius: 1px;
  background-image: url(/images/site_images/bg-pattern@2x.png);
  padding: 0.5em 1em;
  margin-bottom: 1em; }
/* line 1637, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.highlight.green {
  background-color: rgba(99, 100, 102, 0.05);
  border-color: rgba(99, 100, 102, 0.05); }

/* line 1643, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
hr.highlight {
  height: 12px; }

/* striped table */
/* line 1648, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped {
  border: 1px solid #3ab0c8;
  border-radius: 1px; }
/* line 1660, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped th {
  font-weight: 600;
  background-color: #3ab0c8;
  border-right: 1px solid white;
  color: white; }
/* line 1665, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped th:first-child {
  border-radius: 0px 0 0 0; }
/* line 1668, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped th:last-child {
  border-radius: 0 0px 0 0; }
/* line 1672, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped td {
  background-color: white;
  border-right: 1px solid rgba(58, 176, 200, 0.5);
  border-bottom: 1px solid rgba(58, 176, 200, 0.5); }
/* line 1677, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped th, table.striped td {
  padding: 0.5em;
  vertical-align: top; }
/* line 1681, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped th:last-child, table.striped td:last-child {
  border-right: none; }
/* line 1688, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped tbody tr:last-child td {
  border-bottom: none; }
/* line 1693, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(58, 176, 200, 0.05); }
/* line 1700, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped tfoot td {
  background-color: rgba(58, 176, 200, 0.1);
  border-top: 1px solid rgba(58, 176, 200, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em; }
/* line 1706, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped tfoot td:first-child {
  border-radius: 0 0 0 0px; }
/* line 1709, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped tfoot td:last-child {
  border-radius: 0 0 0px 0; }
/* line 1712, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped tfoot td:only-child {
  border-radius: 0 0 0px 0px; }
/* line 1717, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped caption {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  background-color: #3ab0c8;
  color: white;
  border-radius: 1px 1px 0 0;
  padding: 0.5em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active table.striped caption {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive table.striped caption {
  opacity: 1; }
/* line 1723, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
table.striped caption a {
  color: white; }

/*footnote*/
/* line 1730, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
*[id*="fn-"]:target, *[id*="fn-"].target {
  background-color: rgba(255, 255, 0, 0.25);
  border-radius: 1px; }

/* social icons */
/* line 1737, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.social-icons {
  margin-bottom: 1em; }
/* line 1740, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.social-icons .facebook, .social-icons .facebook a {
  color: #455898; }
/* line 1746, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.social-icons .twitter, .social-icons .twitter a {
  color: #24a9e6; }
/* line 1752, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.social-icons .linkedin, .social-icons .linkedin a {
  color: #187fb8; }

/* showmore function elements */
/* line 1762, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.fn_showMoreInfo .show, .fn_showMoreInfo .close {
  cursor: pointer; }
/* line 1767, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.fn_showMoreInfo .show::before {
  content: '\f0da \00a0';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2em;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
/* line 1781, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.fn_showMoreInfo.open .show::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 20% 60%;
  -moz-transform-origin: 20% 60%;
  -o-transform-origin: 20% 60%;
  transform-origin: 20% 60%; }

/* pagination */
/* line 1798, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination {
  text-align: right; }
/* line 1800, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination span.page-count {
  font-size: 0.625em;
  line-height: 1.125em;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  margin-bottom: 1.25em;
  font-style: italic;
  line-height: 40px; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active nav.pagination span.page-count {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive nav.pagination span.page-count {
  opacity: 1; }
/* line 1807, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 1812, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination ul li {
  display: inline-block;
  width: 40px;
  height: 40px; }
/* line 1816, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination ul li.next, nav.pagination ul li.last {
  margin-left: 0; }
/* line 1821, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination ul li.next i.fa {
  margin-right: -3px; }
/* line 1825, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination ul li.previous, nav.pagination ul li.first {
  margin-right: 0; }
/* line 1830, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination ul li.previous i.fa {
  margin-left: -3px; }
/* line 1836, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 1px #3ab0c8;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
/* line 1846, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination a:hover {
  background-color: rgba(58, 176, 200, 0.1); }
/* line 1849, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
nav.pagination a.active {
  background-color: rgba(58, 176, 200, 0.1);
  cursor: pointer; }

/* contact cards */
/* line 1857, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.cards {
  display: table;
  padding: 1em;
  margin: 1em auto;
  -moz-box-shadow: 0px 0px 2px 0px #8a8b8c;
  -webkit-box-shadow: 0px 0px 2px 0px #8a8b8c;
  box-shadow: 0px 0px 2px 0px #8a8b8c; }
/* line 1862, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.cards li.card {
  display: table-row; }
/* line 1864, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.cards li.card i, ul.cards li.card span, ul.cards li.card p {
  display: table-cell;
  vertical-align: top;
  padding: 0.25em; }
/* line 1871, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.cards li.card p {
  margin: 0; }
/* line 1875, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.cards, ul.cards a {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  color: #8a8b8c; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active ul.cards, .wf-active ul.cards a {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive ul.cards, .wf-inactive ul.cards a {
  opacity: 1; }
/* line 1880, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
ul.cards.desktop-only {
  display: none; }
@media (min-width: 769px) {
  /* line 1880, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  ul.cards.desktop-only {
    display: inherit; } }

/* signup container */
/* line 1886, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
#sign-up {
  display: none; }

/* signup overlay (classname from Serial Podcast opener add for mailchimp -- bad funny pronunciation. I'm hilarious) */
/* line 1892, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
.mayalcahimp .fancybox-skin {
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  background-color: #3ab0c8;
  color: #000;
  background-image: url(/images/site_images/flower.png);
  background-repeat: no-repeat;
  background-position: -15% -80%; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active .mayalcahimp .fancybox-skin {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive .mayalcahimp .fancybox-skin {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 1892, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  .mayalcahimp .fancybox-skin {
    background-position: -12px 270px; } }

/* footer */
/* line 1907, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links {
  font-size: 1em;
  line-height: 1.09375em;
  display: block;
  width: 75%;
  margin: 2em auto;
  clear: both;
  text-align: center; }
/* line 1915, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
  height: 3em;
  width: calc((100% / 2) - 2px); }
/* line 1922, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li:last-child {
  margin-right: 0px;
  width: calc((100% / 2)); }
/* line 1926, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 3em;
  text-align: center;
  background-color: #3ab0c8;
  -moz-box-shadow: 0px 1px 0px #9d1c30;
  -webkit-box-shadow: 0px 1px 0px #9d1c30;
  box-shadow: 0px 1px 0px #9d1c30;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.75em;
  line-height: 1.14583em;
  line-height: 2em;
  color: white; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active body > footer nav ul.action-links li a {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive body > footer nav ul.action-links li a {
  opacity: 1; }
/* line 1939, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li a:hover {
  color: white;
  -moz-box-shadow: 0px 1px 0px #2d2619;
  -webkit-box-shadow: 0px 1px 0px #2d2619;
  box-shadow: 0px 1px 0px #2d2619; }
/* line 1946, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li.facebook a, body > footer nav ul.action-links li.email a {
  height: 3em;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.75em;
  line-height: 1.14583em;
  line-height: 3em;
  text-shadow: 0px 2px 4px rgba(45, 38, 25, 0.5);
  -moz-box-shadow: 0px 1px 0px #2d2619;
  -webkit-box-shadow: 0px 1px 0px #2d2619;
  box-shadow: 0px 1px 0px #2d2619; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active body > footer nav ul.action-links li.facebook a, .wf-active body > footer nav ul.action-links li.email a {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive body > footer nav ul.action-links li.facebook a, .wf-inactive body > footer nav ul.action-links li.email a {
  opacity: 1; }
/* line 1953, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li.facebook a .fa, body > footer nav ul.action-links li.email a .fa {
  font-size: 2em;
  position: absolute;
  top: .25em; }
/* line 1958, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li.facebook a span, body > footer nav ul.action-links li.email a span {
  padding-left: 2em; }
/* line 1964, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li.facebook a {
  background-color: #455898; }
/* line 1969, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer nav ul.action-links li.email a {
  background-color: #9d1c30; }
/* line 1976, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer ul.cards {
  width: calc(100% - 2em); }
/* line 1979, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .call-button {
  display: table;
  width: calc(100% - 1em);
  padding: 0.5em;
  margin: 1em auto;
  background-color: #3ab0c8;
  color: white;
  -moz-box-shadow: 0px 2px 4px 0px #8a8b8c;
  -webkit-box-shadow: 0px 2px 4px 0px #8a8b8c;
  box-shadow: 0px 2px 4px 0px #8a8b8c;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
/* line 1988, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .call-button .left, body > footer .call-button .right {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
/* line 1994, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .call-button .left {
  width: 3em; }
/* line 1997, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .call-button .right {
  width: calc(100% - 3em);
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
  font-size: 0.875em;
  line-height: 1.16071em; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active body > footer .call-button .right {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive body > footer .call-button .right {
  opacity: 1; }
/* line 2002, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .call-button .right em {
  font-style: normal;
  font-size: 1.875em;
  line-height: 1.04167em; }
/* line 2007, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .call-button:hover {
  text-decoration: none;
  background-color: #2c8496; }
/* line 2012, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .logo {
  margin: 1em auto; }
/* line 2015, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .social-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 1em auto;
  text-align: center; }
/* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
body > footer .social-icons li {
  margin: 0; }
/* line 2019, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .social-icons li {
  display: inline-block; }
/* line 2023, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .charity-navigator {
  display: block;
  text-align: center; }
/* line 2027, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .question-pro {
  font-size: 0.625em;
  line-height: 1.125em;
  text-align: center; }
/* line 2031, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
body > footer .copyright {
  background-color: #636466;
  font-family: "proxima-nova", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  letter-spacing: 1px;
  font-size: 0.625em;
  line-height: 1.125em;
  height: 2em;
  line-height: 2em;
  color: white;
  margin: 1em 0 0 0;
  text-align: center; }
/* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-active body > footer .copyright {
  opacity: 1; }
/* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
.wf-inactive body > footer .copyright {
  opacity: 1; }
@media (min-width: 481px) {
  /* line 2044, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.action-links {
    width: 50%; }
  /* line 2047, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.small-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    *zoom: 1;
    display: block;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.25em; }
  /* line 9, /Users/webdev/Sites/youthranch/sass/site/_utilities.scss */
  body > footer nav ul.small-nav li {
    margin: 0; }
  /* line 38, /Users/webdev/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  body > footer nav ul.small-nav:after {
    content: "";
    display: table;
    clear: both; }
  /* line 2053, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.small-nav li {
    display: inline-block;
    padding-right: 0.5em;
    padding-left: 0.5em;
    float: left;
    border-right: 1px solid #6bc4d6;
    min-height: 1em;
    max-height: 1em;
    line-height: 1em; }
  /* line 2062, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.small-nav li:last-child {
    border-right: none; }
  /* line 2065, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.small-nav li a {
    font-family: "proxima-nova", Verdana, Geneva, sans-serif;
    font-weight: 100;
    opacity: 0;
    transition: opacity ease-in 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: #3ab0c8;
    text-shadow: none;
    -moz-transition: color 0.5s ease-in;
    -o-transition: color 0.5s ease-in;
    -webkit-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in; }
  /* line 27, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-active body > footer nav ul.small-nav li a {
    opacity: 1; }
  /* line 30, /Users/webdev/Sites/youthranch/sass/site/_typography.scss */
  .wf-inactive body > footer nav ul.small-nav li a {
    opacity: 1; }
  /* line 2072, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.small-nav li a:hover {
    color: #277686;
    text-shadow: 0px 1px 1px rgba(99, 100, 102, 0.5); }
  /* line 2080, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer ul.cards {
    width: calc(67% - 2em); }
  /* line 2083, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .call-button {
    width: calc(50% - 2em);
    float: left;
    margin: 1em 0.5em; }
  /* line 2088, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .logo {
    clear: both;
    float: right; }
  /* line 2092, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .social-icons {
    display: inline-block;
    margin-left: 0.5em; }
  /* line 2096, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .charity-navigator {
    display: inline-block;
    text-align: center;
    margin: 0 0.25em; }
  /* line 2101, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .question-pro {
    font-size: 0.75em;
    line-height: 1.14583em;
    text-align: center; }
  /* line 2105, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .copyright {
    text-align: left; } }
@media (min-width: 769px) {
  /* line 1905, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer {
    margin-top: 1em; }
  /* line 2111, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer > .wrapper {
    position: relative; }
  /* line 2115, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.action-links {
    display: none; }
  /* line 2118, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer nav ul.small-nav {
    display: block;
    text-align: left;
    border-bottom: 2px solid rgba(123, 202, 218, 0.2);
    height: 3em;
    line-height: 3em;
    margin-bottom: 0; }
  /* line 2127, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer ul.cards {
    display: inline-block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 75%;
    padding: 0;
    margin: 0; }
  /* line 2133, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer ul.cards li.card {
    display: inline-block;
    float: left;
    width: calc(33% - 1em - 2px);
    min-height: 3em;
    padding: 0.5em;
    font-size: 0.75em;
    line-height: 1.14583em;
    border-right: 2px solid rgba(123, 202, 218, 0.2); }
  /* line 2141, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer ul.cards li.card i, body > footer ul.cards li.card span, body > footer ul.cards li.card p {
    padding: 0.125em; }
  /* line 2148, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .call-button {
    display: none; }
  /* line 2151, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .logo {
    width: 66px;
    height: 49.33333px;
    background-size: 66px 49.33333px;
    position: absolute;
    top: -12px;
    right: 6px; }
  /* line 2161, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .social-icons {
    font-size: 0.75em;
    line-height: 1.14583em;
    float: right;
    margin-right: 1em;
    margin-top: 0.5em; }
  /* line 2167, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .charity-navigator {
    display: none; }
  /* line 2170, /Users/webdev/Sites/youthranch/sass/site/_components.scss */
  body > footer .question-pro {
    font-size: 0.625em;
    line-height: 1.125em;
    text-align: left;
    display: inline-block;
    float: left; } }

/* Z-INDEX */
/* line 5, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError {
  z-index: 990; }

/* line 6, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorContent {
  z-index: 991; }

/* line 7, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow {
  z-index: 996; }

/* line 9, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.ui-dialog .formError {
  z-index: 5000; }

/* line 10, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

/* line 11, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

/* line 16, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.inputContainer {
  position: relative;
  float: left; }

/* line 21, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

/* line 30, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

/* line 37, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

/* line 44, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

/* line 63, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

/* line 75, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.greenPopup .formErrorContent {
  background: #33be40; }

/* line 79, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

/* line 84, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

/* line 89, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

/* line 94, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

/* line 103, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

/* line 119, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

/* line 126, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.greenPopup .formErrorArrow div {
  background: #33be40; }

/* line 130, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

/* line 135, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

/* line 140, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

/* line 145, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line8 {
  width: 11px; }

/* line 149, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line7 {
  width: 9px; }

/* line 153, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line6 {
  width: 7px; }

/* line 157, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line5 {
  width: 5px; }

/* line 161, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line4 {
  width: 3px; }

/* line 165, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

/* line 172, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

/* line 178, /Users/webdev/Sites/youthranch/sass/partials/_validation.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 25, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 30, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

/* line 41, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

/* line 44, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container a {
  cursor: pointer; }

/* line 47, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

/* line 55, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
/* line 63, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

/* line 84, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999; }

/* line 87, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 94, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

/* line 97, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 107, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 110, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 113, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

/* line 121, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 0px 2px; }

/* line 127, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

/* line 134, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

/* line 148, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

/* line 153, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
/* line 160, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

/* line 170, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

/* line 179, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

/* line 183, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* line 188, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

/* line 197, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

/* line 202, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

/* line 207, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

/* line 210, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
/* line 217, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

/* line 234, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

/* line 238, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

/* line 243, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

/* line 257, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

/* line 278, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

/* line 281, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 291, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

/* line 294, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

/* line 305, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

/* line 308, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* line 311, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

/* line 315, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
/* line 323, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 327, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

/* line 340, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

/* line 344, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

/* line 347, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 351, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
/* line 357, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

/* line 361, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default; }

/* line 364, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
/* line 370, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl {
  text-align: right; }

/* line 373, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

/* line 377, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

/* line 382, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

/* line 385, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

/* line 389, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

/* line 393, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right; }

/* line 396, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

/* line 399, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

/* line 403, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

/* line 407, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

/* line 411, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

/* line 415, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

/* line 419, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

/* line 422, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

/* line 428, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

/* line 431, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 438, /Users/webdev/Sites/youthranch/sass/partials/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 37, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 47, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/site_images/fancybox/fancybox_sprite.png"); }

/* line 82, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/site_images/fancybox/fancybox_loading.gif") center center no-repeat; }

/* line 100, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 110, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/site_images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 122, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 126, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 130, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 141, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 146, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 151, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 155, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 167, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

/* line 172, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 176, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 180, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/site_images/fancybox/fancybox_overlay.png"); }

/* line 190, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 196, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 203, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 211, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 215, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 224, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 240, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 246, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 250, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/site_images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 270, /Users/webdev/Sites/youthranch/sass/partials/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("/images/site_images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* line 12, /Users/webdev/Sites/youthranch/sass/print.scss */
body, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25; }

/* line 13, /Users/webdev/Sites/youthranch/sass/print.scss */
body {
  font-size: 12pt; }

/* line 14, /Users/webdev/Sites/youthranch/sass/print.scss */
h1 {
  font-size: 36pt; }

/* line 15, /Users/webdev/Sites/youthranch/sass/print.scss */
h2 {
  font-size: 24pt; }

/* line 16, /Users/webdev/Sites/youthranch/sass/print.scss */
h3 {
  font-size: 18px; }

/* line 17, /Users/webdev/Sites/youthranch/sass/print.scss */
h4 {
  font-size: 14px; }

/* line 18, /Users/webdev/Sites/youthranch/sass/print.scss */
blockquote {
  font-size: 24px;
  line-height: 1.45833333; }
