/*


*/
/*
    Created on : 11/06/2019, 5:15:59 PM
    Author     : hamonc01
*/

@media print  {

    body {
    }

    .background-banner {
        display: none;
    }

    * img {
        display: none;
    }

    * .node-readmore {
        display: none !important;
    }

    * .easy-breadcrumb {
        display: none !important;
    }

    * header {
        display: none;
    }

    * .bottom-info {
        display: none;
    }

    * .menu {
        display: none;
    }

    aside {
        display: none;
    }

    .more-help {
        display: none;
    }

    #totop {
        display: none;
    }

    /* displays the element */
    .print {
        display: block !important;

    }

    .print img {
        display: block !important;
    }


    /* removes the element */
    .no-print {
        display: none !important;
    }

    /* collapses the element to remove whitespace */
    .print-collapse-0 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* undo bootstraps forced url printing */
    a[href]::after {
	   content: "";
    }

    #site-name {
        width: 70%;
        font-size: 30px;
    }

    #site-name a {
        font-size: 1.5em !important;
        text-indent: 0 !important;
        background-image: none !important;
    }

    #main-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    .container {
        width: 100%;
    }

    .main-container {
        width: 100%;
    }

    #skip-link {
        display: none;
    }
}
