
/*BEGIN Utility Classes */

.u-max-width-1280 {
    max-width:1280px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}

.u-max-width-980 {
    max-width:980px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}

/*END Utility Classes */







/*#region Contact Blocks */

.contact-secondary__container {
	display: flex;
	flex-wrap: wrap;
	clear: right;
	background-color: #f5f5f5;
	border: 1px solid #1E6B52;
}

.contact-secondary-inner__container {


	margin: 20px;
	padding: 20px;
	flex-basis: calc(19.5% - 82px);
	position: relative;
	text-align: center;


}


.contact-block__container {
	display: flex;
	flex-wrap: wrap;
	clear: right;
}

.contact-block-item__container {
	background-color: #f5f5f5;
	border: 1px solid #1E6B52;
	margin: 20px;
	padding: 20px;
	flex-basis: calc(50% - 82px);
	position: relative;
}

.contact-block-item__container-main {
	background-color: #f5f5f5;
	border: 1px solid #1E6B52;
	margin: 20px;
	padding: 20px;
	flex-basis: calc(100% - 82px);
	position: relative;
}



.contact-block-item__container-2 {
	background-color: #eee;
	border: 2px solid #1E6B52;
	margin: 20px;

	flex-basis: calc(19.75% - 82px);
	position: relative;
}

.contact-block-item__copy-2 {
	text-align: center;
	float: left;
	background-color: #f4f8ef;
	width: 100%;
}


.contact-block-item__copy h2 {
	text-align: center;
}

.contact-block__icon {
	background-color: #1E6B52;
	border-radius: 50%;
	padding: 10px;
	color: #fff;
	font-size: 1.6em;
	border: 3px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 1.1 !important;
}

.contact-block__icon-container {
	position: absolute;
	top: -2em;
	left: 50%;
	transform: translateX(-50%);
}

@media all and (max-width: 800px) {
	.contact-block__container {
		flex-direction: column;
	}

	.contact-block-item__container {
		margin: 30px auto;
		width: 90%;
	}

	.contact-block-item__container {
		min-width: 278px;
	}
}

/*#endregion Contact Blocks */














/*begin region headers */

.green-header {
	display: inline-block;
	margin: auto;
	font-size: 1.25em;
	font-weight: 700;
	font-style: italic;

	padding: 5px 30px 5px 30px;
	color: #144B39 !important;
	background-color: #80bc00;

	text-align: center;


}

.dark-green-header {
	display: inline-block;
	margin: auto;
	font-size: 1.25em;
	font-weight: 700;
	font-style: italic;
	padding: 5px 30px 5px 30px;
	color: #ffffff !important;
	background-color: #1e6b52;
	text-align: center;
}

.header-underline {
	border-bottom: 4.5px solid #80BC00;
	padding: 5px;
	display: block;
	width: 65%;
	height: auto;
	margin: auto;
	margin-bottom: 25px;
	text-allign: center;


}

.header-underline-centered {
	border-bottom: 4.5px solid #80BC00;
	padding: 3px;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;

}



/* END REGION HEADERS */

/* BEGIN INFO-BOX */

.police-focus-box-2 {
	text-align: center;
	background-color: #1E6B52;
	color: #ffffff !important;
	border: 3px solid #88C408;

	padding: 20px;
	width: auto;

	display: flex;
}

.police-focus-box-2 p {
	font-size: 1.25em !important;
	padding: 20px;
	font-style: italic;
	color: #ffffff !important;
	text-align: center;
}

.police-box-text-container {

	display: flex;
	flex-wrap: wrap;
	margin: 15px;

}

.police-focus-box {

	background-color: #f3f3f3;
	max-width: 100%;
	padding: 12px;
	margin: auto;
	clear: both !important;
	border-left: 3px solid;
	border-right: 3px solid;
	border-image:
		linear-gradient(to bottom,
			#88C408,
			#1E6B52) 1 100%;


}

.police-focus-box h3 {
	color: #1E6B52 !important;
	font-family: "Kulturista" !important;
	font-weight: 400 !important;
	margin: auto;

}

.police-focus-box p {}

/* Responsive layout - makes a one column layout (100%) instead of a two-column layout (50%) */
@media (max-width: 600px) {
	.police-box-text-container {
		flex: 100%;
		height: auto;
		margin: 10px 0 10px 0;
	}


}

/*End Focus Box*/

/*Begin B Alert*/



.b-alert {

	width: 100%;
	margin: 0, auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFD602;

	border-bottom: 6px solid #1E6B52;
	border-top: 6px solid #1E6B52;

}



.b-alert-container {


	display: flex;
	flex: wrap;



}







.b-alert-icon {

	flex: 25%;
	width: 250px;
	object-fit: contain !important;
}




.b-alert-statement {

	flex: 70% margin: 0, auto;

}



.b-alert-statement p {

	color: #000000 !important;
	font-weight: 500 !important;
	width: 95%;
	text-align: center;

}


/* Responsive layout - makes a one column layout (100%) instead of a two-column layout (50%) */
@media (max-width: 800px) {
	.b-alert {
		width: 100%;
		height: auto;
		margin: 10px 0 10px 0;
		margin: auto;
	}

	.b-alert-icon {
		width: 100%;
		height: auto;
		margin: 10px 0 10px 0;
		margin: auto;
	}

}


/*End B Alert*/

/*Begin Emergency Footer*/
.emergency-footer {

	width: 100%;
	padding: 20px;
	background-color: #FFD602;
	display: flex;
	flex: wrap;
	border-bottom: 1px solid #144B39;
}

.police-subfooter {
	background-color: #eee;
	padding: 20px;
	text-align: center;
}

#footer div,
#footer span.separator {
	color: #e5e5e5;
	font-size: 0.95em;
	margin: 0;
	text-align: center;
	width: 972px;
}

@media screen and (min-width: 1024px) body.ribbonFullwidth #footer div,
body.ribbonFullwidth #footer span.separator {
	color: #e5e5e5;
	font-size: 0.95em;
	margin: 0 auto;
	text-align: center;
	width: initial;
}

@media screen and (min-width: 1024px) body.ribbonFullwidth #footer div,
body.ribbonFullwidth #footer span.separator {
	width: 100%;
}

@media screen and (min-width: 1024px) body.hd.ribbonFullwidth #footer div,
body.hd.ribbonFullwidth #footer span.separator {
	width: auto;
}

/*End Emergency Footer*/

/*Begin Emergency Contact*/

.emergency-contact {

	width: 100%;
	padding: 20px;
	background-color: #FFD602;
	display: flex;
	flex: wrap;
	border-bottom: 1px solid #144B39;
}

.emergency-contact h3 {

	color: #144B39 !important;
}

.emergency-contact p {

	color: #000000 !important;
	font-weight: 600 !important;
}




/*End Emergency Contact*/

/*Begin Police Table*/

.flex-container {
	display: flex;
}

.flex-child {
	flex: 1;

}

.flex-child:first-child {
	margin-right: 20px;
}

#police-table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;

}




#police-table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	max-width: 30%;


}

#police-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#police-table tr:hover {
	background-color: #ddd;
}

#police-table th {
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #ddd;
	max-width: 33%;
	text-align: center;


	background-color: #1E6B52 !important;
	color: #ffffff !important;


}



/*End Police Table*/

/*BEGIN POLICE BANNER*/

.police-home-image--container {
	background-image: url(images/banners/3-PPS-2x-banner-2560x700px.jpg);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;

	height: auto;




}

.police-overlay {

	position: static;

	background-color: rgba(20, 75, 57, .93);
	width: auto;
	height: auto;



}



.police-home-text--container {
	position: static;
	max-width: 1280px !important;
	margin: 0 auto;
	text-align: center;
	padding: 80px 40px;
	display: flex;
	flex-wrap: wrap;


}

.police-statement {

	flex: 40%;

}

/* Responsive layout - makes a one column layout (100%) instead of a two-column layout (50%) */
@media (max-width: 800px) {
	.police-statement {
		flex: 100%;
		height: auto;
		margin: 10px 0 10px 0;
	}

	.statement-pike {
		display: none !important;

	}
}

.statement-pike {

	border-left: 1px solid;
	border-image:
		linear-gradient(to bottom,
			#88C408,
			#1E6B52) 1 100%;
	height: 135px;
	margin-top: 5px;

}

.police-home-text--container h6 {


	color: #ffffff;
	font-style: italic;
	text-align: center;


}

.police-home-text--container h3 {

	color: #FFD602 !important;
	font-family: "Kulturista" !important;
	font-weight: 400 !important;
	border: 2px solid #88C408;
	text-align: center;
	max-width: 350px;
	height: auto;
	margin: auto;
	padding: 3px;

}



/*END POLICE BANNER*/
