/* Featured Safety section — home page, directly beneath the hero banner.
   Full-width dark band matching .feature-banner / .cta-banner.
   rem base is 10px (see sass/base/variables/_typography.scss). */

.safety-feature {
	background: #ffffff;
	border-top: 1px solid #d4d0d7;
	border-bottom: 1px solid #d4d0d7;
}

.safety-feature-wrap {
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
	padding: 5rem 0;
}
@media screen and (max-width: 1450px) {
	.safety-feature-wrap {
		margin-left: 9.5rem;
		margin-right: 9.5rem;
	}
}
@media screen and (max-width: 1200px) {
	.safety-feature-wrap {
		margin-left: 8rem;
		margin-right: 8rem;
	}
}
@media screen and (max-width: 1020px) {
	.safety-feature-wrap {
		margin-left: 6rem;
		margin-right: 6rem;
	}
}
@media screen and (max-width: 820px) {
	.safety-feature-wrap {
		margin-left: 4rem;
		margin-right: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.safety-feature-wrap {
		padding: 3.5rem 0;
	}
}
@media screen and (max-width: 640px) {
	.safety-feature-wrap {
		margin-left: 3rem;
		margin-right: 3rem;
	}
}

.safety-feature-wrap h2 {
	color: #404040;
	margin-bottom: 1.6rem;
}

.safety-feature-intro {
	color: #404040;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.9rem;
	max-width: 62rem;
	margin: 0 auto 2.6rem;
}
@media screen and (max-width: 767px) {
	.safety-feature-intro {
		font-size: 2rem;
		line-height: 2.9rem;
		margin-bottom: 3rem;
	}
}

/* Primary action uses the global .button style (orange uppercase). */
.safety-cta {
	margin-bottom: 2rem;
}

/* Think First — nested secondary link beneath the Safety button. */
.safety-thinkfirst {
	margin-bottom: 0;
}
.safety-thinkfirst a {
	font-size: 1.8rem;
	font-weight: 700;
	color: #404040;
	text-decoration: none;
	border-bottom: 1px solid rgba(64, 64, 64, 0.4);
	padding-bottom: 2px;
}
.safety-thinkfirst a:hover {
	border-bottom-color: #404040;
}
.safety-thinkfirst i {
	margin-left: 0.6rem;
}
