header, .header-clone, .footer-wrapper {
    display: none !important;
}

.mh-wrapper-contract-header {
    padding: 0;
    text-shadow: none;
    color: #000;
    font-weight: normal !important;
    font-size: 12px;
}

.site-content {
    margin: 0;
}

    .site-content > .container {
        box-shadow: none !important;
    }

        .site-content > .container article {
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }

/**
 * Tender Selections
 *
 */
 .mh-tender-selection { }

    .mh-tender-selection > .mh-description {
        display: none;
    }

    .mh-tender-selection .mh-masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

        .mh-tender-selection .mh-masonry .mh-card {
            margin: 0 0 15px;
            box-shadow: none;
            border: none;
            -webkit-column-break-inside: unset;
            -moz-column-break-inside: unset;
            column-break-inside: unset;
        }

            .mh-tender-selection .mh-masonry .mh-card h4 {
                padding: 0 !important;
                margin: 0;
            }

            .mh-tender-selection .mh-masonry .mh-card .mh-button-wrapper {
                display: none;
            }

            .mh-tender-selection .mh-masonry .mh-card .mh-options {
                font-size: 12px !important;
                color: #000;
            }

            .mh-tender-selection .mh-masonry .mh-card .mh-selection-footer .mh-summary {
                font-weight: bold;
                color: #000 !important;
            }