@charset "UTF-8";

/**
 * Print stylesheet for rejoice.org
* @version         1.0
* @lastmodified    04.27.2020
*/

@media print {
.displayNonePrint {
	display: none;
}

/* Setting content width, unsetting floats and margins */
/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
#content, #page {
	width: 100%;
	margin: 0;
	float: none;
}
/** Setting margins */       
@page {
	margin: 2cm;
}
header{
	display: none !important;
}
.secondaryNavbar {
	display: none !important;
}
footer {
	display: none;
}
a.btn.btn-primary.btn-icon.play {
	display: none;
}
#rejoiceListenerCommentBox {
	display: none !important;
}

#newsletterSubscription {
	display: none !important;
}

/* Body Main Content */	
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.45;
	font-family: Crimson Text, serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
	
*, *:before, *:after, *:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
/* Links */
a {
	page-break-inside: avoid
}
a, a:visited {
	background: transparent;
	color: #520;
	font-weight: 700;
	text-decoration: underline;
	text-align: left;
}
a:after {
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	font-weight: normal;
}
a[href]:after {
	content: " (" attr(href) ")";
	word-wrap: break-word;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
/* Misc Styles on Site */
	a#ui-to-top {
		display: none;
	}
	img.pillar-img{
		display: none !important;
	}
	.InteriorContent{
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.gap-bottom-md, .info-box-wrap{
		margin: 0 !important;
	}
	.pillarWrap{
		max-width: 100% !important;
	}
div.footer-content, div#sticky-wrapper.sticky-wrapper, div#sticky-wrapper.sticky-wrapper.is-sticky {
	display: none !important;
}
div.bg-dark-var-gradient-2, div.jumbotron.text-center {
	display: none !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left !important;
}

}
