/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "museo-sans", "museo-sans", sans-serif;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  font-family: "museo-sans", "museo-sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-color: #bf1e2e;
  color: #FFFFFF;
  margin: 0;
  height: 100%; }
  body:after {
    clear: both;
    content: '';
    display: table; }
  body a {
    border-bottom: 1px solid #eeeeee;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.21, 0.61, 0.65, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.21, 0.61, 0.65, 1); }
    body a:visited {
      color: #FFFFFF;
      text-decoration: none; }
    body a:hover {
      color: #FFFFFF;
      text-decoration: none;
      border-bottom: 1px solid #FFFFFF; }
    body a:active {
      color: #FFFFFF;
      text-decoration: none; }

strong {
  font-weight: bold;
  color: #eeeeee; }

section {
  margin: 0 auto;
  text-align: center;
  position: relative; }

#heart, #call-to-action {
  width: 70vw;
  margin: auto;
  height: 100%; }
  #heart svg, #call-to-action svg {
    max-height: 80vh;
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%); }

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5 {
  opacity: 0; }

.invincible, .volunteer {
  opacity: 1 !important; }

.heart {
  position: fixed;
  -webkit-animation: heartPulse 2s infinite;
  animation: heartPulse 2s infinite; }

.cls-1 {
  fill: #63202d; }

.cls-2 {
  fill: #9c9da0; }

.cls-3 {
  fill: #b6b9ba; }

.cls-4 {
  fill: #dedfe0; }

.cls-5 {
  fill: #dbdbdb; }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-webkit-keyframes heartPulse {
  0%, 100% {
    -webkit-transform: scale(0.6) translate(100px, 180px);
    -ms-transform: scale(0.6) translate(100px, 180px);
    transform: scale(0.6) translate(100px, 180px); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes heartPulse {
  0%, 100% {
    -webkit-transform: scale(0.6) translate(100px, 180px);
    -ms-transform: scale(0.6) translate(100px, 180px);
    transform: scale(0.6) translate(100px, 180px); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
#scene2 {
  height: auto;
  display: block;
  margin: auto; }
  #scene2 .scene-content {
    display: inline-block;
    margin: 0 auto;
    height: auto;
    padding: 3rem 0; }
  #scene2 .cta-copy {
    max-width: 90vw;
    margin: 3rem auto;
    font-size: 2rem;
    line-height: 2.5rem;
    width: 55rem;
    text-align: left; }
    #scene2 .cta-copy img {
      min-width: 45rem; }

.cta {
  margin: 0 auto;
  display: block;
  min-width: 1rem;
  min-height: .5rem;
  max-width: 30rem;
  width: 20rem;
  position: relative; }
  @media (max-width: 1024px) {
    .cta {
      max-width: 50vw; } }
  .cta a, .cta a:hover {
    text-decoration: none;
    border: 0; }

#donor-list {
  max-width: 95vw;
  margin: auto; }
  #donor-list ul {
    list-style-type: none;
    text-align: left;
    font-size: 0.9rem;
    max-width: 20vw;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
    line-height: 1.7rem; }
    @media (max-width: 1024px) {
      #donor-list ul {
        max-width: 40vw; } }
    #donor-list ul .honors-head {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      display: inline-block;
      border-bottom: 1px solid #555555;
      line-height: 1.2rem; }
  #donor-list ul:last-child {
    width: auto;
    max-width: 50vw;
    padding: 1em 0; }
    @media (max-width: 1024px) {
      #donor-list ul:last-child {
        padding: 1em;
        max-width: 80vw; } }
  #donor-list img {
    margin: 2rem 0 1.5rem 0;
    max-width: 40vw;
    float: left; }
    @media (max-width: 1024px) {
      #donor-list img {
        max-width: 80vw;
        margin: 1rem 0; } }

#footer {
  height: auto !important;
  position: absolute;
  bottom: 0;
  right: 0; }

.footer-content {
  padding: 3em 4em;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.5em;
  text-transform: uppercase; }

.jl-box {
  width: 3em; }

.footer p {
  margin: 0; }

.footer p:nth-child(2) {
  font-weight: bold;
  margin-top: 1em; }

.footer p:nth-child(3) {
  margin: 1em 0; }

.footer p:last-child {
  margin-top: 1em; }

.footer a {
  font-weight: bold; }

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