#slu-logo {
  float: right;
  width: 250px !important;
  padding-right: 20px;
}
 body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    color: #594D48;
  }
.resource.show dt ~ dd, .media-list dt ~ .resource-link  {  
  width:100%;
  font-size:1.2em;
}
.resource.show dt {
  width:100%;
  font-size:0.9em;
  text-transform: uppercase;
  font-weight:bold;
}
.main-content { 
float:left;
  background-color: #9a785136;
  margin-bottom: 30px;
}
.sidebar {
  width: 60%;
  float: right;
  margin-left: 30px;
  margin-top: -24px;
}
#sub-title img {
width:200px !important;
margin-bottom:5px;
}