/*
DO NOT MODIFY THIS FILE DIRECTLY
If you do, your changes will be overwritten and lost. Instead, make your changes to
the appropriate files in the sass folder, then run Grunt to generate this file.
Instructions for running Grunt are in the readme file at the project root.
*/

h1, .main-default-title {
  line-height: 56px;
  line-height: 3.5rem; }
  @media screen and (min-width: 48em) {
    h1, .main-default-title {
      line-height: 80px;
      line-height: 5rem; } }

h2, .main-body-title {
  line-height: 40px;
  line-height: 2.5rem; }
  @media screen and (min-width: 48em) {
    h2, .main-body-title {
      line-height: 64px;
      line-height: 4rem; } }

h3, .main-subtitle-black, .main-subtitle-white {
  line-height: 36px;
  line-height: 2.25rem; }
  @media screen and (min-width: 48em) {
    h3, .main-subtitle-black, .main-subtitle-white {
      line-height: 56px;
      line-height: 3.5rem; } }

p {
  line-height: 28px;
  line-height: 1.75rem; }
  @media screen and (min-width: 48em) {
    p {
      line-height: 32px;
      line-height: 2rem; } }

li, .richText {
  line-height: 24px;
  line-height: 1.5rem; }
  @media screen and (min-width: 48em) {
    li, .richText {
      line-height: 30px;
      line-height: 1.875rem; } }

@media screen and (min-width: 48em) {
  .breadcrumb li {
    line-height: 14px;
    line-height: 0.875rem; } }
