@charset "utf-8";
@import url("https://use.typekit.net/pbu5jwo.css");
/*.group-wrapper .section-body .content-text h2 {
  text-align: left;
 }*/
.rt-content .group-wrapper .section-body.consumer .content-text.consumer h2 {
	text-align: left;
	font-size: 2.188rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 1px;
}
.rt-content .consumertext {
	max-width: 1280px; margin: 0 auto; padding: 20px 200px 20px 200px;
}
/* make imagery 100%*/
[class^="group-wrapper"] img {
	width: 100%;
	max-width: 700px;
}
/*Consumer Alert Image resize*/
.content-img.consumer img {
	max-width: 345px;
}
.group-wrapper {
	height: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #eeeeee;
}
.section-body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 0 15px;
}
.content-img {
	flex: 0 0 45%;
	text-align: center;
}
.content-text {
	flex: 0 0 35%;
}
/* Consumer Ad Section*/
.section-body.consumer {
	justify-content: flex-end;
}
.content-text.consumer {
	margin-right: 60px;
}

/* Controls right and left padding on text section up to 1024px */
@media screen and (max-width: 1024px) {
	.rt-content .consumertext {
		padding: 20px;
	}
}
/* On screens that are 768px wide or less, rows stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {

/* font resize*/
	.rt-content .group-wrapper .section-body .content-text h2 {
		font-size: 1.875rem;
	}
	.rt-content .group-wrapper .section-body .content-text p {
		font-size: 1.25rem;
	}
	.group-wrapper {
		flex-direction: column;
	}
	.section-body {
		flex-direction: column;
	}
	.content-img {
		width: 90%;
	}
	.content-text {
		width: 80%;
		margin: 30px;
	}
 /* Consumer Alert Section*/
	.section-body.consumer {
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.content-text.consumer {
		margin: 30px auto;
	}
	.rt-content .consumertext {
		padding: 20px;
	}
}