/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
}

h1.heading-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #339a9d;
}

h1.heading-1 {
  margin-bottom: 10px;
  padding-bottom: 0;
  height: 50px;
  background-color: #8ec099;
  font-size: 12px;
}

p.paragraph {
  color: #adadad;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph.paragraph-5 {
  margin-right: 0;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  width: 80%;
  background-color: #fff;
  color: #000;
  text-align: left;
  font-size: 12px;
}

p.paragraph.paragraph-3 {
  display: block;
  margin-bottom: 16px;
  padding-top: 20px;
  width: 80%;
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: 20px;

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

p.paragraph.paragraph-6 {
  padding-right: 0;
  padding-left: 0;
  width: 80%;
  background-color: #fff;
  color: #151515;
  text-align: left;
  font-size: 10px;
}

p.paragraph.paragraph-7 {
  margin-bottom: 0;
  width: 25%;
  color: #ffc680;
  font-size: 12px;

  justify-self: center;
}

p.paragraph span.paragraph-text-8 {
  color: #ffc680;
}

p.paragraph span a.paragraph-text-4 {
  color: #eaeaea;
  font-size: .75rem;
}

p.paragraph span span.paragraph-text-5 {
  color: #eaeaea;
  font-size: .75rem;
}

p.paragraph span a.paragraph-text-12 {
  color: #eaeaea;
}

p.paragraph.paragraph-8 {
  margin-bottom: 0;
  padding-left: 0;
  width: 90%;
  color: #eaeaea;
  text-align: center;
  font-size: 10px;
}

p.paragraph span.paragraph-text-39 {
  color: #bff9cc;
}

p.paragraph span.paragraph-text-1 {
  background-color: #e4f4e8;
}

p.paragraph span.paragraph-text-3 {
  background-color: #e4f4e8;
}

p.paragraph span.paragraph-text-16 {
  background-color: #e4f4e8;
}

p.paragraph span.paragraph-text-18 {
  background-color: #e4f4e8;
}

p.paragraph span.paragraph-text-19 {
  background-color: #e4f4e8;
}

p.paragraph span.paragraph-text-20 {
  background-color: #e4f4e8;
}

p.paragraph span.paragraph-text-6 {
  background-color: #e4f4e8;
}

p.paragraph.paragraph-7:active {
  color: #eaeaea;
}

p.paragraph span.paragraph-text-8:active {
  color: #eaeaea;
}

ul.unorder-list.unordered-list-1 {
  width: 75%;
  background-color: #fff;

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

blockquote.blockquote-1 {
  margin-top: 50px;
  margin-bottom: 16px;
  padding: 0 0 0 5px;
  width: 100%;
  height: 26px;
  border-left-width: 0;
  border-left-color: rgba(121, 31, 48, .76);
  background-color: #eaeaea;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  font-size: 12px;
}

a.link-text.menu-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 10%;
  color: #fff;
  font-weight: 400;
  font-size: 8px;
  font-family: 'Archivo', sans-serif;

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

a.link-text.menu-link.smooth-scroll {
  display: block;
  margin-right: 5px;
  margin-left: 0;
  padding-right: 3px;
  padding-left: 3px;
  width: auto;
  text-align: center;
  font-size: 8px;
}

a.link-text.menu-link:hover {
  color: #fff;
  font-size: 6px;
}

a.link-text.menu-link.smooth-scroll:hover {
  font-size: 8px;
}

/* Interaction Elements */

a.link-button.button {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 100%;
  height: 38px;
  border-color: #151515;
  border-radius: 5px;
  background-color: #b4e2be;
  color: #151515;
  text-indent: 0;
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 12px;
}

a.link-button span.button-link-text-1 {
  font-size: .625rem;
}

a.link-button.button:hover {
  background-color: rgba(121, 31, 48, .76);
  color: #fff;
}

/* Layout Elements */

body.dark-body {
  background-color: #fff;
}

.container.container-8 {
  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-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  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;
  color: #eaeaea;

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

.container.container-3 {
  position: -webkit-sticky;
  position:         sticky;
  top: 45px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-width: 10px;
  width: 100%;
  height: 40px;
  background-color: #0e595b;
  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-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: center;
}

.container.container-55 {
  display: grid;
  height: 200px;
  background-image: url('../images/ripples%20copy.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-12 {
  display: block;
  background-color: #628384;
}

.container.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -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-6 {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #fff;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -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;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

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

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-4 {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 2000;
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 45px;
  background-color: #000;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -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;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  grid-area: auto / auto / auto / auto;
}

.container.header-region {
  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;
  min-width: 10px;
  min-height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  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, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container.container-1 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  min-height: 0;
  width: 60%;
  height: 100px;
  background-color: #eaeaea;
  background-image: url('../images/Nef%20logo.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .8;

  background-blend-mode: normal;
}

.container.highlighted-heading {
  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: 2rem auto;
  padding: 1rem;
  min-height: 600px;
  max-width: 1000px;
  width: 100%;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.container.container-7 {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 50px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -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.header-region:hover {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  background-image:    -moz-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  background-image:      -o-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  background-image:         linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
}

li.list-item.list-item-5 {
  font-size: 12px;
}

li.list-item.list-item-4 {
  font-size: 12px;
}

li.list-item.list-item-3 {
  font-size: 12px;
}

li.list-item.list-item-6 {
  font-size: 12px;
}

li.list-item.list-item-2 {
  font-size: 12px;
}

li.list-item.list-item-1 {
  font-size: 13px;
  font-family: 'Archivo', sans-serif;
}

.rule.rule-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 115px;
}

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

.rule.rule-2 {
  background-color: #fff;
}

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

@media screen and (min-width: 25rem) {
  /* Text Elements */

  p.paragraph.paragraph-3 {
    line-height: 20px;
  }

  blockquote.blockquote-1 {
    height: 32px;
    font-size: 16px;
  }

  a.link-text.menu-link {
    width: auto;
    text-align: center;
    font-size: 10px;
  }

  a.link-text.menu-link.smooth-scroll {
    font-size: 10px;
  }

  a.link-text.menu-link:hover {
    color: #fff;
    font-size: 10px;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    font-size: 10px;
  }

  /* Layout Elements */

  .container.container-3 {
    top: 45px;
    height: 45px;
  }

  .container.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 45px;
    background-color: #000;

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

@media screen and (min-width: 31.625rem) {
  /* Text Elements */

  p.paragraph.paragraph-3 {
    line-height: 20px;
  }

  a.link-text.menu-link {
    font-size: 12px;
  }

  a.link-text.menu-link.smooth-scroll {
    text-align: center;
    font-size: 12px;
  }

  a.link-text.menu-link:hover {
    color: #fff;
    font-size: 12px;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    font-size: 12px;
  }

  /* Interaction Elements */

  a.link-button.button {
    font-size: 14px;
  }

  /* Layout Elements */

  .container.container-3 {
    top: 45px;
    height: 45px;
  }

  .container.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 50px;
    background-color: #000;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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-7 {
    width: 100%;
  }

  .container.header-region:hover {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:    -moz-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:      -o-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:         linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
  }

  .rule.rule-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    color: #eaeaea;
    font-size: 30px;
  }

  h1 span.heading-text-1 {
    color: #000;
  }

  h1.heading-1 {
    height: 70px;
    color: #000;
    font-size: 18px;
  }

  p.paragraph.paragraph-6 {
    padding-right: 0;
    padding-left: 0;
    width: 80%;
    color: #000;
    text-align: left;
    font-size: 13px;
    line-height: 16px;

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

  p.paragraph.paragraph-5 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 80%;
    color: #000;
    font-size: 13px;
    line-height: 16px;

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

  p.paragraph.paragraph-3 {
    padding-top: 20px;
    padding-left: 0;
    width: 80%;
    height: auto;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    line-height: 25px;
  }

  p.paragraph.paragraph-7 {
    width: 25%;
    color: #eaeaea;
    font-style: italic;
    font-size: 14px;
  }

  p.paragraph span a.paragraph-text-12 {
    font-style: normal;
  }

  p.paragraph span a.paragraph-text-4 {
    font-style: normal;
  }

  p.paragraph.paragraph-8 {
    font-size: 14px;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: .875rem;
  }

  p.paragraph.paragraph-7:active {
    color: #eaeaea;
  }

  ul.unorder-list.unordered-list-1 {
    width: 75%;

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

  blockquote.blockquote-1 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    height: 50px;
    background-color: #eaeaea;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
  }

  a.link-text.menu-link {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;

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

  a.link-text.menu-link.smooth-scroll {
    padding-right: 3px;
    padding-left: 3px;
    text-align: center;
    font-size: 14px;
  }

  a.link-text.menu-link:hover {
    color: #fff;
    font-size: 14px;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    font-size: 14px;
  }

  /* Interaction Elements */

  a.link-button.button {
    display: block;
    margin-bottom: 0;
    padding-top: 12px;
    width: 50%;
    font-size: 14px;

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

  a.link-button span.button-link-text-1 {
    font-size: .75rem;
  }

  /* Layout Elements */

  body.dark-body {
    background-color: #fff;
  }

  .container.container-8 {
    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: stretch;
    min-width: 100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-3 {
    position: -webkit-sticky;
    position:         sticky;
    top: 70px;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    min-width: 10px;
    width: 100%;
    height: 45px;
    font-size: 16px;

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

  .container.container-55 {
    display: grid;
    height: 300px;
    background-color: #eaeaea;
    background-image: url('../images/ripples%20copy.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-12 {
    background-color: #628384;
  }

  .container.container-10 {
    -ms-flex-pack: center;
    width: 100.4%;

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

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

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 70px;
    background-color: #000;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: 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;
  }

  .container.header-region {
    min-width: 340px;
    background-color: #000;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    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, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.container-1 {
    width: 80%;
    height: 120px;
    background-color: #eaeaea;
    background-size: cover;
    opacity: .8;
  }

  .container.highlighted-heading {
    min-width: 10px;
    max-width: none;
    width: 600px;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    height: 50px;
    background-color: #fff;
  }

  .container.header-region:hover {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:    -moz-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:      -o-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:         linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-attachment: scroll, scroll;
    background-position: 0 0, 0 0;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .rule.rule-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 115px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-3 {
    position: static;
    top: 0;
    z-index: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 38px;
  }

  h1.heading-1 {
    margin-top: 0;
    height: 75px;
    background-color: #8ec099;
  }

  p.paragraph.paragraph-3 {
    padding-bottom: 0;
    padding-left: 0;
    width: 80%;
    height: auto;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 25px;

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

  p.paragraph.paragraph-5 {
    padding-left: 0;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }

  p.paragraph.paragraph-6 {
    padding-top: 20px;
    padding-left: 0;
    background-color: #fff;
    color: #151515;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }

  p.paragraph.paragraph-7 {
    width: 25%;
    font-size: 14px;
  }

  p.paragraph span a.paragraph-text-4 {
    font-style: normal;
    font-size: 1rem;
  }

  p.paragraph span a.paragraph-text-12 {
    font-size: 1rem;
  }

  p.paragraph.paragraph-8 {
    width: 100%;
    font-size: 16px;
  }

  p.paragraph a.paragraph-text-12 {
    font-size: 1rem;
  }

  p.paragraph span.paragraph-text-2 {
    font-style: normal;
    font-size: 1rem;
  }

  ul.unorder-list.unordered-list-1 {
    width: 75%;
  }

  blockquote.blockquote-1 {
    height: 50px;
    border-left-color: rgba(121, 31, 48, .76);
    background-color: #eaeaea;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
  }

  a.link-text.menu-link {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #000;
    font-size: 16px;
  }

  a.link-text.menu-link.smooth-scroll {
    background-color: #000;
    font-size: 16px;
  }

  a.link-text.menu-link:hover {
    font-size: 16px;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button.button {
    display: block;
    font-size: 0;
  }

  a.link-button span.button-link-text-1 {
    font-size: 1rem;
  }

  /* Layout Elements */

  body.dark-body {
    display: block;
    float: none;
    width: 100%;
    background-color: #fff;
    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 {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-8 {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
    min-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    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.container-3 {
    top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    min-width: 10px;
    height: 45px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-55 {
    display: grid;
    margin-top: 50px;
    height: 350px;
    background-image: url('../images/ripples%20copy.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-12 {
    background-color: #628384;
    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.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    width: 100%;
    background-color: #fff;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-13 {
    background-color: #fff;
    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.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    background-color: #fff;
    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;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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;
    background-blend-mode: normal;
  }

  .container.container-5 {
    background-color: #fff;
    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.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 70px;
    background-color: #000;
    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;
    opacity: 1;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: 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;
    background-blend-mode: normal;
  }

  .container.header-region {
    min-width: 10px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    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, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.container-1 {
    position: static;
    top: 0;
    z-index: auto;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    height: 160px;
    border-radius: 8px;
    background-color: #eaeaea;
    vertical-align: middle;
    opacity: .8;
  }

  .container.highlighted-heading {
    position: static;
    top: 0;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    width: 600px;
    background-color: transparent;
    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.container-2 {
    background-color: #fff;
    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.container-6 {
    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.container-7 {
    background-color: #fff;
    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.header-region:hover {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:    -moz-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:      -o-linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:         linear-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    -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: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }

  li.list-item.list-item-5 {
    font-size: 16px;
  }

  li.list-item.list-item-4 {
    font-size: 16px;
  }

  li.list-item.list-item-3 {
    font-size: 16px;
  }

  li.list-item.list-item-6 {
    font-size: 16px;
  }

  li.list-item.list-item-2 {
    font-size: 16px;
  }

  li.list-item.list-item-1 {
    font-size: 16px;
  }

  .rule.rule-1 {
    background-color: #fff;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 85px;
    font-size: 22px;
  }

  h1.heading-3 {
    margin-bottom: 20px;
  }

  p.paragraph.paragraph-5 {
    position: static;
    padding-right: 0;
    padding-left: 0;
    width: 70%;
    background-color: #fff;
    color: #000;

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

  p.paragraph span.paragraph-text-7 {
    font-size: 1.125rem;
  }

  p.paragraph.paragraph-7 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 25%;
    font-size: 14px;
  }

  p.paragraph.paragraph-3 {
    display: block;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    max-width: 70.4%;
    width: 70%;
    background-color: #fff;
    color: #000;

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

  p.paragraph.paragraph-6 {
    margin-bottom: 18px;
    padding-right: 0;
    padding-left: 0;
    width: 70%;
    background-color: #fff;
    color: #000;
    font-size: 16px;

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

  p.paragraph.paragraph-8 {
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-2 {
    font-style: normal;
    font-size: 1rem;
  }

  ul.unorder-list.unordered-list-1 {
    width: 60%;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    grid-area: auto / auto / auto / auto;
  }

  blockquote.blockquote-1 {
    display: block;
    margin-top: 25px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    border-left-width: 0;

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

  a.link-text.menu-link {
    display: block;
    padding: 11px 5px;
    font-size: 16px;
  }

  a.link-text.menu-link.smooth-scroll {
    padding-top: 11px;
    padding-right: 16px;
    padding-bottom: 11px;
    text-align: center;
    font-size: 16px;
  }

  a.link-text.menu-link:hover {
    font-size: 16px;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button span.button-link-text-1 {
    font-weight: 700;
    font-size: 1.375rem;
  }

  a.link-button.button {
    width: 100%;
    height: 50px;
    border-width: .1875rem;
    border-color: #151515;
    border-radius: 10px;
    background-color: #b4e2be;
    color: #151515;

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

  a.link-button.button:hover {
    border-color: #151515;
    background-color: rgba(121, 31, 48, .76);
    color: #fff;
  }

  /* Layout Elements */

  body.dark-body {
    background-color: #fff;
    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.container-8 {
    padding-top: 0;
    min-width: 100%;
    min-height: auto;
    max-width: 100%;
    max-height: none;
    width: auto;
    height: auto;
  }

  .container.container-3 {
    position: -webkit-sticky;
    position:         sticky;
    top: 70px;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    visibility: visible;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    min-width: 10px;
    width: 100%;
    height: 45px;
    background-color: #0e595b;
    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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.container-12 {
    display: grid;
    height: auto;
    background-color: #628384;
    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.container-6 {
    display: block;
    -ms-flex-pack: center;
    background-color: #fff;
    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-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    background-color: #fff;
    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-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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;
    background-blend-mode: normal;
  }

  .container.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    background-color: #fff;
    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;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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;
    background-blend-mode: normal;
  }

  .container.container-13 {
    background-color: #fff;
    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.container-5 {
    background-color: #fff;
    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.container-55 {
    height: 300px;
  }

  .container.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2000;
    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;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-width: 0;
    min-height: auto;
    height: 70px;
    background-color: #000;
    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;
    opacity: 1;

    background-blend-mode: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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.header-region {
    position: static;
    z-index: 0;
    min-width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/ripples%20copy.jpg');
    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, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 50%;
    background-color: #fff;
    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;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.header-region:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -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: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }

  li.list-item.list-item-5 {
    font-size: 16px;
  }

  li.list-item.list-item-4 {
    font-size: 16px;
  }

  li.list-item.list-item-3 {
    font-size: 16px;
  }

  li.list-item.list-item-6 {
    font-size: 16px;
  }

  li.list-item.list-item-2 {
    font-size: 16px;
  }

  li.list-item.list-item-1 {
    font-size: 16px;
  }

  .rule.rule-1 {
    margin-bottom: 115px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rule.rule-2 hr {
    border-top-width: 3px;
    border-top-color: #fff;
  }

  .rule.rule-2 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 98.0625rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 0;
    color: #000;
  }

  p.paragraph.paragraph-6 {
    margin-bottom: 0;
    padding-left: 0;
    width: 70%;
    color: #02284d;
    font-size: 16px;
    line-height: 25px;
  }

  p.paragraph.paragraph-3 {
    padding-left: 1px;
  }

  p.paragraph span a.paragraph-text-12 {
    font-size: 1.125rem;
  }

  p.paragraph span a.paragraph-text-4 {
    font-style: normal;
  }

  p.paragraph.paragraph-5 {
    padding-right: 0;
    padding-left: 0;
    width: 70%;
    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.paragraph-7 {
    font-size: 16px;
  }

  p.paragraph a.paragraph-text-4 {
    font-size: 1.5rem;
  }

  blockquote.blockquote-1 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -8px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    border-left-width: .125rem;
  }

  a.link-text.menu-link {
    font-size: 20px;
  }

  a.link-text.menu-link.smooth-scroll {
    font-size: 20px;
  }

  a.link-text.menu-link:hover {
    font-size: 20px;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    font-size: 20px;
  }

  /* Layout Elements */

  .container.container-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .container.container-3 {
    top: 90px;
    height: 45px;
    opacity: 1;
  }

  .container.container-55 {
    height: 350px;
  }

  .container.header-region {
    min-height: auto;
    width: 100%;
    background-color: #eaeaea;
    background-position: left top, center center;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container.container-4 {
    height: 90px;
  }

  .rule.rule-1 {
    margin-bottom: 135px;
    padding-top: 0;
  }
}