/* Text Elements */

h2 {
  margin-bottom: 1.5rem;
  margin-left: 0;
  color: #404040;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Anton', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  line-height: 1.1;
}

h2.heading-1 {
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

p.paragraph {
  margin-bottom: 1rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.7;
}

p.paragraph.sample-42-large-p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  line-height: 1.9;
}

p.paragraph.paragraph-1 {
  text-align: center;
  font-size: 43px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5rem .636364rem 1.3rem .6363636363636364rem;
  color: #434b88;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: .8rem;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-text {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.nav-item:hover {
  color: #434b88;
  font-size: 14px;
}

/* Layout Elements */

body.body-1 {
  overflow: auto;
  min-height: auto;
  background-color: #b7eefa;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.nav-container {
  position: relative;
  z-index: 100;
  max-width: 100%;
  background-color: #343434;
}

.container.freedom-section {
  max-width: none;
  background-color: #f2f2f2;
}

.container.nav-inner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-width: 0;
  min-height: auto;
  background-color: #b7eefa;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container.sample-42-text-cont {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: #b7eefa;
}

.container.one-thousand-centered-cont.sample-41-content-cont {
  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;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.welcome-section {
  display: block;
  -ms-flex-pack: center;
  padding: 0vh 40px;
  background-color: #b7eefa;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.subnav-container {
  z-index: 10;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 100%;
  background-color: #b7eefa;
  box-shadow: none;

  -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;
}

a.glyph.font-icon-link-1 {
  padding-top: 13px;
  padding-bottom: 5px;
  padding-left: 15px;
  min-height: 40px;
  color: #434b88;
  font-size: 30px;
  line-height: 35px;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
}

ul.list-container.menu {
  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;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -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;
}

div.responsive-picture.picture-1 {
  min-height: auto;
  max-width: 50%;
  width: 50%;
}

div.responsive-picture#Pond {
  max-width: 100%;
  width: 100%;
}

div.responsive-picture#Well {
  max-width: 100%;
  width: 100%;
}

div.responsive-picture {
  max-width: 100%;
}

div.responsive-picture#WAYS {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2 {
    font-size: 32px;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph.sample-42-large-p {
    width: 100%;
    font-size: 19px;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
  }

  a.link-text.nav-item {
    padding: 1.5rem 10px 1.2rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.01rem;
    line-height: 13px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.link-text.nav-item:hover {
    color: #50b1a9;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #b7eefa;
  }

  .container.nav-inner {
    display: none;
  }

  .container.sample-42-text-cont {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .container.one-thousand-centered-cont.sample-41-content-cont {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.welcome-section {
    position: relative;
    z-index: 101;
    display: block;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .container.subnav-container {
    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;
    padding-top: 0;
    padding-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-wrapper {
    padding-right: 0;
    background-color: transparent;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  ul.list-container.medium-horizontal.menu {
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    min-width: 50%;
    max-width: 60%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  div.responsive-picture.picture-1 {
    max-width: 25%;
    width: 25%;
  }

  div.responsive-picture#Pond {
    max-width: 100%;
    width: 100%;
  }

  div.responsive-picture#Well {
    max-width: 100%;
    width: 100%;
  }

  div.responsive-picture#WAYS {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2 {
    font-size: 36px;
  }

  h2.heading-1 {
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.sample-42-large-p {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 0;
    font-size: 22px;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    text-decoration: none;
    font-size: 51px;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  a.link-text.nav-item {
    padding-top: 1.2rem;
    padding-right: 28px;
    padding-left: 28px;
    border-top: .1875rem solid transparent;
    text-indent: 0;
    font-weight: 700;
    font-size: 1.01rem;
    line-height: 11px;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-text.nav-item:hover {
    border-top-color: #50b1a9;
    color: #434b88;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #b7eefa;
  }

  .container.subnav-container {
    position: relative;
    z-index: 101;
    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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    min-height: auto;
    border-bottom: .125rem solid #434b88;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.welcome-section {
    display: block;
    padding-top: 0vh;
    padding-bottom: 0vh;
    min-height: auto;
    background-color: #b7eefa;
    font-size: 16px;
  }

  .container.freedom-section {
    background-color: #b7eefa;
  }

  .container.sample-42-text-cont {
    width: 100%;
    background-color: #b7eefa;
  }

  a.responsive-picture.picture-link-1 {
    padding-top: 0;
    padding-right: 0;
    padding-left: 12px;
    max-width: 250px;
    width: 200%;
  }

  li.list-item-container.nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }

  div.responsive-picture.picture-1 {
    max-width: 25%;
    width: 25%;
  }

  div.responsive-picture#Pond {
    max-width: 100%;
    width: 100%;
  }

  div.responsive-picture#Well {
    max-width: 100%;
    width: 100%;
  }

  div.responsive-picture#WAYS {
    max-width: 100%;
    width: 100%;
  }
}