/* Text Elements */

h1.hero-title {
  color: #fff;
  white-space: nowrap;
  font-weight: 100;
  font-size: 18px;
}

p.paragraph.hero-text {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  visibility: visible;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .9);
  text-align: center;
  white-space: nowrap;
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  -webkit-column-gap: normal;
     -moz-column-gap: normal;
          column-gap: normal;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-2 {
  color: rgba(255, 255, 255, .9);
}

p.paragraph span.paragraph-text-3 {
  color: #6bba64;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 300;
}

p.paragraph span.paragraph-text-5 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-6 {
  color: #6bba64;
}

p.paragraph span.paragraph-text-7 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-8 {
  color: rgba(107, 186, 100, .9);
  font-weight: 200;
}

p.paragraph span.paragraph-text-9 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-10 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-11 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-12 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-13 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-14 {
  color: rgba(107, 186, 100, .9);
}

p.paragraph span.paragraph-text-15 {
  font-weight: 300;
}

p.paragraph span.paragraph-text-16 {
  font-weight: 300;
}

/* Layout Elements */

body.body-1 {
  display: block;
  visibility: visible;
  min-height: 2971.88%;
  background-color: #000;

  grid-area: auto / auto / auto / auto;
}

.container.action-overlay {
  position: static;
  display: block;
  margin-top: 0vh;
  padding-top: 40vh;
  min-height: auto;
  width: auto;
  height: auto;

  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.action-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-align: center;
  margin-right: auto;
  margin-left: auto;
  min-width: 5px;
  width: 95%;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  -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-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.container.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url('../component-images/BG_1280.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.video-hero {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  padding-right: 0;
  padding-left: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}

video.content-size-video {
  position: static;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;

  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.hero-title {
    font-size: 40px;
  }

  p.paragraph.hero-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.hero-title {
    font-size: 48px;
  }

  p.paragraph.hero-text {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.overlay {
    background-color: rgba(33, 34, 81, .15);
    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-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 4s;
       -moz-transition-duration: 4s;
         -o-transition-duration: 4s;
            transition-duration: 4s;
    -webkit-transition-property: background-color;
       -moz-transition-property: background-color;
         -o-transition-property: background-color;
            transition-property: background-color;

    background-blend-mode: normal;
  }

  .container.overlay.outofview {
    background-color: #212251;
  }
}