/**
* default settings
 */
body {
    font-size: 10pt;
}
@page {
    margin: 60pt 40pt 60pt;
    size: A4;
}
h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}
ul {
    list-style: disc!important;
}
li {
    padding-left:0px;
}
li:before {
    display: none;
}
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
 */
.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;
}
main {
    margin: 40px auto;
}
.content {
    padding:12px 0px 34px;
}
#about {
    margin-top:0px;
    padding:0px;
    background-color: white;
}
h1 {
    font-size: 35px;
    line-height: 42px;
}
h2 {
    font-size: 25px;
    line-height: 30px;
}
h3, h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px !important;
}
ul {
    margin-top: 20px;
}
.sectionWrapper {
    margin-bottom: 40px;
}
#headerLogoWrapper {
    padding: 20px 0px;
}
#headerImageWrapper img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
#headerTitleWrapper {
    margin-top: 0;
}
.grid-container {
    display: block;
}
#contact {
    background-color: white;
}
#contact h2, #contact h6, #contact p {
    color:#333!important;
}
#contact h2 {
    margin-bottom:24px;
}
#contact h2 br {
    display: none;
}
.content {
    border:none!important;
}