@font-face {
	font-family: 'Acta';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/Acta-Book.otf");
}

@font-face{
    font-family: 'Acta Deck Medium';
    src: url('https://cdn.epoch.cloud/assets/fonts/ActaDeck-Medium.otf');
}

@font-face {
	font-family: 'Ringside Narrow Book';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Book.otf");
}
@font-face {
	font-family: 'Ringside Narrow Bold';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Bold.otf");
}
@font-face {
    font-family: 'D-DINCondensed';
    src: url('https://cdn.epoch.cloud/assets/fonts/D-DINCondensed.otf') format('opentype');
}

@font-face{
    font-family: 'RingsideNarrow Semibold';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Semibold.otf');
}

body div {
  font-size: 1rem;
  font-family: 'Ringside Narrow Book';
  color: #000000;
}

img {
    min-width: 0;
    max-width: 100%;
}

.hidden {
    display: none;
}

.content {
    max-width: 1028px;
}

.w-color {
    color: #ffffff;
}

.donate-btn {
    background: #0085E7;
    border-radius: 2px;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    padding: 11px 27px;
    font-family: 'RingsideNarrow Semibold';
    letter-spacing: 0.7px;
}

.donate-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content .title {
  font-size: 32px;
  font-family: 'Acta Deck Medium';
  text-align: center;
  padding: 30px 20px 16px;
}

.donate-detail {
    padding: 16px;
}

.bg-blue {
    background: #F4F8FA;
    border-radius: 8px;
}

.work-steps {
    height: 100%;
}

.work-steps h3 {
    font-family: 'Acta Deck Medium';
    font-size: 24px;
    text-align: center;
}

.step {
    width: 220px;
    margin: 44px auto 0;
    text-align: center;
}

.step h4 {
    font-size: 26px;
    font-family: 'Acta Deck Medium';
    margin-top: 12px;
}

.step p {
    font-size: 18px; 
}

.donate-form {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 32px;
  color: #262626;
  margin-top: 16px;
  height: 100%;
  color: #262626;
}

.donate-form h4 {
  font-family: 'RingsideNarrow Semibold';
  padding-bottom: 4px;
}

.donate-form .option-wrap {
  max-width: 335px;
}

.donate-form .input-group {
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 8px;
}

.donate-form input {
  margin-top: 5px;
}

.donate-form .donate-amount {
  background: rgba(36, 160, 237, 0.18);
}

.donate-form .input-group label{
  margin-left: 12px;
}

.amount-input {
  width: 115px;
  height: 20px;
  padding: 2px;
}

.amount-input::placeholder {
  color: #9A9A9A;
  font-size: 16px;
  font-family: 'Ringside Narrow Book';
}

.donate-form h3, .donate-form h4 {
  font-size: 18px;
  color: #262626;
  font-family: 'RingsideNarrow Semibold';
  margin-top: 30px;
  margin-bottom: 10px;
}

.student-red {
  color: #E03434;
}

.explain {
    margin-top: 20px;
}

.explain h3 {
    font-family: 'Acta Deck Medium';
    font-size: 32px;
    letter-spacing: 0.8px;
}

.explain p {
    font-size: 16px;
}

.donate-ways h3 {
    font-family: 'Acta Deck Medium';
    font-size: 24px;
    margin-bottom: 0;
}

.donate-ways .way {
    max-width: 190px;
    margin:42px auto 0;
}

.way h6 {
    font-family: 'Acta Deck Medium';
    font-size: 20px;
}

.way p {
    font-size: 16px;
}

.way a {
    color: #0085E7;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    border: 1px solid #0085E7;
    border-radius: 2px;
    padding: 5px;
    width: 140px;
    display: block;
    margin: auto;
    cursor: pointer;
    font-size: 18px;
}

/* payment */
#cb-payment-method-title {
    display: none;
}

.epcheckout-wrapper {
    min-height: unset!important;
}

.container.epcheckout {
    padding: 0;
}

.radio.clearfix {
    margin: 0!important;
    padding: 0;
    display: flex;
    justify-content: center;
}

#cb-payment-method-card .col-sm-6.form-group {
    margin-bottom: 12px;
}

#cb-payment-method-card .col-sm-6 .form-group {
    margin-bottom: 12px;
}

.cb-main-footer {
    position: relative;
}

.cb-main-footer .form-group {
    margin-bottom: 0!important;
}

.cb-main-footer .tos-text {
    margin: 10px 0;
}

.cb-main-footer #purchase-btn {
    width: 98px!important;
    background: #0085E7;
    border-radius: 2px;
    box-shadow: unset;
    padding: 8px;
    margin-top: 0;
}

.secure-badge {
    margin: 0px!important;
    bottom: 0px;
    right: 0px;
    color: #8C8C8C;
    font-size: 16px;
}

.secure-badge img {
    height: 45px;
}

.error-msg {
    color: red;
}

.cb-process.loading-throbber-wrapper {
    margin: unset;
}

.footer {
    background: #ebebeb;
}

footer {
    text-align: center;
    padding: 50px 0;
    color: #fff;
    background-color: #444;
}

footer a {
    color: #fff;
    text-decoration: underline;
    padding: 0 20px;
}

@media (min-width: 576px) {
  .content .title {
    font-size: 40px;
    line-height: 48px;
  }

  .work-steps h3 {
      font-size: 32px;
  }

  .student-choices .choice {
      width: calc((100% - 16px) / 3);

  }

  .right {
      float: right;
      width: 50%;
  }
  
  .left {
      float: left;
      width: 50%;
  }

  .explain {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      margin: 0;
  }
  
  .right.explain {
      padding-left: 46px;
  }

  .left.explain {
      padding-right: 50px;
  }

  .secure-badge {
      position: absolute;
  }
}

@media (min-width: 768px) {
  .content .title {
    font-size: 45px;
    line-height: 53px;
  }

  .donate-form {
      margin-top: 0px;
  }
  .explain h3 {
      font-size: 40px;
  }
  
  .explain p {
      font-size: 18px;
  }

  .donate-ways h3 {
      font-size: 32px;
  }

  .cb-process.loading-throbber-wrapper {
      position: absolute;
  }

  .donate-form h3, .donate-form h4 {
    font-size: 24px;
  }
  
}

@media (min-width: 1028px) {
  .content .title {
    font-size: 56px;
    line-height: 64px;
  }

  .donate-detail {
      padding: 16px 0 100px;
  }
}



