p#training_header{
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    margin: 0;
    background-color: #851734;
    color: #FFF;
}
main form select:not([multiple]) {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 3em;
    background: #f1f1f1 url(/assets/img/bg-select.svg) no-repeat right center;
}
main form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
main form select,
main form textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 2rem + 0);
    padding: 1rem 1.5rem;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
main form input:focus,
main form textarea:focus,
main form select:focus {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f64571;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(178, 9, 51, 0.25);
}
main form input.button,
main form input[type=button],
main form input[type=submit],
main a.button {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.824em;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: #595959;
    background-color: #595959;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 10px;
}
main form input.button:hover,
main form input[type=button]:hover
main form input[type=submit]:hover,
main a.button:hover {
    color: #595959;
    border-color: #595959;
    background-color: #fff;
    text-decoration: none;
}
main form .checkbox label input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    width: auto;
}
main form .checkboxes .checkbox input[type=checkbox] {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
}
main form .checkboxes .checkbox {
    display: inline-block;
    margin-right: 30px;
}
main form .checkboxes .checkbox label {
    margin-top: 0;
}

main .button-right + .button-right {
    margin-right: 10px;
}
main .button.no-margin {
    margin-top: 0;
}
main .multiwrapper .sidenote.multi {
    font-size: 12px;
    text-align: right;
    margin: 0;
}
main .hbr-field {
    margin-bottom: 10px;
}
main .hbr-field.row .error {
    text-align: right;
}
main .hbr-field.row.error-row {
    margin-bottom: 0;
}
main .vacancy-descriptor {
    margin-bottom: 10px;
}
main .vacancy_result {
    margin: 10px 0;
}
h1 {
    text-transform: uppercase;
}
h2 {
    text-align: center;
}

.mandatory {
    color: red;
}
.clearBoth {
    display: block;
    clear: both;
    width: 100%;
}
.sift, .radio {
    width: 350px;
}
.error {
    color: red;
    display: block;
    font-weight: bold;
}
.wordlimit {
    margin-bottom: 0px;
    height: 150px;
}
.word_count {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0;
}
.retention_message {
    overflow: hidden;
}
.retention_message p {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 9px;
}
.retention_message .mandatory {
    float: left;
    margin-right: 3px;
    line-height: 29px;
}
.retention_message .fieldwrap {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.retention_message .fieldwrap .checkboxes {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    border: none !important;
}
.retention_message .fieldwrap label {
    font-weight: normal;
    width: auto !important;
    line-height: 20px;
}
.retention_message .fieldwrap input {
    width: auto !important;
    min-width: 0;
    margin-right: 5px !important;
    margin-left: 0;
}

@media (min-width: 992px) {
    main label {
        margin-top: 10px;
    }
    main .button-right {
        float: right;
    }
}

.password_strength p {
    margin-bottom: 0;
}
.password_strength ul {
    padding-left: 1em;
    margin-top: 0;
}
.password_strength ul li {
    font-size: 12px;
    color: #333;
    padding: 0 0 2px 22px;
    list-style-type: none;
    float: none;
}
.password_strength ul li {
    font-size: 12px;
    color: #333;
}
.password_strength ul li.password_rule {
    margin: 10px 0px;
}
.password_strength ul li.correct {
    background: url(/themes/default/furniture/icons/tick.png) no-repeat left top;
}
.password_strength ul li.incorrect {
    background: url(/themes/default/furniture/icons/exclamation.png) no-repeat left top;
}
.password_strength ul li.loading {
    background: url(/themes/default/furniture/ajax-loader.gif) no-repeat left top;
}

form .filestack-upload-button {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.824em;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: #595959;
    background-color: #595959;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 10px;
}
}
form .filestack-filename {
  color: #2d2c5f;
  display: block;
  float: left;
  line-height: 2.5em;
  text-align: left;
}

.vacancy-details .vacancy-fieldset {
  overflow: hidden;
  margin-bottom: 10px;
}
.vacancy-details .vacancy-fieldset .vacancy-label {
  float: left;
  min-width: 200px;
  font-weight: 600;
}
.vacancy-details .vacancy-fieldset .vacancy-value {
  float: left;
}
.group-button-wrap {
    margin-bottom: 50px;
}
.apply_now {
    margin-bottom: 50px;
}

.vacancy-title {
    text-align: left;
    text-transform: uppercase;
}

main label:not(.checkbox-label),
.retention_message p {
    color: #666;
}

.fieldwrap > p {
    font-size: 0.9em;
}

#submit-button {
    background-color: #b10932;
    border-color: #b10932;
}

#submit-button:hover {
    background-color: white;
    color: #b10932;
}

.denotes_mandatory_text {
    margin-top: 0.5em;
    color: #666;
}

.apply-buttons {
    text-align: center;
}
