html,
body {
    font-size: 16px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: #000;
}

#header,
#content {
    display: none;
}

#app_body {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    color: #000;
    font-size: initial;
    font-weight: 600;
}

p {
    font-weight: 300;
    line-height: 2;
    margin-bottom: 2rem;
}

h1 {
    font-size: 1.3rem;
    line-height: 1.69;
}

h3 {
    font-size: 1.3rem !important;
}

.location {
    color: #4a4a4a;
}

#application .heading,
#application div.required-fields,
#main_fields .clear,
#apply_with_buttons {
    display: none;
}

#application {
    padding: 0;
    background-color: transparent;
    max-width: unset;
    width: 100%;
}

div.field {
    display: flex;
    flex-direction: column;
}

#main_fields div.field label,
#custom_fields div.field label,
#demographic_questions div.field label,
#eeoc_fields div.field label {
    text-align: left;
    font-size: inherit;
    font-weight: normal;
    width: unset;
}

#main_fields div.field input[type='text'],
#custom_fields div.field input[type='text'],
#custom_fields div.field textarea,
#custom_fields div.field .text-field,
#custom_fields div.field .select2-container-multi {
    width: 100% !important;
    box-sizing: border-box;
}

#main_fields div.field label .asterisk,
#custom_fields div.field label .asterisk,
#demographic_questions div.field label .asterisk,
#eeoc_fields div.field label .asterisk {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

#submit_app {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    background-color: #000;
    background: #002a58;
    width: auto;
    min-height: 42px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0 auto;
}

.error {
    font-weight: 300;
}

#disability_status_header {
    text-align: left;
    text-decoration: none;
}

li {
    font-weight: 300;
    line-height: 2;
}

a {
    color: #78adca;
}

select {
    width: 100%;
    box-sizing: border-box;
    min-height: 35px;
    border: 1px solid #e9e8e7;
    color: grey;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi40NjMiIGhlaWdodD0iNy42NDYiIHZpZXdCb3g9IjAgMCAxMi40NjMgNy42NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDguMDg2IC0xNDQuMDg2KSI+PGxpbmUgeDI9IjQuODE3IiB5Mj0iNC44MTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0OS41IDE0NS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAyYTU4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjxsaW5lIHgyPSI0LjgxNyIgeTI9IjQuODE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTkuMTM1IDE0NS41KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDJhNTgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==');
    background-position: calc(100% - 13px) center;
    background-repeat: no-repeat;
    padding-left: 9px;
    padding-right: 38px;
    padding-top: 5px;
    font-size: 15px;
    color: #002a58;
    font-weight: 300;
    font-family: inherit;
}

#main_fields div.field .field-error-msg,
#eeoc_fields div.field .field-error-msg {
    padding-left: 0;
}

#main_fields div.field textarea.paste,
#eeoc_fields div.field textarea.paste {
    margin-left: 0;
}

#main_fields div.field input[type="text"],
#main_fields div.field textarea,
#eeoc_fields div.field input[type="text"],
#eeoc_fields div.field textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: inherit;
}