* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.continue-app .form-control {
    height: 38px;
}

.application-wrap {
    margin-bottom: 126px;
}

.animated-label-wrap.is-disabled input:disabled,
.animated-label-wrap.is-disabled select:disabled {
    background: #f7f7f7;
    color: #666;
    cursor: not-allowed;
}

.animated-label-wrap.is-disabled .animated-label {
    opacity: .75;
}



.animated-label-wrap {
    position: relative;
}

    .animated-label-wrap input {
        appearance: none;
        -webkit-appearance: none;
    }

.animated-label {
    position: absolute;
    top: 14px;
    left: 12px;
    color: #939393;
    font-weight: 400;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
}

.form-js-label .animated-label-wrap input[data-empty="false"],
.form-js-label .animated-label-wrap input:focus {
    padding: 22px 8px 10px;
}

.form-js-label .animated-label-wrap input:focus {
    outline: 0;
    background: white;
}

    .form-js-label .animated-label-wrap input[data-empty="false"] + label,
    .form-js-label .animated-label-wrap input:focus + label {
        color: #EA7125;
        font-weight: 700;
        font-size: 11px;
        transform: translate3d(-3px, -11px, 0);
    }

.checkbox .icheckbox_square-blue, .checkbox .iradio_square-blue, .radio .icheckbox_square-blue, .radio .iradio_square-blue {
    margin-left: -20px;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.conditional-select {
    width: auto;
    margin: 3px 0 0 28px;
}


/* == HEADER == */
#application-header {
    background: #ffffff;
    border-bottom: 3px solid #ececec;
    padding: 8px 3%;
    margin-bottom: 50px;
}

    #application-header .back-link {
        margin: 25px 0 0 0;
    }


/* == APPLICATION == */
.step-header {
    margin: 30px 0;
    text-align: center;
}

    .step-header h2 {
        margin: 0;
    }

.app-progress-bar {
    position: relative;
    background: #eaeaea;
    width: 100%;
    height: 6px;
}

    .app-progress-bar .progress-fill {
        background: #EA7125;
        position: absolute;
        left: 0;
        height: 100%;
    }

.question-wrap {
    margin: 0 3% 30px 3%;
}

    .question-wrap:last-child {
        margin: 0 3%;
    }

    .question-wrap.sub-question {
        padding: 10px 15px;
        margin: -5px 3% 30px 5%;
        background: #fafafa;
        border-left: 3px solid #eeeeee;
    }

        .question-wrap.sub-question .form-control {
            background: #ffffff;
            height: auto;
        }

        .question-wrap.sub-question .sub-question {
            background: #ffffff;
        }

        .question-wrap.sub-question.agency .form-control {
            height: 45px;
        }

.radio, .checkbox {
    margin-bottom: 14px;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .radio:last-child, .checkbox:last-child {
        margin-bottom: 0;
    }

    .radio label, .checkbox label {
        color: #333;
    }

    .radio:hover label, .checkbox:hover label {
        color: #44697D;
    }

.checkbox-inline, .radio-inline {
    padding-left: 0;
}

.iradio_flat-blue, .icheckbox_flat-blue {
    top: -3px;
}

.application-wrap .step {
    display: none;
}

    .application-wrap .step.step-active {
        display: block;
    }

.application-wrap .app-section {
    display: none;
}

    .application-wrap .app-section.section-active {
        display: block;
    }

.application-nav {
    font-size: 1.2em;
    margin-top: 20px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #ffffff;
    padding: 10px 20px;
    height: 86px;
    -webkit-box-shadow: 0px 0px 6.65px 0.85px rgba(79, 79, 79, 0.3);
    box-shadow: 0px 0px 6.65px 0.85px rgba(79, 79, 79, 0.3);
    border-top: 1px solid #EA7125;
}

    .application-nav.mobile {
        display: none;
        height: auto;
    }

        .application-nav.mobile .inline {
            margin-right: 20px;
        }

    .application-nav .inline {
        margin-right: 4%;
    }

        .application-nav .inline:last-child {
            margin-right: 0;
        }

    .application-nav .btn {
        font-size: 1.35em;
    }

        .application-nav .btn .fa {
            margin-left: 8px;
        }

        .application-nav .btn.disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

    .application-nav .back-link {
        margin-right: 15px;
    }

    .application-nav .exit-link {
        display: inline-block;
        margin: 9px 0 0 0;
        position: relative;
        padding-bottom: 3px;
        font-size: 0.85em;
    }

        .application-nav .exit-link:after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            border-bottom: 1px dashed #44697D;
        }

    .application-nav .app-logo {
        width: 100px;
    }

.error-text {
    font-weight: 600;
    font-size: 0.9em;
    color: #af0303;
}

.select-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 20px;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

    .select-box p {
        margin: 0 0 20px 0;
        font-size: 0.9em;
        color: #6c6c6c;
    }

    .select-box h3 {
        font-size: 1.6em;
    }

        .select-box h3 .fa {
            display: none;
        }

.welcome-container {
    max-width: 87%;
    margin: 40px auto 0 auto;
}

.application-steps {
    margin-bottom: 30px;
    counter-reset: step;
    font-size: 1.05em;
    padding: 20px;
    background-color: #2B637F;
    background-image: url(../images/Blue.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 3px solid #ececec;
    color: #ffffff;
    white-space: nowrap;
}

.application-steps {
    margin-bottom: 30px;
    counter-reset: step;
    font-size: 1.05em;
    padding: 20px;
    background-color: #2B637F; /* Fallback color */
    background-image: url(../images/Blue.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 3px solid #ececec;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
}

    .application-steps:before {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        display: block;
        height: 5px;
        content: "";
        background: #ea7125;
        background: -moz-linear-gradient(left, #ea7125 0%, #fecb00 100%);
        background: -webkit-linear-gradient(left, #ea7125 0%, #fecb00 100%);
        background: linear-gradient(to right, #ea7125 0%, #fecb00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7125', endColorstr='#fecb00',GradientType=1 );
    }

    .application-steps ul.nav-tabs {
        border: none;
        margin: 10px 0 0 0;
    }

        .application-steps ul.nav-tabs > li > a {
            border: none;
            background: none !important; /* Clear Bootstrap default white */
            color: #ffffff !important;
        }

        .application-steps ul.nav-tabs a:hover {
            border: none;
            background: none !important;
        }

    .application-steps a {
        background: none !important; /* <-- FIX applied here */
        color: #ffffff !important;
        cursor: default;
    }

        .application-steps a:hover,
        .application-steps a:focus,
        .application-steps a:active {
            background: none !important;
            border: none !important;
        }

    .application-steps li {
        text-align: center;
        width: 16.6%;
        counter-increment: step;
    }

        .application-steps li:before {
            content: counter(step);
            display: block;
            margin: auto;
            border-radius: 50%;
            width: 38px;
            height: 38px;
            line-height: 35px;
            border: 3px solid #3a83a7;
            background: #3a83a7;
            color: #ffffff;
        }

        .application-steps li.active {
            font-weight: 700;
        }

            .application-steps li.active a {
                background: none;
                color: #ffffff;
            }

            .application-steps li.active:before {
                background: #EA7125;
                color: #ffffff;
                border: 3px solid #EA7125;
            }


.welcome-checklist {
    margin: 0 0 40px 0;
    padding: 0;
}

    .welcome-checklist li {
        list-style-type: none;
    }

        .welcome-checklist li:before {
            content: "\f00c";
            font-family: "FontAwesome";
            color: #44697D;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

.hidden-file-input {
    position: relative;
}

    .hidden-file-input input {
        opacity: 0;
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .hidden-file-input .btn {
        font-size: 0.95em;
        padding: 6px 8px;
    }

.attachement-list {
    margin: 15px 0 0 0;
    padding: 0;
}

    .attachement-list li {
        list-style-type: none;
        margin-bottom: 0;
    }

        .attachement-list li:before {
            font-family: "FontAwesome";
            content: "\f0c6";
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

.start-widget .checkbox-inline, .start-widget .radio-inline {
    padding-left: 20px;
}

.accordion-header {
    padding: 10px;
    background: #5c2b84;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
}

    .accordion-header:before {
        font-family: "FontAwesome";
        content: "\f0d7";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* hover grow */
@-webkit-keyframes hoverGrow {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hoverGrow {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-moz-keyframes hoverGrow {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

.signature-wrap {
    margin: 30px auto;
    max-width: 90%;
}

    .signature-wrap h3 {
        margin: 0 0 30px 0;
    }

    .signature-wrap .checkbox label {
        padding-left: 0;
    }

@media (max-width: 1184px) {
    .main-wrapper {
        width: 94%;
    }
}

@media (max-width: 991px) {
    .select-box {
        margin-bottom: 20px;
    }

    .main-wrapper.narrow {
        width: 94%;
    }
}

@media (max-width: 778px) {
    h2 {
        font-size: 2em;
    }

    .content-widget.padding, .content-widget .padding {
        padding: 30px 20px;
    }
}

@media (max-width: 678px) {
    .application-steps {
        padding: 10px;
        font-size: 0.9em;
    }

        .application-steps li:before {
            width: 28px;
            height: 28px;
            line-height: 23px;
        }
}

@media (max-width: 584px) {
    .application-steps li {
        width: 33%;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .signature-wrap .inline {
        display: block;
        margin: 0 0 10px 0;
    }

    .signature-wrap .btn {
        width: 100%;
    }
}

@media (max-width: 512px) {
    .application-nav {
        display: none;
    }

        .application-nav.mobile {
            display: block;
        }

        .application-nav a, .application-nav .btn {
            display: block;
        }

        .application-nav .btn {
            margin: 0 0 20px 0;
        }

        .application-nav .exit-link {
            margin: 0;
        }

    .checkbox-inline, .radio-inline {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 5px;
    }
}

@media (min-width: 513px) {
    .application-nav.mobile {
        display: none;
    }
}
.modal {
    z-index: 1050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}