.tags {
  margin-top: 20px;
}
.tags .topics {
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  text-transform: uppercase;
}
.tags .nav li a {
  background-color: #002878;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.tags .nav li a:hover {
  background-color: #0039ab;
}
.tags .nav-pills li a {
  border-radius: 0;
}
.article-list {
  list-style: none;
}
.article-list li a {
  line-height: 2.5;
  color: #4c7cf3;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
}
.article-list li a .fa {
  color: #ffa700;
}
.article-list .media {
  margin-bottom: 30px;
}
.article-list .media .media-left {
  min-width: 200px;
  padding-right: 20px;
}
.article-list .media .media-body h3 {
  margin-top: 0;
}
.article-list .media .media-body p {
  margin-top: 0;
}
.news-archive .intro-section {
  padding-left: 40px;
}
.news-archive .sort {
  padding-left: 30px;
}
.news-archive .sort ul {
  margin: 0px;
  padding: 15px 0px;
}
.news-archive .sort ul li {
  list-style: none;
  list-style-type: none;
  display: inline;
  padding: 10px;
  margin: 0px;
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .news-archive .sort ul li {
    margin-bottom: 5px;
    display: block;
    clear: both;
  }
}
.news-archive .sort ul li a {
  background-color: #002878;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.no-touch .news-archive .sort ul li a:hover {
  text-decoration: none;
  background-color: #0039ab;
  color: #fff;
}
.news-meta {
  margin-bottom: 20px;
}
.news-meta h2 {
  font-family: 'Roboto Slab', serif;
}
#story_content h3 {
  font-size: 20px;
}
.caption {
  font-size: 12px;
  margin: 5px 0 0 0;
}

.emory-wire-homepage {
    padding:60px 0 120px 0;
    background: url('../images/system/background-flat.png');
    background-size:cover;
    z-index:-1px;
    margin-bottom:-60px;
}

.emory-wire-homepage .content-center {
    text-align:center;
}

.emory-wire-interior{
    padding:10px 0 10px 0;
    background: url('../images/system/background-flat.png');
    background-size:cover;
}
.emory-wire-interior .container{
    background:none !important;
}

.image-responsive {
    max-width: 95%;
}