.steps {
    padding: 0 1px;
    margin: 0;
    width: 100%;
    display: table;
    border-radius: 4px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background: #f5f5f5;
    color: #404040;
}

.steps li {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    display: table-cell;
    width: 33.333333333333336%;
    border-right: 1px solid #e3e3e3;
    position: relative;
    height: 42px;
    font-size: 12px;
    line-height: 1.2em;
    vertical-align: middle;
}

.steps li.active {
    background: #fff;
    margin-bottom: -1px;
    border-bottom: 1px solid #313131;
}

.steps li.active {
    border-bottom-color: #4a9bd0;
}

.is-embedded .steps li {
    padding: 5px 0;
    height: 32px;
}

.is-embedded .steps li:not(:last-child):before {
    border-top-width: 16px;
    border-bottom-width: 16px;
    margin-top: -16px;
}

.steps li:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid rgba(0, 0, 0, 0);
    border-bottom: 21px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.steps li a {
    cursor: default;
    color: #686868;
    text-decoration: none;
}

.steps li.active a {
    color: #313131;
}

.steps li.step-pick-appointment a {
    cursor: pointer;
}

.steps li.active:not(:last-child):after {
    border-left-color: #fff;
}

.is-embedded .steps li:not(:last-child):after {
    border-top-width: 16px;
    border-bottom-width: 16px;
    margin-top: -16px;
}

.steps li:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid rgba(0, 0, 0, 0);
    border-bottom: 21px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 100%;
    z-index: 3;
}

.pane.business-description-container {
    padding: 45px 0 40px;
    background: #fff;
}

.section--light-blue .wysiwyg__content>.acuity-forms,
.section--light-orange .wysiwyg__content>.acuity-forms {
    background: #fff;
    padding: 0 0 30px;
}

.business-description a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .pane.business-description-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.business-description p {
    margin-bottom: 10px;
}

.acuity-selection-wrapper {
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative;
    padding: 45px 0;
}

.left-wrapper-acuity label {
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
    font-weight: 800;
}

.acuity-selection-wrapper.hasSelected-value label {
    font-size: 18px;
    padding-right: 0;
}

.left-wrapper-acuity {
	flex: 0 0 100%;
	text-align: center;
	color: #5085c3;
    margin-bottom: 10px;
}

.current-calendar-acuity {
    margin: 15px 0;
}

.acuity-selection-wrapper.hasSelected-value {
    padding: 0;
}

.acuity-selection-wrapper.hasSelected-value .left-wrapper-acuity {
    flex: 0 0 100%;
}

.acuity-selection-wrapper.hasSelected-value .right-wrapper-acuity {
    flex: 0 0 100%;
}

.acuity-selection-wrapper.hasSelected-value .current-calendar-acuity {
    flex: 0 0 100%;
}

.current-calendar-acuity .btn {
    font-size: 14px;
    padding: 11px 30px;
}

.page-id-7004 .new-reviews__form-wrapper>.acuity-forms,
/** Reviews Page **/
.page-id-1566 .wysiwyg__content>.acuity-forms

/** Schedule Now **/
    {
    background: #e774201f;
    padding: 25px;
}

@media (min-width: 768px) {
    .acuity-selection-wrapper {
        display: flex;
        padding: 30px 60px;
        flex-wrap: wrap;
    }

    .page-id-7004 .acuity-selection-wrapper,
    /** Reviews Page **/
    .page-id-1566 .acuity-selection-wrapper

    /** Schedule Now **/
        {
        padding: 30px 5px 50px;
    }

    .acuity-selection-wrapper.hasSelected-value {
        padding: 30px 0;
    }

    .left-wrapper-acuity {
        margin-bottom: 15px;
    }

    .right-wrapper-acuity {
        flex: 0 0 80%;
    }

    .steps li {
        font-size: 15px;
    }

    .acuity-selection-wrapper.hasSelected-value .left-wrapper-acuity {
        flex: 0 0 100%;
    }

    .acuity-selection-wrapper.hasSelected-value .right-wrapper-acuity {
        flex: 0 0 57%;
    }

    .acuity-selection-wrapper.hasSelected-value .current-calendar-acuity {
        flex: 0 0 26%;
    }
}

.right-wrapper-acuity .choices {
    box-shadow: 0 8px 20px rgb(56 56 56 / 10%);
}

/* on orange background */
.section--orange .acuity-selection-wrapper {
    background: #fff;
}
