/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto+Slab|Roboto:400,700&display=swap");
:root {
  font-size: 62.5%; }
  :root body {
    font-size: 1.6rem; }

.font-small {
  font-size: 80%; }

.footerInfo {
  margin-top: 4rem;
  background-color: #003262;
  padding: 1rem 0 2rem 0; }

.footerSpace {
  margin-top: 2rem; }

.footer-col-header {
  font-family: "Roboto Slab", Helvetica, sans-serif;
  font-size: 1.7rem;
  color: #FDB515;
  padding: 0 0 1rem 0; }

.footer-col-content {
  font-family: "Roboto", Helvetica, sans-serif;
  color: white;
  padding: 0 0 0.7rem 0;
  font-size: 1.3rem; }

.uc-section {
  margin-top: 3rem; }

.mailLink {
  color: white; }
  .mailLink:link:active {
    color: white; }
  .mailLink:link:visited {
    color: white; }
  .mailLink:hover {
    color: white; }

.uc-regents {
  color: white; }

@media (min-width: 576px) {
  footer .ccwipLogo {
    width: 190px; } }
@media (max-width: 767.98px) {
  footer .ccwipLogo {
    width: 140px; } }
