.ctaBox2 {
	padding: 75px 30px;
}

.ctaBox2.empty {
	padding:150px 60px;
	background: repeating-linear-gradient(
		45deg,
		#ddd,
		#ddd 10px,
		#eee 10px,
		#eee 20px
	);
	width: 100%;
	max-width:none;
	color:#000;
}

.ctaBox2 .ctaContainer {
	color: #011D4A;
	max-width: 980px;
	margin: 0 auto;
}

.ctaBox2 .ctaContainer .header {
	font-size:3.5rem;
	line-height:5.5rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight:700;
}

.ctaBox2 .header .stylizedText {
	font-family: SaltySoul,Arial, Helvetica, sans-serif;
	color: #FFD502;
	font-size:5.5rem;
	line-height:5.5rem;
	font-weight:normal;
}

.ctaBox2 .contentContainer {
	color:#000;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 400;
}

.ctaBox2 .ctaContainer .link {
	margin-top:30px;
	text-align: center;
}

.ctaBox2 p {
	font-size: 2rem;
}

@media all and (max-width: 360px) {
	.ctaBox2 .ctaContainer .header {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	
	.ctaBox2 .header .stylizedText {
		font-size: 4.5rem;
		line-height: 4.5rem;
	}
}