
body {
    font-family: "Source Sans Pro", sans-serif;
    color: #121212;
    line-height: 1.25em;
    margin:0;
    padding:0;
}
/**
 * Typography.
 */

a {
    color:#0028a5;
    text-decoration: none;
}

a:not(.Button):hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.625rem;
    line-height: 1.2;
    color: #121212;
    margin:30px 0px;
    font-weight: 600;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #121212;
    margin-top:0px;
    margin-bottom:10px;
    font-weight: 600;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #121212;
    margin-top:0px;
    margin-bottom:10px;
    font-weight: 600;
}

/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:826px;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    position:relative;
    padding-top:20px;
}

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

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

.width-75 {
    width:75%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:70%;
}

.width-33 {
    width:33.333%;
}

.width-25 {
    width:25%;
}

.separator {
    width:20px;
}

@media screen and (max-width: 500px) {

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .separator {
        display: none;
    }
}

/**
 * Content general
 */
p {
    margin:20px 0px;
}

.image img {
    display:block;
    width:100%;
    height:auto;
}
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
.content a {
    display:block;
    margin:10px 0px;
}

table {
    width:100%;
}
td, th {
    text-align: left;
    vertical-align: top;

}

td:nth-child(2), th:nth-child(2) {
    padding:0 20px;
}

/**
 * Form.
 */
#search {
    margin-bottom:20px;
}

#search svg {
    width:20px;
    height:20px;
    position:absolute;
    top: 50%;
    margin-top:-10px;
    right: 12px;
}

/**
 * Multi select.
 */
#select-1 {
    visibility: hidden;
}

.ui-multiselect {
    background-color: transparent;
    border: solid 1px #ccc;
    position: relative;
    text-align: left;
    padding: 5px 10px;
    cursor: pointer;
    font-style: normal;
    height: 30px;
    overflow: hidden;
    background-size: 30px 10px;
    transition: background-color 0.2s ease-out;
    margin-bottom:20px;
}

.ui-multiselect span {
    font-size: 12px;
    line-height: 19px;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Source Sans Pro", sans-serif;
}

.ui-multiselect {
    padding-right: 1.875rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA2LjVMOCAxMUwxMi41IDYuNSIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px;
}

.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;
}

#search input::placeholder, #search input {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
}

.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: 1px solid #ccc;
    border-top: 0;
    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: 0;
    list-style: none;
    height: inherit !important;
    max-height: 400px !important;
}

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    line-height: 14px;
    font-size: 12px;
}

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

.ui-multiselect-checkboxes li {
    clear: both;
    padding: 2px 0 2px 7px;
    border-bottom: 1px solid #ccc;
    margin-bottom:0px;
}

.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 {
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    -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: 1px;
    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: 1px solid #0028a5;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.jobabo .ui-corner-all input[type='checkbox'] + span::before {
    width: 15px;
    height: 15px;
}

.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: 18px;
    height: 18px;
    text-align: center;
    line-height: 22px;
    color: #0028a5;
    font-size: 18px;
    content: "-";
    background: #0028a5;
    margin-top: 0px;
    margin-left: -1px;
}

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

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

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

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

.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: 12px;
    margin: 5px 0 10px 0;
}

/**
 * Button.
 */


.Button[disabled],a.button[disabled], a.Button[disabled] {
    opacity: 0.3;
}

.button:hover, a.button:hover {
    background:rgb(183,0,0);;
    color: #fff;
}

.button .svg.icon {
    fill: #fff;
    left: 4px;
}

.button:hover .svg.icon {
    fill: #fff;
}

.close.button,
.send.button,
.red .jobabo.button {
    background: #be505a;
    color: #fff;
}

.send.button:hover,
.close.button:hover{
    background: #555;
    color: #fff;
}


/**
 * Jobs
 */
#jobs table {
    border-top: solid 1px #ccc;
}
#jobs table td, #jobs table th {
    border-bottom: dotted 1px #ccc;
    font-size:14px;
    padding:4px 20px 4px 0px;
}
#jobs table th {
    white-space: nowrap;
}
#jobs table td.institute {
    padding-right:0px;
}
.job a {
    margin-left:5px;
    position:relative;
    display: flex;
    gap: 3px;
}
.job a:hover {
    text-decoration: underline;
}
.job a:before {
    display: inline-block;
    position: relative;
    left: -0.375rem;
    top: 0.55rem;
    vertical-align: top;
    width: 0.375rem;
    height: 0.375rem;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    content: "";
    font-size: 1rem;
    min-width: 6px;
    min-height: 6px;
}

/**
 * Media Queries
 */

@media screen and (max-width: 420px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 16px;
    }
    #jobs table td {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        padding: 4px 10px 4px 0px;
    }
    #jobs table tr td:nth-child(1), #jobs table tr td:nth-child(3) {
        width:40%!important;
    }
    #jobs table tr td:nth-child(2) {
        width:30%!important;
    }
    #jobs table tr td:nth-child(3) {
        padding-right:0px;
    }
}

button.ui-multiselect {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(var(--c-white), 1);
    border: 1px solid rgba(var(--c-trueblack), 0.16);
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    scroll-margin: 4rem;
    transition: border-color .2s, background-color .2s;
    height: auto;
}

button.ui-multiselect.ui-state-active {
    background-color: rgba(var(--c-blue-light), 1);
    border-color: rgba(var(--c-blue-light), 1);
}

button.ui-multiselect span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
    color: #aaa;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #aaa;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
    font-family: "Source Sans Pro", sans-serif;
}

input {
    font-family: "Source Sans Pro", sans-serif;
}