p {
  max-width: none;
  line-height: inherit;

  &:not(:first-child) {
    margin-top: 2.2rem;
  }

  &.h2-underlined {
    @extend h2;
    @extend h2.underlined;
  }

  .usa-prose > & {
    line-height: inherit;
  }
}

.page-node--28272 {
  .block-block-content6864e025-1c3e-4f35-84e5-155a55649cb6 {
    h2.block-content__title {
      @extend h2;
      @extend h2.underlined;
    }
  }
  .block-content--268 {
    h2 {
      @extend h2;
      @extend h2.underlined;
    }
  }
}

%intro,
.intro,
.usa-intro {
  font-family: $sans;
  margin-top: 2.2rem;
  font-size: 2.8rem;
  line-height: 1.4;
}

blockquote {
  font-family: $serif;
  font-size: 3rem;
  line-height: 1.31;
  margin: 4rem 1.6rem 0;

  > * {
    @extend %trim;
    font-size: 3rem;
    line-height: 1.375;
  }

  cite {
    font-family: $sans;
    font-size: 1.6rem;
  }
}

%callout {
  background-color: $lightblue;
  padding: 3rem;
  margin: 4rem 0;

  &:first-child {
    margin-top: 0;
  }

  @include at-media('desktop') {
    .usa-layout-docs__main & {
      padding: 5rem 6rem;
    }
  }
}

p.callout {
  @extend %callout;
  @include u-font('serif', 4); //1.29rem
  color: $darkblue;
  font-size: 2.8rem;
  line-height: 1.35;
}

.block--callout {
  @extend %callout;

  p {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}

hr {
  border: 0;
  border-bottom: $border;
  margin: 3rem 0;
}

.text-align-center {
  text-align: center;
}

.text-align-right{
  text-align: right;
}

figcaption,
caption {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 2rem;
}


.text--small {
  font-size: 1.4rem;
}

svg.mailto {
  margin-left: 0.3rem;
  width: 16px;
  height: 15px;
  padding-right: 0;
}

.fc-event-container {
  a:visited {
    color: $white;
  }
}
