/* Actions and programs Section --------------------------------------------------------------------------------------------------------*/
.actions-section {
  position: relative;
}

.section-heading-rtb {
  display: block;
  padding-bottom: 20px;
}

.section-heading-rtb-title {
  color: #2DC850;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  padding-bottom: 20px;
}

.section-heading-rtb-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
}
.section-heading-rtb-right {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.section-heading-rtb-btn {
  margin: 0 auto;
}

.rtb-btn-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.rtb-btn-text {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}

.section-heading-rtb-slider-arrow {
  display: none;
}

.actions-list {
  text-align: center;
}

.actions-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.actions-card-body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  max-width: 211px;
  margin: 0 auto;
}

.actions-card-img {
  border-radius: 16px;
  display: block;
  margin: auto;
}

.actions-card-body-title {
  color: #0069B4;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.actions-list-item-more {
  margin-bottom: 15px;
}

.actions-card-body-link {
  font-size: 1rem;
  font-weight: 400;
  color: #F39200;
  text-decoration: underline;
  margin-bottom: 15px;
}

.actions-list-col {
  padding: 0 10px 40px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .actions-list-flex {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    margin: 0 -20px;
  }

  .actions-list-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-heading-rtb-title {
    color: #2DC850;
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }

  .section-heading-rtb {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .section-heading-rtb-slider-arrow {
    display: flex;
    display: -ms-flexbox;
  }

  .section-heading-rtb-right {
    padding-left: 15px;
    position: relative;
    bottom: 0;
    text-align: right;
  }

  .section-heading-rtb-btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .actions-list-col {
    width: 33.33%;
  }
}
@media (min-width: 1400px) {
  .actions-list-col {
    width: 25%;
  }
}

/*# sourceMappingURL=actions-programs.css.map */