/* Text Elements */

h3.section-heading {
  color: #424242;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
}

h4.feature-table-heading {
  margin-top: 35px;
  margin-right: 0;
  color: #2e2e2e;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

h4.mailer {
  margin-top: 15px;
  margin-right: 0;
  color: #525252;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

h4 span.heading-text-2 {
  font-weight: 700;
}

h6.feature-section-heading {
  margin-top: 16px;
  color: #303030;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.feature {
  margin-top: 18px;
  margin-left: 2%;
  color: #6b6b6b;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph.checkmark {
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0aad0d;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

p.paragraph.checkmark.grey {
  color: #5e5e5e;
}

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

p.paragraph span.paragraph-text-4 {
  color: #0aad0d;
  font-size: 22px;
  line-height: 1;
}

p.paragraph span.em {
  font-weight: 600;
}

p.paragraph span.italic {
  font-style: italic;
}

p.paragraph span.bold-link {
  font-weight: 700;
}

p.paragraph.feature.feature-check {
  text-align: center;
}

/* Common Elements */

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

div.rule.rule-1 {
  margin: 10px auto 30px;
  width: 15%;
}

/* Interaction Elements */

a.link-button.version-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  border-width: 0;
  border-top-left-radius: 7px 7px;
  border-top-right-radius: 7px 7px;
  border-bottom-right-radius: 7px 7px;
  border-bottom-left-radius: 7px 7px;
  background-color: #f2554b;
  background-image: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.business.version-button {
  background-color: #fc0f03;
}

a.link-button span.button-link-text-1 {
  font-size: 12px;
}

a.link-button.version-button:hover {
  background-color: #1eb21c;
}

/* Layout Elements */

body > .row.feature-table-row {
  border-bottom: 1px dotted #d6d6d6;
}

body > .row > [class*='coffee-span-'].feature-table-border {
  padding-right: 5px;
  padding-left: 5px;
  min-height: 50px;
  border-left: 1px solid #dbdbdb;
}

body > .row {
  max-width: 1200px;
}

body > .row > [class*='coffee-span-'].feature-column {
  min-height: 50px;
  border-right-width: 0;
  border-right-style: solid;
}

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

body > .row.feature-table-row:hover {
  background-color: #fafafa;
}

body > .row.feature-table-row.section-heading:hover {
  background-color: transparent;
}

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

  h4.feature-table-heading {
    margin-top: 25px;
    margin-right: 0;
  }

  h4.mailer {
    font-size: 15px;
  }

  /* Interaction Elements */

  a.link-button.version-button {
    width: 100%;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].feature-table-border {
    min-height: 70px;
  }

  body > .row.feature-table-row.section-heading {
    min-height: 0;
  }
}

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

  h4.feature-table-heading {
    text-align: center;
  }

  h6.feature-section-heading {
    color: #fff;
    text-align: center;
    font-size: 18px;
  }

  p.paragraph.feature {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
  }

  p.paragraph.checkmark {
    margin-top: 0;
    padding-top: 16px;
    padding-right: 0;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].feature-column {
    border-right-color: #8f8f8f;
    background-color: #ededed;
  }

  body > .row > [class*='coffee-span-'].feature-table-border {
    min-height: 55px;
    border-right-width: 0;
    border-right-style: solid;
    border-left-width: 0;
    border-left-color: #222;
  }

  body > .row > [class*='coffee-span-'].feature-column.heading {
    background-color: #87827b;
  }

  body > .row.feature-table-row {
    border-bottom-style: none;
  }
}