.agents-of-change {
    width: 100%;
}
.ac-title {
    text-align: left;
}  

.aoc-cards {
    width: 100%;
}
    .aoc-cards .aoc-item {
    padding:.5rem;
    display:inline-block;
    margin-bottom:5px;
    width:100%;
    }
    .aoc-cards .aoc-item .unbnd-card {
    max-width:400px!important;
    margin-top:0;
    }
    .aoc-cards .field-title {
    text-transform:capitalize;
    padding:15px 0;
    text-align:left;
    font-weight:600;
    line-height:1.35em;
    font-size:20px;
    color:#182954;
    font-family:whitney medium,sans serif;
    }
   .aoc-cards .aoc-tags {
    font-family:whitney medium!important;
    font-size:12px;
    color:#182952;
    text-align:center;
    }
    .aoc-cards span.titletag-LATESTRESULTS {
    margin-right:5px;
    text-transform:uppercase;
    font-weight:400;
    font-size:12px!important;
    color:#182952
    }
    .aoc-cards span.countrytag-LATESTRESULTS {
    margin-left:5px;
    text-transform:uppercase;
    font-weight:400;
    font-size:12px!important;
    color:#182952
    }
    .aoc-cards .subheading-LATESTRESULTS.field-latestdescription {
    font-size:16px;
    font-family:whitney light!important;
    padding:0
    }
    .news-alert p {
    text-align:center
    }
    .aoc-field-thumbnailimage {
    width:100%
    }
    .aoc-field-thumbnailimage img {
    width:100%;
    height:auto;
    height:180px;
    align-self:center;
    object-fit:cover;
    object-position:center top;
    overflow:hidden;
    max-width:100%
    }
    .aoc-cards .k-card-actions.text-center.py-2.k-card-actions-start.k-card-actions-horizontal {
    margin:0 auto;
    padding-bottom:1rem!important
    }
    .aoc-cards .row.justify-content-center.py-4.my-4 {
    text-align:center
    }
 .aoc-numbers p.grant-amount, .aoc-numbers p.family-impact {
      text-transform:uppercase;
    text-align:center;
    }
    
    /* .aoc-numbers p.grant-amount {
     border-right: 1px solid #000;
    } */
    
.aoc-numbers p.amount-results, .aoc-numbers p.impact-results{
    color: #0b8289;
    font-size:25pt;
    font-family: caecilia;
    text-align:center;
    margin-top: 0!important;
    }
    
/* card images carousel */
#aoc-carousel a.carousel-control-prev.none {
    left: 1px!important;
}

#aoc-carousel a.carousel-control-next.none {
    right: 1px!important;
}

.carousel-indicators.aoc-indicators {
    bottom: -10px!important;
}

.aoc-icon {
  background-color: rgb(140,140,140, 0.5);
  border-radius: 100%;
  display: flex;
  flex: 0 0 36px;
  justify-content: center;
  align-items: center;
  opacity: 100% !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
  height: 36px;
  width: 36px;
}

.completed_DATE {
    color: #0b8289;
}
.completed_DATE p {
  font-weight: 900;
  color: #0b8289;
  font-size: 18pt;
  font-family: caecilia;
  text-align: center;
}

/*new- for main and details page */
.aoc-numbers p.amount-results, .aoc-numbers p.impact-results {
  font-weight:900;
}

.aoc-numbers p.grant-amount, .aoc-numbers p.family-impact {
  font-weight:800;
}

/*new- this shows on main - but needs to be added to details */
.field-title {
  text-transform:capitalize;
}

.aoc-summary .summary-title {
  text-transform:capitalize;
  text-align: center;
  margin-bottom: 5px;
  }
  .aoc-summary .aoc-tags {
  font-family:"Whitney Medium", sans-serif!important;
  font-size:12px;
  color:#182952;
  text-align:center;
  }
  .aoc-summary span.titletag-LATESTRESULTS {
  margin-right:5px;
  text-transform:uppercase;
  font-weight:400;
  font-size:12px!important;
  color:#182952
  }
  .aoc-summary span.countrytag-LATESTRESULTS {
  margin-left:5px;
  text-transform:uppercase;
  font-weight:400;
  font-size:12px!important;
  color:#182952
  }
  .aoc-summary .subheading-LATESTRESULTS.field-latestdescription {
  font-size:16px;
  font-family:whitney light!important;
  padding:0
  }


/*new - for main page*/
.k-card-actions.text-center.py-2.k-card-actions-start.k-card-actions-horizontal{
  margin-bottom:1rem;
}
    
@media(min-width:576px) {
    .aoc-cards .aoc-tags {
        font-size: 12px;
    }
    .ac-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }  
}
/* aoc detail carousel */

.aoc-detail-carousel .carousel-control-prev {
  left: 0;
}
.aoc-detail-carousel .carousel-control-next {
  right: 0;
}

.ac-title .ac-desc {
    margin-right: 15%;
    margin-left: 15%;
}

@media (max-width: 991px) {
    .ac-title {
        text-align: center;
    }  
}

@media (max-width: 768px) {
    .aoc-detail-carousel .carousel-indicators.aoc-detail-indicators {
        bottom: -30px!important;
    }
    .aoc-detail-carousel .carousel-control-prev {
        left: -30px;
      }
    .aoc-detail-carousel .carousel-control-next {
        right: -30px;
      }
    .ac-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    
    }  
}

@media (max-width: 576px) {
    .aoc-cards .field-title {
        text-align:center;
    }
    .ac-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    
    }  
    .ac-title .ac-desc {
        margin-right:auto;
        margin-left:auto;
    }
}