/**
 * 3.1 Industry Insights
 */

.page-template-industry-insights #introduction_c div.image {
	display: none;
}

.page-template-industry-insights #introduction_c a.button {
	color: #102d34;
}

.page-template-industry-insights #introduction_c a.button:hover {
	color: #fff;
}

.page-template-industry-insights #industry_safety_programs_c div.top_content_c {
	background-color: #f1f1f1;
	padding: 35px 25px;
}

.page-template-industry-insights #industry_safety_programs_c h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	text-align: center;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_programs_copy p {
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin: 1em 25px;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_programs_copy p:last-child {
	margin: 1em 25px 0 25px;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c {
	background-color: #102d34;
	margin: 0 0 5px 0;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.header {
	align-items: center;
	display: flex;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.header div.headline {
	color: #ccdc29;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	padding: 0 25px;
	text-transform: uppercase;
	text-align: center;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.header div.toggle {
	background-color: #ccdc29;
	cursor: pointer;
	flex: 0 0 60px;
	height: 75px;
	position: relative;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.header div.toggle::after {
	color: #102d34;
	content: '\f078';
	font-family: "Font Awesome 6 Pro";
	font-size: 2rem;
	left: calc(50% - 11px);
	position: absolute;
	top: calc(50% - 12px);
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c.open div.header div.toggle::after {
	content: '\f077';
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c {
	display: none;
	padding: 0 25px 25px 25px;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c.open div.inner_c {
	display: block;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.image {
	margin: 0 0 20px 0;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.image img {
	width: 100%;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.headline {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.copy {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c {
	display: flex;
	flex-direction: column;
	margin: 0 0 30px 0;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c a {
	align-self: flex-start;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	margin: 0 0 7px 0;
	padding: 6px;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c a:last-child {
	margin: 0;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c a:hover {
	background-color: #fff;
	color: #102d34;
}

.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c a i,
.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c a svg {
	margin: 0 0 0 1em;
}

.page-template-industry-insights #industry_safety_resource_c {
	background: #102d34 url('../img/global/bg_green_pattern.png') repeat-x center top / 560px auto;
	margin: 35px 0;
	padding: 35px 25px;
}

.page-template-industry-insights #industry_safety_resource_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60vw;
	width: 100%;
}

.page-template-industry-insights #industry_safety_resource_c h2 {
	color: #ccdc29;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-transform: uppercase;
	text-align: center;
}

.page-template-industry-insights #industry_safety_resource_c div.copy {
	margin: 25px 0;
}

.page-template-industry-insights #industry_safety_resource_c div.copy p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin: 1em 25px;
}

.page-template-industry-insights #industry_safety_resource_c div.copy p:first-child {
	margin-top: 0;
}

.page-template-industry-insights #industry_safety_resource_c div.copy p:last-child {
	margin-bottom: 0;
}

.page-template-industry-insights #industry_safety_resource_c div.right div.cta_c {
	display: flex;
	justify-content: center;
}

.page-template-industry-insights #industry_safety_resource_c div.right div.cta_c a {
	background-color: transparent;
	border-color: #ccdc29;
	color: #ccdc29;
}

@media screen and (min-width: 1024px) {
	.page-template-industry-insights #introduction_c {
		display: flex;
	}

	.page-template-industry-insights #introduction_c div.image {
		background-color: transparent;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		flex: 0 0 434px;
		margin: 0 50px 0 0;
		width: 434px;
	}

	.page-template-industry-insights #introduction_c div.content_c {
		padding: 50px 0;
	}

	.page-template-industry-insights #introduction_c div.content_c p {
		padding: 0;
	}

	.page-template-industry-insights #industry_safety_programs_c {
		margin: 60px 0;
		padding: 0 45px;
	}

	.page-template-industry-insights #industry_safety_programs_c div.header_buttons_c {
		display: flex;
		justify-content: space-between;
		padding: 0 50px;
	}

	.page-template-industry-insights #industry_safety_programs_c h2 {
		margin: 0;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_programs_copy {
		padding: 0 25px;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_programs_copy p {
		padding: 0 100px;
		text-align: center;
	}

	.page-template-industry-insights #industry_safety_programs_c {
		padding: 0 45px;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.header div.headline {
		flex: 1;
		font-size: 2.6rem;
		line-height: 2.5rem;
		padding: 0 0 0 134px;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.header div.toggle {
		flex: 0 0 134px;
		height: 72px;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c {
		padding: 0 0 25px 0;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c.open div.inner_c {
		display: flex;
		padding: 0;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.image {
		flex: 0 0 55%;
		margin: 0;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.image img {
		width: 100%;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.video {
		flex: 0 0 55%;
		margin: 0;
		padding-bottom: calc(56.25% * 0.55);
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c {
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: center;
		padding: 40px;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c {
		margin: 0 0 20px 0;
	}

	.page-template-industry-insights #industry_safety_programs_c div.industry_safety_program_c div.inner_c div.details_c div.supporting_material_c a {
		align-self: flex-start;
	}

	.page-template-industry-insights #industry_safety_resource_c {
		margin: 75px 0;
		padding: 70px 0 50px 0;
	}

	.page-template-industry-insights #industry_safety_resource_c div.desktop_w {
		align-items: stretch;
		display: flex;
	}

	.page-template-industry-insights #industry_safety_resource_c div.image {
		background-size: auto 275px;
		flex: 0 0 434px;
		height: auto;
		margin: 0 50px 0 0;
	}

	.page-template-industry-insights #industry_safety_resource_c div.right {

	}

	.page-template-industry-insights #industry_safety_resource_c h2 {
		text-align: left
	}

	.page-template-industry-insights #industry_safety_resource_c div.copy p {
		margin: 1em 0;
	}

	.page-template-industry-insights #industry_safety_resource_c div.copy p:first-child {
		margin-top: 0;
	}

	.page-template-industry-insights #industry_safety_resource_c div.copy p:last-child {
		margin-bottom: 0;
	}

	.page-template-industry-insights #industry_safety_resource_c div.right div.cta_c {
		justify-content: flex-start;
	}
}
