  @media print{
header, footer, aside, .breadcrumbs {
    display: none;
}

/*=== HEROs ===*/
.hero-sublanding__heading-container, 
.hero-sublanding__header,
.hero-sublanding__header .hero-sublanding__inner {
    height: auto !important;
    color: #000 !important;
    background-image: none !important;
    background-color: #fff !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.hero-sublanding__heading {
    color: #000 !important;
    padding-top: 30px !important;
}
.wysiwyg__container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
table thead tr th {
    border-bottom: 2px solid #ccc9b8 !important;
}
}