/**
* 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;
}
main {
    padding: 0;
}
section {
    margin-bottom: 30px;
}
h1 {
    font-size: 25px;
    line-height: 30px;
}
h2 {
    font-size: 20px;
    line-height: 25px;
}
h3 {
    font-size: 16px;
    line-height: 21px;
}
p {
    font-size: 12px;
    line-height: 17px;
}
.columnWrapper {
    margin-bottom: 10px;
}
#logoWrapper img {
    max-height: 25px;
}