/* PALETTE */
:root {
  --main-white-color: #fff;
  --pale-grey-color: #bbb;
  --mid-grey-color: #6c757d;
  --dark-grey-color: #333333;
  --dark-red-color: #d60b51;
  --blue-link-color: #0E5EFB;
  --index-light: #008198;
  --index-dark: #016C81;
  --conference-blue: #224998;
  --index-chart-a: #009D00;
  --index-chart-b: #6ECB46;
  --index-chart-c: #FFD300;
  --index-chart-d: #FF9C00;
  --index-chart-e: #EE1100;
  --primary-color: #008198 !important;
  --secondary-color: #008198 !important;
}
/* SCORECARD */
#brand-logo-container {
  display: none;
}
#scorecard-page-container .container-fluid,
#dexter-page-container .container-fluid {
  overflow: hidden;
}
#index-intro-container.has-logo,
#intro-text.has-logo {
  padding-top: 50px;
  position: relative;
}
.sc-logo {
  position: absolute;
  top: -80px;
}
.scorecard h1 {
  color: var(--index-light);
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  z-index: 1;
}
#logo-image {
  position: relative;
  top: -50px;
}
#scorecard-logo {
  margin: 0;
  max-height: 70px;
  max-width: 170px;
}
.small-text {
  font-size: 12px !important;
}
.button-row button,
.button-row .link-button {
  border-radius: 50px;
  padding: 10px 20px;
}
.button-row .btn-left {
  float: left;
}
.button-row .btn-right {
  float: right;
}
.button-row .btn-grey {
  border: 1px solid #222;
}
.button-row .btn-grey:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}
@media (max-width: 880px) {
  #aa-who {
    margin-top: 20px;
    margin-left: 10px;
  }
}
.btn-blue {
  border: 1px solid #fff;
  background-color: #008198;
  color: #fff;
}
.btn-blue:hover {
  border: 1px solid #008198;
  background-color: #fff;
  color: #008198;
}
.btn-blue[disabled],
.btn-blue[disabled]:hover {
  background-color: #bbb;
  border: 1px solid #bbb;
  color: #222;
  cursor: not-allowed;
}
.scorecard p,
.scorecard .b-bottom a {
  font-size: 0.9rem;
}
.scorecard .section-donut .in-text-link {
  color: #000;
  text-decoration: underline;
}
.section-blue {
  background-color: #008198;
  color: #fff;
}
.section-blue a:hover,
.section-blue a:focus {
  color: #fff !important;
  text-decoration: underline;
}
.section-donut {
  background-color: #f2f2f2;
  color: #333333;
}
.scorecard .hero-section {
  min-height: 690px;
  padding-top: 185px;
}
.score-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.score-card a {
  padding: 20px;
}
.score-card a:hover {
  border-radius: 5px;
  outline: 2px solid #fff;
  text-decoration: none;
}
.score-card p {
  color: #fff;
  margin: 0;
  max-width: 220px;
}
.circle-score {
  color: #fff;
  border: 8px solid #fff;
  border-radius: 60px;
  font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
  font-size: 4em;
  line-height: 0.7;
  margin: 40px auto;
  padding: 25px 0;
  text-align: center;
  width: 115px;
}
.score-container h2 {
  color: #fff;
}
.score-container.current .un-scored:before {
  content: '\2015';
}
.score-container.current .A-score:before {
  content: '\0041';
}
.score-container.current .B-score:before {
  content: '\0042';
}
.score-container.current .C-score:before {
  content: '\0043';
}
.score-container.current .D-score:before {
  content: '\0044';
}
.score-container.current .E-score:before {
  content: '\0045';
}
.score-container.previous .A-score:before {
  content: '\0041';
}
.score-container.previous .B-score:before {
  content: '\0042';
}
.score-container.previous .C-score:before {
  content: '\0043';
}
.score-container.previous .D-score:before {
  content: '\0044';
}
.score-container.previous .E-score:before {
  content: '\0045';
}

#scorecard-who-form p {
  text-align: left;
}
#scorecard-who-form .title {
  font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
#privacy-icon {
  max-height: 130px;
  width: 100%;
}
#intro-container {
  justify-content: space-between;
}
.energy-bar-chart-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
  position: relative;
}
#circle-bg {
  background: rgb(152,193,207);
  background: linear-gradient(0deg, #008198 20%, #98c1cf 100%);
  border-radius: 50%;
  height: 580px;
  position: absolute;
  transform: translate(0px, -90px);
  width: 580px;
}
#circle-bg-bg {
  background: rgb(197,236,246);
  background: linear-gradient(186deg, #c5ecf6 20%, #C1DBE1 100%);
  border-radius: 50%;
  height: 810px;
  position: absolute;
  transform: translate(150px, -550px);
  width: 810px;
}
.energy-chart-container,
.confirm-screenshot {
  left: 110px;
  position: absolute;
  top: 70px;
  z-index: 1;
}
.confirm-screenshot {
  left: 100px;
}
.energy-chart-container p {
  color: #fff;
}
@media (max-width: 767px) {
  #circle-bg,
  #circle-bg-bg {
    display: none;
  }
  .energy-chart-container {
    left: 0;
    position: relative;
    top: 0;
  }
}
.energy-chart {
  background-color: #fff;
}
.energy-chart.left {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 10px 5px 5px;
}
.energy-chart.right {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 10px 5px 10px;
}
.energy-chart .subheading {
  font-size: 0.9em;
  text-align: center;
}
.energy-chart .grade {
  font-size: 30px;
}
.energy-chart .bar {
  border-radius: 2px;
  padding: 0 12px;
}
.bar-green-dark {
  background: #009D00;
  width: 55%;
}
.bar-green {
  background: #6ECB46;
  width: 65%;
}
.bar-yellow {
  background: #FFD300;
  width: 75%;
}
.bar-orange-light {
  background: #FF9C00;
  width: 85%
}
.bar-orange-dark {
  background: #EE4D00;
  width: 85%
}
.bar-red {
  background: #EE1100;
  width: 95%
}

.energy-chart .arrow {
  background: url("../images/scorecard/chart-arrow-current.d7f0b8dd4288.svg") no-repeat left / contain;
  height: 36px;
}
.bar {
  margin-left: 52px;
}
#letter-a,
#bar-0 {
  background-color: #009D00;
}
#letter-b,
#bar-1 {
  background-color: #6ECB46;
}
#letter-c,
#bar-2 {
  background-color: #FFD300;
}
#letter-d,
#bar-3 {
  background-color: #FF9C00;
}
#letter-e,
#bar-4 {
  background-color: #EE1100;
}
.bar {
  height: 36px;
}
#bar-0 {
  width: 15%;
}
#bar-1 {
  width: 30%;
}
#bar-2 {
  width: 45%;
}
#bar-3 {
  width: 60%;
}
#bar-4 {
  width: 75%;
}
.percentage {
  height: 100%;
  margin: auto;
  text-align: right;
}
.is-extended .not-extended {
  display: none;
}
.row-arrow{
  margin-bottom: 6px;
  height: 36px
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
#scorecard-donut-chart .ct-series-a .ct-slice-donut { stroke: var(--index-chart-a); }
#scorecard-donut-chart .ct-series-b .ct-slice-donut { stroke: var(--index-chart-b); }
#scorecard-donut-chart .ct-series-c .ct-slice-donut { stroke: var(--index-chart-c); }
#scorecard-donut-chart .ct-series-d .ct-slice-donut { stroke: var(--index-chart-d); }
#scorecard-donut-chart .ct-series-e .ct-slice-donut { stroke: var(--index-chart-e); }
.pri-0 { background-color: var(--index-chart-a); }
.pri-1 { background-color: var(--index-chart-b); }
.pri-2 { background-color: var(--index-chart-c); }
.pri-3 { background-color: var(--index-chart-d); }
.pri-4 { background-color: var(--index-chart-e); }
/* SCORECARD END */
/* index ( for EXTENDED INDEX see EOF ) */
#smoke-screen {
  display: none;
}
#index.loading {
  display: none;
}
#index-page-content {
  display: block;
}
.index-hero {
  padding-top: 105px;
}
.index-hero.accessibility {
  background: #F2F2F2 url("../images/scorecard/accessibility-icon-hero.e27d6bbc1e9e.svg") no-repeat center / contain;
}
.index-hero.privacy {
  background: #F2F2F2 url("../images/scorecard/privacy-icon-hero.9cb2cef792bb.svg") no-repeat center / contain;
}
.index-hero.carbon {
  background: #F2F2F2 url("../images/scorecard/carbon-icon-hero.b81d5872182a.svg") no-repeat center / contain;
}
.index-hero.experience {
  background: #F2F2F2 url("../images/scorecard/experience-icon-hero.2b21c9d8b94e.svg") no-repeat center / contain;
}
@media only screen and (max-width: 880px) {
  #smoke-screen {
    background: #F2F2F2;
    display: block;
    padding: 20%;
  }
  #index-page-content {
    display: none;
  }
}
.index-heading {
  margin-top: 50px;
  position: relative;
}
#index-heading {
  color: var(--index-light);
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 40px;
}
#index-principle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
#intro-chart-container {
  align-items: center;
}
#index-introduction p span.bold {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
#index-introduction a {
  color: #212529;
  text-decoration: underline;
}
#index-admin {
  position: absolute;
  right: 9px; /* 9px + 6px (fa-cogs) = 15px*/
  top: 0;
}
.index-btn {
  background: transparent;
  border: none;
}
.index-cogs,
.index-icon {
  color: grey;
}
#index .note {
  padding-left: 32px;
  font-size: .85em;
  margin-top: -3px;
}
#index-menu {
  background: #222;
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 20px;
  position: absolute;
  right: 9px;
  top: 30px;
  z-index: 1;
}
#index-menu ul {
  padding-left: 0;
}
#index-menu ul li {
  list-style: none;
  text-indent: 0%;
  white-space: nowrap;
}
.index-menu-btn,
#index-menu ul li a {
  color: #fff;
  padding: 0;
}
.index-menu-btn:hover {
  text-decoration: underline;
}
.index-link a,
.index-link a i {
  color: var(--index-dark);
}
.index-sites {
  display: flex;
}
.index-sites button {
  background: transparent;
  border: none;
  color: var(--index-dark);
  font-size: 10px;
  max-height: 30px;
  white-space: nowrap;
}
.th-history {
  position: relative;
}
.th-history #table-buttons-container {
  position: absolute;
  right: 0;
}
.th-history #table-buttons-container .index-search {
  padding: 0 !important;
}
.index-date {
  color: var(--index-light);
  font-size: 14px;
  padding-bottom: 0;
}
#index .history {
  display: inline-block;
  height: 24px;
  border: 1px solid white;
  margin-top: 7px;
}
.is-extended #index .history {
  margin-top: 0;
}
#index .dt-column-title {
  font-size: 1rem !important;
}
#index th {
  border-top: none;
  font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
  padding: 12px 8px;
}
#index th span.thin {
  font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
}
/* Safari Only */
@supports selector(:nth-child(1 of x)) {
  #index th {
    font-family: 'Arial';
  }
  #index th span.thin {
    font-family: 'Arial';
    font-weight: 500;
  }
  #index td.pri-score span,
  #index td div.pri-score span {
    font-family: 'Arial';
    font-weight: 500;
  }
  #index td.pri-score span.overall,
  #index td div.pri-score span.overall {
    font-family: 'Arial';
  }
}
/* End Safari Only */

#index th#org-heading { max-width: 170px; padding-left: 40px; }
#index td { font-size: 14px; height: 29px; }
#index tr:not(.child-row) td { padding: 10px 8px 4px 8px; }
#index tr.child-row td { padding: 0; }
#index td.pt15 { padding-top: 15px; }
#index td.pt17 { padding-top: 17px; }
.max-200 { max-width: 200px; }
#index td.pt18 { padding-top: 18px; }
#index td.pri-score,
#index td div.pri-score { text-align: center; position: relative; }
#index td.pri-score span {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  border: 7px solid #ddd;
  border-radius: 20px;
  vertical-align: middle;
}
#index td.pri-history { padding-bottom: 4px; white-space: nowrap; }
#index td .history-bar {
  padding-bottom: 4px;
  text-align: end;
  white-space: nowrap;
}
#index td.pri-score span,
#index td div.pri-score span {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  border: 7px solid #ddd;
  border-radius: 20px;
  vertical-align: middle;
}
.site-link-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.is-extended #index td.pri-score span,
.is-extended #index td div.pri-score span {
  border: 0px solid transparent;
  border-radius: 2px;
}
.pri-score .subscore {
  font-size: 11px;
  height: 30px;
  margin: 5px 0;
  min-width: 30px !important;
}
.is-extended .pri-score .subscore {
  font-size: 14px;
}
.pri-score .overall {
  font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
}
.is-extended .pri-score .overall {
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.is-extended #index td.pri-score .overall,
.is-extended #index td div.pri-score .overall {
  font-size: 24px;
}
#index dd.score-mystery .score-item {
  padding: 0;
  position: relative;
}
#index dd.score-mystery span.middle::before {
  color: #222;
  content: '\290E';
  position: absolute;
  font-size: 16px;
  left: -1.35em;
  top: -6px;
}
#index dd.score-mystery span.middle::after {
  color: #222;
  content: '\290F';
  position: absolute;
  font-size: 16px;
  right: -1.35em;
  top: -6px;
}
.is-extended #index dd.score-mystery span.middle::before {
  left: -1.05em;
  top: -3px;
}
.is-extended #index dd.score-mystery span.middle::after {
  right: -1.05em;
  top: -3px;
}
#index button.toggle-detail {
  border: none;
  background-color: transparent;
  font-weight: normal;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .85em;
  color: #555;
}
#index button.toggle-detail:hover { text-decoration: underline; }
#index td.pri-score .pri-0 { border-color: #a4d9a1; }
#index td.pri-score .pri-1 { border-color: #f0f093; }
#index td.pri-score .pri-2 { border-color: #f0c891; }
#index td.pri-score .pri-3 { border-color: #e78b8e; }
#index td.pri-score .pri-none { border-color: #ddd; }
#index td.pri-score span.pri-none { background-color: #ddd; }
.is-extended #index td.pri-score .overall.pri-0 { border-color: var(--index-chart-a); }
.is-extended #index td.pri-score .overall.pri-1 { border-color: var(--index-chart-b); }
.is-extended #index td.pri-score .overall.pri-2 { border-color: var(--index-chart-c); }
.is-extended #index td.pri-score .overall.pri-3 { border-color: var(--index-chart-d); }
.is-extended #index td.pri-score .overall.pri-4 { border-color: var(--index-chart-e); }
#index #omitted th, #index #toosmall th {
  border-top: 4px solid #999;
  border-bottom: 2px solid #ddd;
  padding-top: 28px !important;
}
#index tr.no-hover:hover { background-color: transparent; }
#index th .notes {
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; font-size: 14px;
}
#index-category-chart .ct-series-a .ct-slice-donut { stroke: #a4d9a1; }
#index-category-chart .ct-series-b .ct-slice-donut { stroke: #f0f093; }
#index-category-chart .ct-series-c .ct-slice-donut { stroke: #f0c891; }
#index-category-chart .ct-series-d .ct-slice-donut { stroke: #e78b8e; }
#index-donut-chart .ct-series-a .ct-slice-donut { stroke: var(--index-chart-a); }
#index-donut-chart .ct-series-b .ct-slice-donut { stroke: var(--index-chart-b); }
#index-donut-chart .ct-series-c .ct-slice-donut { stroke: var(--index-chart-c); }
#index-donut-chart .ct-series-d .ct-slice-donut { stroke: var(--index-chart-d); }
#index-donut-chart .ct-series-e .ct-slice-donut { stroke: var(--index-chart-e); }
.index-donut-chart-container {
  position: relative;
}
#index-donut-score {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 6rem;
  left: 50%;
  padding: 15px 45px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 1150px) {
  #index-donut-score {
    padding: 5px 35px;
    transform: translateX(-50%) translateY(-72%);
  }
}
@media (max-width: 991px) {
  #index-donut-score {
    padding: 65px 95px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 880px) {
  #index-donut-score {
    padding: 45px 75px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  #index-donut-score {
    padding: 95px 125px;
    transform: translateX(-50%) translateY(-50%);
  }
}
/* DONUT SIZING FOR INDEX PAGES */
#index-page-container #index-donut-score {
  padding: 5px 55px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1398px) {
  #index-page-container #index-donut-score {
    padding: 0px 45px;
  }
}
@media (max-width: 1200px) {
  #index-page-container #index-donut-score {
    padding: 0 35px;
    transform: translateX(-50%) translateY(-50%);
    font-size: 5rem;
  }
}
@media (max-width: 992px) {
  #index-page-container #index-donut-score {
    font-size: 3rem;
    padding: 0px 23px;
    transform: translateX(-50%) translateY(-50%);
  }
}
/* END DONUT SIZING FOR INDEX PAGES */
.scorecard #index-donut-score {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 6rem;
  left: 50%;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .scorecard #index-donut-score {
    padding: 0px 45px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .scorecard #index-donut-score {
    font-size: 4rem;
    padding: 0px 25px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 991px) {
  .scorecard #index-donut-score {
    font-size: 6rem;
    padding: 30px 70px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .scorecard #index-donut-score {
    font-size: 8rem;
    padding: 105px 155px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 500px) {
  .scorecard #index-donut-score {
    padding: 65px 120px;
    transform: translateX(-50%) translateY(-50%);
  }
}
#pri-key {
  line-height: 2;
}
#pri-key.compact {
  line-height: 1.8;
}
#pri-key p {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0;
}
#index .sitelink { color: #212529; padding-left: 5px; }
#index-sponsors {
  margin-top: 20px;
}
.dt-search { display: none; }
#index_wrapper .view-all {
  margin: 0;
  padding: 0 0 15px 0;
  color: var(--index-dark);
  border: none;
  background-color: transparent;
}
#index_wrapper h2 { font-size: 1.8rem; margin-bottom: 0; padding-bottom: 0; }
#index-sponsors { display: none; }
#index-sponsors .index-sponsors-row {
  align-items: center;
}
#index-sponsors h2 {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
#index-sponsors h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
#index-sponsors .logo {
  text-align: center;
}
#index-sponsors .logo img {
  max-height: 130px;
  margin: 0 auto;
}
#index-sponsors .link {
  padding-top: 10px;
  text-align: center;
}
#index-sponsors .link a {
  font-size: 14px;
  color: #222;
}

.splide {
  max-width: 800px;
  width: 70vw;
}
.splide .splide__arrow.splide__arrow--prev {
  margin-left: -70px;
}
.splide .splide__arrow.splide__arrow--next {
  margin-right: -70px;
}
.splide .splide__pagination {
  margin-bottom: -25px;
}
#index-sponsors.owl-carousel .owl-dots {
  text-align: center;
}
#index-sponsors.owl-carousel .owl-dots .owl-dot {
  background: white;
  outline: 1px solid grey;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
}
#index-sponsors.owl-carousel .owl-dots .owl-dot.active {
  background: grey;
}
.pri-key-separator { border-top: 2px solid #ddd; margin-top: 2px; }
#num-pri-0, #num-pri-1, #num-pri-2, #num-pri-3, #num-pri-4, #num-omitted, #num-toosmall,
#num-omittedtotal {
  display: inline-block;
  min-width: 3em;
  text-align: left;
  padding-left: 5px;
}
.pri-key {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 0px solid #fff;
  border-radius: 16px;
  margin-bottom: -3px;
}
.pri-none { background-color: #ddd; }
.pri-0 { background-color: #a4d9a1; }
.pri-1 { background-color: #f0f093; }
.pri-2 { background-color: #f0c891; }
.pri-3 { background-color: #e78b8e; }
.dataTables_filter input.form-control { border: 1px solid #ccc; }
/* EXTENDED INDEX */
.letter-container {
  height: 36px;
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
.letter-container .bar {
  margin-left: 42px;
}
.chart-letter {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  height: 36px;
  position: absolute;
  text-align: center;
  width: 36px;
}
.bar-row {
  margin-bottom: 6px;
}
#letter-a,
#bar-0 {
  background-color: var(--index-chart-a);
}
#letter-b,
#bar-1 {
  background-color: var(--index-chart-b);
}
#letter-c,
#bar-2 {
  background-color: var(--index-chart-c);
}
#letter-d,
#bar-3 {
  background-color: var(--index-chart-d);
}
#letter-e,
#bar-4 {
  background-color: var(--index-chart-e);
}
.percentage {
  height: 100%;
  margin: auto;
  text-align: right;
}
.is-extended .not-extended {
  display: none;
}
/* EXTENDED INDEX COLOURS */
.is-extended .pri-0 { background-color: var(--index-chart-a); }
.is-extended .pri-1 { background-color: var(--index-chart-b); }
.is-extended .pri-2 { background-color: var(--index-chart-c); }
.is-extended .pri-3 { background-color: var(--index-chart-d); }
.is-extended .pri-4 { background-color: var(--index-chart-e); }

.is-extended a,
.is-extended p {
  font-size: 0.9em;
}
a.a-black {
  color: #000;
  text-decoration: underline;
}
.slash::before {
  color: #000;
  content: '\\';
  font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
  margin-right: 5px;
  text-decoration: none !important;
}
.is-extended .chart-title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin-bottom: 1rem;
}
.hide, .hidden {
  display: none !important;
}
.is-extended .index-bar-chart-inner {
  padding-left: 0;
}
.index-bar-chart-inner {
  min-height: 300px;
}
@media (min-width: 1400px) {
  .index-bar-chart-inner {
    padding-left: 182px;
  }
}
#index-bar-chart-container {
  height: 300px
}
.is-extended #index-bar-chart-container {
  margin-right: 0;
}
#flex-end {
  justify-content: flex-end;
}
#x-axis {
  padding-left: 42px;
  position: relative;
}
#x-axis .chart-line {
  font-size: 12px;
  color: #bbb;
  padding-top: 5px;
  position: relative;
}
#x-axis .chart-line.aft {
  border-left: 1px solid #bbb;
  padding-left: 5px;
}
#x-axis .chart-line.aft:after {
  content: '';
  background-color: #bbb;
  height: 205px;
  left: -1px;
  position: absolute;
  top: -205px;
  width: 1px;
}
#x-axis .chart-line.line-end {
  border-right: 1px solid #bbb;
}
#x-axis .chart-line.line-end:before {
  content: '';
  background-color: #bbb;
  height: 205px;
  right: -1px;
  position: absolute;
  top: -205px;
  width: 1px;
}
#end-pc {
  position: absolute;
  right: -35px;
  font-size: 12px;
  color: #bbb;
  bottom: 0;
}
.extended-table table.dataTable {
  border-bottom: 2px solid #ddd;
  margin-top: 0 !important;
}
.extended-table #index th {
  padding: 0 8px 12px 8px !important;
}
.extended-table #index thead>tr>th::before,
.extended-table #index thead>tr>th::after {
  display: none !important;
}
/* END EXTENDED INDEX COLOURS */
/* END EXTENDED INDEX */
/* INDEX TABLE RE-BUILD */
.scorecard-summary-section {
  border-top: 1px solid var(--mid-grey-color);
  margin-top: 60px;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}
.scorecard-summary-section p {
  color: var(--mid-grey-color)
}
.scorecard-summary-section .header {
  margin-bottom: 0;
}
.scorecard-summary-section .data {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .scorecard-summary-section {
    margin-top: 40px;
  }
}
.h31 {
  height: 31px;
}
.overall-col-new,
.change-col-new,
.is-extended .history-col-new {
  padding-top: 5px;
}
.col-new {
  margin-bottom: 0;
  padding-left: 0;
}
.overall-text {
  padding-bottom: 5px;
}
.table-list-p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.is-extended .table-list-p {
  font-size: 14px !important;
}
.tri-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.w-border2::after,
.tri-div::before,
.is-extended .tri-div::after {
  content: '';
  border-top: 1px solid #dee2e6;
  position: absolute;
  width: 560px;
}
.w-border2::after {
  right: -202px;
}
.tri-div::before {
  right: -270px;
  top: 0px;
}
.is-extended .tri-div::before {
  right: -230px;
  top: 0px;
}
.is-extended .tri-div::after {
  bottom: 0;
  right: -230px;
}
/* NEWER LAYOUT MINUS UL<--LI */
.overall-col-new .detail {
  align-items: center;
  display: inline-flex;
  height: 40px;
  padding: 5px 0 5px 20px;
  width: 100%;
}
.col-new div {
  height: 40px;
}
.score-col-new div.w-border3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1150px) {
  .is-extended .w-border2::after {
    width: 550px;
  }
  .is-extended .w-border3 .tri-div::before,
  .is-extended .w-border3 .tri-div::after {
    right: -235px;
    width: 550px;
  }
  .is-extended .w-border3.has-secondary .tri-div::before, .is-extended .w-border3.has-secondary .tri-div::after {
    right: -211px;
    width: 480px;
  }
  .is-extended .w-border2.has-secondary::after {
    right: 3px;
  }
  .is-extended .w-border2.has-secondary::after {
    width: 475px;
  }
}
@media (max-width: 991px) {
  .is-extended .w-border2::after {
    right: 20px;
    width: 490px;
  }
  .is-extended .w-border3 .tri-div::before,
  .is-extended .w-border3 .tri-div::after {
    right: -210px;
    width: 490px;
  }
}
/* END NEWER LAYOUT MINUS UL<--LI */
/* END INDEX TABLE RE-BUILD */
div.dataTables_wrapper div.dataTables_filter {
  margin-right: 70px;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: 100% !important;
}
table.dataTable {
  width: 100% !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
  left: 1em !important;
  right: 15em !important;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
  left: 0.5em !important;
  right: 15em !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
  bottom: 1.5em !important;
}

table.dataTable>thead .col-index.sorting:after, table.dataTable>thead .col-index.sorting_asc:after, table.dataTable>thead .col-index.sorting_desc:after, table.dataTable>thead .col-index.sorting_asc_disabled:after, table.dataTable>thead .col-index.sorting_desc_disabled:after {
  left: 0em !important;
}
table.dataTable>thead .col-index.sorting:before, table.dataTable>thead .col-index.sorting_asc:before, table.dataTable>thead .col-index.sorting_desc:before, table.dataTable>thead .col-index.sorting_asc_disabled:before, table.dataTable>thead .col-index.sorting_desc_disabled:before {
  left: 0.5em !important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
  content: '\2193' !important;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
  content: '\2191' !important;
  top: 40% !important;
}
/* Safari Only */
@supports selector(:nth-child(1 of x)) {
  table.dataTable>thead .col-index.sorting:after, table.dataTable>thead .col-index.sorting_asc:after, table.dataTable>thead .col-index.sorting_desc:after, table.dataTable>thead .col-index.sorting_asc_disabled:after, table.dataTable>thead .col-index.sorting_desc_disabled:after {
    left: -0.5em !important;
  }
  table.dataTable>thead .col-index.sorting:before, table.dataTable>thead .col-index.sorting_asc:before, table.dataTable>thead .col-index.sorting_desc:before, table.dataTable>thead .col-index.sorting_asc_disabled:before, table.dataTable>thead .col-index.sorting_desc_disabled:before {
    left: 0em !important;
  }
  table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after,
  table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 1.5em !important;
  }
}
/* MODAL */
.aaanow-modal .dismiss-circle button {
  background: transparent;
  border: none;
  height: 24px;
  position: absolute;
  right: 0;
  width: 34px;
}
.aaanow-modal .dismiss-circle button i {
  color: #fff;
  font-size: 24px;
}
.aaanow-modal .modal-header {
  background-color: var(--index-light);
}
.aaanow-modal .modal-header h1 {
  color: var(--main-white-color);
  font-family: "HelveticaNeue-Light", "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.3rem;
}
.modal-padding {
  padding: 2rem 3rem 1rem;
}
#buy-more-modal-iframe {
  border-width: 0px;
  height: 530px;
  width: 100%;
}
#buy-more-modal-iframe .accessibility_intro,
#buy-more-modal-iframe .accessibility_intro_mobile {
  background-color: #f9f9f9;
}
/* MODAL END */
/* TOOLTIPS / POPOVER */
/* POPOVER-INDEX */
.popover.popover-index,
.popover.popover-scorecard {
  background-color: var(--index-light);
  text-align: center;
}
.popover.popover-index .popover-body,
.popover.popover-scorecard .popover-body {
  color: #fff;
}
.popover.popover-index.bs-popover-top>.arrow::after,
.popover.popover-scorecard.bs-popover-top>.arrow::after {
  border-top-color: var(--index-light);
}
.popover.popover-index.bs-popover-bottom>.arrow::after,
.popover.popover-scorecard.bs-popover-bottom>.arrow::after {
  border-bottom-color: var(--index-light);
}
.popover.popover-scorecard.bs-popover-left>.arrow::after {
  border-left-color: var(--index-light);
}
.popover.popover-scorecard.bs-popover-right>.arrow::after {
  border-right-color: var(--index-light);
}
/* END POPOVER-INDEX */
/* TOOLTIPS / POPOVER END */
/* SCORECARD CHILD GRID */
.child-grid {
  display: grid;
  grid-template-areas:
    "title-2 score-home change-2 history-2"
    "title-3 score-tripple change-3 history-3"
    "title-4 . . .";
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 0.3fr 1fr;
  margin: 0;
}
.child-grid button, .child-grid .pages-button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 6px;
  display: inline-block;
}
.child-grid button img, .child-grid .pages-button img {
  height: 15px;
  pointer-events: none;
  width: 20px;
}
.child-grid button:hover, .child-grid .pages-button:hover,
.child-grid button:focus, .child-grid .pages-button:focus {
  background: transparent;
  border: 1px solid  var(--dark-grey-color);
}
.child-grid dt {
  font-weight: normal;
  padding-left: 10px;
}
.child-grid dd {
  text-align: center;
}
.child-grid dt:not(:last-child),
.child-grid dd {
  border-bottom: 1px solid #ccc;
}
.child-grid dt,
.child-grid dd {
  margin-bottom: 0;
  margin-top: 10px;
}
.mystery-title {
  white-space: nowrap;
}
.score-mystery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.score-item {
  text-align: center;
  padding: 5px;
}
.child-grid .history-bar {
  padding-right: 8px;
}
/* SCORECARD CHILD GRID END */

/* DEXTER CONFIRM SCORECARD */
/* DEXTER RESULTS */
#dexter-loading, #dexter-click, #dexter-error {
  display: none;
  background-color: var(--index-dark);
  position: absolute;
  margin: 5px auto;
  color: #fff;
  left: 20px;
  right: 20px;
  text-align: center;
  padding-top: 20px;
}
#dexter-loading .progress {
  box-sizing: content-box;
  height: 20px;
  position: relative;
  margin-top: 10px;
  background: #555;
  border-radius: 25px;
  margin: 20px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
#dexter-loading .progress > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #3a589d;
  background-image: linear-gradient(to bottom, var(--index-dark) 37%, var(--index-light) 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
#dexter-loading .progress > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
#dexter-confirm h1 {
  position: relative;
}
.dexter.scorecard .confirm-screenshot {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 10px 5px 10px;
  max-height: 260px;
  max-width: 420px;
  overflow: hidden;
  position: relative;
}
.dexter.scorecard .confirm-screenshot img {
  padding: 0;
}
#confirm-score {
  background: rgb(255 255 255 / 63%);
  display: flex;
  bottom: 0;
  color: var(--index-light);
  flex-direction: column;
  font-size: 5em;
  height: 100%;
  justify-content: flex-end;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
}
#confirm-score p:first-child {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 6rem;
  margin-bottom: 0;
}
#confirm-score p:last-child {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  margin-bottom: 0;
}
/* DEXTER CONFIRM SCORECARD END  */

/* SCORECARD WEBSITE OVERVIEW */
.section-blue .scores-audited {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica",
  "Arial Bold", Arial, sans-serif;
  font-size: 1.2rem;
}
.scores-container {
  position: relative;
}
.scores-wrapper {
  border-top: 1px solid;
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}
.scores-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
.scores-main {
  align-content: center;
  text-align: left;
}
.scores-main p,
.aside-2 p {
  margin-bottom: 0;
}
.scores-aside {
  align-content: center;
}
.scores-aside p {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.aside-1 img {
  max-height: 100px;
}
.aside-2 .title {
  text-decoration: underline;
}
.aside-2 .score {
  font-size: 88px;
  line-height: 1;
}
@media all and (min-width: 373px) {
  .scores-aside { flex: 1 0 0; }
}
@media all and (min-width: 800px) {
  .scores-main { flex: 3 0px; }
  .aside-1 { order: 1; }
  .scores-main { order: 2; }
  .aside-2 { order: 3; }
}
.scores-diags {
  font-size: 20px;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: justify;
  transition: max-height 0.5s ease;
  width: 80%;
}
.diags-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  min-height: 100px;
  padding-bottom: 30px;
  position: relative;
}
.diags-container p {
  margin: 1rem;
}
#diags-table {
  min-width: 40%;
}
#diags-table thead tr th:first-of-type {
  width: 280px;
}
/* ACCORDION */
.accordion .scores-container .scores-wrapper {
  cursor: pointer;
  position: relative;
}
.accordion .scores-container.active .scores-diags {
  max-height: 1000px;
}
.accordion .scores-container .scores-wrapper::before {
  bottom: 0;
  content: '\25BC';
  color: white;
  font-size: 20px;
  position: absolute;
  width: 100%;
}
.accordion .scores-container.active .scores-wrapper::before {
  content: '\25B2';
  font-size: 20px;
}
.diag-issues-column {
  padding-left: 20px;
  text-align: center;
}
/* CURLY BRACE */
#curly-container {
  position: relative;
}
#curly-brace {
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  transform: translate(0px, -50%);
  width: 30px;
}
.brace {
  border-right: 5px solid;
  height: 30%;
  margin: 80% 0;
  position: relative;
  width: 15px;
}
.brace::before,
.brace::after {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 25px;
}
#top::before {
  border-right: 5px solid;
  border-top-right-radius: 20px;
  left: -10px;
  top: -24px;
}
#top::after {
  border-left: 5px solid;
  border-bottom-left-radius: 20px;
  bottom: -24px;
  left: 10px;
}
#bottom::before {
  border-left: 5px solid;
  border-top-left-radius: 20px;
  top: -24px;
  left: 10px;
}
#bottom::after {
  border-right: 5px solid;
  border-bottom-right-radius: 20px;
  bottom: -24px;
  left: -10px;
}
/* CURLY BRACE END */
/* ACCORDION END */
/* SCORECARD WEBSITE OVERVIEW END */
