:root {
    --blue: #00667B;
    --blue-dark: #00445C;
}
body {
    background: #f6f6f6;
    touch-action: pan-x pan-y;
}
.mobile-only {
    display: none;
}
.filter-container {
    display: none;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 64px;
    left: 0;
    width: calc(100vw - 32px);
    height: 52px;
    padding: 16px;
    z-index: 2;
}
.filter-container * {
    vertical-align: middle;
}
.filter-container .vertical-separator {
    margin: 0 24px;
    width: 1px;
    height: 40px;
    background: #eee;
    display: inline-block;
}
.content {
    width: 1000px;
    max-width: calc(100% - 48px);
}
.content.events {
    width: 760px;
    flex: 0 0 760px;
    max-width: 760px;
    min-width: 760px;
}
.school-check-container:not(:first-of-type) {
    margin-left: 22px;
}
.results-container {
    display: flex;
    margin-top: 90px;
}
.job-offer {
    width: 100%;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin: 8px 0;
    margin-bottom: 20px;
    border: 1px solid #ECECEC;
    text-align: left;
    border-radius: 4px;
}
.job-offer .thumb {
    position: absolute;
    top: 12px;
    left: 24px;
    width: 56px;
    height: 56px;
    border-radius: 64px;
    border: 1px solid #EEEEEE;
}
.job-offer .heading {
    font-size: 18px;
    color: var(--text-light);
    font-weight: 500;
    padding: 14px;
    margin-left: 84px;
    width: calc(100% - 160px);
    min-height: 48px;
    height: 50px;
    display: table;
}
.job-offer .heading .heading-img {
    position: absolute;
    top: 30px;
    right: 24px;
    height: 18px;
}
.job-offer .heading .vertically-aligned {
    display: table-cell;
    vertical-align: middle;
}
.job-offer .heading .company-title {
    color: #A0A0A0;
    font-weight: 400;
}
.job-offer .heading .company-description {
    color: #a7a8a7;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: -4px;
}
.job-offer .image {
    width: 100%;
    margin-bottom: -4px;
    object-fit: cover;
    height: 360px;
}
.job-offer .details {
    background: #f6f6f6;
    border-radius: 0 0 3px 3px;
}
.job-offer .title {
    font-size: 24px;
    font-weight: 500;
    padding: 16px 24px 0;
}
.job-offer .details {
    position: relative;
    background: #fff;
}
.job-offer .details .header-bookmark {
    height: 22px;
    position: absolute;
    padding: 8px;
    top: 10px;
    right: 8px;
}
.job-offer .details .header-bookmark.second {
    padding: 18px;
    top: 4px;
    right: 4px;
    left: unset;
}
.mobile-v .image-job-board-action {
    position: static;
}
.mobile-v .job-offer .details .header-bookmark.second {
    height: 22px;
    position: absolute;
    bottom: 6px;
    top: unset;
    right: 4px;
    left: unset;
}
.job-offer .details .header-bookmark.first {
    transform: scaley(1.15);
    height: 21px;
    margin: 2px;
    right: 60px;
    left: unset;
    top: 12px;
}
.job-offer .details .header-title {
    font-weight: 400;
    color: #979797;
    font-size: 14px;
    padding: 28px 90px 8px 24px;
}
.job-offer .details .title {
    font-weight: 700;
    font-size: 20px;
}
.job-offer .desc {
    padding: 8px 24px 8px;
    font-weight: 400;
    word-break: break-word;
    line-height: 30px;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.job-offer .tags {
    margin-right: 100px;
    overflow: hidden;
    padding: 0 8px 24px 24px;
}
.job-offer .position-tag {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--blue);
    float: left;
    margin-right: 8px;
}
.job-offer .application-deadline {
    padding: 4px 24px;
    color: var(--text-light);
    font-size: 12px;
    font-weight: 500;
}
.job-offer.competition {
    background: #fff7f0;
}
.buttons {
    padding: 8px 24px 24px;
}
.btn {
    display: inline-block;
    margin-right: 8px;
}
.btn:hover {
    color: #00667b;
}
.complete-profile {
    /*position: fixed;*/
    background: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    /*left: calc(50% + 444px);*/
    /*width: 208px;*/
    padding: 16px;
    text-align: center;
    z-index: 1;
}
.complete-profile img {
    width: 28px;
    height: 39px;
}
.complete-profile .text {
    font-size: 14px;
    margin: 16px 0;
}
/*.complete-profile .button {*/
/*    width: calc(100% - 32px);*/
/*}*/
.locations-input {
    border: none !important;
    border-radius: 8px 8px 0 0 !important;
    margin: 0;
    background: #fff url("/static/img/ui/search.svg") no-repeat calc(100% - 8px) !important;
    padding: 10px 32px 10px 10px;
    display: block;
    width: 100%;
    font-size: 12px;
    -webkit-appearance: none;
}
.locations-popup .location {
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
    position: relative;
}
.locations-popup .location .school-check-container {
    position: absolute;
    right: 4px;
    top: 6px;
}
.locations-popup .no-data-label {
    text-align: center;
    color: var(--text-light);
    font-size: 12px;
    padding: 8px 0;
    display: none;
    font-weight: 500;
}
hr {
    height: 1px;
    border: none;
    background: #ccc;
    margin: 24px 20vw 64px;
}
.school-check-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 22px;
}
.school-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.school-checkmark {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 2px solid #434343;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}
.school-check-container input:checked ~ .school-checkmark {
    background-color: var(--accent);
    border: 2px solid var(--accent);
}
.school-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.school-check-container input:checked ~ .school-checkmark:after {
    display: block;
}
.school-check-container {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-top: 16px;
}
.school-check-container .school-checkmark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 9px;
    border: solid #434343;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.share-container {
    animation: share-container-anim 100ms ease-out forwards;
}
.share-container p {
    padding: 0;
    margin: 0;
    transition: background 200ms;
}
.share-container p:hover {
    background: #e7e7e7;
}
.share-container p:first-of-type:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.share-container p:last-of-type:hover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.share-container p.copy {
    background: var(--accent);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.share-container {
    position: absolute;
    background: white;
    right: 10px;
    top: -174px;
    box-shadow: 0 0 32px #0003;
    border-radius: 4px;
    display: none;
    z-index: 10;
}
.share-container.bookmark-only {
    right: 10px;
}
.image-job-board-action {
    position: relative;
}
.share-container::after {
    content: "";
    position: absolute;
    bottom: -10px;
    margin-left: 88px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.share-container.show {
    display: block;
}
.share-icon-single {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #292a29;
    width: 100%;
}
.share-icon-single a {
    text-decoration: none;
    color: #292a29;
    font-weight: 500;
}
.share-icon-single img {
    height: 13px;
    width: 13px;
    margin-right: 6px;
}
.share-icon-single.medium img{
    height: 15px;
    width: 15px;
    transform: translateY(2px);
}
@keyframes share-container-anim {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.location .school-checkmark {
    margin-top: -16px;
}
.button.accent {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    cursor: pointer;
    background: var(--accent);
    border: none;
}
.button.accent:hover {
    background: var(--accent-hover);
}
.fixedwidth-input {
    width: 240px;
    max-width: 100%;
    display: inline-block;
}
input.dropdown {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin: 8px 0;
    font-size: 12px;
    -webkit-appearance: none;
    background: url("/static/img/ui/dropdown.svg") #f7f7f7 no-repeat calc(100% - 10px);
    background-size: 12px;
    padding: 10px 24px 10px 10px;
    width: 240px;
}
.scrollable {
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
.results-container h1 {
    font-size: 30px;
}
.results-container h2 {
    font-size: 16px;
}
.results-container h2 .blue-link {
    font-size: 16px;
    font-weight: 700;
}
.mobile-header-2 .exit-location-filter-button {
    display: none;
    position: absolute;
    right: 18px;
    top: 16px;
    cursor: pointer;
}
.mobile-header-2 .exit-location-filter-button img {
    height: 28px;
}
.results-container .results-flex {
    width: 100%;
    margin: auto;
}
.results-container .filter {
    width: 240px;
    flex: 0 0 240px;
    margin-right: 16px;
    margin-top: 8px;
}
.results-container .filter-right {
    width: 200px;
    flex: 0 0 200px;
    margin-left: 16px;
    margin-top: 8px;
}
.results-container .filter .content-top {
    height: 350px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 200px;
    position: fixed;
}
.results-container .filter .content-bottom {
    height: 100px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin-left: 16px;
    margin-right: 0;
}
.results-container .filter .title {
    text-align: left;
    margin: 16px 16px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #292a29;
}
.results-container .filter .dropdown {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 0;
    width: calc(100% - 32px);
    cursor: pointer;
}
.filter .type-title {
    font-size: 12px;
    text-align: left;
    margin: 16px;
    font-weight: 900;
    color: #080808;
    letter-spacing: 1px;
}
.filter-container .filter .type-title {
    margin-left: 42px;
}
.filter .school-check-checkbox {
    position: relative;
    height: 36px;
}
.filter-container .filter .school-check-checkbox {
    margin-left: 24px;
}
.filter-container .filter .checkbox-img {
    margin-bottom: 0;
}
.filter .school-check-checkbox .school-check-container {
    margin-left: 16px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: #292a29;
}
.filter .checkbox-img {
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
    margin-right: 8px;
    margin-left: 8px;
}
.results-container .school-check-checkbox .school-checkmark {
    top: 1px;
    border: 2px solid #434343;
}
.results-container .school-check-checkbox .school-checkmark:after {
    left: 4px;
    top: -1px;
    width: 4px;
    height: 10px;
}
.mobile-only-marker {
    display: none;
}
.results-container .grey-line {
    width: calc(100% - 32px);
    height: 1px;
    background: #d4d5d4ad;
    margin: 12px 16px 24px;
}
.complete-profile.mobile {
    display: none;
    margin: 24px 32px 32px;
    width: calc(100% - 96px);
}
.popup-menu.locations-popup {
    margin-left: 16px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    width: 204px;
    margin-top: -45px;
}
@media screen and (max-width: 1440px) {
    /*.results-container {*/
    /*    transform: translate(calc((100vw - 1440px) / 2), 0);*/
    /*}*/
    /*.complete-profile {*/
    /*    transform: translate(calc((100vw - 1440px) / 2), 0);*/
    /*}*/
}
@media screen and (max-width: 1279px) {
    .job-offer .tags {
        padding-bottom: 0;
    }
    .job-offer .details .header-title {
        padding-right: 8px;
    }
    .content.filter {
        max-width: 100%;
    }
    .image-job-board-action {
        position: static;
    }
    .share-container.show {
        left: 0;
        width: 100%;
        bottom: 62px;
        top: initial;
    }
    .share-container::after {
        margin-left: calc(100% - 38px);
    }
    .share-container.bookmark-only::after {
        margin-left: calc(100% - 38px);
    }
    .results-container {
        display: block;
        margin-top: 32px;
    }
    .results-container .results-flex {
        display: none;
    }
    .results-container .filter {
        display: none;
    }
    .job-offer .details {
        padding-bottom: 40px;
    }
    .job-offer .details .header-bookmark {
        height: 22px;
        position: absolute;
        bottom: 16px;
        top: unset;
        left: 14px;
    }
    .job-offer .details .header-bookmark.second {
        height: 22px;
        position: absolute;
        bottom: 6px;
        top: unset;
        right: 4px;
        left: unset;
    }
    .job-offer .details .header-bookmark.first {
        transform: scaley(1.15);
        height: 22px;
        top: unset;
        margin: 4px;
        margin-bottom: 0px;
    }
    .complete-profile.mobile {
        display: block;
        width: calc(640px - 32px);
        margin: 90px auto auto;
    }
    .filter-container {
        display: none;
        height: 100vh;
    }
    .filter-container .content {
        width: calc(100vw - 32px);
    }
    .filter-container .fixedwidth-input {
        width: calc(100vw - 100px);
    }
    .filter-container .vertical-separator {
        display: block;
        height: 16px;
    }
    .filter-container .school-check-container {
        display: block;
        width: 100%;
        margin: 24px;
        text-align: left;
    }
    .mobile-header-2 .filter-button {
        display: block;
    }
    .results-container .filter-right {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .mobile-only-marker {
        position: absolute;
        font-size: 12px;
        line-height: 20px;
        height: 10px;
        width: 11px;
        color: #000;
        background: var(--accent);
        border-radius: 10px;
        font-weight: 500;
        right: 19px;
        top: 20px;
    }
    .mobile-only-marker.active-marker {
        display: block;
    }
}
@media screen and (max-width: 860px) {
    .job-offer .heading .company-description {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: -4px;
    }
    .job-offer .image {
        height: 56vw !important;
    }
    .filter-container {
        display: none;
        height: 100vh;
    }
    .filter-container .content {
        width: calc(100vw - 32px);
    }
    .filter-container .fixedwidth-input {
        width: calc(100vw - 48px);
    }
    .filter-container .filter .type-title {
        margin-left: 12px;
    }
    .filter-container .filter .school-check-checkbox {
        margin-left: -4px;
    }
    .filter-container .vertical-separator {
        display: block;
        height: 0;
    }
    .filter-container .school-check-container {
        display: block;
        width: 100%;
        margin: 24px;
        text-align: left;
    }
    .results-container {
        margin-top: 96px;
    }
    .results-container h1 {
        padding: 0 20px;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0;
        text-align: center;
    }
    .results-container h1 .underline {
        text-decoration: underline;
    }
    .results-container h2 {
        padding: 0 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0;
        text-align: center;
    }
    .results-container h2 .blue-link {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0;
        text-align: center;
    }

    .scrollable {
        max-height: calc(100vh - 240px);
        padding-bottom: 40px;
    }
    .results-container .results-flex {
        display: none;
    }
    .content.events {
        flex: 1;
        min-width: unset;
        max-width: unset;
    }
    .results-container {
        display: flex;
        max-width: calc(100vw - 4px);
        margin: 32px auto auto;
    }
}
@media screen and (max-width: 640px) {
    .complete-profile {
        transform: translate(0, 74px);
        position: unset;
        left: unset;
        width: calc(100vw - 32px);
        margin: 0;
    }
    .job-offer {
        border: none;
        border-radius: 0;
    }
    .results-container {
        transform: none;
        margin: 90px 0 auto;
        min-width: 100vw;
    }
    .results-container .content {
        max-width: 100vw;
    }
    .job-offer, .complete-profile {
        overflow: hidden;
    }
    .job-offer .details {
        border-radius: 0;
    }
    .results-container .results-flex {
        display: none;
    }
    .results-container .filter {
        display: none;
    }
    .results-container .filter-right {
        display: none;
    }
    .job-offer .details .header-bookmark {
        height: 22px;
        position: absolute;
        bottom: 16px;
        top: unset;
        left: 14px;
    }
    .complete-profile.mobile {
        display: block;
        margin: 24px 32px 32px;
        width: calc(100% - 96px);
    }
    .job-offer .desc {
        margin-top: 0;
        color: #171717;
        font-weight: 400;
    }
    .job-offer .heading {
        height: 64px;
        padding: 0;
        font-size: 14px;
        margin-left: 74px;
    }
    .job-offer .heading .heading-img {
        top: 22px;
    }
    .job-offer .thumb {
        height: 40px;
        width: 40px;
    }
}
.side-cards {
    width: 240px;
    position: fixed;
}
.side-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-bottom: 20px;
}