/* Text Elements */

h3.smallhero-header.small-hero-header-1 {
  text-align: left;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}

h3.smallhero-header span.small-hero-header-text-1 {
  color: #474e60;
  font-weight: 600;
  font-size: 40px;
}

h3.smallhero-header.small-hero-header-2 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
}

h3.smallhero-header span.small-hero-header-text-2 {
  font-size: 20px;
}

h3.smallhero-header.small-hero-header-3 {
  color: #fff;
  text-align: right;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}

h3.smallhero-header.small-hero-header-4 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}

h3.smallhero-header.small-hero-header-5 {
  color: #474e60;
  text-align: left;
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}

h3.smallhero-header.small-hero-header-6 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
}

h3.smallhero-header.small-hero-header-7 {
  color: #474e60;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}

p.paragraph span.paragraph-text-1 {
  color: #474e60;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

span.text-element span.text-text-1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}

span.text-element.text-1 {
  margin-top: 70px;
  text-align: center;
}

span.text-element span.text-text-2 {
  color: #474e60;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}

span.text-element.text-2 {
  margin-top: 50px;
  text-align: center;
}

span.text-element span.text-text-3 {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

span.text-element.text-about {
  margin-top: 80px;
  text-align: center;
}

span.text-element span.text-text-4 {
  color: #474e60;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

span.text-element.text-3 {
  text-align: center;
}

blockquote.blockquote-1 {
  margin-top: 30px;
  color: #474e60;
  font-style: italic;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.4;
}

blockquote span.blockquote-text-1 {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

blockquote span.blockquote-text-2 {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

blockquote span.blockquote-text-3 {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

blockquote span.blockquote-text-5 {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

/* Common Elements */

.placeholder.small-hero-1 {
  margin-top: 50px;
  margin-left: 10%;
  background-color: transparent;
}

.placeholder.small-hero-2 {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.placeholder.small-hero-3 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

.placeholder.small-hero-4 {
  margin-top: 24px;
  margin-right: 10%;
  margin-left: 7%;
  background-color: transparent;
}

.placeholder.small-hero-5 {
  background-color: transparent;
}

.placeholder.small-hero-6 {
  background-color: transparent;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  border-bottom-left-radius: 8px 8px;
  background-image:      -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(168, 168, 168, 1.00) 40%, rgba(168, 168, 168, 1) 60%, rgba(255, 255, 255, 1.00) 100%);
  background-image:    -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(168, 168, 168, 1.00) 40%, rgba(168, 168, 168, 1) 60%, rgba(255, 255, 255, 1.00) 100%);
  background-image:     -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(168, 168, 168, 1.00) 40%, rgba(168, 168, 168, 1) 60%, rgba(255, 255, 255, 1.00) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(168, 168, 168, 1.00) 40%, rgba(168, 168, 168, 1) 60%, rgba(255, 255, 255, 1.00) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(168, 168, 168, 1.00) 40%, rgba(168, 168, 168, 1) 60%, rgba(255, 255, 255, 1.00) 100%);
  color: #474e60;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-button.button-link-1:hover {
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transform: scale(.97);
     -moz-transform: scale(.97);
      -ms-transform: scale(.97);
       -o-transform: scale(.97);
          transform: scale(.97);
}

/* Layout Elements */

body > .row.row-1 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].column-1 {
  padding-right: 0;
  padding-left: 0;
  box-shadow: none;
}

body > .row.row-2 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].column-2 {
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-3 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].column-3 {
  margin-top: -180px;
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-4 {
  margin-top: 60px;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: transparent;
  background-image: none;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].column-4 {
  padding-right: 30px;
  padding-left: 0;
}

body.grid-1 {
  background-image: url(../images/grid-background.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.row-000 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #a7c5cd;
  background-image: none;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.row-00 {
  margin-top: 50px;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: transparent;
  background-image: none;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.row-5 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #fff;
}

body > .row.row-6 {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 10px;
  max-width: none;
  background-color: #fff;
}

body > .row.row-7 {
  margin-right: 0;
  margin-left: 0;
  padding-top: 100px;
  max-width: none;
  background-color: #fff;
}

body > .row.row-8 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #a7c5cd;
}

body > .row > [class*='coffee-span-'].column-5 {
  margin: 20px auto 40px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

body > .row > [class*='coffee-span-'].column-6 {
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-7 {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-8 {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-9 {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-10 {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-11 {
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-9 {
  margin-top: 120px;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].column-12 {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-13 {
  padding-right: 0;
  padding-left: 30px;
}

body > .row.row-10 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].column-14 {
  margin-top: 100px;
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-11 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].column-15 {
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-12 {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 100px;
  max-width: none;
  background-color: #fff;
}

body > .row.row-13 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #a7c5cd;
}

body > .row > [class*='coffee-span-'].column-17 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

body > .row > [class*='coffee-span-'].text-col {
  padding-right: 20px;
  padding-left: 20px;
}

body > .row.roow {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  background-color: #a7c5cd;
}

body > .row > [class*='coffee-span-'].cccooolll {
  margin: 20px auto 0;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

body > .row.row-14 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].column-16 {
  padding-right: 0;
  padding-left: 0;
}

body > .row.row-15 {
  margin-top: 100px;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

body > .row.row-16 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

body > .row.row-17 {
  margin-top: 20px;
}

a.responsive-picture.picture-link-1 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1920px;
}

div.responsive-picture.picture-1 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 350px;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  box-shadow: none;
}

p.smallhero-tagline.small-hero-tagline-1 {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
}

p.smallhero-tagline span.small-hero-tagline-text-1 {
  color: #474e60;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}

p.smallhero-tagline span.small-hero-tagline-text-2 {
  font-weight: 600;
  font-size: 24px;
}

p.smallhero-tagline span.small-hero-tagline-text-3 {
  font-size: 23px;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 80px;
}

p.smallhero-tagline.small-hero-tagline-2 {
  margin-top: 20px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

div.responsive-picture.pic-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 118px;
}

div.responsive-picture.pic-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 112px;
}

div.responsive-picture.pic-0 {
  margin-right: auto;
  margin-left: auto;
  max-width: 86px;
}

p.smallhero-tagline.small-hero-tagline-3 {
  margin-top: 20px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

p.smallhero-tagline.small-hero-tagline-4 {
  margin-top: 20px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

div.responsive-picture.picture-3 {
  max-width: 280px;
}

div.responsive-picture.picture-4 {
  max-width: 280px;
}

div.responsive-picture.picture-5 {
  max-width: 280px;
}

div.responsive-picture.picture-6 {
  max-width: 280px;
}

p.smallhero-tagline.small-hero-tagline-5 {
  margin-top: 20px;
  color: #474e60;
  text-align: left;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

div.responsive-picture.picture-7 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1920px;
}

span.glyph.font-icon-1 {
  color: #c3eb33;
  text-align: center;
  font-size: 70px;
}

span.glyph.font-icon-2 {
  color: #c3eb33;
  text-align: center;
  font-size: 70px;
}

div.responsive-picture.picture-8 {
  max-width: 280px;
}

p.smallhero-tagline.small-hero-tagline-6 {
  color: #fff;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

div.responsive-picture.picture-9 {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
}

a.social-image.social {
  margin-right: 2%;
  margin-left: 1%;
  padding: 2px;
  max-width: 48px;
  border: 2px solid #fff;
  border-top-left-radius: 24px 24px;
  border-top-right-radius: 24px 24px;
  border-bottom-right-radius: 24px 24px;
  border-bottom-left-radius: 24px 24px;
  background-color: transparent;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

p.smallhero-tagline.small-hero-tagline-7 {
  color: #474e60;
  text-align: center;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

a.social-image.social:hover {
  background-color: #474e60;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1188px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-18 {
    clear: left;
  }

  body > .row > [class*='coffee-span-'].column-10 {
    clear: left;
  }

  body > .row > [class*='coffee-span-'].text-col {
    position: relative;
    left: 90px;
    float: left;
    clear: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body > .row.row-12 {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  div.responsive-picture.picture-8 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-3 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-4 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-5 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-6 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 920px) {
  /* Text Elements */

  h3.smallhero-header.small-hero-header-2 {
    text-align: center;
  }

  /* Common Elements */

  .placeholder.small-hero-1 {
    overflow: visible;
    margin-left: 0;
    padding-left: 20px;
    -webkit-transform: scale(.84);
       -moz-transform: scale(.84);
        -ms-transform: scale(.84);
         -o-transform: scale(.84);
            transform: scale(.84);
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    margin-top: -50px;
    padding-left: 18px;
  }

  body > .row > [class*='coffee-span-'].column-19 {
    clear: none;
    overflow: visible;
    padding-left: 0;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
  }

  p.smallhero-tagline span.small-hero-tagline-text-4 {
    font-size: 20px;
  }

  p.smallhero-tagline span.small-hero-tagline-text-2 {
    font-size: 20px;
  }

  p.smallhero-tagline span.small-hero-tagline-text-1 {
    font-size: 20px;
  }

  p.smallhero-tagline.small-hero-tagline-1 {
    font-size: 20px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 730px) {
  /* Text Elements */

  h3.smallhero-header.small-hero-header-3 {
    text-align: center;
  }

  h3.smallhero-header.small-hero-header-4 {
    text-align: center;
  }

  /* Common Elements */

  .placeholder.small-hero-3 {
    margin-bottom: 0;
  }

  .placeholder.small-hero-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-13 {
    clear: left;
    margin-bottom: 70px;
    padding-left: 0;
  }

  body > .row > [class*='coffee-span-'].column-20 {
    clear: left;
    margin-top: 30px;
  }

  body > .row > [class*='coffee-span-'].column-21 {
    clear: left;
    margin-top: 30px;
  }

  body > .row > [class*='coffee-span-'].column-9 {
    clear: left;
  }

  body > .row > [class*='coffee-span-'].column-11 {
    clear: left;
  }

  body > .row > [class*='coffee-span-'].text-col {
    left: 60px;
    clear: left;
    margin-top: 0;
    margin-bottom: 30px;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    padding-right: 0;
  }

  body > .row > [class*='coffee-span-'].column-22 {
    margin-top: 0;
  }

  body > .row.row-000 {
    margin-bottom: 0;
  }

  body > .row.row-00 {
    margin-top: 0;
  }

  body > .row > [class*='coffee-span-'].column-18 {
    margin-top: 30px;
  }

  p.smallhero-tagline.small-hero-tagline-3 {
    text-align: left;
  }

  p.smallhero-tagline.small-hero-tagline-1 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  /* Common Elements */

  .placeholder.small-hero-1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
        -ms-transform: scale(.9);
         -o-transform: scale(.9);
            transform: scale(.9);
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-19 {
    margin-left: 0;
    padding-right: 0;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    margin-top: 70px;
    padding-left: 0;
  }

  p.smallhero-tagline span.small-hero-tagline-text-1 {
    font-size: 20px;
  }

  p.smallhero-tagline.small-hero-tagline-1 {
    font-size: 20px;
  }

  a.responsive-picture.picture-link-1 > picture {
    margin: -48px -96px -48px -96px;
  }
}

@media screen and (max-width: 500px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-19 {
    clear: left;
    padding: 30px 20px 50px;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    margin-top: -47px;
  }

  body > .row > [class*='coffee-span-'].text-col {
    left: 30px;
  }

  body > .row.row-2 {
    margin-top: 70px;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
}