section.wanted-poster
{
	overflow: visible !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

section.wanted-poster .content
{
	align-items: flex-start;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	overflow: visible;
	padding: 0 calc(50vw - (970px / 2));
	max-width: 100%;
	width: 100%;
}

section.wanted-poster .content .photos
{
	text-align: center;
	display: inline-block;
	flex: 0 1 50%;
	padding: 5vmin 0 7.5vmin;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

section.wanted-poster .content .photos .inset
{
	background: transparent url(../../../images/wanted-poster-no-image.png) 50% 50% / contain no-repeat;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	max-height: 360px;
	height: 35vmin;
	max-width: 360px;
	width: 35vmin;
}

section.wanted-poster .content .photos .inset img
{
	object-fit: cover;
	transform: translate(-50%, -50%);
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

section.wanted-poster .content .photos .inset:before
{
	background: url(../../../images/slats-blue.png) center center repeat;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
}

section.wanted-poster .content .photos nav
{
	text-align: center;
	align-items: center;
	display: none;
	justify-content: center;
	margin-top: 6vmin;
}

section.wanted-poster .content .photos nav a
{
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	opacity: .5;
	display: inline-block;
	margin: 0 1.4vmin;
	position: relative;
	max-height: 60px;
	height: 7.5vmin;
	max-width: 60px;
	width: 7.5vmin;
}

section.wanted-poster .content .photos nav a:focus,
section.wanted-poster .content .photos nav a:hover
{
	opacity: 1;
}

section.wanted-poster .content .photos nav a:after
{
	transform: skew(-20deg);
	transform-origin: left bottom;
	transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	border-bottom: solid 0.9vmin #f8be21;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: -1;
	height: 0;
	width: 0;
	content: "";
}

section.wanted-poster .content .photos nav a.active
{
	opacity: 1;
}

section.wanted-poster .content .photos nav a.active:after
{
	width: calc(100% - 2px);
}

section.wanted-poster .content .photos nav a img
{
	object-fit: contain;
	transform: translate(-50%, -50%);
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
}

section.wanted-poster .content .details
{
	flex: 0 1 50%;
	overflow: hidden;
	padding: 90px 0 90px 110px;
	z-index: 1;
	width: 50%;
}

section.wanted-poster .content .details h2
{
	color: #f2f2f2;
	text-transform: none;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.10526316;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0 0 50px;
}

section.wanted-poster .content .details h2:before
{
	transform: skew(-20deg);
	transform-origin: left bottom;
	border-bottom: solid 9px #f8be21;
	padding: 0 5px 0 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 0;
	width: 25px;
	content: "";
}

section.wanted-poster .content .details [itemprop]
{
	color: #b3b3b3;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: 0.01em;
	box-sizing: border-box;
	clear: both;
	display: block;
	padding: 45px 0 35px;
}

section.wanted-poster .content .details [itemprop]:before
{
	color: #f2f2f2;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.14285714;
	letter-spacing: 0.1em;
	clear: both;
	display: block;
	margin-bottom: 20px;
	content: attr(itemprop);
}

section.wanted-poster .content .details [itemprop] + [itemprop]
{
	border-top: rgba(255, 255, 255, 0.05) solid 1px;
}

section.wanted-poster .content:after
{
	background: #0c1c37;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	height: 100%;
	width: 50%;
	content: "";
}

@media only screen and (max-width: 767px)
{
	section.wanted-poster .content
	{
		background: #0c1c37;
		flex-flow: column nowrap;
		padding: 30px;
	}

	section.wanted-poster .content .photos
	{
		display: inline-block;
		flex: 1 1 auto;
		padding: 0;
		position: relative;
		top: 0;
	}

	section.wanted-poster .content .photos .inset
	{
		max-height: 360px;
		height: 80vmin;
		max-width: 360px;
		width: 80vmin;
	}

	section.wanted-poster .content .photos nav
	{
		text-align: center;
		align-items: center;
		display: none;
		justify-content: center;
		margin-top: 60px;
	}

	section.wanted-poster .content .photos nav a
	{
		display: inline-block;
		margin: 0 3vmin;
		height: 15vmin;
		width: 15vmin;
	}

	section.wanted-poster .content .details
	{
		flex: 1 1 auto;
		margin-top: 15vmin;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	section.wanted-poster .content .details h2
	{
		font-size: 26px;
		line-height: 33px;
		padding: 0 0 8vmin;
	}

	section.wanted-poster .content .details [itemprop]
	{
		font-size: 20px;
		line-height: 33px;
		padding: 8vmin 0 6vmin;
	}

	section.wanted-poster .content .details [itemprop]:before
	{
		font-size: 13px;
	}

	section.wanted-poster .content:after
	{
		content: none;
	}

}

section.wanted-poster.captured .content .photos .inset
{
	backface-visibility: hidden;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: gray;
	filter: grayscale(100%);
}

section.wanted-poster.captured .content .photos .inset:before
{
	z-index: -1;
}

section.wanted-poster.captured .content .photos .inset:after
{
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 84px;
	line-height: 0.88095238;
	letter-spacing: -0.01em;
	opacity: .7;
	transform: translateX(-50%);
	color: #f2f2f2;
	text-transform: uppercase;
	overflow: visible;
	position: absolute;
	bottom: 2px;
	left: 50%;
	z-index: 1;
	content: "Captured";
}

.javascript-support section.wanted-poster .content .photos nav
{
	display: flex;
}

.javascript-support section.wanted-poster .content .photos nav a img
{
	filter: grayscale(100%);
}