/* Text Elements */

h1.heading-3 {
  position: relative;
  top: -7px;
  right: 25px;
  float: left;
  color: #000;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .8) 2px 2px 5px;
  font-size: 28px;
  -webkit-transform: rotateZ(-90deg);
     -moz-transform: rotateZ(-90deg);
       -o-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

h3 {
  margin: 30px auto 7px;
  padding-right: 15px;
  padding-left: 15px;
  color: #248f7e;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
}

h3.light {
  color: #000266;
}

h3.sub-heading {
  color: #000266;
}

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.paragraph-2 {
  color: #000;
  text-align: justify;
}

p.paragraph.paragraph-3 {
  color: #000;
}

p.paragraph.paragraph-5 {
  position: relative;
  top: -100px;
  margin-right: 200px;
  margin-bottom: 16px;
  margin-left: 200px;
  color: #000;
  text-align: center;
}

p.paragraph.paragraph-4 {
  color: #000;
  text-align: justify;
}

p.paragraph.paragraph-1 {
  margin: 0 -30px 0 -10px;
  color: #000;
  text-align: justify;
}

p.paragraph.social-caption {
  color: #000;
}

p.paragraph.paragraph-6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  line-height: 10px;
}

p.paragraph.paragraph-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  color: #000;
}

a.link-text.text-link-3 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-4 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-1 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-2 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-5 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-6 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-7 {
  color: #000;
  text-align: justify;
}

a.link-text.text-link-3:visited {
  color: #4c00ff;
}

a.link-text.text-link-4:visited {
  color: #4c00ff;
}

a.link-text.text-link-1:visited {
  color: #4c00ff;
}

a.link-text.text-link-2:visited {
  color: #4c00ff;
}

a.link-text.text-link-5:visited {
  color: #4c00ff;
}

a.link-text.text-link-6:visited {
  color: #4c00ff;
}

a.link-text.text-link-7:visited {
  color: #4c00ff;
}

a.link-text.text-link-3:hover {
  color: #f00;
}

a.link-text.text-link-4:hover {
  color: #f00;
}

a.link-text.text-link-1:hover {
  color: #f00;
}

a.link-text.text-link-2:hover {
  color: #f00;
}

a.link-text.text-link-5:hover {
  color: #f00;
}

a.link-text.text-link-6:hover {
  color: #f00;
}

a.link-text.text-link-7:hover {
  color: #f00;
}

/* Interaction Elements */

a.link-button.btn.nav-link {
  padding: 10px 20px;
  min-height: 30px;
  border-bottom-color: rgba(133, 114, 91, .29);
  color: #857461;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.btn.nav-link.smooth-scroll {
  position: relative;
  top: -10px;
  padding: 5px 10px;
  min-height: 1px;
  border-color: rgba(0, 0, 0, .65);
  background-color: #fff;
  color: #000;
}

a.link-button.btn.nav-link.smooth-scroll:visited {
  color: #000;
}

a.link-button.btn.nav-link.smooth-scroll:hover {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

form.form-container.contact-form {
  position: relative;
  top: -40px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  max-width: 800px;
  width: 100%;
}

/* Layout Elements */

body > .row.nav-row {
  position: -webkit-sticky;
  position:         sticky;
  top: 10px;
  z-index: 90;
  padding: 0;
  width: 100%;
  background-color: rgba(251, 243, 242, .8);
}

body > .row > [class*='col-xs-'].header {
  padding-top: 30px;
  min-height: 50px;
  background-color: #fdf9f6;
}

body > .row > [class*='col-xs-'].gallery-intro {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  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;
  -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;
}

body > .row > [class*='col-xs-'].contact {
  padding-right: 0;
  padding-left: 0;
  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;
}

body > .row > [class*='col-xs-'].column-7 {
  right: 0;
  left: 0;
  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;
  float: left;
  clear: none;
  -ms-flex-align: center;
  margin-right: -50px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  max-height: none;
  height: 100%;

  -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;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

body > .row > [class*='col-xs-'].column-8 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-9 {
  padding-top: 65px;
  padding-bottom: 50px;
  height: 225px;
}

body > .row > [class*='col-xs-'].column-5 {
  margin-top: 20px;
  margin-bottom: -250px;
}

body > .row > [class*='col-xs-'].column-9 {
  padding-bottom: 210px;
  border-width: .0625rem;
  border-style: solid;
}

body > .row.row-5 {
  max-width: none;
}

body > .row > [class*='col-xs-'].column-10 {
  float: left;
  padding-bottom: 55px;
  border-width: .0625rem;
  border-style: solid;
}

body > .row > [class*='col-xs-'].column-11 {
  padding-bottom: 24px;
  height: 320px;
  border-width: 0;
  border-style: none;
}

body > .row.row-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

body > .row > [class*='col-xs-'].column-1 {
  max-height: 100px;
  background-color: #545454;
}

body > .row > [class*='col-xs-'].column-13 {
  position: static;
  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: distribute;
  float: none;
  clear: none;
  -ms-flex-align: center;
  vertical-align: text-bottom;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body > .row > [class*='col-xs-'].column-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;

  -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;
}

body > .row > [class*='col-xs-'].column-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  height: 100%;

  -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;
}

body > .row > [class*='col-xs-'].column-4 {
  height: 320px;
}

.subgrid.nav {
  margin-right: auto;
  margin-left: auto;
}

.subgrid > .row > [class*='col-xs-'].navigation {
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;

  -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;
}

.link-container.btn.goto-top.smooth-scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 0;
  padding: 14px 18px 12px;
  min-width: 0;
  background-color: rgba(0, 0, 0, .65);
  vertical-align: baseline;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #000266;
}

.rule.heading-rule {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 100px;
}

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

.container-fluid.social-icons-container {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

a.social-image.social {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  max-width: 45px;
  border-radius: 6px;
  background-color: #000266;
}

a.responsive-picture.logo {
  position: relative;
  top: -20px;
  margin: 20px auto 7px;
  max-width: 250px;
}

.rule.heading-rule.light hr {
  border-top-color: #000266;
}

span.glyph.goto-top {
  color: rgba(0, 0, 0, .8);
  font-size: 20px;
  line-height: 27px;
}

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

div.responsive-picture.picture-2 {
  position: relative;
  top: -7px;
  right: -30px;
  z-index: 100;
  float: left;
  max-width: 225px;
  border-width: .25rem;
  border-style: ridge;
}

a.responsive-picture.picture-link-4 {
  position: relative;
  top: -275px;
  float: right;
}

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

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

div.responsive-picture.picture-2 > picture {
  margin: 0;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
}

div.responsive-picture.picture-3 {
  max-width: none;
}

a.responsive-picture.picture-link-6 {
  float: none;
  margin-left: 0;
  box-shadow: rgba(0, 0, 0, .46) 8px 8px 10px 0;
  -webkit-transform: scaleX(1) scaleY(1) rotateZ(25deg);
     -moz-transform: scaleX(1) scaleY(1) rotateZ(25deg);
       -o-transform: scaleX(1) scaleY(1) rotateZ(25deg);
          transform: scaleX(1) scaleY(1) rotateZ(25deg);
}

a.responsive-picture.picture-link-5 {
  max-width: 275px;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, .46) 8px 8px 10px 0;
  -webkit-transform: rotateZ(-25deg);
     -moz-transform: rotateZ(-25deg);
       -o-transform: rotateZ(-25deg);
          transform: rotateZ(-25deg);
}

a.responsive-picture.picture-link-7 {
  max-width: 275px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, .46) 8px 8px 10px 0;
  -webkit-transform: rotateZ(-25deg);
     -moz-transform: rotateZ(-25deg);
       -o-transform: rotateZ(-25deg);
          transform: rotateZ(-25deg);
}

div.responsive-picture.picture-4 {
  max-width: 700px;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #000;
}

.rule.rule-1 {
  max-width: 350px;
}

a.social-image.social:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.responsive-picture.picture-link-6:hover {
  -webkit-transform: scaleX(1.05) scaleY(1.05) rotateZ(25deg);
     -moz-transform: scaleX(1.05) scaleY(1.05) rotateZ(25deg);
       -o-transform: scaleX(1.05) scaleY(1.05) rotateZ(25deg);
          transform: scaleX(1.05) scaleY(1.05) rotateZ(25deg);
}

a.responsive-picture.picture-link-5:hover {
  -webkit-transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
     -moz-transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
       -o-transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
          transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
}

a.responsive-picture.picture-link-7:hover {
  -webkit-transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
     -moz-transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
       -o-transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
          transform: rotateZ(-25deg) scaleX(1.05) scaleY(1.05);
}

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

  h3.light {
    color: #000266;
    font-size: 30px;
  }

  h3 {
    font-size: 30px;
  }

  h3.sub-heading {
    color: #000266;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.paragraph-5 {
    top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  p.paragraph.paragraph-2 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-3 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-4 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-1 {
    margin-right: -30px;
  }

  p.paragraph.paragraph-6 {
    line-height: 10px;
  }

  p.paragraph.paragraph-7 {
    color: #000;
  }

  /* Interaction Elements */

  a.link-button.btn.nav-link.smooth-scroll {
    position: relative;
    top: -15px;
    border-color: rgba(0, 0, 0, .65);
  }

  form.form-container.contact-form {
    padding-bottom: 0;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].contact {
    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;
  }

  body > .row > [class*='col-xs-'].column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-top: 0;
    margin-bottom: 0;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -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;
  }

  body > .row > [class*='col-xs-'].header {
    padding-top: 30px;
    background-color: transparent;
  }

  body > .row.nav-row {
    padding: 0;
    background-color: transparent;
  }

  body > .row > [class*='col-xs-'].column-11 {
    padding-bottom: 60px;
    border-width: 0;
    border-style: none;
  }

  body > .row > [class*='col-xs-'].gallery-intro {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    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-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;
  }

  body > .row > [class*='col-xs-'].column-1 {
    bottom: auto;
    max-height: 100px;
  }

  body > .row.row-9 {
    padding-top: 65px;
    padding-bottom: 50px;
    height: 225px;
  }

  body > .row > [class*='col-xs-'].column-7 {
    top: auto;
    right: auto;
    left: auto;
  }

  body > .row > [class*='col-xs-'].column-9 {
    padding-bottom: 124px;
  }

  body > .row > [class*='col-xs-'].column-10 {
    padding-bottom: 20px;
  }

  body > .row > [class*='col-xs-'].column-11.column-9 {
    padding-bottom: 10px;
  }

  body > .row > [class*='col-xs-'].column-10.column-11 {
    padding-bottom: 80px;
  }

  body > .row > [class*='col-xs-'].column-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;

    -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;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-1 {
    padding-right: 0;
    padding-left: 0;
  }

  .subgrid > .row > [class*='col-xs-'].navigation {
    top: -20px;
    padding-top: 0;
  }

  .link-container.btn.goto-top.smooth-scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 14px 18px 12px;
    min-width: 0;
    background-color: rgba(0, 0, 0, .65);
  }

  .rule.heading-rule hr {
    border-top-color: #000266;
  }

  a.responsive-picture.picture-link-3 {
    position: static;
    float: left;
    max-width: 200px;
    height: auto;
  }

  a.responsive-picture.picture-link-4 {
    top: 0;
  }

  a.responsive-picture.picture-link-3 > picture {
    height: auto;
  }

  div.responsive-picture.picture-3 {
    background-color: transparent;
  }

  a.responsive-picture.logo {
    top: -25px;
  }

  div.responsive-picture.picture-2 {
    top: -7px;
    float: none;
    min-width: 1auto;
  }

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

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

  div.responsive-picture.picture-4 {
    max-width: 700px;
  }

  .rule.rule-1 hr {
    border-top-width: 2px;
    border-top-color: #000;
  }

  .rule.rule-1 {
    max-width: 525px;
  }
}

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

  h1.heading-3 {
    top: 45px;
    right: 70px;
  }

  h3.light {
    color: #000266;
    font-size: 40px;
  }

  h3.sub-heading {
    color: #000266;
  }

  p.paragraph {
    margin-bottom: 7px;
  }

  p.paragraph.paragraph-2 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-3 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-4 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-5 {
    max-width: none;
  }

  p.paragraph.paragraph-6 {
    line-height: 10px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 0;
    margin-left: -50px;
    font-size: 20px;
  }

  p.paragraph.paragraph-7 {
    color: #000;
  }

  /* Interaction Elements */

  a.link-button.btn.nav-link.smooth-scroll {
    position: relative;
    top: -11px;
    padding: 10px 20px;
  }

  form.form-container.contact-form {
    padding-top: 20px;
    padding-bottom: 0;
    min-height: 50px;
  }

  /* Layout Elements */

  body > .row.nav-row {
    padding-top: 0;
    padding-bottom: 0;
  }

  body > .row > [class*='col-xs-'].contact {
    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;
  }

  body > .row.row-8 {
    background-color: transparent;
  }

  body > .row > [class*='col-xs-'].column-7 {
    top: -50px;
    right: auto;
    left: -30px;
  }

  body > .row.row-9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 235px;
  }

  body > .row > [class*='col-xs-'].column-11 {
    padding-bottom: 10px;
    border-width: 0;
    border-style: none;
  }

  body > .row > [class*='col-xs-'].column-1 {
    top: 8px;
    max-height: 50px;
  }

  body > .row > [class*='col-xs-'].column-10.column-11 {
    padding-bottom: 40px;
  }

  body > .row > [class*='col-xs-'].gallery-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -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;
  }

  body > .row > [class*='col-xs-'].column-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;

    -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;
  }

  .subgrid > .row > [class*='col-xs-'].navigation {
    top: 17px;
    padding-right: 0;
    padding-left: 0;
  }

  .link-container.btn.goto-top.smooth-scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 14px 18px 12px;
    min-width: 0;
    background-color: rgba(0, 0, 0, .65);
  }

  a.social-image.social {
    max-width: 60px;
    background-color: #000266;
  }

  .rule.heading-rule hr {
    border-top-color: #000266;
  }

  div.responsive-picture.picture-2 {
    position: relative;
    top: 45px;
    float: none;
    clear: none;
    min-width: 2auto;
    max-height: none;
    height: auto;
    -webkit-transform: scaleX(.6) scaleY(.6);
       -moz-transform: scaleX(.6) scaleY(.6);
         -o-transform: scaleX(.6) scaleY(.6);
            transform: scaleX(.6) scaleY(.6);
  }

  div.responsive-picture.picture-2 > picture {
    height: auto;
  }

  div.responsive-picture.picture-2 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
  }

  a.responsive-picture.logo {
    position: relative;
    top: -18px;
  }

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

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

  .rule.heading-rule {
    max-width: 120px;
  }

  div.responsive-picture.picture-4 {
    max-width: 700px;
  }

  .rule.rule-1 hr {
    border-top-width: 2px;
    border-top-color: #000;
  }

  .rule.rule-1 {
    max-width: 570px;
  }
}

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

  h1.heading-3 {
    top: 48px;
    right: 110px;
    font-size: 32px;
  }

  h3 {
    font-size: 40px;
  }

  h3.sub-heading {
    color: #000266;
  }

  h3.light {
    color: #000266;
  }

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

  p.paragraph.paragraph-2 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-4 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-3 {
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-1 {
    margin-top: -20px;
    margin-right: -30px;
    margin-left: -120px;
    font-size: 24px;
  }

  p.paragraph.paragraph-5 {
    max-width: none;
  }

  p.paragraph.paragraph-6 {
    line-height: 10px;
  }

  p.paragraph.paragraph-7 {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 800px;
    width: 100%;
    color: #000;
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.btn.nav-link {
    padding-top: 20px;
    border-right-color: rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
    border-radius: 0;
    line-height: 1.6;
  }

  a.link-button.btn.nav-link.smooth-scroll {
    position: relative;
    top: -14px;
    padding: 10px 20px;
    border-color: rgba(0, 0, 0, .65);
    border-radius: 4px;
  }

  a.link-button.btn.nav-link.smooth-scroll:hover {
    border-radius: 4px;
  }

  /* Layout Elements */

  body > .row.nav-row {
    top: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  body > .row > [class*='col-xs-'].contact {
    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;
  }

  body > .row > [class*='col-xs-'].column-1 {
    top: -8px;
    max-height: 65px;
  }

  body > .row.row-9 {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 400px;
  }

  body > .row > [class*='col-xs-'].column-11 {
    padding-bottom: 23px;
    border-width: 0;
    border-style: none;
  }

  body > .row > [class*='col-xs-'].column-9 {
    padding-bottom: 100px;
  }

  body > .row > [class*='col-xs-'].gallery-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: 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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  body > .row > [class*='col-xs-'].column-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;

    -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;
  }

  body > .row > [class*='col-xs-'].column-3 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .subgrid > .row > [class*='col-xs-'].navigation {
    top: 0;
    -ms-flex-pack: end;
    padding: 25px 0 0;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .link-container.btn.goto-top.smooth-scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: auto;
    padding: 14px 18px 12px;
    min-width: 0;
    background-color: rgba(0, 0, 0, .65);
  }

  a.social-image.social {
    max-width: 70px;
    background-color: #000266;
  }

  a.responsive-picture.logo {
    position: relative;
    top: -18px;
    margin-right: 0;
    margin-left: 0;
    vertical-align: baseline;
  }

  .rule.heading-rule hr {
    border-top-color: #000266;
  }

  span.glyph.goto-top {
    color: rgba(0, 0, 0, .8);
    font-size: 20px;
    line-height: 27px;
  }

  div.responsive-picture.picture-2 {
    top: 50px;
    right: 0;
    float: left;
    max-width: 500px;
  }

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

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

  .rule.heading-rule {
    max-width: 175px;
  }

  div.responsive-picture.picture-4 {
    position: static;
    right: -30px;
    max-width: 700px;
  }

  .rule.rule-1 hr {
    border-top-width: 2px;
    border-top-color: #000;
  }

  .rule.rule-1 {
    max-width: 750px;
  }
}

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

  h1.heading-3 {
    position: relative;
    float: none;
  }

  h3.sub-heading {
    color: #000266;
  }

  h3.light {
    color: #000266;
  }

  p.paragraph.paragraph-2 {
    max-width: 1000px;
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-3 {
    max-width: 1000px;
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-4 {
    max-width: 1000px;
    color: #000;
    text-align: justify;
  }

  p.paragraph.paragraph-5 {
    top: auto;
    text-align: center;
  }

  p.paragraph.paragraph-7 {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
    width: 100%;
    color: #000;
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    margin-top: 0;
  }

  p.paragraph.paragraph-6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
  }

  a.link-text.text-link-3 {
    color: #000;
  }

  a.link-text.text-link-4 {
    color: #000;
  }

  a.link-text.text-link-4:visited {
    color: #4c00ff;
  }

  a.link-text.text-link-3:visited {
    color: #4c00ff;
  }

  /* Interaction Elements */

  a.link-button.btn.nav-link.smooth-scroll {
    position: relative;
    top: -16px;
    display: inline;
    padding: 10px 20px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .65);
    border-radius: 4px;
    background-color: #fff;
    color: #000;
  }

  form.form-container.contact-form {
    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;
  }

  /* Layout Elements */

  body > .row.nav-row {
    position: -webkit-sticky;
    position:         sticky;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1000px;
    width: 100%;
    background-color: transparent;
    vertical-align: baseline;
  }

  body > .row > [class*='col-xs-'].column-1 {
    top: 5px;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 60px;
    background-color: #545454;
    vertical-align: baseline;
  }

  body > .row > [class*='col-xs-'].contact {
    position: static;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
    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;
  }

  body > .row > [class*='col-xs-'].gallery-intro {
    position: static;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    clear: none;
    -ms-flex-align: center;
    height: 100%;
    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-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;
  }

  body > .row > [class*='col-xs-'].column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    float: none;
    clear: none;
    -ms-flex-align: center;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -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;
  }

  body > .row.row-1 {
    padding-top: 25px;
    padding-bottom: 30px;
    max-width: 900px;
    width: 100%;
  }

  body > .row > [class*='col-xs-'].header {
    padding-top: 30px;
    background-color: transparent;
  }

  body > .row.row-4 {
    max-width: 900px;
    width: 100%;
  }

  body > .row > [class*='col-xs-'].column-6 {
    position: static;
    float: none;
    padding-top: 0;
  }

  body > .row.row-5 {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 1250px;
    width: 100%;
  }

  body > .row.row-9 {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1000px;
    height: 400px;
  }

  body > .row > [class*='col-xs-'].column-9 {
    float: left;
    padding-bottom: 124px;
  }

  body > .row.row-3 {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  body > .row.row-10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  body > .row > [class*='col-xs-'].column-11 {
    padding-bottom: 40px;
    height: 240px;
    border-width: 0;
    border-style: none;
  }

  body > .row > [class*='col-xs-'].column-11.column-9 {
    padding-bottom: 10px;
  }

  body > .row > [class*='col-xs-'].column-13 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    clear: none;
    padding-right: 25px;
    padding-left: 25px;
  }

  body > .row.row-11 {
    padding-top: 25px;
    padding-bottom: 30px;
    max-width: 1250px;
    width: 100%;
  }

  body > .row.row-12 {
    max-width: 2000px;
    width: 100%;
  }

  body > .row > [class*='col-xs-'].column-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    clear: none;
    -ms-flex-align: center;

    -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-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;
  }

  body > .row > [class*='col-xs-'].column-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    clear: none;
    -ms-flex-align: center;
    height: 100%;

    -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;
  }

  .subgrid > .row > [class*='col-xs-'].navigation {
    padding-right: 15px;
    border-width: 0;
    border-color: #001b2a;
  }

  .link-container.btn.goto-top.smooth-scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    padding: 14px 18px 12px;
    min-width: 0;
    min-height: 0;
    background-color: rgba(0, 0, 0, .52);
  }

  a.social-image.social {
    background-color: #000266;
  }

  .row > [class*='col-xs-'] .html-element.html-element-1 {
    position: static;
    right: -200px;
    vertical-align: middle;
  }

  .rule.heading-rule hr {
    border-top-color: #000266;
  }

  a.responsive-picture.picture-link-3 {
    float: left;
  }

  a.responsive-picture.picture-link-4 {
    float: right;
  }

  .rule.rule-1 hr {
    border-top-width: 2px;
    border-top-color: #000;
  }

  span.glyph.goto-top {
    color: rgba(0, 0, 0, .8);
    font-size: 20px;
    line-height: 27px;
  }

  div.responsive-picture.picture-1 > picture {
    margin: 0;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-2 {
    position: relative;
    float: none;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  a.responsive-picture.picture-link-1 > picture {
    height: auto;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 200px;
    width: 100%;
  }

  a.responsive-picture.logo {
    position: relative;
    top: -21px;
  }

  .row > [class*='col-xs-'] .html-element.html-element-2 {
    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;
  }

  .rule.heading-rule {
    max-width: 200px;
  }

  div.responsive-picture.picture-4 {
    position: static;
    right: -100px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    max-width: 700px;
  }

  .rule.rule-1 {
    position: static;
    max-width: 800px;
  }
}