@media print {
    /*======================================================================================================================
    # General
    ======================================================================================================================*/

    @page {
        margin: 21mm;
        overflow: visible !important;
    }

    * {
        color: #000 !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a {
        text-decoration: underline !important;
    }

    body {
        padding-bottom: 0;
    }

    p {
        margin-bottom: 12pt;
    }

    .print-logo {
        display: block;
        margin: 0 auto 10mm;
        width: 125mm;
    }

    #comments,
    .alert-banner-wrapper,
    .masthead-wrapper,
    .masthead-search-modal,
    .site-header-wrapper,
    .mobile-header-wrapper,
    .main-footer-wrapper {
        display: none !important;
    }

    /*----------------------------------------------------------------------------------------------------------------------
    # Events
    ----------------------------------------------------------------------------------------------------------------------*/
    .tribe-events-back,
    .tribe-events-cal-links,
    .tribe-events-meta-group-details,
    .tribe-events-notices {
        display: none !important;
    }

    .tribe-events-single .events-sidebar {
        width: 100%;
        max-width: none;
    }

    .tribe-events-single .tribe-events-meta-group {
        padding-left: 0;
        padding-right: 0;
    }

    /*----------------------------------------------------------------------------------------------------------------------
    # News
    ----------------------------------------------------------------------------------------------------------------------*/
    .news-navigation {
        display: none !important;
    }

    .single-news-content img {
        display: none !important;
    }

    /*----------------------------------------------------------------------------------------------------------------------
    # Rev Slider
    ----------------------------------------------------------------------------------------------------------------------*/
    .wp-block-themepunch-revslider.revslider {
        display: none !important;
    }

    /*======================================================================================================================
    # Majors
    ======================================================================================================================*/
    .major-course-td-action {
        display: none;
    }

    .major-course-toggle .fa {
        display: none;
    }

    .major-course-tr-content {
        display: table-row;
    }

    .adhoc-container,
    .major-course-container {
        padding-left: 0;
        padding-right: 0;
    }
}
