body {
    background:white;
    font-family: "Neue";
}
.logoJobaboPages {
    height: 42px;
    width: auto;
    margin-bottom: 60px;
}
h1, h1:last-child {
    font-family: "Neue";
    font-weight: 300;
    color: #e2001a;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}
#wrapper {
    width: 100%;
    max-width: 900px;
    padding: 40px 24px;
    margin:0 auto;
}
#form-wrapper {
    margin-top: 40px;
}
#jobaboSubmitButton {
    color:white;
    background-color: #e2001a;
    font-size: 20px;
    padding:12px 52px 12px 32px;
    line-height: 26px;
    position: relative;
    font-family: "Neue";
    min-width: 300px;
    border:none;
}
div#jobabo-email {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding:0;
    gap: 20px;
}

div#jobabo-email > div {
    position: relative;
}

div#jobabo-email input {
    border:0;
    background-color:#F3F3F3;
    height: 40px;
    padding-left:5px;
    width: 280px;
}
.ui-multiselect {
    border:1px solid #ccc;
}
.jobabo_button svg {
    position: absolute;
    margin-left: 20px;
    margin-top: 7px;
    transition: margin-left ease-in-out 0.2s;
}
.jobabo_button:hover svg {
    margin-left: 30px;
}
footer {
    width: 100%;
    padding:0;
}
.successButtonClose {
    color:white;
    background-color: #353535;
    font-size: 20px;
    padding:10px 52px 10px 32px;
    font-style: italic;
    position: relative;
    font-family: "Neue";
    width: 260px;
    margin-top:20px;
}
.successButtonClose svg {
    position: absolute;
    top:13px;
    right: 30px;
    transition: right ease-in-out 0.3s;
}
.successButtonClose:hover svg {
    right:20px;
}
.labelDropdown {
    position: absolute;
    z-index: 999;
    left: 21px;
    top: 12px;
    font-size: 18px;
    pointer-events: none;
    font-weight: 300;
}
.jobabo-info {
    padding:20px 0px;
}
#label-single-opt-in {
    display: block;
    margin-top: -25px;
    margin-left: 20px;
}
#single-opt-in {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#opt-in {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 40px;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border:1px solid #e2001a;
}

#opt-in:hover input ~ .checkmark {
    background-color: #eee;
}

#opt-in input:checked ~ .checkmark {
    background-color: #e2001a;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#opt-in input:checked ~ .checkmark:after {
    display: block;
}

#opt-in .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#label-single-opt-in {
    cursor: pointer;
}

footer {
    margin-bottom: 0;
    margin-top: 40px;
}

.field {
    position: relative;
}

.field input {
    width: 100%;
    padding: 0.75rem 0.5rem;
    font-size: 1rem;
    background: transparent;
}

.field label {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 4px;
}

/* when input is focused or not empty */
.field input:focus + label,
.field input:not(:placeholder-shown) + label {
    top: -1rem;
    left: 0rem;
    font-size: 1rem;
}

@media only screen and (max-width: 1040px) {
    div#jobabo-email {
        grid-template-columns: 1fr;
    }
    div#jobabo-email input {
        width: 100%;
    }
}

@media only screen and (max-width: 981px) {
    #wrapper, #wrapper .five {
        width: 100%;
    }
    div#jobabo-email input {
        width: 100%;
    }
    #email {
        margin-bottom: 5px;
    }
    footer {
        margin-bottom:0px;
    }
}

@media only screen and (max-width: 680px) {
    #jobaboSubmitButton {
        font-size: 20px;
    }
    #form-wrapper {
        padding-right: 10px;
    }
    #label-single-opt-in {
        hyphens: auto;
        padding-right: 15px;
    }
    .jobabo_button svg {
        margin-top: 4px;
    }
}