/* 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;
}

p.paragraph.paragraph-1 {
  padding-top: 13px;
  padding-bottom: 0;
  width: 49.5%;
  text-align: left;
  font-style: italic;
  font-size: 21px;
  line-height: 23px;
}

a.link-text.menu-item {
  margin-right: 8px;
  margin-left: 8px;
  color: #000;
  font-size: 24px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

a.link-text.home-item-menu {
  margin: 1rem 0;
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

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;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
  min-width: 10px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

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;
  }
}