/*************************Styles for the main page area across the site*/

.page
{
	margin: 0;
}

.main
{
	min-height: 400px;
	overflow: hidden;
	width: 100%;
}

.main-card
{
	margin: 30px auto;
	overflow: hidden;
	width: 80%;
}

.hero-card
{
	font-size: 24px;
	margin: 30px auto;
	overflow: hidden;
	padding: 25px 5%;
	text-align: center;
}

.article-card
{
	font-size: 24px;
	margin: -30px auto 30px auto;
	overflow: hidden;
	padding: 0 5%;
	text-align: left;
}

.card-section
{
	box-sizing: border-box;
    float: left;
	font-size: 21px;
	min-height: 300px;
	padding: 20px;
    text-align: center;
    width: 50%;
}

.divider
{
    height: 5px;
    margin: 20px auto;
    width: 25%;
}

.divider.invert
{
	background-color: white;
}

.card-divider
{
	border: solid thin;
	height: 0px;
	margin: auto;
	width: 75%;
}

@media(max-width:1080px)
{
	.card-section
	{
		width: 100%!important;
		margin-bottom: 25px;
		height: auto;
	}
}