@charset "UTF-8";
/* ------------------------------------ *    #BORDER BOX
\* ------------------------------------ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* ------------------------------------ *    #CUSTOM FONTS
\* ------------------------------------ */
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINBlackAlternate.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/DINBlackAlternate.eot?#iefix") format("embedded-opentype"), url("../fonts/DINBlackAlternate.woff") format("woff"), url("../fonts/DINBlackAlternate.ttf") format("truetype"), url("../fonts/DINBlackAlternate.svg#7c7640fda0546180e94c23f33b4be076") format("svg");
  font-style: normal;
  font-weight: 400; }

/* ------------------------------------ *    #PAGE
\* ------------------------------------ */
html {
  background: #fff;
  color: #383738;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px; }
  @media (min-width: 768px) {
    body {
      font-size: inherit; } }

/* ------------------------------------ *    #TYPOGRAPY
\* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal; }

p {
  margin: 0 0 20px; }

ul,
ol,
dl {
  margin: 0 0 20px; }

a {
  color: #bf384d;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

hr {
  margin: 0 0 20px;
  border: solid #79797a;
  border-width: 0 0 1px; }

sup {
  font-size: 0.5em;
  line-height: 1; }

/* ------------------------------------ *    #IMAGES
\* ------------------------------------ */
img {
  vertical-align: middle;
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

figcaption {
  font-size: 0.6em;
  font-style: italic; }

/* ------------------------------------ *    #FORMS
\* ------------------------------------ */
input,
textarea,
select {
  border: 1px solid #79797a;
  border-radius: 0;
  background: #fff; }

::-webkit-input-placeholder {
  text-align: inherit;
  color: inherit; }

:-ms-input-placeholder {
  text-align: inherit;
  color: inherit; }

::placeholder {
  text-align: inherit;
  color: inherit; }

/* ------------------------------------ *    #WRAP
\* ------------------------------------ */
.o-wrap {
  overflow: hidden; }

/* ------------------------------------ *    #CONTAINER
\* ------------------------------------ */
.o-container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px; }
  @media (min-width: 768px) {
    .o-container {
      width: 90%; } }

/* ------------------------------------ *    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled {
  list-style: none;
  padding: 0; }

/* ------------------------------------ *    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

/* ------------------------------------ *    #GRID
\* ------------------------------------ */
.o-grid {
  margin-right: -5px;
  margin-left: -5px; }
  .o-grid::before, .o-grid::after {
    content: ' ';
    display: table; }
  .o-grid::after {
    clear: both; }
  @media (min-width: 1024px) {
    .o-grid {
      margin-right: -10px;
      margin-left: -10px; } }

.o-grid__column {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  min-height: 1px;
  float: left; }
  @media (min-width: 1024px) {
    .o-grid__column {
      padding-right: 10px;
      padding-left: 10px; } }

.o-grid__column--1 {
  width: 8.33333%; }

.o-grid__column--2 {
  width: 16.66667%; }

.o-grid__column--3 {
  width: 25%; }

.o-grid__column--4 {
  width: 33.33333%; }

.o-grid__column--5 {
  width: 41.66667%; }

.o-grid__column--6 {
  width: 50%; }

.o-grid__column--7 {
  width: 58.33333%; }

.o-grid__column--8 {
  width: 66.66667%; }

.o-grid__column--9 {
  width: 75%; }

.o-grid__column--10 {
  width: 83.33333%; }

.o-grid__column--11 {
  width: 91.66667%; }

.o-grid__column--12 {
  width: 100%; }

@media (min-width: 768px) {
  .o-grid__column--1\@sm {
    width: 8.33333%; }
  .o-grid__column--2\@sm {
    width: 16.66667%; }
  .o-grid__column--3\@sm {
    width: 25%; }
  .o-grid__column--4\@sm {
    width: 33.33333%; }
  .o-grid__column--5\@sm {
    width: 41.66667%; }
  .o-grid__column--6\@sm {
    width: 50%; }
  .o-grid__column--7\@sm {
    width: 58.33333%; }
  .o-grid__column--8\@sm {
    width: 66.66667%; }
  .o-grid__column--9\@sm {
    width: 75%; }
  .o-grid__column--10\@sm {
    width: 83.33333%; }
  .o-grid__column--11\@sm {
    width: 91.66667%; }
  .o-grid__column--12\@sm {
    width: 100%; } }

@media (min-width: 1024px) {
  .o-grid__column--1\@md {
    width: 8.33333%; }
  .o-grid__column--2\@md {
    width: 16.66667%; }
  .o-grid__column--3\@md {
    width: 25%; }
  .o-grid__column--4\@md {
    width: 33.33333%; }
  .o-grid__column--5\@md {
    width: 41.66667%; }
  .o-grid__column--6\@md {
    width: 50%; }
  .o-grid__column--7\@md {
    width: 58.33333%; }
  .o-grid__column--8\@md {
    width: 66.66667%; }
  .o-grid__column--9\@md {
    width: 75%; }
  .o-grid__column--10\@md {
    width: 83.33333%; }
  .o-grid__column--11\@md {
    width: 91.66667%; }
  .o-grid__column--12\@md {
    width: 100%; } }

@media (min-width: 1200px) {
  .o-grid__column--1\@lg {
    width: 8.33333%; }
  .o-grid__column--2\@lg {
    width: 16.66667%; }
  .o-grid__column--3\@lg {
    width: 25%; }
  .o-grid__column--4\@lg {
    width: 33.33333%; }
  .o-grid__column--5\@lg {
    width: 41.66667%; }
  .o-grid__column--6\@lg {
    width: 50%; }
  .o-grid__column--7\@lg {
    width: 58.33333%; }
  .o-grid__column--8\@lg {
    width: 66.66667%; }
  .o-grid__column--9\@lg {
    width: 75%; }
  .o-grid__column--10\@lg {
    width: 83.33333%; }
  .o-grid__column--11\@lg {
    width: 91.66667%; }
  .o-grid__column--12\@lg {
    width: 100%; } }

/* ------------------------------------ *    #ASPECT
\* ------------------------------------ */
.o-aspect {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .o-aspect::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; }
  .o-aspect > * {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .o-aspect > iframe,
  .o-aspect > embed,
  .o-aspect > video {
    height: 100%; }

.o-aspect--16x9::before {
  padding-top: 56.25%; }

/* ------------------------------------ *    #MEDIA
\* ------------------------------------ */
@media (min-width: 768px) {
  .o-media {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 768px) {
  .o-media--flip {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

.o-media__graphic {
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .o-media__graphic {
      width: auto; } }

@media (min-width: 768px) {
  .o-media__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 20px; } }

@media (min-width: 768px) {
  .o-media--flip .o-media__content {
    margin-left: 0;
    margin-right: 20px; } }

/* ------------------------------------ *    #FORM GROUP
\* ------------------------------------ */
.c-form-group {
  margin-bottom: 10px; }

.c-form-group__label {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  line-height: 50px;
  font-family: sans-serif;
  font-weight: normal;
  transition: color 0.15s;
  border-radius: 30px;
  background: #bf384d;
  position: relative;
  z-index: 1; }
  .c-form-group__label:hover, .c-form-group__label:active, .c-form-group__label:focus {
    text-decoration: none !important;
    background: #982c3d; }
  input:checked + .c-form-group__label {
    background: #982c3d; }

.c-form-group__input {
  display: block;
  padding: 0.5em;
  margin-bottom: 10px;
  width: 100%;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  transition: border 0.15s; }
  .c-form-group__label .c-form-group__input {
    margin: 0 5px 0 0; }
  .c-form-group.has-error .c-form-group__input {
    border-color: #f00; }

.c-form-group__input--inline {
  display: inline-block;
  width: auto; }

.c-form-group__help-block {
  display: block;
  font-size: 0.6em;
  margin: 0 0 20px; }

.c-form-group__validation {
  display: block;
  padding: 0.5em;
  border: 1px solid #79797a;
  background-color: #9f9fa0;
  color: #79797a;
  font-weight: bold;
  position: relative;
  transition: 0.15s; }
  .c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff; }

/* ------------------------------------ *    #BUTTONS
\* ------------------------------------ */
.c-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  padding: 0.44444em 1.11111em;
  min-height: 42px;
  min-width: 250px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.05556;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.15s;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .c-btn {
      min-height: 52px;
      font-size: 0.9rem; } }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    text-decoration: none !important; }
    .c-btn:hover::after, .c-btn:active::after, .c-btn:focus::after {
      background: #982c3d; }
  .c-btn::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -3px;
    width: 100%;
    height: 100%;
    background: #79797a;
    z-index: -1;
    -ms-transform: skewX(3deg);
        transform: skewX(3deg); }
  .c-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bf384d;
    z-index: -1; }

/**
 * Modifiers for the buttons
 */
.c-btn--primary {
  background: #337ab7;
  color: #fff; }
  .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
    background: #285f8f; }

/* ------------------------------------ *    #HEADINGS
\* ------------------------------------ */
.c-heading-page {
  font-size: 1.1rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .c-heading-page {
      font-size: 1.8rem; } }

.c-heading-section {
  font-size: 1rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .c-heading-section {
      font-size: 1.5rem; } }

.c-heading-title {
  font-size: 0.9rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .c-heading-title {
      font-size: 1.2rem; } }

.c-heading-subtitle {
  font-size: 0.8rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .c-heading-subtitle {
      font-size: 0.9rem; } }

/* ------------------------------------ *    #NAVIGATION
\* ------------------------------------ */
.c-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.c-nav__item {
  margin-right: 10px; }

.c-nav__link {
  display: block;
  color: #337ab7; }
  .c-nav__item.is-current .c-nav__link {
    text-decoration: underline; }

/* ------------------------------------ *    #SIDENAV
\* ------------------------------------ */
.c-sidenav {
  margin-top: 40px;
  text-align: right;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  position: fixed;
  right: 20px;
  top: 10vh;
  z-index: 1; }
  @media (max-width: 767px) {
    .c-sidenav {
      display: none; } }

.c-sidenav__list {
  margin: 0; }

.c-sidenav__link {
  display: inline-block;
  color: #383738;
  text-decoration: none;
  position: relative;
  padding: 10px 30px;
  transition: 0.15s;
  -ms-transform: translateX(30px);
      transform: translateX(30px); }
  .c-sidenav__link::after {
    content: '';
    display: block;
    margin: -1px 10px;
    width: 100px;
    height: 2px;
    background: #383738;
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translateX(-30px);
        transform: translateX(-30px); }
  .c-sidenav__link:hover {
    text-decoration: none;
    -ms-transform: translateX(0);
        transform: translateX(0); }
    .c-sidenav__link:hover::after {
      background: #bf384d; }
  .c-sidenav__link:active, .c-sidenav__link:focus {
    text-decoration: none; }

/* ------------------------------------ *    #MERCH
\* ------------------------------------ */
.c-merch {
  padding: 30px 0;
  background: url("../img/layout/bg-top.jpg") center bottom;
  text-align: center; }

@media (min-width: 768px) {
  .c-merch__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; } }

.c-merch__left {
  margin-bottom: 1.8rem; }
  @media (min-width: 768px) {
    .c-merch__left {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 483px;
      margin-bottom: 0; } }
  .c-merch__left img {
    width: 75%;
    display: none; }
    @media (min-width: 768px) {
      .c-merch__left img {
        width: 100%;
        display: initial; } }

@media (min-width: 768px) {
  .c-merch__right {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-left: 30px;
    width: 100%; } }

/* ------------------------------------ *    #HEADER
\* ------------------------------------ */
.c-header {
  margin-bottom: 20px;
  text-align: center; }

.c-header__body {
  margin-bottom: 40px; }

.c-header__paypal {
  font-size: 0.6rem;
  color: #79797a !important;
  margin-bottom: 8px; }
  .c-header__paypal img {
    margin-bottom: 3px; }

.c-header__donate-btn {
  margin-bottom: 14px; }

/* ------------------------------------ *    #FOOTER
\* ------------------------------------ */
.c-footer {
  padding: 25px 0;
  background: #383738; }
  @media (min-width: 768px) {
    .c-footer {
      padding: 75px 0; } }
  .c-footer a {
    text-decoration: none; }

.c-footer__disclaimer {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1875; }

.c-footer__made-with {
  margin: 0 auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .c-footer__made-with span {
    font-size: 0.9rem;
    margin-right: 10px; }
  .c-footer__made-with img {
    margin-bottom: 0; }

.c-footer__faqs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .c-footer__faqs span {
    font-size: 0.9rem;
    margin-right: 10px; }
  .c-footer__faqs img {
    margin-bottom: 0; }

.c-footer__faqs-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.7rem; }
  @media (min-width: 480px) {
    .c-footer__faqs-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.c-footer__faqs-item {
  margin: 5px 25px; }

.c-footer__companies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .c-footer__companies {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center; } }
  .c-footer__companies a {
    display: inline-block;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .c-footer__companies a {
        margin: 0 40px 0 0; } }
  .c-footer__companies .c-footer__sb {
    margin: 0;
    width: 100%;
    max-width: 100px; }
  .c-footer__companies .c-footer__hvn {
    width: 100%;
    max-width: 230px;
    margin: 0; }

/* ------------------------------------ *    #HAND LOGO
\* ------------------------------------ */
.c-hand-logo {
  width: 70%;
  max-width: 714px;
  height: auto;
  margin-bottom: 20px; }

/* ------------------------------------ *    #LABEL
\* ------------------------------------ */
.c-label {
  color: #79797a;
  font-size: 1.2rem; }

/* ------------------------------------ *    #APPEARANCES
\* ------------------------------------ */
.c-appearances {
  color: #bf384d;
  font-size: 0.65rem;
  line-height: 1;
  columns: 2;
  column-gap: 15px;
  font-family: sans-serif;
  font-weight: bold; }
  @media (min-width: 768px) {
    .c-appearances {
      font-size: 1.2rem; } }
  @media (min-width: 1024px) {
    .c-appearances {
      columns: 3; } }

.c-appearances__item {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .c-appearances__item {
      margin-bottom: 20px; } }

/* ------------------------------------ *    #TOP SECTION
\* ------------------------------------ */
.c-top {
  background: url("../img/layout/bg-top.jpg") center bottom;
  padding: 20px 0 40px; }
  @media (min-width: 768px) {
    .c-top {
      padding: 50px 0 40px; } }
  .thank-you .c-top {
    padding: 60px 0 0; }

/* ------------------------------------ *    #BOTTOM
\* ------------------------------------ */
.c-bottom {
  padding: 80px 0;
  background: url("../img/layout/bg-top.jpg") center bottom;
  text-align: center; }
  .thank-you .c-bottom {
    padding: 20px 0; }

.c-bottom__inner {
  max-width: 920px;
  margin: 0 auto; }

.c-bottom__main {
  color: #79797a;
  margin-bottom: 50px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .c-bottom__main {
      font-size: 1.2rem;
      line-height: 1.5; } }
  .c-bottom__main br {
    display: none; }
    @media (min-width: 768px) {
      .c-bottom__main br {
        display: initial; } }

.c-bottom__secondary {
  color: #79797a;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .c-bottom__secondary {
      font-size: 0.9rem;
      letter-spacing: 0.05556em; } }

.c-bottom__legal {
  font-size: 0.6rem;
  color: #79797a;
  margin-bottom: 20px; }

.c-bottom__hashtag {
  color: #bf384d;
  font-size: 2.1rem;
  margin: 0; }
  @media (min-width: 768px) {
    .c-bottom__hashtag {
      font-size: 3.2rem; } }

/* ------------------------------------ *    #DATE
\* ------------------------------------ */
.c-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #bf384d;
  font-size: 1.2rem;
  line-height: 1.02941;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .c-date {
      font-size: 1.7rem;
      letter-spacing: 0.1em; } }
  .c-date::before, .c-date::after {
    content: '';
    display: block;
    margin: 0 10px;
    width: 20px;
    height: 2px;
    background: #383738; }
    @media (min-width: 768px) {
      .c-date::before, .c-date::after {
        width: 34px;
        height: 3px;
        margin: 0 24px; } }

.c-date__title {
  display: block; }

/* ------------------------------------ *    #FOOTER
\* ------------------------------------ */
.c-faqs {
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
  font-size: 0.7rem;
  color: #79797a; }

/* ------------------------------------ *    #SOCIAL
\* ------------------------------------ */
.c-social {
  margin: 5px;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    .c-social {
      margin: 20px; } }

.c-social__list {
  display: -ms-flexbox;
  display: flex; }

.c-social__item {
  margin-right: 20px; }

/* ------------------------------------ *    #SUPPORT
\* ------------------------------------ */
.c-support {
  margin-bottom: 40px; }

.c-support__title {
  color: #79797a;
  text-transform: uppercase; }

.c-support__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.c-support__item {
  margin: 0 15px; }

/* ------------------------------------ *    #CITIES
\* ------------------------------------ */
.c-cities {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
  font-size: 1rem;
  color: #bf384d; }
  @media (min-width: 768px) {
    .c-cities {
      font-size: 1.6rem;
      -ms-flex-direction: row;
          flex-direction: row; } }

.c-cities__item {
  margin: 0 15px; }

.c-cities__item--divider {
  display: none;
  width: 4px;
  height: 28px;
  background: #383738; }
  @media (min-width: 768px) {
    .c-cities__item--divider {
      display: block; } }

/* ------------------------------------ *    #NETWORKS
\* ------------------------------------ */
.c-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .c-networks {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center; } }

.c-networks--max-4 {
  max-width: 800px; }

.c-networks__item {
  margin: 0 20px 20px; }
  @media (max-width: 767px) {
    .c-networks__item {
      margin: 0 5% 20px;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
      max-width: 40%; } }

.c-networks__item--break {
  width: 100%;
  margin: 0; }

.c-networks__logo {
  margin: 0; }
  @media (max-width: 767px) {
    .c-networks__logo {
      width: 100%;
      height: auto; } }

/* ------------------------------------ *    #PROCEEDS
\* ------------------------------------ */
.c-proceeds {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .c-proceeds {
      padding: 80px 0;
      font-size: 1.2rem; } }

.c-proceeds__description {
  margin: 0 auto 20px;
  max-width: 840px; }

.c-proceeds__body {
  max-width: 1000px;
  margin: auto; }

.c-proceeds__label {
  margin-bottom: 50px; }

/* ------------------------------------ *    #PROCEEDS ICONS
\* ------------------------------------ */
.c-proceeds-icons {
  max-width: 840px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .c-proceeds-icons {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 20px; } }

/* ------------------------------------ *    #APPLEPAY
\* ------------------------------------ */
.c-applepay {
  background: #fff;
  border: 1px solid #cbd2dd;
  padding: 30px 20px;
  border-radius: 5px; }

.c-applepay__title {
  margin-bottom: 20px;
  color: #bf384d;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase; }

.c-applepay__option {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 50px;
  font-family: sans-serif;
  font-weight: bold;
  transition: color 0.15s;
  border-radius: 30px;
  border: 0;
  background: #bf384d;
  position: relative;
  z-index: 1; }
  .c-applepay__option:hover, .c-applepay__option:active, .c-applepay__option:focus {
    text-decoration: none !important;
    background: #982c3d; }

.c-applepay__field {
  height: 50px;
  color: #383738;
  font-size: 1rem;
  line-height: 50px;
  border: 1px solid #79797a;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 10px !important; }
  .c-applepay__field.has-value {
    background: #383738; }

.c-applepay__input {
  margin: 0;
  padding: 0 15px 0 30px;
  width: 100%;
  height: 50px;
  background: none;
  border: 0;
  text-align: center; }

.c-applepay__field-dollar {
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px; }

.c-applepay__submit {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  width: 170px;
  height: 42px;
  background: #000 url("../img/content/donate-with-applepay.jpg") center no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 5px; }

.c-applepay__input::-webkit-input-placeholder {
  color: #aaa; }

.c-applepay__input:-ms-input-placeholder {
  color: #aaa; }

.c-applepay__input::placeholder {
  color: #aaa; }

.c-applepay__fine {
  font-size: 0.7rem;
  font-style: italic;
  color: #b7b7b7;
  font-weight: normal;
  font-family: 'Regular-RegularWEB', sans-serif; }

/* ------------------------------------ *    #PHONE DONATIONS
\* ------------------------------------ */
.c-phone-donation {
  color: #383738;
  font-size: 1rem;
  font-family: "DIN", sans-serif;
  font-weight: normal; }
  @media (min-width: 768px) {
    .c-phone-donation {
      font-size: 1.1rem; } }
  .c-phone-donation br {
    display: none; }
    @media (min-width: 1024px) {
      .c-phone-donation br {
        display: initial; } }
  .c-phone-donation a {
    font-size: 1.4rem;
    text-decoration: none; }
    @media (min-width: 768px) {
      .c-phone-donation a {
        font-size: 1.5rem; } }
    .c-phone-donation a:hover {
      text-decoration: underline; }

.c-phone-donation__disclaimer {
  display: inline-block;
  font-size: 0.6rem;
  color: #79797a;
  line-height: 1.5;
  position: relative; }
  @media (min-width: 768px) {
    .c-phone-donation__disclaimer {
      top: -12px; } }
  .c-phone-donation__disclaimer a {
    font-size: 0.6rem; }

.c-phone-donation__accent {
  position: relative; }
  .c-phone-donation__accent:before {
    content: '•';
    position: absolute;
    top: -5px;
    color: #79797a;
    left: -12px;
    font-family: sans-serif;
    font-size: 0.9rem; }

/* ------------------------------------ *    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

@media (min-width: 480px) {
  .u-hidden\@xs {
    display: none; } }

@media (max-width: 479px) {
  .u-hidden\@less-than-xs {
    display: none; } }

@media (min-width: 768px) {
  .u-hidden\@sm {
    display: none; } }

@media (max-width: 767px) {
  .u-hidden\@less-than-sm {
    display: none; } }

@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none; } }

@media (max-width: 1023px) {
  .u-hidden\@less-than-md {
    display: none; } }

@media (min-width: 1200px) {
  .u-hidden\@lg {
    display: none; } }

@media (max-width: 1199px) {
  .u-hidden\@less-than-lg {
    display: none; } }

@media (min-width: 1500px) {
  .u-hidden\@xl {
    display: none; } }

@media (max-width: 1499px) {
  .u-hidden\@less-than-xl {
    display: none; } }

.u-visible {
  display: none; }
  .u-visible {
    display: inline-block; }
  @media (min-width: 480px) {
    .u-visible\@xs {
      display: inline-block; } }
  @media (min-width: 768px) {
    .u-visible\@sm {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .u-visible\@md {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .u-visible\@lg {
      display: inline-block; } }
  @media (min-width: 1500px) {
    .u-visible\@xl {
      display: inline-block; } }

.u-sr-only {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  position: absolute; }

/* ------------------------------------ *    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-link {
  color: #337ab7; }

.u-color-dark-grey {
  color: #383738; }

.u-color-grey {
  color: #79797a; }

.u-color-red {
  color: #bf384d; }

/* ------------------------------------ *    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-center {
  text-align: center; }

.u-text-all-caps {
  text-transform: uppercase; }

.u-text-block {
  display: inline-block; }

.u-text-size-30 {
  font-size: 1.5rem; }

/* ------------------------------------ *    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

/* ------------------------------------ *    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacing-flush {
  margin-bottom: 0; }

.u-spacing-close {
  margin-bottom: 10px; }

.u-spacing-normal {
  margin-bottom: 20px; }

.u-spacing-far {
  margin-bottom: 40px; }

.u-spacing-farther {
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .u-spacing-flush\@sm {
    margin-bottom: 0; }
  .u-spacing-close\@sm {
    margin-bottom: 10px; }
  .u-spacing-normal\@sm {
    margin-bottom: 20px; }
  .u-spacing-far\@sm {
    margin-bottom: 40px; }
  .u-spacing-farther\@sm {
    margin-bottom: 60px; } }

@media (min-width: 1024px) {
  .u-spacing-flush\@md {
    margin-bottom: 0; }
  .u-spacing-close\@md {
    margin-bottom: 10px; }
  .u-spacing-normal\@md {
    margin-bottom: 20px; }
  .u-spacing-far\@md {
    margin-bottom: 40px; }
  .u-spacing-farther\@md {
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  .u-spacing-flush\@lg {
    margin-bottom: 0; }
  .u-spacing-close\@lg {
    margin-bottom: 10px; }
  .u-spacing-normal\@lg {
    margin-bottom: 20px; }
  .u-spacing-far\@lg {
    margin-bottom: 40px; }
  .u-spacing-farther\@lg {
    margin-bottom: 60px; } }

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