

header .bottom-nav.sticky-header{
	z-index: 3 !important;
}
/*
header .header-container{
	position: relative;
	z-index: 5000 !important;
}
*/
#articles{
	max-width: 1030px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
article.article h2{
	font-family: KGSecondChancesSolid, arial, sans-serif;
	margin-top: 0;
}
article.article h2 a{
	color: #534588;
	font-size: 18px;
	text-decoration: none;
}
article.article h2 a:hover{
	text-decoration: underline;
}
article.article{
	position: relative;
	padding: 20px 0;
	margin-bottom: 70px;
}
article.article:last-of-type{
	margin-bottom: 0;
}
#articles img{
	width: 100%;
	max-width: 100%;
}
#articles .image{
	width: 390px;
	height: 390px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.copy{
	position: relative;
	background: #f3f3fd;
	/*background: #dfdfdf;*/
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 320px;
}
.copy p{
	font-family: Muli, Arial, Helvetica, sans-serif;
	color: #534588;
	font-size: 0.875rem;
	line-height: 1.4rem;
	margin-bottom: 0;
}
.copy .inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.image-right .image{
	right: 0;
}
.image-left .image{
	left: 0;
}
.image-right .copy{
	margin-right: 150px;
	margin-left: 20px;
}
.image-left .copy{
	margin-left: 150px;
	margin-right: 20px;
}
.image-right .copy .inner{
	padding-right: 280px;
	padding-left: 30px;
}
.image-left .copy .inner{
	padding-left: 280px;
	padding-right: 30px;
}

@media screen and (max-width: 900px){
	article.article h2{
		margin-bottom: 10px;
	}
	article.article .copy h2 a{
		font-size: 16px;
	}
	article.article .copy p{
		margin-top: 0;
		font-size: 12px;
		line-height: 18px;
	}
	article.article .copy{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.image-left .copy .inner{
		padding-left: 260px;
		padding-right: 10px;
	}
	.image-right .copy .inner{
		padding-right: 260px;
		padding-left: 10px;
	}
}



@media screen and (max-width: 660px) {


article.article{
	margin-bottom: 20px;
}

#articles .image{
	/*position: static*/
	position: relative;
	margin:0;padding:0;
	transform: none;
	width: 90%;
	margin: auto;
	height: inherit;
	text-align: center;
}
#articles .image img{
	width: initial;
}
#articles .copy{
	max-width: 360px;
}
.image-right .copy, .image-left .copy{
	width: 80%;
	margin-left: 15px;
	margin-right: 15px;
	margin: auto;
	margin-top: -25%;
	/*z-index: -1;*/
}
.image-right .copy .inner, .image-left .copy .inner{
	position: static;
	transform: none;
	padding: 0;
	padding-top: 40%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}
}