/**
 * Body.
 */
body {
    margin: 0;
    background-color: #f3f2f0;
    color:#000;
    font-size: 15px;
}
h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top:15px;
    margin-bottom:30px;
    color:#000;
}
p, label, span, div {
    color:#000;
}
label {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    white-space: nowrap;
}
.multicolumn {
    margin-bottom:10px;
}
.width-33 {
    padding-top: 0px;
}
.field:first-child {
    margin-bottom:13px;
}
/**
 * Wrapper.
 */
#wrapper {
    box-sizing: border-box;
    padding: 0px;
}

#form-wrapper {
    border:none;
    padding:0;
    border-radius: 0;
    margin-top:30px;
    overflow: visible;
}
.multi-select {
    display:none;
}
.ui-multiselect, .form input:not([type]), .form input[type=date], .form input[type=datetime-local], .form input[type=email], .form input[type=file], .form input[type=number], .form input[type=password], .form input[type=search], .form input[type=tel], .form input[type=text], .form input[type=time], .form input[type=url], .form textarea {
    background: transparent;
    border-bottom: solid 2px #979797;
    height:50px;
}
.ui-multiselect:focus, .ui-multiselect:hover {
    border-bottom: solid 2px #979797;
}
.ui-multiselect span {
    font-size: 16px;
    color: #979797;
    font-family: open_sansregular, sans-serif;
}
.ui-multiselect span.ui-icon {
    background-color: transparent;
}
.ui-multiselect span.ui-icon {
    background: transparent url(../images/svg/icons/arrow-down.svg) no-repeat right 12px top 15px / 15px 15px;
}
.ui-multiselect.ui-state-active span.ui-icon {
    background: transparent url(../images/svg/icons/arrow-up.svg) no-repeat right 12px top 15px / 15px 15px;
}
.ui-multiselect-menu {
    border:none;
}
.ui-multiselect-checkboxes {
    height: auto !important;
    max-height: 220px !important;
    border:none;
}
.ui-multiselect-checkboxes li {
    border:none;
    padding:0px;
}
.ui-multiselect-checkboxes label {
    border:none;
    display: block;
    padding:0px;
}
.ui-multiselect-checkboxes label span {
    display: block;
    width: 100%;
    padding:8px 15px;
}
.ui-multiselect-checkboxes label span:hover, .ui-multiselect-checkboxes input[type='checkbox']:checked + span {
    background: #d7d7d7;
}
.button {
    padding-left:0px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
    height:50px;
}
#search {
    margin-bottom:0px;
    position: relative;
}
.form .filter, .form .field {
    position: relative;
}
#search label, .form .email-wrapper label {
    color:#999999;
    position: absolute;
    left: 15px;
    bottom:15px;
}
#search label {
    bottom:35px;
}
.form .filter label {
    opacity:0;
    font-size: 12px;
    color:#999999;
    position: absolute;
    left: 15px;
    bottom:50px
}
#search.active label {
    font-size: 12px;
    bottom:70px;
    left:15px;
}
.email-wrapper.active label {
    font-size: 12px;
    bottom:50px;
    left:0px;
}
.filter.active label {
    opacity: 1;
}
#jobabo-subscribe-button:before {
    content: "";
    padding:0px;
    border:none;
}
#subscription-wrapper {
    border: solid 1px #ddddcd;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 20px;
}
#opt-in {
    position: relative;
    margin-bottom: 20px;
}
input[type=radio], input[type=radio]:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:15px;
    width:15px;
    border:none;
    background-color: white;
    position: relative;
    top: 2px;
    margin-right:5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
input[type=radio]:active, input[type=radio]:focus, input[type=radio]:checked {
    border: none;
    background-color: #5bac26;
    outline: none;
}
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:15px;
    width:15px;
    border:solid 1px #979797;
    background-color: white;
    position: relative;
    top: 2px;
    margin-right:5px;
}
.form input[type=checkbox]:focus {
    outline: none;
}
.form input[type=checkbox]:hover {
    border:solid 1px #979797;
    cursor: pointer;
}
input[type=checkbox]:checked {
    border: solid 1px #5bac26;
    background-color: #5bac26;
}
#singleOpt {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    height:15px;
    width:15px;
    border:solid 1px #979797;
    top: 2px;
    left: 0;
    background-color: white;
}
#singleOpt:checked {
    background: #5bac26;
}

#label-single-opt-in {
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    left: 30px;
    width: calc(100% - 30px);
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor:pointer;
    white-space: normal;
}
.ui-corner-all input[type='checkbox'] + span::after {
    width: 15px;
    height: 15px;
}

.required.field {
    margin-bottom:20px;
}

.ui-state-active {
    background: #fff!important;
    border-bottom:none;
}
.ui-state-active:hover, .ui-state-active:focus {
    border-bottom:none;
}

.jobabo .ui-corner-all input[type='checkbox'] + span::before, .ui-corner-all input[type='checkbox'] + span::after {
    display: none;
}

.ui-corner-all input[type='checkbox'] + span {
    padding-left:15px;
    color:#000;
}

/**
 * Parsley
 */
input.parsley-error {
    border-bottom: 2px solid #e9333a !important;
}
input.parsley-error::placeholder {
    color: #e9333a;
}
input.parsley-error:-moz-placeholder {
    color: #e9333a;
}
input.parsley-error:-ms-input-placeholder {
    color: #e9333a;
}
input.parsley-error::-webkit-input-placeholder {
    color: #e9333a;
}
.parsley-error #singleOpt {
    border-color:#e9333a;
}

.form .email-wrapper .label-legend.parsley-error, label.parsley-error {
    border: 0 !important;
    color: #e9333a;
}

.parsley-errors-list {
    color: #e9333a;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
    display: none;
}
.mobile {
    display: none;
    margin:10px 0px 50px;
}
#filter-4-mobile {
    overflow: hidden;
    margin-bottom:40px;
}
#filter-4-mobile > div {
    width:50%;
    float:left;
}
#jobabo-close-button {
    width:calc(900px/4);
}
@media screen and (max-width: 780px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .form .filter {
        margin-bottom:20px;
    }
    .multicolumn {
        margin-bottom:0px;
    }
}