  /*
@mixin font-stack-titillium {
  font-family: 'Titillium Web', 'Arial', sans-serif;
}
*/
@media (min-width: 64em) and (max-width: 75em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; } }

footer .footer::after {
  content: '';
  display: table;
  clear: both; }

footer .footer .views-row {
  background-color: #f5f5f5; }

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4em 2em 3.5em;
  font-size: 15px;
  color: #333;
  clear: both;
  max-width: 1260px;
  margin: auto; }
  @media (min-width: 55em) {
    .footer__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 63px 2em 20px; } }

.footer__block {
  margin-bottom: 2em; }
  @media (min-width: 55em) {
    .footer__block {
      margin-bottom: 0; } }

.footer__header {
  font-weight: 600;
  font-size: 19px;
  margin: 0 0 12px;
  padding: 0;
  text-transform: uppercase; }

.footer__block--university .footer__logo {
  margin-bottom: 5px;
  max-width: 233px; }

.footer__block--university address,
.footer__block--university p {
  font-style: normal;
  margin: 0;
  line-height: 2.1; }

.footer__block--department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .footer__block--department .footer__map-icon {
    width: 22px;
    margin-right: 26px;
    display: none; }
    @media (min-width: 55em) {
      .footer__block--department .footer__map-icon {
        display: block; } }
  .footer__block--department .footer__department-info .footer__mailing-info {
    margin-bottom: 10px; }
    .footer__block--department .footer__department-info .footer__mailing-info div {
      display: inline;
      line-height: 1.4; }
    .footer__block--department .footer__department-info .footer__mailing-info .comma {
      margin-left: -3px; }

.footer__block--links .footer-links {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer__block--links .footer-links li {
    display: block;
    line-height: 1.9;
    margin: 0; }
