/* Custom CSS for support tickets. */

/*
*  Ticket 8430347
*  Constituent photos are loading at 100% width.
*  James Brettschneider
*/

.fsDirectory .fsConstituentItem .fsPhoto img {
   width: auto;
}

/* End Section */


/*
*  Ticket 9489460
*  Hide main nav dropdowns.
*  Jon B
*/

.fsHasTheme2 .nav-main .fsNavPageInfo {
display: none !important;
}

/* End Section */


/* 9581967 - 8/28/24 - Jon B */

.footer-social-links .fsNavLevel1 li a[href*="twitter"]:before {
  font-family: 'fsIcomoon';
  content: '\e939';
  font-size: 16px;
}

.footer-social-links .fsNavLevel1 li a[href*="instagram"]:before {
  font-family: 'fsIcomoon';
  content: '\e923';
}