/****** PRINT ********/
@media print {


    * {
        box-shadow: none !important;
        -o-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    #background,
    #featured,
    #search {
        display: none;
    }

    #interior-nav {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: solid 1px;
        border-bottom: solid 1px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header {
        border-bottom: solid 1px;
    }

    .interior #header {
        border-bottom: none;
    }

    #footer {
        border-top: solid 1px;
    }

    #bottom {
        margin-top: 20px;
    }

        #logo img {
        width: 160px;
        height: auto !important;
    }

    #responsiveNav {
        display: none;
    }

   #navigation {
		opacity: 0 !important;
	}
}
