.crimes
{
	background: #e5e5e5;

	text-align: center;

	padding: 0 calc(50vw - (1176px / 2));

	width: 100%;
}

.crimes .crimes_header
{
	color: #484848;
	text-align: center;

	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 100px 0 30px;

	max-width: 426px;
	width: 100%;
}

.crimes .crimes_header .crimes_title
{
	color: #09172d;
}

.crimes .article-content
{
	display: flex;
	 align-items: center;
	 flex-direction: column;
	margin: 0 auto;
	padding: 110px 0 120px;
	position: relative;

	max-width: 1176px;
}

.crimes .article-content h2
{
	color: #09172d;

	margin-top: 20px;

	width: 50%;
}

.crimes .article-content > p
{
	color: #6e6e6e;
	font: normal 300 16px/1.87 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;

	display: inline-block;
	margin-top: 60px;

	width: 50%;
}

.crimes .article-content > strong
{
	color: #09172d;
	font: normal 700 16px/1.87 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

.crimes .article-content a
{
	color: #09172d;

	margin-top: 60px;
}

.crimes .article-content ol
{	
	color: #6e6e6e;
	font: normal 300 16px/1.87 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-align: left;

	margin-top: 60px;
	margin-bottom: 60px;

	width: 50%;
}

.crimes .article-content ol li
{
	text-indent: -20px;

	border-bottom: solid 1px #b3b3b3;
	padding: 23px 0 23px 20px;
}

.crimes .article-content ol li:first-child
{
	border-top: solid 1px #b3b3b3;
}

.crimes .crime_tiles
{
	display: flex;
	 flex-wrap: wrap;
	 justify-items: flex-start;
	margin-top: 60px;
}

.crimes .crime_tiles .crime_tile
{
	background: #f2f2f2;

	text-align: left;

	display: flex;
	 align-items: flex-start;
	 flex-direction: column;
	 justify-content: space-between;
	padding: 25px;
	margin-right: 2.65%;
	margin-bottom: 60px;

	width: 23%;
}

@media (-ms-high-contrast: none)
{
	.crimes .crime_tiles .crime_tile
	{
		display: block;
	}
}

.crimes .crime_tiles .crime_tile:nth-of-type(4n)
{
	margin-right: 0;
}

.crimes .crime_tiles .crime_tile h1,
.crimes .crime_tiles .crime_tile h3
{
	color: #484848;
	font: normal 600 28px/1.14 "Barlow Condensed", sans-serif;
	letter-spacing: 0.01em;
	text-transform: none;

	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 30px;

	max-width: 100%;
}

.crimes .crime_tiles .crime_tile p
{
	
	color: #6e6e6e;
	font: normal 300 16px/1.87 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;

	flex-basis: 100%;

	max-width: 100%;
}

.crimes .crime_tiles .crime_tile a
{
	color: #09172d;

	margin-top: 40px;

	max-width: 100%;
}

@media only screen and (max-width: 1176px)
{
	.crimes .crimes_header
	{
		padding: 40px 30px 0;
	}

	.crimes .crime_tiles
	{
		margin-top: 40px;
	}

	.crimes .crime_tiles .crime_tile
	{
		width: 31.3%;
	}

	.crimes .crime_tiles .crime_tile h1,
	.crimes .crime_tiles .crime_tile h3
	{
		font: normal 600 22px/1.27 "Barlow Condensed", sans-serif;
		letter-spacing: 0.03em;

		margin-bottom: 25px;
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 767px)
{
	.crimes .article-content h2
	{
		width: 84%;
	}

	.crimes .article-content > p
	{
		font: normal 300 14px/1.85 "Helvetica Neue", Helvetica, sans-serif;
		letter-spacing: 0.01em;

		width: 84%;
	}

	.crimes .article-content ol
	{
		width: 84%;
	}

	.crimes .crime_tiles
	{
		align-items: center;
		flex-direction: column;
		padding-right: 0;
	}

	.crimes .crime_tiles .crime_tile
	{
		margin-left: 0;
		margin-bottom: 8%;

		width: 84%;
	}
}