.campaignWith4Boxes h1 {
	font-size:2.5rem;
	line-height:2.5rem;
	margin-top:0;
}

.campaignWith4Boxes h2 {
	font-size:2rem;
	line-height:2rem;
	margin-top:0;
	color: #a3daf0;
}

.campaignWith4Boxes h3 {
	font-size:2rem;
	line-height:2rem;
	margin-top:0;
	color: #00884a;
}

.resource-box {
	border: 7px solid #b3cfe0;
	padding: 1.75rem;
	border-radius: 0;
	position:relative;
}

.resource-box-content {
	position:relative;
	z-index:2;
}

.resource-box:after {
	content:"";
	position:absolute;
	z-index:1;
	bottom:10px;
	right:10px;
	width:150px;
	padding-bottom:25%;
	background-image: url(../images/talk-it-out-v2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

.box-1, .box-4 {
	background-color: #03247f;
	color: #ffffff;
}
.box-1 h3, .box-4 h3 { color: #ffffff; }
.box-1 a, .box-4 a { color: #d4e6ff; }

.box-2, .box-3 {
	background-color: #fff122;
	color: #1a1a1a;
}
.box-2 h3, .box-3 h3 { color: #1a1a1a; }
.box-2 a, .box-3 a { color: #00759a; }

@media (max-width: 768px) {
	.resource-box.box-1,
	.resource-box.box-3 {
		background-color: #03247f !important;
		color: #ffffff !important;
	}
	.resource-box.box-1 h3,
	.resource-box.box-3 h3 { color: #ffffff !important; }
	.resource-box.box-1 a,
	.resource-box.box-3 a { color: #d4e6ff !important; }

	.resource-box.box-2,
	.resource-box.box-4 {
		background-color: #fff122 !important;
		color: #1a1a1a !important;
	}
	.resource-box.box-2 h3,
	.resource-box.box-4 h3 { color: #1a1a1a !important; }
	.resource-box.box-2 a,
	.resource-box.box-4 a { color: #00759a !important; }
}

.resource-box a:hover,
.resource-box a:focus {
	color: #94c82c !important;
	text-decoration: none !important;
}

.callout-section {
	background-color: #f1f2f2;
	padding: 1.5rem;
	margin-top: 1.5rem;
}

.callout-section {
	color:#23335d !important;
}

.callout-section h1,
.callout-section h2,
.callout-section h3,
.callout-section h4,
.callout-section h5,
.callout-section h6 {
	color:#23335d !important;
}

.callout-section .footerPhoto {
	width:100%;
}