﻿/* FILTERABLE LIST STYLES */

.filterable-item .text-content a {
  color: var(--globalBlue);
  text-underline-offset: 5px;
}

.filterable-item .text-content a:hover {
  color:var(--globalPink);
}

.filterable-item .text-content a[href$=".pdf"]:before{
  content:"\f1c1  ";
  font-family: fontawesome;
}