/* EDITS FOR THE LONGEST YEAR POST - WE CAN INCORPORATE THESE INTO THE THEME FOR PHASE 2 BLOCK PATTERNS - ADDED BY @MICHIECAT JAN 4-7, 2021. SOME STYLES ARE TIED TO THE CLASS OF THE PAGE BODY ... TEMP FIX UNTIL WE CAN MOVE TO THE THEME. */

/* Reduce top & bottom spacing for the main hero cover block */
.article-hero {
	margin-bottom: 0;
	margin-top: -2.3em;
}

/* hide title on this page*/
.page-id-894619 .entry-header {
	display: none;
}

@media screen and (min-width: 57.8125em) {
.page-id-894619.single .hentry, 
	.page-id-894619 .sticky.hentry {
    padding-top: 0;
}

/* Use Adelle for all headings on this page */
.page-id-894619 h2,
.page-id-894619 h3 {
	font-family: Adelle, serif;
}

/* Reduce size for dropcaps on this page - be sure to change ID */
.page-id-894619 .has-drop-cap:not(:focus):first-letter {
    font-size: 4.525rem;
	margin: .05em .08em 0 0;
}

/* Dress up h3s for this post -- can be a block style for the future. Note page id class in use */
.page-id-894619 h3 {
	border-bottom: 1px solid #757575; 
	padding: 0 0 1rem;
}

/* Spice up blockquotes on this page - can be a new style option for blockquotes in the future */
.page-id-894619 blockquote {
	color: #000;
	border-bottom: 1px dotted #006bbd;
		font-family: Adelle, serif;

	padding: 2rem;
margin-top: 3rem;
	margin-bottom: 4rem;
}

.page-id-894619 blockquote p:first-of-type:before {
	content: "\201C";
		display: block;
	color: #006bbd;
	font-family: Adelle, serif;
	font-size: 8rem;
	line-height: 4rem;
		margin-bottom: -2rem;
}

/* Loosen horizontal spacing around left-and right-aligned images. This might need to be a theme-wide fix. */

.page-id-894619 .wp-block-image .alignleft {
    margin: .5em 2.1em 2.1em 0;
}

.page-id-894619 .wp-block-image .alignright {
    margin: .5em 0 2.1em 2.1em;
}

/* Darken the horizontal separator on this page so that it stands out better. This can be a new separator style in the future. */
.page-id-894619 .wp-block-separator.is-style-default {
	background-color: #757575;
	opacity: 0.7;
}


/* Remove top margin from intro group, which has a custom CSS class. Can make this a pattern later */
.intro-group {
	margin-top: 0;
}


/* Spacing around intro paragraph -- groups being annoying. first, default margins and then margins on larger screens */
.intro-section {
	margin: 0 7.6923%;
}

@media screen and (min-width: 57.8125em) {
.intro-section {
    margin-right: 25.6471%;
    margin-left: 25.6471%;
}
}

@media screen and (min-width: 51.755em) {
.intro-section {
    margin-right: 27.6471%;
    margin-left: 17.6471%;
}
}


/* Reduce header top margins on smaller screens on this page */
.page-id-894619 .entry-content h1, 
.page-id-894619 .entry-content h2, 
.page-id-894619 .entry-content h3, 
.page-id-894619 .entry-content h4, 
.page-id-894619 .entry-content h5, 
.page-id-894619 .entry-content h6 {
    margin-top: 0;
}

/* Special class for spacing of captions inside images on small screens - will be a new block pattern */
@media screen and (max-width: 37.5625em) {
.photo-interior-caption 
	.wp-block-columns {
		padding: 0 2rem;
	}
}

/* Reduce the width a bit of wide images on larger screens */
@media screen and (min-width: 51.755em) {
.page-id-894619 .alignwide {
    margin: 32px calc(20% - 20vw);
    width: 70vw;
}
}

@media screen and (max-width: 37.5625em) {
.page-id-894619 .alignwide {
    margin-left: 0;
}
}
	
/* Pullquote cleanup */
.page-id-894619	 .wp-block-pullquote blockquote {
	border: none;
	font-family: Adelle, serif;
	font-size: 0.9rem;
	padding: 0;
	max-width: 70%;
	}

.page-id-894619	 .wp-block-pullquote blockquote p:before {
	display: none;
}

.page-id-894619	 .wp-block-pullquote.is-style-solid-color  {
	margin-bottom: 2.5rem;

}

/* TABLE STYLE UPDATES - Jan 22, 2021 */
.entry-content .wp-block-table {
	font-size: 16px;
	hyphens: none;
}

table,
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #aaa;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tbody tr td:first-of-type {
	    background-color: rgb(235, 242, 255);
}


.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

@media screen and (max-width: 700px ) {
	.data-table  {
		overflow-x: auto;
	}
	
	.data-table .wp-block-table {
		width: 700px;
	}
	
	.entry-content .wp-block-table {
		font-size: 0.9rem;
	}
}

/* Temp fix for featured image move to template as part of editor fixes phase II work */
.entry-header-background {
    min-height: 600px;
}

@media screen and (max-width: 500px ) {
	.entry-header-background {
    min-height: 300px;
}

}