/* Text Elements */

h1.heading1 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-style: italic;
}

h4.search {
  text-align: center;
}

h4 a.heading-text-1 {
  text-decoration: underline;
  font-style: italic;
}

h4.ewd.link {
  text-align: center;
  font-weight: 400;
  font-style: italic;
}

p.paragraph.para {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  text-align: left;
  font-size: 18px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-9 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-10 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-11 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-12 {
  font-weight: 600;
}

p.paragraph a.paragraph-text-8 {
  font-weight: 600;
}

/* Layout Elements */

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

.container.body.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
}

.container.header.wrapper {
  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;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.link-container.link {
  margin-top: 20px;
  margin-bottom: 0;
}

div.responsive-picture.logo {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: auto;
  -webkit-transition-delay: .25s;
     -moz-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-transition-duration: 3s;
     -moz-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
}

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

li.list-item span.list-item-text-1 {
  font-weight: 600;
}

li.list-item span.list-item-text-2 {
  font-weight: 600;
}

li.list-item span.list-item-text-3 {
  font-weight: 600;
}

li.list-item span.list-item-text-4 {
  font-weight: 600;
}

li.list-item span.list-item-text-5 {
  font-weight: 600;
}

li.list-item span.list-item-text-6 {
  font-weight: 600;
}

li.list-item span.list-item-text-7 {
  font-weight: 600;
}

li.list-item span.list-item-text-8 {
  font-weight: 600;
}

li.list-item span.list-item-text-9 {
  font-weight: 600;
}

li.list-item span.list-item-text-10 {
  font-weight: 600;
}

li.list-item span.list-item-text-11 {
  font-weight: 600;
}

li.list-item span.list-item-text-12 {
  font-weight: 600;
}

li.list-item span.list-item-text-13 {
  font-weight: 600;
}

li.list-item span.list-item-text-14 {
  font-weight: 600;
}

li.list-item span.list-item-text-15 {
  font-weight: 500;
}

li.list-item span.list-item-text-16 {
  font-weight: 600;
}

li.list-item span.list-item-text-17 {
  font-weight: 600;
}

li.list-item span.list-item-text-18 {
  font-weight: 600;
}

a.responsive-picture.ewdlink {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  max-width: 250px;
}

div.responsive-picture.logo.outofview {
  -webkit-transform: scaleX(.25) scaleY(.25) scaleZ(.25) rotateX(0deg) rotateY(0deg) perspective(0px) skewX(-28deg) skewY(-18deg);
     -moz-transform: scaleX(.25) scaleY(.25) scaleZ(.25) rotateX(0deg) rotateY(0deg) perspective(0px) skewX(-28deg) skewY(-18deg);
          transform: scaleX(.25) scaleY(.25) scaleZ(.25) rotateX(0deg) rotateY(0deg) perspective(0px) skewX(-28deg) skewY(-18deg);
}

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

  h4.ewd.link {
    font-size: 17px;
  }

  /* Layout Elements */

  .container.header.wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.logo {
    max-width: 300px;
  }
}

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

  h4.ewd.link {
    font-size: 23px;
  }

  div.responsive-picture.logo {
    max-width: 500px;
  }
}