/* Hide reCAPTCHA badge globally */
.grecaptcha-badge {
  display: none !important;
}

header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
.formNote{

  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 1.5rem;
  width: 100%;

  clear: both;
  font-style: italic;

}
.form-note{
  font-style: italic;
}
p {
  font-size: 1.2em;
  color: #424242; }

.col-12 {
  padding-left: 15px;
  padding-right: 15px; }

.navigation .mobile-action {
  font-size: 33px; }

.footer-2 {
  background-color: #404040; }
  .footer-2 .footer-links .col a {
    color: white; }
  @media (max-width: 991px) {
    .footer-2 .footer-links .col h6, .footer-2 .footer-links .col ul {
      text-align: center; }
    .footer-2 .footer-links .col:not(:first-of-type) h6 {
      margin-top: 2.16666666666667em; } }
  .footer-2 .footer-links-small {
    color: white; }
    .footer-2 .footer-links-small .col-sm-6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer-2 .footer-links-small .col-sm-6 .social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

.nav-sidebar-column {
  border-right: 0; }

.homepage {
  font-size: 16px;
}
.homepage .section-header {
  background-color: #38354A;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px; }
  .homepage .section-header.alignleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .homepage .section-header.alignright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .homepage .section-header h1,
  .homepage .section-header h3 {
    color: white;
    margin: 0;
    text-transform: uppercase; }
  .homepage .section-header h3 {
    font-size: 24px;
    line-height: 30px;
    width: 200px;
    text-align: left;
    padding-left: 10px; }
    @media (max-width: 1199px) {
      .homepage .section-header h3 {
        text-align: center;
        padding: 0; } }
  @media (max-width: 1199px) {
    .homepage .section-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (max-width: 992px) {
  .homepage .cover {
    padding-top: 140px;
    padding-bottom: 140px; } }

.homepage .cover input[type="text"] {
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  color: black;
  text-transform: uppercase;
  margin: 0; }
  .homepage .cover input[type="text"]::-webkit-input-placeholder {
    color: black; }
  .homepage .cover input[type="text"]:-ms-input-placeholder {
    color: black; }
  .homepage .cover input[type="text"]::-ms-input-placeholder {
    color: black; }
  .homepage .cover input[type="text"]::placeholder {
    color: black; }

.homepage .cover .btn--primary {
 }

.homepage .background-image-holder {
  -webkit-animation: none;
  animation: none; }
  @media (max-width: 768px) {
    .homepage .background-image-holder {
      background-position: 100% 0% !important; } }

.homepage .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 85%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 85%);
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(0, 0, 0, 0.65)), color-stop(85%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }

.homepage .hero-text-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .homepage .hero-text-large h1 {
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .homepage .hero-text-large h1 {
        font-size: 70px;
      line-height: 70px; } }
    @media (max-width: 680px) {
      .homepage .hero-text-large h1 {
        font-size: 40px;
        line-height: 40px; } }
    @media (max-width: 320px) {
      .homepage .hero-text-large h1 {
        font-size: 32px;
        line-height: 32px; } }
  .homepage .hero-text-large h3 {
    font-size: 50px;
    line-height: 66px;
    margin: 0; }
    @media (max-width: 1024px) {
      .homepage .hero-text-large h3 {
        font-size: 40px;
        line-height: 45px; } }
    @media (max-width: 680px) {
      .homepage .hero-text-large h3 {
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 320px) {
      .homepage .hero-text-large h3 {
        font-size: 13px;
        line-height: 20px; } }
  .homepage .hero-text-large .large {
    margin-right: 15px; }
    @media (max-width: 320px) {
      .homepage .hero-text-large .large {
        margin-right: 5px; } }
  .homepage .hero-text-large .small {
    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;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.homepage .hero-text-small {
  margin-bottom: 20px; }
  .homepage .hero-text-small h4, .homepage .hero-text-small .about-page-content li, .about-page-content .homepage .hero-text-small li {
    font-size: 34px;
    font-weight: 300;
    color: #28c4f4;
    text-align: left;
    margin: 0; }
    @media (max-width: 680px) {
      .homepage .hero-text-small h4, .homepage .hero-text-small .about-page-content li, .about-page-content .homepage .hero-text-small li {
        font-size: 20px; } }

.homepage .hero-search {
  margin-bottom: 40px; }

.homepage .hero-create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .homepage .hero-create iframe {
    margin: 0 10px;
    width: 560px;
    height: 315px; }
    @media (max-width: 768px) {
      .homepage .hero-create iframe {
        width: calc(100% - 20px);
        height: auto; } }
  @media (max-width: 768px) {
    .homepage .hero-create {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.homepage h1 {
  color: black;
  font-size: 60px;
  line-height: 60px; }
  .homepage h1.bold {
    font-weight: bold; }
  @media (max-width: 992px) {
    .homepage h1 {
      font-size: 24px;
      line-height: 24px; } }

.homepage .create {
  margin-top: 60px; }
  .homepage .create h3 a {
    text-decoration: underline; }

.homepage .action-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px; }
  @media (max-width: 992px) {
    .homepage .action-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.homepage .create-container,
.homepage .search-container {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }
  @media (max-width: 992px) {
    .homepage .create-container,
    .homepage .search-container {
      width: 100%; } }

.homepage .create-container {
  height: 100%; }
  .homepage .create-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    border-radius: 20px;
    background-color: #38354A;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .homepage .create-container a:hover {
      background-color: #5f5d6e; }

.homepage .search-container {
  position: relative;
  width: 50%; }
  @media (max-width: 414px) {
    .homepage .search-container {
      width: 100%; } }

.homepage .cover .search-container i {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #28c4f4;
  font-size: 20px; }

.homepage .body-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.homepage .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .homepage .section-title h2 {
    font-size: 37px;
    text-align: center; }

.homepage .section-subtitle {
  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;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .homepage .section-subtitle h4, .homepage .section-subtitle .about-page-content li, .about-page-content .homepage .section-subtitle li {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    margin-left: 2px; }
    @media (max-width: 680px) {
      .homepage .section-subtitle h4, .homepage .section-subtitle .about-page-content li, .about-page-content .homepage .section-subtitle li {
        font-size: 15px; } }
  .homepage .section-subtitle .underline {
    height: 2px;
    background-color: #28c4f4;
    width: 15%; }

.homepage .create-section {
  overflow: initial;
  z-index: 2;
  text-align: center; }
  .homepage .create-section h2 {
    color: #28c4f4; }
  .homepage .create-section .create-icon-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    padding-bottom: 30px; }
    @media (max-width: 414px) {
      .homepage .create-section .create-icon-img {
        height: 110px; } }
    .homepage .create-section .create-icon-img img {
      max-width: 130px;
      height: 100%; }
      @media (max-width: 414px) {
        .homepage .create-section .create-icon-img img {
          max-width: 60px; } }
  .homepage .create-section .create-icon-text {
    text-align: center; }
    .homepage .create-section .create-icon-text h3 {
      text-transform: uppercase; }

.homepage .what-section {
  background-color: #38354a;
  color: white;
 }

 .homepage .what-section .container {
  max-width: 90%;
  margin: auto;
 }
 @media(min-width: 620px) {
  .homepage .what-section {
    margin: 50px;
    border: 2px solid #38354a;
   }
 }

 .homepage .what-section h2 {
  font-size: 37px;
 }
  .homepage .what-section p {
    font-size: 18px;
    text-align: center;
    line-height: 26px; 
    color: white;
  }
    @media (max-width: 414px) {
      .homepage .what-section p {
        font-size: 15px; } }
  .homepage .what-section .section-subtitle {
    padding-bottom: 30px; }
  .homepage .what-section .what-section-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 414px) {
      .homepage .what-section .what-section-ctas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .homepage .what-section .what-section-ctas .btn--primary {
      width: 100%; }
    .homepage .what-section .what-section-ctas .what-section-button {
      margin-left: 10px;
      margin-right: 10px; }
      @media (max-width: 414px) {
        .homepage .what-section .what-section-ctas .what-section-button {
          margin-left: 0;
          margin-right: 0;
          margin-top: 5px;
          margin-bottom: 5px;
          text-align: center; } }
      .homepage .what-section .what-section-ctas .what-section-button.w-icon .btn__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 450px)  {
          .homepage .what-section .what-section-ctas .what-section-button.w-icon .btn__text {
            display: block;
          }
        }
      .homepage .what-section .what-section-ctas .what-section-button.w-icon i {
        margin-left: 5px;
        font-size: 16px; }
  .homepage .what-section .what-subsection-top {
     }
  .homepage .what-section .what-subsection-bottom, .homepage .what-section .what-subsection-middle {
    padding-bottom: 30px; }

    .homepage .create-section .claim-page ul li {
      font-size: 18px
    }

.homepage .how-section {
  background-color: #38354a;}
  .homepage .how-section h2 {
    color: white; }
  .homepage .how-section h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .homepage .how-section p {
    color: white;
    font-size: 18px; }
  .homepage .how-section .how-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .homepage .how-section .how-icons {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 768px) {
      .homepage .how-section .how-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .homepage .how-section .arrow-img-container.top {
    padding-left: 70px;
    margin-bottom: 15px; }
    .homepage .how-section .arrow-img-container.top img {
      width: 35%; }
  .homepage .how-section .arrow-img-container.bottom {
    padding-right: 280px;
    margin-top: 15px; }
    .homepage .how-section .arrow-img-container.bottom img {
      width: 45%;
      float: right; }
  @media (max-width: 992px) {
    .homepage .how-section .arrow-img-container {
      display: none; } }
  .homepage .how-section .how-icons-img {
    padding-right: 15px; }
    @media (max-width: 414px) {
      .homepage .how-section .how-icons-img {
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .homepage .how-section .how-icons-img img {
      min-height: 150px; }
      @media (max-width: 768px) {
        .homepage .how-section .how-icons-img img {
          min-height: auto;
          max-height: 95px; } }
  .homepage .how-section .how-icons-text {
    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;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55%; }

.homepage .create-fund-section {
  background: url("/img/sky.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px !important;
  padding-bottom: 140px !important; }
  @media (max-width: 414px) {
    .homepage .create-fund-section {
      padding-top: 70px !important;
      padding-bottom: 70px !important; } }
  .homepage .create-fund-section .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .homepage .create-fund-section .create-fund-section-btn {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .homepage .create-fund-section .create-fund-section-text p {
    text-align: center;
    color: white; }
  @media (max-width: 414px) {
    .homepage .create-fund-section .create-fund-section-text {
      padding-left: 20px;
      padding-right: 20px; } }

.homepage .step-section {
  padding-bottom: 60px; }
  .homepage .step-section .steps {
    padding-top: 60px; }
    .homepage .step-section .steps .col-lg-4 {
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position-x: 50%; }
      .homepage .step-section .steps .col-lg-4:first-of-type {
        background-image: url("/img/graphic_1_s.png"); }
      .homepage .step-section .steps .col-lg-4:nth-of-type(2) {
        background-image: url("/img/graphic_2_s.png"); }
      .homepage .step-section .steps .col-lg-4:nth-of-type(3) {
        background-image: url("/img/graphic_3_s.png"); }
    @media (max-width: 1199px) {
      .homepage .step-section .steps {
        padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    .homepage .step-section {
      padding-bottom: 30px; } }
  .homepage .step-section .text-block {
    height: 230px; }
    @media (max-width: 1199px) {
      .homepage .step-section .text-block {
        margin-top: 30px;
        margin-bottom: 30px; } }

.homepage .who-section {
  background-color: #fafafa; }
  .homepage .who-section h2, .homepage .what-section h2 {
    color: #28c4f4; }
  .homepage .who-section h3 {
    text-transform: uppercase; }
  .homepage .who-section img {
    max-width: 180px; }
  .homepage .who-section .who-icons {
    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;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .homepage .who-section .who-icons {
        padding-top: 25px;
        padding-bottom: 25px; } }
  .homepage .who-section .who-icon-img {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 25px; }
  .homepage .who-section .who-icon-text {
    text-align: center;
  }
.homepage .who-section .who-icon-text p {
  font-size: 18px;
  padding: 0 20px;
}

.homepage .benefits-section .section-header {
  position: relative;
  z-index: 2;
  top: 20px; }
  @media (max-width: 1199px) {
    .homepage .benefits-section .section-header {
      top: 0; } }

@media (min-width: 768px) {
  .homepage .benefits-section .container-fluid .message {
    max-width: 750px;
    margin: 0 auto;
    text-align: center; } }

@media (min-width: 992px) {
  .homepage .benefits-section .container-fluid .message {
    max-width: 970px;
    margin: 0 auto;
    text-align: center; } }

@media (min-width: 1200px) {
  .homepage .benefits-section .container-fluid .message {
    max-width: calc(1170px / 2);
    margin: 0;
    text-align: left; } }

.homepage .benefits-section .container-fluid .message h3, .homepage .benefits-section .container-fluid .message p {
  color: black; }

.homepage .benefits-section .container-fluid .message h3 {
  text-transform: uppercase;
  margin: 0; }

.homepage .benefits-section .message-container {
  background-color: #F2F2F2;
  margin-left: -40px;
  margin-right: -20px;
  padding: 20px 0 20px 50px; }
  @media (max-width: 1199px) {
    .homepage .benefits-section .message-container .message {
      width: initial;
      text-align: center; } }
  @media (max-width: 1199px) {
    .homepage .benefits-section .message-container {
      margin-left: -15px;
      padding: 20px 15px; } }

.homepage .pricing-section-2 .mycharityfunds ul li:not(:first-of-type) span {
  color: #28c4f4; }

.homepage .pricing-section-2 .btn {
  max-width: 100%;
  width: 45%; }
  @media (max-width: 540px) {
    .homepage .pricing-section-2 .btn {
      width: 80%; } }

.homepage .pricing-section-2 .btn__texdt {
  width: 100%;
  display: inline-block;
  white-space: normal; }

.homepage .pricing-section-2 tr td:first-of-type {
  text-align: left; }

.homepage .pricing-section-2 td {
  border: 1px solid #F2F2F2; }
  .homepage .pricing-section-2 td.noborder {
    border: none; }
  .homepage .pricing-section-2 td.highlight {
    color: #28c4f4; }

.homepage .features-icon-section i {
  color: #28c4f4; }

@media (max-width: 992px) {
  .homepage .features-icon-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 992px) {
  .homepage .features-icon-section .col-4 {
    width: 33.33333% !important; } }

#user-nav {
  background-color: #38354A; }
  #user-nav .menu-section h3 {
    color: #28c4f4;
    text-transform: uppercase; }
  #user-nav .menu-section a {
    color: white; }
    #user-nav .menu-section a:hover {
      color: #fdfdfd; }
  #user-nav .menu-vertical .menu-vertical {
    margin-left: 15px; }
    #user-nav .menu-vertical .menu-vertical .availableFunds {
      margin: 0;
      font-size: 14px;
      border-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #user-nav .menu-vertical .menu-vertical li {
      margin-bottom: 0; }
  #user-nav .menu-vertical li, #user-nav .menu-vertical a {
    color: white; }
  #user-nav .menu-vertical a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    #user-nav .menu-vertical a:hover {
      color: #25c3f4; }
  #user-nav .menu-vertical > li {
    margin-bottom: 20px; }
    #user-nav .menu-vertical > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  #user-nav .menu-vertical .icon-container {
    padding-right: 5px; }
    #user-nav .menu-vertical .icon-container i {
      font-size: 18px; }
  #user-nav .menu-vertical .menuAccountType {
    padding-top: 8px; }
  #user-nav .menu-vertical .dropdown:after {
    color: white; }
  #user-nav .menu-vertical .logout-button a {
    color: #28c4f4;
    text-transform: uppercase; }

.nav-sidebar-column-toggle {
  background-color: #28c4f4; }
  .nav-sidebar-column-toggle .stack-menu::before {
    color: white; }

.page-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("/img/sky.jpg");
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/img/sky.jpg");
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/img/sky.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/img/sky.jpg");
  background-position-y: 50%;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  padding: 0;
  height: 180px;
  border: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); }
  .page-header.var-height {
    height: initial; }
  .page-header .col-12 {
    height: 100%; }
  .page-header .panel-purple {
    background-color: #38354A;
    padding: 20px;
    height: 100%; }
    .page-header .panel-purple h2 {
      color: white; }
    .page-header .panel-purple strong {
      text-transform: uppercase;
      color: #28c4f4; }

.header-height-bump {
  margin-top: 60px; }

.page-title-section {
  text-align: center;
  height: 100%;
  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;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-title-section h1 {
    color: white;
    font-weight: bold;
    font-size: 2.85em; }
    @media (max-width: 414px) {
      .page-title-section h1 {
        font-size: 1.8em; } }
  .page-title-section span {
    color: white; }

.page-subheader, .page-footer {
  background-color: #38354A;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white; }

.my-dashboard {
  padding: 0; }
  .my-dashboard .body-title {
    text-align: left; }
    .my-dashboard .body-title h1 {
      text-transform: uppercase; }
  .my-dashboard .main-section .activity-item {
    border-bottom: 1px solid gainsboro;
    padding-top: 25px;
    padding-bottom: 25px; }
  .my-dashboard .main-section .activity-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .my-dashboard .main-section .activity-line .donation {
      margin-right: 15px; }
    .my-dashboard .main-section .activity-line h3, .my-dashboard .main-section .activity-line h4, .my-dashboard .main-section .activity-line .about-page-content li, .about-page-content .my-dashboard .main-section .activity-line li {
      margin: 0; }
    .my-dashboard .main-section .activity-line h3 {
      color: #4B4F50;
      text-transform: capitalize; }
    .my-dashboard .main-section .activity-line h4, .my-dashboard .main-section .activity-line .about-page-content li, .about-page-content .my-dashboard .main-section .activity-line li {
      color: #28c4f4;
      text-transform: capitalize; }
  .my-dashboard .main-section .detail-line p {
    text-align: left; }
  .my-dashboard .cta {
    padding-top: 45px;
    padding-bottom: 45px; }

.withheader {
  padding-top: 60px; }

.new-fund {
  padding-top: 0; }

.donate {
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .donate .page-subheader {
      text-align: center; }
      .donate .page-subheader .col {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .donate .page-subheader p {
    color: white;
    margin: 0; }
    .donate .page-subheader p span {
      text-transform: uppercase; }
  .donate .donation-top {
    margin-top: 30px; }
    .donate .donation-top .col {
      padding-left: 15px !important;
      padding-right: 15px !important; }
  .donate .main-section h4, .donate .main-section .about-page-content li, .about-page-content .donate .main-section li {
    font-size: 26px;
    margin-bottom: 25px;
    color: #28c4f4; }
  .donate .main-section.quick-donate-first h4, .donate .main-section.quick-donate-first .about-page-content li, .about-page-content .donate .main-section.quick-donate-first li {
    margin-bottom: 0; }
  .donate .main-section.quick-donate-first h5 {
    font-size: 12px;
    font-weight: 400; }
  .donate .term-service {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px; }
  .donate .page-footer .footer-to-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .donate .page-footer .footer-to-faq {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .donate .page-footer .footer-to-faq h2 {
      color: white;
      margin: 0 10px 0 0; }
    .donate .page-footer .footer-to-faq a {
      margin-top: 0; }

.profile {
  padding: 0; }

.main-container > div[ui-view] > section:first-of-type {
  padding-top: 0; }

@media (max-width: 1200px) {
  #navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #navigation nav {
      -webkit-box-flex: initial;
      -ms-flex-positive: initial;
      flex-grow: initial; } }

.sidebar-inner-page {
  background-color: #38354A; }
  .sidebar-inner-page .nav-sidebar-column {
    margin: 0 -15px;
    padding: 140px 0 80px 0;
    bottom: auto;
    background-color: #38354A; }
  .sidebar-inner-page ul {
    border-top: 1px solid white; }
  .sidebar-inner-page li {
    padding: 10px 20px 10px 30px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid white; }
    .sidebar-inner-page li:first-of-type {
      border-top: 0; }
  .sidebar-inner-page a {
    color: white;
    text-transform: capitalize;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sidebar-inner-page a:hover {
      color: #28c4f4; }
  .sidebar-inner-page i {
    color: #28c4f4; }

.midpage-section {
  text-align: left;
  color: white; }
  .midpage-section p {
    margin: 0;
    font-size: 14px; }
  .midpage-section h4, .midpage-section .about-page-content li, .about-page-content .midpage-section li {
    font-size: 20px; }
  .midpage-section p, .midpage-section h4, .midpage-section .about-page-content li, .about-page-content .midpage-section li {
    color: white; }
  .midpage-section ul {
    padding-left: 40px;
    margin-bottom: 26px; }

.checkbox-list li {
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .checkbox-list li:before {
    content: url("/img/checkbox.svg");
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.checkbox-list.dark li:before {
  content: url("/img/checkbox-dark.svg"); }

.checkbox-list.fancy li:before {
  content: url("/img/checkbox.png");
  height: 32px;
  width: 33px; }

.features {
  displex: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.orbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0; }
  .orbs.sub {
    padding: 10px 0; }
    .orbs.sub .image {
      width: 115px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .orbs .image {
    width: 450px;
    padding: 10px; }
    @media (max-width: 768px) {
      .orbs .image {
        width: 33.333333333%; } }
  .orbs h4, .orbs .about-page-content li, .about-page-content .orbs li {
    margin-bottom: 10px; }
  .orbs .text {
    text-align: left; }
    @media (max-width: 768px) {
      .orbs .text {
        width: 66.6666666667%; } }

.blue-uppercase {
  color: #28c4f4;
  text-transform: uppercase; }

.bg-servers {
  background-image: url("/img/server.jpg");
  background-position-y: top;
  background-position-x: -240px;
  background-repeat: no-repeat; }
  @media (max-width: 1500px) {
    .bg-servers {
      background-position-x: -520px; } }
  @media (max-width: 1200px) {
    .bg-servers {
      background-position-x: 0px; } }

@media (max-width: 992px) {
  .bg-servers-section {
    height: auto; } }

.server-section {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1200px) {
    .server-section p {
      color: white; } }

.about-features-container {
  background-color: white;
  padding: 20px;
  top: -100px;
  text-align: left;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  margin-top: 60px;
  margin-bottom: 60px; }



	 .notifyjs-corner {
  		top: calc(50% - 135px) !important;
		left: 0 !important;
		max-width: calc(100% - 10px);
		right: 0 !important;
		width: 400px;
		margin-left: auto !important;
		margin-right: auto !important;
	 }

 @media (max-width: 640px) {
	 .notifyjs-corner {	 
		width: calc(100% - 6px) !important;
	 }
}
.notifyjs-bootstrap-base{
	    white-space: normal !important;
}

.notifyjs-bootstrap-error {
  padding-top: 3px; }

.notifyjs-bootstrap-error, .notifyjs-bootstrap-success {
  background-position: 10px 25px !important;
  padding: 40px !important;
  font-size: 18px;
  padding-right: 20px !important;
  -webkit-box-shadow: 0 0 20px 1px !important;
  box-shadow: 0 0 20px 1px !important;
  min-width: 150px;
  padding-top: 20px !important;
  padding-bottom: 55px !important; }

.notifyjs-container .holder--ok {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center; }

  .notifyjs-bootstrap-success button.btn.btn--ok{
  display: none; 
}



.notifyjs-container .holder--ok .btn--ok {
  background: #eacece;
  color: #b94a48;
  border-color: #b94a48;
  height: 35px;
  padding: 10px;
  margin-bottom: 10px;
  padding-top: 3px; }

.notifyjs-bootstrap-success.showButton button.btn.btn--ok{
  display: block;
  height: 35px;
  padding: 10px;
  margin: 10px auto;
  padding-top: 3px;
  color: #468847;
  background-color: #DFF0D8;
  border-color: #468847;
}

.cardLogos {
  height: 26px;
  float: right;
  margin-bottom: -26px;
  margin-right: 6px;
  padding-top: 7px; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000; }
  .modal-overlay iframe {
    width: 800px; }

.cta-section {
  background-color: #525151; }
  .cta-section:before {
    background: none; }
  .cta-section > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cta-section > .container > .row:before, .cta-section > .container > .row:after {
      display: none !important; }
  .cta-section .cta {
    text-align: left; }
    @media (max-width: 992px) {
      .cta-section .cta {
        margin-bottom: 0.78787878787879em;
        text-align: center;
        margin-bottom: 40px; } }
  @media (max-width: 992px) {
    .cta-section .col-sm-12 {
      width: 100%; } }

.contact-page a {
  font-weight: 400;
  color: #808080;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none; }

.contact-page h3 {
  text-transform: uppercase;
  font-size: 1.45em; }

.contact-page .contact-items {
  margin-bottom: 15px; }

.contact-page .contact-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contact-page .contact-form label i {
    font-size: 20px;
    margin-right: 5px; }

.contact-page .lead {
  font-size: 1.2em;
  line-height: 1.3em; }

.about-page-content .panel-purple, .about-page-content .midpage-section {
  padding: 80px 0; }

.about-page-content .panel-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .about-page-content .panel-purple {
      padding: 30px 10%; }
      .about-page-content .panel-purple h2 {
        margin: 0; } }

.about-page-content .midpage-section {
  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;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .about-page-content .midpage-section {
      padding: 30px 25%; } }
  @media (max-width: 768px) {
    .about-page-content .midpage-section {
      padding: 30px 10%; } }
  @media (max-width: 568px) {
    .about-page-content .midpage-section {
      padding: 30px 15px; } }

.about-page-content .features-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .about-page-content .features-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.password-reset .form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.password-reset .recaptcha {
  margin-top: 30px; }

.charity-title .page-title-section {
  padding-left: 10px;
  padding-right: 10px; }

.charity-title h1 {
  font-size: 26px; }

table.dataTable thead .sorting {
  background-image: none; }

table.dataTable thead .sorting_desc {
  background-image: none; }

table.dataTable thead .sorting_asc {
  background-image: none; }

.table th {
  background-color: #404040;
  color: white; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: white; }


table.dataTable thead .sorting_desc::after {
  content: "\f35d";
  font-family: "Ionicons";
  color: white;
  margin-left: 5px;
  font-weight: lighter;
}

table.dataTable thead .sorting_asc::after {
  content: "\f366";
  font-family: "Ionicons";
  color: white;
  margin-left: 5px;
  font-weight: lighter;
}


.tabs {
  background-color: #404040;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: none; }
  .tabs li {
    opacity: 1 !important;
    padding: 8px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
    border: none !important; }
    .tabs li.active {
      background-color: #28c4f4; }
      .tabs li.active .h5 {
        color: white !important; }
    .tabs li .h5 {
      color: white !important; }

.faq-page h3 {
  margin-top: 40px;
  text-align: left; }

.accordion .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  border: none;
  margin: 8px 0; }
  .accordion .accordion-button h4, .accordion .accordion-button .about-page-content li, .about-page-content .accordion .accordion-button li {
    color: #252525;
    text-align: left;
    font-weight: 500; }
  .accordion-button h4 {
    margin-bottom: 0;
  }
  .accordion .accordion-button .icon {
    color: #252525;
    font-size: 24px; }
  .accordion .accordion-button .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #252525;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 6px 6px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .accordion .accordion-button .arrow i {
      color: #252525;
      font-size: 15px; }

.accordion .panel {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  text-align: left; }
  .accordion .panel p {
    color: #424242;
    margin: 0; }

.comparison-table tr th {
  font-size: 16px; }

.comparison-table tr td {
  font-size: 16px;
  border-bottom: 1px solid lightgrey; }
  .comparison-table tr td:first-of-type {
    text-align: left; }
  .comparison-table tr td:not(:first-of-type) {
    color: #0986ad; }
  .comparison-table tr td:last-of-type {
    background-color: aliceblue; }

.charity-sidebar {
  padding-top: 15px; }
  .charity-sidebar .cta .btn, .charity-sidebar .cta p {
    margin-bottom: 10px; }
  .charity-sidebar .cta .type--fine-print {
    margin-bottom: 1.85714286em; }
  .charity-sidebar .favorite-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.85714286em; }

@media (max-width: 414px) {
  .dataTables_wrapper, .donationsperpayment-table-container {
    overflow: scroll; } }

@media (max-width: 768px) {
  [data-tooltip]:after {
    left: 0%;
    -webkit-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    transform: translateX(-90%); } }

.claim-page-header {
  padding-bottom: 1.85714em; }

.claim-page {
  padding-bottom: 3.71429em; }
  .claim-page .title-row-section {
    padding-bottom: 20px; }
  .claim-page .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .claim-page .section-title h2 {
      font-size: 37px;
      text-align: center;
      color: #28c4f4; }
  .claim-page h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left; }
  .claim-page ul li {
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1300px) {
      .claim-page ul li {
        font-size: 14px; } }
    @media (max-width: 992px) {
      .claim-page ul li {
        font-size: 16px; } }
  .claim-page .claim-row > div {
    min-height: 400px; }
  .claim-page .withtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      .claim-page .withtext {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: initial !important; } }
  .claim-page .contentbox {
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 30px;
    width: 100%;
    z-index: 2; }
    @media (max-width: 1300px) {
      .claim-page .contentbox {
        padding: 20px; } }
    @media (max-width: 992px) {
      .claim-page .contentbox {
        padding: 30px; } }
    .claim-page .contentbox.toleft {
      left: -45px; }
      @media (max-width: 992px) {
        .claim-page .contentbox.toleft {
          left: initial; } }
    .claim-page .contentbox.toright {
      right: -45px; }
      @media (max-width: 992px) {
        .claim-page .contentbox.toright {
          right: initial; } }
    .claim-page .contentbox .btn {
      margin-top: 30px; }
  .claim-page .withimage {
    background-size: cover; }
    @media (max-width:500px) {
      .claim-page .claim-row > div {
        min-height: 250px
      }
    }
    @media(max-width:350px) {
      .claim-page .claim-row >div {
        min-height:200px;
      }
    }
    @media(max-width:290px) {
      .claim-page .claim-row >div {
        min-height:180px;
      }
    }
    .claim-page .withimage.image1 {
      background-image: url("../img/little.png"); }
    .claim-page .withimage.image2 {
      background-image: url("../img/transactions.jpg"); }
      @media(min-width:992px) {
        .claim-page .withimage.image2.first{
          display:none; }
      }
      @media(max-width:992px) {
        .claim-page .withimage.image2.second {
          display:none; }
      }
  .claim-page .block-button-container {
    text-align: left; }

.withdrawal-page .favorite-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.manage-charity-form .form-group {
  margin-bottom: 0; }

.padded {
  padding-left: 30%;
  padding-right: 30%; }
  @media screen and (max-width: 960px) {
    .padded {
      padding-left: 0;
      padding-right: 0; } }

.newFundHelp {
  border-radius: 24px;
  width: 25px;
  text-align: center;
  float: right;
  border: 1px solid #28c4f4;
  color: #cacaca;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: -31px;
  margin-top: 3px;
  color: #28c4f4; }

  .dashboardHelp {
    text-align: center;
    border-radius: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: grey;
    border: 2px solid grey;
    text-decoration: none;
    font-size: 13px;
    min-width: 18px;
    height: 18px;
    font-weight: 600;
    font-style: normal;
    float: right;
    margin-top: 3px;
    margin-right: -10px;
  }

  .dashboardHelp.smallerHelp[data-tooltip]:after {
    max-width: 190px;
    top: -47px;
  }

[data-tooltip]:after {
  font-size: 13px;
  top: -81px;
  max-width: 270px;
  overflow: visible;
  white-space: normal;
  width: 270px; }

.smallerHelp:after {
  top: -47px; }

a.dropdown-item {
  font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
  font-weight: normal;
}

a[data-jq-dropdown] i {
  font-size: 1.3rem;
  position: relative;
  top: 2px;
}

table.quick-donate--subheader {
  color: #ffffff;
  font-size: 1.2rem;
}

table.quick-donate--subheader td {
  padding: 0;
  width: 50%;
}

table.quick-donate--subheader tr td:first-child {
  padding-right: 1rem;
  text-align: right;
}

table.quick-donate--subheader tr td:last-child {
  text-align: left;
}

    .investment-info p {
      padding-bottom: 1em;
    }

    #startHere .accordion .panel {
      margin: 10px 0;
    }