#ccc-resources .ccc-head
{
	background: rgb( 46, 52, 141 );
	background: linear-gradient( 180deg, rgba( 46, 52, 141, 1 ) 0%, rgba( 23, 26, 71, 1 ) 100% );
	padding: 48px 0;
}

#ccc-resources .ccc-head.--spacing-bottom
{
	margin-bottom: 48px;
}

#ccc-resources .ccc-head h1
{
	color: #FFFFFF;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
	margin: -6px 0;
}

#ccc-resources .ccc-head nav
{
	width: 100%;
	margin: 33px 0 0 0;
}

#ccc-resources .ccc-head nav ul
{
	display: flex;
	flex-wrap: wrap;
}

#ccc-resources .ccc-head nav ul li
{
	width: 50%;
	border-bottom: 3px solid rgba( 255, 255, 255, 0.5 );
}

#ccc-resources .ccc-head nav ul li.--active
{
	border-bottom-color: #FFFFFF;
}

#ccc-resources .ccc-head nav ul li a
{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	text-align: left;
}

#ccc-resources .ccc-resources
{
	display: flex;
	flex-direction: column;
	padding: 48px 0;
}

#ccc-resources .ccc-resources__filters
{
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
}

#ccc-resources .ccc-resources__filters > p
{
	margin: -6px 0 calc( -6px + 24px ) 0;
	font-size: 15px;
	line-height: 27px;
	text-transform: uppercase;
}

#ccc-resources .ccc-resources__filter
{
	border-top: 1px solid #EAEAEA;
}

#ccc-resources .ccc-resources__filter-head
{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 24px 0;
}

#ccc-resources .ccc-resources__filter-head p
{
	margin: -6px 0;
	font-size: 15px;
	line-height: 27px;
	font-weight: 700;
}

#ccc-resources .ccc-resources__filter-head svg
{
	width: 15px;
	height: auto;
	margin: 0 0 0 auto;
	display: none;
}

#ccc-resources .ccc-resources__filter:not( .--active ) .ccc-resources__filter-head svg:nth-of-type( 1 ),
#ccc-resources .ccc-resources__filter.--active .ccc-resources__filter-head svg:nth-of-type( 2 )
{
	display: inline;
}

#ccc-resources .ccc-resources__filter nav
{
	margin: -9px 0 0 0;
	padding: 0 0 15px 0;
	display: none;
}

#ccc-resources .ccc-resources__filter.--active nav
{
	display: block;
}

#ccc-resources .ccc-resources__filter nav ul
{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#ccc-resources .ccc-resources__filter nav ul li label
{
	display: flex;
	align-items: center;
	padding: 9px 0;
}

#ccc-resources .ccc-resources__filter nav ul li label input
{
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
}

#ccc-resources .ccc-resources__filter nav ul li label p
{
	flex: 1 1 auto;
	margin: -3px 0 -3px 9px;
	font-size: 15px;
	line-height: 21px;
}

#ccc-resources .ccc-resources__articles
{
	margin: 24px 0 0 0;
	width: 100%;
}

#ccc-resources .ccc-resources__articles article
{
	border: 1px solid #EAEAEA;
	border-radius: 9px;
	margin: 18px 0 0 0;
	padding: 18px;
	position: relative;
}

#ccc-resources .ccc-resources__articles article.--hidden
{
	display: none;
}

#ccc-resources .ccc-resources__resource-type
{
	display: flex;
	align-items: center;
	margin: 0 0 24px 0;
}

#ccc-resources .ccc-resources__resource-type svg
{
	width: auto;
	height: 15px;
}

#ccc-resources .ccc-resources__resource-type span
{
	font-size: 12px;
	line-height: 18px;
	margin: -3px 0;
}

#ccc-resources .ccc-resources__resource-type svg + span
{
	margin-top: calc( -3px + 1px );
	margin-left: 9px;
}

#ccc-resources .ccc-resources__articles article
{
	background-color: #ffffff;
	transition: background-color 75ms cubic-bezier( 0.25, 0.25, 0.75, 0.75 );
}

#ccc-resources .ccc-resources__articles article:hover
{
	background-color: #f5f5f5;
}

#ccc-resources .ccc-resources__articles article h1
{
	margin: -3px 0;
	font-size: 18px;
	line-height: 24px;
}

#ccc-resources .ccc-resources__articles article p
{
	font-size: 12px;
	line-height: 18px;
	margin: -3px 0;
}

#ccc-resources .ccc-resources__articles article h1 + .ccc-resources__resource-content
{
	margin-top: calc( -6px + 12px );
}

#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1 + .ccc-resources__resource-content
{
	margin-top: calc( -6px + 30px );
}

#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) .ccc-resources__resource-type,
#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1,
#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ):not( :has( .ccc-resources__resource-doi ) ) .ccc-resources__resource-content
{
	padding-right: 84px;
}

#ccc-resources .ccc-resources__articles article a:has( .ccc-resources__product-image ) .ccc-resources__product-image
{
	width: 60px;
	height: auto;
	position: absolute;
	top: 18px;
	right: 18px;
}

#ccc-resources .ccc-resources__new-window
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px;
}

#ccc-resources .ccc-resources__new-window svg
{
	width: auto;
	height: 15px;
}

#ccc-resources .ccc-resources__resource-content:has( .ccc-resources__resource-doi )
{
	display: flex;
	align-items: flex-end;
}

#ccc-resources .ccc-resources__resource-content p
{
	flex: 1 1 auto;
	margin-right: 18px !important;
}

#ccc-resources .ccc-resources__resource-content .ccc-resources__resource-doi
{
	flex: 0 0 auto;
	color: #2E348D;
	font-weight: 700;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
	margin: -3px 0 -3px auto;
}

#ccc-resources .ccc-resources__videos
{
	width: 100%;
	display: flex;
	flex-direction: column;
}

#ccc-resources .ccc-resources__videos article
{
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #EAEAEA;
	border-radius: 9px;
}

#ccc-resources .ccc-resources__videos article + article
{
	margin-top: 24px;
}

#ccc-resources .ccc-resources__video-iframe
{
	margin: 0;
	max-width: none;
	width: 100%;
	padding: 0 0 calc( 100% / ( 16 / 9 ) ) 0;
	position: relative;
	overflow: hidden;
}

#ccc-resources .ccc-resources__video-iframe > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	height: auto;
	width: 100%;
	z-index: 1000;
}

#ccc-resources .ccc-resources__video-iframe > iframe,
#ccc-resources .ccc-resources__video-iframe > a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ccc-resources .ccc-resources__video-iframe > iframe
{
	z-index: 0;
	background-color: #000000;
	border-radius: 9px 9px 0 0;
}

#ccc-resources .ccc-resources__video-iframe.--visible > iframe
{
	z-index: 3000;
}

#ccc-resources .ccc-resources__video-iframe > a
{
	z-index: 2000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	text-align: center;
	background-color: #fafafa;
	border-radius: 9px 9px 0 0;
}

#ccc-resources .ccc-resources__video-iframe > a > h1
{
	margin: -3px 0;
	font-size: 27px;
	line-height: 33px;
	color: #2e348d;
}

#ccc-resources .ccc-resources__video-iframe > a > img
{
	width: auto;
	height: 36px;
	margin: 36px 0 0 0;
}

#ccc-resources .ccc-resources__video-foot
{
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 0 0 9px 9px;
	padding: 18px 0 18px 18px;
}

#ccc-resources .ccc-resources__video-foot p
{
	white-space: nowrap;
	padding: 9px 15px;
	background-color: #56ce72;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0;
}

#ccc-resources .ccc-resources__video-foot p.--yellow
{
	background-color: #F5B63F;
}

#ccc-resources .ccc-resources__video-foot a
{
	margin: 0 0 0 auto;
	padding: 6px 24px;
}

#ccc-resources .ccc-resources__video-foot a svg
{
	width: auto;
	height: 21px;
}

@media ( min-width: 576px )
{



}

@media ( min-width: 768px )
{

	#ccc-resources .ccc-head nav ul li
	{
		width: calc( 100% / 3 );
	}

	#ccc-resources .ccc-resources
	{
		flex-direction: row;
		align-items: flex-start;
	}

	#ccc-resources .ccc-resources__filters
	{
		width: 210px;
		flex: 0 0 auto;
	}

	#ccc-resources .ccc-resources__articles
	{
		margin-top: -24px;
		margin-left: 48px;
	}

	#ccc-resources .ccc-resources__articles
	{
		flex: 1 1 auto;
	}

	#ccc-resources .ccc-resources__videos
	{
		flex-direction: row;
		flex-wrap: wrap;
	}

	#ccc-resources .ccc-resources__videos article
	{
		width: calc( ( 100% - 24px ) / 2 );
		margin-top: 24px;
		margin-right: 24px;
	}

	#ccc-resources .ccc-resources__videos article:nth-child( -n + 2 )
	{
		margin-top: 0;
	}

	#ccc-resources .ccc-resources__videos article:nth-child( 2n )
	{
		margin-right: 0;
	}

	#ccc-resources .ccc-resources__video-iframe > a > h1
	{
		font-size: 21px;
		line-height: 27px;
	}

}

@media ( min-width: 992px )
{

	#ccc-resources .ccc-head
	{
		padding-top: 60px;
		padding-bottom: 15px;
	}

	#ccc-resources .ccc-head .container
	{
		display: flex;
	}

	#ccc-resources .ccc-head h1
	{
		flex: 0 0 auto;
		font-size: 48px;
		line-height: 60px;
		margin-top: -9px;
		width: 240px;
	}

	#ccc-resources .ccc-head nav
	{
		flex: 1 1 auto;
		width: auto;
		margin-top: 0;
		margin-left: 48px;
	}

	#ccc-resources .ccc-head nav ul li
	{
		width: auto;
		flex: 1;
	}

	#ccc-resources .ccc-head nav ul li a
	{
		text-align: center;
		white-space: nowrap;
	}

	#ccc-resources .ccc-resources__filters
	{
		width: 240px;
	}

	#ccc-resources .ccc-resources__video-iframe > a > h1
	{
		font-size: 24px;
		line-height: 30px;
	}

	#ccc-resources .ccc-resources__resource-type
	{
		margin-bottom: 30px;
	}

	#ccc-resources .ccc-resources__resource-type svg
	{
		height: 18px;
	}

	#ccc-resources .ccc-resources__resource-type span
	{
		font-size: 15px;
		line-height: 21px;
	}

	#ccc-resources .ccc-resources__resource-type svg + span
	{
		margin-top: -3px;
	}

	#ccc-resources .ccc-resources__articles article
	{
		padding: 24px;
	}

	#ccc-resources .ccc-resources__articles article h1
	{
		font-size: 21px;
		line-height: 27px;
	}

	#ccc-resources .ccc-resources__articles article p
	{
		font-size: 15px;
		line-height: 21px;
	}

	#ccc-resources .ccc-resources__articles article h1 + .ccc-resources__resource-content
	{
		margin-top: calc( -3px + 15px );
	}

	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1 + .ccc-resources__resource-content
	{
		margin-top: calc( -3px + 30px );
	}

	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) .ccc-resources__resource-type,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ):not( :has( .ccc-resources__resource-doi ) ) .ccc-resources__resource-content
	{
		padding-right: 96px;
	}

	#ccc-resources .ccc-resources__articles article a:has( .ccc-resources__product-image ) .ccc-resources__product-image
	{
		width: 72px;
		right: 24px;
	}

	#ccc-resources .ccc-resources__resource-content p
	{
		margin-right: 24px !important;
	}

	#ccc-resources .ccc-resources__resource-content .ccc-resources__resource-doi
	{
		font-size: 15px;
		line-height: 21px;
	}

	#ccc-resources .ccc-resources__new-window
	{
		padding: 24px;
	}

	#ccc-resources .ccc-resources__new-window svg
	{
		width: auto;
		height: 18px;
	}

}

@media ( min-width: 1200px )
{

	#ccc-resources .ccc-head
	{
		padding-top: 72px;
	}

	#ccc-resources .ccc-head h1
	{
		font-size: 60px;
		line-height: 72px;
		width: 270px;
	}

	#ccc-resources .ccc-resources__filters
	{
		width: 270px;
	}

	#ccc-resources .ccc-resources__videos article
	{
		width: calc( ( 100% - 48px ) / 3 );
	}

	#ccc-resources .ccc-resources__videos article:nth-child( -n + 2 )
	{
		margin-top: 24px;
	}

	#ccc-resources .ccc-resources__videos article:nth-child( 2n )
	{
		margin-right: 24px;
	}

	#ccc-resources .ccc-resources__videos article:nth-child( -n + 3 )
	{
		margin-top: 0;
	}

	#ccc-resources .ccc-resources__videos article:nth-child( 3n )
	{
		margin-right: 0;
	}

	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) .ccc-resources__resource-type,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ):not( :has( .ccc-resources__resource-doi ) ) .ccc-resources__resource-content
	{
		padding-right: 102px;
	}

	#ccc-resources .ccc-resources__articles article a:has( .ccc-resources__product-image ) .ccc-resources__product-image
	{
		width: 78px;
	}

}

@media ( min-width: 1400px )
{

	#ccc-resources .ccc-head
	{
		padding-top: 84px;
	}

	#ccc-resources .ccc-head h1
	{
		width: 300px;
	}

	#ccc-resources .ccc-resources__filters
	{
		width: 300px;
	}

	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) .ccc-resources__resource-type,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ):not( :has( .ccc-resources__resource-doi ) ) .ccc-resources__resource-content
	{
		padding-right: 108px;
	}

	#ccc-resources .ccc-resources__articles article a:has( .ccc-resources__product-image ) .ccc-resources__product-image
	{
		width: 84px;
	}

}

@media ( min-width: 1800px )
{

	#ccc-resources .ccc-head
	{
		padding-top: 96px;
	}

	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) .ccc-resources__resource-type,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ) h1,
	#ccc-resources .ccc-resources__articles article:has( .ccc-resources__product-image ):not( :has( .ccc-resources__resource-doi ) ) .ccc-resources__resource-content
	{
		padding-right: 114px;
	}

	#ccc-resources .ccc-resources__articles article a:has( .ccc-resources__product-image ) .ccc-resources__product-image
	{
		width: 90px;
	}

}
