#wrapper {
    /*margin:0!important;
	padding:0!important;*/
    
    max-width: 1140px;
}
#main {
    padding: 0!important;
}
#board_title {
    font-family: Heebo, helvetica, arial, sans-serif;
    color: #0d0e2f;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.21;
    margin-top: 0;
}
section.level-0 {
    border: 1px solid #ebe9e9;
    padding: 20px;
    margin-bottom: 20px;
}
#app_body {
    max-width: 1140px;
    margin: 0 auto;
    font-family: Open Sans, arial, helvetica, sans-serif;
    font-weight: normal 400;
    font-size: 14px;
    line-height: 2;
    padding: 0;
}
.app-title {
    font-family: Heebo, helvetica, arial, sans-serif;
    color: #0d0e2f;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.21;
    margin-top: 0;
}
#offices-select {
    margin-bottom: 20px;
}
.opening a {
    font-family: Heebo, helvetica, arial, sans-serif;
    color: #d75532;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.67;
}
.location {
    font-family: Open Sans, arial, helvetica, sans-serif;
    font-weight: normal 400;
    font-size: 14px;
}
p,
ul,
ul li,
p span {
    font-family: Open Sans, arial, helvetica, sans-serif !important;
    font-weight: normal 400;
    font-size: 14px;
    line-height: 2;
}
p strong {
    font-family: Heebo, helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.67;
    margin-top: 40px;
    display: block;
}
#eeoc_fields p strong {
    font-size: 14px;
    display: inline;
}
ul li span {
    font-family: Open Sans, arial, helvetica, sans-serif !important;
    font-weight: normal 400;
    font-size: 14px;
    line-height: 2;
}
.button {
    background-image: none;
    background-color: #d75532;
    text-transform: uppercase;
    padding: 20px !important;
    font-family: PT Sans, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-shadow: none !important;
    color: white;
}
.button:hover {
    transition: all .2s;
    -webkit-transition: all .2s;
    background-color: #b4492c;
    background-image: none;
}
#application {
    margin-top: 40px;
    max-width: 1140px;
    background-color: white;
}
#application .heading {
    font-weight: 300;
    float: none;
    text-align: center;
    font-size: 30px;
}
#main_fields div.field label,
#eeoc_fields div.field label {
    font-weight: 700;

}
#application p {
    font-family: Open Sans, arial, helvetica, sans-serif !important;
    font-weight: normal 400;
    font-size: 14px;
    line-height: 2;
}

#main_fields div[name="widget-holder"] {    
    position: absolute;
    top: 30px;

    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
}

@media (max-width: 960px) {
    #main_fields div[name="widget-holder"] {
        position: relative;margin-top:20px;margin-bottom:30px;
            top: 0;
    }

    #app_body, #application {padding:0!important;}

}

#main_fields .asterisk,
#custom_fields .asterisk,
#eeoc_fields .asterisk {
    color: #d75332;
    font-weight: normal;
}
#main_fields hr {
    display: none;
}
#main_fields {} #main_fields a.locate-me + span + label {
    display: none;
}
a.locate-me {
    margin-left: 115px;
}
@media (max-width: 1150px) {
    #main_fields div.field label,
    #eeoc_fields div.field label {
        text-align: left
    }
    a.locate-me {
        margin-left: 10px;
    }
}
@media (min-width: 960px) {
    form {
        padding-top: 200px;
        border-top: 1px #eee solid;
        position: relative;
    }
    #main_fields + hr {
        display: none;
    }
    #application .heading {
        position: absolute;
        top: 10px;
        width: 100%;
    }
    #application div.required-fields {
        position: absolute;
        right: 0;
        top: 25px;
    }
    #custom_fields + hr {
        clear: both;
    }
    #main_fields {
        float: left;
        width: 49%;
    }
    #custom_fields {
        float: right;
        width: 49%;
    }
    #eeoc_fields {
        clear: both;
    }
    #eeoc_fields {
        padding: 50px 10%;
    }
}
#main_fields div.field input[type=text],
#eeoc_fields div.field input[type=text],
#custom_fields div.field input[type=text] {
    height: 35px;
    box-sizing: border-box;
}
#main_fields div.field select,
#eeoc_fields div.field select,
#custom_fields div.field select {
    height: 35px;
    border: 1px #e6e5e5 solid;
    border-radius: none;
    padding-left: 10px;
    border-radius: 0;
    background-color: white;
}
#custom_fields div.field label {
    width: 100%;
    font-weight: bold;
}
#custom_fields div.field select {
    width: 100%!important;
}
#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;
}
#eeoc_fields div.field label {
    float: none;
    text-align: left;
    display: block;
    width: 100%;
}
#eeoc_fields div.field select {
    width: 50%;
}
#eeoc_fields > strong,
#eeoc_fields #disability_status_header {
    text-decoration: none;
    ;
    color: #0d0e2f;
    display: block;
    text-align: center;
    font-size: 18px
}
#eeoc_fields #disability_status_header + strong,
#eeoc_fields p + strong {
    text-align: left;
    font-size: 14px;
    ;
}
#submit_app {
    font-size: 16px;
}
#submit_app:hover {
    transition: all .2s;
    -webkit-transition: all .2s;
    color: #ebe9e9;
}
a,
input[type='button'].link-like-button {
    color: #d75532;
}
#app_body #content p strong span {
    color: #000124 !important;
    font-family: Heebo, helvetica, arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
#submit_buttons {
    text-align: center;
}