/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(../js/vendor/fresco-2.0.4/css/fresco/fresco.css);
@import url(webfontkit/stylesheet.css);
@import url(../js/vendor/bxslider/jquery.bxslider.css);
html {
  color: #222;
  font-size: 1em;
  line-height: 1.66; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Mixins
-------------- */
.ss-icon {
  position: relative;
  top: 2pt; }

body {
  background-color: #FFF;
  font-family: "aperculight"; }

a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.clear {
  clear: both; }

html, body {
  height: 100%;
  font-size: 16px; }

header.main {
  position: absolute;
  top: 30px;
  z-index: 1000;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  header.main nav {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    float: right;
    line-height: 55px; }
    header.main nav a {
      color: #FFF;
      text-decoration: none;
      font-family: 'apercumedium';
      padding-left: 15px; }
      header.main nav a.active {
        color: rgba(255, 255, 255, 0.7); }
  header.main h1 {
    margin: 0;
    float: left; }
    header.main h1 a {
      display: block;
      width: 193px;
      height: 59px;
      text-indent: -9999px;
      background: transparent url("img/logo.svg") no-repeat;
      background-size: contain;
      margin: 0; }
  header.main .donate {
    background-color: #EF4B54;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'apercumedium';
    padding: 5px 30px;
    display: block;
    float: right;
    color: #FFF;
    text-decoration: none; }
  header.main.onWhite h1 a {
    background-image: url("img/logo-small-color.svg"); }
  @media screen and (min-width: 1200px) {
    header.main {
      max-width: 1200px;
      left: 50%;
      margin-left: -600px; } }

.donatespacer {
  height: 200px; }

.coverPhotos {
  margin-top: 120px; }
  .coverPhotos img {
    width: 100%;
    height: auto; }
  .coverPhotos ul {
    margin: 0;
    padding: 0; }
    .coverPhotos ul li {
      margin: 0;
      padding: 0; }

.headerBgGradient {
  height: 200px;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.35) 100%); }

.text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'aperculight';
  font-family: 'aperculight';
  font-size: 18px;
  line-height: 2em;
  padding: 0px 30px; }
  .text:before, .text:after {
    content: "";
    display: table; }
  .text:after {
    clear: both; }
  .text h1 {
    font-family: 'apercubold';
    font-size: 32px;
    line-height: 48px;
    text-align: center; }
  .text h2 {
    text-align: center;
    font-family: 'apercumedium';
    color: #EF4B54;
    font-size: 36px;
    line-height: 48px; }
  .text a {
    color: #0000FF;
    text-decoration: none; }
    .text a.learnmore {
      text-align: right;
      float: right; }
  .text img {
    width: 100%;
    height: auto; }
  .text img.full {
    width: 130%;
    height: auto;
    margin-left: -15%;
    margin-top: 0px;
    margin-bottom: 50px; }
  @media screen and (min-width: 1060px) {
    .text {
      max-width: 800px;
      margin: 0 auto;
      font-size: 18px; }
      .text h1 {
        font-size: 42px;
        line-height: 54px;
        padding-top: 1em; } }

figure.full {
  margin: 0; }
  figure.full img {
    width: 100%;
    height: auto;
    display: block; }

section.learnmore {
  background-color: #FEF4EF;
  padding: 50px 0; }
  section.learnmore .text {
    max-width: 900px; }
    section.learnmore .text h3 {
      font-size: 22px;
      font-family: 'apercumedium';
      color: #4A4A4A;
      text-align: center; }
  section.learnmore .half {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    section.learnmore .half h3 {
      color: #EF4B54;
      text-align: left;
      margin-bottom: 0px; }
    section.learnmore .half img {
      width: 294px !important;
      height: auto; }
    section.learnmore .half h3 a {
      color: #EF4B54;
      font-family: 'apercumedium'; }
  @media screen and (min-width: 700px) {
    section.learnmore .half {
      width: 50%; }
      section.learnmore .half.left {
        float: left;
        padding-right: 15px; }
      section.learnmore .half.right {
        float: right;
        padding-left: 15px; } }

section.donate {
  margin-bottom: 100px; }

a.oldsite {
  background-color: #EF4B54;
  padding: 50px 0;
  display: block;
  text-decoration: none; }
  a.oldsite .text {
    max-width: 900px;
    font-family: 'apercumedium';
    font-size: 24px;
    line-height: 28px;
    padding: 10px 0;
    color: #FFF;
    text-decoration: none;
    text-align: center; }
    a.oldsite .text span {
      text-decoration: underline; }

section.intro {
  background-color: #0000FF;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 40px; }
  section.intro .text {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 2em; }
  section.intro img {
    float: right;
    padding-left: 50px;
    margin-top: -50px; }
  @media screen and (min-width: 1060px) {
    section.intro .text {
      font-size: 20px; } }

section.schedule {
  background-color: #277557;
  color: #FFF; }
  section.schedule .text h1 {
    padding-top: 0; }
  section.schedule .text p {
    color: rgba(255, 255, 255, 0.7); }

footer.main {
  background-color: #0D0D0D;
  color: #FFF; }
  footer.main .text {
    padding: 50px;
    max-width: 1200px;
    line-height: 1.5em; }
    footer.main .text .block {
      float: left;
      margin-right: 100px;
      margin-bottom: 50px;
      color: #7C7C7C; }
      footer.main .text .block strong {
        color: #FFF;
        font-family: 'apercumedium'; }
    footer.main .text a {
      color: #7C7C7C; }
      footer.main .text a:hover {
        color: #FFF; }
    footer.main .text .legal {
      clear: both;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.39);
      padding-top: 20px;
      border-top: 1px solid rgba(151, 151, 151, 0.09); }
      footer.main .text .legal span {
        padding-left: 15px;
        position: relative;
        top: 12px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
