*, :after, :before {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

html, body {
    height: auto;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font: 16px/24px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color: #333;
    margin:0 auto;
    padding:0;
    width: 1px;
    width: 100%;
    min-width:auto;
}

/* IE10+ */
::-ms-clear {
    display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

a {
    display:block;
}

/*  GRID  */
.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}

.multicolumn > * {
    display:table-cell;
    vertical-align: bottom;
    text-align: right;
    width:100%;
}

.width-75 {
    width:75%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:70%;
}

.width-33 {
    width:33.333%;
    vertical-align: top;
}

.width-25 {
    width:25%;
}
.separator {
    width:20px;
}

h1 {
    font-family: 'Futura W01 Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top:35px;
    margin-bottom: 0px;
    margin-left:25px;
    font-size: 24px;
    line-height: 24px;
    color:#333;
}
h2 {
    font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-top:40px;
    margin-bottom: 30px;
    margin-left:25px;
    color:#333;
}
h3 {
    font-family: 'Futura W01 Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-top:30px;
    margin-bottom: 15px;
    color:#333;
}
a {
    font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color: #179F96;
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    text-decoration: none;
}

a:hover {
    color: #06494A;
}

img {
    display: block;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    margin-bottom:15px;
}

b, strong {
    font-family: 'Futura W01 Bold', Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}

p, th, td, ul, ol, div {
    color: #333;
    font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    margin-bottom:0px;
    font-size:16px;
    line-height: 24px;
}

.isFirst {
    margin-top:0px;
}

.isLast {
    margin-bottom:0px;
}

#wrapper {
    width:100%;
    max-width: 824px;
    margin: 0 auto;
    box-sizing: border-box;
}

#header {
    background: #179F96;
    padding:35px 25px;
    box-sizing: border-box;
}


/**
 * Multiselect.
 */
.default-hide {
    display: none;
}
.ui-multiselect {
    text-align: left;
    padding: 0px 15px;
    height:35px;
    font: 16px/24px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    cursor: pointer;
    overflow: hidden;
    border: none;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    background-image: url("../images/svg/down-arrow.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    color:#333;
    margin-bottom:24px;
}

.ui-multiselect.ui-state-active {
    background-image: url("../images/svg/up-arrow.svg");
}

.ui-multiselect span {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.ui-multiselect:focus,
.ui-multiselect:hover {
    outline: 0;
}

.ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute;
    top: auto;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 0 0 0 4px;
}

.ui-multiselect-header ul {
    font-size: 1em;
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0;
    display: none;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
    display: block;
}

.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: left;
    background: #fff;
    border: none;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    height: inherit !important;
    max-height: 300px !important;
    background-color: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 9px 9px -7px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
}

.ui-multiselect-checkboxes label input {
    display: none;
}

.ui-multiselect-checkboxes li {
    clear: both;
    padding: 0 0 0 11px;
    background-color: #fff;
    margin-bottom:5px;
}

.ui-multiselect-checkboxes li:last-child {
    border-bottom: 0;
}

.ui-corner-all input[type='checkbox']:not(:checked),
.ui-corner-all input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.ui-corner-all input[type='checkbox'] + span {
    line-height: 19px;
    letter-spacing: -.1px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    padding-top: 4px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui-corner-all input[type='checkbox'] + span::before,
.ui-corner-all input[type='checkbox'] + span::after {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0;
    content: '';
}

.ui-corner-all input[type='checkbox'] + span::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #179F96;
    width: 19px;
    height: 19px;
}

.ui-corner-all input[type='checkbox'] + span::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 22px;
    color: #179F96;
    font-size: 18px;
    content: "-";
    background: #179F96;
}

.ui-corner-all input[type='checkbox']:hover + span::before {
    border: 2px solid #179F96;
}

.ui-state-hover input[type='checkbox'] + span::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #179F96;
}

.ui-corner-all input[type='checkbox']:checked + span::before {
    border: 2px solid #179F96;
}

.ui-corner-all input[type='checkbox']:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #179F96;
}

.ui-corner-all input[type='checkbox']:disabled + span,
.ui-corner-all input[type='checkbox']:disabled + span + p {
    opacity: .4;
    pointer-events: none;
}

.pensum-label {
    left:0;
}
.pensum-label:after {
    left: 178px;
}
.pensum-label.it:after {
    left: 200px;
}
.slider-input.it + .slider-container .pointer-label.low {
    left: 162px !important;
}
.slider-input.it + .slider-container .pointer-label.high {
    left: 203px!important;
}


/* Buttons */

.button-green, .button-apply, .button-green:focus, .button-apply:focus, .button-green:visited, .button-apply:visited {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    background: #179F96;
    border:solid 1px #179F96;
    color: #ffffff;
    display: inline-block;
    padding: 15px;
    min-width: 186px;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.button-apply {
    border: solid 1px #fff;
}
.button-green:hover, .button-apply:hover {
    box-shadow: 0 0.125rem 0.375rem 0 rgb(0 0 0 / 25%);
    color: #06494a;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

/* Search */
#search input, input[type=email] {
    height: 35px;
    padding:0 15px;
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    width: 100%;
    background-color:#fff;
    border:0;
    margin-bottom:24px;
    color:#333;
}

section#header .searchForm::-webkit-input-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}

section#header .searchForm:-ms-input-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}

section#header .searchForm::placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}
/* Placeholder */
::placeholder{
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}
input::placeholder{
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}
/* webkit based browsers (safari/chrome) */
::-webkit-input-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}

/* Firefox 18 and below
   Deprecated: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-placeholder
*/
:-moz-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}

/* Firefox 19+ */
::-moz-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}

/* IE10+ */
:-ms-input-placeholder {
    font: 16px/16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#939393;
}


/* Jobs */
#jobResults {
    margin-top: 0;
    margin-right: 0;
    padding-top: 25px;
}

#jobResults .job {
    border-bottom:solid 1px #D9D9D9;
    padding:15px 25px;
    box-sizing: border-box;
}

#jobResults .job:last-of-type {
    border-bottom:none;
}

#jobResults .job a {
    transition: all .2s ease-in-out;
}

#jobResults .job h2 {
    color: #179F96;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left:0px;
}

#jobResults .job p {
    font: 18px/18px 'Futura W01 Book', Arial, Helvetica, sans-serif;
    color:#706E59;
}
.jobabo {
    border-bottom:solid 1px #D9D9D9;
    padding:25px 45px 25px 25px;
    overflow: auto;
}
.jobabo h2 {
    float:left;
    margin:5px 0 0;
}
.jobabo .button-green {
    float:right;
}
.button-green.no-results {
    margin-left:25px;
}

/* Pagination */
#pagination {
    margin-top: 30px;
    text-align: right;
}
#pagination .page {
    min-width: auto;
    width:37px;
    height:37px;
    margin: 0 3px;
    padding: 10px;
    box-sizing: border-box;
}
#pagination .page.active {
    background: white;
    color:#179F96;
}
#button-back, #button-forward {
    width:21px;
    height:21px;
    position: relative;
    top: 7px;
}
#pagination img {
    width:100%;
    height:auto;
}
#button-back {
    left: -5px;
}
#button-forward {
    right: -5px;
}

/* Jobabo Modul */
#jobabo {
    background: #179F96;
    padding:30px 20px;
}
#jobabo h1 {
    margin: 0 0 30px 0;
    color:#fff;
    font-size:34px;
    line-height: 44px;
}
#jobabo h2 {
    color:#fff;
    font-size:18px;
    line-height: 26px;
    margin: 0 0 30px 0;
}
#jobabo p {
    color:#fff;
    margin-bottom:40px;
}
#jobabo input[type=email] {
    margin-top:34px;
    margin-bottom:34px;
}
#opt-in {
    overflow: auto;
    position: relative;
    margin-bottom:30px;
}
#jobabo input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #179F96;
    border:solid 1px white;
    border-radius: 0;
    width:14px;
    height:14px;
    position: absolute;
    left:0px;
    top:2px;
}
#single-opt-in:checked:after, #single-opt-in:checked:after {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    content: "\25A0";
    position: absolute;
    top: -3px;
    left: 1px;
}
#label-single-opt-in {
    display: block;
    float:left;
    margin-left:24px;
    margin-top:0px;
    color:#fff;
    font-size:14px;
    line-height: 18px;
    width: calc(100% - 24);
}

@media only screen and (max-width: 767px) {
    .multicolumn > * {
        display: block;
        width:100%;
    }
    .separator {
        display: none;
    }
    .button-apply, .jobabo .button-green {
        float:none;
        width:100%;
        margin-top:30px;
    }
    .jobabo h2 {
        float: none;
        text-align: center;
    }
    .jobabo {
        padding-right:25px;
    }
    .slider-container .back-bar .pointer {
        width:30px;
        height:30px;
        top:-11px;
    }
    #button-forward {
        right: 0px;
    }
    #pagination {
        text-align: center;
    }
    #pagination .page {
        margin-bottom:10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait)
{
    h1 {
        margin-left:0px;
    }
    h2 {
        font-size:18px;
        line-height: 26px;
    }
    #jobResults {
        width:80%;
    }
    #jobResults .job p {
        font-size:16px;
    }
    .jobabo h2 {
        width:80%;
    }
    #jobResults .job {
        padding: 15px 0px;
    }
    .multicolumn {
        width: auto;
        display: block;
    }
    .multicolumn > * {
        text-align: left;
    }
    #search input, input[type=email], .ui-multiselect {
        width:208px!important;
    }
    .slider-container {
        width:208px!important;
    }
    .button-apply {
        width:208px!important;
    }
    .jobabo {
        padding-left:0px;
        padding-right:0px;
    }
    #pagination {
        width:80%!important;
        text-align: left;
    }
    .pointer-label.low {
        left: 120px !important;
    }
    .pensum-label:after {
        left: 160px;
    }
    .pointer-label.high {
        left: 167px !important;
    }
    .multicolumn > * {
        width:208px;
        margin:0;
    }
}





