@charset "UTF-8";
/*
Author: Housing Online
Description: ELHA Rent Consultation 2024
*/
/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  background: #8fc547;
}

body {
  background: #ffffff;
}

.inner-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 48em) {
  .inner-container {
    padding: 0 20px;
  }
}

.home main#content {
  margin-bottom: 160px;
}
@media screen and (min-width: 25em) {
  .home main#content {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 37.5em) {
  .home main#content {
    margin-bottom: 200px;
  }
}

.consultation-results main#content,
.summary main#content {
  margin-bottom: 160px;
}
@media screen and (min-width: 25em) {
  .consultation-results main#content,
  .summary main#content {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 37.5em) {
  .consultation-results main#content,
  .summary main#content {
    margin-bottom: 200px;
  }
}

.information main#content {
  margin-bottom: 110px;
}
@media screen and (min-width: 25em) {
  .information main#content {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 37.5em) {
  .information main#content {
    margin-bottom: 230px;
  }
}

.rent-discounts main#content,
.more-discounts main#content,
.rent-freeze main#content {
  margin-bottom: 160px;
}
@media screen and (min-width: 25em) {
  .rent-discounts main#content,
  .more-discounts main#content,
  .rent-freeze main#content {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 37.5em) {
  .rent-discounts main#content,
  .more-discounts main#content,
  .rent-freeze main#content {
    margin-bottom: 200px;
  }
}

header {
  padding-top: 2em;
}

.logo {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .logo {
    margin-bottom: 2em;
  }
}
.logo a {
  max-width: 225px;
}

.hamburger-wrap {
  background: #8fc547;
  padding: 0.5em 1em 0.5em 1em;
  text-align: right;
}
@media screen and (min-width: 63em) {
  .hamburger-wrap {
    display: none;
  }
}

.hamburger {
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
}
.hamburger:visited {
  color: #ffffff;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
  color: #242f3a;
}
.hamburger span {
  vertical-align: middle;
}
.hamburger img {
  margin-left: 0.5em;
  vertical-align: middle;
}

.primary-menu {
  background: #8fc547;
  clear: both;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0.875em 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 63em) {
  .primary-menu {
    background: #ffffff;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 63em) {
  .primary-menu li::after {
    content: "•";
    color: #7d7979;
  }
  .primary-menu li:last-of-type:after {
    content: "";
    color: #7d7979;
  }
}
.primary-menu a {
  color: #ffffff;
  display: block;
  padding: 1em 1em 0.25em 1em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
@media screen and (min-width: 63em) {
  .primary-menu a {
    display: inline;
    padding: 1em 0 0.875em 0;
    margin: 0 0.625em 0 0.625em;
    color: #7d7979;
  }
}
.primary-menu a:visited {
  color: #ffffff;
}
@media screen and (min-width: 63em) {
  .primary-menu a:visited {
    color: #7d7979;
  }
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu a:active {
  color: #242f3a;
}
@media screen and (min-width: 63em) {
  .primary-menu a:hover, .primary-menu a:focus, .primary-menu a:active {
    color: #242f3a;
    border-bottom: 3px solid #242f3a;
  }
}
.primary-menu a:first-of-type {
  padding-top: 0;
}

section#home-intro .inner-container {
  text-align: center;
}
section#home-intro h1 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #7d7979;
  margin-left: auto;
  margin-right: auto;
  max-width: 20ch;
  text-transform: uppercase;
}
section#home-intro .main-mission {
  margin-bottom: 2em;
  max-width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section#summary .sum-head-graphic {
  margin: 2em auto 2em auto;
  max-width: 650px;
}
section#summary .sum-head-graphic img {
  width: 100%;
}
section#summary .summary-cd {
  margin: 2.5em auto 2.5em auto;
  max-width: 650px;
}
section#summary .summary-cd img {
  width: 100%;
}
section#summary ul.app-badges {
  list-style: none;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#summary ul.app-badges li {
  list-style: none;
  width: 45%;
  margin: 0;
}
section#summary ul.app-badges li::before {
  content: "";
  display: inline;
  margin: 0;
}
section#summary ul.app-badges img {
  display: block;
}
section#summary ul.app-badges .google-play {
  min-height: 75px;
}
section#summary p {
  text-align: center;
}
section#summary p:last-of-type {
  margin-bottom: 2em;
}
section#summary .blue-pull {
  margin-bottom: 2em;
}

section#more-information .more-info-graphic {
  margin: 2em auto 2em auto;
  max-width: 160px;
}
section#more-information .more-info-graphic img {
  width: 100%;
}
section#more-information p.lead {
  margin: 0 auto 1.5em auto;
  max-width: 40ch;
  text-align: center;
}

section#accordionWrapper {
  margin: 2em 0 3em 0;
}
section#accordionWrapper .accordionItemContent .more-balancing {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
section#accordionWrapper .accordionItemContent .more-info-pie-chart {
  display: block;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
section#accordionWrapper .accordionItemContent .housing-perks {
  display: block;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
section#accordionWrapper .accordionItemContent .more-info-5-year-table {
  display: block;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
section#accordionWrapper .accordionItemContent .more-info-rent-comparison-table {
  display: block;
  width: 400px;
}
section#accordionWrapper .accordionItemContent .kts-table {
  display: block;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

section#discounts .sum-head-graphic {
  margin: 1em auto 1em auto;
  max-width: 620px;
}
section#discounts .sum-head-graphic img {
  width: 100%;
}
section#discounts .bronze-pull {
  margin-bottom: 2em;
}
section#discounts p {
  text-align: center;
}

section#more-discounts {
  max-width: 640px;
  margin: 0 auto;
}
section#more-discounts .sum-head-graphic {
  margin: 1em auto 1em auto;
  max-width: 620px;
}
section#more-discounts .sum-head-graphic img {
  width: 100%;
}
section#more-discounts p.lead {
  margin-top: 2em;
}
section#more-discounts p {
  text-align: center;
}
section#more-discounts p:last-of-type {
  margin: 2.5em 0;
}
section#more-discounts .summary-table {
  max-width: 582px;
}
section#more-discounts ul.app-badges {
  list-style: none;
  margin: 2em auto 1em auto;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#more-discounts ul.app-badges li {
  list-style: none;
  width: 45%;
  margin: 0;
}
section#more-discounts ul.app-badges li::before {
  content: "";
  display: inline;
  margin: 0;
}
section#more-discounts ul.app-badges img {
  display: block;
}
section#more-discounts ul.app-badges .google-play {
  min-height: 75px;
}

section#results h1 {
  color: #7d7979;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 37.5em) {
  section#results h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1em;
  }
}
section#results h2 {
  color: #0377be;
  text-align: center;
}
section#results .clothes-hung-up {
  margin: 1em auto 0em auto;
  max-width: 320px;
}
section#results .clothes-hung-up img {
  width: 100%;
}
section#results img.graph-pie {
  display: block;
  margin: 1.5em auto 2em auto;
  width: 100%;
  max-width: 733px;
}
section#results img.graph-line {
  display: block;
  margin: 1.5em auto 2em auto;
  width: 100%;
  max-width: 900px;
}

footer {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  background: #8fc547;
  padding-bottom: 2em;
}
footer p {
  color: #ffffff;
  margin-top: 0;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
}
footer p:first-of-type {
  margin-top: 1.5em;
}

body.home img.footer-graphic {
  position: relative;
  margin-top: -158px;
}

body.consultation-results img.footer-graphic {
  position: relative;
  margin-top: -20%;
  width: 250px;
}

body.summary img.footer-graphic {
  position: relative;
  margin-top: -158px;
}

body.information img.footer-graphic {
  position: relative;
  margin-top: -20%;
  width: 600px;
}

body.rent-discounts img.footer-graphic {
  position: relative;
  margin-top: -158px;
}

body.more-discounts img.footer-graphic {
  position: relative;
  margin-top: -158px;
}

.logo-seperator {
  margin: 1.5em 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.footer-logos {
  list-style: none;
  margin: 2em 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
ul.footer-logos li {
  margin-right: 1em;
}
ul.footer-logos li:last-of-type {
  margin-right: 0;
}
ul.footer-logos li.happy-homes {
  width: 44px;
}
ul.footer-logos li.happy-translate {
  width: 72px;
}
ul.footer-logos li.cyber-essentials {
  width: 32px;
}
ul.footer-logos li.browsealoud {
  width: 36px;
}
ul.footer-logos li.facebook {
  width: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

.centre {
  text-align: center;
}

.pull-quote {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 640px;
  padding: 0.5em 1.5em;
}
.pull-quote p {
  font-size: 16px;
  font-size: 1rem;
  color: #7d7979;
}

.blue-pull.pull-quote {
  border: 5px solid #39c5e9;
}

.orange-pull.pull-quote {
  border: 5px solid #f58123;
}

.purple-pull.pull-quote {
  border: 5px solid #3a2656;
}

.yellow-pull.pull-quote {
  border: 5px solid #f6a80b;
}

.bronze-pull.pull-quote {
  border: 5px solid #b95f39;
}

.black-pull.pull-quote {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #000;
  border: 5px solid #000;
  color: #ffffff;
  margin-bottom: 2em;
  text-align: center;
}

.accordionWrapper {
  color: #ffffff;
  padding: 0.5em 1.125em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordionItem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9375em;
}

.accordionItemHeading {
  margin: 0 0 1em 0;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  padding: 0.5em 1.125em;
  background: #39c5e9;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9375em;
  text-transform: uppercase;
}

.close .accordionItemContent {
  height: 0px;
  overflow: hidden;
  display: block;
}

.open .accordionItemContent {
  clear: both;
  padding: 0 1.125em;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.open .accordionItemHeading {
  margin: 0px;
  background-color: #f58123;
  color: #ffffff;
  position: relative;
}
.open .accordionItemHeading:after {
  content: url("../images/chevron-up-solid.svg");
  top: 8px;
  right: 10px;
  position: absolute;
}

.close .accordionItemHeading {
  position: relative;
}
.close .accordionItemHeading:after {
  content: url("../images/chevron-down-solid.svg");
  top: 8px;
  right: 10px;
  position: absolute;
}

main#content ul {
  color: #7d7979;
  margin: 1em auto;
  padding-left: 3em;
  list-style: none;
}

main#content ul li {
  font-size: 1em;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

main#content ul li:last-of-type {
  margin-bottom: 0;
}

main#content ul li::before {
  content: "•";
  color: #ff6633;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

main#content ul.content {
  border: 1px solid #8fc547;
  background: #edf4e5;
  margin: 2em auto;
  padding: 1.5em 1.5em 1.5em 2em;
  max-width: 733px;
  list-style: none;
}

main#content ul.content li {
  color: #000;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

main#content ul.content li:last-of-type {
  margin-bottom: 0;
}

main#content ul.content li::before {
  content: "•";
  color: #ff6633;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

body,
button,
input,
select,
textarea {
  color: #242f3a;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
}
@media screen and (min-width: 37.5em) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em;
  }
}

h3 {
  color: #0377be;
}

p {
  color: #7d7979;
}

.center {
  text-align: center;
}

p.lead {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7d7979;
  margin: 0 auto 2em auto;
  max-width: 62ch;
}

p.basic {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7d7979;
  margin: 0 auto 2em auto;
  max-width: 62ch;
}

p.footnote {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto 2em auto;
  max-width: 72ch;
}

.pink-text {
  color: #e6007e;
}

.blue-text {
  color: #0377be;
}

.purple-text {
  color: #3a2656;
}

strong {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sub-head {
  font-weight: 700;
  color: #7d7979;
  font-size: 21px;
  margin: 5px auto;
  text-align: center;
}

a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0377be;
  text-decoration: none;
}
a:visited {
  color: #0377be;
}
a:hover, a:focus, a:active {
  color: #8fc547;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  border-radius: 20px;
  max-width: 250px;
  padding: 1em;
  text-transform: uppercase;
  line-height: 1.25em;
}
.btn span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  letter-spacing: -1px;
}

.default-btn {
  color: #ffffff;
  background-color: #242f3a;
  color: #ffffff;
}
.default-btn span {
  color: #7d7979;
}
.default-btn:visited {
  color: #ffffff;
  background-color: #242f3a;
}
.default-btn:hover, .default-btn:focus, .default-btn:active {
  background-color: #7d7979;
}
.default-btn:hover span, .default-btn:focus span, .default-btn:active span {
  color: #ffffff;
}

.green-btn {
  color: #ffffff;
  background-color: #8fc547;
  color: #ffffff;
}
.green-btn span {
  color: #6c8d17;
}
.green-btn:visited {
  color: #ffffff;
  background-color: #8fc547;
}
.green-btn:hover, .green-btn:focus, .green-btn:active {
  background-color: #7d7979;
}
.green-btn:hover span, .green-btn:focus span, .green-btn:active span {
  color: #ffffff;
}

/* table results */
table.results-table {
  width: 100%;
  margin: 1em 0 3em 0;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

table.results-table tr {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}

table.results-table thead {
  border-bottom: 3px solid #76a5ba;
}

table.results-table tr {
  border-bottom: 1px solid #76a5ba;
}

table.results-table tr.highlight {
  background-color: #dcf1f0 !important;
}

table.results-table.zebra tr:nth-child(even) {
  background-color: #e4edf1;
}

table.results-table th {
  font-weight: bold;
  padding: 0.5em;
  font-size: 1em;
}

table.results-table td {
  padding: 0.5em;
  font-size: 1em;
}

table.results-table .highlight td {
  font-weight: bold;
}

table.results-table th.number,
td.number {
  text-align: right;
}

table.results-table th.text,
td.text {
  text-align: left;
  font-weight: bold;
}

table.results-table.not-trend th.text {
  width: 50%;
}

/* media queries */
@media screen and (max-width: 600px) {
  table.results-table {
    width: 100%;
  }
  table.results-table tr.hide-mobile,
  table.results-table th.hide-mobile,
  table.results-table td.hide-mobile {
    display: none;
  }
  table.results-table thead {
    display: none;
  }
  table.results-table tbody {
    width: 100%;
  }
  table.results-table tr,
  table.results-table th,
  table.results-table td {
    display: block;
    padding: 0;
  }
  table.results-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.results-table tr.highlight {
    background-color: inherit !important;
  }
  table.results-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.results-table.zebra td:nth-child(even) {
    background-color: #e4edf1;
  }
  table.results-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.results-table td {
    padding: 0.5em 0.5em 0.25em 0.5em;
    border-bottom: 1px dotted #76a5ba;
    text-align: right;
  }
  table.results-table td.text {
    text-align: left;
  }
  table.results-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.results-table th.number,
  td.text {
    font-weight: bold;
  }
  table.results-table td:last-child {
    padding-right: 0.5em;
    border-bottom: 2px solid #76a5ba;
  }
  table.results-table td:empty {
    display: none;
  }
  table.results-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}
