:root {
  --thinWidth: 5px;
  --thickWidth: 31px;
  --speed: 0.66s;
  --patternRepeatWidth: calc(var(--thickWidth) * sqrt(2));
}

body.page-template-template-auditor {
  transition: background-color 0.3s;
  font-size: 15px;
}
body.page-template-template-auditor.app--processing {
  background: #000;
  color: #fff;
}
body.page-template-template-auditor header.site-header {
  background: transparent;
}
body.page-template-template-auditor header.site-header .header__inner {
  padding: 80px 0;
  flex-wrap: nowrap;
}
body.page-template-template-auditor header.site-header .header__right {
  display: block;
}
body.page-template-template-auditor header.site-header.is-sticking {
  background-color: #0a0a0a;
}
body.page-template-template-auditor header.site-header.is-sticking .header__inner {
  padding: 20px 0;
}
body.page-template-template-auditor header.site-header.is-sticking .request-quote-button {
  top: 12px !important;
}
body.page-template-template-auditor header.site-header .header__inner::after {
  border: none;
  content: none;
}
body.page-template-template-auditor main.site-content {
  overflow: hidden;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 100px;
  background: #EAEBEC;
}
body.page-template-template-auditor section#results-contact-form {
  max-width: 1200px;
  margin: 0 auto;
}
body.page-template-template-auditor:not(.app-screen--results) main.site-content {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), var(--form-background) lightgray 50%/cover no-repeat;
}
body.page-template-template-auditor #hero {
  transition: opacity 1s ease allow-discrete;
  pointer-events: none;
  padding: 0 20px;
}
@starting-style {
  body.page-template-template-auditor #hero {
    opacity: 0;
  }
}
body.page-template-template-auditor #hero .wp-block-hero-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1012px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  font-family: Geologica, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  body.page-template-template-auditor #hero .wp-block-hero-heading {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  body.page-template-template-auditor #hero .wp-block-hero-heading {
    font-size: calc(50px + 30 * (100vw - 640px) / 640);
  }
}
@media screen and (min-width: 1280px) {
  body.page-template-template-auditor #hero .wp-block-hero-heading {
    font-size: 80px;
  }
}
body.page-template-template-auditor #hero .wp-block-hero-heading span:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  body.page-template-template-auditor #hero .wp-block-hero-heading span:nth-child(2) {
    margin: auto;
  }
}
body.page-template-template-auditor #hero p {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.66;
  font-size: 1em;
}
body.page-template-template-auditor .validation-messages .validation-errors {
  padding: 0;
  list-style: none;
}
body.page-template-template-auditor .validation-messages .validation-errors li {
  border: 1px solid pink;
  padding: 0.5em;
  background: pink;
  color: #111;
}
body.page-template-template-auditor .audit-form {
  max-width: 640px;
  margin: 0 auto;
}
body.page-template-template-auditor .audit-form .form {
  display: flex;
  gap: 18px;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  body.page-template-template-auditor .audit-form .form {
    flex-direction: column;
  }
}
body.page-template-template-auditor .audit-form .form .form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
body.page-template-template-auditor .audit-form .form .form__field input {
  border: none;
  border-radius: 20px;
  padding: 6px 32px;
  font-size: 14px;
  color: #0A0A0A;
}
body.page-template-template-auditor .audit-form .form .form__field label {
  display: flex;
  gap: 8px;
  padding: 0 32px;
  font-size: 9px;
}
@media screen and (max-width: 375px) {
  body.page-template-template-auditor .audit-form .form .form__field label {
    flex-direction: column;
  }
}
body.page-template-template-auditor .audit-form .form .form__field label > span:last-child {
  margin-left: auto;
}
@media screen and (max-width: 375px) {
  body.page-template-template-auditor .audit-form .form .form__field label > span:last-child {
    margin-left: 0;
  }
}
body.page-template-template-auditor .audit-form .form button {
  align-self: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 425px) {
  body.page-template-template-auditor .audit-form .form button {
    width: 100%;
  }
}
body.page-template-template-auditor .audit-form input[type=text] {
  display: flex;
  height: 40px;
  min-height: 32px;
  padding: 6px 32px;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
}
body.page-template-template-auditor .audit-form input {
  transition: background-color 0.25s linear;
  background-color: #fff;
}
body.page-template-template-auditor .audit-form input[readonly] {
  /*idk*/
  color: #333333;
}
body.page-template-template-auditor .audit-form button:not([disabled]) {
  color: #0a0a0a;
  background: #c3da6e;
  align-self: flex-start;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid transparent;
}
body.page-template-template-auditor .audit-form button:not([disabled]):hover {
  color: #c3da6e;
  border-color: #c3da6e;
  background-color: #0a0a0a;
}
body.page-template-template-auditor #results-contact-form {
  display: none;
  color: #404040;
  padding: 0 20px;
}
body.page-template-template-auditor #results-contact-form h2 {
  line-height: 1.1;
  color: currentColor;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
body.page-template-template-auditor #results-contact-form p {
  color: currentColor;
  font-size: 14px;
}
body.page-template-template-auditor #results-contact-form hr {
  margin-top: 54px;
  margin-bottom: 54px;
}
body.page-template-template-auditor #results-contact-form .wp-block-columns {
  gap: 32px;
}
body.page-template-template-auditor #results-contact-form .wp-block-columns .gform_confirmation_wrapper, body.page-template-template-auditor #results-contact-form .wp-block-columns .gform_wrapper {
  background-color: #fff;
  padding: 32px;
  border-radius: 20px;
}
body.page-template-template-auditor #results-contact-form .wp-block-columns h2.gform_submission_error {
  font-size: inherit;
  text-transform: none;
  color: #0a0a0a;
}
body.page-template-template-auditor .gform_confirmation_wrapper .gform_confirmation_message {
  line-height: 2;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  min-height: 400px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}
@media (max-width: 768px) {
  body.page-template-template-auditor .gform_confirmation_wrapper .gform_confirmation_message {
    max-width: 100%;
  }
}
body.page-template-template-auditor .gform_confirmation_wrapper .gform_confirmation_message h3 {
  color: #020203;
  font-size: 30px;
  font-weight: 300;
  line-height: 27px;
}

#audit-app-container {
  position: relative;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

body.app-screen--results {
  background-color: #eaeaea;
}
body.app-screen--results #results-contact-form {
  display: block !important;
}
body.app-screen--results #hero {
  display: none;
}
body.app-screen--results .site-content::before {
  background: #1a1a1a;
  inset: 0;
  min-height: 50vh;
  max-height: 500px;
  content: "";
  position: absolute;
}

.request-quote-button.wp-element-button {
  position: fixed;
  top: 73px;
  padding: 11px;
  right: 0;
  display: flex;
  gap: 8px;
  background: #c3da6e;
  border: 1px solid #c3da6e;
  color: #0A0A0A;
  text-decoration: none;
  max-width: 300px;
  width: calc(100% - 165px);
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  z-index: 100;
}
.request-quote-button.wp-element-button svg {
  transition: fill 0.25s linear;
  fill: #1A1A1A;
}
.request-quote-button.wp-element-button:hover {
  background: #1a1a1a;
  color: #c3da6e;
}
.request-quote-button.wp-element-button:hover svg {
  fill: #c3da6e;
}
.request-quote-button.wp-element-button .request-quote-button__icon {
  width: 20px;
}

#audit-app-processing .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#audit-app-processing h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  text-transform: uppercase;
}
#audit-app-processing .progress {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin: 33px auto 13px;
  overflow: hidden;
}
#audit-app-processing .progress .progress-indicator {
  height: 33px;
  width: 100%;
  background-color: #eaebec;
  background-image: repeating-linear-gradient(315deg, #0A0A0A, #0A0A0A var(--thinWidth), #eaebec var(--thinWidth), #eaebec var(--thickWidth));
  background-size: var(--patternRepeatWidth);
  animation: progress-bar-animate var(--speed) linear infinite;
  will-change: background-position;
}

#audit-results ul {
  list-style: none;
}
#audit-results .audit-results__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 34px;
}
@media (min-width: 1024px) {
  #audit-results .audit-results__header {
    grid-template-columns: repeat(3, 1fr);
  }
}
#audit-results .preamble {
  padding: 32px 40px;
  grid-column: span 1;
  border-radius: 20px;
  background: rgba(31, 31, 31, 0.75);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 15px;
}
@media (min-width: 1024px) {
  #audit-results .preamble {
    grid-column: span 2;
  }
}
#audit-results .preamble p:last-of-type {
  margin-bottom: 0;
}
#audit-results .preamble .preamble__domain {
  display: flex;
  gap: 21px;
  align-items: center;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  font-weight: 500;
}
#audit-results .preamble .preamble__domain span {
  font-weight: 300;
  color: #000;
  display: block;
  text-align: center;
  padding: 9px;
  flex: 1 0 auto;
  border-radius: 20px;
  background-color: #C2DB6F;
}
#audit-results .overview {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid;
  gap: 13px;
  background-color: #fff;
  align-self: flex-start;
}
@media (min-width: 900px) {
  #audit-results .overview {
    align-self: stretch;
  }
}
#audit-results .overview .score_totals {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#audit-results .overview .score_total {
  font-size: 14px;
  flex: 0 1 33%;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  background: #eaebec;
  border-radius: 4px;
  font-weight: 300;
  gap: 2px;
}
#audit-results .overview .score_total .label {
  order: 2;
}
#audit-results .overview .score_total .value {
  flex: 0 1 2ch;
  font-size: 1.4em;
  order: 1;
}
#audit-results .overview .score-bars {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#audit-results .overview .score-bars .score-bar {
  background-color: #eaebec;
  display: block;
  border-radius: 5px;
  width: 100%;
  flex: 1 1 auto;
  animation-name: outcome-color;
  animation-delay: calc(0.1s * var(--delay));
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#audit-results .overview .score-bars .score-bar--pass {
  --color: #c2db6f;
}
#audit-results .overview .score-bars .score-bar--needs-improvement {
  --color: #f5dc33;
}
#audit-results .overview .score-bars .score-bar--fail {
  --color: #c61a00;
}

.audit-list {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 18px;
  padding: 0;
}
@media (min-width: 640px) {
  .audit-list {
    --columns: 2;
  }
}
@media (min-width: 900px) {
  .audit-list {
    --columns: 3;
  }
}
.audit-list .audit-card {
  display: grid;
  grid-template-rows: 2fr 1fr;
  font-size: 14px;
  border: 1px solid #eaebec;
  border-radius: 20px;
  background: #f8f8f9;
  overflow: clip;
}
@media (max-width: 640px) {
  .audit-list .audit-card {
    grid-template-rows: 1fr auto;
  }
}
.audit-list .audit-card--binary {
  grid-template-rows: auto;
}
.audit-list .audit-card .title {
  position: relative;
  padding: 14px 20px 14px 24px;
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
}
.audit-list .audit-card .title > h3 {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.35;
  color: #020203;
}
.audit-list .audit-card .content {
  min-height: 215px;
  padding: 14px 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc;
  border-radius: 20px;
}
.audit-list .audit-card .content .value {
  margin-top: auto;
  text-align: center;
  font-size: 4.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  max-width: 3.33ch;
  transition: color 2s ease-out;
  color: rgba(64, 64, 64, 0.25);
}
.audit-list .audit-card .content .value.is--counted {
  color: #404040;
}
.audit-list .audit-card .content .unit {
  text-transform: uppercase;
}
.audit-list .audit-card .content .outcome {
  line-height: 1;
  font-size: 0.75em;
  padding: 6px;
  margin-top: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 20px;
  --color: #ccc;
  background-color: var(--color);
}
.audit-list .audit-card .content .outcome--pass {
  --color: #c2db6f;
}
.audit-list .audit-card .content .outcome--needs-improvement {
  --color: #f5dc33;
}
.audit-list .audit-card .content .outcome--fail {
  color: #fff;
  --color: #c61a00;
}
.audit-list .audit-card__body {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.audit-list .audit-card__footer {
  display: flex;
  padding: 16px 24px 12px;
  gap: 3px;
}
.audit-list .audit-card .ordinal {
  display: flex;
  flex-direction: column;
  flex: 1 1 33%;
  text-transform: uppercase;
  font-weight: 500;
}
.audit-list .audit-card .ordinal .ordinal__placement {
  position: relative;
  background-color: #eaebec;
  margin-bottom: 9px;
}
.audit-list .audit-card .ordinal .ordinal__placement::after {
  content: "";
  position: absolute;
  bottom: -4px;
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #eaebec;
}
.audit-list .audit-card .ordinal--active .ordinal__stripe::before {
  display: block !important;
}
.audit-list .audit-card .ordinal .ordinal__placement {
  font-size: 10px;
  text-align: center;
}
.audit-list .audit-card .ordinal .ordinal__stripe {
  --color: #ccc;
  height: 9px;
  background-color: var(--color);
  margin-top: auto;
  position: relative;
  border-radius: 2px;
}
.audit-list .audit-card .ordinal .ordinal__stripe::before {
  display: none;
  position: absolute;
  top: -4px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid var(--color);
  transform: translateX(-50%);
}
.audit-list .audit-card .ordinal .ordinal__stripe--passing {
  --color: #c2db6f;
}
.audit-list .audit-card .ordinal .ordinal__stripe--needs-improvement {
  --color: #f5dc33;
}
.audit-list .audit-card .ordinal .ordinal__stripe--failing {
  --color: #c61a00;
}
.audit-list .audit-card .ordinal .ordinal__label {
  font-size: 10px;
  text-align: center;
}

button.info-button {
  margin-top: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #404040;
  text-transform: lowercase;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
button.info-button:hover {
  background: #404040;
  color: #fff;
  cursor: help;
}

dialog.metric-info {
  font-size: 16px;
  max-width: 600px;
  padding: 32px 48px;
  border-radius: 20px;
  border: 0;
  font-family: Geologica, sans-serif;
}
dialog.metric-info::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  dialog.metric-info {
    padding: 24px;
  }
}
dialog.metric-info .dialog__header {
  max-width: calc(100% - 30px);
}
dialog.metric-info button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 100%;
  color: #404040;
  border: 1px solid #404040;
  right: 24px;
  top: 24px;
  transition: background 0.2s linear, color 0.2s linear;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 1;
}
dialog.metric-info button > span {
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  color: inherit;
}
dialog.metric-info button:hover {
  background: #404040;
  color: #fff;
}
dialog.metric-info h3 {
  font-size: 1.875em;
  font-style: normal;
  font-weight: 300;
}
dialog.metric-info p {
  font-style: normal;
  font-weight: 300;
  line-height: 1.75em;
}

@keyframes progress-bar-animate {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: calc(var(--patternRepeatWidth) * -1);
  }
}
@keyframes outcome-color {
  0% {
    scale: 0.95;
  }
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1;
    background-color: var(--color);
  }
}
