h1, h2, h3, h4, h5 {
    font-family: "Open Sans", Arial sans-serif;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    color: #464646;
    font-weight: 400;
    margin-bottom: 20px;
}

h3:last-child {
    margin-bottom: 20px;
}

.button {
    padding: 8px 32px;
    cursor: pointer;
}

p {
    margin-bottom: 20px;
    font-size: 12px;
}

/* Parsley */

.parsley-error {
    border: 1px solid #FF0000 !important;
}

.parsley-errors-list {
    color: #FF0000;
    list-style: none;
    padding: 0;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

#wrapper {
    padding: 20px 20px 26px;
    max-width: 650px;
}

label {
    width: 100%;
    display: block;
    cursor: pointer !important;
}

#label::placeholder, #email::placeholder {
    font-size: 13px;
    color: #999;
}

#label::-webkit-input-placeholder,
#label:-ms-input-placeholder,
#label:-moz-placeholder,
#email::-moz-placeholder,
#email::-webkit-input-placeholder,
#email:-ms-input-placeholder,
#email:-moz-placeholder,
#email::-moz-placeholder {
    font-size: 13px;
    color: #999;
}

#filter-dropdown {
    row-gap: 20px;
    column-gap: 30px;
    max-width: 490px;
}

#filter-dropdown input {
    height: 40px;
    font-family: "Open Sans", Arial sans-serif !important;
    line-height: 19px;
    border: none;
    border-radius: 0;
    color: rgba(0,0,0,.9);
    background: #F5F5F7;
    width: 100%;
    padding: 0 10px;
}

.ui.narrow.grid > :not(.row).column {
    padding-top: 10px;
    padding-bottom: 10px;
}

#filter-dropdown input:focus {
    outline: #000000;
}

#filter-dropdown input::placeholder {
    color: rgba(0,0,0,.9);
}

.ui.grid > [class*="five wide computer"].column {
    width: calc(75% / 2) !important;
}

#jobabo-form p {
    max-width: 431px;
}

#abo input, #jobabo-submit-button input, #jobabo-close-button button {
    color: #fff !important;
    margin: 10px 45px 5px 0;
    width: auto;
    border: none;
}

.success-close-button:hover,#abo input:hover, #jobabo-submit-button input:hover, #step-2 #jobabo-submit-button input:hover {
    background-color: #464646;
}

#search input {
    width: 100%;
}

footer {
    text-align: left;
}

.resetContainer {
    max-width: 490px;
    margin-top: 5px;
}

/* PRIVACY NOTICE */
#abo input[disabled] {
    opacity: 0.2;
}

#opt-in {
    position: relative;
    margin: 30px 0 10px;
}

#single-opt-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-color: rgba(0, 0, 0, 0.2);
}

#label-single-opt-in {
    vertical-align: top;
    font-size: 10px;
    line-height: 16px;
    color: #555;
    position: relative;
    left: 30px;
    top: -3px;
    width: 90%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#step-2 #jobabo-submit-button input{
    margin-top: 20px;
}

footer {
    width: 100%;
    margin: 0;
}

/* RESPONSIVE */
@media screen and (max-width:460px) {
    .ui.grid > [class*="five wide computer"].column {
        width: 100% !important;
    }

    #filter-dropdown {
        row-gap: 10px;
    }
}

@media screen and (min-width: 461px) {
    #filter-dropdown > div {
        min-width: calc(50% - 15px);
    }
}