@font-face {
    font-family: 'font-awesome';
    src: url('https://www.aucdn.dk/fonts/fa-light-300.eot');
    src: url('https://www.aucdn.dk/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('https://www.aucdn.dk/fonts/fa-light-300.woff2') format('woff2'), url('https://www.aucdn.dk/fonts/fa-light-300.woff') format('woff'), url('https://www.aucdn.dk/fonts/fa-light-300.ttf') format('truetype'), url('https://www.aucdn.dk/fonts/fa-light-300.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.avoid-wrap {
    display: inline-block;
}

.au-vacancies-single-content {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 2.727273rem;
    grid-row-gap: 2.727273rem;
    grid-template-areas: "info" "text";
    margin-bottom: 2.727273rem;
}

.au-vacancies-single-text {
    grid-area: text;
}

.au-vacancies-single-text a {
    word-break: break-all;
}

.au-vacancies-single-text a[href^="https://au.emply.net/recruitment/vacancyApply.aspx"] {
    display: none;
}

@media (min-width: 950px) {
    .au-vacancies-single-content {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "info info" "text text";
    }
}

@media (min-width: 1024px) {
    .au-vacancies-single-content {
        grid-template-columns: auto 340px;
        grid-template-rows: 1fr;
        grid-template-areas: "text info" "text ." "text .";
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .au-vacancies-single-content {
        display: -ms-grid;
        -ms-grid-columns: auto 340px;
        -ms-grid-rows: auto 1fr auto auto;
    }

    .au-vacancies-single-text {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        margin-right: 2.727273rem;
    }

    .au-vacancies-infobox {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .au-vacancies-vcard {
        display: block !important;
        margin-top: 2.727273rem;
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .au-vacancies-vcard + .au-vacancies-vcard {
        -ms-grid-row: 4;
    }
}

.au-vacancies-single-intro {
    margin-bottom: 2.727273rem;
}

.au-vacancies-single-intro>p {
    font-size: 1.8rem;
    line-height: 1.4;
}

.au-vacancies-single ul {
    overflow: hidden;
}

.au-vacancies-single-intro>span {
    font: 1.63636364rem 'AUPassataRegular';
    color: rgb(123, 123, 123);
}

.au-vacancies-infobox {
    padding: 1.81818182rem 1.81818182rem 2.72727273rem 1.81818182rem;
    background: rgba(0, 62, 92, 1) url('//www.aucdn.dk/apps/react/vacancies/latest/information.svg');
    background-size: cover;
    color: #fff;
    font-family: 'AUPassataRegular';
    grid-area: info;
    align-self: start;
}

.au-vacancies-infobox strong {
    font-weight: normal;
    font-family: 'AUPassataBold';
}

.au-vacancies-infobox>div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 2.3636364rem;
}

.au-vacancies-infobox>div p {
    display: flex;
    flex-direction: column;
}

.au-vacancies-infobox>div p span:first-child {
    flex-grow: 1;
    line-height: 1.1;
}

.au-vacancies-infobox>div p:nth-child(1) {
    text-align: left;
}

.au-vacancies-infobox>div p:nth-child(2) {
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

.au-vacancies-infobox>div p:nth-child(3) {
    text-align: right;
}

.au-vacancies-infobox span {
    display: block;
}

.au-vacancies-infobox span.date {
    font-size: 1.63636364rem;
    white-space: nowrap;
}

.au-vacancies-infobox span.id {
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    margin-top: 1rem;
}

.au-vacancies-infobox ul {
    margin-bottom: 2.1818182rem;
}

.au-vacancies-infobox ul>li {
    padding-left: 4.54545455rem !important;
    position: relative;
}

.au-vacancies-infobox ul>li::before {
    position: absolute;
    font: 3rem 'font-awesome' !important;
    color: #fff;
}

.au-vacancies-infobox ul>li:first-child::before {
    left: 5px;
    content: '\f015';
}

.au-vacancies-infobox ul>li:last-child::before {
    left: 3px;
    content: '';
}

.au-vacancies-infobox a.button,
.au-vacancies-apply a.button {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2727273rem;
}

.au-vacancies-infobox a.button {
    width: 100%;
}

.au-vacancies-infobox a.button:hover,
.au-vacancies-apply a.button:hover {
    background-color: #2b81a4 !important;
}

.au-vacancies-apply {
    display: flex;
    flex-wrap: wrap;
    padding: 2.72727273rem 0 0 2.72727273rem;
    background: rgba(0, 62, 92, 1) url('//www.aucdn.dk/apps/react/vacancies/latest/work-at-au.svg');
    background-size: cover;
    margin-bottom: 2.7272723rem;
}

.au-vacancies-apply>* {
    align-self: center;
    margin: 0 2.72727273rem 2.72727273rem 0 !important;
}

.au-vacancies-apply a.button {
    flex-grow: 1;
}

.au-vacancies-apply p {
    font: 1.63636364rem 'AUPassataRegular';
    color: #fff;
    flex-grow: 1;
}

.au-vacancies-vcard {
    background-color: rgb(242, 242, 242);
    padding: 2.18181812rem;
    font-family: 'AUPassataRegular';
}

.au-vacancies-vcard strong {
    font-weight: normal;
    font-family: 'AUPassataBold';
}

.au-vacancies-vcard h2 {
    margin-top: 0 !important;
    width: 100%;
    font: 1.6rem 'AUPassataRegular';
    margin-bottom: 1rem !important;
}

.au-vacancies-vcard p span {
    display: block;
}

.au-vacancies-vcard p span.contact-option {
    margin: 1rem 0 0 0;
}

.au-vacancies-vcard img {
    float: right;
    width: 90px;
    align-self: baseline;
    margin-left: 1rem;
}

@media (max-width: 640px) {
    .au-vacancies-infobox {
        float: none;
        width: auto;
    }
    .au-vacancies-apply>* {
        width: 100%;
    }
    .au-vacancies-apply a.button {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .au-vacancies-vcard {
        float: none;
        width: auto;
    }
}

.aubanner.au-info, .aubanner.au-about {
    min-height: 212px;
}

.aubanner.au-info h2 {
    font-family: 'AUPassataLight';
    display: block;
    font-size: 36px;
    margin: 0;
    padding: .5rem 0 .5rem 0;
}

.aubanner.au-info h2 strong {
    font-family: 'AUPassataBold';
}

.aubanner.au-info::after {
    display: none;
}

.aubanner.au-info .aubanner-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.aubanner.au-info:hover::before {
    opacity: 0 !important;
}

#au-vacancies-social {
    position: relative;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}
