/* Police */
	.police-contact.contact-box:not(.no-badge):before{
		content: '';
		position: absolute;
		top: 5%;
		left: 3%;
		width: 15%;
		height: 100%;
		background-image: url(/files/images/police-badge-small.png);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 99;
	}
	.police-contact.no-badge,
	.contact-box.large-image{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.police-contact.no-badge img{
		padding: 20px;
		max-width: 175px;
	}
	.police-contact.no-badge .contact-info{
		width: auto;
		min-width: 50%;
	}
	.police-contact.no-badge .title,
	.contact-box.large-image .title{
		font-size: 2.7em;
		text-align: center;
	}