/* DEFAULTS for page margins */
@page { 
    size: auto; /* auto is the initial value */ 
    margin: 4em 1.5em; /* this affects the margin in the printer settings */ 
} 
body {
    margin: 0;
}

/* HIDE the following sections */
header nav,
#content #feature, 
#content nav,
#content #modules .contact .btn,
#content #modules .buttons,
#content .list_view .item .image, 
footer,
#logo-special-right { /* hide all interactive elements */
    display: none; 
}

/* DISPLAY the following sections */
#content #modules .contact .hours,
#content #accordion h2 + div {
    display: block !important;
}

/* FULL PAGE WIDTH mfor the following sections */
#landing #content .blurb,
#content > .row > .twelve, 
#content .page-content,
#content #modules,
#content #modules section { 
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
}

/* HREF VALUES should not print , unless it's the contact email */
a[href]:after { 
	content: none !important;
}
.contact a[href]:after { /* display the contact box email */
    content: " (" attr(href) ")" !important;
}

/* SCHOLARSHIP links and CONTACT emails should not be underlined */
.contact a,
.scholarship a {
	text-decoration: none;
}
