/* Text Elements */

h1.page-heading {
  margin-top: .625rem;
  margin-bottom: .625rem;
  color: #f05d29;
  text-align: right;
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 600;
  font-size: 2.81rem;
  font-family: 'Montserrat', sans-serif;
}

h1 span.heading-text-1 {
  color: #f05d29;
  font-size: 22px;
}

h1 strong.heading-text-2 {
  font-weight: 800;
  font-style: italic;
  font-variant: small-caps;
  font-size: 17px;
  line-height: 1.1;
}

h6 strong.heading-text-3 {
  text-decoration: underline;
  font-size: 20px;
}

p.paragraph.action-para {
  margin-bottom: 1rem;
  max-width: 37.5rem;
  text-align: center;
  font-size: 1.12rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

/* Layout Elements */

body > .row {
  max-width: 75rem;
}

body > .row > [class*='col-xs-'].no-padding-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='col-xs-'].book-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row > [class*='col-xs-'].footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 3.75rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
  text-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.hero-image {
  margin-bottom: .437rem;
  max-width: none;
}

div.responsive-picture.picture-1 {
  position: absolute;
  bottom: auto;
  max-width: 106px;
  background-color: transparent;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-1 > picture {
  margin: 0;
}

@media screen and (min-width: 400px) {
  /* Layout Elements */

  body > .row > [class*='col-xs-'].footer-column {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  p.paragraph.action-para {
    max-width: 50rem;
  }
}

@media screen and (min-width: 1200px) {
  /* Layout Elements */

  body > .row.footer-row {
    margin-top: 5rem;
  }
}