.validate {
  display: none;
  margin: 30px 0;
}

.row .col-md-4:nth-child(3n+4) {
  clear: both;
}

.doa_form {
  padding: 50px 0;
}
.doa_form .popular-testing-configurations {
  border: 1px solid #0049B0;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.doa_form .popular-testing-configurations span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.doa_form button {
  border: 1.2px solid #0052cc;
  border-radius: 7px;
  line-height: 1.2;
  margin: 0 30px 0 0;
  padding: 14px 30px 9px;
  background: #fff;
  color: #0052cc;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "Glober-x-bold";
  font-size: 16px;
  cursor: pointer;
}
.doa_form button.next {
  border-color: #0052cc;
}
.doa_form button.previous {
  border-color: #777777;
  color: #777777;
}
.doa_form button.submit {
  border-color: #0052cc;
  background: #0052cc;
  color: #fff;
}
.doa_form button.reset {
  border-color: #0052cc;
  background: #0052cc;
  color: #fff;
}
.doa_form button.reset .fa-redo {
  margin-right: 7px;
}
.doa_form button:focus {
  outline-color: #0052cc;
}
.doa_form h1 {
  font-family: "Glober-x-bold";
  margin-bottom: 20px;
  color: #0052cc;
  font-size: 26px;
}
.doa_form .field.row h2.question-title {
  font-family: "Glober-semibold" !important;
}
.doa_form .field.row span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}
.doa_form .check-all-wrapper {
  margin-bottom: 25px;
}
.doa_form .check-all-wrapper .choice-wrapper {
  display: inline-block;
  width: 25%;
  margin: 0;
}
.doa_form .check-all-wrapper .choice-wrapper .form-check-input {
  margin-right: 25px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border: 3px solid #B8B8B8;
  background: #E7E7E7;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.doa_form .check-all-wrapper .choice-wrapper .form-check-input:active, .doa_form .check-all-wrapper .choice-wrapper .form-check-input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.doa_form .check-all-wrapper .choice-wrapper .form-check-input:checked {
  background: #0052cc;
}
.doa_form .check-all-wrapper .choice-wrapper .form-check-input:checked:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 26px;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #fff;
}
.doa_form .check-all-wrapper .choice-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.doa_form .check-all-wrapper .choice-wrapper .form-check-label {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Glober-x-bold";
  font-size: 18px;
}
.doa_form .check-all-wrapper .choice-wrapper .form-check-label::first-letter {
  text-transform: capitalize;
}
.doa_form .breadcrumbs {
  max-width: 1000px;
  margin: 50px 0;
}
.doa_form .breadcrumbs.hide {
  display: none;
}
.doa_form .breadcrumbs .step {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 33%;
}
.doa_form .breadcrumbs .step.clia-status-step::after, .doa_form .breadcrumbs .step.testing-format-step::after {
  content: "";
  width: 306px;
  height: 5px;
  background: #E7E7E7;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 177.5px;
}
.doa_form .breadcrumbs .step.active .step-number {
  border-color: #36B36E;
  background: #fff;
  color: #36B36E;
}
.doa_form .breadcrumbs .step.activated .step-number {
  border-color: #36B36E;
  background: #36B36E;
  color: #fff;
}
.doa_form .breadcrumbs .step.activated::after {
  background: #36B36E;
}
.doa_form .breadcrumbs .step .step-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #E7E7E7;
  background: #E7E7E7;
  border-radius: 50%;
  line-height: 25px;
  font-size: 13px;
  font-family: "Glober-Regular";
}
.doa_form .breadcrumbs .step .step-title {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Glober-Regular";
}
.doa_form #clia_status .disclaimers {
  margin: 30px 0;
}
.doa_form #clia_status .disclaimers .disclaimer {
  font-family: "Glober-semibold";
  font-size: 12px;
  line-height: 1.4;
}
.doa_form #clia_status .status-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.doa_form #clia_status .status-row .col-md-2:nth-child(3) .status_option_wrapper {
  margin-top: 7px;
}
.doa_form #clia_status .status {
  cursor: pointer;
  border: 2px solid #B8B8B8;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background: #E7E7E7;
  position: relative;
  text-align: center;
}
.doa_form #clia_status .status.active {
  background: #0057CC;
}
.doa_form #clia_status .status.active .status_option_title {
  color: #fff;
}
.doa_form #clia_status .status.active .status_option_wrapper .icon_selected {
  display: inline;
}
.doa_form #clia_status .status.active .status_option_wrapper .icon {
  display: none;
}
.doa_form #clia_status .status .status_option_wrapper {
  margin-top: 15px;
}
.doa_form #clia_status .status .status_option_wrapper .icon_selected {
  display: none;
}
.doa_form #clia_status .status .status_option_title {
  display: block;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "Glober-x-bold";
  margin: 0;
  line-height: 1.1;
  pointer-events: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
}
.doa_form #testing_format .additional_options {
  margin-bottom: 30px;
}
.doa_form #testing_format > .col-md-12 {
  position: relative;
}
.doa_form #testing_format .inactive {
  display: none;
  opacity: 0;
}
.doa_form #testing_format .active {
  display: block;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.doa_form #testing_format .format-dropdown {
  border-left: 10px solid #E7E7E7;
}
.doa_form #testing_format .format-dropdown .format-wrapper {
  padding: 20px;
}
.doa_form #testing_format .format-dropdown::before, .doa_form #testing_format .format-dropdown::after {
  content: "";
  height: 10px;
  width: 0;
  border-right: 35px solid #E7E7E7;
  display: block;
}
.doa_form #testing_format .format-dropdown .col-md-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.doa_form #testing_format .format-dropdown label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-family: "Glober-Regular";
}
.doa_form #testing_format .format-dropdown .check-all-wrapper .choice-wrapper {
  display: block;
  width: auto;
  margin-bottom: 20px;
}
.doa_form #testing_format .format-dropdown .check-all-wrapper .choice-wrapper .form-check-input {
  margin: 0 10px 0 0;
}
.doa_form #testing_format .format-dropdown .check-all-wrapper .choice-wrapper .form-check-label {
  font-family: "Glober-Regular";
  vertical-align: middle;
}
.doa_form #testing_format .format-dropdown .question-wrapper {
  overflow: hidden;
}
.doa_form #testing_format .format-dropdown .question-wrapper .question-title {
  font-family: "Glober-x-bold";
  font-size: 18px;
  margin: 15px 0;
}
.doa_form #testing_format .format-dropdown .question-wrapper .choice-wrapper {
  margin-bottom: 10px;
}
.doa_form #testing_format .format-dropdown .question-wrapper .choice-wrapper label {
  text-transform: capitalize;
}
.doa_form #testing_format .format-dropdown .question-wrapper .choice-wrapper .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border: 3px solid #B8B8B8;
  background: #E7E7E7;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.doa_form #testing_format .format-dropdown .question-wrapper .choice-wrapper .form-check-input:active {
  background: #B8B8B8;
}
.doa_form #testing_format .format-dropdown .question-wrapper .choice-wrapper .form-check-input:checked {
  background: #0052cc;
}
.doa_form #testing_format .format-dropdown .question-wrapper .choice-wrapper .form-check-label {
  margin: 0;
}
.doa_form #panel_config .check-all-wrapper {
  margin-top: 45px;
}
.doa_form #panel_config .check-all-wrapper .choice-wrapper {
  margin-bottom: 35px;
  min-height: 60px;
}
.doa_form #panel_config .check-all-wrapper .choice-wrapper .form-check-input {
  vertical-align: middle;
  max-width: 25%;
  margin-top: 0;
}
.doa_form #panel_config .check-all-wrapper .choice-wrapper .form-check-label {
  vertical-align: top;
  max-width: 63%;
  line-height: 1.2;
  text-transform: uppercase;
}
.doa_form #panel_config .check-all-wrapper .choice-wrapper .form-check-label span {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-family: "Glober-Regular";
  line-height: 1.4;
  word-break: break-word;
  text-transform: capitalize;
}
.doa_form #product_landing .loading-message {
  text-align: center;
  padding: 120px;
}
.doa_form #product_landing .loading-message .spinner-border {
  width: 4rem;
  height: 4rem;
}
.doa_form #product_landing .loading-message .loading-title {
  margin-top: 20px;
}
.doa_form #product_landing .results-title {
  margin-bottom: 0;
  font-family: "Glober-x-bold";
  font-size: 26px;
  color: #545454;
}
.doa_form #product_landing .user_searched_terms {
  background: #efefef;
  color: #323232;
  padding: 10px 25px;
  margin-bottom: 0;
}
.doa_form #product_landing .user_searched_terms .results-options-title {
  font-size: 18px;
  font-family: "Glober-x-bold";
  color: #323232;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.doa_form #product_landing .user_searched_terms .results-choices {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.doa_form #product_landing .user_searched_terms .results-choices span,
.doa_form #product_landing .user_searched_terms .results-choices img {
  display: inline-block;
  vertical-align: middle;
}
.doa_form #product_landing .user_searched_terms .results-choices img {
  margin-right: 10px;
}
.doa_form #product_landing .user_searched_terms .results-choices span {
  font-family: "Glober-semibold";
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}
.doa_form #product_landing .user_searched_terms .results-choices .choice-answer {
  font-family: "Glober-semibold";
}
.doa_form #product_landing .user_searched_terms .results-choices .choice-answer span.config_answer {
  text-transform: uppercase;
  margin-right: 5px;
}
.doa_form #product_landing .user_searched_terms .results-choices .choice-answer span.config_answer::after {
  content: ";";
}
.doa_form #product_landing .user_searched_terms .results-choices .choice-answer .choice-answer-wrapper {
  min-height: 35px;
}
.doa_form #product_landing .user_searched_terms .results-choices .choice-title {
  margin-top: 0;
  font-family: "Glober-x-bold";
}
.doa_form #product_landing .user_searched_terms .results-choices .additional_choices {
  margin-top: 15px;
}
.doa_form #product_landing .user_searched_terms .results-choices .additional_choices > div {
  font-family: "Glober-x-bold";
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.doa_form #product_landing .user_searched_terms .results-choices .additional_choices > div span {
  text-transform: uppercase;
  font-family: "Glober-Regular";
  font-size: 14px;
}
.doa_form #product_landing .user_searched_terms .results-choices .additional_choices > div .cup_type_answers span {
  font-family: "Glober-x-bold";
  margin-right: 5px;
}
.doa_form #product_landing .user_searched_terms .results-choices .additional_choices > div .cup_type_answers span::after {
  content: ";";
}
.doa_form #product_landing .results-nav {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.doa_form #product_landing .results-nav .nav-item {
  display: inline-block;
  margin-right: 55px;
}
.doa_form #product_landing .results-nav .nav-item:last-child {
  margin: 0;
}
.doa_form #product_landing .results-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-family: "Glober-x-bold";
  font-size: 22px;
  color: #777777;
  cursor: pointer;
}
.doa_form #product_landing .results-nav .nav-item .nav-link.active {
  border-bottom: 5px solid #0052cc;
  color: #323232;
}
.doa_form #product_landing .results-nav .nav-item .nav-link:hover {
  color: #323232;
}
.doa_form .no-results-warning {
  font-family: "Glober-x-bold";
  font-size: 20px;
}
.doa_form .product-wrapper a.product {
  display: block;
  background: transparent;
  border: 2px solid #0052cc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.5);
}
.doa_form .product-wrapper a.product:hover {
  text-decoration: none;
}
.doa_form .product-wrapper a.product.featured {
  position: relative;
}
.doa_form .product-wrapper a.product.featured .featured_tag {
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 6px 10px 2px;
  font-family: "Glober-x-bold";
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  background-color: #0052cc;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.5);
}
.doa_form .product-wrapper a.product .product_label {
  margin-right: 5px;
}
.doa_form .product-wrapper a.product .product_image {
  padding: 15px 5px;
}
.doa_form .product-wrapper a.product .product_image img {
  display: block;
  width: auto;
  max-height: 240px;
  min-height: 240px;
  margin: 0 auto;
}
.doa_form .product-wrapper a.product .product_info {
  border-top: 1px solid #B8B8B8;
  padding: 30px;
}
.doa_form .product-wrapper a.product .product_info .current_short_description {
  font-size: 20px;
  font-family: "Glober-x-bold";
  line-height: 1;
  margin-bottom: 7px;
}
.doa_form .product-wrapper a.product .product_info .current_short_description p {
  margin: 0;
  color: #323232;
}
.doa_form .product-wrapper a.product .product_info .product_title {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-family: "Glober-semibold";
  line-height: 1;
}
.doa_form .product-wrapper a.product .product_info .brand {
  font-family: "Glober-x-bold";
  font-size: 16px;
  margin-bottom: 15px;
  color: #323232;
}
.doa_form .product-wrapper a.product .product_info .product-panel-configurations {
  font-family: "Glober-semibold";
}
.doa_form .product-wrapper a.product .product_info .product-panel-configurations .product_label {
  color: #0052cc;
  text-transform: capitalize;
  font-size: 16px;
}
.doa_form .product-wrapper a.product .product_info .product-panel-configurations .product_label::after {
  content: "";
}
.doa_form .product-wrapper a.product .product_info .product-panel-configurations span {
  text-transform: uppercase;
  font-size: 14px;
  color: #323232;
  display: inline-block;
  margin-right: 3px;
}
.doa_form .product-wrapper a.product .product_info .product-panel-configurations span::after {
  content: "|";
  padding-left: 3px;
}
.doa_form .product-wrapper a.product .product_info .product-panel-configurations span:last-child::after {
  content: "";
}

@media only screen and (max-width: 768px) {
  .mobile-full-width {
    width: 100% !important;
    float: none !important;
  }

  .doa_form .breadcrumbs {
    max-width: 100%;
  }
  .doa_form .breadcrumbs .step.clia-status-step::after,
.doa_form .breadcrumbs .step.testing-format-step::after {
    content: none;
  }
  .doa_form #clia_status .status {
    width: 100px;
    height: 100px;
    margin: 15px auto;
  }
  .doa_form #clia_status .status .status_option_wrapper {
    display: none;
  }
  .doa_form #clia_status .status .status_option_title {
    font-size: 16px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .doa_form .check-all-wrapper .choice-wrapper {
    width: 100%;
  }
}

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