.title {
  margin-top: 30px;
}

.NewsEventSmallCard {
  width: 78%;
  margin-left: 11%;
}

span.ReadMore.CTA {
  margin-top: 20px;
  padding: 8px 30px;
  background-color: #fff1e1;
}

.ArticleTeaser {
  display: none;
  max-width: 300px;
  width: 100%;
  background-color: #f0f0f0;
  vertical-align: top;
  text-align: center;
  margin: 10px;
  box-shadow: 0 3px 10px rgba(117, 117, 117, 0.28);
}

.Archives .ArticleTeaser {
  min-height: 155px;
}

.ArticleTeaser.showList {
  display: inline-block;
}

.PictureBoxFloatLeftTeaser {
  position: absolute;
  left: 0;
  right: 0;
}

.article-photo {
  height: 160px;
  overflow: hidden;
  border-bottom: 10px solid #005daa;
  position: relative;
}

.Archives .PictureBoxFloatLeftTeaser {
  border-bottom: 0px;
}

h4.ArticleTeaserHeader {
  line-height: 25px !important;
  text-align: center;
  margin: 0px;
}

a.Photo,
a.Video {
  text-decoration: none;
}

.Photo::after {
  content: "\f030";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  color: #32a3dc;
}

.Photo,
.Video,
.Something {
  display: inline-block;
  margin: 8px 5px 0 6px;
  padding: 10px 0 0;
  width: 12px;
}

.Video::after {
  content: "\f03d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  color: #32a3dc;
}

.Archives .ArticleTeaserSummary {
  padding-left: 10px;
  margin-top: 2px;
  display: block;
  line-height: 22px;
  padding-bottom: 5px;
  text-align: center;
}

.Archives .articleTitle {
  font-size: 20px;
  display: block;
  line-height: 22px;
}

.Archives .NewsEventSmallCard {
  margin-left: 24%;
}

.articleTitle a {
  text-decoration: none !important;
}

.articleTitle a:visited {
  text-decoration: none !important;
}

.archivedReadMore {
  width: 25%;
}

.moreLessButtons {
  margin-top: 30px;
}

.articleTitle {
  font-size: 1.55em;
  display: block;
  color: #005daa;
}

.academicArea {
  font-style: italic; 
}

.description {
  font-size: 1.15em;
  line-height: 1.45em;
  display: block;
  color: #32a3dc;
}

@media only screen and (max-width: 1199px) {
  .archivedReadMore {
    width: 30%;
  }

  .caption.NewsEventSmallCard {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .archivedReadMore {
    width: 40%;
  }
}

@media only screen and (max-width: 685px) {
  .archivedReadMore {
    width: 45%;
  }
}

@media only screen and (max-width: 320px) {
  .ArticleTeaser:first-of-type {
    min-height: 400px;
  }

  .ArticleTeaser {
    width: 250px;
  }
}

.viewArchives {
  vertical-align: middle;
  margin-top: 20px;
}

.articleTitle a {
  color: #005daa
}


#loadMore, #showLess {
  cursor: pointer;
}

/* #loadMore:hover, #showLess:hover {
  color: black;
} */

.article-content {
  padding: 0 20px;
}

.ArticleTeaserSummary {
  margin-bottom: 20px;
}
