#research--grant--projects .accordion-header .accordion-button{
color: #000000 !important;
background-color: #ffffff !important;
font-size: 40px !important;
font-weight: 700 !important;
}
#research--grant--projects .accordion-header{
border-bottom: 1px solid #000 !important;
}
#research--grant--projects .accordion-item{
border: none !important;
}

#research--grant--projects .az-image-content{
	border-radius: 15px !important;
}
#research--grant--projects .d-flex h4{
	color: #000 !important;
}
#research--grant--projects hr{
	margin-top: 35px !important;
}


.accordion-grants {
	display: flex;
  background-color: #fff;
  color: #999999;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
  font-weight: 700 !important;
  font-family: "Oswald", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

 .accordion-grants:hover {
  font-size: 26px;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion-grants:after  {
	display: block;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    
}
.accordion-grants.active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23121845'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}

