/* @extend display-flex; */

display-flex,
.form-flex,
.form-date-group,
.steps ul,
.title,
.title .step-number,
.actions ul li a,
.form-radio-flex,
.form-find {
    display: flex;
    display: -webkit-flex;
}

.contact-input-full-width {
    width: 100%;
}

.fakeinput {
    display: block;
    z-index: 1;
    color: black;
    border: 1px solid #d4d4d4;
    min-height: 40px;
    padding: 10px 16px;
    font-size: 1rem;
    background-color: #f6f6f6;
    width: 100%;
}

a:hover {
    text-decoration: none !important;
}

/* @extend list-type-ulli; */

list-type-ulli,
.steps ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.clear {
    clear: both;
}

h2 {
    font-size: 30px;
    margin: 0px;
}

fieldset {
    padding-bottom: 0px;
    margin: 0px;
    border: none;
    padding-left: 45px !important;
    padding-right: 55px;
    padding-top: 45px !important;
}

#steps-uid-0-p-0 .form-row,
#steps-uid-0-p-0 .form-group,
#steps-uid-0-p-0 .form-date {
    width: 680px;
}

.vertical {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .vertical .steps {
        float: left;
        width: 240px;
        overflow:hidden;
        background-color: #f8f8f8;
        height:88.4vh;
    }


.vertical .content,
.vertical .actions {
    float: right;
    width: 70%;
}

.steps ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-left: 34px;
    padding-top: 34px;
}

.steps ul li {
    padding-bottom: 40px;
    position: relative;
    z-index: 99;
}

.steps ul li a {
    text-decoration: none;
    color: #222;
}

    .steps ul:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 180px;
        background: var(--line-border-empty);
        left: 57px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 9;
    }

.title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

    .title .step-number {
        width: 48px;
        height: 48px;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: var(--line-border-empty);
        color: #999;
        margin-right: 15px;
        border: 5px solid #fff;
        font-weight: bold;
    }

.title .step-text {
    font-weight: bold;
    color: #999;
}

.current .title .step-number {
    background: var(--line-border-fill);
    color: #fff;
}

.current .title .step-text {
    color: var(--line-border-fill);
}

.content .signup-form h3 {
    display: none;
}


.actions {
    /*background: #f8f8f8;*/
}

.actions {
    /*padding-bottom: 90px;*/
}

.actions ul {
    padding-left: 45px;
    padding-right: 55px;
}

.actions ul .disabled {
    display: none;
}

.actions ul li {
    float: right;
}

.actions ul li:first-child {
    float: left;
}

    .actions ul li:first-child a {
        background: var(--line-border-fill);
        color: #999;
    }

    .actions ul li a {
        width: 140px;
        height: 50px;
        color: #fff;
        background: var(--line-border-fill);
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        text-decoration: none;
    }

.submit {
    width: 150px;
    background: #666;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.submit:hover {
    background-color: #4d4d4d;
}

@media screen and (max-width: 1090px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }
    .vertical .steps,
    .vertical .content,
    .vertical .actions {
        float: none;
        width: 100%;
    }

    .vertical .steps {
        /*float: left;
        width: 310px;
        overflow: hidden;
        background-color: #f8f8f8;*/
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .content {
        /*height: 100vh;*/
    }
}

@media screen and (max-width: 768px) {
    #steps-uid-0-p-0 .form-row,
    #steps-uid-0-p-0 .form-group,
    #steps-uid-0-p-0 .form-date {
        width: 100%;
    }
    .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }
    .form-flex .form-group {
        padding: 0px;
    }
    fieldset,
    .actions ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .actions ul li a {
        width: 100px;
    }
}


/*# sourceMappingURL=style.css.map */