.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

.vertical-align {
  display: flex;
  align-items: center; }

.vertical-align-xs {
  display: flex;
  align-items: center; }

.align-self-center {
  margin-left: auto;
  margin-right: auto; }

.align-self-center-xs {
  margin-left: auto;
  margin-right: auto; }

.no-align-self {
  margin-left: 0;
  margin-right: 0; }

.no-align-self-xs {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; }

  .vertical-align-sm {
    display: flex;
    align-items: center; }

  .align-self-center-sm {
    margin-left: auto;
    margin-right: auto; }

  .no-align-self-sm {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; }

  .vertical-align-md {
    display: flex;
    align-items: center; }

  .align-self-center-md {
    margin-left: auto;
    margin-right: auto; }

  .no-align-self-md {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; }

  .vertical-align-lg {
    display: flex;
    align-items: center; }

  .align-self-center-lg {
    margin-left: auto;
    margin-right: auto; }

  .no-align-self-lg {
    margin-left: 0;
    margin-right: 0; } }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

@-webkit-keyframes fs-progress-bar {
  0% {
    width: 0; } }

@-moz-keyframes fs-progress-bar {
  0% {
    width: 0; } }

keyframes fs-progress-bar 0% {
  width: 0; }

.a-delay-100ms {
  -moz-animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms; }

.a-delay-200ms {
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

.a-delay-300ms {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms; }

.a-delay-400ms {
  -moz-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms; }

.a-delay-500ms {
  -moz-animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms; }

.a-delay-600ms {
  -moz-animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms; }

.a-delay-700ms {
  -moz-animation-delay: 700ms;
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms; }

.a-delay-800ms {
  -moz-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

.a-delay-900ms {
  -moz-animation-delay: 900ms;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms; }

.a-delay-1000ms {
  -moz-animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms; }

.a-delay-1100ms {
  -moz-animation-delay: 1100ms;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms; }

.a-delay-1200ms {
  -moz-animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms; }

.a-delay-1300ms {
  -moz-animation-delay: 1300ms;
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms; }

.a-delay-1400ms {
  -moz-animation-delay: 1400ms;
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms; }

.a-delay-1500ms {
  -moz-animation-delay: 1500ms;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms; }

.a-delay-1600ms {
  -moz-animation-delay: 1600ms;
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms; }

.a-delay-1700ms {
  -moz-animation-delay: 1700ms;
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms; }

.a-delay-1800ms {
  -moz-animation-delay: 1800ms;
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms; }

.a-delay-1900ms {
  -moz-animation-delay: 1900ms;
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms; }

.a-delay-2000ms {
  -moz-animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

p, div {
  font-family: 'Raleway', sans-serif; }

.fs-btn {
  margin-top: 20px;
  background: #023768;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 2em;
  transition: all 500ms; }
  .fs-btn .glyphicon {
    font-size: 2rem; }
  .fs-btn:hover, .fs-btn:focus, .fs-btn:active {
    background: #011d36;
    color: #fff; }

.fs-header-top {
  border-bottom: 4px solid #8b8b8b;
  padding-top: 6px;
  min-height: 46px; }
  .fs-header-top .container .row {
    position: relative; }
  .fs-header-top .fs-logo-link, .fs-header-top .fs-logo-link img {
    border: none; }
  .fs-header-top .fs-logo-container {
    position: absolute;
    background: #fff;
    width: 200px;
    height: 120px;
    z-index: 3;
    top: 0;
    text-align: center;
    border: 4px solid #8b8b8b;
    border-top: 0; }
    .fs-header-top .fs-logo-container .fs-logo {
      width: auto;
      height: 96%;
      margin-top: 6%;
      position: relative;
      z-index: 4; }
    .fs-header-top .fs-logo-container:before, .fs-header-top .fs-logo-container:after {
      background: #fff;
      position: absolute;
      width: 7px;
      height: 36px;
      z-index: 14;
      content: " ";
      top: 0;
      left: -5px; }
    .fs-header-top .fs-logo-container:after {
      left: auto;
      right: -5px; }
    .fs-header-top .fs-logo-container .fs-bottom-triangle {
      width: 100%;
      padding-bottom: 22%;
      position: absolute;
      bottom: -42px;
      left: 0; }
    .fs-header-top .fs-logo-container .fs-bottom-triangle-border {
      width: calc(100% + 10px);
      padding-bottom: 23%;
      position: absolute;
      bottom: -48px;
      left: -5px; }
    .fs-header-top .fs-logo-container .fs-bottom-triangle svg, .fs-header-top .fs-logo-container .fs-bottom-triangle-border svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0; }
    @media (max-width: 767px) {
  .fs-header-top .fs-logo-container {
    width: 25vw;
    height: 20vw; }
    .fs-header-top .fs-logo-container .fs-bottom-triangle {
      bottom: -5vw; }
    .fs-header-top .fs-logo-container .fs-bottom-triangle-border {
      bottom: -5.95vw; } }
  .fs-header-top .fs-top-tools .fs-share-tools {
    display: inline-block;
    vertical-align: middle; }
    .fs-header-top .fs-top-tools .fs-btn {
      margin: 0;
      position: relative;
      top: -2px;
      height: 30px;
      padding: 5px 10px;
      display: inline-block;
      vertical-align: middle;
      font-size: 1em;
      transition: top 300ms ease-in-out; }
      .fs-header-top .fs-top-tools .fs-btn .glyphicon {
        font-size: 0.8em; }
      .fs-header-top .fs-top-tools .fs-btn:hover {
        top: -6px; }
      @media (max-width: 550px) {
  .fs-header-top .fs-top-tools .fs-btn {
    display: none; } }
/***
 .fs-header-top {
 min-height: 0;
 padding: 0;
 margin-top: -20px;
 .fs-sharing-tools {
 display: none;
 }
 .fs-logo-container {
 &:before, &:after {
 display: none;
 }
 }
 }
 .fs-header {
 padding-top: 6vw;
 }
 ***/
.fs-header {
  background: url("images/Header-Back.jpg") no-repeat center center;
  border-bottom: 4px solid #8b8b8b;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  .fs-header:before {
    background: rgba(2, 55, 104, 0.95);
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    left: 0;
    top: 0; }
  .fs-header .container {
    position: relative; }
  .fs-header .page-header {
    color: #fff;
    border: 0; }
    .fs-header .page-header h1 {
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-weight: bold; }
      .fs-header .page-header h1 small {
        color: #bf993d;
        font-weight: normal; }
    .fs-header .page-header h2 {
      text-transform: lowercase;
      color: #bf993d;
      font-family: 'Patua One', cursive; }
      .fs-header .page-header h2 .fs-bonus-badge {
        text-transform: none;
        color: #fff;
        display: inline-block;
        background: #3da7ce;
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 2.2rem;
        margin-left: 10px;
        vertical-align: middle; }
        .fs-header .page-header h2 .fs-bonus-badge .glyphicon {
          font-size: 4.2rem;
          position: relative;
          width: auto;
          margin-top: -26px;
          margin-bottom: -20px;
          padding: 0 0px;
          vertical-align: middle; }
      .fs-header .page-header h2 .fs-hide-until-small {
        display: none; }
      @media (max-width: 600px) {
  .fs-header .page-header h2 .fs-bonus-badge {
    margin-top: 23px;
    margin-left: 0; }
  .fs-header .page-header h2 .fs-hide-until-small {
    display: block; } }
  @media (max-width: 1199px) {
  .fs-header {
    padding-top: 14vw;
    padding-bottom: 10vw; } }

.fs-goal {
  background: #bf993d;
  padding: 0px 0; }
  .fs-goal .fs-goal-text {
    position: relative;
    padding-top: 20px;
    font-family: 'Patua One', cursive; }
    .fs-goal .fs-goal-text strong {
      color: #424347;
      font-size: 2.2em;
      text-transform: uppercase; }
    .fs-goal .fs-goal-text .fs-goal-amount {
      color: #fff;
      font-size: 2.2em; }
    @media (min-width: 992px) {
  .fs-goal .fs-goal-text {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 50px;
    background: url("images/Goal-Back.png") no-repeat center; }
    .fs-goal .fs-goal-text:after {
      top: 50%;
      transform: translateY(-50%);
      right: 2px;
      height: 60px;
      position: absolute;
      content: " ";
      border-right: 1px solid #fff; } }
  .fs-goal .fs-goal-graph-container {
    padding-top: 15px;
    padding-bottom: 15px; }
    .fs-goal .fs-goal-graph-container .fs-goal-graph {
      background: #fff;
      width: 85%;
      height: 30px;
      position: relative;
      border-radius: 20px;
      border: 2px solid #fff; }
      .fs-goal .fs-goal-graph-container .fs-goal-graph .fs-goal-graph-fill {
        background: #3da7ce;
        height: 100%;
        border-radius: 20px;
        -webkit-animation: fs-progress-bar 2s;
        -moz-animation: fs-progress-bar 2s;
        animation: fs-progress-bar 2s; }
        .fs-goal .fs-goal-graph-container .fs-goal-graph .fs-goal-graph-fill .fs-goal-graph-fill-bonus {
          background: #023768;
          height: 100%;
          float: right;
          border-radius: 20px;
          position: relative; }
        .fs-goal .fs-goal-graph-container .fs-goal-graph .fs-goal-graph-fill .fs-goal-graph-star-container {
          position: relative;
          float: right;
          height: 100%;
          min-width: 12px; }
          .fs-goal .fs-goal-graph-container .fs-goal-graph .fs-goal-graph-fill .fs-goal-graph-star-container .glyphicon {
            color: #fff;
            position: absolute;
            border-radius: 100%;
            height: 100%;
            width: 30px;
            left: -16px;
            top: -12px;
            text-align: center;
            font-size: 50px; }
    .fs-goal .fs-goal-graph-container .fs-goal-graph-text {
      padding: 5px 20px 0;
      width: 90%;
      color: #424347;
      font-family: 'Raleway', sans-serif; }
      .fs-goal .fs-goal-graph-container .fs-goal-graph-text > div {
        text-align: left; }
        .fs-goal .fs-goal-graph-container .fs-goal-graph-text > div:last-child {
          text-align: right; }
      .fs-goal .fs-goal-graph-container .fs-goal-graph-text span {
        color: #fff;
        font-size: 1.4em;
        font-family: 'Patua One', cursive; }
  @media (max-width: 991px) {
  .fs-goal {
    background-image: url("images/Goal-Back.png");
    background-repeat: no-repeat;
    background-position: center; } }

.fs-matchers {
  background: #f1f1f1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #d8d8d8; }
  .fs-matchers .fs-matchers-intro {
    font-family: 'Patua One', cursive;
    font-size: 2em;
    padding: 10px 0; }
    .fs-matchers .fs-matchers-intro strong {
      color: #023768;
      padding-right: 10px; }
    .fs-matchers .fs-matchers-intro .fs-full-line {
      display: block;
      margin-bottom: 10px;
      padding-right: 0;
      font-size: 1.4em; }
    .fs-matchers .fs-matchers-intro .fs-smaller-text {
      font-size: 0.8em; }
  .fs-matchers .fs-matcher {
    padding-top: 10px;
    padding-bottom: 10px; }
    .fs-matchers .fs-matcher .row {
      height: 100%; }
    .fs-matchers .fs-matcher .fs-matcher-title {
      font-family: 'Patua One', cursive;
      color: #3da7ce;
      text-transform: uppercase; }
    .fs-matchers .fs-matcher .fs-matcher-subtitle {
      font-family: 'Raleway', sans-serif;
      font-size: 0.9em; }
    .fs-matchers .fs-matcher .fs-matcher-image {
      text-align: right;
      padding-right: 0;
      position: relative; }
      .fs-matchers .fs-matcher .fs-matcher-image .fs-image-wrap-max {
        width: 120px;
        max-width: 100%;
        display: inline-block; }
      .fs-matchers .fs-matcher .fs-matcher-image .fs-image-wrap-ratio {
        display: inline-block;
        height: 0;
        width: 100%;
        padding-bottom: 100%;
        position: relative; }
        .fs-matchers .fs-matcher .fs-matcher-image .fs-image-wrap-ratio::after {
          bottom: 0;
          content: " ";
          display: block;
          left: 0;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          border-radius: 50%;
          -webkit-box-shadow: inset 0px 0px 0px 2px #023768;
          -moz-box-shadow: inset 0px 0px 0px 2px #023768;
          box-shadow: inset 0px 0px 0px 2px #023768; }
        .fs-matchers .fs-matcher .fs-matcher-image .fs-image-wrap-ratio img {
          border-radius: 50%;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
  @media (min-width: 768px) {
  .fs-matchers .fs-matchers-list {
    display: flex;
    flex-wrap: wrap; } }

.fs-countdowndonate {
  padding: 20px 30px; }

.fs-countdown {
  background: #023768 url("images/Timer-Back.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px; }
  .fs-countdown h3 strong {
    text-transform: uppercase;
    color: #bf993d; }
  .fs-countdown .fs-countdown-widget {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    padding-bottom: 10px; }
    .fs-countdown .fs-countdown-widget .fs-countdown-unit {
      width: 100%; }
      .fs-countdown .fs-countdown-widget .fs-countdown-unit .fs-countdown-number {
        font-size: 4em;
        font-family: 'Patua One', cursive;
        text-transform: uppercase; }
      .fs-countdown .fs-countdown-widget .fs-countdown-unit .fs-countdown-description {
        color: #3da7ce;
        font-family: 'Patua One', cursive;
        font-size: 1.5em;
        text-transform: uppercase; }
    .fs-countdown .fs-countdown-widget .fs-countdown-sep {
      margin-top: -30px;
      font-size: 3em;
      color: #bf993d;
      font-family: 'Patua One', cursive; }
  @media (max-width: 767px) {
  .fs-countdown .fs-countdown-widget {
    font-size: 0.7em; } }

.fs-donate {
  background: #9fd3e7;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center; }
  .fs-donate .fs-donate-amounts {
    font-size: 3em;
    width: 100%;
    color: #2c8aac;
    font-family: 'Patua One', cursive; }
    .fs-donate .fs-donate-amounts .fs-amount {
      width: 130px;
      border-radius: 10px;
      border: 0;
      color: #023768;
      padding: 5px 10px;
      border: 2px solid transparent; }
      .fs-donate .fs-donate-amounts .fs-amount:focus {
        outline: none;
        border-color: #2c8aac; }
    .fs-donate .fs-donate-amounts .fs-full-effective-amount {
      display: inline-block;
      text-align: left;
      padding-left: 4px; }
    .fs-donate .fs-donate-amounts .fs-multiplier-amount {
      padding-left: 3px;
      padding-right: 4px; }
  .fs-donate .fs-btn-link {
    outline: none; }
    .fs-donate .fs-btn-link:focus, .fs-donate .fs-btn-link:active {
      outline: none; }
      .fs-donate .fs-btn-link:focus .btn, .fs-donate .fs-btn-link:active .btn {
        border-color: #000204; }
  .fs-donate .btn {
    font-size: 2em;
    font-family: 'Patua One', cursive;
    border: 1px solid transparent; }
    .fs-donate .btn .glyphicon {
      font-size: 2rem; }
    .fs-donate .btn:focus, .fs-donate .btn:active {
      outline: none;
      border-color: #000204; }
  @media (min-width: 560px) {
  .fs-donate .fs-donate-amounts {
    margin-left: 50px; }
  .fs-donate .fs-full-effective-amount {
    min-width: 100px; } }
  @media (max-width: 560px) {
  .fs-donate .fs-multiplier {
    display: block; } }

.fs-countdowndonate .fs-top-triangle, .fs-countdowndonate .fs-bottom-triangle, .fs-countdowndonate .fs-top-border-triangle, .fs-countdowndonate .fs-right-triangle, .fs-countdowndonate .fs-left-triangle, .fs-countdowndonate .fs-left-border-triangle {
  display: none; }
  .fs-countdowndonate .fs-donate, .fs-countdowndonate .fs-countdown {
    position: relative;
    min-height: 200px; }
  @media (min-width: 992px) {
  .fs-countdowndonate .row {
    display: flex; }
  .fs-countdowndonate .fs-right-triangle svg {
    width: 22px;
    right: -6.15px;
    border-right: 6px solid #fff;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px; }
  .fs-countdowndonate .fs-left-border-triangle svg {
    width: 40px;
    left: -0.5px; }
  .fs-countdowndonate .fs-left-triangle svg {
    width: 20px;
    left: -0.5px; }
  .fs-countdowndonate .fs-left-triangle svg, .fs-countdowndonate .fs-left-border-triangle svg {
    height: 100%;
    position: absolute;
    top: 0; }
  .fs-countdowndonate .fs-right-triangle, .fs-countdowndonate .fs-left-triangle, .fs-countdowndonate .fs-left-border-triangle {
    display: block; } }
  @media (max-width: 991px) {
  .fs-countdowndonate .fs-top-triangle, .fs-countdowndonate .fs-bottom-triangle, .fs-countdowndonate .fs-top-border-triangle {
    display: block; }
  .fs-countdowndonate .fs-bottom-triangle svg {
    height: 22px;
    left: -1px;
    border-bottom: 2px solid #fff;
    width: calc(100% + 2px);
    position: absolute;
    bottom: -2px; }
  .fs-countdowndonate .fs-top-border-triangle svg {
    height: 40px;
    top: -1px; }
  .fs-countdowndonate .fs-top-triangle svg {
    height: 20px;
    top: -1px; }
  .fs-countdowndonate .fs-top-triangle svg, .fs-countdowndonate .fs-top-border-triangle svg {
    width: 100%;
    position: absolute;
    left: 0; }
  .fs-countdowndonate .fs-countdown {
    padding-bottom: 50px; }
  .fs-countdowndonate .fs-donate {
    padding-top: 65px; } }

@media (max-width: 991px) {
  .fs-campaign-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px; }
    .fs-campaign-info .fs-countdowndonate {
      order: -1; }
    .fs-campaign-info .fs-matchers {
      border-bottom: none; }
    .fs-campaign-info .fs-countdowndonate {
      width: 100%; } }

.fs-about {
  overflow: hidden;
  max-height: 3000px;
  margin-bottom: 20px; }
  .fs-about, .fs-about * {
    transition: all 500ms; }
  .fs-about h3 {
    color: #023768;
    font-family: 'Patua One', cursive;
    font-size: 2.6em; }
  .fs-about h4 {
    font-size: 1.7em;
    color: #bf993d;
    font-family: 'Patua One', cursive; }
  .fs-about p {
    font-size: 1.2em; }
  .fs-about .fs-btn-read-more {
    display: none; }

@media (min-width: 992px) {
  .fs-about-text {
    max-height: 530px;
    position: relative;
    overflow: hidden;
    transition: max-height 500ms; }
    .fs-about-text .fs-btn-read-more {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #f1f1f1;
      color: #424347;
      font-size: 1em; }
      .fs-about-text .fs-btn-read-more:before {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
        /* IE6-9 */
        position: absolute;
        height: 100px;
        width: 100%;
        top: -100px;
        left: 0;
        content: " "; }
      .fs-about-text .fs-btn-read-more .glyphicon {
        font-size: 1em; }
      .fs-about-text .fs-btn-read-more.hide {
        display: none; }
      .fs-about-text .fs-btn-read-more:focus {
        outline: none;
        background: #d8d8d8; }
    .fs-about-text.js-show-all, .fs-no-read-more .fs-about-text {
      max-height: 20000px; }
      .fs-about-text.js-show-all .fs-btn-read-more, .fs-no-read-more .fs-about-text .fs-btn-read-more {
        display: none; } }

.fs-about-images img {
  width: 100%; }
  @media (max-width: 991px) {
  .fs-about-images img {
    width: 100%;
    margin-bottom: 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
  .fs-about-images .fs-image-small-container {
    display: flex;
    justify-content: space-between; }
    .fs-about-images .fs-image-small-container .fs-image-small {
      width: 49%; } }
  @media (min-width: 992px) {
  .fs-about-images {
    display: flex; }
    .fs-about-images .fs-about-image .fs-image-wrap {
      margin-bottom: 4%;
      overflow: hidden; }

    .fs-about-images .fs-image-big {
      padding-right: 10px; }
      .fs-about-images .fs-image-big .fs-image-wrap {
        height: 0;
        padding-top: 55%;
        position: relative; }

    .fs-about-images .fs-image-small .fs-image-wrap {
      height: 0;
      padding-top: 52%;
      position: relative; }

    .fs-about-images img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }

.fs-partners {
  transition: all 500ms;
  overflow: hidden; }
  .fs-partners > div {
    border-top: 6px solid #81bfd8;
    padding: 20px 28px;
    background: #f1f1f1;
    position: relative; }
  .fs-partners h3 {
    text-transform: uppercase;
    margin-top: 0;
    color: #023768;
    font-size: 2.4em;
    font-family: 'Raleway', sans-serif; }
    .fs-partners h3 span {
      font-family: 'Patua One', cursive;
      color: #bf993d; }
  .fs-partners .fs-btn {
    font-size: 1.2em;
    text-transform: uppercase; }
    .fs-partners .fs-btn .glyphicon {
      font-size: 1.2rem; }
    .fs-partners .fs-btn:focus, .fs-partners .fs-btn:active {
      outline: none;
      border-color: #000204; }
  .fs-partners .fs-btn-close {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 0;
    padding: 0;
    overflow: hidden; }
  .fs-partners .fs-btn-close-sidebar {
    left: -100vw;
    transition: none;
    background: #d8d8d8; }
    .fs-btn-close-partners-float {
      width: 0;
      overflow: hidden; }
      .fs-btn-close-partners-float .fs-btn {
        background: none;
        color: #424347;
        padding: 0; }
      .fs-btn-close-partners-float .fs-btn-text {
        display: block;
        position: absolute;
        top: 0%;
        transform-origin: 0 0;
        margin-left: -4px;
        font-size: 10px;
        text-transform: uppercase;
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -webkit-transform: rotate(-90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-90deg); }
      .fs-btn-close-partners-float .glyphicon {
        font-size: 10px; }
  .fs-partners .fs-partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .fs-partners .fs-extra-partner {
    max-height: 0;
    transform: scale(0, 0);
    padding: 0 !important;
    transition: max-height 400ms, transform 600ms, padding 500ms; }
  .fs-partners .fs-partner-container {
    width: 120px;
    padding: 5px;
    padding-bottom: 35px;
    overflow: hidden; }
    @media (min-width: 380px) {
  .fs-partners .fs-partner-container {
    width: 120px; } }
    @media (min-width: 500px) {
  .fs-partners .fs-partner-container {
    width: 120px; } }
    @media (min-width: 720px) {
  .fs-partners .fs-partner-container {
    width: 110px; } }
    @media (min-width: 992px) {
  .fs-partners .fs-partner-container {
    width: 120px; } }
    @media (min-width: 1200px) {
  .fs-partners .fs-partner-container {
    width: 110px; } }
    .fs-partners .fs-partner-container .fs-partner {
      background: #9fd3e7;
      padding: 10px;
      padding-bottom: 0;
      position: relative;
      height: 100%; }
      .fs-partners .fs-partner-container .fs-partner .fs-partner-name {
        color: #3da7ce;
        font-weight: bold;
        line-height: 110%;
        margin-bottom: 5px;
        font-size: 1em; }
      .fs-partners .fs-partner-container .fs-partner .fs-partner-donation-amount {
        color: #023768;
        font-family: 'Patua One', cursive;
        font-size: 1.2em; }
      .fs-partners .fs-partner-container .fs-partner .fs-partner-dedication {
        font-size: 0.7em;
        color: #424347; }
      .fs-partners .fs-partner-container .fs-partner .fs-partner-dedication {
        max-height: 0;
        padding: 0;
        overflow: hidden;
        color: #424347;
        position: absolute;
        background: #9fd3e7;
        z-index: 2;
        left: 0;
        width: 100%;
        transition: all 200ms;
        transform-origin: top; }
      .fs-partners .fs-partner-container .fs-partner .fs-bottom-triangle svg {
        position: absolute;
        bottom: -29px;
        height: 30px;
        width: 100%;
        left: 0; }
    .fs-partners .fs-partner-container:hover {
      position: relative;
      z-index: 10;
      overflow: visible; }
      .fs-partners .fs-partner-container:hover .fs-partner .fs-partner-dedication {
        max-height: 200px;
        padding: 10px 10px 10px;
        border-bottom: 2px solid #023768; }
  @media (min-width: 992px) {
  .fs-partners {
    float: right; }
    .fs-partners .fs-partners-list-container {
      height: auto !important; } }

.fs-partners-open .fs-extra-partner {
  max-height: 200px;
  transform: scale(1, 1);
  padding: 5px !important;
  padding-bottom: 35px !important; }
  .fs-partners-open .fs-btn-view-all {
    opacity: 0; }
  .fs-partners-open .fs-about-partners-container {
    overflow: hidden; }
  @media (min-width: 992px) {
  .fs-partners-open {
    /*width: 0;
     padding: 0 !important;
     max-height: 100vh;*/ }
    .fs-partners-open .fs-about {
      margin-left: -100%; }

    .fs-partners-open .fs-partners-list-container {
      height: auto !important; }

    .fs-partners-open .fs-btn-close-partners-float {
      width: auto;
      overflow: visible; }

    .fs-partners-open .fs-btn-close-sidebar {
      left: 0; }

    .fs-partners-open .fs-partners {
      width: 100%; }
      .fs-partners-open .fs-partners > div {
        padding-left: 40px; }
      .fs-partners-open .fs-partners .fs-btn-close {
        width: 20px; }
      .fs-partners-open .fs-partners .fs-btn-view-all {
        opacity: 0; }
      .fs-partners-open .fs-partners .fs-partner-container {
        width: 120px; } }

.fs-footer {
  background: #f1f1f1;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 40px; }
  .fs-footer h3 {
    font-family: 'Patua One', cursive;
    font-size: 1.3em; }
  .fs-footer ul {
    margin-left: 0;
    padding-left: 17px; }
    .fs-footer ul a {
      color: #424347; }
  .fs-footer .fs-powered-by-container {
    text-align: center; }
    .fs-footer .fs-powered-by-container .fs-powered-by {
      display: inline-block;
      max-width: 160px;
      text-align: center; }
    .fs-footer .fs-powered-by-container img {
      width: 100%;
      margin: 0 auto; }
    .fs-footer .fs-powered-by-container p {
      font-style: italic;
      font-size: 0.8em;
      color: #424347; }
  .fs-footer .row > div:nth-of-type(1) h3 {
    color: #023768; }
    .fs-footer .row > div:nth-of-type(2) h3 {
      color: #bf993d; }
    .fs-footer .row > div:nth-of-type(3) h3 {
      color: #3da7ce; }
  @media (max-width: 991px) {
  .fs-footer .row, .fs-footer .fs-powered-by-container {
    text-align: center; }
    .fs-footer .row ul, .fs-footer .fs-powered-by-container ul {
      list-style: none;
      padding-left: 0; } }

.fs-donate-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  border-top: 2px solid #86c8e1;
  padding-top: 5px; }
  .fs-donate-bottom-bar .fs-donate-amounts {
    margin-left: 0;
    font-size: 1.5em; }
    .fs-donate-bottom-bar .fs-donate-amounts .fs-amount {
      width: 70px; }
  .fs-donate-bottom-bar .fs-btn {
    font-size: 1.3em;
    margin-top: 2px;
    float: right; }
    .fs-donate-bottom-bar .fs-btn .glyphicon {
      font-size: 0.7em; }
  @media (min-width: 768px) {
  .fs-donate-bottom-bar {
    display: none; } }

.fs-full-donate-form {
  display: none; }
  .fs-open-donate-form .fs-full-donate-form {
    display: block; }
    .fs-open-donate-form .fs-full-donate-form .fs-donate-inner {
      max-width: 500px;
      width: 100%;
      overflow-y: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0px 0 50px;
      z-index: 120;
      background: #fff;
      border: 1px solid #73757c;
      box-shadow: 0px 0px 20px #000; }
    .fs-open-donate-form .fs-full-donate-form:before {
      content: " ";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      top: 0;
      left: 0;
      z-index: 110;
      position: fixed; }
  .fs-full-donate-form .fs-donate-inner {
    max-height: 98vh;
    overflow-y: auto; }
  @media (max-height: 900px) {
    .fs-full-donate-form .fs-donate-inner {
      padding-bottom: 50px; } }
  .fs-full-donate-form .fs-btn-donate {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    max-width: 300px;
    width: 100%;
    font-family: 'Patua One', cursive;
    padding: 4px 20px; }
  .fs-full-donate-form .fs-donate-header {
    display: flex;
    background: #f1f1f1;
    align-items: center;
    padding: 20px 15px; }
  .fs-full-donate-form .fs-donate-header .fs-text {
    font-family: 'Patua One', cursive;
    font-size: 2.2em;
    color: rgba(66, 67, 71, 0.8); }
    .fs-full-donate-form .fs-donate-header .fs-text h2 {
      margin: 0; }
  .fs-full-donate-form .fs-donate-header .fs-btn-close-container {
    text-align: right; }
    .fs-full-donate-form .fs-donate-header .fs-btn-close-container .fs-btn-close {
      background: none;
      color: rgba(190, 190, 190, 0.8);
      padding: 0;
      margin: 0; }
    .fs-full-donate-form .fs-donate-header .fs-btn-close-container .fs-btn-close:focus, .fs-full-donate-form .fs-donate-header .fs-btn-close-container .fs-btn-close:active {
      outline: none;
      box-shadow: none; }
    .fs-full-donate-form .fs-donate-header .fs-btn-close-container a:focus, .fs-full-donate-form .fs-donate-header .fs-btn-close-container a:active {
      outline: none; }
  .fs-full-donate-form .fs-donate-body {
    padding: 10px 30px; }
  .fs-full-donate-form .fs-donate-body .fs-donate-section h3 {
    color: #023768;
    font-family: 'Patua One', cursive; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .infield-label-image.placeholder-focus label {
      top: -122px; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .checkbox label, .fs-full-donate-form .fs-donate-body .fs-donate-section .checkbox-inline label {
      color: #555; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .checkbox input, .fs-full-donate-form .fs-donate-body .fs-donate-section .checkbox-inline input {
      margin-left: 0;
      margin-top: 0;
      top: 4px; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .checkbox input:checked ~ label, .fs-full-donate-form .fs-donate-body .fs-donate-section .checkbox-inline input:checked ~ label {
      color: #023768; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .radio label, .fs-full-donate-form .fs-donate-body .fs-donate-section .radio-inline label {
      color: #555; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .radio input:checked ~ span, .fs-full-donate-form .fs-donate-body .fs-donate-section .radio-inline input:checked ~ span {
      color: #023768; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .fs-payment-method {
      color: #555; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .fs-paypal {
      color: #023768;
      padding: 10px 4px 6px; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group {
      margin-bottom: 6px; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.infield-label {
      display: block;
      position: relative; }
      .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.infield-label label {
        bottom: 0;
        color: #555;
        display: block;
        left: 0;
        line-height: 39px;
        margin: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: text;
        font-size: 14px;
        padding: 0 6px;
        position: absolute;
        white-space: nowrap;
        font-weight: normal;
        transition: all 200ms; }
      .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.infield-label input.form-control {
        border: none;
        border-bottom: 1px dotted;
        background: none;
        padding-top: 20px;
        padding-left: 2px;
        height: 48px;
        border-radius: 0;
        box-shadow: none; }
        .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.infield-label input.form-control:focus {
          color: #023768;
          border-bottom: 2px solid #023768; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.placeholder-hide label, .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.placeholder-focus label {
      bottom: auto;
      line-height: 32px;
      right: auto;
      top: -5px;
      font-size: 10px;
      transform: none; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group.placeholder-focus label {
      color: #023768; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group select.form-control {
      border: none;
      border-bottom: 1px dotted;
      background: none;
      padding-top: 20px;
      padding-left: 0px;
      height: 48px;
      border-radius: 0;
      box-shadow: none; }
      .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group select.form-control:focus {
        border: none;
        color: #023768;
        border-bottom: 2px solid #023768;
        background: none; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group .form-control {
      background: #f1f1f1;
      border: 1px solid #bebebe;
      border-radius: 2px; }
      .fs-full-donate-form .fs-donate-body .fs-donate-section .form-group .form-control:focus {
        border: 1px solid #7e7e7e;
        background: #e4e4e4;
        box-shadow: none; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .row {
      margin-left: -4px;
      margin-right: 4px; }
    .fs-full-donate-form .fs-donate-body .fs-donate-section .row > div {
      padding-left: 4px;
      padding-right: 4px; }
  .fs-full-donate-form .fs-donate-body .fs-donation-options {
    margin-top: 5px; }
    .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option {
      display: inline-block; }
    .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option input[type='radio'] {
      display: none; }
    .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option span.fs-option-name > * {
      background: #f1f1f1;
      font-family: 'Patua One', cursive;
      color: #424347;
      border: 1px solid #d8d8d8;
      display: inline-block;
      padding: 5px 10px;
      font-size: 1.2em;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      margin: 0;
      border-radius: 2px; }
    .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option input:checked ~ span > * {
      color: #fff;
      background: rgba(205, 174, 98, 0.85);
      border: 1px solid #d9c289; }
      .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option input:checked ~ span > *:before {
        background: #bf993d;
        content: " ";
        width: 150%;
        height: 100%;
        bottom: -50%;
        left: -25%;
        position: absolute;
        z-index: -1;
        transform: rotate(-4deg); }
    .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option.fs-other .fs-other-amount {
      display: none;
      max-width: 150px; }
      .fs-full-donate-form .fs-donate-body .fs-donation-options .fs-donation-option.fs-other input:checked ~ .fs-other-amount {
        display: inline-table; }
    @media (max-width: 767px) {
    .fs-full-donate-form .fs-donate-body .fs-donation-options {
      margin-bottom: 10px;
      text-align: center; } }
  .fs-full-donate-form .fs-donate-body .fs-effective-donation-container {
    text-align: center;
    margin-top: 0px; }
    .fs-full-donate-form .fs-donate-body .fs-effective-donation-container .fs-effective-donation-amount-container {
      color: #cdae62;
      font-family: 'Patua One', cursive;
      font-size: 2.1em; }
    .fs-full-donate-form .fs-donate-body .fs-effective-donation-container .fs-effective-donation-description {
      color: #023768;
      font-family: 'Patua One', cursive;
      font-size: 1em;
      line-height: 110%; }

.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
  max-height: 98%;
  max-width: 500px;
  border: 1px solid #73757c;
  box-shadow: 0px 0px 20px #000;
  overflow: hidden;
  margin: 0px; }

.fs-thank-you {
  display: none;
  text-align: center;
  max-height: 100%; }
  .fs-thank-you .fs-title {
    padding: 80px 20px 30px;
    background: #f1f1f1; }
  .fs-thank-you .fs-title h2 {
    font-family: 'Patua One', cursive;
    font-size: 3em;
    margin-top: 0;
    position: relative; }
  .fs-thank-you .fs-title .fs-check {
    background: #bf993d;
    color: #fff;
    border: 2px solid #424347;
    position: absolute;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    top: -35px;
    left: 0;
    right: 0;
    border-radius: 100%;
    font-size: 70px;
    padding-top: 15px; }
  .fs-thank-you .fs-title .fs-btn-close-container {
    position: absolute;
    top: 15px;
    right: -5px; }
    .fs-thank-you .fs-title .fs-btn-close-container .fs-btn-close {
      background: none;
      color: rgba(165, 165, 165, 0.8);
      padding: 0;
      margin: 0; }
    .fs-thank-you .fs-title .fs-btn-close-container .fs-btn-close:focus, .fs-thank-you .fs-title .fs-btn-close-container .fs-btn-close:active {
      outline: none;
      box-shadow: none; }
    .fs-thank-you .fs-title .fs-btn-close-container a:focus, .fs-thank-you .fs-title .fs-btn-close-container a:active {
      outline: none; }
  .fs-thank-you .fs-thank-you-body {
    padding: 10px 50px 30px;
    font-size: 1.2em;
    overflow-y: auto;
    max-height: calc(100vh - 200px); }
  .fs-thank-you .fs-sub {
    color: #023768;
    font-weight: bold;
    font-size: 1.3em; }
  .fs-thank-you .fs-share {
    font-weight: bold;
    margin-top: 30px; }
  .fs-thank-you .fs-share .fs-add-this {
    vertical-align: middle;
    display: inline-block; }

.fs-open-thank-you .fs-thank-you {
  display: block; }
  .fs-open-thank-you .fs-thank-you .fs-thank-you-inner {
    max-width: 500px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px 0 50px;
    z-index: 120;
    background: #fff;
    border: 1px solid #73757c;
    box-shadow: 0px 0px 20px #000; }
  .fs-open-thank-you .fs-thank-you:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 110;
    position: fixed; }

.fs-bonus .fs-goal .fs-original-goal {
  position: relative; }
  .fs-bonus .fs-goal .fs-original-goal:before {
    content: " ";
    width: 104%;
    height: 4px;
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%) rotate(-5deg);
    background: #3da7ce;
    border-radius: 3px; }
  .fs-bonus .fs-goal .fs-bonus-goal {
    color: #a3d5e8; }

.fs-pre-campaign .fs-donatable {
  display: none; }
  .fs-pre-campaign .fs-countdown {
    padding-bottom: 30px; }

.fs-campaign-over .fs-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px; }
  .fs-campaign-over .fs-countdown h3 {
    margin: 0; }

.fs-fireworks > .before, .fs-fireworks > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s fireworks-bang ease-out infinite backwards, 1s fireworks-gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s fireworks-bang ease-out infinite backwards, 1s fireworks-gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s fireworks-bang ease-out infinite backwards, 1s fireworks-gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s fireworks-bang ease-out infinite backwards, 1s fireworks-gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s fireworks-bang ease-out infinite backwards, 1s fireworks-gravity ease-in infinite backwards, 5s position linear infinite backwards;
  z-index: 2; }

.fs-fireworks > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes fireworks-bang {
  to {
    box-shadow: 0 0, 246px -161.66667px #bf993d, 5px 60.33333px #bf993d, 245px 12.33333px #3da7ce, 293px -265.66667px #fff, -185px -78.66667px #023768, 72px -280.66667px #fff, -17px -240.66667px #3da7ce, -12px -132.66667px #023768, 60px -120.66667px #fff, 1px -394.66667px #023768, 278px -359.66667px #bf993d, 187px -293.66667px #3da7ce, 173px -341.66667px #bf993d, 87px -399.66667px #023768, -181px -364.66667px #bf993d, -230px 10.33333px #fff, 30px -72.66667px #3da7ce, 144px -216.66667px #bf993d, 141px 5.33333px #3da7ce, 11px -269.66667px #023768, 30px -296.66667px #fff, -115px -5.66667px #fff, -154px -87.66667px #fff, -168px 79.33333px #023768, -106px 43.33333px #023768, 174px -330.66667px #fff, 255px 36.33333px #023768, -65px -335.66667px #3da7ce, -255px -124.66667px #bf993d, 10px -267.66667px #023768, 69px -398.66667px #fff, 105px -332.66667px #023768, -71px -408.66667px #bf993d, -272px 53.33333px #023768, -64px -324.66667px #023768, -77px -371.66667px #fff, -176px -92.66667px #bf993d, 222px -198.66667px #3da7ce, 2px -243.66667px #bf993d, 238px -13.66667px #bf993d, 21px -252.66667px #023768, 172px 9.33333px #bf993d, -230px -9.66667px #3da7ce, 142px -187.66667px #3da7ce, -138px 83.33333px #3da7ce, -46px -108.66667px #3da7ce, 19px -125.66667px #3da7ce, 298px -401.66667px #3da7ce, 75px -149.66667px #023768, -234px -158.66667px #3da7ce, 79px 38.33333px #3da7ce, 33px -104.66667px #fff, 194px -287.66667px #023768, 170px 18.33333px #3da7ce, -154px -327.66667px #3da7ce, 177px -84.66667px #fff, -177px 51.33333px #3da7ce, 112px -234.66667px #3da7ce, 293px -287.66667px #3da7ce, -183px -294.66667px #fff, 37px -36.66667px #3da7ce, 178px 80.33333px #023768, -92px -44.66667px #fff, 17px -321.66667px #3da7ce, 24px -55.66667px #023768, 199px -348.66667px #023768, -293px -397.66667px #3da7ce, -184px -374.66667px #023768, 96px -50.66667px #3da7ce, -175px -37.66667px #023768, -65px -350.66667px #023768; } }

@-moz-keyframes fireworks-bang {
  to {
    box-shadow: 0 0, 246px -161.66667px #bf993d, 5px 60.33333px #bf993d, 245px 12.33333px #3da7ce, 293px -265.66667px #fff, -185px -78.66667px #023768, 72px -280.66667px #fff, -17px -240.66667px #3da7ce, -12px -132.66667px #023768, 60px -120.66667px #fff, 1px -394.66667px #023768, 278px -359.66667px #bf993d, 187px -293.66667px #3da7ce, 173px -341.66667px #bf993d, 87px -399.66667px #023768, -181px -364.66667px #bf993d, -230px 10.33333px #fff, 30px -72.66667px #3da7ce, 144px -216.66667px #bf993d, 141px 5.33333px #3da7ce, 11px -269.66667px #023768, 30px -296.66667px #fff, -115px -5.66667px #fff, -154px -87.66667px #fff, -168px 79.33333px #023768, -106px 43.33333px #023768, 174px -330.66667px #fff, 255px 36.33333px #023768, -65px -335.66667px #3da7ce, -255px -124.66667px #bf993d, 10px -267.66667px #023768, 69px -398.66667px #fff, 105px -332.66667px #023768, -71px -408.66667px #bf993d, -272px 53.33333px #023768, -64px -324.66667px #023768, -77px -371.66667px #fff, -176px -92.66667px #bf993d, 222px -198.66667px #3da7ce, 2px -243.66667px #bf993d, 238px -13.66667px #bf993d, 21px -252.66667px #023768, 172px 9.33333px #bf993d, -230px -9.66667px #3da7ce, 142px -187.66667px #3da7ce, -138px 83.33333px #3da7ce, -46px -108.66667px #3da7ce, 19px -125.66667px #3da7ce, 298px -401.66667px #3da7ce, 75px -149.66667px #023768, -234px -158.66667px #3da7ce, 79px 38.33333px #3da7ce, 33px -104.66667px #fff, 194px -287.66667px #023768, 170px 18.33333px #3da7ce, -154px -327.66667px #3da7ce, 177px -84.66667px #fff, -177px 51.33333px #3da7ce, 112px -234.66667px #3da7ce, 293px -287.66667px #3da7ce, -183px -294.66667px #fff, 37px -36.66667px #3da7ce, 178px 80.33333px #023768, -92px -44.66667px #fff, 17px -321.66667px #3da7ce, 24px -55.66667px #023768, 199px -348.66667px #023768, -293px -397.66667px #3da7ce, -184px -374.66667px #023768, 96px -50.66667px #3da7ce, -175px -37.66667px #023768, -65px -350.66667px #023768; } }

@-o-keyframes fireworks-bang {
  to {
    box-shadow: 0 0, 246px -161.66667px #bf993d, 5px 60.33333px #bf993d, 245px 12.33333px #3da7ce, 293px -265.66667px #fff, -185px -78.66667px #023768, 72px -280.66667px #fff, -17px -240.66667px #3da7ce, -12px -132.66667px #023768, 60px -120.66667px #fff, 1px -394.66667px #023768, 278px -359.66667px #bf993d, 187px -293.66667px #3da7ce, 173px -341.66667px #bf993d, 87px -399.66667px #023768, -181px -364.66667px #bf993d, -230px 10.33333px #fff, 30px -72.66667px #3da7ce, 144px -216.66667px #bf993d, 141px 5.33333px #3da7ce, 11px -269.66667px #023768, 30px -296.66667px #fff, -115px -5.66667px #fff, -154px -87.66667px #fff, -168px 79.33333px #023768, -106px 43.33333px #023768, 174px -330.66667px #fff, 255px 36.33333px #023768, -65px -335.66667px #3da7ce, -255px -124.66667px #bf993d, 10px -267.66667px #023768, 69px -398.66667px #fff, 105px -332.66667px #023768, -71px -408.66667px #bf993d, -272px 53.33333px #023768, -64px -324.66667px #023768, -77px -371.66667px #fff, -176px -92.66667px #bf993d, 222px -198.66667px #3da7ce, 2px -243.66667px #bf993d, 238px -13.66667px #bf993d, 21px -252.66667px #023768, 172px 9.33333px #bf993d, -230px -9.66667px #3da7ce, 142px -187.66667px #3da7ce, -138px 83.33333px #3da7ce, -46px -108.66667px #3da7ce, 19px -125.66667px #3da7ce, 298px -401.66667px #3da7ce, 75px -149.66667px #023768, -234px -158.66667px #3da7ce, 79px 38.33333px #3da7ce, 33px -104.66667px #fff, 194px -287.66667px #023768, 170px 18.33333px #3da7ce, -154px -327.66667px #3da7ce, 177px -84.66667px #fff, -177px 51.33333px #3da7ce, 112px -234.66667px #3da7ce, 293px -287.66667px #3da7ce, -183px -294.66667px #fff, 37px -36.66667px #3da7ce, 178px 80.33333px #023768, -92px -44.66667px #fff, 17px -321.66667px #3da7ce, 24px -55.66667px #023768, 199px -348.66667px #023768, -293px -397.66667px #3da7ce, -184px -374.66667px #023768, 96px -50.66667px #3da7ce, -175px -37.66667px #023768, -65px -350.66667px #023768; } }

@-ms-keyframes fireworks-bang {
  to {
    box-shadow: 0 0, 246px -161.66667px #bf993d, 5px 60.33333px #bf993d, 245px 12.33333px #3da7ce, 293px -265.66667px #fff, -185px -78.66667px #023768, 72px -280.66667px #fff, -17px -240.66667px #3da7ce, -12px -132.66667px #023768, 60px -120.66667px #fff, 1px -394.66667px #023768, 278px -359.66667px #bf993d, 187px -293.66667px #3da7ce, 173px -341.66667px #bf993d, 87px -399.66667px #023768, -181px -364.66667px #bf993d, -230px 10.33333px #fff, 30px -72.66667px #3da7ce, 144px -216.66667px #bf993d, 141px 5.33333px #3da7ce, 11px -269.66667px #023768, 30px -296.66667px #fff, -115px -5.66667px #fff, -154px -87.66667px #fff, -168px 79.33333px #023768, -106px 43.33333px #023768, 174px -330.66667px #fff, 255px 36.33333px #023768, -65px -335.66667px #3da7ce, -255px -124.66667px #bf993d, 10px -267.66667px #023768, 69px -398.66667px #fff, 105px -332.66667px #023768, -71px -408.66667px #bf993d, -272px 53.33333px #023768, -64px -324.66667px #023768, -77px -371.66667px #fff, -176px -92.66667px #bf993d, 222px -198.66667px #3da7ce, 2px -243.66667px #bf993d, 238px -13.66667px #bf993d, 21px -252.66667px #023768, 172px 9.33333px #bf993d, -230px -9.66667px #3da7ce, 142px -187.66667px #3da7ce, -138px 83.33333px #3da7ce, -46px -108.66667px #3da7ce, 19px -125.66667px #3da7ce, 298px -401.66667px #3da7ce, 75px -149.66667px #023768, -234px -158.66667px #3da7ce, 79px 38.33333px #3da7ce, 33px -104.66667px #fff, 194px -287.66667px #023768, 170px 18.33333px #3da7ce, -154px -327.66667px #3da7ce, 177px -84.66667px #fff, -177px 51.33333px #3da7ce, 112px -234.66667px #3da7ce, 293px -287.66667px #3da7ce, -183px -294.66667px #fff, 37px -36.66667px #3da7ce, 178px 80.33333px #023768, -92px -44.66667px #fff, 17px -321.66667px #3da7ce, 24px -55.66667px #023768, 199px -348.66667px #023768, -293px -397.66667px #3da7ce, -184px -374.66667px #023768, 96px -50.66667px #3da7ce, -175px -37.66667px #023768, -65px -350.66667px #023768; } }

@keyframes fireworks-bang {
  to {
    box-shadow: 0 0, 246px -161.66667px #bf993d, 5px 60.33333px #bf993d, 245px 12.33333px #3da7ce, 293px -265.66667px #fff, -185px -78.66667px #023768, 72px -280.66667px #fff, -17px -240.66667px #3da7ce, -12px -132.66667px #023768, 60px -120.66667px #fff, 1px -394.66667px #023768, 278px -359.66667px #bf993d, 187px -293.66667px #3da7ce, 173px -341.66667px #bf993d, 87px -399.66667px #023768, -181px -364.66667px #bf993d, -230px 10.33333px #fff, 30px -72.66667px #3da7ce, 144px -216.66667px #bf993d, 141px 5.33333px #3da7ce, 11px -269.66667px #023768, 30px -296.66667px #fff, -115px -5.66667px #fff, -154px -87.66667px #fff, -168px 79.33333px #023768, -106px 43.33333px #023768, 174px -330.66667px #fff, 255px 36.33333px #023768, -65px -335.66667px #3da7ce, -255px -124.66667px #bf993d, 10px -267.66667px #023768, 69px -398.66667px #fff, 105px -332.66667px #023768, -71px -408.66667px #bf993d, -272px 53.33333px #023768, -64px -324.66667px #023768, -77px -371.66667px #fff, -176px -92.66667px #bf993d, 222px -198.66667px #3da7ce, 2px -243.66667px #bf993d, 238px -13.66667px #bf993d, 21px -252.66667px #023768, 172px 9.33333px #bf993d, -230px -9.66667px #3da7ce, 142px -187.66667px #3da7ce, -138px 83.33333px #3da7ce, -46px -108.66667px #3da7ce, 19px -125.66667px #3da7ce, 298px -401.66667px #3da7ce, 75px -149.66667px #023768, -234px -158.66667px #3da7ce, 79px 38.33333px #3da7ce, 33px -104.66667px #fff, 194px -287.66667px #023768, 170px 18.33333px #3da7ce, -154px -327.66667px #3da7ce, 177px -84.66667px #fff, -177px 51.33333px #3da7ce, 112px -234.66667px #3da7ce, 293px -287.66667px #3da7ce, -183px -294.66667px #fff, 37px -36.66667px #3da7ce, 178px 80.33333px #023768, -92px -44.66667px #fff, 17px -321.66667px #3da7ce, 24px -55.66667px #023768, 199px -348.66667px #023768, -293px -397.66667px #3da7ce, -184px -374.66667px #023768, 96px -50.66667px #3da7ce, -175px -37.66667px #023768, -65px -350.66667px #023768; } }

@-webkit-keyframes fireworks-gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-moz-keyframes fireworks-gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-o-keyframes fireworks-gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-ms-keyframes fireworks-gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@keyframes fireworks-gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

.fs-full-page-fireworks {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none; }

.fs-btn .loader {
  display: none; }

.fs-donate-submitted-loading .fs-btn {
  background: #011d36;
  cursor: default;
  overflow: hidden; }

.fs-donate-submitted-loading .fs-btn .fs-btn-text {
  display: none; }

.fs-full-donate-form.fs-donate-submitted-loading .fs-btn .loader {
  display: block; }

.cs-loader {
  position: relative;
  height: 40px;
  width: 100%; }

.cs-loader-inner {
  transform: translateY(-50%);
  top: 45%;
  position: absolute;
  width: calc(100% - 200px);
  color: #fff;
  padding: 0 60px;
  text-align: center; }

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
  padding: 0 8px; }

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px); }

  33% {
    opacity: 1;
    transform: translateX(0px); }

  66% {
    opacity: 1;
    transform: translateX(0px); }

  100% {
    opacity: 0;
    transform: translateX(300px); } }

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px); }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0px); }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px); } }

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out; }

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out; }

.fs-control-panel {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ccc;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa; }
  .fs-control-panel a {
    width: 50px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 5px; }
