/* NEW VARIABLES */
* {
  font-family: "Maax", sans-serif !important;
}

html {
  scroll-behavior: initial !important;
}

.playbtn {
  width: 113px;
  height: 113px;
  background-image: url(../img/play.svg);
  background-size: cover;
}

#scrolling-nav {
  z-index: 1000 !important;
}

.seemore-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #3D3D3D !important;
  text-decoration: none !important;
  min-height: 78px !important;
  padding-top: 24px !important;
}
.seemore-btn:before {
  content: "";
  display: block;
  background-image: url(../img/seemore.svg);
  width: 40px;
  height: 16px;
  margin: 0 auto;
  margin-bottom: 13px;
}

.tm-hide {
  display: none !important;
}

#home-other-ways-section #how-container {
  padding: 80px 0;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1220px;
}

#home-donors-section {
  padding: 70px 0;
  margin-top: 70px;
}
#home-donors-section #hds-container h2 {
  margin-top: 0;
}

.donor-form-container input[type=email], .donor-form-container input[type=phone], .donor-form-container input[type=text], .donor-form-container textarea {
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border-color: #75B227;
}

@media (max-width: 576px) {
  #home-other-ways-section .t-btn {
    margin-bottom: 20px;
  }
  #home-other-ways-section .t-btn:last-child {
    margin-bottom: 0;
  }
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
.row {
  --ts-gutter-x: 4px;
  --ts-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--ts-gutter-y) * -1);
  margin-right: calc(var(--ts-gutter-x) * -0.5);
  margin-left: calc(var(--ts-gutter-x) * -0.5);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--ts-gutter-x) * 0.5);
  padding-left: calc(var(--ts-gutter-x) * 0.5);
  margin-top: var(--ts-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --ts-gutter-x: 0;
}

.g-0,
.gy-0 {
  --ts-gutter-y: 0;
}

.g-1,
.gx-1 {
  --ts-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --ts-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --ts-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --ts-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --ts-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --ts-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --ts-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --ts-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --ts-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --ts-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --ts-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --ts-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --ts-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --ts-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --ts-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --ts-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --ts-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --ts-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --ts-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --ts-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --ts-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --ts-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --ts-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --ts-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --ts-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --ts-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --ts-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --ts-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --ts-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --ts-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --ts-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --ts-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --ts-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --ts-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --ts-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --ts-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --ts-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --ts-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --ts-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --ts-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --ts-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --ts-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --ts-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --ts-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --ts-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --ts-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --ts-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --ts-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --ts-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --ts-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --ts-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --ts-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --ts-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --ts-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --ts-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --ts-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --ts-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --ts-gutter-y: 3rem;
  }
}
.t-btn {
  display: inline-block;
  color: #F6F6F2;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  padding: 10px 20px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 1px !important;
}

.t-btn-primary {
  background-color: #75B227 !important;
  color: #F6F6F2 !important;
}
.t-btn-primary:hover {
  background-color: #568b14 !important;
  color: #F6F6F2 !important;
}

.t-btn-primary-negative {
  background-color: #F6F6F2 !important;
  color: #75B227 !important;
}
.t-btn-primary-negative:hover {
  background-color: #e5e5e3 !important;
  color: #75B227 !important;
}

.t-btn-accent {
  background-color: #823E90 !important;
  color: #F6F6F2 !important;
}

.t-btn-accent-negative {
  background-color: #F6F6F2 !important;
  color: #823E90 !important;
}

.t-btn-big {
  padding: 16px 25px 12px 25px;
}

#home-donors-section .hdsc-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#home-donors-section .hdsc-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.timeline h3 {
  font-size: 24px;
  font-weight: 700;
}
.timeline .donation_comment {
  font-size: 15px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  #home-donors-section .hdsc-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #home-donors-section .hdsc-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  #home-donors-section {
    margin-top: 0px;
  }
}
.dot-links {
  opacity: 1;
}

.dot-links .dot-link {
  border-radius: 0;
  border: 0.75px solid #75B227;
  background: #F3F2ED;
  position: relative;
  margin-bottom: 26px;
}

.dot-links .dot-link.active-dl {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #75B227;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.dot-links .dot-link.active-dl:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #75B227;
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -5px;
}

.dot-links .dot-link .dot-text {
  min-width: auto;
  text-transform: lowercase;
  color: #8A8A8A;
  pointer-events: none;
  position: absolute;
  right: 9px;
  -webkit-transform: translateY(calc(-50% + 2px)) scale(0.75);
          transform: translateY(calc(-50% + 2px)) scale(0.75);
  top: 50%;
  padding-right: 0;
  letter-spacing: initial;
  line-height: initial;
  white-space: nowrap;
  font-size: 16px;
}

.dot-links .dot-link:not(.active-dl) .dot-text {
  -webkit-transform: translateY(calc(-50% + 5px)) scale(0.75);
  transform: translateY(calc(-50% + 5px)) scale(0.75);
}

#home-main-section {
  background-image: none;
  height: 100vh;
  min-height: 850px;
  /*Change it*/
  background-position: center;
  padding-top: 0;
  position: relative;
}
#home-main-section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-position: center;
  -webkit-object-position: center;
}
#home-main-section .container {
  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: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#home-main-section .container .hms-messaging {
  width: inherit !important;
  max-width: 800px;
  margin: 100px 0 0 !important;
}
#home-main-section .container .hms-messaging .hms-messaging__funded {
  max-width: 400px;
}
#home-main-section .container .hms-messaging h2 {
  color: #F6F6F2;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 28px;
}
#home-main-section .container .hms-messaging .f-note {
  color: #F6F6F2;
  margin: 20px 0 18px 0;
  font-size: 22px;
  font-weight: 900;
}
#home-main-section .container .hms-messaging .progress {
  background-color: #F6F6F2;
  border-radius: 300px;
  padding: 3px;
  margin-bottom: 12px;
}
#home-main-section .container .hms-messaging .progress .percentage-bar {
  border-radius: 300px;
  height: 24px;
  background-color: #75B227;
}
#home-main-section .container .hms-messaging .funded-label {
  color: #F6F6F2;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 27px;
}
#home-main-section .container .hms-messaging .total-dollars-raised {
  color: #F6F6F2;
  font-size: 34px;
  font-weight: 700;
}
#home-main-section .container .hms-messaging .total-dollars-raised-label {
  color: #F6F6F2;
  font-weight: 400;
  font-size: 14px;
}
#home-main-section .container .hms-messaging .total-locations-funded {
  color: #F6F6F2;
  font-size: 34px;
  font-weight: 700;
}
#home-main-section .container .hms-messaging .total-locations-funded-label {
  color: #F6F6F2;
  font-weight: 400;
  font-size: 14px;
}
#home-main-section .container .hms-messaging .total-far-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#home-main-section .container .hms-messaging .total-far-section .tfar-s {
  padding: 0 25px;
  border-right: 1px solid #F6F6F2;
}
#home-main-section .container .hms-messaging .total-far-section .tfar-s:first-child {
  padding-left: 0px;
}
#home-main-section .container .hms-messaging .total-far-section .tfar-s:last-child {
  padding-right: 0px;
  border-right: 0;
}

header {
  display: block !important;
}

.small-container {
  padding-left: 105px;
  padding-right: 105px;
}

#scrolling-nav {
  background-color: #222222;
}

.social-icons {
  margin-right: 27px;
}
.social-icons li {
  margin-right: 19px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  cursor: pointer;
}
.social-icons li a svg path {
  fill: #F6F6F2;
}

@media (max-width: 992px) {
  .small-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  #home-main-section .container h2 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  #home-main-section .container .hms-messaging {
    margin-top: 0 !important;
  }
  #home-main-section .container .hms-messaging .hms-messaging__funded .f-note {
    font-size: 16px;
  }
  section#home-map-section #hms-container {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 1200px) {
  #home-main-section #hms-container .hms-messaging .progress,
  #home-main-section #hms-container .hms-messaging h2 {
    max-width: 450px;
  }
}
#home-children-section {
  display: block;
  background-color: transparent;
  position: relative;
  margin-top: -100px;
  overflow: visible;
}
#home-children-section .hcs-inside {
  margin-top: -100px;
}

.donation_box {
  padding: 16px 18px;
}
.donation_box.db_alert {
  background-color: rgba(232, 90, 90, 0.57);
  margin-top: 60px;
}
.donation_box.db_alert .donation_box_inside {
  background-color: #FAFFF3;
  margin: 0;
}
.donation_box.db_alert .donation_box_inside h3 {
  color: #E85A5A;
  height: auto;
  line-height: 1.4;
}
.donation_box.db_alert .donation_box_inside p {
  color: #E85A5A;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
}
.donation_box.db_alert .donation_box_inside .t-btn-primary {
  background-color: #E85A5A !important;
}
.donation_box.db_green {
  background-color: rgba(117, 178, 39, 0.57);
}
.donation_box.db_green .donation_box_inside {
  background-color: #FAFFF3;
}
.donation_box.db_green .donation_box_inside h3 {
  color: #75B227;
}
.donation_box.db_green .donation_box_inside p {
  color: #2F343B;
}
.donation_box.db_purple {
  background-color: rgba(117, 178, 39, 0.57);
}
.donation_box.db_purple .donation_box_inside {
  background-color: #75B227;
}
.donation_box.db_purple .donation_box_inside h3 {
  color: #F6F6F2;
}
.donation_box.db_purple .donation_box_inside p {
  color: #F6F6F2;
}
.donation_box .donation_box_inside {
  padding: 25px 27px;
}
.donation_box .donation_box_inside h3 {
  color: #F6F6F2;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 7px;
  margin-top: 0;
  line-height: 1;
  height: 60px;
}
.donation_box .donation_box_inside p {
  color: #000;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 33px;
  line-height: 1.2;
  height: 60px;
}

#wit_im_vid video {
  width: 100%;
  height: auto;
}

.whatistumo_container {
  padding: 42px 0;
  margin-top: 40px;
}
.whatistumo_container video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.whatistumo_container .wit_block {
  padding-right: 100px;
}
.whatistumo_container .wit_img img {
  width: 100%;
  height: auto;
}
.whatistumo_container h2 {
  color: #2F343B;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.whatistumo_container p {
  color: #2F343B;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 44px;
  line-height: 1.3;
}
.whatistumo_container p.tq {
  font-size: 24px;
  font-weight: 700;
  border-left: 3px solid #75B227;
  padding-left: 31px;
  margin-bottom: 57px;
}
.whatistumo_container .wit_bottom {
  margin-top: 99px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 60px;
}
.whatistumo_container .wit_bottom > * {
  padding-right: 0;
  padding-left: 0;
}
.whatistumo_container .wit_bottom .wb_sec_ins {
  padding: 30px 40px 30px 40px;
}
.whatistumo_container .wit_animation {
  text-align: center;
  width: 100%;
  height: 310px;
}
section.hhs-rinfo {
  width: 100%;
  background-color: #75B227;
  padding: 42px 0;
}
section.hhs-rinfo h2 {
  color: #fff;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1.14;
  font-size: 30px;
  text-align: center;
  max-width: 775px;
}

section#home-map-section #hms-container, section#donate-page-main-section #hms-container {
  padding-top: 175px;
  padding-bottom: 54px;
}
section#home-map-section .map-main-container, section#donate-page-main-section .map-main-container {
  position: relative;
}
section#home-map-section .map-main-container .text-container span, section#donate-page-main-section .map-main-container .text-container span {
  color: #2F343B;
  font-size: 24px;
  font-weight: 500;
}
section#home-map-section .text-container, section#donate-page-main-section .text-container {
  position: absolute;
  right: 0;
  max-width: 400px;
  text-align: right !important;
}
section#home-map-section .text-container h2, section#donate-page-main-section .text-container h2 {
  color: #2F343B;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 18px;
  margin-top: 0;
}

@media (max-width: 992px) {
  .donation_box.db_alert .donation_box_inside p {
    margin-top: 15px;
  }
  #home-children-section {
    padding-top: 0 !important;
  }
  .whatistumo_container .wit_block {
    padding-right: 0;
  }
  .whatistumo_container video {
    padding-right: 0;
  }
  #home-children-section .db_cont_row > * {
    margin-bottom: 12px;
  }
  #home-children-section .db_cont_row > *:last-child {
    margin-bottom: 0;
  }
  #home-children-section .donation_box_inside h3 {
    height: auto;
    font-size: 25px;
    margin-bottom: 15px;
  }
  #home-children-section .donation_box_inside br {
    display: none;
  }
  #home-children-section .donation_box_inside p {
    font-size: 12px;
  }
  #home-children-section .donation_box_inside .t-btn {
    font-size: 12px;
    padding: 4px 15px;
  }
}
.hbv-container .hbv-r {
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.hbv-container .hbv-r.hbv-hide {
  visibility: hidden;
  height: 0 !important;
}
.hbv-container .hbv-r:last-child {
  margin-bottom: 78px;
}

#home-hubbox-section {
  background-color: transparent !important;
}
#home-hubbox-section .hubbox-cover {
  width: 100%;
  height: 800px;
  position: relative;
}
#home-hubbox-section .hubbox-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-position: center;
  -webkit-object-position: center;
}
#home-hubbox-section .hubbox-cover .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home-hubbox-section .hubbox-content {
  margin-top: -245px;
  position: relative;
}

.t-hubbox {
  background-color: #F9F9F6;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 782px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.t-hubbox .t-hubbox-inside {
  position: relative;
}
.t-hubbox .t-hubbox-inside .th-option {
  min-height: 440px;
}
.t-hubbox .t-hubbox-inside .th-heading {
  margin-bottom: 73px;
}
.t-hubbox .t-hubbox-inside .th-heading .th-h-logo {
  background-image: url(../img/box_tumo_logo.svg);
  background-size: cover;
  width: 84px;
  height: 22px;
}
.t-hubbox .t-hubbox-inside .th-heading h4 {
  text-transform: uppercase;
  color: #75B227;
  font-weight: 900;
  font-size: 85px;
  margin: 0;
  margin-top: 6px;
  line-height: 1;
}
.t-hubbox .t-hubbox-inside .th-desc {
  min-height: 160px;
}
.t-hubbox .t-hubbox-inside .th-desc h5 {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}
.t-hubbox .t-hubbox-inside .th-desc p {
  font-weight: 400;
  color: #000;
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.th-switcher {
  position: absolute;
  right: 55px;
  top: 0;
}
.th-switcher .th-switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 26px;
}
.th-switcher .th-switch .th-l {
  position: absolute;
  font-weight: 500;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.th-switcher .th-switch .th-l-left {
  left: -7px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: calc(50% + 3px);
  color: #75B227;
  cursor: pointer;
}
.th-switcher .th-switch .th-l-right {
  right: -7px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  top: calc(50% + 3px);
  color: #d1d1d1;
  cursor: pointer;
}
.th-switcher .th-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.th-switcher .th-switch input:checked + .th-slider .th-slider-point {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}
.th-switcher .th-switch input:checked ~ .th-l-right {
  color: #75B227;
}
.th-switcher .th-switch input:checked ~ .th-l-left {
  color: #B1B1B1;
}
.th-switcher .th-switch .th-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #75B227;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 500px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
}
.th-switcher .th-switch .th-slider:after {
  /*content: "";*/
  background-color: #75B227;
  width: 72px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 500px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgb(85, 153, 0);
          box-shadow: inset 0px 1px 2px 0px rgb(85, 153, 0);
}
.th-switcher .th-switch .th-slider .th-slider-point {
  position: absolute;
  height: 28px;
  width: 28px;
  left: 0;
  bottom: -1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.th-switcher .th-switch .th-slider .th-slider-point:before {
  /*content: "";*/
  position: absolute;
  background-color: #75B227;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.th-switcher .th-switch .th-slider .th-slider-point:after {
  /*content: "";*/
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.th-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding-top: 133px;
}

@media (max-width: 768px) {
  .th-list-container {
    padding-top: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.th-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 247px;
}
.th-list li {
  font-size: 13px;
  position: relative;
  line-height: 1;
  padding-left: 17px;
  margin-bottom: 17px;
}
.th-list li:last-child {
  margin-bottom: 0;
}
.th-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #75B227;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .t-hubbox {
    padding: 25px;
  }
  .t-hubbox .th-switcher {
    position: relative;
    right: auto;
    top: auto;
    min-height: 45px;
    margin-bottom: 25px;
  }
  .t-hubbox .th-switcher .th-switch {
    position: absolute;
    left: 41px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .t-hubbox .t-hubbox-inside .th-heading {
    margin-bottom: 40px;
  }
  .t-hubbox .t-hubbox-inside .th-list-container {
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5px;
    height: auto;
  }
}
#hub-video-section {
  padding-top: 60px;
}
#hub-video-section h2 {
  text-align: center;
  color: #2F343B;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 900;
}

.hbv-item {
  display: block;
  text-decoration: none !important;
}
.hbv-item:hover {
  text-decoration: none !important;
}
.hbv-item .hbv-cover {
  position: relative;
}
.hbv-item .hbv-cover:before {
  content: "";
  width: 113px;
  height: 113px;
  background-image: url(../img/play.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hbv-item .hbv-cover img {
  width: 100%;
  height: auto;
}
.hbv-item .hbv-caption h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2F343B;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.2;
}

.location-popup {
  padding: 13px;
  background-color: #F6F6F2;
}
.location-popup .main-ner-box {
  display: none !important;
}
.location-popup p {
  line-height: 1 !important;
  letter-spacing: normal !important;
  font-size: 14px;
}
.location-popup .t-btn {
  width: 100%;
}
.location-popup .not-available-blurb {
  display: none;
}
.location-popup.empty-type {
  padding: 30px 13px;
}
.location-popup.status-unfunded .main-unavlbl-btn {
  display: none !important;
}
.location-popup.status-none .main-fund-btn {
  display: none !important;
}
.location-popup.status-none .not-available-blurb {
  display: block;
}
.location-popup.status-funded .main-unavlbl-btn, .location-popup.status-deployed .main-unavlbl-btn {
  display: none !important;
}
.location-popup.status-funded .main-fund-btn, .location-popup.status-deployed .main-fund-btn {
  display: none !important;
}
.location-popup.status-funded .funded-txt {
  display: block;
}
.location-popup.status-deployed .deployed-txt {
  display: block;
}
.location-popup.status-funded .main-ner-box, .location-popup.status-deployed .main-ner-box {
  display: block !important;
}
.location-popup .lp-image {
  border-radius: 0;
  margin-bottom: 16px;
  position: relative;
}
.location-popup .lp-image .lp-image-bg {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-popup .lp-image .lp-c-info {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
}
.location-popup .lp-image .lp-c-info .lpcinfo-heading {
  color: #F6F6F2;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.location-popup .lp-image .lp-c-info .lpcinfo-desc {
  color: #F6F6F2;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.location-popup .lp-video .lpv-iframe {
  border-radius: 0;
}

.location-popup .lp-data-header,
.location-non-popup .lp-data-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.location-popup .lp-data-header .lp-data-h-col h6,
.location-non-popup .lp-data-header .lp-data-h-col h6 {
  color: #75B227 !important;
  font-weight: 700;
  font-size: 13px;
  margin: 0 !important;
  letter-spacing: initial;
}
.location-popup .lp-data-header .lp-data-h-col h3.lpd-title,
.location-non-popup .lp-data-header .lp-data-h-col h3.lpd-title {
  color: #2F343B !important;
  font-weight: 700;
  font-size: 24px;
  margin: 0 !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: initial;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge {
  border-radius: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 14px;
  letter-spacing: initial;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.funded-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.funded-status {
  background-color: #75B227;
  color: #F6F6F2;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.deployed-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.deployed-status {
  background-color: #4db0f4;
  color: #F6F6F2;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.unfunded-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.unfunded-status {
  background-color: #E8E8E8;
  color: #2F343B;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.none-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.none-status {
  background-color: #E8E8E8;
  color: #2F343B;
}
.location-popup .progress-fully-funded,
.location-popup .progress,
.location-non-popup .progress-fully-funded,
.location-non-popup .progress {
  border-radius: 500px;
  background-color: #F6F6F2;
  padding: 4.5px 6.5px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(124, 124, 124, 0.15);
          box-shadow: inset 1px 1px 5px 0 rgba(124, 124, 124, 0.15);
}
.location-popup .progress-fully-funded .full-percentage-bar,
.location-popup .progress-fully-funded .percentage-bar,
.location-popup .progress .full-percentage-bar,
.location-popup .progress .percentage-bar,
.location-non-popup .progress-fully-funded .full-percentage-bar,
.location-non-popup .progress-fully-funded .percentage-bar,
.location-non-popup .progress .full-percentage-bar,
.location-non-popup .progress .percentage-bar {
  background-color: #823E90 !important;
  border-radius: 500px;
  height: 100% !important;
}
.location-popup .fundedInfo,
.location-non-popup .fundedInfo {
  margin-top: 15px !important;
}
.location-popup .fundedInfo span,
.location-non-popup .fundedInfo span {
  display: inline !important;
  color: #75B227 !important;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: initial;
}
.location-popup .stat-line,
.location-non-popup .stat-line {
  margin-bottom: 25px !important;
}
.location-popup .stat-line:last-child,
.location-non-popup .stat-line:last-child {
  margin-bottom: 0 !important;
}
.location-popup .stat-line span,
.location-non-popup .stat-line span {
  color: #2F343B !important;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 1 !important;
  margin-bottom: 8px !important;
  display: block;
}
.location-popup .stat-line p,
.location-non-popup .stat-line p {
  color: #2F343B !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 1 !important;
  display: block;
}
.location-popup .funded-txt,
.location-popup .deployed-txt,
.location-non-popup .funded-txt,
.location-non-popup .deployed-txt {
  display: none;
  color: #2F343B;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1;
}

.location-popup.status-deployed .f-stat,
.location-popup.status-deployed .progress,
.location-popup.status-partly-funded .f-stat,
.location-popup.status-partly-funded .progress {
  display: none;
}

footer.footer {
  background-image: url(../img/footercover.jpg);
  background-size: cover;
  background-position: center left;
  padding-top: 750px;
  padding-bottom: 0;
  position: relative;
}
footer.footer > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
footer.footer .footer-ins {
  background-color: rgba(0, 16, 27, 0.8);
  padding: 33px 0 22px 0;
  position: relative;
  z-index: 5;
}
footer.footer .footer-ins .social-icons {
  margin-right: 0;
}
footer.footer .footer-ins .footer-container h6 {
  color: #F6F6F2;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  footer.footer {
    padding-top: 350px;
  }
}
#scrolling-nav-mobile {
  pointer-events: none;
  height: 100vh;
  top: 0;
}
#scrolling-nav-mobile.sticky-nav #donate-today-button {
  bottom: 60px;
  pointer-events: all;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(40, 60, 0, 0.3);
          box-shadow: 0px 0px 5px 2px rgba(40, 60, 0, 0.3);
}
#scrolling-nav-mobile #donate-today-button {
  position: absolute;
  bottom: -100px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 0.25s ease-in-out;
  transition: bottom 0.25s ease-in-out;
}

body {
  overflow-x: visible !important;
}

g.box_group_unfunded .box_1,
g.box_group_unfunded .box_2,
g.box_group_unfunded .box_3,
g.box_group_unfunded .box_4,
g.box_group_unfunded .box_5,
g.box_group_unfunded .box_6 {
  stroke: #823E90;
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
  cursor: pointer;
}
g.box_group_unfunded:hover .box_1,
g.box_group_unfunded:hover .box_2,
g.box_group_unfunded:hover .box_3,
g.box_group_unfunded:hover .box_4,
g.box_group_unfunded:hover .box_5,
g.box_group_unfunded:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_none .box_1,
g.box_group_none .box_2,
g.box_group_none .box_3,
g.box_group_none .box_4,
g.box_group_none .box_5,
g.box_group_none .box_6 {
  stroke: #c9c9c9;
  stroke-width: 1px;
  fill: #f6f6f2;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}
g.box_group_none:hover .box_1,
g.box_group_none:hover .box_2,
g.box_group_none:hover .box_3,
g.box_group_none:hover .box_4,
g.box_group_none:hover .box_5,
g.box_group_none:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_funded .box_1,
g.box_group_funded .box_2,
g.box_group_funded .box_3,
g.box_group_funded .box_4,
g.box_group_funded .box_5,
g.box_group_funded .box_6 {
  stroke: #95d937;
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_funded g:last-child .box_icon {
  fill: #95d937;
  stroke: #95d937;
}

g.box_group_partly-funded .box_1,
g.box_group_partly-funded .box_2,
g.box_group_partly-funded .box_3,
g.box_group_partly-funded .box_4,
g.box_group_partly-funded .box_5,
g.box_group_partly-funded .box_6 {
  stroke: rgba(130, 62, 144, 0.6196078431);
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_partly-funded g:last-child .box_icon {
  fill: #95d937;
  stroke: #95d937;
}

g.box_group_deployed .box_1,
g.box_group_deployed .box_2,
g.box_group_deployed .box_3,
g.box_group_deployed .box_4,
g.box_group_deployed .box_5,
g.box_group_deployed .box_6 {
  stroke: #4db0f4;
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_deployed g:last-child .box_icon {
  fill: #4db0f4;
  stroke: #4db0f4;
}

/*Manual added another variant of deployed*/
g.deployed_boxes_2 g:nth-last-child(1) .box_icon,
g.deployed_boxes_3 g:nth-last-child(1) .box_icon {
  stroke: #ffffff;
}

g.deployed_boxes_2 g:nth-last-child(2) .box_icon,
g.deployed_boxes_3 g:nth-last-child(2) .box_icon {
  fill: #4db0f4;
  stroke: #ffffff;
}

g.deployed_boxes_3 g:nth-last-child(3) .box_icon {
  fill: #4db0f4;
  stroke: #ffffff;
}

g.box_group_partly-deployed .box_1,
g.box_group_partly-deployed .box_2,
g.box_group_partly-deployed .box_3,
g.box_group_partly-deployed .box_4,
g.box_group_partly-deployed .box_5,
g.box_group_partly-deployed .box_6 {
  stroke-width: 1px;
  fill: #ffffff;
  stroke: #95d937;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_partly-deployed g:last-child .box_icon {
  fill: #4db0f4;
  stroke: #4db0f4;
}

g.box_group_funded:hover .box_1,
g.box_group_funded:hover .box_2,
g.box_group_funded:hover .box_3,
g.box_group_funded:hover .box_4,
g.box_group_funded:hover .box_5,
g.box_group_funded:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_deployed:hover .box_1,
g.box_group_deployed:hover .box_2,
g.box_group_deployed:hover .box_3,
g.box_group_deployed:hover .box_4,
g.box_group_deployed:hover .box_5,
g.box_group_deployed:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_partly-deployed:hover .box_1,
g.box_group_partly-deployed:hover .box_2,
g.box_group_partly-deployed:hover .box_3,
g.box_group_partly-deployed:hover .box_4,
g.box_group_partly-deployed:hover .box_5,
g.box_group_partly-deployed:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

/*Donation Slider*/
.donors_btn_area {
  min-height: 71px;
}

.donors_pn_btn {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 0 35px 0;
}

.donors_pn_btn:before {
  content: "";
  display: block;
  background-image: url(../img/seemore.svg);
  width: 40px;
  height: 16px;
  margin: 0 auto;
}

.donors_pn_btn.donors_next {
  padding: 35px 0 20px 0;
}

.donors_prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#home-donors-section #hds-container .timeline__item.timeline__hiden {
  display: none;
}

.hdsc-left[data-page="0"] .donors_prev {
  display: none;
}

.hdsc-left[data-last="1"] .donors_next {
  display: none;
}

body > img {
  display: none;
}

.hide_mobile {
  display: block;
}

.show_mobile {
  display: none;
}

.mobilemt-44 {
  margin-top: 0;
}

@media (max-width: 768px) {
  #home-hubbox-section {
    padding-bottom: 10px !important;
  }
  #home-donors-section {
    padding-bottom: 0 !important;
  }
  #home-main-section .container .hms-messaging .total-dollars-raised-label,
  #home-main-section .container .hms-messaging .total-locations-funded-label {
    margin-top: 10px;
  }
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: block;
  }
  .mobilemt-44 {
    margin-top: 44px;
  }
}
#donate-page-main-section #dms-container .dms-left {
  padding-top: 0 !important;
}

#donate-page-main-section #dms-container .dms-left .back_btn_area {
  margin-bottom: 150px;
}

.page-template-template-donate #scrolling-nav,
.page-template-template-location #scrolling-nav,
.single-locations #scrolling-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
}

#donate-page-main-section .standalone-map {
  margin: -100px 0 50px;
}

#donate-page-main-section .standalone-map .text-container {
  display: none;
}

.page-template-template-donate #scrolling-nav a.t-btn,
.page-template-template-location #scrolling-nav a.t-btn,
.single-locations #scrolling-nav {
  display: none;
}

@media (max-width: 768px) {
  .page-template-template-donate #scrolling-nav .social-icons,
  .page-template-template-location #scrolling-nav .social-icons,
  .single-locations #scrolling-nav .social-icons,
  .page-template-template-donate #scrolling-nav .t-btn-big,
  .page-template-template-location #scrolling-nav .t-btn-big,
  .single-locations #scrolling-nav .t-btn-big {
    display: none !important;
  }
}
#full-list .location-popup {
  max-width: 330px;
  min-width: 330px;
  margin: 0 40px 0 0 !important;
  cursor: default;
  width: 100%;
  background: #f6f6f2;
  padding: 18px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 30px 30px 50px 0 rgba(0, 0, 0, 0.1019607843), 10px 10px 25px 0 rgba(0, 0, 0, 0.0509803922);
          box-shadow: 30px 30px 50px 0 rgba(0, 0, 0, 0.1019607843), 10px 10px 25px 0 rgba(0, 0, 0, 0.0509803922);
  -webkit-box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.8), 10px 10px 25px rgba(0, 0, 0, 0.05), -30px -30px 30px rgba(255, 255, 255, 0.4), 30px 30px 50px rgba(0, 0, 0, 0.1);
          box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.8), 10px 10px 25px rgba(0, 0, 0, 0.05), -30px -30px 30px rgba(255, 255, 255, 0.4), 30px 30px 50px rgba(0, 0, 0, 0.1);
  display: block !important;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #full-list .location-popup {
    margin: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.dms-mobile-container .mobile-locations {
  padding: 70px 20px;
}

.donately-donation-form .donately-radio-option input:checked + span:after,
.donately-donation-form input[type=checkbox]:checked + span:after {
  top: 9px !important;
}

.donately-donation-form .field-message {
  margin: 5px 0 12px 0;
  font-style: italic;
  display: none;
  color: #82826F;
}

.donately-donation-form .field-message.checked {
  display: block;
}


.status-funded {
  fill: #95D937;
  -webkit-transition: 0.25s filter ease-in-out;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

.status-unfunded {
  stroke: #823E90;
  stroke-width: 1px;
  fill: #FFFFFF;
  -webkit-transition: 0.25s filter ease-in-out;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

.status-deployed {
  fill: #4db0f4;
  stroke: #4db0f4;
  -webkit-transition: 0.25s filter ease-in-out;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

.status-none, .status-unknown {
  stroke: #C9C9C9;
  stroke-width: 1px;
  fill: #f6f6f2;
}/*# sourceMappingURL=tumo.css.map */