/**
* 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;
}
.title-section {
    color: #333333 !important;
}
.application-section {
    border-bottom: none !important;
    border-top: none !important;
    margin: 0 auto;
}
[data-role=action],
[data-role=image],
.media {
    display: none !important;
}
.contact-image {
    display: none;
}
/**
* custom settings
 */
.hiddenPrint {
    display: none !important;
}
.displayPrint {
    display: block !important;
}
section {
    padding: 0;
}
h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
h2,
h3,
span {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}
li,
p {
    font-size: 14px;
    line-height: 17px;
}
ul li {
    margin-left: 15px;
    padding: 0 0 15px 5px;
}
#headerLogoWrapper {
    display: flex;
    justify-content: flex-end;
}
#headerLogoWrapper img {
    position: initial;
    right: initial;
    top: initial;
}
#jobMetaInfos h2 {
    margin-bottom: 20px;
}
#jobMetaInfos svg {
    height: auto;
    width: 20px;
}
.textWrapper {
    max-width: 100%;
}