/**
* 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
 */
.displayPrint {
    display: block;
}
#headerImageWrapper, .nav, #media, #company-video, #cta, #moreJobs, footer, a.button, #benefits, #contact img, #company-video, .video {
    display: none!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;
}
#contact a {
    color: #333333 !important;
}
#contact a.phone, #contact a.email {
    background-image: none !important;
    padding-left: 0 !important;
    font-size: 18px;
    line-height: 26px;

}
.contact-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#contact .image-list {
    padding-bottom: 20px;
}
.info > p {
    margin:0 !important;
}
.content {
    border:none!important;
}
ul {
    list-style: disc;
    padding-left: 20px;
}
li {
    padding-left: 3px;
    margin-bottom: 8px;
}
li::before {
    display: none !important;
}

#about .grid-container .grid-item:last-child {
    gap: 0px;
}

.intro {
    font-size: 18px;
    line-height: 28px;
}