@charset "UTF-8";
/*
 Buttons – @include button();
========================================================================== */
/*
 Tint (adds white) – @include tint(red, 10%);
========================================================================== */
/*
 Shade (adds black) – @include shade(red, 10%);
========================================================================== */
/*
 Align Full – @include alignfull;
========================================================================== */
/*
 Align Wide – @include alignwide;
========================================================================== */
/*
@include placeholder {
    font-style:italic;
    color: white;
    font-weight:100;
}
*/
/*
@mixin truncate-text($overflow: ellipsis){
	overflow: hidden;
	white-space: nowrap;
	text-overflow: $overflow; // values are: clip, ellipsis, or a string
}*/
.isched_datepicker {
  direction: ltr;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05), 0 0 40px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
}
.isched_datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: 500;
  border-radius: var(--ischedule-border-radius-base);
  overflow: hidden;
  width: 100%;
}
.isched_datepicker table tr {
  border: none;
}
.isched_datepicker table tr td,
.isched_datepicker table tr th {
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
}
.isched_datepicker thead {
  background: #00c881;
  background: var(--ischedule-primary-color);
  color: #fff;
  font-weight: normal;
}
.isched_datepicker .datepicker-switch {
  padding: 15px 0 10px 0;
  font-size: 18px;
}
.isched_datepicker .prev,
.isched_datepicker .next {
  padding: 15px 0 10px 0;
  cursor: pointer;
}
.isched_datepicker .prev svg,
.isched_datepicker .next svg {
  fill: #fff;
}
.isched_datepicker .prev.disabled,
.isched_datepicker .next.disabled {
  cursor: default;
}
.isched_datepicker .prev.disabled i,
.isched_datepicker .prev.disabled svg,
.isched_datepicker .next.disabled i,
.isched_datepicker .next.disabled svg {
  opacity: 0;
}
.isched_datepicker .prev.disabled div,
.isched_datepicker .next.disabled div {
  display: none;
}
.isched_datepicker .dow {
  font-weight: normal;
  font-size: 14px;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.isched_datepicker table tr td {
  position: relative;
  width: 14.285%;
  font-size: 14px;
}
.isched_datepicker table tr td:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.isched_datepicker table tr td:after {
  content: "";
  display: table;
  clear: both;
}
.isched_datepicker table tr td span {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .isched_datepicker table tr td span {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.isched_datepicker table tr td.day:hover {
  cursor: pointer;
  color: #fff;
}
.isched_datepicker table tr td.day:hover span {
  background: #00c881;
  background: var(--ischedule-primary-color);
}
.isched_datepicker table tr td.disabled, .isched_datepicker table tr td.disabled:hover {
  color: #c5c6c5;
  color: var(--ischedule-calendar-disabled-color) !important;
  cursor: default !important;
}
.isched_datepicker table tr td.disabled span, .isched_datepicker table tr td.disabled:hover span {
  background: none !important;
  font-weight: 400;
}
.isched_datepicker table tr td.disabled span:before, .isched_datepicker table tr td.disabled:hover span:before {
  content: "";
  border-radius: 0;
  border: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: rotate(45deg);
  left: 4px;
  right: 4px;
  height: 1px;
  background: #ccc;
  margin: 0 15px;
}
.isched_datepicker table tr td.active span {
  background: #f15a29;
  background: var(--ischedule-highlight-color) !important;
  color: #fff;
  font-size: 20px;
  font-size: calculate-rem(20px);
}
.isched_datepicker table tr td.old, .isched_datepicker table tr td.new {
  opacity: 0;
}
.isched_datepicker table tr td.old:before, .isched_datepicker table tr td.new:before {
  content: "";
  float: left;
  padding-bottom: 1%;
}
.isched_datepicker table tr td.old:after, .isched_datepicker table tr td.new:after {
  content: "";
  display: table;
  clear: both;
}

.tippy-box[data-theme~=lvi] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=lvi][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=lvi][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=lvi][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=lvi][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=lvi] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=lvi] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-theme~=lvi] > .tippy-content {
  padding: 15px;
}
.tippy-box[data-theme~=lvi] > .tippy-content p, .tippy-box[data-theme~=lvi] > .tippy-content ul, .tippy-box[data-theme~=lvi] > .tippy-content ol, .tippy-box[data-theme~=lvi] > .tippy-content li {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .tippy-box[data-theme~=lvi] > .tippy-content {
    padding: 30px 30px 20px;
  }
}
.tippy-box[data-theme~=lvi] > .tippy-content ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.tippy-box[data-theme~=lvi] > .tippy-content ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: disc;
}

.isched-form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474 !important;
  opacity: 1; /* Firefox */
}

.isched-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #747474;
}

.isched-form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #747474;
}

.isched-field-container {
  margin-top: 20px;
  position: relative;
}
.isched-field-container label:not(.checkbox) {
  font-weight: normal;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 0px;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  transition: opacity 0.5s, top 0.5s;
  font-weight: 500;
  font-size: 14px;
  color: #343434;
}
.isched-field-container--populated label:not(.checkbox) {
  top: 6px;
  visibility: visible;
  opacity: 1;
  font-size: 13px;
}
.isched-field-container--populated select.isched-form-control {
  color: #000000;
}
.isched-field-container--populated .isched-form-control {
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}
.isched-field-container .checkbox--ischedule-smsOptin {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0;
  margin: 0;
}
.isched-field-container .checkbox--ischedule-smsOptin input {
  margin-top: 0.2em;
  display: block;
  min-width: 13px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  box-shadow: none;
}
.isched-field-container .checkbox--ischedule-smsOptin span {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  height: auto !important;
  padding: 0 !important;
}
.isched-field-container .checkbox--ischedule-smsOptin span:before, .isched-field-container .checkbox--ischedule-smsOptin span:after {
  display: none !important;
}

.isched-form-control {
  border: 2px solid var(--ischedule-input-border-color);
  padding: 16px 20px !important;
  min-height: 64px;
  margin: 0;
  height: auto;
  font-size: 16px !important;
  font-weight: 500;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  border-radius: var(--ischedule-border-radius-base) !important;
}
.isched-form-control:focus {
  border-color: var(--ischedule-input-border-color-focus);
}

.isched-button,
.button.isched-button {
  min-height: 64px;
  font-size: 16px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #00c881;
  background: var(--ischedule-button-bg-color);
  color: #fff;
  color: var(--ischedule-button-text-color);
  border-radius: var(--ischedule-border-radius-base);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: var(--ischedule-button-text-transform);
  letter-spacing: var(--ischedule-button-letter-spacing);
  text-decoration: none;
  width: 100%;
}
.isched-button:hover,
.button.isched-button:hover {
  background: var(--ischedule-button-hover-bg-color);
  color: var(--ischedule-button-hover-text-color);
}
.isched-button--sm,
.button.isched-button--sm {
  font-size: 14px;
  padding: 18px 20px 16px;
  min-height: 0;
  width: auto;
}

.parsley-errors-list {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0;
}
.parsley-errors-list li {
  margin: 2px 0 0 0 !important;
  margin-top: 2px !important;
  padding: 2px 8px;
  border-radius: 3px;
  list-style: none;
  background: red;
  background: var(--ischedule-error-color);
  color: white;
  display: block;
  position: relative;
  display: inline-block;
  font-size: 0.8em;
}
.parsley-errors-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 10px;
}
.parsley-errors-list .parsley-required,
.parsley-errors-list .parsley-type,
.parsley-errors-list .parsley-custom-error-message,
.parsley-errors-list .parsley-errors-list {
  background: red;
  background: var(--ischedule-error-color);
  color: white;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
label.parsley-error {
  color: red;
  color: var(--ischedule-error-color);
  border-color: red;
  border-color: var(--ischedule-error-color);
}
input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus,
label.parsley-error:focus {
  border-color: var(--ischedule-error-color);
}

.parsley-error input {
  border-color: red;
  border-color: var(--ischedule-error-color);
}
.parsley-error input[type=radio] {
  border-color: var(--ischedule-input-border-color);
}

.isc-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  padding: 30px;
  margin: 0 !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s, opacity 0.15s ease-in 0s;
  max-width: none !important;
}
.isc-modal--open {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.isc-modal--loading .isc-modal__spinner {
  display: flex;
}
.isc-modal__box {
  position: relative;
  margin: auto !important;
  width: 650px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 60px;
}
@media screen and (max-width: 580px) {
  .isc-modal__box {
    padding: 30px;
  }
}
.isc-modal__box-content {
  position: relative;
}
.isc-modal__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  display: none;
}
.isc-modal__spinner svg {
  margin: auto !important;
  height: 45px;
  width: 45px;
}
.isc-modal__close {
  appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: 0.8;
}
.isc-modal__close:hover {
  opacity: 1;
}
.isc-modal__close:hover svg {
  fill: var(--ischedule-primary-color);
}
.isc-modal__heading {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .isc-modal__heading {
    margin-bottom: 20px;
  }
}

.ischedule-locations-modal__form-error {
  color: red;
  font-size: 14px;
  margin: 10px 0 0 0 !important;
  font-weight: 500;
  text-align: center;
  display: none;
}
.ischedule-locations-modal__divider {
  position: relative;
  text-align: center;
  padding: 25px 0;
  isolation: isolate;
  max-width: 425px;
  margin: 0 auto;
}
.ischedule-locations-modal__divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: #eee;
  z-index: -1;
}
.ischedule-locations-modal__divider-text {
  padding: 0 25px;
  background-color: #fff;
  color: #666;
}
.ischedule-locations-modal__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 350px));
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 580px) {
  .ischedule-locations-modal__list {
    grid-template-columns: 100%;
  }
}
.ischedule-locations-modal__item {
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
  padding: 20px 15px 14px;
  box-shadow: inset 0 0 0 2px #eee;
  border-radius: 4px;
  cursor: pointer;
}
.ischedule-locations-modal__item--selected, .ischedule-locations-modal__item:hover {
  box-shadow: inset 0 0 0 2px var(--ischedule-primary-color);
}
.ischedule-locations-modal__item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 5px 0;
}
.ischedule-locations-modal__item-address {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 !important;
}
.ischedule-locations-modal__item-distance {
  color: #666;
  font-size: 14px;
  margin: 0 !important;
}
.ischedule-locations-modal__form {
  display: flex;
  gap: 5px;
  max-width: 250px;
  margin: 0 auto;
}
.ischedule-locations-modal__zip-input {
  flex-grow: 1;
  margin: 0 auto;
}
.ischedule-locations-modal__button {
  display: block;
  appearance: none;
  background-color: var(--ischedule-primary-color);
  color: #fff;
  width: 64px;
  border-radius: 5px;
  border: none;
  transition: background-color 0.15s;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}
.ischedule-locations-modal__button:hover {
  background-color: var(--ischedule-highlight-color);
  color: #fff;
}
.ischedule-locations-modal__button svg {
  height: 16px;
  width: 16px;
}

.isched_step__verifycode {
  margin-top: 50px;
  text-align: center;
}
.isched_step__verifycode .isched__title {
  margin-bottom: 50px !important;
}
.isched_step__verifycode form {
  display: flex;
  justify-content: center;
}
.isched_step__verifycode form .isched-button {
  margin-left: 5px !important;
}
.isched_step__verifycode .isched_change_verification_method {
  display: inline-flex;
  cursor: pointer;
  margin: 30px auto 0;
  opacity: 0.5;
  font-size: 0.9em;
  font-weight: 600;
}
.isched_step__verifycode .isched_change_verification_method:hover {
  opacity: 1;
}

.isched_step__matchfound {
  margin-top: 50px;
}
.isched_step__matchfound .isched__title {
  margin-bottom: 10px;
}
.isched_step__matchfound .isched__title .isched_populate_email {
  font-style: italic;
}
.isched_step__matchfound .isched_populate_email {
  font-style: italic;
}
.isched_step__matchfound .isched_verify_methods {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.isched_step__matchfound .isched_verify_method svg {
  fill: #fff;
  margin-right: 10px;
}
.isched_step__matchfound .isched_verify_method .isched_populate_email,
.isched_step__matchfound .isched_verify_method .isched_populate_sms {
  font-weight: normal;
  text-align: center;
  margin: 5px 0 20px 0;
  font-weight: 600;
  color: var(--ischedule-primary-color);
  font-size: 0.9em;
}

.isched_step__verify {
  margin-top: 50px;
}
.isched_step__verify .isched-form-group {
  max-width: 400px;
  margin: 0 auto;
}
.isched_step__verify .isched-button-container {
  display: flex;
  justify-content: center;
}

.isched_step__getzip {
  margin-top: 50px;
  text-align: center;
}
.isched_step__getzip .isched__title {
  margin-bottom: 10px !important;
}
.isched_step__getzip form {
  display: flex;
  justify-content: center;
}
.isched_step__getzip form .isched-button {
  margin-left: 5px !important;
}

.isched_step__noresults {
  margin-top: 50px;
}
.isched_step__noresults .isched__title {
  margin-bottom: 1em;
}
.isched_step__noresults form {
  display: flex;
  justify-content: center;
}
.isched_step__noresults form .isched-button {
  margin-left: 5px !important;
}
.isched_step__noresults__zip {
  color: var(--ischedule-primary-color);
}

.live-virtual-consult {
  margin-top: 60px;
  margin-bottom: 60px;
}
.live-virtual-consult__wrapper {
  display: flex;
  justify-content: center;
}
.live-virtual-consult__inner {
  background: #FFF;
  padding: 20px;
  column-gap: 60px;
  row-gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: var(--ischedule-border-radius-base);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05), 0 0 40px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .live-virtual-consult__inner {
    text-align: left;
  }
}
.live-virtual-consult__heading {
  font-size: 22px !important;
  margin: 0 0 0 0 !important;
}
.live-virtual-consult__heading span {
  color: #999;
  display: inline-block;
}
.live-virtual-consult__desc {
  font-size: 14px;
  margin: 0 !important;
}
.live-virtual-consult__btn.button {
  background-color: var(--ischedule-virtual-time-color) !important;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: var(--ischedule-border-radius-base);
  display: inline-flex;
  gap: 6px;
  line-height: 1;
}
.live-virtual-consult__btn.button svg {
  position: relative;
  top: -1px;
}
.live-virtual-consult__btn.button:hover {
  opacity: 0.9;
}

.isched_step__datetime__callprompt {
  text-align: center;
  margin-top: 92px;
  font-size: 0.8em;
}

.isched_calendar_col {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .isched_calendar_col {
    padding-right: 30px;
    width: 50%;
  }
}
.isched_calendar_col .isched__icon {
  margin-right: 10px;
}

.isched_times_col {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .isched_times_col {
    padding-left: 30px;
    width: 50%;
  }
}
.isched_times_col__wrapper {
  margin: 1em 0;
  padding-bottom: 1em;
}
.isched_times_col__wrapper h4 {
  margin-left: 30px !important;
}
.isched_times_col h3.isched_times_col__icon_holder {
  margin-right: 10px;
  width: 24px;
  text-align: right;
  flex-shrink: 0;
}
.isched_times_col__center_info {
  display: flex;
  margin-bottom: 60px;
}
.isched_times_col__center_info h3 {
  margin-bottom: 0 !important;
}
.isched_times_col .tippy-incenter-desc .isched__icon,
.isched_times_col .tippy-virtual-desc .isched__icon {
  opacity: 0.5;
  height: 0.8em;
  position: relative;
  top: 1px;
}

.isched_virtual_blurb {
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.isched_virtual_blurb__holder {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 992px) {
  .isched_virtual_blurb--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .isched_virtual_blurb--desktop {
    display: none !important;
  }
}
.isched_virtual_blurb__image {
  position: relative;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  width: 30%;
  min-width: 200px;
  display: none;
}
@media screen and (min-width: 768px) {
  .isched_virtual_blurb__image {
    display: block;
  }
}
.isched_virtual_blurb__image img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;
}
.isched_virtual_blurb__content {
  padding: 30px;
}
.isched_virtual_blurb h4 {
  font-size: 18px;
}
.isched_virtual_blurb p {
  font-size: 14px;
  margin: 0;
}

.isched_datepicker_holder {
  position: relative;
  margin-bottom: 87px;
}

.cal-month-btn-holder {
  position: absolute;
  bottom: -72px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}

.cal-month-btn {
  white-space: pre;
  padding: 12px 20px;
  font-size: 15px;
  background: #00c881;
  background: var(--ischedule-primary-color);
  border-radius: var(--ischedule-border-radius-base);
}
.cal-month-btn svg {
  position: relative;
  top: 1px;
  margin: 0 !important;
}

.isched_step__form .isched__row {
  align-items: center;
  justify-content: center;
}
.isched_step__form .isched-btn-container {
  display: flex;
  justify-content: center;
}

.isched_form_container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .isched_form_container {
    padding-left: 60px;
    width: 50%;
  }
}

@media screen and (min-width: 576px) {
  .isched_form_cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .isched_form_cols__leftcol {
    width: 50%;
    padding-right: 6px;
  }
}
@media screen and (min-width: 576px) {
  .isched_form_cols__rightcol {
    width: 50%;
    padding-left: 6px;
  }
}

.isched_apt_details {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .isched_apt_details {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .isched_apt_details__inner {
    float: right;
    clear: both;
  }
}
.isched_apt_details__group {
  margin-bottom: 2em;
  display: flex;
  justify-content: flex-start;
}
.isched_apt_details__group_virtual svg {
  height: 22px;
  position: relative;
  top: 2px;
}
.isched_apt_details h3 {
  margin-bottom: 0 !important;
}
.isched_apt_details h3 span {
  display: inline-block;
}
.isched_apt_details h3.isched_apt_details__icon_holder {
  margin-right: 10px;
  width: 24px;
  text-align: right;
}

.available_times,
.available_virtual_times {
  font-weight: 500;
  position: relative;
}
.available_times .slick-track,
.available_virtual_times .slick-track {
  display: flex;
  width: 100%;
}
.available_times .times-group,
.available_virtual_times .times-group {
  display: grid !important;
  float: none;
  grid-template-columns: repeat(4, 1fr); /* Creates 3 equal columns */
  gap: 4px; /* Adjust the gap between items as needed */
  padding: 0 30px;
}
.available_times__time,
.available_virtual_times__time {
  border: 2px solid #00c881;
  border: 2px solid var(--ischedule-incenter-time-color);
  text-align: center;
  border-radius: 50px;
  padding: 10px 1px;
  line-height: 1;
  outline: none;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .available_times__time,
  .available_virtual_times__time {
    font-size: 14px;
  }
}
.available_times__time:hover,
.available_virtual_times__time:hover {
  cursor: pointer;
  background: #00c881;
  background: var(--ischedule-incenter-time-color);
  color: #fff;
}
.available_times__time.selected,
.available_virtual_times__time.selected {
  background: #f15a29;
  background: var(--ischedule-highlight-color);
  border-color: #f15a29;
  border-color: var(--ischedule-highlight-color);
  color: #fff;
}

.available_virtual_times__time {
  border-color: #07bed4;
  border-color: var(--ischedule-virtual-time-color);
}
.available_virtual_times__time:hover {
  background: #07bed4;
  background: var(--ischedule-virtual-time-color);
}

.isched_step__spinner {
  justify-content: center;
  padding: 0;
  height: 100px;
  display: flex;
  position: relative;
  margin-top: 200px;
}

.isched_spinner {
  animation: spinner_rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.isched_spinner__path {
  stroke: var(--ischedule-primary-color);
  stroke-linecap: round;
  animation: spinner_dash 1.5s ease-in-out infinite;
}

@keyframes spinner_rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner_dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.isched_form {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05), 0 0 40px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 30px 30px;
}
@media screen and (min-width: 576px) {
  .isched_form {
    padding: 50px 80px 60px;
  }
}
@media screen and (max-width: 576px) {
  .isched_form .button {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

.booking-change {
  font-size: 12px;
  font-size: calculate-rem(12px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #f15a29;
  color: var(--ischedule-highlight-color);
  display: block;
  cursor: pointer;
}

.isched_available_centers_wrapper {
  width: 80px;
  height: 22px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.isched_available_centers_wrapper .isched__change_link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.isched_available_centers_wrapper input.select-dropdown {
  display: none !important;
}
.isched_available_centers_wrapper select.isched_available_centers {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  background: transparent;
  border: none;
  color: var(--ischedule-primary-color);
  display: block;
  outline: none;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: relative;
  position: absolute;
  top: 0;
}
.isched_available_centers_wrapper .select-wrapper .caret {
  display: none;
}

.bm-04em {
  margin-bottom: 0.5em !important;
}

.isched-button {
  text-decoration: none !important;
}

.show_virtual {
  color: var(--ischedule-primary-color);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 30px;
}
.show_virtual:hover {
  text-decoration: underline;
}

.isched__no-incenter-available {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 0.9em;
}

.isched_nearby_centers__label {
  margin: 15px 0 5px;
  padding: 0;
  font-weight: bold;
}
.isched_nearby_centers ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}
.isched_nearby_centers li {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  width: auto !important;
  cursor: pointer;
  line-height: 1.3;
}
.isched_nearby_centers li:hover .isched_nearby_centers__name {
  text-decoration: none;
}
.isched_nearby_centers__name {
  font-weight: bold;
  color: var(--ischedule-primary-color);
  text-decoration: underline;
}
.isched_nearby_centers__distance {
  color: #666;
  display: inline-block;
}

.isched .slick-arrow {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: var(--ischedule-primary-color);
  border-radius: 30px;
  top: 50%;
  margin-top: -20px;
  text-indent: -100px;
  font-size: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.isched .slick-arrow i {
  display: none;
}
.isched .slick-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  display: flex;
  border-top: 2px solid #FFF;
  position: relative;
}
.isched .slick-arrow.slick-prev {
  left: -15px;
}
.isched .slick-arrow.slick-prev::before {
  border-left: 2px solid #FFF;
  transform: rotate(-45deg);
  left: 2px;
}
.isched .slick-arrow.slick-next {
  right: -15px;
}
.isched .slick-arrow.slick-next::before {
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  right: 2px;
}
.isched .slick-arrow:hover {
  background: var(--ischedule-highlight-color);
}
.isched .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
.isched .slick-arrow.slick-disabled::before {
  border-top: 2px solid #666 !important;
}
.isched .slick-arrow.slick-disabled.slick-prev::before {
  border-left: 2px solid #666 !important;
}
.isched .slick-arrow.slick-disabled.slick-next::before {
  border-right: 2px solid #666 !important;
}

.isched .available_virtual_times .slick-arrow {
  background: var(--ischedule-virtual-time-color);
}
.isched .available_virtual_times .slick-arrow:hover {
  background: var(--ischedule-highlight-color);
}

.isched_times__label {
  font-weight: bold !important;
  line-height: var(--ischedule-h3-line-height) !important;
  margin-bottom: 5px;
  margin-left: 30px;
}

.no-incenter-msg {
  margin-left: 30px;
  font-style: italic;
  font-size: 15px;
}

.isched-confirmation {
  background: #fff;
  background: var(--ischedule-background-color);
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.6;
  margin-top: 0 !important;
}
.isched-confirmation .isched__suptitle svg {
  color: var(--ischedule-primary-color);
  fill: var(--ischedule-primary-color);
  position: relative;
  top: 1px;
}
.isched-confirmation h2 {
  margin: 30px 0 30px;
}
.isched-confirmation__lead {
  max-width: 576px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  font-size: 1.3rem;
}
.isched-confirmation__alt_brand_notice {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.2rem;
}
.isched-confirmation__alt_brand_notice strong {
  font-weight: 600;
}
.isched-confirmation__apt-details {
  margin: 50px auto;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  max-width: 768px;
  background: #fff;
  font-size: 1.1rem;
}
.isched-confirmation__apt-details h3 {
  padding: 20px;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #00c881;
  background: var(--ischedule-primary-color);
}
.isched-confirmation__apt-details--row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .isched-confirmation__apt-details--row {
    flex-direction: row;
  }
}
.isched-confirmation__apt-details--col {
  flex-grow: 1;
  text-align: center;
  padding: 30px 30px 0;
}
@media screen and (min-width: 576px) {
  .isched-confirmation__apt-details--col {
    text-align: left;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .isched-confirmation__apt-details--col {
    padding: 30px 45px;
  }
}
.isched-confirmation__apt-details--col:last-child {
  padding-bottom: 30px;
}
.isched-confirmation__apt-details--col-title {
  font-weight: bold;
  margin-bottom: 10px !important;
}
.isched-confirmation__call {
  text-align: center;
}
.isched-confirmation__finreg {
  margin-top: 30px;
  text-align: center;
}
.isched-confirmation__virtual {
  color: var(--ischedule-primary-color);
}
.isched-confirmation__virtual svg {
  fill: var(--ischedule-primary-color);
  position: relative;
  top: 2px;
}
.isched-confirmation .isched__separator {
  max-width: 50px;
  margin: 50px auto;
}

.isched-rtcmeeting {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.isched-rtcmeeting .button {
  background-color: var(--ischedule-virtual-time-color) !important;
  color: #FFF !important;
  margin: auto;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  width: auto;
}
.isched-rtcmeeting .button svg {
  fill: #FFFFFF;
}
.isched-rtcmeeting .button:hover {
  opacity: 0.9;
}

.isched_discovery {
  max-width: 768px;
  border-radius: var(--ischedule-border-radius-base);
  width: 100%;
  margin: 50px auto 0;
  padding: 45px 30px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.isched_discovery h3 {
  text-align: center;
  margin-bottom: 15px;
}
.isched_discovery h4 {
  text-align: center;
  margin-bottom: 20px !important;
}
.isched_discovery__subtitle {
  text-align: center;
  margin-bottom: 15px !important;
}
.isched_discovery__answers_list {
  margin: 0 auto !important;
  padding: 0;
  list-style: none;
  max-width: 360px;
  width: 100%;
}
.isched_discovery__answers_list li {
  margin: 0 0 5px 0;
  padding: 0;
}
.isched_discovery__answers_list .button {
  margin: 10px auto 0 !important;
  min-height: 0 !important;
  padding: 15px 30px;
}
.isched_discovery_step__thanks .isched_discovery__question_title {
  margin: 15px 0 0 0;
}
.isched_discovery__back_link_wrapper {
  width: 100%;
  text-align: center;
}
.isched_discovery__back_link {
  font-size: 0.8em;
  opacity: 0.7;
  cursor: pointer;
  padding-right: 15px;
}
.isched_discovery__back_link:hover {
  opacity: 0.9;
}
.isched_discovery .financing_guaranteed_disclaimer {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  opacity: 0.7;
  margin-top: 20px;
}
.isched_discovery .checkbox,
.isched_discovery .radio {
  display: table !important;
  cursor: pointer !important;
}
.isched_discovery .checkbox input,
.isched_discovery .radio input {
  display: none !important;
}
.isched_discovery .checkbox input + span,
.isched_discovery .radio input + span {
  position: relative !important;
  display: block !important;
}
.isched_discovery .checkbox input + span:before, .isched_discovery .checkbox input + span:after,
.isched_discovery .radio input + span:before,
.isched_discovery .radio input + span:after {
  content: "" !important;
  display: block !important;
  left: 0 !important;
  top: 1px !important;
  position: absolute !important;
}
.isched_discovery .checkbox input + span:before,
.isched_discovery .radio input + span:before {
  height: 22px !important;
  border: 2px solid var(--ischedule-radio-border-color) !important;
  background: #fff !important;
  transition: background 0.3s ease, border-color 0.3s ease !important;
  top: 1px !important;
}
.isched_discovery .checkbox input + span:after,
.isched_discovery .radio input + span:after {
  transition: transform 0.3s ease, opacity 0.2s ease, background 0.2s ease !important;
}
.isched_discovery .checkbox input:checked + span:before,
.isched_discovery .radio input:checked + span:before {
  background: var(--ischedule-radio-checked-color) !important;
  border-color: var(--ischedule-radio-checked-color) !important;
}
.isched_discovery .checkbox input:checked + span:after,
.isched_discovery .radio input:checked + span:after {
  transition: opacity 0.3s ease, background 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2) !important;
}
.isched_discovery .checkbox:hover input:not(:checked) + span:before,
.isched_discovery .radio:hover input:not(:checked) + span:before {
  border-color: var(--ischedule-radio-hover-color) !important;
}
.isched_discovery .checkbox input + span,
.isched_discovery .radio input + span {
  padding-left: 22px !important;
}
.isched_discovery .checkbox input + span:not(:empty),
.isched_discovery .radio input + span:not(:empty) {
  padding-left: 30px !important;
}
.isched_discovery .checkbox input + span:before,
.isched_discovery .radio input + span:before {
  width: 22px !important;
  margin: 0 !important;
}
.isched_discovery .checkbox input + span:after,
.isched_discovery .radio input + span:after {
  opacity: 0 !important;
}
.isched_discovery .checkbox input:checked + span:after,
.isched_discovery .radio input:checked + span:after {
  opacity: 1 !important;
  margin: 0 !important;
}
.isched_discovery .checkbox.disabled,
.isched_discovery .radio.disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.isched_discovery .checkbox input + span:before {
  border-radius: 4px !important;
}
.isched_discovery .checkbox input + span:after {
  width: 5px !important;
  height: 9px !important;
  border: 2px solid #fff !important;
  border-top: 0 !important;
  border-left: 0 !important;
  left: 8px !important;
  top: 5px !important;
  transform: rotate(20deg) !important;
  border-radius: 0 !important;
}
.isched_discovery .checkbox input:checked + span:before {
  top: 0 !important;
  left: 0 !important;
  width: 22px !important;
  height: 22px !important;
  border: none !important;
  transform: none !important;
}
.isched_discovery .checkbox input:checked + span:after {
  transform: rotate(43deg) translate(1px, 0) !important;
}
.isched_discovery .radio input + span:before, .isched_discovery .radio input + span:after {
  border-radius: 50% !important;
}
.isched_discovery .radio input + span:after {
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
  opacity: 0 !important;
  transform: scale(0.6) !important;
}
.isched_discovery .radio input:checked + span:after {
  background: #fff !important;
  transform: scale(0.4) !important;
}
.isched_discovery__progress {
  height: 5px;
  padding: 0px;
  background-color: var(--ischedule-input-border-color);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 30px 0;
}
.isched_discovery__progress.hidden {
  opacity: 0;
}
.isched_discovery__progress-bar {
  width: 0%;
  height: 5px;
  background: #00c881;
  background: var(--ischedule-primary-color);
  transition: all 0.8s ease-out;
}

.isched_discovery__answers_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}
.isched_discovery__answers_list li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.isched_discovery__answers_list label {
  border: 2px solid var(--ischedule-input-border-color);
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
  margin: 0;
  padding: 15px 20px 15px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  color: #000;
  width: 100%;
}
.isched_discovery__answers_list label:hover {
  border-color: var(--ischedule-primary-color);
}

.isched_discovery__checkmark {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px var(--ischedule-primary-color);
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.isched_discovery__checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--ischedule-primary-color);
  fill: none;
}
.isched_discovery__checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
.isched_discovery__checkmark.animate .isched_discovery__checkmark__circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.isched_discovery__checkmark.animate .isched_discovery__checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px var(--ischedule-primary-color);
  }
}
.isched {
  min-height: 700px;
  padding-bottom: 100px;
  padding-top: 50px;
  background: #ecfbf6;
  background: var(--ischedule-background-color);
  max-width: none !important;
}
.isched p {
  margin: 0 0 1.5em 0;
}
.isched h2 {
  font-size: var(--ischedule-h2-font-size-sm) !important;
  font-weight: var(--ischedule-h2-font-weight) !important;
  line-height: var(--ischedule-h2-line-height) !important;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .isched h2 {
    font-size: var(--ischedule-h2-font-size) !important;
  }
}
.isched h3 {
  font-size: var(--ischedule-h3-font-size-sm) !important;
  font-weight: var(--ischedule-h3-font-weight) !important;
  line-height: var(--ischedule-h3-line-height) !important;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .isched h3 {
    font-size: var(--ischedule-h3-font-size) !important;
  }
}
.isched h4 {
  font-size: var(--ischedule-h4-font-size-sm) !important;
  font-weight: var(--ischedule-h4-font-weight) !important;
  line-height: var(--ischedule-h4-line-height) !important;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .isched h4 {
    font-size: var(--ischedule-h4-font-size) !important;
  }
}
.isched__title {
  text-align: center;
  margin: 0 0 50px !important;
}
.isched__suptitle {
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
  color: var(--ischedule-primary-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: var(--ischedule-heading-font-weight);
}
.isched__subtitle {
  text-align: center;
  margin: 0 0 50px;
}
.isched__container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  max-width: var(--ischedule-container-max-width);
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .isched__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.isched__row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.isched__flex {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.isched__icon {
  height: 1em;
  vertical-align: baseline !important;
}
.isched__separator {
  border: none;
  background-color: #00c881;
  background-color: var(--ischedule-primary-color);
  height: 2px;
  margin: 30px 0;
  opacity: 0.1;
}
.isched__change_link {
  color: #f15a29;
  color: var(--ischedule-highlight-color);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.isched__virtual_tag {
  color: var(--ischedule-virtual-time-color);
  font-weight: bold;
}
.isched__virtual_tag svg {
  color: var(--ischedule-virtual-time-color);
  fill: var(--ischedule-virtual-time-color);
}
.isched .select-wrapper .caret {
  display: none;
}

.isched-field-container input[type=text],
.isched-field-container input[type=email],
.isched-field-container input[type=phone],
.isched-field-container input[type=tel],
.isched-field-container input[type=number] {
  min-height: 64px !important;
  border: 2px solid var(--ischedule-input-border-color) !important;
}

.isched_hidden {
  display: none !important;
}
