.downloads__categorytitle{
	position: relative;
	cursor: pointer;
}

.downloads__categorytitle::after{
      content: '\f067';
      font-family: "Font Awesome\ 5 Pro";
	  font-weight: 900;
      position: absolute;
      right:28px;
      top:22px;
      color:#003087;
      font-size: 21px;
	  line-height: 1;
}

.downloads__categorytitle.open::after{
      content: '\f068';
}

.download__listing{
	display:none;
}

.download__details a{
	color:#003087;
	text-decoration: none
}
