:root {
    --verticalDefaultSpace: 20px;
    --defaultFontSize: 12pt;
    --defaultLineHeight: 15pt;
}

/**
* default settings
 */
.hiddenPrint {
    display: none !important;
}
body, .contactNameBlock, #contact a, h6 {
    font-size: var(--defaultFontSize) !important;
    line-height: var(--defaultLineHeight) !important;
}
@page {
    margin: 40pt 40pt 60pt;
    size: A4;
}
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}
ul {
    list-style: disc!important;
}
li {
    padding-left:0px;
}
li:before {
    display: none;
}
a {
    color: #333333;
}
main {
    border: none;
    box-shadow: none;
    margin: 0 auto;
}
.heroTitleWrapper {
    padding: 0;
}
#mobileMeta {
    display: block !important;
}
.metaContainer {
    width: 100%;
    max-width: var(--containerWidth);
    margin: 0 auto;
}
#hero {
    padding: 0;
}
.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
 */
header {
    border-bottom: 0;
    padding: 0 0 48px;
}
.displayPrint {
    display: block;
}
#headerImageWrapper, .nav, #media, #company-video, #cta, #moreJobs, footer, a.button, #benefits, #contact img {
    display: none!important;
}
#contact h2, #contact h6, #contact p, #contact a {
    color:#333333!important;
}
#contact a {
    font-size: 18px;
    padding-left:0px!important;
}
.content {
    padding: 0;
}
#about {
    margin-top:0px;
    padding:0px;
    background-color: white;
}
h1 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px;
}
h2, h2 b, h3, h3 b, h4, h4 b {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}
ul {
    margin-top: 0;
    padding-left: 20px;
}
.sectionWrapper {
    margin-bottom: 40px;
}
#headerTitleWrapper {
    margin-top: 0;
}
.grid-container {
    display: block;
}
#about, #tasks, #requirements, #mobileMeta, #contact {
    padding: 0;
}
#contact {
    background-color: white;
}
#contact .firstColumn, #contact .info, .contactNameBlock {
    padding: 0;
    gap: 0;
}
#contact .secondColumn {
    padding-top: 20px;
}
.contactContactDetailsBlock {
    gap: 0;
}
#contact h2, #contact h6, #contact p {
    color:#333!important;
}
#contact h2 br {
    display: none;
}
.content {
    border:none!important;
}

.largeText {
    font-size: var(--defaultFontSize);
    line-height: var(--defaultLineHeight);
}

.metaLabel {
    color:#000 !important;
    background:transparent !important;
    padding:0;
}