.rud-cover-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.routing-unit_content > span:last-child {
  margin-bottom: 0;
}

.is-not-cover {
  background: transparent;
}

.link-list.is-not-cover {
  background: transparent;
  -webkit-backdrop-filter: none;
}

.is-layoutCoverColumn .group .routing-unit_icon {
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
}

.is-layoutCoverColumn .layoutCoverColumn_max-width {
  max-width: 720px;
  padding-right: 3.5rem;
}

@media (min-width: 768px) {
  .is-layoutCoverColumn .group .routing-unit_icon {
    bottom: 3.3rem;
    right: 2.3rem;
  }

  .is-layoutColumn {
    display: flex;
  }

  .is-layoutColumn > div {
    max-width: 50%;
  }
}

/* -- Dark Background -- */

.ground-dark-flat {
  background-color: #2C2F33;
  color: #fff;
}

.ground-dark-flat .rud-cover-image {
  background-color: #2C2F33;
}

.ground-dark-flat .routing-unit_headline-color,
.ground-dark-flat .routing-unit_tagline {
  color: #fff;
}

.ground-dark-flat .routing-unit_icon {
  background-color: #fff;
  color: #231F20;
}

/* -- Light Background -- */

.ground-light {
  background-color: rgba(0,34,64,.06);
  color: #665F61;
}

.ground-light .rud-cover-image {
  background-color: rgba(0,34,64,.06);
}

.ground-light .routing-unit_headline-color {
  color: #231F20;
}

.ground-light .routing-unit_tagline {
  color: #6b7480;
}

.ground-light .routing-unit_icon {
  background-color: #D80032;
  color: #fff;
}

/* -- White Background -- */

.ground-white {
  background-color: #fff;
  color: #665F61;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,34,64,.06);
}

.ground-white .rud-cover-image {
  background-color: #fff;
}

.ground-white .routing-unit_headline-color {
  color: #231F20;
}

.ground-white .routing-unit_tagline {
  color: #6b7480;
}

.ground-white .routing-unit_icon {
  background-color: #D80032;
  color: #fff;
}

/* -- Hover effects -- */

.group .routing-unit_headline {
  transition: all 250ms ease-in-out;
  position: relative;
  bottom: 0;
}

.not-menu-card.has-link .group:hover .routing-unit_headline {
  bottom: 2px;
}

.ground-white.not-menu-card.has-link .group:hover .routing-unit_headline,
.ground-light.not-menu-card.has-link .group:hover .routing-unit_headline {
  color: #D80032;
}

.ground-dark-flat.not-menu-card.has-link .group:hover .routing-unit_headline {
  color: #fff;
}

.group .routing-unit_icon {
  transition: all 250ms ease-in-out;
  position: relative;
  transform: scale(1);
}

.group:hover .routing-unit_icon {
  transform: scale(1.25);
}

/* -- Menu Card Hover -- */

.has-link .menu-card-link {
  transition: all 150ms ease-in-out;
}

.has-link .menu-card-link:hover {
  color: #D80032;
}

.menu-card-link .menu-card-link_arrow {
  transition: all 150ms ease-in-out;
}

.menu-card-link:hover .menu-card-link_arrow {
  color: #D80032;
  right: 25px;
}

/* Density Options */

