/* Text Elements */

h1.heading-1 {
  font-family: Verdana, Geneva, sans-serif;
}

h1.heading-5 {
  font-family: Verdana, Geneva, sans-serif;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: Verdana, Geneva, sans-serif;
}

h2.title-heading {
  display: inline;
  max-width: 600px;
  font-size: 36px;
  font-family: Verdana, Geneva, sans-serif;
}

h2.heading-2 {
  font-family: Verdana, Geneva, sans-serif;
}

h2.heading-3 {
  font-family: Verdana, Geneva, sans-serif;
}

h2.heading-4 {
  font-family: Verdana, Geneva, sans-serif;
}

h6.tagline {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: Verdana, Geneva, sans-serif;
}

h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph {
  max-width: 800px;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph.region-description {
  margin-top: 0;
  max-width: 1000px;
  color: #666;
  font-weight: 300;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 25px;
}

p.paragraph.paragraph-1 {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 1000px;
  text-align: center;
  font-size: 24px;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph.paragraph-2 {
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph.paragraph-3 {
  font-family: Verdana, Geneva, sans-serif;
}

a.link-text {
  color: #010101;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 16px;
}

a.link-text.footer-nav-link {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}

a.link-text.nav-link {
  margin-bottom: -8px;
  padding: 10px 20px;
  color: #010101;
  text-decoration: none;
  font-size: 19px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
}

a.link-text.text-link-1 {
  font-family: Verdana, Geneva, sans-serif;

  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
}

a.link-text.footer-nav-link:hover {
  font-size: 15px;
}

a.link-text.nav-link:hover {
  text-decoration: underline;
  font-size: 19px;
}

/* Layout Elements */

body.body-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;

  -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;
}

.container.nav-bar {
  position: static;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-right: 0;
  padding-left: 0;
  max-width: 1100px;
  width: 97%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.project-region-1 {
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 0;
  padding: 20px 0 0;
  min-height: auto;
  max-width: 1100px;
  width: 97%;
  background-color: #fff;
}

.container.picture-wrapper {
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: -6px;
  border-radius: 0;
}

.container.footer-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-align: center;
  padding: 30px 0 24px;
  max-width: 1100px;
  width: 97%;

  -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: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-link-container {
  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;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-3 {
  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;
  padding-top: 24px;
  padding-bottom: 24px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.highlight-section {
  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-top: 40px;
  padding: 0 0 10px;
  min-height: 5vh;
  max-width: 1100px;
  width: 97%;
  border-radius: 14px;
  background-color: #ececec;

  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-5 {
  display: grid;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  float: none;
  clear: none;
  -ms-flex-align: start;
  margin: 1px 0 0;
  max-width: 1100px;
  width: 97%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-row-gap: normal;
  grid-column-gap: 1px;
}

.container.container-6 {
  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: start;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0;
  padding: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.container-header-pict {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 1100px;
  width: 97%;
}

.container.container-2 {
  margin-top: 0;
  margin-right: 0;
}

.container.container-1 {
  padding-right: 0;
  padding-left: 0;
}

.container.footer-content-section {
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.textbox-grey {
  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-top: 12px;
  padding: 10px 0;
  min-height: 5vh;
  max-width: 1100px;
  width: 97%;
  background-color: #ececec;

  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.infoBlock {
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 0;
  padding: 16px 0 20px;
  min-height: auto;
  max-width: 1100px;
  width: 97%;
  background-color: #fff;
}

.container.infoBlockContainer1 {
  display: grid;
  padding-right: 0;
  padding-left: 0;

  grid-template-columns: 30% auto;
  grid-template-rows: auto;
}

.container.infoBlockPictureFrame {
  display: block;
  margin-top: 0;
  margin-right: 0;
  width: auto;
}

.container.infoBlockTextFrame {
  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: start;
  margin-left: 24px;
  padding-top: 16px;
  padding-bottom: 0;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.container-4 {
  margin-top: -16px;
  max-width: 1100px;
  width: 97%;
}

div.responsive-picture.picture-1 {
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

div.responsive-picture.picture-2 {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

a.responsive-picture.picture-link-1 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: 360px;
}

.html-element.html-element-1 {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 96%;
  text-align: left;
}

div.responsive-picture.picture {
  padding-top: 14px;
  border-radius: 0;
  opacity: .97;
}

div.responsive-picture.pictureSmallInFrame {
  border-radius: 0;
  opacity: .97;
}

div.responsive-picture.picture:hover {
  -webkit-transform: scaleX(1.04) scaleY(1.04);
     -moz-transform: scaleX(1.04) scaleY(1.04);
       -o-transform: scaleX(1.04) scaleY(1.04);
          transform: scaleX(1.04) scaleY(1.04);
}

div.responsive-picture.pictureSmallInFrame:hover {
  -webkit-transform: scaleX(1.04) scaleY(1.04);
     -moz-transform: scaleX(1.04) scaleY(1.04);
       -o-transform: scaleX(1.04) scaleY(1.04);
          transform: scaleX(1.04) scaleY(1.04);
}

div.responsive-picture.picture-2:active {
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

@media screen and (max-width: 75rem) {
  /* Layout Elements */

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 0;
  }

  .container.container-header-pict {
    width: 97%;
  }

  .container.container-3 {
    width: auto;
  }

  .container.container-1 {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
  }

  .container.picture-wrapper {
    margin-top: 16px;
  }

  div.responsive-picture.pictureSmallInFrame {
    margin-top: 0;
    min-width: 5px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 22px;
  }

  /* Layout Elements */

  .container.container-1 {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }

  .container.nav-bar {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 35%;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 20px;
  }

  /* Layout Elements */

  .container.footer-content-section {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container.nav-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    padding-bottom: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.infoBlockContainer1 {
    display: block;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 97%;
  }
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.nav-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-link-wrapper {
    margin-top: 26px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-header-pict {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container.container-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container.footer-region {
    padding-top: 24px;
    padding-right: 0;
  }

  .container.footer-content-section {
    grid-template-columns: auto;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 97%;
  }
}