#donate_banner.template-chevron {
  color: #fff;
  background-color: #fff;
}

#donate_banner.template-chevron #donate-close-button {
  top: 5px;
  right: 5px;
  background-image: url('../images/close-circle-white.svg');
}

#donate_banner.template-chevron .donate-body {
  padding: 0 4rem 0 0;
  height: 100%;
  align-items: stretch;
}

#donate_banner.template-chevron.goldbarvisible .donate-body {
  height: calc(100% - 4rem);
}

#donate_banner.template-chevron .main-content {
  padding: 1rem;
}

#donate_banner.template-chevron .appeal-text {
  margin-bottom: 1rem;
}

#donate_banner.template-chevron #banner-body-left-container {
  clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 50%, calc(100% - 4rem) 100%, 0% 100%);
  background-color: #194880;
}

#donate_banner.template-chevron .donate-form .donate-form-chevrons {
  display: block;
  width: 4rem;
  height: 100%;
  background-color: #194880;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%, 4rem 50%);
}

#donate_banner.template-chevron #chevron-image-container {
  background-image: url('../images/girls_reading.jpg');
  width: 100%;
  max-width: 250px;
  background-repeat: no-repeat;
  background-position: 44% 35%;
  background-size: cover;
  clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 50%, calc(100% - 4rem) 100%, 0% 100%);
}

#donate_banner.template-chevron.goldbarvisible #chevron-image-container {
  clip-path: polygon(0% -4rem, calc(100% - 4rem) -4rem, 100% calc(50% - 2rem), calc(100% - 4rem) 100%, 0% 100%);
}

#donate_banner.template-chevron donation-form-edit-donation {
  color: #2c2c2c;
  --paymentButtonSelectedColor: #194880;
  --paymentButtonFontColor: #000;
  --paymentButtonSelectedFontColor: #fff;
}

#donate_banner.template-chevron .cta-button {
  background-color: #23765D;
}

@media (min-width: 768px) {
  #donate_banner.template-chevron .donate-form .white-box {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 767px) {
  #donate_banner.template-chevron .donate-body {
    width: 100%;
    padding: 0;
  }

  #donate_banner.template-chevron .donate-form {
    width: 100%;
    padding: 1rem;
  }

  #donate_banner.template-chevron.goldbarvisible #chevron-image-container,
  #donate_banner.template-chevron #chevron-image-container {
    height: 100px;
    width: 100%;
    max-width: unset;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
  }

  #donate_banner.template-chevron #banner-body-left-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
    padding-bottom: 2rem;
  }

  #donate_banner.template-chevron .donate-form .donate-form-chevrons {
    display: none;
  }

  #donate_banner.template-chevron .donate-form .white-box {
    padding: 0;
  }
}
