/* Text Elements */

h3 {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #248f7e;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.heading-1 {
  color: #00706d;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

p.paragraph.copyright {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

p.paragraph a.link-color {
  color: #249072;
}

p.paragraph.social-caption {
  text-align: center;
}

p.paragraph.paragraph-1 {
  color: #224241;
  text-align: left;
}

p.paragraph span.paragraph-text-1 {
  font-size: 22px;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

p.paragraph span.paragraph-text-2 {
  color: rgba(34, 66, 65, .56);
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
}

p.paragraph a.link-color:hover {
  color: #249072;
  text-decoration: underline;
  text-transform: none;
}

ul.unorder-list.unordered-list-1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  max-width: 800px;
  list-style-position: outside;
}

/* Common Elements */

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

div.rule {
  margin-right: auto;
  margin-left: auto;
}

div.rule.h3-underline {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 80px;
  width: 100%;
}

/* Interaction Elements */

a.link-button.nav-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 50px;
  border-top-width: 0;
  border-top-color: #85725b;
  border-right: 0 solid #85725b;
  border-bottom: 0 solid #85725b;
  border-left-width: 0;
  border-left-color: #85725b;
  border-radius: 0;
  background-color: transparent;
  color: #857461;
  font-size: 13px;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button {
  background-color: #0ea360;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.button-link-1 {
  display: block;
  float: right;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  min-width: 240px;
  max-width: 400px;
  background-color: #fff;
  font-weight: 400;
  font-size: 23px;

  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
}

a.link-button span.button-link-text-1 {
  text-decoration: none;
}

a.link-button.button-link-1.link-smaller-text {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
}

a.link-button:hover {
  opacity: .64;
}

a.link-button.nav-item:hover {
  padding-top: 12px;
  color: #279076;
  opacity: 1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

a.link-button.button-link-1:hover {
  background-color: rgba(196, 193, 185, .8);
}

/* Layout Elements */

body {
  height: auto;
}

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

body > .row > [class*='coffee-span-'].navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  padding-top: 20px;

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

body > .row > [class*='coffee-span-'].footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #1f2a2d;
}

body > .row.nav-row {
  position: static;
  z-index: 1000;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  width: 100%;
  background-color: #fdf9f6;
}

body > .row > [class*='coffee-span-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row > [class*='coffee-span-'].header {
  padding-top: 15px;
  padding-bottom: 0;
  min-height: 21px;
  background-color: #fdf9f6;
  background-image: none;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].column-1 {
  max-height: 550px;
}

body > .row > [class*='coffee-span-'].column-2 {
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-2 {
  background-image: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}

body > .row > [class*='coffee-span-'].column-3 {
  background-color: #fdf9f6;
}

body > .row > [class*='coffee-span-'].column-4 {
  background-color: #fdf9f6;
}

body > .row > [class*='coffee-span-'].column-5 {
  float: right;
}

.subgrid.subgrid-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.container.social-icons-container {
  margin: 30px auto 70px;
  max-width: 800px;
  text-align: center;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: auto;
}

.container.container-3 {
  margin-right: auto;
  margin-left: auto;
  min-height: 50px;
  max-width: 1366px;
  max-height: none;
  width: auto;
  height: auto;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}

a.social-image.social {
  margin-top: 0;
  margin-right: 2%;
  margin-left: 2%;
  padding: 5px;
  min-width: 0;
  max-width: 70px;
  border-radius: 6px;
  background-color: #43a473;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button-glyph.go-to-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.responsive-picture.logo {
  margin-top: 20px;
  margin-right: 0;
  max-width: 600px;
}

li.list-item.list-item-1 {
  color: #224241;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

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

a.responsive-picture.picture-link-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
}

.row > [class*='coffee-span-'] .html-element.html-element-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

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

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

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.row > [class*='coffee-span-'] .html-element.html-element-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

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: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

a.link-button-glyph.go-to-top:hover {
  bottom: 25px;
  background-color: rgba(79, 79, 79, .89);
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

@media screen and (max-width: 1205px) {
  /* Text Elements */

  h3 {
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

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

  /* Interaction Elements */

  a.link-button.nav-item {
    border-right: 0 none rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
    border-left: 0 none rgba(133, 114, 91, .31);
  }

  a.link-button.button-link-1 {
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    text-align: center;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].navigation {
    -ms-flex-pack: 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;
  }

  body > .row > [class*='coffee-span-'].header {
    padding-top: 0;
    padding-right: 15px;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    display: block;
    float: right;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .container.social-icons-container {
    margin-bottom: 40px;
  }

  .container.container-1 {
    max-width: 800px;
  }

  .container.container-3 {
    max-width: 1200px;
  }

  a.social-image.social {
    min-width: 0;
    max-width: 60px;
  }

  a.responsive-picture.logo {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 800px) {
  /* Layout Elements */

  .container.container-1 {
    max-width: 400px;
  }

  .container.container-3 {
    max-width: 800px;
  }
}

@media screen and (max-width: 557px) {
  /* Text Elements */

  h3 {
    margin-top: 30px;
    font-size: 24px;
  }

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

  /* Interaction Elements */

  a.link-button.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
  }

  a.link-button.nav-item:hover {
    padding-top: 10px;
  }

  /* Layout Elements */

  body > .row.nav-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  a.social-image.social {
    min-width: 0;
    max-width: 45px;
  }
}