body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text);
  font-family: var(--font-stack);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-size: 16px;
  line-height: var(--body-line-height);
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.site-main ul {
  margin-left: 0.5em;
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: var(--font-weight-bold);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-stack-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--heading-line-height);
}

h1 {
  font-size: 1.7em;
  padding: 0.8em 0;
  margin: 0;
  color: var(--color-tertiary);
}

h2 {
  font-size: 1.6em;
  padding: 0.8em 0;
  margin: 0;
  color: var(--color-tertiary);
}

h3 {
  font-size: 1.3em;
  padding: 0.75em 0;
  margin: 0;
  color: var(--color-tertiary);
}

.content-wpb h3 {
  padding-left: 2em;
}
.content-wpb h3::before {
  content: " ";
  display: inline-block;
  height: 3px;
  width: 1.25em;
  background: var(--color-secondary);
  flex-shrink: 0;
  margin-right: 0.7em;
  margin-left: -2em;
  position: relative;
  top: -0.3em;
}

h4,
.card--data-heading {
  font-size: 1.15em;
  margin-bottom: 0.5em;
  display: block;
  font-weight: var(--font-weight-bold);
}

h5 {
  font-size: 1em;
  margin-bottom: 1em;
}

h6,
.site-main table thead,
.specs-heading,
.card-specs--title,
.post-specs--title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-stack-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--heading-line-height);
  border-bottom: none;
}

.sub-heading-text {
  margin-top: -0.5em;
  display: block;
  margin-bottom: 2em;
}

.card-specs--sub-title {
  display: block;
  font-size: 0.75em;
  margin: 0.5em 0;
  line-height: 1.15;
  color: var(--color-text-specs-heading);
}

.cta-block-heading {
  font-size: 1.2em;
  line-height: var(--heading-line-height);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-stack-heading);
  display: block;
  margin-bottom: 0.7em;
}

sup {
  top: 0;
  font-size: 0.55em;
  line-height: 1;
  vertical-align: super;
  font-weight: var(--font-weight-light);
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}

.card-specs--value {
  font-weight: var(--font-weight-bold);
}

.site-main table thead {
  font-size: 0.75rem;
}

.line-heading {
  text-align: center;
  color: var(--color-secondary);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1em;
  align-items: center;
}
.line-heading::before, .line-heading::after {
  content: " ";
  display: block;
  border-bottom: 1px solid var(--color-border);
}

.line-heading.business-card {
  font-size: 0.75rem;
  margin: 0.5em 0;
  color: var(--color-text-grey);
  font-weight: var(--font-weight-bold);
}
.line-heading.business-card::before, .line-heading.business-card::after {
  border-bottom: 1px solid var(--color-primary);
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body .text-green {
  color: var(--color-green);
}

body .text-red {
  color: var(--color-red);
}

body .text-black {
  color: var(--color-secondary);
}

body .text-grey {
  color: #aaa;
}

.small-print {
  color: var(--color-text-grey);
  font-size: 0.8em;
  line-height: var(--heading-line-height);
  display: block;
  margin: 0.25em 0;
}
.small-print:hover {
  color: var(--color-text-grey);
}

span.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 17px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.1em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.25em;
  }
  .site-main ul {
    margin-left: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .cta-block-heading {
    font-size: 1.5em;
  }
  .content-wpb h3::before {
    height: 3px;
    width: 1.5em;
    margin-right: 0.5em;
  }
}
/*--------------------------------------------------------------
#  Checks and close
--------------------------------------------------------------*/
.fa-check {
  color: var(--color-primary);
  font-size: 1.2rem;
  text-align: center;
}

.fa-times {
  color: var(--color-red);
  font-size: 1.2rem;
  text-align: center;
}

.close-filters .fa-times {
  color: #fff;
}

/*# sourceMappingURL=typography.css.map */
