.expandable {
	background: #E4EFF4;
  border: 1px solid #B7CFDC;
  border-radius: 8px;
	margin-bottom: 1rem;    
	padding: 1rem;    
}

.expandable:last-of-type {
	margin-bottom: 2.5rem;
}

.expandable h3:after {
	  content: "\f055";
    font: var(--fa-font-solid);
    font-size: 36px;
    font-weight: 900;
    float: right;
    margin-left: 20px;
}

.expandable.expanded h3:after {
	  content: "\f056"	
}

.page-node-type-project .expandable h3,
.page-node-type-project .field-name-body .expandable h3 {
	align-items: center;	
	color: #00558c;
	cursor: pointer;
	display: flex;
	font-size: 1.325rem;	
	font-weight: 700;
  margin-bottom: 0;
}

.expandable .content {
    background: #fff;	
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;	
    margin: 1rem -1rem -1rem -1rem;
    padding: 1rem;
}

.expandable .content li {
	margin-bottom: 1rem;
}

.expandable .content li:last-child {
	margin-bottom: 0;
}