/* Text Elements */

h1.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  color: #7936aa;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 30px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.5;
}

h1.heading-2 {
  margin-top: 5px;
  margin-bottom: 0;
  color: #ea2229;
  text-align: center;
  font-size: 26px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.1;
}

span.text-element.text-1 {
  float: none;
  margin-top: 0;
  margin-bottom: 25px;
  width: auto;
  color: #7936aa;
  text-align: center;
  letter-spacing: 0;
  font-size: 26px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.5;
}

span.text-element.text-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.2;
}

span.text-element.text-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.2;
}

span.text-element.text-2 {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  color: #7936aa;
  text-align: center;
  letter-spacing: 0;
  font-size: 26px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 1.5;
}

span.text-element a.text-text-1 {
  color: #fff;
}

span.text-element.text-3 {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ea2229;
  text-align: center;
  font-size: 20px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

span.text-element a.text-text-2 {
  color: #7936aa;
}

span.text-element a.text-text-3 {
  color: #7936aa;
}

span.text-element.text-4 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #7936aa;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
}

span.text-element a.text-text-1:hover {
  color: #ccc;
}

span.text-element a.text-text-2:hover {
  color: #666;
}

span.text-element a.text-text-3:hover {
  color: #666;
}

a.link-text.text-link-2 {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 30%;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  background-color: #1c518a;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
}

a.link-text.text-link-2:hover {
  background-color: #01a2ae;
}

/* Layout Elements */

body > .row.row-1 {
  margin: 15px auto 10px;
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
  width: 95%;
  background-color: #ebebeb;
}

body > .row > [class*='coffee-span-'].column-1 {
  float: left;
  clear: none;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  min-height: 10px;
  background-color: #ebebeb;
}

body.grid-1 {
  margin-bottom: 15px;
  width: auto;
  background-color: #ebebeb;
}

body > .row > [class*='coffee-span-'].column-3 {
  margin-bottom: 25px;
  padding: 20px 15px 0;
  min-height: 10px;
  background-color: #fff;
}

body > .row.row-3 {
  margin-bottom: 10px;
  padding: 0;
  width: 95%;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].column-4 {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  min-height: 5px;
  background-color: #fff;
}

body > .row.row-5 {
  margin-bottom: 10px;
  width: 95%;
  background-color: #7936aa;
}

body > .row > [class*='coffee-span-'].column-7 {
  padding-right: 0;
  padding-left: 0;
  min-height: 5px;
}

body > .row.row-9 {
  margin-bottom: 5px;
  width: 95%;
  background-color: #0d3866;
}

body > .row > [class*='coffee-span-'].column-10 {
  min-height: 1px;
  background-color: #7936aa;
}

a.responsive-picture.image-link-1 {
  float: none;
  clear: none;
  margin: 0 auto;
  max-width: none;
  width: auto;
}

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

  h1.heading-1 {
    font-size: 28px;
  }

  h1.heading-2 {
    font-size: 24px;
  }

  span.text-element.text-6 {
    text-align: left;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.4;
  }

  span.text-element.text-8 {
    float: none;
    width: auto;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
  }

  span.text-element.text-1 {
    font-size: 26px;
  }

  span.text-element.text-2 {
    font-size: 24px;
  }

  span.text-element.text-4 {
    font-size: 19px;
  }

  a.link-text.text-link-2 {
    font-size: 19px;
  }

  /* Layout Elements */

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

  body > .row.row-9 {
    margin-bottom: 0;
    background-color: transparent;
  }
}

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

  h1.heading-1 {
    font-size: 26px;
  }

  span.text-element.text-1 {
    font-size: 24px;
  }

  span.text-element.text-2 {
    font-size: 22px;
  }

  span.text-element.text-3 {
    font-size: 19px;
  }

  span.text-element.text-4 {
    font-size: 18px;
  }

  a.link-text.text-link-2 {
    width: 50%;
    font-size: 18px;
  }

  /* Layout Elements */

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

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

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

  h1.heading-1 {
    font-size: 24px;
  }

  h1.heading-2 {
    font-size: 20px;
  }

  span.text-element.text-8 {
    text-align: center;
  }

  span.text-element.text-6 {
    background-color: transparent;
    text-align: center;
    font-size: 16px;
  }

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

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

  span.text-element.text-3 {
    font-size: 18px;
  }

  span.text-element.text-4 {
    font-size: 17px;
  }

  a.link-text.text-link-2 {
    width: 70%;
    font-size: 17px;
  }

  /* Layout Elements */

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

  a.responsive-picture.image-link-1 {
    float: none;
    width: auto;
  }
}

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

  h1.heading-1 {
    font-size: 24px;
  }

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

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

  span.text-element.text-4 {
    font-size: 16px;
  }

  a.link-text.text-link-2 {
    width: 85%;
    font-size: 16px;
  }

  /* Layout Elements */

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