/* 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.light {
  color: #fff;
}

h5.instructional-heading {
  margin: 0 auto;
  max-width: 800px;
  color: #77695c;
  text-align: center;
  font-size: 20px;
}

h5 {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

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 span.paragraph-text-1 {
  font-weight: 600;
}

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

/* 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-right: 1px solid rgba(133, 114, 91, .29);
  border-bottom: 1px solid rgba(133, 114, 91, .29);
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
  color: #857461;
  font-size: 13px;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-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:hover {
  opacity: .64;
}

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

/* Layout Elements */

body {
  height: auto;
}

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

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

  -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
       -o-justify-content: flex-end;
          justify-content: flex-end;
}

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

body > .row > [class*='coffee-span-'].contact {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #009a62;
  background-image: url('../background-contact.gif');
  background-size: cover;
}

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

body > .row.row-2 {
  background-image: -webkit-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:     -ms-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(180deg, 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-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row > [class*='coffee-span-'].header {
  margin-top: -13px;
  margin-right: 0;
  margin-bottom: 10px;
  padding-top: 42px;
  padding-bottom: 111px;
  min-height: 28px;
  max-height: none;
  height: auto;
  background-color: #fdf9f6;
  background-image: url('../c/rev.jpg');
  background-position: center center;
  background-origin: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
  padding-top: 0;
  padding-right: 0;
  background-image: none;
}

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;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

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

div.responsive-picture.activities-img {
  position: relative;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  -webkit-transition-duration: .35s;
     -moz-transition-duration: .35s;
      -ms-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-1 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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;
      -ms-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

div.responsive-picture.activities-img:hover {
  border-style: solid;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
      -ms-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

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

  h1 span.heading-text-4 {
    color: #0067a6;
    font-weight: 600;
  }

  h1.heading-2 {
    margin-top: -40px;
    margin-right: auto;
    margin-left: 6%;
    text-align: center;
  }

  h3 span.heading-text-1 {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
  }

  h3.heading-1 {
    float: none;
    clear: none;
    margin-right: auto;
    margin-bottom: 88px;
    margin-left: auto;
    color: #0067a6;
    font-weight: 600;
    font-size: 65px;
    font-family: 'Roboto', sans-serif;
  }

  h3 span.heading-text-3 {
    color: #0067a6;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
  }

  h3 span.heading-text-5 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
  }

  h3.light {
    margin-top: 70px;
    margin-bottom: 37px;
  }

  h5.instructional-heading {
    margin-top: 36px;
    margin-right: auto;
    margin-left: 10%;
    color: #0067a6;
    font-family: 'Coda', cursive;
  }

  h5 span.heading-text-2 {
    font-size: 45px;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: 20px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 9%;
    padding-right: 0;
    text-align: justify;
  }

  p.paragraph.copyright {
    margin-top: 26px;
  }

  p.paragraph a.link-color {
    color: #fff;
    font-size: 25px;
  }

  p.paragraph.paragraph-3 {
    background-color: transparent;
  }

  p.paragraph span.paragraph-text-13 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-14 {
    font-weight: 900;
  }

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

  p.paragraph span.paragraph-text-16 {
    font-weight: 900;
  }

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

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

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

  /* Interaction Elements */

  a.link-button.nav-item {
    color: #0067a6;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].header {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 93px;
    min-height: 50px;
    background-image: url('../new/rev.jpg');
    background-origin: border-box;
  }

  body > .row > [class*='coffee-span-'].contact {
    background-color: transparent;
    background-image: url('../new/rev_2.jpg');
    background-clip: border-box;
  }

  body > .row > [class*='coffee-span-'].footer {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #003655;
  }

  body > .row.row-1 {
    border-top-width: 1px;
    border-top-style: dotted;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
  }

  body > .row.row-3 {
    border-top-width: 1px;
    border-top-style: dotted;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
  }

  body > .row.row-4 {
    border-top-width: 1px;
    border-top-style: dotted;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
  }

  body > .row.row-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    margin-bottom: 31px;
  }

  body > .row > [class*='coffee-span-'].column-8 {
    margin-bottom: 36px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-2 {
    margin: 74px 0 0;
    padding-right: 8px;
  }

  .subgrid > .row.subgrid-row-1 {
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
    margin-right: 0;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 6px;
  }

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

  .row > [class*='coffee-span-'] .subgrid.subgrid-1 {
    margin-right: 21%;
    margin-left: 5%;
  }

  div.responsive-picture.activities-img {
    margin: 0 auto 0 9%;
    padding: 0;
    min-width: 16px;
    max-width: none;
    max-height: none;
    width: 80%;
    -webkit-transform: scale(.8);
       -moz-transform: scale(.8);
        -ms-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);
  }

  a.responsive-picture.picture-link-14 {
    position: relative;
    top: auto;
    margin: 7px auto;
    min-width: 0;
    max-width: 200px;
    max-height: none;
    width: 65%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

  .row > [class*='coffee-span-'] > .container.container-1 {
    margin-bottom: 90px;
  }

  .row > [class*='coffee-span-'] .subgrid.subgrid-2 {
    background-color: rgba(255, 255, 255, .81);
  }

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

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

  p.paragraph.paragraph-1 {
    margin-right: 2%;
  }

  p.paragraph.paragraph-3 {
    background-color: transparent;
  }

  p.paragraph span.paragraph-text-13 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-14 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-15 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-16 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-17 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-18 {
    font-weight: 900;
  }

  p.paragraph span.paragraph-text-19 {
    font-weight: 900;
  }

  /* Layout Elements */

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-5 {
    margin-right: auto;
    margin-left: auto;
  }

  a.responsive-picture.picture-link-14 {
    margin-right: auto;
    max-width: 200px;
    max-height: none;

    -webkit-flex: 0 1;
       -moz-flex: 0 1;
        -ms-flex: 0 1;
         -o-flex: 0 1;
            flex: 0 1;
  }

  .row > [class*='coffee-span-'] > .container.container-1 {
    margin-bottom: 73px;
  }
}

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

  h3.heading-1 {
    margin-top: 50px;
    margin-bottom: 88px;
    margin-left: auto;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: 4%;
  }

  /* Layout Elements */

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

  body > .row > [class*='coffee-span-'].contact {
    background-size: cover;
  }

  .subgrid > .row.subgrid-row-1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 9px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .row > [class*='coffee-span-'] .subgrid.subgrid-2 {
    margin-right: auto;
    margin-left: auto;
  }

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

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

  h1.heading-2 {
    margin-right: auto;
    margin-left: auto;
  }

  h3 span.heading-text-1 {
    font-family: 'Roboto', sans-serif;
  }

  h3.heading-1 {
    margin-bottom: 88px;
    margin-left: auto;
    color: #0067a6;
  }

  h5 span.heading-text-2 {
    color: #0067a6;
    font-weight: 500;
    font-size: 43px;
  }

  h5.instructional-heading {
    font-weight: 600;
    font-size: 8px;
    font-family: 'Coda', cursive;
  }

  p.paragraph.paragraph-2 {
    margin-top: -21px;
    margin-right: -30%;
    margin-left: auto;
    padding: 0 26px 0 0;
    max-width: none;
  }

  /* Layout Elements */

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

  body > .row > [class*='coffee-span-'].contact {
    background-size: auto auto;
  }

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

  .subgrid > .row.subgrid-row-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    max-width: none;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-5 {
    margin-right: auto;
    margin-left: auto;
  }

  a.responsive-picture.logo {
    margin-right: 0;
    margin-left: 13%;
  }

  div.responsive-picture.activities-img {
    margin-right: auto;
    margin-left: auto;
  }
}

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

  h3.heading-1 {
    margin-left: auto;
  }

  h5 span.heading-text-2 {
    font-size: 30px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-6 {
    margin-bottom: 0;
  }

  body > .row > [class*='coffee-span-'].column-7 {
    margin-bottom: 0;
  }

  body > .row.row-1 {
    margin-bottom: 0;
  }

  a.responsive-picture.picture-link-14 {
    margin-top: 7px;
    margin-right: auto;
    max-width: 200px;
  }

  .row > [class*='coffee-span-'] > .container.container-1 {
    margin: 0 auto 125px 0;
    padding-top: 0;
    width: 100%;
  }

  div.responsive-picture.activities-img {
    width: 94%;
  }

  .row > [class*='coffee-span-'] .html-element.html-element-1 {
    background-clip: border-box;
    box-shadow: #777 2px 2px 5px 0;
  }
}

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

  h1.heading-2 {
    margin-top: -4px;
  }

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

  h3.heading-1 {
    float: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 54px;
  }

  h5.instructional-heading {
    margin-bottom: 0;
    max-width: 788px;
    font-size: 15px;
    line-height: 1.2;
  }

  h5 span.heading-text-2 {
    font-size: 35px;
  }

  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);
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].navigation {
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

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

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

  div.responsive-picture.activities-img {
    min-width: 23px;
    width: 88%;
  }

  .row > [class*='coffee-span-'] > .container.container-1 {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 984px) {
  .row > [class*='coffee-span-'] > .container.container-1 {
    margin-bottom: 71px;
  }
}

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

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

  h5.instructional-heading {
    margin-top: -9px;
    font-size: 16px;
  }

  h5 span.heading-text-2 {
    font-size: 33px;
  }

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

  p.paragraph.paragraph-1 {
    margin-left: auto;
  }

  /* 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;
  }

  body > .row > [class*='coffee-span-'].footer {
    padding-bottom: 5px;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    margin-top: 36px;
    margin-bottom: 0;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    margin-top: 36px;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
  }

  body > .row.row-1 {
    margin-top: -31px;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 29px;
  }

  div.responsive-picture.activities-img {
    float: none;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 0;
    min-width: 43px;
    max-height: none;
    width: 46%;

    -webkit-align-self: auto;
       -moz-align-self: auto;
        -ms-align-self: auto;
         -o-align-self: auto;
            align-self: auto;
  }

  .row > [class*='coffee-span-'] > .container.container-1 {
    margin-bottom: -70px;
  }

  a.responsive-picture.picture-link-14 {
    margin-right: auto;
    width: 50%;
  }
}

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

  h5 span.heading-text-2 {
    font-size: 20px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].header {
    background-position: 30% 0;
  }

  body > .row > [class*='coffee-span-'].column-1 {
    margin-bottom: -53px;
  }

  body > .row > [class*='coffee-span-'].contact {
    background-size: cover;
  }

  body > .row > [class*='coffee-span-'].footer {
    margin-top: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    min-height: 52px;
  }

  div.responsive-picture.activities-img {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    min-width: 40px;
    width: 62%;
  }

  a.responsive-picture.picture-link-14 {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 72%;
  }

  .row > [class*='coffee-span-'] > .container.container-1 {
    margin-bottom: -60px;
  }
}