.primary-bg {
  background-color: #FF9966; }

.seconday-bg {
  background-color: #778f8d; }

.tertiary-bg {
  background-color: #ba9e40; }

.red-bg {
  background-color: #d85656; }

.txt-primary {
  color: #FF9966 !important; }

.txt-secondary {
  color: #778f8d !important; }

.txt-tertiary {
  color: #ba9e40 !important; }

.txt-red {
  color: #d85656 !important; }

.hide {
  display: none; }

.page-template-page-donations .main-header,
.page-template-page-get-member .main-header {
  display: none; }

.page-template-page-complete-donation section.cover,
.page-template-page-thankyou section.cover {
  min-height: 0;
  padding: 150px 0 100px 0;
  height: auto; }
  @media screen and (max-width: 992px) {
    .page-template-page-complete-donation section.cover,
    .page-template-page-thankyou section.cover {
      padding: 40px 0; } }
  .page-template-page-complete-donation section.cover .container,
  .page-template-page-thankyou section.cover .container {
    margin: 0; }
    .page-template-page-complete-donation section.cover .container .text,
    .page-template-page-thankyou section.cover .container .text {
      text-align: center;
      margin: 0; }
      .page-template-page-complete-donation section.cover .container .text h1,
      .page-template-page-thankyou section.cover .container .text h1 {
        max-width: 750px;
        margin: 0 auto .1em; }
      .page-template-page-complete-donation section.cover .container .text .subtitle,
      .page-template-page-thankyou section.cover .container .text .subtitle {
        margin: 2em 0 0; }
      .page-template-page-complete-donation section.cover .container .text p,
      .page-template-page-thankyou section.cover .container .text p {
        margin-left: auto;
        margin-right: auto; }

.page-template-page-complete-donation .show-form-view,
.page-template-page-complete-donation .form-view,
.page-template-page-complete-donation .receipt-view,
.page-template-page-complete-donation .show-receipt-view,
.page-template-page-thankyou .show-form-view,
.page-template-page-thankyou .form-view,
.page-template-page-thankyou .receipt-view,
.page-template-page-thankyou .show-receipt-view {
  width: 100%; }

.page-template-page-complete-donation .show-form-view .form-view,
.page-template-page-thankyou .show-form-view .form-view {
  display: block; }

.page-template-page-complete-donation .show-form-view .receipt-view,
.page-template-page-thankyou .show-form-view .receipt-view {
  display: none; }

.page-template-page-complete-donation .show-receipt-view .form-view,
.page-template-page-thankyou .show-receipt-view .form-view {
  display: none; }

.page-template-page-complete-donation .show-receipt-view .receipt-view,
.page-template-page-thankyou .show-receipt-view .receipt-view {
  display: block; }

.page-template-page-complete-donation .input-container p small,
.page-template-page-thankyou .input-container p small {
  line-height: 1.2em;
  display: block; }

.main-donation {
  width: 100%;
  min-height: calc(100vh - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1600px) {
    .main-donation {
      font-size: .7em; } }
  @media screen and (max-width: 992px) {
    .main-donation {
      height: auto;
      min-height: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .main-donation.overlay {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none; }
    .main-donation.overlay:before {
      content: '';
      opacity: 0;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
    .main-donation.overlay .close {
      position: absolute;
      top: 0;
      right: 0;
      margin: 5px;
      color: #212529;
      display: block;
      cursor: pointer;
      font-size: 1.6em; }
      .main-donation.overlay .close:after {
        font-family: essereanimali;
        content: 's'; }
      @media screen and (max-width: 480px) {
        .main-donation.overlay .close {
          margin: 10px;
          font-size: 1.9em; } }
    .main-donation.overlay .donation-area-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .main-donation.overlay .donation-area {
      height: 100vh;
      padding: 30px 0 100px;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      overflow: auto;
      display: none; }
    .main-donation.overlay.opened {
      pointer-events: auto; }
      .main-donation.overlay.opened:before {
        opacity: 1; }
      .main-donation.overlay.opened .donation-area {
        display: block;
        opacity: 0;
        -webkit-animation: donation_panel_appear 0.5s forwards cubic-bezier(0, 0, 0, 1);
        animation: donation_panel_appear 0.5s forwards cubic-bezier(0, 0, 0, 1); }
    .main-donation.overlay:not(.opened) .donation-area {
      animation: donation_panel_appear 0.5s reverse cubic-bezier(0, 0, 0, 1); }
  .main-donation .cover {
    background-color: #FFF;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 30px 60px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .main-donation .cover {
        padding: 30px 20px; } }
    @media screen and (min-width: 1200px) {
      .main-donation .cover {
        background-color: #000;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100vh; }
        .main-donation .cover:after {
          content: '';
          width: 100%;
          height: 100%;
          background-color: #000;
          z-index: 0;
          position: absolute;
          top: 100%;
          left: 0; } }
    .main-donation .cover .ea-logo {
      position: relative;
      z-index: 1; }
      .main-donation .cover .ea-logo svg {
        width: 130px; }
        @media screen and (max-width: 1200px) {
          .main-donation .cover .ea-logo svg {
            width: 100px; } }
        .main-donation .cover .ea-logo svg * {
          fill: #FFF; }
    .main-donation .cover .bg-image {
      background-color: #000;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 992px) {
        .main-donation .cover .bg-image:after {
          content: '';
          background: rgba(0, 0, 0, 0.3);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
      @media screen and (min-width: 1200px) {
        .main-donation .cover .bg-image {
          background-size: auto 100vh;
          background-position: top center; }
          .main-donation .cover .bg-image:after {
            content: '';
            position: absolute;
            top: calc(100vh - 150px);
            left: 0;
            width: 100%;
            height: 150px;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 99%, black 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 99%, black 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, black), to(black));
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 99%, black 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 99%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .main-donation .cover .text {
      max-width: 600px;
      margin: 30% 0 20% 0;
      position: relative;
      z-index: 1;
      text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 1200px) {
        .main-donation .cover .text {
          max-width: none;
          margin: auto 0 40px 0; } }
      @media screen and (max-width: 992px) {
        .main-donation .cover .text {
          max-width: none;
          margin: 30% 0 20px 0; } }
      .main-donation .cover .text h1 {
        font-family: 'Museo Sans';
        font-size: 3em;
        line-height: 1em;
        margin: 0 0 .3em 0;
        text-transform: uppercase;
        font-weight: 800;
        color: #FFF; }
        @media screen and (min-width: 1200px) {
          .main-donation .cover .text h1 {
            font-size: 4.2em; } }
        @media screen and (max-width: 320px) {
          .main-donation .cover .text h1 br {
            display: none; } }
      .main-donation .cover .text p {
        font-family: 'Museo Sans';
        font-size: 2em;
        line-height: 1em;
        margin: 0 0 .3em 0;
        font-weight: 500;
        color: #FFF; }
        @media screen and (min-width: 1200px) {
          .main-donation .cover .text p {
            max-width: 60%; } }
      .main-donation .cover .text .btn {
        text-align: left;
        margin: 1em 0 .5em 0; }

.donation-area {
  background-color: #FFF;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .donation-area {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: auto;
      max-width: 700px; } }
  .donation-area .donation-area-content {
    margin: 0;
    padding: 20px 30px 30px; }
    @media screen and (max-width: 1600px) {
      .donation-area .donation-area-content {
        padding: 20px 30px 0; } }
    @media screen and (max-width: 480px) {
      .donation-area .donation-area-content {
        padding: 20px 15px 30px; } }
    .donation-area .donation-area-content h3 {
      font-family: 'Museo Sans';
      font-size: 1.5rem;
      margin: 0 0 .5em 0;
      font-weight: 800; }
      @media screen and (max-width: 992px) {
        .donation-area .donation-area-content h3 {
          font-size: 2rem; } }
  .donation-area p {
    font-size: 1rem; }
    .donation-area p small {
      font-size: 0.85em; }
    .donation-area p a {
      text-decoration: none;
      color: #212529; }
    .donation-area p.more-info {
      text-align: center;
      opacity: .8; }
    .donation-area p.additional-payment-methods {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: .8;
      margin-bottom: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      curosr: pointer; }
      @media screen and (max-width: 1600px) and (max-height: 700px) {
        .donation-area p.additional-payment-methods {
          margin-bottom: 0; } }
      .donation-area p.additional-payment-methods a {
        text-decoration: none; }

.progress-bar {
  font-family: 'Museo Sans';
  position: relative;
  width: 100%;
  height: 50px;
  border: 4px solid #eee;
  border-radius: 50px;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.03); }
  .progress-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    width: 25%;
    height: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }
  .progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 100%;
    border-left: 1px solid #eee; }
  .progress-bar.alert-mode {
    background-color: rgba(216, 86, 86, 0.8);
    /* animation-name: pulsing_color;
		animation-duration: 2s;
		animation-iteration-count: infinite; */ }
    .progress-bar.alert-mode .percent-bar .percent-bar-filler {
      background: #778f8d;
      background: -moz-linear-gradient(left, #d85656 0%, #778f8d 80%);
      background: -webkit-linear-gradient(left, #d85656 0%, #778f8d 80%);
      background: -webkit-gradient(linear, left top, right top, from(#d85656), color-stop(80%, #778f8d));
      background: -o-linear-gradient(left, #d85656 0%, #778f8d 80%);
      background: linear-gradient(to right, #d85656 0%, #778f8d 80%);
      -webkit-animation-name: pulsing_gradient;
      animation-name: pulsing_gradient;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      background-size: 200% 100%; }
      .progress-bar.alert-mode .percent-bar .percent-bar-filler span {
        margin-top: -1.55em; }
        .progress-bar.alert-mode .percent-bar .percent-bar-filler span strong {
          line-height: 0.4em;
          bottom: -0.3em;
          position: relative; }
  .progress-bar .percent-bar-container {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    position: relative; }
  .progress-bar .percent-bar {
    width: 0%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    z-index: 1; }
    .progress-bar .percent-bar.filled .percent-bar-filler {
      width: 100%; }
    .progress-bar .percent-bar .percent-bar-filler {
      background-color: #718F8C;
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: width 1.5s ease-out;
      -o-transition: width 1.5s ease-out;
      transition: width 1.5s ease-out; }
      .progress-bar .percent-bar .percent-bar-filler span {
        position: absolute;
        top: 50%;
        left: 100%;
        text-align: left;
        font-size: 1.2em;
        line-height: 1em;
        margin-top: -1.05em;
        padding: 8px;
        white-space: nowrap;
        color: #212529; }
        .progress-bar .percent-bar .percent-bar-filler span.left {
          color: #FFF;
          left: auto;
          right: 0;
          text-align: right; }
        .progress-bar .percent-bar .percent-bar-filler span strong {
          font-size: 1.5em; }
  .progress-bar .max {
    position: absolute;
    top: 100%;
    right: -3px;
    text-align: right;
    font-size: 1.2em;
    line-height: .8em;
    margin: 10px 0 0 0;
    padding: 0 5px 0 0; }
    .progress-bar .max strong {
      font-size: 1.5em; }
    .progress-bar .max small {
      display: block;
      color: #778f8d;
      font-weight: bold;
      text-transform: uppercase;
      font-size: .8em; }

.gift-card-input-group {
  display: none; }
  .gift-card-input-group.forced {
    display: block;
    background: #FF9966;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    border-radius: 5px; }
    .gift-card-input-group.forced .gift-title {
      display: block; }
    .gift-card-input-group.forced .pre-input-paragraph {
      display: none; }
  .gift-card-input-group .gift-title {
    display: none; }
  .gift-card-input-group .pre-input-paragraph {
    margin: 0 .5em 0 0;
    line-height: 34px; }

.activity-contact-container {
  background: #FFF;
  border-radius: 10px;
  padding: 30px 40px;
  margin: 0 0 60px 0;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 480px) {
    .activity-contact-container {
      padding: 30px 30px; } }
  .activity-contact-container .step-2 {
    display: none; }

form#donation-form a {
  color: inherit;
  text-decoration: none; }
  form#donation-form a:hover {
    color: #778f8d; }

@media screen and (max-width: 1600px) {
  form#donation-form label {
    font-size: 1.2em; } }

form#donation-form label [class*='icon-']:before {
  vertical-align: text-top; }

form#donation-form .input-container {
  display: inline-block;
  height: auto; }
  form#donation-form .input-container input {
    padding: 0;
    font-size: 18px;
    background-color: #F9F9F9; }
    @media screen and (max-width: 1600px) {
      form#donation-form .input-container input {
        height: 35px;
        line-height: 35px; } }
  form#donation-form .input-container .btn {
    background-color: #778f8d;
    color: #FFF !important; }

form#donation-form .radio-container label, form#donation-form .btn label {
  position: relative; }
  @media screen and (max-width: 1600px) {
    form#donation-form .radio-container label, form#donation-form .btn label {
      font-size: 1.5em; } }
  form#donation-form .radio-container label .text.on-sale .amount, form#donation-form .btn label .text.on-sale .amount {
    font-size: .8em;
    position: relative;
    opacity: .8; }
    form#donation-form .radio-container label .text.on-sale .amount:after, form#donation-form .btn label .text.on-sale .amount:after {
      content: '';
      background-color: #212529;
      width: 120%;
      height: 2px;
      border-radius: 3px;
      -webkit-transform: translate(-50%, -50%) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) rotate(-15deg);
      transform: translate(-50%, -50%) rotate(-15deg);
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1; }
  form#donation-form .radio-container label .badge, form#donation-form .btn label .badge {
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
    background-color: #FF9966;
    color: #FFF;
    font-size: 8px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

form .different-account-toggle {
  margin: 10px 0 0 0; }

form .different-account-container {
  width: 100%;
  margin: 10px 0;
  display: none; }

form .free-quote-container {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all .5s ease-out, opacity .3s ease-out;
  -o-transition: all .5s ease-out, opacity .3s ease-out;
  transition: all .5s ease-out, opacity .3s ease-out; }
  form .free-quote-container.pulseno {
    overflow: visible; }
  form .free-quote-container label {
    cursor: pointer; }
  @media screen and (max-width: 1600px) and (min-width: 992px) {
    form .free-quote-container {
      height: auto; } }
  form .free-quote-container.visible {
    opacity: 1;
    max-height: 100px;
    -webkit-transition: all .5s ease-out, opacity .8s ease-out;
    -o-transition: all .5s ease-out, opacity .8s ease-out;
    transition: all .5s ease-out, opacity .8s ease-out; }

form .extra-advices,
form .donaton-extra-advices {
  margin: .5em 0 1em 0; }
  form .extra-advices p,
  form .donaton-extra-advices p {
    line-height: 1.2em;
    margin: 0; }

form .donation-examples {
  position: relative;
  z-index: 1;
  background-color: #d85656;
  color: #FFF;
  padding: 1em;
  font-size: 1.2em;
  line-height: 1.2em;
  border-radius: 2px;
  min-height: 2em; }
  form .donation-examples .donation-example {
    display: none; }
    form .donation-examples .donation-example.visible {
      display: block; }

section.gray-bg {
  background-color: #f9f9f9;
  padding: 30px 0; }

section.quotes {
  background-color: #f9f9f9;
  padding: 3em 0;
  text-align: center; }
  section.quotes .quotes-list {
    margin: 2em 0; }
    section.quotes .quotes-list .flickity-viewport {
      -webkit-transition: height .2s;
      -o-transition: height .2s;
      transition: height .2s; }
    section.quotes .quotes-list .quote {
      width: 100%;
      opacity: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      section.quotes .quotes-list .quote.is-selected {
        opacity: 1; }
      section.quotes .quotes-list .quote .quote-content {
        max-width: 550px;
        margin: 0 auto;
        font-size: 1.5em;
        font-style: italic;
        font-weight: 300; }
        section.quotes .quotes-list .quote .quote-content b, section.quotes .quotes-list .quote .quote-content strong {
          font-weight: 500; }
        section.quotes .quotes-list .quote .quote-content .cite {
          font-weight: bold;
          font-size: .8em;
          margin: .8em 0; }
          section.quotes .quotes-list .quote .quote-content .cite:before {
            content: '';
            width: 1px;
            margin: .5em auto;
            height: 2em;
            background-color: #212529;
            display: block;
            position: relative; }

section.payment-method-info {
  padding: 50px 0; }
  section.payment-method-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.payment-method-info .row div[class*="col-"] {
      padding-top: 30px;
      padding-bottom: 30px; }
    section.payment-method-info .row h3 {
      font-size: 2rem;
      font-weight: 600; }
    section.payment-method-info .row p {
      font-family: 'Museo Sans';
      font-size: 1.3em; }
      @media screen and (max-width: 480px) {
        section.payment-method-info .row p {
          font-size: 1em; } }

section.boxes-section.donation-examples h2 {
  position: relative;
  z-index: 1; }

section.boxes-section.donation-examples h3 {
  font-size: 1em !important;
  line-height: 1em; }
  section.boxes-section.donation-examples h3 strong {
    font-size: 3em !important;
    line-height: 1em; }

section.boxes-section.donation-examples p {
  font-size: .8em;
  line-height: 1.2em; }

@media screen and (max-width: 992px) {
  section.boxes-section.donation-examples .boxes {
    margin: 2em 0 !important; } }

section.boxes-section.donation-examples .boxes .info-box {
  overflow: visible !important; }
  @media screen and (max-width: 992px) {
    section.boxes-section.donation-examples .boxes .info-box:after {
      display: none; } }
  @media screen and (max-width: 992px) {
    section.boxes-section.donation-examples .boxes .info-box .info-text {
      position: relative !important;
      margin: 1em 0 !important; } }
  section.boxes-section.donation-examples .boxes .info-box:before {
    content: '';
    background-color: #FFF;
    width: 100%;
    height: 120%;
    position: absolute;
    top: -10%;
    left: 0; }
  @media screen and (max-width: 992px) {
    section.boxes-section.donation-examples .boxes .info-box:before {
      width: 120%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -10%; } }

#stripe-continue {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: #FF9966;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  display: none;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.2em; }
  #stripe-continue.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .loading.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donation_panel_appear {
  0% {
    display: none; }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes donation_panel_appear {
  0% {
    display: none; }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes pulsing_color {
  0% {
    background-color: #FFF; }
  50% {
    background-color: #d85656; }
  100 {
    background-color: #FFF; } }

@keyframes pulsing_color {
  0% {
    background-color: #FFF; }
  50% {
    background-color: #d85656; }
  100 {
    background-color: #FFF; } }

@-webkit-keyframes pulsing_gradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100 {
    background-position: 0% 0%; } }

@keyframes pulsing_gradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100 {
    background-position: 0% 0%; } }
