.transition {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.regular-text-section {
  padding: 4rem 0 3rem;
}
@media (min-width: 75em) {
  .regular-text-section {
    padding: 8rem 0 6rem;
  }
}
.regular-text-section + .regular-text-section {
  margin-top: -6rem;
}
@media (min-width: 75em) {
  .regular-text-section + .regular-text-section {
    margin-top: -12rem;
  }
}
.regular-text-section + .link-list {
  margin-top: -8rem;
}
.regular-text-section + .slide-column-grid {
  margin-top: -4rem;
}
.regular-text-section .responsive-video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
}
.regular-text-section .responsive-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 45em) {
  .regular-text-section .left-column.stretch-mobile .left-content {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 45em) {
  .regular-text-section .left-column.stretch-desktop .left-content {
    float: right;
    width: calc(50vw - 1rem);
  }
}
@media (max-width: 45em) {
  .regular-text-section .right-column.stretch-mobile .right-content {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 45em) {
  .regular-text-section .right-column.stretch-desktop .right-content {
    float: left;
    width: calc(50vw - 1rem);
  }
}
/*# sourceMappingURL=maps/regular_text_section.css.map */
