.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.section-intro-copy {
  position: relative;
  margin-bottom: 50px; }
  .section-intro-copy > .container-fluid {
    display: block;
    margin: 0 auto; }
  .section-intro-copy p {
    font-family: "Lora", serif; }
    .section-intro-copy p.subhead {
      font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300))); }
  .light-text .section-intro-copy {
    color: #fff; }
    .light-text .section-intro-copy .section-title {
      color: #fff; }
      .light-text .section-intro-copy .section-title:after {
        border-color: #fff; }
  .deltaBG.light-text .section-intro-copy {
    color: #000; }
    .deltaBG.light-text .section-intro-copy .section-title {
      color: #000; }
  .section-intro-copy.text-center {
    text-align: center; }
    .section-intro-copy.text-center .section-title + p {
      margin-top: 30px; }
    .section-intro-copy.text-center .section-title:after {
      display: none; }
    .section-intro-copy.text-center > .container-fluid {
      width: 80%;
      margin: auto; }
  @media (max-width: 767.98px) {
    .section-intro-copy {
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .section-intro-copy .container-fluid {
      width: 100% !important;
      margin: auto; }
    .section-intro-copy p.subhead {
      font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300))); }
    .section-intro-copy.text-center .section-title + p {
      margin-top: 15px; } }
