/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* .faculty-headshopt img{
	width:auto;
} */

/*
	UAT 214455
*/

.footer-social li a.twitter::before,
.content-social li a.twitter::before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 66%;
  background-position: bottom center;
  filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(93deg) brightness(108%)
  contrast(100%);
  margin-top: -5px;
}

.footer-social li a.twitter:hover::before,
.content-social li a.twitter:hover::before {
  filter: invert(94%) sepia(28%) saturate(1046%) hue-rotate(327deg)
  brightness(101%) contrast(91%);
}