/* Text Elements */

h1.heading-2 {
  margin: 10px auto 0;
  padding-bottom: 14px;
  background-color: #07140b;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #fff9f9;
  text-align: center;
  text-indent: 0;
  letter-spacing: 0;
  line-height: 1;

  background-blend-mode: normal;
}

h1 a.heading-text-3 {
  color: #fcf6f6;
  text-decoration: underline;
  font-size: 18px;
}

h1.heading-1 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  text-align: center;

  background-blend-mode: normal;
}

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

h1 span.heading-text-2 {
  background-color: #07140b;
  color: #e0f20e;
  text-decoration: none;
  font-size: 14px;
}

h1 span.heading-text-7 {
  font-size: 18px;
}

h1 span.heading-text-5 {
  text-decoration: none;
  text-transform: none;
  font-style: italic;
  font-size: 24px;
}

h1 span.heading-text-4 {
  font-size: 12px;
}

p.paragraph.footer {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #f7f1f1;
  text-align: center;
}

p.paragraph {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: 'Andale Mono', AndaleMono, monospace;
}

p.paragraph.lead {
  margin-bottom: 0;
  padding-bottom: 0;
}

p.paragraph a.paragraph-text-33 {
  color: #fcf6f6;
  text-decoration: underline;
  font-size: 9px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 900;
  font-size: 16px;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  line-height: 1.33;
}

p.paragraph.paragraph-1 {
  max-width: 75%;
}

ul.unorder-list {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  padding-left: 12px;
  list-style-position: inside;
  list-style-type: circle;
}

a.link-text.portfolio-text-link {
  display: block;
  margin-top: 0;
  margin-bottom: 7px;
  color: #000dff;
}

a.link-text {
  font-size: 12px;
  font-family: 'Andale Mono', AndaleMono, monospace;
}

a.link-text.nav-link {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 9px 20px;
  color: #333;
  text-align: center;
  font-size: 14px;
}

a.link-text.active {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

a.link-text.nav-link:hover {
  text-decoration: line-through;
}

/* Layout Elements */

body {
  padding-right: 6px;
  padding-left: 6px;
}

.container-grid.nav-bar {
  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-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
  background-blend-mode: normal;
}

.container-grid.footer-column {
  margin-top: 25px;
  padding-right: 8px;
  padding-left: 8px;
}

a.responsive-picture.logo {
  margin: 7px auto;
  max-width: 400px;
}

div.responsive-picture.project-image {
  margin-top: 7px;
  margin-bottom: 16px;
  max-width: none;
}

li.list-item {
  text-indent: -12px;
  font-size: 12px;
  font-family: 'Andale Mono', AndaleMono, monospace;
  line-height: 23px;
}

.rule.small-rule {
  margin-top: 2px;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
  width: 2%;
}

.rule.small-rule hr {
  border-top-color: #fff;
}

.container-grid.nav-container {
  margin-bottom: 20px;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: 90%;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.column-2 {
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.column-3 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.column-4 {
  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;

  background-blend-mode: normal;
}

.container-grid.column-5 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.column-7 {
  background-color: #07140b;
  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;

  background-blend-mode: normal;
}

.container-grid.column-3.column-type {
  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;

  background-blend-mode: normal;
}

.container-grid.column-2.column-type {
  background-color: #fcf6f6;
  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;

  background-blend-mode: normal;
}

.container-grid.column-7.column-type {
  background-color: #4a4e4b;
}

div.responsive-video.video-1 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  min-height: 200px;
  max-width: 85%;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  min-width: 10px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.responsive-picture.picture-link-1 {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 250px;
  width: 85%;
}

.container-grid.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 30px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-video.video-platform-1 {
  padding-bottom: 0;
  min-width: 275px;
  min-height: 200px;
  max-width: 90%;
}

.container-grid.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.responsive-picture.picture-link-2 {
  max-width: 300px;
}

.container-grid.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.responsive-picture.picture-link-3 {
  max-width: 275px;
}

.container-grid.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.responsive-picture.picture-link-4 {
  max-width: 275px;
}

.container-grid.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

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

  h1.heading-2 {
    min-width: 300px;
    width: 95%;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 36px;

    background-blend-mode: normal;
  }

  h1 a.heading-text-3 {
    color: #fcf6f6;
    font-size: 18px;
  }

  h1.heading-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  h1 span.heading-text-1 {
    font-size: 26px;
  }

  h1 span.heading-text-7 {
    font-size: 24px;
  }

  p.paragraph a.paragraph-text-33 {
    color: #fcf6f6;
    font-size: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 24px;
  }

  p.paragraph.paragraph-1 {
    max-width: 68%;
  }

  .rule.small-rule hr {
    border-top-color: #fdfdfd;
  }

  a.responsive-picture.logo {
    max-width: 100%;
    width: 2000%;
  }

  div.responsive-picture.picture-1 {
    max-width: 600px;
    width: 90%;
  }

  .container-grid.column-2 {
    margin-right: auto;
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 26%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 26%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 26%, rgba(29, 30, 33, .5) 100%);
    background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 26%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.nav-bar {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-3 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-4 {
    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;

    background-blend-mode: normal;
  }

  .container-grid.column-5 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-7 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-3.column-type {
    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;

    background-blend-mode: normal;
  }

  .container-grid.column-2.column-type {
    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;

    background-blend-mode: normal;
  }

  .container-grid.column-7.column-type {
    background-color: #4a4e4b;
    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;

    background-blend-mode: normal;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 500px;
  }

  div.responsive-video.video-platform-1 {
    min-width: 500px;
    min-height: 375px;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 450px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 375px;
  }

  a.responsive-picture.picture-link-4 {
    max-width: 600px;
  }

  div.responsive-video.video-1 {
    min-height: 375px;
    max-width: 80%;
  }
}

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

  h1 a.heading-text-3 {
    color: #fcf6f6;
  }

  h1.heading-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  p.paragraph a.paragraph-text-33 {
    color: #fcf6f6;
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.responsive-picture.logo {
    max-width: 100%;
    width: 2000px;
  }

  .container-grid.column-2 {
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 18%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 18%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 18%, rgba(29, 30, 33, .5) 100%);
    background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 18%, rgba(29, 30, 33, .5) 100%);
  }

  .container-grid.column-3 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.nav-bar {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-4 {
    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;

    background-blend-mode: normal;
  }

  .container-grid.column-5 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-7 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    max-width: 800px;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  }

  .container-grid.column-7.column-type {
    background-color: #4a4e4b;
  }
}

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

  h1.heading-2 {
    background-color: #07140b;
    text-align: center;
  }

  h1 a.heading-text-3 {
    color: #fcf6f6;
  }

  h1.heading-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  p.paragraph a.paragraph-text-33 {
    color: #fcf6f6;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph.paragraph-1 {
    max-width: 52%;
  }

  /* Layout Elements */

  body.grid-1 {
    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;

    background-blend-mode: normal;
  }

  a.responsive-picture.logo {
    max-width: 400px;
  }

  .container-grid.column-4 {
    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;

    background-blend-mode: normal;
  }

  .container-grid.column-5 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-7 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    max-width: 1000px;
  }

  .container-grid.column-3.column-type {
    background-color: #fcf6f6;
  }

  .container-grid.column-7.column-type {
    background-color: #4a4e4b;
  }

  div.responsive-video.video-1 {
    min-height: 500px;
    max-width: 70%;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 600px;
  }

  div.responsive-video.video-platform-1 {
    padding-bottom: 0;
    min-width: 933px;
    min-height: 550px;
    max-width: 90%;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 650px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 475px;
  }
}

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

  p.paragraph.footer {
    background-color: #4a4e4b;
    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;

    background-blend-mode: normal;
  }

  p.paragraph a.paragraph-text-33 {
    color: #fcf6f6;
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .container-grid.nav-bar {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-3 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-4 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-5 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-7 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-7.column-type {
    background-color: #fcf6f6;
    -webkit-column-rule-color: #fcf6f6;
       -moz-column-rule-color: #fcf6f6;
            column-rule-color: #fcf6f6;
  }
}

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

  h1.heading-2 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    color: #f9f5f5;
    text-align: center;

    background-blend-mode: normal;
  }

  h1 a.heading-text-3 {
    color: #fcf6f6;
  }

  h1 span.heading-text-2 {
    font-style: italic;
  }

  h1.heading-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-align: center;

    background-blend-mode: normal;
  }

  p.paragraph span.paragraph-text-29 {
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph a.paragraph-text-33 {
    color: #fcf6f6;
  }

  p.paragraph span.paragraph-text-34 {
    color: #fcf6f6;
  }

  p.paragraph.footer {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  a.link-text.nav-link {
    font-family: 'Andale Mono', AndaleMono, monospace;
  }

  a.link-text.active {
    border-bottom-style: dotted;
  }

  a.link-text.portfolio-text-link {
    margin-bottom: 7px;
  }

  /* Layout Elements */

  body.grid-1 {
    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;

    background-blend-mode: normal;
  }

  a.responsive-picture.logo {
    max-width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, soft-light;
  }

  .rule.small-rule {
    width: 0;
  }

  .rule.small-rule hr {
    border-top-width: 1px;
  }

  .container-grid.column-2 {
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
  }

  .container-grid.column-3 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-4 {
    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;

    background-blend-mode: normal;
  }

  .container-grid.column-5 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.nav-bar {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-7 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(13, 99, 59, 1) 15%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    max-width: 1000px;
  }

  .container-grid.column-3.column-type {
    background-color: #fcf6f6;
  }

  .container-grid.column-4.column-type {
    background-color: #fcf6f6;
  }
}