
/*Standard Button Styles*/
.tool-quiz .btn,
.tool-quiz #edit-submit-search,
.tool-quiz #edit-submit {
  padding: 0.813rem 1.112rem;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  border-radius: 1px;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  border: none;
  text-decoration: none; }

.tool-quiz .btn.large {
  font-size: 1.25em; }

.tool-quiz .btn:active, .tool-quiz .btn:hover, .tool-quiz .btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

/*Standard Button colors default is blue*/
.tool-quiz .btn,
.tool-quiz #edit-submit-search,
.tool-quiz #edit-submit {
  background-color: #008FD3;
  color: #fff;
  margin-right: 15px; }

.tool-quiz .btn:hover, #edit-submit-search:hover {
  background-color: #00A9F2;
  color: #fff; }

.tool-quiz .btn.light-green, .btn#submit {
  background-color: #89BF42;
  color: #fff; }

.tool-quiz .btn.light-green:hover, .tool-quiz .btn#submit:hover {
  background-color: #AAE252;
  color: #fff; }

.tool-quiz .btn.black {
  background-color: #121212;
  color: #fff; }

.tool-quiz .btn.black:hover {
  background-color: #333;
  color: #fff; }

.tool-quiz .btn.white {
  color: #333;
  background-color: #fff; }

.tool-quiz .btn.white:hover {
  background-color: #D1D1D1; }

/*Ghost Button Styles*/
.tool-quiz .btn-ghost {
  border: 1px solid;
  padding: 0.75rem 1.049rem;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  border-radius: 1px;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

.tool-quiz .btn-ghost.large {
  font-size: 1.25em; }

.tool-quiz .btn-ghost:active, .tool-quiz .btn-ghost:hover, .tool-quiz .btn-ghost:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

/*Ghost Button Colors Default is blue*/
.tool-quiz .btn-ghost {
  color: #008FD3;
  border-color: #008FD3; }

.tool-quiz .btn-ghost:hover {
  background-color: #008FD3;
  color: #fff; }

.tool-quiz .btn-ghost.white {
  color: #fff;
  border-color: #fff; }

.tool-quiz .btn-ghost.white:hover {
  background-color: #fff;
  color: #004a7d; }

.tool-quiz .btn-ghost.black {
  color: #333;
  border-color: #333; }

.tool-quiz .btn-ghost.black:hover {
  background-color: #333;
  color: #fff; }

/*Rounded Buttons*/
.tool-quiz .btn.pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }


.rangeslider {
  border-radius: 0;
  height: 5px;
  box-shadow: none; }

.rangeslider__fill {
  background-color: #f0ab00;
  box-shadow: none; }

.rangeslider__handle,
.rangeslider__handle:active {
  transform: translate(20%, 20%); }

.rangeslider__handle,
.rangeslider__handle:active,
.rangeslider__handle::after {
  background-color: #f0ab00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  box-shadow: none; }

.input-group-addon {
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 18px; }

.js-output {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  color: #444; }

.js-output:hover {
  color: #f4a900; }

.form-group {
  margin-bottom: 30px; }

.calculator-container {
  border: 1px solid orange;
  padding: 20px; }

.calculator-title {
  font-size: 22px; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px; }

.container-right {
  height: initial; }

@media screen and (max-width: 991px) {
.container-right {
  height: auto; } }

.quiz {
  opacity: 0; }

.quiz {
  opacity: 0; }

/* .webform-options-display-one-column {
  display: flex; } */


.fa-arrow-right {
  margin-left: 24px; }

.fa-arrow-left {
  margin-right: 24px; }

.ab__callout {
  display: flex; }

.question-back {
  color: #00a9f2;
  background-color: transparent;
  margin-top: 10px; }
  .question-back::before {
    font-family: "FontAwesome";
    content: "\f060";
    margin-right: 24px; }
  .question-back:hover {
    color: #00628c;
    background-color: transparent; }

.question-cont {
  padding: 16px 24px;
  margin-top: 10px; }
  .question-cont::after {
    font-family: "FontAwesome";
    content: "\f061";
    color: white;
    margin-left: 24px;
    font-weight: 900; }

.webform-options-display-buttons label.webform-options-display-buttons-label {
  border: none;
  display: block;
  text-align: left;
  color: black;
  padding: 0; }

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
  color: orange;
  border: none; }
  .webform-options-display-buttons input:checked + label.webform-options-display-buttons-label::before {
    font-family: "FontAwesome";
    content: '\f058';
    color: orange;
    font-weight: 600; }

.webform-options-display-buttons input:checked:focus + label.webform-options-display-buttons-label {
  box-shadow: none; }

.question legend {
  border-bottom: none; }

legend span{
  display: block;
  font-size: 1.6rem !important;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .quiz-content {
    height: auto; } }

/** TOOLS - Quiz Styles **/

/* Main container - centered with max-width */
.tool-quiz {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

/* Add space below progress bar */
.tool-quiz .webform-progress {
  margin-bottom: 40px;
}

/* Add space between questions */
.tool-quiz fieldset {
  margin-bottom: 30px !important;
  max-width: 645px;
}

/* Style the Next/Submit buttons to match primary button */
.tool-quiz .webform-button--next,
.tool-quiz input[type="submit"],
.tool-quiz .form-submit {
  padding: 0.813rem 1.112rem;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  border-radius: 1px;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  border: none;
  text-decoration: none;
  background-color: #008FD3;
  color: #fff;
  cursor: pointer;
}

.tool-quiz .webform-button--next:hover,
.tool-quiz input[type="submit"]:hover,
.tool-quiz .form-submit:hover {
  background-color: #00A9F2;
  color: #fff;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

/* Fix result page section padding */
.path-result section.card-grid {
  padding: 60px 0;
}

.quiz-result-page {
  padding-left: 0;
  padding-right: 0;
}

.quiz-result-page .container {
  padding-left: 0;
  padding-right: 0;
}

/* Clean, minimal quiz styles */
.tool-quiz .webform-options-display-buttons {
  display: block;
}

.tool-quiz .webform-options-display-buttons-wrapper {
  display: block;
  width: 100%;
}

.tool-quiz .form-type-radio,
.tool-quiz .js-form-type-radio {
  margin-bottom: 2px;
  display: flex;              /* keep this â€” it's what creates the indent */
  align-items: flex-start;    /* radio aligns with first line of text */
  margin-bottom: 8px;
  min-height: 0;
}

.tool-quiz .form-radio {
  flex-shrink: 0;             /* the fix from before â€” radio never squishes */
  width: 18px;
  height: 18px;
  margin: 2px 10px 0 0;       /* small top nudge to sit on the text baseline */
}

.tool-quiz .form-type-radio label {
  flex: 1;                    /* label takes remaining width and wraps inside it */
  margin-bottom: 0;
  color: inherit;
}

.tool-quiz .webform-options-display-buttons-label,
.tool-quiz .form-type-radio label {
  margin-bottom: 0;
  color: inherit;
  display: inline-block;
}

/* Remove yellow/orange styling on checked radio labels */
.tool-quiz input[type="radio"]:checked + label,
.tool-quiz input[type="radio"]:checked ~ label {
  color: inherit !important;
  background-color: transparent !important;
  border: none !important;
}

.tool-quiz input[type="radio"]:checked + label::before,
.tool-quiz input[type="radio"]:checked ~ label::before {
  display: none !important;
}

/* Override Drupal's visually-hidden class for radio inputs */
.tool-quiz input[type="radio"].visually-hidden,
.tool-quiz input[type="radio"].sr-only {
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
}

/**
 * Progress bar styles.
 */
 .progress-wrapper {
  margin-bottom: 15px; }
  .progress-wrapper:last-child .progress {
    margin-bottom: 5px; }
  .progress-wrapper .message {
    font-weight: 700;
    margin-bottom: 5px; }
  .progress-wrapper .percentage,
  .progress-wrapper .progress-label {
    font-size: 12px; }
  .progress-wrapper .progress-bar {
    min-width: 2em; }

.quiz-sidebar progress {
  width: 80%;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMycgaGVpZ2h0PSczJyBmaWxsPSdibGFjaycgLz4KPC9zdmc+Cg==");
  background-color: #999;
  background-blend-mode: screen;
  background-size: 7px;
  border-radius: 1px;
  box-shadow: none;
  border: none; }

.quiz-sidebar progress::-webkit-progress-bar {
  background-color: transparent;
  border-radius: 0; }

.quiz-sidebar progress::-webkit-progress-value {
  background-color: #f0ab00;
  border-radius: 0; }

.quiz-sidebar progress::-moz-progress-bar {
  background-color: transparent;
  border-radius: 0; }

.quiz-sidebar span.progress-output {
  display: inline-block;
  position: relative;
  bottom: 8px;
  width: 20%;
  text-align: right;
  vertical-align: top;
  font-size: 24px;
  color: #f0ab00;
  font-weight: 900; }
  .quiz-sidebar span.progress-output::after {
    content: '%';
    font-size: 12px; }

/* Hide progress marker (numbered circles) in webform progress tracker */
.webform-progress-tracker .progress-marker {
  display: none;
}

/* Hide webform progress status */
.webform-progress__status {
  display: none;
}

.hidden {
  display: none !important;
}

/**
 * Progress bar styles.
 */
 .progress-wrapper {
  margin-bottom: 15px; }
  .progress-wrapper:last-child .progress {
    margin-bottom: 5px; }
  .progress-wrapper .message {
    font-weight: 700;
    margin-bottom: 5px; }
  .progress-wrapper .percentage,
  .progress-wrapper .progress-label {
    font-size: 12px; }
  .progress-wrapper .progress-bar {
    min-width: 2em; }

.quiz-sidebar progress {
  width: 80%;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMycgaGVpZ2h0PSczJyBmaWxsPSdibGFjaycgLz4KPC9zdmc+Cg==");
  background-color: #999;
  background-blend-mode: screen;
  background-size: 7px;
  border-radius: 1px;
  box-shadow: none;
  border: none; }

.quiz-sidebar progress::-webkit-progress-bar {
  background-color: transparent;
  border-radius: 0; }

.quiz-sidebar progress::-webkit-progress-value {
  background-color: #f0ab00;
  border-radius: 0; }

.quiz-sidebar progress::-moz-progress-bar {
  background-color: transparent;
  border-radius: 0; }

.quiz-sidebar span.progress-output {
  display: inline-block;
  position: relative;
  bottom: 8px;
  width: 20%;
  text-align: right;
  vertical-align: top;
  font-size: 24px;
  color: #f0ab00;
  font-weight: 900; }
  .quiz-sidebar span.progress-output::after {
    content: '%';
    font-size: 12px; }

  
/** TOOLS - Calculator styles **/

#uk_roi_calculator--roi {
  display: none;
}

/* hide hidden elements */
.webform-element-type-hidden {
  display: none;
}

.roi-results-footnote {
  height: 21px;
  flex-grow: 1;
  font-family: BentonSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #303233;
  margin-top: 50px !important;
  margin-bottom: 150px;
}
.roi-result-cta-section div{
  display: inline-block;
  margin-top: 32px;
}


.roi-results-box-left{
  border: solid 1px #f0ab00;
  padding-top: 30px;
  padding-bottom: 30px;
}
.roi-results-box-left .number {
  font-size: 50px;
  font-weight: bold;
  color: #f0ab00;
}

.tool-calculator h3{
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.36363;
  margin: 1.25rem 0;
  text-align: left;
}

.tool-calculator{
  margin-top: 50px;
}

.tool-calculator .webform-button--submit{
  margin: 0 auto;
}

.tool-calculator .calculator-title p{
  font-size: 22px;
}

.tool-calculator .form-item{
  min-height: 0;
}

.tool-calculator output[data-display="below"] {
  display: none;
}

.tool-calculator .js-output{
  display: block;
  width: 100%;
}

.tool-calculator label{
  font-weight: bold;
}

.tool-calculator details {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.tool-calculator details .form-item {
  padding: 30px 30px 0;
}

.tool-calculator details .form-item:last-child {
  padding-bottom: 30px;
}

.tool-calculator summary{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding: 30px;
}

.tool-calculator ::marker {
  text-align: right !important;
}

.tool-calculator .button{
  background-color: #008FD3;
  color: #fff;
  margin-right: 15px;
  padding: 0.813rem 1.112rem;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  border-radius: 1px;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  border: none;
  text-decoration: none;
}

.tool-calculator .roi-results-box-left{
  border: solid 1px #f0ab00;
  padding: 32px 10px;
}

.tool-calculator .roi-results-box-left .title{
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}

.tool-calculator .roi-results-box-left .number{
 font-size: 50px;
 font-weight: bold;
 color: #f0ab00;
 line-height: 1;
 margin-top: .5rem;
}

.tool-calculator .webform-submission-data--view-mode-full .webform-element{
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
  text-align: right;
  overflow: auto;
  padding-bottom: 15px;
}

.tool-calculator .webform-submission-data--view-mode-full .webform-element label{
  text-align: left;
  width: 70%;
  float: left;
}

.tool-calculator .startover{
  position: relative;
  top: 30px;
  text-decoration: none;
  font-size: 16px;
}

/* Hide progress marker (numbered circles) in webform progress tracker */
.webform-progress-tracker .progress-marker {
  display: none;
}

/* Hide webform progress status */
.webform-progress__status {
  display: none;
}

/**
 * Request a Quote & Request a Demo multistep test forms.
 */

/* Active progress step text size */
section div.webform-progress > div.tab-container.justify-content-center > ul > li.nav-item.progress-step.is-active.active > a > span.progress-text > span {
  font-size: 1.6rem;
  font-weight: 500;
}

/* Wizard page form field styling - match non-multistep forms */
section .webform-wizard-pages .js-form-item {
  margin-bottom: 16px;
}

section .webform-wizard-pages .js-form-item:last-child {
  margin-bottom: 0;
}

section .webform-submission-form .webform-wizard-page .form-item,
section .webform-submission-form .webform-wizard-page .form-group {
  min-height: 0;
}

section .webform-submission-form input[type="text"],
section .webform-submission-form input[type="email"],
section .webform-submission-form input[type="tel"],
section .webform-submission-form input[type="number"],
section .webform-submission-form input[type="url"],
section .webform-submission-form input[type="password"],
section .webform-submission-form select,
section .webform-submission-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1a2733;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

section .webform-submission-form textarea {
  height: auto;
}

section .webform-submission-form input[type="text"]:focus,
section .webform-submission-form input[type="email"]:focus,
section .webform-submission-form input[type="number"]:focus,
section .webform-submission-form input[type="tel"]:focus,
section .webform-submission-form input[type="url"]:focus,
section .webform-submission-form input[type="password"]:focus,
section .webform-submission-form select:focus,
section .webform-submission-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

section .webform-submission-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

section .webform-submission-form .description,
section .webform-submission-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}

section .webform-submission-form .form-type-checkbox,
section .webform-submission-form .form-type-radio {
  min-height: 20px;
  margin-bottom: 10px;
}

section .webform-submission-form .form-type-checkbox label,
section .webform-submission-form .form-type-radio label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

section .webform-submission-form  input[type="checkbox"],
section .webform-submission-form  input[type="radio"] {
  margin: 4px 0 0;
  margin-right: 5px;
  line-height: normal;
}

section .webform-submission-form .has-error input[type="text"],
section .webform-submission-form .has-error input[type="email"],
section .webform-submission-form .has-error input[type="tel"],
section .webform-submission-form .has-error input[type="number"],
section .webform-submission-form .has-error input[type="url"],
section .webform-submission-form .has-error input[type="password"],
section .webform-submission-form .has-error select,
section .webform-submission-form .has-error textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

section .webform-submission-form .has-error input[type="text"]:focus,
section .webform-submission-form .has-error input[type="email"]:focus,
section .webform-submission-form .has-error input[type="tel"]:focus,
section .webform-submission-form .has-error input[type="number"]:focus,
section .webform-submission-form .has-error input[type="url"]:focus,
section .webform-submission-form .has-error input[type="password"]:focus,
section .webform-submission-form .has-error select:focus,
section .webform-submission-form .has-error textarea:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

section .webform-submission-form .form-required:after {
  content: "*";
  color: #a94442;
  margin-left: 4px;
}

section .webform-submission-form .form-wrapper .form-item {
  margin-bottom: 8px;
}

section .webform-submission-form .form-wrapper .form-item:first-child {
  margin-top: 32px;
}

section .webform-submission-form .form-wrapper .form-item:last-child {
  margin-bottom: 0;
}

section .webform-submission-form .form-wrapper ~ .form-actions {
  margin-top: 48px;
}



section .webform-progress-tracker .progress-text {
  overflow: visible;
}

section .webform-progress-tracker .progress-step {
  min-width: 0;
}

section .webform-progress-tracker .progress-step a.nav-link {
  padding: 16px 0;
}

section .webform-progress-tracker .progress-step:last-child {
  flex-grow: 1;
}

section .webform-progress ~ .captcha {
  margin-top: 16px;
}

/* Style the Previous button to match btn-primary */
section .webform-progress ~ .form-actions {
  display: flex;
  column-gap: 24px;
}

section .webform-progress-tracker {
  margin: 0 !important;
  width: 100% !important;
}

section .webform-progress-tracker .progress-text {
  padding: 0;
}

section .form-container-padding:has(.webform-progress-tracker) {
  padding-top: 32px;
}


@media screen and (max-width: 991px) {
  .tool-quiz{
    padding: 0 20px;
  }
}