@charset "UTF-8";
/*
 Theme Name:   CSU CHHS Parent Theme
 Theme URI:    https://chhs.csu.edu
 Description:  Custom-made Wordpress theme for College of Health and Human Sciences, Colorado State University. Supports child themes.
 Author:       NewCity
 Author URI:   https://insidenewcity.com
 Version:      2.0.0
 License:      NONE
 Text Domain:  csu-chhs
*/

@media screen and (min-width: 64em) {
  .universal-footer.universal-footer {
    align-items: stretch;
  }

  .global-footer.global-footer {
    padding-right: 7.5rem;
  }
}

.universal-footer__logo.universal-footer__logo {
  width: 100%;
  display: flex;
  align-items: center;
}

.universal-footer__logo .logo.logo {
  width: 100%;
}

.universal-footer__logo .logo.logo img {
  height: 100%;
  max-width: 100%;
}

.directory-list .person__pronouns {
  font-style: italic;
}