.t1-site-branding {
  margin: 1em;
}

.t1-uis-logo {
  float: left;
  margin: 0 0.5em 0 0;
}

ul.footer1-menu li a:hover {
  text-decoration: underline;
}

.footer1-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: url(/sites/default/files/2021-07/cpaa-footer-bg.jpg);
  color: #fff;
  padding: 3em;
}

.footer1-menu li {
  list-style: none;
  padding: 1em 0;
  border-bottom: 1px solid #fff;
  color: white;
}
.footer1-menu a {
  text-decoration: none;
  color: white;
}

.footer1-col {
  max-width: 400px;
}

.uis-dept-logo {
  border-right: 1px solid #fff;
  padding: 0 0.2em 0;
  margin-right: 0.2em;
}

.footer1-logo img {
  float: left;
}

.footer1-menu li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding: 0 0.5em;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  justify-items: center;
}
.social-links span.fa-ext.extlink {
  display: none;
}

.social-media-links {
  max-width: 90%;
  margin: 2em auto 7em;
  display: grid;
  grid-auto-flow: column;
  text-align: center;
}

.contact-blk {
  padding: 0 3em;
}

/*# sourceMappingURL=theme1.css.map */
