body {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    color: #971d35;
}

#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li a {
    color: #971D35;
    transition-duration: 1s;
}

#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li:hover a,
#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li:active a,
#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li:focus a,
#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li:focus:active a,
#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li a:hover,
#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li a.active {
    color: #fff;
    background-color: #971d35;
}

#lumesse-menu-sidebar-body {
    background-color: #fff;
    border-color: #bbb;
}

#vanillaApplyBody h1 {
    font-size: 36px;
    font-weight: bold;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.section-legend h2,
.lum-apply-section__name span[data-apply-msg-key="Label_dps"] {
    font-size: 30px;
    font-family: Heebo;
    font-weight: bold;
    color: #971D35;
}

.control-label,
.apply-answer-row-label {
    color: #000;
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #555555;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #971D35;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(151, 29, 53, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(151, 29, 53, 0.6);
}

a,
.apply-save-show-dps-btn {
    color: #971d35;
}

a:hover,
.apply-save-show-dps-btn:hover {
    color: #000;
}

.btn, button, .apply-submit-wrapper input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    text-transform: capitalize;
}

.btn.btn-default.lumesse-apply-save-app-save-button {
    background-color: #A50032;
    color: #ffffff
}

.btn.btn-default.lumesse-apply-save-app-save-button:hover {
    background-color: #6c1526;
    color: #ffffff;
}

.dpsAccepted-container .apply-save-show-dps-btn {
    background-color: #ffffff;
    color: #971d35;
}

.dpsAccepted-container .apply-save-show-dps-btn:hover {
    color: #000000;
}

.save-progress-btn {
    float: right;
}

.has-success .form-control-container:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-color: #7ed321 #7ed321 transparent transparent;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform-origin: right top;
    animation: validationShow 0.4s ease 0s 1;
    animation-fill-mode: backwards;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: top right;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #97e245 55%);
    background-image: -o-linear-gradient(45deg, transparent 50%, #97e245 55%);
    background-image: linear-gradient(45deg, transparent 50%, #97e245 55%);
}

.lumesse-apply-ready {
    color: #000000;
    margin-left: 50%;
    transform: translateX(-50%);
}

.has-error .form-control-container:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-color: #ff0000 #ff0000 transparent transparent;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform-origin: right top;
    animation: validationShow 0.4s ease 0s 1;
    animation-fill-mode: backwards;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: top right;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #ff3333 55%);
    background-image: -o-linear-gradient(45deg, transparent 50%, #ff3333 55%);
    background-image: linear-gradient(45deg, transparent 50%, #ff3333 55%);
}

.help-block {
    color: #971d35;
}

.alert-danger > ul > li > a {
    color: #ff3333;
}

.application-valid > .lumesse-apply-valid-icon::before {
    display: block !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 2em;
    color: #971d35;
    left: -54px;
    top: 6px;
}

.has-success textarea.form-control, .has-warning textarea.form-control, .has-error textarea.form-control {
    border-bottom-right-radius: 6px;
}

.has-success .form-control, .has-warning .form-control, .has-error .form-control {
    border-bottom-right-radius: 0;
}

.lum-apply-section.apply-section-validated .lum-apply-section__content:before {
    background-image: linear-gradient(to bottom, #eee 49%, #971d35 49%);
}

.lum-apply-section.apply-section-validated .section-legend::before,
.application-valid > .lumesse-apply-valid-icon::before,
.lum-apply-section.apply-section-validated .lum-apply-section__name::before,
.lum-apply-section.apply-section-validated .apply-submit-wrapper::before, .application-valid:before {
    border-color: #971d35;
}

.apply-section-validated > fieldset > div > .section-legend > h2:before,
.apply-section-validated > fieldset > .lum-apply-section__name > span:before {
    color: #971d35;
}

.phone-inline .form-control-container:after {
    right:15px
}

.apply-submit-wrapper {
    text-align: center;
}

.fakeDisabled,
.btn-primary {
    background-color: #971d35;
}

.fakeDisabled:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #6c1526;
    border-color: #4e0f1b;
}

.image-container img {
    max-width: 200px;
}

.apply-description-list::after {
    left: 50%;
}

.ui-dialog-content {
    color: #333;
    font-weight: normal;
}

.ui-dialog-footer {
    text-align: center;
}


.ui-dialog-content .save-progress-btn {
    background-color: #6c1526;
    float: none;
}

.ui-dialog-content .save-progress-btn:hover {
    background-color: #4e0f1b;
}


.ui-dialog-content .fakeDisabled.save-progress-btn {
    background-color: #8c8c8c;

}

.ui-dialog-content .fakeDisabled.save-progress-btn:hover {
    background-color: #8c8c8c;
}

.lumesse-apply-save-app-container {
    display: flex;
    flex-direction: row;
}

.apply-radio-checkbox-container .radio-inline,
.apply-radio-checkbox-container .checkbox-inline {
    display: block;
}

.apply-custom-option-wrapper input.custom_option_selection {
    top: 50%;
    left: 0;
    width: auto;
    border: 0;
    box-shadow: none;
    transform: translateY(-25%);
}

.alert-danger .alert__message {
    margin-bottom: 10px;
}

/*thank-you page*/
.apply-submission-accepted .btn {
    max-width: 120px;
    padding: 6px 12px;
    margin-top: 50px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .lumesse-apply-widget-submit {
        margin: 0 auto;
        float: none;
    }

    .apply-section-validated, .application-valid {
        border-left-color: #6c1526;
    }

}