/* HOMEPAGE STYLES
************************************************************/

/*section	{
	border-bottom: 1px solid var(--color-row-border);
}

.sectionTitle	{
	text-align: center;
}

section.heroStatement .container	{
	max-width: 52rem;
}

section.heroStatement	{	
	text-align: center;
}

section.heroStatement h2	{	
	margin-top: 1em;
	font-size: 2em;
	font-style: italic;
	font-family: var(--font-quote);
}

li.current_page_item	{
	display: none;
}*/



/* ARTICLES
*****************/

section.articles .flex-col-4	{
	position: relative;
	margin: 0 0 .5em;
	border: 1px solid var(--color-border);
	padding: 2em 2em 5em;
	border-radius: 2px;
	background-color: var(--color-accent5);
	max-width: 100%;
}

section.articles h3	{
	text-align: center;
	margin-top: 0;
}

@media (min-width: 768px) {
	section.articles .flex-col-4	{ 
		margin: 0 .5em .5em;
		}	
	.flex-col-4 p.readMore	{
		position: absolute;
		bottom: 1.5em;
		right: 10px;
	}
}

.flex-col-4 p.readMore a.button	{
	border: 1px solid grey;	
	background-color: rgba(255,255,255,0.7);
}

.flex-col-4 p.readMore a.button:hover {
	background-color: #FFF;
}

@media (max-width: 767px) {
	section.articles .flex-col-4	{ padding: 2em 2em 2em; }
	section.articles p.readMore	{ margin-top: 50px; }
}

.image-caption	{
	font-size: .7em;
}
