/* Text Elements */

h1.heading-1 {
  padding-top: 4px;
  padding-bottom: 16px;
  color: #424a52;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}

h1 span.heading-text-4 {
  text-decoration: none;
  font-size: 3.125rem;
}

h1.heading-8 {
  color: #4f5862;
  text-align: center;
  font-style: italic;
}

h3.main-heading {
  padding-right: 15px;
  padding-bottom: 16px;
  min-height: 0;
  background-color: #bdff00;
  color: #245d54;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Averia Sans Libre', cursive;
}

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 span.heading-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
}

h3 span.heading-text-2 {
  font-weight: 700;
  font-size: 3.75rem;
}

h3.heading-4 {
  text-indent: 0;
}

h4.heading-6 {
  text-align: center;
  font-style: italic;
}

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

p.paragraph.paragraph-2 {
  text-align: center;
  font-size: 26px;
}

p.paragraph.paragraph-3 {
  text-align: center;
  font-style: italic;
  font-size: 24px;
}

p.paragraph.paragraph-11 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-5 {
  font-style: italic;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph span.paragraph-text-33 {
  text-decoration: none;
  font-size: 1.375rem;
}

p.paragraph span.paragraph-text-34 {
  text-decoration: none;
  font-size: 1.25rem;
}

/* 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-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.btn {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  border: 0 dotted transparent;
  text-align: center;
  font-weight: 500;
  font-size: 22px;

  -webkit-text-stroke-width: 0;
}

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

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

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

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

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

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

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

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

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

/* Layout Elements */

body.body-1 {
  background-color: #fdf9f6;
}

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

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

.container-grid.navigation {
  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;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 20px;
  padding-left: 10px;

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

.rule.rule-1 {
  padding-bottom: 15px;
  min-height: 0;
}

.rule.rule-1 hr {
  border-top-width: 7px;
  border-top-color: #bdff00;
}

.rule.rule-2 hr {
  border-top-width: 7px;
  border-top-color: #bdff00;
}

.container-grid {
  padding-right: 0;
  padding-left: 0;
}

.container-grid.header {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 50px;
  background-color: #fdf9f6;

  grid-auto-rows: 1px;
  grid-auto-columns: 1px;
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}

.container-grid.container-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-9 {
  max-width: 350px;

  justify-self: auto;
}

.container-grid.container-6 {
  text-align: left;
}

.container-grid.container-7 {
  text-align: left;
}

div.responsive-picture.picture-5 {
  max-width: 400px;
}

div.responsive-picture.picture-10 {
  max-width: 600px;
}

div.responsive-picture.picture-7 {
  max-width: 249px;
}

.rule.rule-8 hr {
  border-top-width: 3px;
}

.rule.rule-8 {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 31px;
  padding-bottom: 0;
}

div.responsive-picture.picture-8 {
  display: block;
  float: right;

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

div.responsive-picture.picture-8 > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
}

div.responsive-picture.picture-11 {
  float: right;
  max-width: 300px;
  width: 200%;
}

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

  h3 {
    font-size: 30px;
  }

  h3.main-heading {
    padding-top: 10px;
  }

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

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

  h3.main-heading {
    margin-bottom: 8px;
  }

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

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

  h3 {
    font-size: 40px;
  }

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

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

  .container-grid.navigation {
    -ms-flex-pack: end;

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

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

  h3.main-heading {
    font-size: 40px;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #fdf9f6;
  }

  .container-grid.navigation {
    padding-right: 15px;
  }
}