/**
* default settings
 */
body {
    font-size: 10pt;
}
@page {
    margin: 60pt 30pt 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, #stickyBoxWrapper.hiddenPrint {
    display: none;
    visibility: hidden;
}
body, h1, h2, h3, h4, h5, li, p, span, label, input, textarea, a, a:hover {
    color: #000;
    font: normal normal normal 12px/20px News-Gothic-Com-Roman, Arial Regular, sans-serif;
    hyphens: auto;
}
h1 {
    color: #E75114;
    font: normal normal normal 24px/32px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
h2 {
    font: normal normal normal 20px/25px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
h3 {
    font: normal normal normal 16px/22px News-Gothic-Com-Bold, Arial Regular, sans-serif;
}
section {
    padding: 25px 0 0;
}
.textWrapper {
    padding-bottom: 25px;
}
#logoWrapper img {
    max-width: 150px;
}
#jobTitleWrapper img {
    padding: 0;
    width: 32px;
}
.mobileContactWrapperText {
    background-color: initial;
    margin-left: 0;
    padding: 0;
}
.mobileContactWrapperText div {
    margin-bottom: 0;
}