body {
    font-size: 10pt;
}

@page {
    size: A4;
    margin: 30pt 20pt 10pt;
}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

a {
    color: #333333;
}

header {
    position: relative !important;
    align-items: end !important;
    height: auto !important;
}

.mobilebtn {
    display: none !important;
}

.logoHolder img {
    max-width:200px;
}

.jobTitleContainer {
    background-color: initial;
}

.jobIntroduction {
    font-size: 10pt;
    line-height: 24px;
}

main {
    border: none;
    box-shadow: none;
}

main section {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hiddenPrint {
    display: none !important;
}

/* TASKS & PROFILE & BENEFITS LIST */
#profile, #tasks, #benefits .printOnly {
    padding-bottom: 5px;
}

#profile .section-title {
    margin-top: 30px;
}

#profile ul, #tasks ul, #benefits .printOnly ul {
    margin-top: 0;
    list-style-type: disc;
    margin-left: 15px;
}

#profile li, #tasks li, #benefits .printOnly li {
    line-height: 20px;
    padding-left: 0;
}

#profile li::before, #tasks li::before, #benefits .printOnly li::before {
    display: none;
}

/* MAP LOCATION */
.mapsRoute {
    color: #000000;
    text-decoration: none;
}

/* CONTACT */
.fullWidth.contacts {
    background-color: initial !important;
}

#contacts {
    background: #f6f5f5 !important;
    page-break-inside: avoid !important;
    display: table !important;
    padding-top: 30px;
    padding-bottom: 40px;
}

#contacts .contactImage {
    width: 80px !important;
}

#contacts .detailsContainer {
    margin-right: 40px;
}

#contacts svg {
    min-width: 20px;
    height: auto;
}

#contacts .detailsContainer {
    margin-right: 0 !important;
}