

body footer {
  border-top: solid 5px #888888;
  background: #59677c;
  color: #FFFFFF;
  height: 32px;
  margin-top:20px!important;
  .footer {
    font-size:12px;
    margin-top:8px;
    a {
      color:#fff;
    }
  }
}

body.branding-jhup footer,
body.branding-baylor footer,
body.brand-washu footer {
  margin-top:0!important;
  border-top:0;
  .footer {
    margin-top:0;
  }
}

body.branding-jhup footer {
  border-top: solid 5px #888888;
}

footer .region-footer-bottom .jhu {
  background: #59677C;
  height: 32px;
  line-height: 20px;
  position: relative;
  z-index: 5;
  div.brand {
    background: #3E577A;
    border-right: solid 5px #888;
    float: left;
    height: 32px
  }
  div.copyright {
    margin: 5px;
	text-align: center;
	color: #fff;
	width: 665px;
	float: left;
	a {color: #fff;}
  }
  div.social-media {
    float: right;
    margin: 5px;
  }
}
footer .region-footer-bottom .baylor {
  padding-top: 24px;
  padding-left: 40px;
  font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
  background-color: #004834;
  color: #FFF;
  font-size: 8pt;
  height: 88px;
  a:link, a:visited, a:active {
    color: #FFF;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
}
