/* Our footer is used across our entire site
   including our black-white and accountedfor projects
*/

#stlpr-footer {
  font-family: 'Lato', sans-serif;
  color: #999;
  width: 100%;
  background-color: #444750;
  clear: both;
}

#stlpr-footer ul {
  padding: 0;
  list-style-type: none;
}

#stlpr-footer #footernav {
  text-align: center;
}

#stlpr-footer #footernav ul li {
  font-size: 0.9em;
  float: left;
  width: 20%;
  padding: 10px 0 10px 0;
  transition: ease 0.5s;
}

#stlpr-footer #footernav ul li:hover {
  background-color: #e4363c;
}

#stlpr-footer a {
  color: #fff;
  display: block;
  font-weight: 400;
  text-decoration: none;
}

#stlpr-footer #umsl {
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
  transition: ease 0.5s;
  color: #999;
  border-right: 1px solid #999;
}

#stlpr-footer #umsl:hover {
  color: #fff;
  background-color: #e4363c;
}

#stlpr-footer #legal {
  margin-top: 15px;
}

@media (max-width: 767px) {
  #stlpr-footer #footernav ul li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 992px) {
  #stlpr-footer #umsl {
    border: none;
  }
}
