.ds-2col-stacked-fluid > .group-left {
  float: none; /* LTR */
  width: 100%;
}

.ds-2col-stacked-fluid > .group-right {
  float: none; /* LTR */
  width: 100%;
}
.ds-2col-stacked-fluid > .group-right h3 {
  font-size: 110%;
}

.ds-2col-stacked-fluid > .group-footer {
  padding-top: 0.5rem !important;
  padding-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
  .ds-2col-stacked-fluid > .group-left {
    float: left; /* LTR */
    width: 50%;
    padding-right: 0.5rem !important;
  }
  .ds-2col-stacked-fluid > .group-right {
    float: right; /* LTR */
    width: 50%;
    padding-left: 0.5rem !important;
  }
}
.skip-link {
  z-index: 50;
  left: 50%;
  padding: 0.0625rem 1rem 0.125rem;
  transform: translateX(-50%);
  border-bottom-width: 0;
  border-radius: 0 0 0.3rem 0.3rem;
  outline: 0;
  background: #495057;
  font-size: 1rem;
  line-height: 1.5;
}
.skip-link .visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
}
