/* ================================================================
   OCIA CHILD SPONSORSHIP
   ================================================================ */

.ocia-sponsor-intro {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}


.ocia-sponsor-principles {
  margin-top: 35px;
}


.ocia-sponsor-principle {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}


.ocia-sponsor-principle i {
  display: inline-block;
  margin-bottom: 14px;
}


.ocia-sponsor-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}


.ocia-sponsor-benefits li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}


.ocia-sponsor-benefits li::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "\f00c";
  font-family: FontAwesome;
}


.ocia-child-grid {
  display: flex;
  flex-wrap: wrap;
}


.ocia-child-grid > [class*="col-"] {
  display: flex;
}


.ocia-child-card {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}


.ocia-child-card__media {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 4 / 3;
}


.ocia-child-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ocia-child-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 230px;
  align-items: center;
  justify-content: center;
}


.ocia-child-card__placeholder i {
  font-size: 56px;
}


.ocia-child-card__content {
  padding: 24px;
}


.ocia-child-card__content h4 {
  margin-top: 0;
  margin-bottom: 9px;
}


.ocia-child-card__meta {
  margin-bottom: 12px;
  font-size: 13px;
}


.ocia-safeguarding-note {
  padding: 24px;
  border-left: 4px solid currentColor;
  background: #fafafa;
}


.ocia-safeguarding-note h4 {
  margin-top: 0;
}


.ocia-sponsorship-steps {
  counter-reset: ocia-sponsor-step;
}


.ocia-sponsorship-step {
  position: relative;
  padding: 30px 30px 30px 80px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}


.ocia-sponsorship-step::before {
  counter-increment: ocia-sponsor-step;
  content: counter(ocia-sponsor-step);
  position: absolute;
  top: 30px;
  left: 26px;
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}


.ocia-sponsor-faq .panel {
  border-radius: 0;
  box-shadow: none;
}


.ocia-sponsor-faq .panel-title > a {
  display: block;
  padding: 3px 0;
}


@media (max-width: 767px) {

  .ocia-child-grid {
    display: block;
  }


  .ocia-child-grid > [class*="col-"] {
    display: block;
  }


  .ocia-sponsorship-step {
    padding:
      76px
      24px
      24px;
  }


  .ocia-sponsorship-step::before {
    top: 24px;
    left: 24px;
  }

}
