/* Text Elements */

h1.heading-1 {
  position: -webkit-sticky;
  position:         sticky;
  top: 100px;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 1px;
  margin-left: 30px;
  padding-right: 0;
  padding-bottom: 0;
  min-height: 0;
  width: 50%;
  text-align: left;
  text-indent: 0;
  word-spacing: 0;
  font-weight: 500;
  font-size: 22px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 30px;
}

h1 span.heading-text-1 {
  font-weight: 400;
}

h1 span.heading-text-2 {
  font-weight: 400;
}

h1 span.heading-text-3 {
  font-weight: 800;
  font-size: 1.5rem;
}

h1 span.heading-text-4 {
  font-weight: 800;
}

h1 span.heading-text-5 {
  font-weight: 600;
}

a.link-text span.text-link-text-6 {
  font-size: 1.375rem;
}

a.link-text span.text-link-text-7 {
  font-size: 1.375rem;
}

a.link-text span.text-link-text-8 {
  font-size: 1.375rem;
}

/* Layout Elements */

.container.big-quote-wrapper {
  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;
  padding: 2rem 1rem;
  min-height: 50vh;
  background-color: #fefefe;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.Header {
  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-left: 0;
  min-height: 100px;
  max-width: 1026px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture {
  padding-top: 0;
  max-width: none;
}

div.responsive-picture.picture-1 {
  padding-right: 30px;
  padding-bottom: 29px;
  padding-left: 30px;
  width: 66%;
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.big-quote-wrapper {
    background-color: #fefefe;
  }
}