/**
 * Eina Fonts
 */

@font-face {
    font-family: 'Eina 03 Semi Bold';
    src: url('../fonts/EinaSemiBold/tmpeina03-semibold.otf');
    src: url('../fonts/EinaSemiBold/Eina03W05-SemiBold.woff2') format('woff2'),
    url('../fonts/EinaSemiBold/Eina03W05-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Eina 03 Regular';
    src: url('../fonts/EinaRegular/tmpeina03-regular.otf');
    src: url('../fonts/EinaRegular/Eina03W05-Regular.woff2') format('woff2'),
    url('../fonts/EinaRegular/Eina03W05-Regular.woff') format('woff');
}

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

/* needed for iframeResizer. do not remove! */
html, body {
    height:auto;
}

/* layout  */
body {
    font: 15px/22px 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    color: #000000;
    margin:0 auto;
    padding:0;
    width: 1px;
    width: 100%;
}
/**
 * Typography.
 */
h1 {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    margin-top: 40px;
    margin-bottom: 20px;
    color:#000000;
}

h2 {
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    margin-top:15px;
    margin-bottom: 20px;
    color:#000;
}

h3 {
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    margin-top:20px;
    margin-bottom: 30px;
    color:#000;
}

h4 {
    font-family: 'Eina 03 Regular', Arial, sans-serif;
    font-size:24px;
    line-height: 32px;
    margin-top:0px;
    margin-bottom:22px;
}

a {
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out;
}

a:hover {
    cursor: pointer!important;
}

ul {
    padding-left:0px;
    margin:0;
}
li {
    list-style-type:none;
    margin-bottom:15px;
}

b, strong {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    margin-bottom:10px;
    font-size: 14px;
    line-height: 20px;
}

p {
    margin:15px 0px 0px;
    line-height: 24px;
}

/**
 * Layout
 */
#wrapper {
    width: 100%;
    margin:0 auto;
    padding: 0px;
}
.banner {
    display: block;
    width:100%;
    height:auto;
    margin:0 auto;
}
main {
    box-sizing: border-box;
    width:100%;
    max-width: 980px;
    margin:40px auto;
    padding-left:16px;
    padding-right:16px;
}
.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
    margin-bottom: 16px;
}
.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}
.width-80 {
    width:80%;
}
.width-75 {
    width:75%;
}
.width-50 {
    width:50%;
}
.width-66 {
    width:66.666%;
}
.width-33 {
    width:33.333%;
}
.width-25 {
    width:25%;
}
.separator {
    width:16px;
}

/**
 * Header.
 */
header {
    max-width: 980px;
    margin:0 auto;
    padding-top:13px;
    padding-bottom:13px;
    overflow: auto;
}
header .logo {
    margin-left:16px;
    float:left;
    display: block;
}
header svg {
    width:160px;
    height:auto;
}
nav {
    float:right;
    margin-top:10px;
}
nav a {
    font-size:16px;
    line-height:16px;
    color:#333;
    padding:0 10px;
    border-right:solid 1px #333;
}
nav a:last-child {
    border-right:none;
}

/**
 * Form.
 */
.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 {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    height:50px;
    border: solid 1px #EFE6DC;
    background: #fff;
    border-radius: 8px;
    font-size:17px;
    line-height: 24px;
    -webkit-transition: all .2ms ease-in-out;
    -moz-transition: all .2ms ease-in-out;
    -ms-transition: all .2ms ease-in-out;
    -o-transition: all .2ms ease-in-out;
    transition: all .2ms ease-in-out;
    color: #000;
    cursor: pointer;
    width:100%;
    box-sizing: border-box;
    margin-bottom:16px;
    padding-left:10px;
    padding-right:10px;
}


.form input:not([type]):focus,
.form input[type=date]:focus,
.form input[type=datetime-local]:focus,
.form input[type=email]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=time]:focus,
.form input[type=url]:focus,
.form textarea:focus,
#search input:focus {
    border-color:#000;
}
#search input:hover {
    border-color:#000;
}
*:focus {
    outline: none;
}

#search {
    position:relative;
    margin-top:32px;
}

#search input {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    height:50px;
    border: solid 1px #d2d2d2;
    background: #fff;
    border-radius: 8px;
    font-size:15px;
    line-height: 24px;
    -webkit-transition: all .2ms ease-in-out;
    -moz-transition: all .2ms ease-in-out;
    -ms-transition: all .2ms ease-in-out;
    -o-transition: all .2ms ease-in-out;
    transition: all .2ms ease-in-out;
    color: #000;
    width:100%;
    box-sizing: border-box;
    padding-left:40px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    color: #787772;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    color: #787772;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    color: #787772;
}

#search input:hover {

}

#search svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 14px;
}

.filter {
    position:relative;
}

.label-legend {
    margin-bottom: 10px;
    direction: block;
}
.filter label {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 3.8rem;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);;
    -moz-transform: translateY(-50%);;
    -ms-transform: translateY(-50%);;
    -o-transform: translateY(-50%);;
    margin-bottom: 0;
    padding: 4px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    font-size: 16px;
    background: #fff;
    transform: translateY(-2.8rem);
    z-index: 1000;
    color: #707070 !important;
}

.filter.active label {
    visibility: visible;
    opacity: 1;
    top: 1.8rem;
}

/**
 * Multi select.
 */
.default-hide {
    display:none;
}
.ui-multiselect {
    min-height: auto;
    height:50px;
    border: solid 1px #d2d2d2;
    border-radius: 8px;
    background: #FFF;
    font-size:17px;
    line-height: 24px;

    padding:8px 14px 10px;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
}

.ui-multiselect span {
    font: 15px/22px 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.ui-multiselect span.ui-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    width:20px;
    height:12px;
    background: url(../images/icons/down.png) no-repeat;
    background-size: 20px 12px;
    transition: all 0.15s ease-in-out;

}
.ui-multiselect.ui-state-active span.ui-icon {
    background: url("../images/icons/up.png") no-repeat;
    background-size: 20px 12px;
}

.ui-multiselect:focus,.ui-multiselect:hover {
    border-color:#d2d2d2;
    border-color:#000;
}
.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:solid 1px #E0E0E0;
    max-width: 100%;
    box-shadow: 0 16px 32px #00000008;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit !important;
    max-height: 400px !important;
}

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    padding: 5px 0px 10px;
    font-family: 'Akkurat-Regular', Arial, sans-serif;
}

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

.ui-multiselect-checkboxes li {
    clear: both;
    padding: 0px 0 0px 16px;
    margin-bottom:0px;
    transition: all 0.15s ease-in-out;
    border-bottom:1px solid #e6e6e6;
}
.ui-multiselect-checkboxes li:hover {
    background: #F7F7F7;
    cursor: pointer;
}
.ui-multiselect-checkboxes li:last-child {
    border-bottom: 0;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

.ui-widget-header.ui-corner-all.ui-multiselect-header.ui-helper-clearfix {
    display: none;
}

.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 {
    font: 15px/22px 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000;
}

.ui-corner-all input[type='checkbox']:checked + span {
    font: 15px/22px 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
}

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

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

.ui-corner-all input[type='checkbox'] + span::after {
    opacity: 0;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 14px;
    height: 14px;
    top: 5px;
    left: 4px;
    text-align: center;
    line-height: 22px;
    color: #707070;
    content: "";
    background: url(../images/svg/icons/tick.svg) no-repeat;
}

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

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

.ui-corner-all input[type='checkbox']:checked + span::after {
    opacity:1;
    color: #202020;
}

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

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #be505a !important;
}

label.parsley-error {
    border: 0 !important;
    color: #be505a;
}

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

/**
 * Button.
 */
.buttons {
    margin-top:32px;
}
.button {
    font: 18px/24px 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    background:#E30613;
    border:solid 1px #E30613;
    border-radius: 35px;
    color: #ffffff;
    display: block;
    padding: 18px 30px 18px 30px;
    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;
    width:230px;
}
.button:hover, a.button:hover {
    color: #ffffff;
    background-color:#C2221b;
    border-color:#C2221b;
}
.submit.button {
    float:left;
}
.button[disabled],a.button[disabled], a.button.disabled {
    background-color: rgb(224, 224, 224);
    box-shadow: inset 0 0 0 2px rgb(224, 224, 224);
    color: rgb(166, 166, 166);
    opacity: 1;
    border: solid 1px rgb(224, 224, 224);
    cursor: not-allowed;
    pointer-events: none;
}
a.button.disabled {
    background: #fff;
}
.secondary {
    background-color: #fff;
    border-color: #E30613;
    color:#E30613;
    font-family: "Eina 03 Semi Bold";
}
.secondary.button:hover {
    border-color: #C2221b;
    color:#C2221b;
    background-color: #fff;
    box-shadow: none;
}

/**
 * Jobs.
 */
#jobs {
    border-top:solid 1px #e6e6e6;
    margin:32px 0px;
}
.job {
    border-bottom:solid 1px #e6e6e6;
    width:100%;
    box-sizing: border-box;
}
.job a {
    font-family: 'Eina 03 Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding:16px;
    color:#787772;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    position: relative;
    width:100%;
    box-sizing: border-box;
    display: block;
}
.job a:hover {
    background: #ECEBF4;
}
.job h3 {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    width:80%;
    margin-bottom:0px;
    color:#000;
}
.job p {
    position: absolute;
    top: 16px;
    right: 16px;
    margin-left: 20px;
    margin-top: 0;
    color:#000;
}
.job span {
    font-size: 15px;
    line-height: 22px;
    color:#000;
}
#no-results {
    margin:20px 0px;
}

/**
 * Paging
 */
.paging {
    overflow: hidden;
    margin-top:32px;
}
.page-button {
    width:20px;
    height:20px;
    background: #fff;
    display: block;
    float: left;
    margin:0 5px;
    text-align: center;
    line-height: 18px;
    color:#433894;
    border-radius: 50%;
}
.page-button:hover, .page-button.active {
    background: #433894;
    color:#fff;
}
.paging svg {
    width:20px;
    height:20px;
    float: left;
    margin:2px 5px;
}
.paging a:hover svg * {
    stroke: #433894!important;
}

/**
 * Features
 */
.teaser {
    margin-top:40px;

}
.teaser .width-50 {
    vertical-align: top;
    background:white;
    border: 1px solid #00000010;
    border-radius: 8px;
    box-shadow:0px 24px 24px #00000004;
    overflow: hidden;
}
.card {
    display:block;
    position: relative;
}
.card .visual {
    position: relative;
}
.card img {
    width:100%;
    height:auto;
    display: block;
    opacity: 0.6;
    border-radius: 8px 8px 0px 0px;
}
.card h2 {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    color:#433894;
    width:80%;
    position: absolute;
    top:60%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0px;
}
.card .data {
    padding:25px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    position: relative;
    -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;

}
.teaser-icon {
    width:45px;
    height:45px;
    background:#433894;
    border-radius: 50%;
    position:absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:-23px;
}
.teaser-icon svg {
    width:25px;
    height:25px;
    margin-top:10px;
}
.teaser-icon svg * {
    fill:#fff;
}
.card .data span {
    display: block;
    width: 30px;
    height: 73px;
    position: absolute;
    top: 0;
    right: 0;
}
.card .data span svg {
    width:8px;
    height:auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.card .data em {
    color:#000;
    margin-bottom:0px;
    font-style: normal;
}
.card:hover .data {
    background: #433894;
}
.card:hover .data em {
    color:#fff;
}
.card:hover .data span svg * {
    stroke: #fff!important;
}
.more-info {
    margin-top:40px;
}
.more-info h2 {
    color:#000;
}
.more-info h3 {
    margin-top:40px;
    margin-bottom:20px;
    font-size:18px;
}
.more-info svg {
    width: 6px;
    position: absolute;
    margin-top: 6px;
    margin-left:-13px;
}
.more-info svg .cls-1 {
    stroke:#E30613;
}
.more-info .external {
    margin-left:18px;
    color:#E30613;
}
.more-info a:hover {
    color:#C2221b;
}
.more-info a:hover svg {
    stroke:#C2221b;
}
.awards img, .awards a {
    margin-right:20px;
    margin-bottom:20px;
}
.awards img:nth-of-type(2) {
    position: relative;
    top:-25px;
    margin-right:40px;
}


/**
 * Media Queries
 */
@media screen and (max-width: 667px) {
    .desktop {
        display: none;
    }
    section {
        margin:0px;
    }
    .multicolumn > * {
        display: block;
        width: 100%;
    }
    .separator {
        display: none;
    }
    .ui-multiselect {
        margin-bottom: 16px;
    }
    .buttons {
        margin-top: 0;
        padding-top: 0;
    }
    .button, a.button {
        width:100%;
        text-align: center;
        margin-top:32px;
        display: inline-block;
    }
    main > a.button {
        margin-top:0px;
    }
    .ui-multiselect span.ui-icon {
        margin-top:-13px;
    }
    .multicolumn {
        margin-bottom:0px;
    }
    #search {
        margin-top:0px;
    }
    #jobs {
        margin-top:50px;
    }
    .teaser {
        margin-top:50px;
    }
    .teaser .width-50 {
        margin-bottom:32px;
    }
    .job p {
        position: initial;
        margin:0px;
    }
    .more-info {
        margin-top:0px;
    }
    .card h2 {
        padding:3% 5%;

    }
    .awards img:nth-of-type(2) {
        top:auto;
    }
}
