section.carousel .latest-news {
  padding: 3rem 0;
}
section.carousel .latest-news .inner {
  padding: .5rem 0 0;
  overflow: hidden;
  margin-top: 1rem;
}
section.carousel .latest-news h2 {
  padding: 0 1.5rem;
}
section.carousel .latest-news ul {
  padding: 0 1.5rem;
}
section.carousel .latest-news .view-all {
  margin: -1.5rem 1.5rem 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #818181;
}
section.carousel .latest-news .view-all a {
  text-transform: uppercase;
  font-size: .875em;
  background: url(../../themes/advent/img/icon/arrow/right-white-small.png) right center no-repeat;
  padding-right: 16px;
}
section.carousel .latest-news .global-highlights {
  background-color: #eee;
  padding: 1.5rem;
}
section.carousel .latest-news .global-highlights h2 {
  padding: 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: none;
}
section.carousel .latest-news .global-highlights h2 a {
  color: #535356;
}
section.carousel .latest-news .carousel-sidebar-button {
  display: inline-block;
  margin-top: -.5rem;
  padding-right: 1rem;
  background-color: #00b8f0;
}
section.carousel .latest-news .carousel-sidebar-button a {
  background: url(../../themes/advent/img/icon/arrow/right-white-small.png) right 2.5rem no-repeat;
  display: inline-block;
  margin-top: -1rem;
  padding: 0 2rem 1rem 1rem;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}
section.carousel .latest-news .carousel-sidebar-button a span {
  width: 36px;
  height: 36px;
  margin-right: .3rem;
  background: url(../../themes/advent/img/icon/download-pdf-no-border.png) center no-repeat;
  display: inline-block;
  position: relative;
  top: 1.2rem;
}