input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

hr.grey {
    border: 0;
    height: 0;
    margin: 25px 0;
    border-top: 1px solid #e9e8e8;
}

.black {
    color: #000000;
}
.black.advertisement {
    margin-bottom: 20px;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.margin-15 {
    margin: 15px 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.wb .sustainability-sub-nav {
    margin: 0 !important;
}

.offset-title {
    margin-left: 10px;
}

.no-td {
    text-decoration: none;
}

.no-margin {
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .offset-title {
        margin-left: 240px;
    }

    .main-content.center {
        margin-left: 80px;
        width: 780px;
    }

}

/* APPLICATION FORMS
   ================================================== */

.application-title {
    margin-top: 20px;
}

#application-module .referral {
    margin-top: 25px;
    margin-bottom: 15px;
}

#application-module .lineheight-clear {
    line-height: inherit;
}

#application-module.no-margin {
    margin: 0;
}

#application-module .width-auto {
    width: auto;
}

#application-module .field label.nofloat {
    float: none;
    width: auto;
}

#application-module textarea.long {
    width: 100%;
}

#application-module .black-btn {
    background-color: #666;
    margin-bottom: 10px;
}

    #application-module .black-btn:hover {
        background-color: #333;
    }

#application-module a.blank {
    background-color: transparent;
    color: #008200;
}

    #application-module a.blank:hover {
        background-color: transparent;
        text-decoration: underline !important;
        color: #008200 !important;
    }

#application-module a.left {
    float: left;
}

#application-module .application-confirm {
    margin: 0 0 20px;
}

#application-module .application-confirm li {
    position: relative;
    margin: 0;
    padding: inherit;
    background: none;
}

    #application-module .application-confirm li p {
        /*font-weight: bold;*/
        padding: 6px 0;
        margin: 0 !important;
    }

        #application-module .application-confirm li p.label {
            position: relative;
            margin: 0 0 10px;
            font-weight: normal;
            width: 200px;
            cursor: default;
        }

        #application-module .application-confirm li p.label:last-child {
            color: #000;
        }

#application-module .application-confirm .checked {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 3px;
    background-image: url('../img/checkbox.png');
    background-position: -1px -49px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
    #application-module.form {
        width: 780px;
        margin-top: 15px;
    }
    #application-module.form textarea {
        height: 150px !important;
    }
}

/* APPLICATION PROGRESS BAR
   ================================================== */

.application-progress-wrapper {
    margin: 0 0 20px;
    background-color: #ecedec;
}

    .application-progress-wrapper .main-content.center {
        padding-top: 0;
    }

.application-progress {
    margin: 0;
    font-size: 16px;
}

    .application-progress li {
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #fff;
        background: none;
    }

        .application-progress li p {
            margin: 0;
            line-height: 1 !important;
        }

        .application-progress li.active {
            background-color: #77ac05;
        }

        .application-progress li p a {
            color: #666;
            text-decoration: none;
        }

        .application-progress li.active p a {
            color: #fff;
        }

@media screen and (min-width: 1024px) {
    .application-progress-wrapper {
        margin-bottom: 20px;
    }

    .application-progress li {
        float: left;
        border: none;
    }

        .application-progress li:first-child {
            padding-left: 10px;
        }

        .application-progress li.active {
            background-color: transparent;
            color: #77ac05;
            font-family: heineken_core_bold;
        }

        .application-progress li p a:hover {
            color: #333;
        }

        .application-progress li.active p a {
            color: #77ac05;
        }
}

/* APPLICATION FEATURES
   ================================================== */

.application-features {
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
}

    .application-features li {
        padding-left: 0;
        background: none;
        border-bottom: 1px solid #e9e8e8;
    }

        .application-features li .image {
            display: none;
            float: left;
            height: 30px;
            width: 30px;
            margin-right: 5px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #77ac05;
        }

            .application-features li .image.i-pointer {
                background-image: url("../img/icon_pointer.png");
            }

            .application-features li .image.i-organisation {
                background-image: url("../img/icon_organisation.png");
            }

            .application-features li .image.i-pie {
                background-image: url("../img/icon_pie.png");
            }

            .application-features li .image.i-certificate {
                background-image: url("../img/icon_certificate.png");
            }

        .application-features li:last-child {
            border-bottom: none;
        }

        .application-features li p {
            margin: 10px;
            text-align: right;
        }

            .application-features li p span {
                float: left;
                color: #aaa;
                margin-right: 5px;
            }

    .application-features a.left {
        float: left;
    }

@media screen and (min-width: 1024px) {
    .application-features-wrapper {
        margin-bottom: 20px;
        border-top: 1px solid #e9e8e8;
        border-bottom: 1px solid #e9e8e8;
    }

        .application-features-wrapper > .container > .main-content.center {
            width: auto;
            padding-top: 0;
        }

    .application-features {
        display: block;
        height: 30px;
        margin: 0;
        padding: 10px 10px 10px 0;
        border-top: none;
        border-bottom: none;
    }

        .application-features li {
            float: left;
            border-bottom: none;
        }

            .application-features li:first-child {
                padding-left: 0;
            }

            .application-features li .image {
                display: block;
            }

            .application-features li p {
                float: left;
                margin: 5px 20px 5px 0px;
            }
}

.profile-list li {
    margin-bottom: 15px;
}

/* BLOCK QUOTE
   ================================================== */

.block-quote {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

    .block-quote h2 {
        margin-top: 5px;
        margin-bottom: 0;
        color: #77ac05;
    }

    .block-quote p {
        margin-top: 10px;
        margin-bottom: 0;
    }

        .block-quote p:nth-child(4) {
            font-size: 0.85em;
            margin: 0;
        }

    .block-quote .img {
        display: none;
        float: left;
        height: 100px;
        width: 100px;
        margin-right: 20px;
        background-size: cover;
        background-position: center;
    }

@media screen and (min-width: 1024px) {
    .block-quote {
        display: inline-block;
        width: 660px;
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }

        .block-quote .img {
            display: block;
        }
}

/* TEASER
   ================================================== */

.teaser-cols {
    background-color: #f5f5f5;
    margin-bottom: -30px;
}

    .teaser-cols p {
        line-height: 1.571em;
    }

    .teaser-cols .button {
        text-align: center;
    }

    .teaser-cols .top-vac a {
        color: #000;
        text-decoration: none;
    }

        .teaser-cols .top-vac a:hover {
            color: #008200;
        }

    .teaser-cols ul li {
        background: none;
        padding: inherit;
    }

    .teaser-cols > ul > li {
        padding-top: 10px;
        border-bottom: 1px solid #fff;
    }

        .teaser-cols > ul > li:last-child {
            padding-bottom: 25px;
            border-bottom: none;
        }

    .teaser-cols ul li h2,
    .teaser-cols li p,
    .teaser-cols li .button,
    .teaser-cols ul li ul li {
        margin: 10px;
    }

    .teaser-cols ul li .button {
        display: block;
        width: auto;
        margin-bottom: 20px;
        padding: 0;
    }

    .teaser-cols ul li img {
        display: none;
    }

@media screen and (min-width: 1024px) {
    .teaser-cols ul li .button {
        position: absolute;
        bottom: 0;
        width: 145px;
        padding: 0 25px;
    }

    .teaser-cols {
        text-align: center;
    }

        .teaser-cols > ul > li {
            text-align: left;
            display: inline-block;
            vertical-align: top;
            height: 275px;
            padding-bottom: 25px;
            border-right: 1px solid #fff;
            border-bottom: none;
            margin-right: -2px;
        }

            .teaser-cols > ul > li:last-child {
                border-right: none;
            }

        .teaser-cols ul li img {
            display: block;
            height: 105px;
            width: 195px;
            margin-left: 10px;
            margin-bottom: 5px;
        }
}

.container .jof-bar .search-form .input-bar a {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 35px;
}

/* JOB OVERVIEW FILTERS
   ================================================== */

.jof {
    background-color: #f5f5f5;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .jof {
        padding-bottom: 5px;
    }
}

.jof h3::after {
    margin-right: 10px;
    float: right;
    width: 11px;
    height: 18px;
    color: #009200;
    background-repeat: no-repeat;
    background-position: center;
}

.jof > .open > h3::after {
    content: '';
    background-image: url('../img/icon_filterbox_min.png');
    cursor: pointer;
}

.jof > .close > h3::after {
    content: '';
    background-image: url('../img/icon_filterbox_max.png');
    cursor: pointer;
}

.jof > .close > .jof-selection {
    display: none;
}

.jof > .close > .jof-criteria {
    display: none;
}

.jof-selection li,
.jof-criteria li {
    padding: 0;
    background-image: none;
}

.jof-selection {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 1024px) {
    .jof-selection {
        border-bottom: 1px solid #ccc;
    }
}

.jof h3 {
    margin: 0;
    padding: 10px 20px;
    color: #666666;
    text-transform: uppercase;
}

.jof-selection li {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #bbbbbb;
    background-image: none;
    color: #fff;
}

    .jof-selection li:hover {
        background-color: #999999;
    }

    .jof-selection li p {
        margin-bottom: 0;
        line-height: 1 !important;
    }

    .jof-selection li a {
        float: right;
        margin-top: -2px;
    }

.jof-criteria {
    margin: 0 20px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .jof-criteria {
        margin: 20px;
    }
}

.jof-criteria a {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.jof-criteria h3 {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
    color: #339b33;
}

    .jof-criteria h3 .toggler {
        margin: 0;
        float: right;
        width: 11px;
        height: 18px;
        color: #009200;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

.jof-criteria .open h3 .toggler {
    background-image: url('../img/icon_filterbox_min.png');
}

.jof-criteria .close h3 .toggler {
    background-image: url('../img/icon_filterbox_max.png');
}

.jof-criteria .close .jof-sub {
    display: none;
}

.jof-criteria li:first-child h3 {
    border-top: none;
}

.jof-criteria h3 a {
    float: right;
}

.jof-sub {
    margin-bottom: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
}

    .jof-sub li {
        margin-bottom: 10px;
    }

        .jof-sub li:last-child {
            margin-bottom: 0;
        }

        .jof-sub li .cfe_clone input {
            width: auto;
        }

        .jof-sub li label::before {
            float: left;
            width: 20px;
            height: 20px;
            background-color: #999;
        }

.jof-bar {
    background-color: #ececec;
    border: 1px solid #ececec;
}

    .jof-bar .search-form {
        margin: 15px;
    }

        .jof-bar .search-form .input-bar {
            width: 100%;
            height: 32px;
            border: 1px solid #ccc;
            background: #fff;
        }

            .jof-bar .search-form .input-bar input[type="text"] {
                float: left;
                width: 65%;
                border: none;
                outline: none;
            }

            .jof-bar .search-form .input-bar a {
                float: right;
                height: 32px;
                background-color: #008200;
                color: #fff;
                border: none;
                width: 35%;
                padding-left: 0;
                padding-right: 0;
            }

.jol h2 {
    margin-bottom: 2px;
}

    .jol h2 a {
        color: #000;
    }

.jol p {
    display: table;
}

.jol > li {
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    background: none;
    clear: both;
}

    .jol > li:hover {
        background-color: #ececec;
    }

    .jol > li:last-child {
        border: none;
        padding-bottom: 10px;
    }

.jol-specs {
    margin-bottom: 10px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .jol-specs {
        height: 20px;
        overflow: visible;
    }
}

.jol-specs li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    padding-right: 10px;
    background: none;
    border-right: 1px solid #ccc;
    color: #999;
}

    .jol-specs li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

@media screen and (min-width: 1024px) {
    .jof {
        float: left;
        width: 220px;
        margin-right: 16px;
        padding: 0;
        border: 1px solid #ccc;
    }

        .jof h3 {
            padding: 10px;
        }

        .jof > div > h3::after {
            display: none;
        }

        .jof .has-no-items ul {
            padding: 0;
        }

        .jof .has-items ul {
            padding: 10px;
        }

    .jof-selection {
        padding: 10px;
        margin-bottom: 0;
    }

    .jof-criteria {
        border: none;
        margin: 0;
    }

    .jof-bar {
        float: right;
        clear: both;
        width: 700px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border-color: #ccc;
    }

        .jof-bar .search-form .input-bar input[type="text"] {
            width: 85%;
        }

    .jol {
        float: right;
        width: 702px;
    }

    .jol-paginator {
        clear: none;
        width: 700px;
        margin-left: 240px;
    }
}

.css-radio {
    margin-top: 5px;
}

    .css-checkbox input[type=checkbox],
    .css-radio input[type=radio] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

label.css-label,
label.css-label-radio {
    margin-left: -22px;
    padding-left: 22px;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.css-checkbox input[type=checkbox]:checked + label.css-label,
.css-radio input[type=radio]:checked + label.css-label-radio {
    background-position: 0 -48px;
}

label.css-label {
    background-image: url(../img/checkbox.png);
}

label.css-label-radio {
    background-image: url(../img/radio.png);
}

.container.wb > #share {
    margin: 0 auto -60px;
    padding: 0;
    max-width: 780px;
    float: right;
    position: relative;
    z-index: 999;
}

@media screen and (min-width: 1024px) {
    .sustainability-nav + .sustainability-content {
        width: 700px;
        float: right;
    }
}

.jol.no-margin {
    float: none;
    width: auto;
}

.prev-link {
    margin: 0;
    display: inline-block;
}
