.container--modules {
  padding: 15px 0 0 0;
}
.container--module__image {
  padding-bottom: 15px;
}
.container--menu > div {
  padding:0;
}
.compound-link__text {
  bottom: 0;
  margin-right: 15px;
  padding: 15px;
  position: absolute;
}
/*@media(min-width: 768px) {
  .compound-heading__text {
    bottom: 0;
    margin-right: 15px;
    padding: 15px;
    position: absolute;
  }
  .page__heading {
    margin: 0 15px 0 0;
    padding: 15px;
  }
}*/
.page__heading {
  margin: 0;
  padding: 15px;
}
.page__image, .tile {
  margin-bottom: 30px;
}
.page__text {
  padding-bottom: 20px;
}
.module__heading {
  margin: 0;
  padding-bottom: 15px;
}
.module__divider {
  padding: 0 15px 15px 15px;
}
iframe {
  padding-bottom: 5px;
}
hr {
  margin: 0 !important;
}
.container--iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.container--iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list--links {
  margin-top: 10px;
}
.info {
  padding-top: 10px;
}
/*.hover .compound-link__text {
  visibility: hidden;
}
.hover:hover .compound-link__text, .hover:focus .compound-link__text {
  visibility: visible;
}*/
.container--splash {
  max-height: 75vh;
  overflow: hidden;
  position: relative;
}
.container--splash > video {
  margin-bottom: -5px;
  width: 100%;
  height: auto;
}
.page__content, .secondary-content {
  padding-top: 30px;
}
.container--archive {
  padding-top: 30px;
}
.page__image {
  position: relative;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}