/* @extend display-flex; */
display-flex, .wizard, .actions{
    display: flex;
    display: -webkit-flex; 
    flex-direction: column;
}

.actions ul, .actions ul li a .zmdi {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

    /* @extend list-type-ulli; */
list-type-ulli, .actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }


a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s; }

input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0; }

input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important; }

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important; }

input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important; }

.clear {
    clear: both; }

body {
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    font-weight: bold;
    font-family: 'Montserrat';
    margin: 0px;
    background: #000;
    position: relative;
    padding: 0px; }

.main {
    padding: 110px 0;
    position: relative;
    z-index: 99; }

.container {
    width: 790px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px; }

.finished {
    background: #000; }
.finished .container {
    display: none; }
.finished h1 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold; }

.signup-form {
    position: relative; }
.signup-form .steps {
    display: none; }

.disabled {
    display: none; }

label {
    top: 4px;
    font-size: 19px;
    font-weight: 600;
    color: #333;
    
    display: block;
    width: 100%;
    font-family: 'Montserrat'; }

input, select {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 3px solid #ebebeb;
    box-sizing: border-box;
    font-family: 'Montserrat';
    
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding-top: 30px;
    padding-bottom: 3px;
    -webkit-appearance: none; }
input:focus + .form-label,
select:focus + .form-label{
    top: 4px;
    font-weight: 600;
    color: #999; }
input:invalid + .form-label,
select:invalid + .form-label{
    display: block; }

.form-label {
    transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    left: 0;
}

label.error {
    display: block;
    top: 0px;
    right: 0; }
label.error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f1f4';
    right: 0px;
    top: 30px;
    font-size: 18px;
    color: #e10000; }

.form-label-error {
    color: #e10000; }

input.error {
    border-bottom: 3px solid #e10000; }

input.error + .form-label,
select.error + .form-label{
    top: 4px;
    font-size: 12px;
    font-weight: 500; }

input.valid + .form-label,
select.valid + .form-label{
    display: none; }

fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
    position: relative; }

.wizard {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 25px 15px 25px 55px; }

.content {
    width: 90%;
    padding-bottom: 25px; }

@media (min-width: 1024px) {
    .content {
        width: 750px
    }
}

.actions {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
.actions ul {
    margin: 0 -5px; }
.actions ul li {
    padding: 0 5px; }
.actions ul li a {
    font-size: 50px;
    text-decoration: none; }
.actions ul li a .zmdi {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    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; }

.zmdi-chevron-right {
    color: #fff;
    background: #bfd73e; }

.zmdi-chevron-left {
    color: #999;
    background: #ebebeb; }

.form-error .zmdi-arrow-right {
    color: #e10000; }

.field-icon {
    font-size: 18px;
    position: relative;
    z-index: 2;
    float: right;
    margin-top: -29px; }

.footer {
    background: #0184d2;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: -115px; }

.footer-0 {
    height: 188px; }

.footer-1 {
    height: 376px; }

.footer-2 {
    height: 564px; }

.footer-3 {
    height: 752px; }

#steps-uid-0-p-4 {
    padding-bottom: 16px; }

@media screen and (max-width: 768px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%; } }






.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    & > * {
        margin: .5rem 0.5rem;
    }
}
.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
// Code to hide the input
clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile {
        border-color: #000;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #2260ff;
        background-color: #F1F5DF;
        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #bfd73e;
            border-color: #bfd73e;
        }

        .checkbox-icon, .checkbox-label {
            color: #000;
        }
    }

    &:focus + .checkbox-tile {
        border-color: #000;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #000;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10rem;
    padding: 10px;
    min-height: 10rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #bfd73e;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    &:hover {
        border-color: #000;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-icon {
    transition: .375s ease;
    color: #bfd73e;
    svg {
        width: 3rem;
        height: 3rem;
    }
}

.checkbox-label {
    color: #000;
    font-size: 15px;
    transition: .375s ease;
    text-align: center;
}