@charset "utf-8";
/**
 * Universal page section styles
 *
 */





/* All page sections? */
.page-section {
	margin: 40px 0;	
}
.page-section:first-of-type {
	margin-top: 0;	
}
.page-section.width-full {
	margin-left: 0;
	margin-right: 0;	
}



/* Section headers */
.page-section-header {
	text-align: center;
	max-width: 790px;
	margin: 0 auto 40px;	
}

/* 3-5-19 Requested by DRCNH - left align if only 1 post in the post grid section */
.post-grid-posts-1 .page-section-header {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px; 	
}

.page-section-title {
	margin: 0;	
}



/* 11-18-20 */
.page-section-navigation {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: white;	
}

.page-section-rap-sheet-block {
	scroll-snap-margin-top: 128px;
	scroll-margin-top: 128px;	
}




@media (min-width: 40em) {
	
	
	
}





@media (min-width: 48em) {
	
	.page-section {
		margin: 40px 50px;
	}
	
	.page-section-separator {
		margin: 40px 50px;
	}
	
	
}





