/**
* default settings
 */
body {
    font-size: 10pt;
}
@page {
    margin: 60pt 40pt 60pt;
    size: A4;
}
h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}
main {
    border: none;
    box-shadow: none;
}
[data-role=action],
[data-role=image],
.media {
    display: none !important;
}
/**
* custom settings
 */
.displayPrint {
    display: block;
    visibility: initial;
}
.hiddenPrint, footer, #fixedFooter {
    display: none;
    visibility: hidden;
}
body, h1, h2, h3, h4, h5, li, p, strong, span, a, a:hover {
    color: #55504C !important;
    font-size: 12px !important;
    line-height: 22px !important;
}
svg {
    fill: #55504C;
}
#headerWrapper, .contact {
    background-color: initial;
}
.pageBreakContentTile {
    page-break-before: always;
    padding: 60px 0 0;
}
#fixedHeader,
#headerWrapper,
.contact,
section {
    padding: 20px 0;
}
.jobMetaInfos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#mainWrapper {
    padding: 0;
}
.jobMetaInfos {
    margin: 0;
}
h1 {
    font-size: 25px !important;
    line-height: 39px !important;
}
h2 {
    font-size: 20px !important;
    line-height: 27px !important;
}
.contact {
    margin: 0;
}
.contact .content p,
.contact .content a {
    margin-bottom: 10px !important;
}
.contact .email,
.contact .phone {
    background-position: left top 0;
}