body{
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#000;
	line-height: 1.5em;
	font-weight: 400;
}
/*##################################################################################*/

/*#############################   TYPOGRAPHY   #####################################*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 1.2em 0;
}
h1{
	font-size:2.4em;
}
h2{
	font-size:2em;
}
h3{
	font-size:1.8em;
}
h4{
	font-size:1.4em;
}
h5{
	font-size:1.1em;
}
p{
	line-height: 1.6;
}
a{
	color:#d51a27;
	transition: color 0.5s;
}
a:hover, a:focus{
	color:#000;
}
hr{
	border-bottom: 1px solid #eee;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
	box-shadow: none;
}
:focus-visible {
    outline: none;
}
/*##################################################################################*/

/*################################   BUTTONS   #####################################*/
button, .button{
	background-color:#d51a27;
	border:none;
}
button:hover, button:focus, .button:hover, .button:focus{
	background-color:#000;
	border:none;
}
/*##################################################################################*/

/*############################   GENERAL CLASSES   #################################*/
.row{
	max-width: 75rem;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
.tC, .tAc{
	text-align:center;
}
.tAl{
	text-align:left!important;
}
.tAr{
	text-align: right!important;
}
.alignleft{
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright{
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter{
	display: bloc;
	margin: auto;
}
.cB{
	clear:both !important;
	margin:0 !important;
	padding:0 !important;
	float:none !important;
	position:static !important;
	height:0 !important;
	width:0 !important;
	font-size:0 !important;
}
/*##################################################################################*/

/*#############################   BREADCRUMBS   #####################################*/
.hBreadcrumbs{
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
}
ul#breadcrumbs{
	list-style-type:none;
	margin:0;
	color:#d00000;
}
#breadcrumbs li{
	display:inline;
	line-height:60px;
}
#breadcrumbs .fa{
	color:#444;
}
/*##################################################################################*/

/*########################   GENERAL PAGE CLASSES   ################################*/
.hSingle, .hPage, #NotFound{
	margin:2.5em auto;
}
#hContent h1{
	margin-top:0;
}
.PostFeaturedImage{
	padding-bottom:1.5em;
}
.pageTlt{
	background-color: #d51a27;
}
.pageTlt h1{
	text-align: center;
	color: #fff;
	margin: 0.5em 0;
}
/*##################################################################################*/

/*##############################   ACCORDION   #####################################*/
.accordion{
	margin:0;
}
.accordion-navigation > a{
	border-bottom:1px #ddd solid;
}
.accordion-title{
	font-size: 1em;
	color: #d51a27;
}
.accordion-item.is-active .accordion-title, .accordion-title:hover, .accordion-title:focus{
	background: #d51a27;
	color: #fff;
}
/*##################################################################################*/

/*##############################   TABS   #####################################*/
.tabs-title > a {
	font-size: 1em;
	color: #d51a27;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #d51a27;
	color: #fff;
}
.tabs-panel p:last-of-type{
	margin-bottom: 0;
}
/*##################################################################################*/

/*############################   BLOG   #################################*/
.hBlog h4{
	margin: 1.5em 0 0.5em 0;
}
.hBlog .storyBox{
	margin-bottom: 4em;
}
.postThumbnail{
	float: left;
	margin-right: 1.5em;
}
.pageNavi{
	text-align: center;
	padding: 25px 0;
}
.storyTlt{
	min-height: 60px;
}
/*##################################################################################*/

/*############################   NUMBERED PAGING   #################################*/
.pageNavi{
	width: 100%;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #000;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #d51a27;
}
/*##################################################################################*/

/*##############################   SIDEBAR   #####################################*/
#searchform input[type="text"]{
	float: left;
	width: 70%;
}
#searchform input[type="submit"]{
	width: 27%;
	margin-left: 3%;
	background-color: #d51a27;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	height: 37px;
	transition: background-color 300ms ease-out;
}
#searchform input[type="submit"]:hover{
	background-color: #000;
}
#searchform br{
	display: none;
}
h4.widget-title{
	margin: 0 0 0.3em 0;
}
#sidebar{
    background-color: #eee;
    margin: 0;
    padding: 2em;
}
.widget ul{
	margin-bottom: 1.5em;
}
.widget ul li{
    margin-bottom: 10px;
}
.widget ul a{
	color: #000;
}
#sidebar .menu{
	display: block;
	padding-left: 20px;
}
#sidebar .menu li{
	list-style: disc;
}
#sidebar .menu > li > a {
    display: block;
    padding: 0;
    line-height: 1.6;
}
/*##################################################################################*/

/*##############################   404   #####################################*/
#NotFound{
	text-align:center;
}
#NotFound img{
	margin:auto;
}
#NotFound h3, #NotFound p{
	margin-bottom:0;
}
/*##################################################################################*/

/*##############################   TEAM   #####################################*/
#our-team{
	margin-top: 50px;
}
.teamMember{
	background-color: #f4f4f4;
	border-radius: 15px;
    margin-bottom: 30px;
	padding: 25px 25px 5px 25px;
	min-height: 700px;
}
.team_members_mix img{
	float: left;
	min-width: 30%;
	max-width: 30%;
	margin: 0 30px 30px 0;
}
.teamImg{
	width: 320px;
	height: 320px;
	overflow: hidden;
}
.teamImg img{
	width: 100%;
}
.teamName{
	font-size: 2em;
	margin: 1.2em 0 10px 0;
	color: #000;
	line-height: 1;
}
.teamLocation{
	display: block;
	margin-bottom: 1em;
	font-weight: 600;
}
.teamDesc{
	display: block;
    color: #000;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
}
/*##################################################################################*/

/*##############################   POST   #####################################*/
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.wp-block-latest-posts__list a{
	display: block;
	font-weight: 600;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: inline-block;
    color: #000;
	font-size: 14px;
	margin-right: 10px;
}
.singleImg{
	display: flex;
	margin-bottom: 1.5em;
    max-height: 350px;
    overflow: hidden;
}
.singleImg img{
	object-fit: contain;
    object-position: center;
}
/*##################################################################################*/

/*##############################   CONTACT   #####################################*/
.with_frm_style label.frm_primary_label{
	font-family: 'Montserrat', sans-serif!important;
	font-size: 15px!important;
	font-weight: 600!important;
	color: #000!important;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .chzn-container-multi .chzn-choices, .with_frm_style .chzn-container-single .chzn-single{
	box-shadow: none!important;
	padding: 1em!important;
    min-height: 50px!important;
    border-radius: 0!important;
}
/*##################################################################################*/

/*#############################   INTERACTIVE MAP   #####################################*/
.fullPage .row{
	max-width: calc(100% - 2.5em);
}
#map {
	border: 1px solid black;
	width: 100%;
}
#table {
	border: 1px solid black;
	padding: 2em;
	overflow: scroll;
}
#mapid {
	width: 100%; 
	height: 800px;
}
#incident {
	position: fixed;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	border: 1px solid black;
	background: white;
	z-index: 10000;
}
#myContent {
	position: absolute;
	right: 0;
	top: 20px;
	left: 50%;
	bottom: 0;
	border: 1px solid black;
	overflow-x: auto;
}
#myTimeline {
	position: absolute;
	right: 0;
	top: 20px;
	left: 0px;
	right: 50%;
	bottom: 0;
	border: 1px solid black;
	overflow-x: auto;
}
#example{
	border: 1px solid black;
}
#example thead tr{
    background-color: #000;
    color: #fff;
}
#table{
	min-height: 802px;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index: 10000;
}
.modal-content {
	position: fixed;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	border: 1px solid black;
	background: white;
	z-index: 10001;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.dataTables_wrapper .dataTables_filter input{
	margin-left: 0!important;
}
#table .dataTables_wrapper .dataTables_paginate .paginate_button.current, #table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 0 !important;
	background: #111 !important;
	border-radius: 0 !important;
}
#table  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 0!important;
    background: #d51a27!important;
}
#table .dataTables_wrapper .dataTables_paginate .paginate_button{
	border: 0!important;
}
#table .dataTables_wrapper .dataTables_filter input, #table .dataTables_wrapper .dataTables_length select{
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
}
#table .dataTables_wrapper .dataTables_paginate {
    padding-top: 1em;
}
#clear, #resetMap2{
    border-radius: 12px!important;
    background-color: #ddd!important;
	font-size: 15px!important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    padding: 1em 2em 0.8em!important;
	width: 100%;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
#clear:hover, #resetMap2:hover {
	background-color: #d51a27!important;
	color: #fff!important
}
#myModal2 {
	background: #fff;
	top: 15%!important;
	left: 50%;
	width: 500px;
	height: auto;
	margin-left: -250px;
	padding: 0;
	box-shadow: 1px 10px 5px -6px rgba(0,0,0,0.51);
	-webkit-box-shadow: 1px 10px 5px -6px rgba(0,0,0,0.51);
	-moz-box-shadow: 1px 10px 5px -6px rgba(0,0,0,0.51);
}
#myModal2:focus-visible {
    outline: 0;
}
#myContent2{
	padding: 45px 25px 0 25px; 
	overflow-y: scroll;
	max-height: 625px;
}
#myContent2 .tAc img{
	margin: auto;
    float: none;
	border-radius: 100%;
	border: 5px solid #fff;
	filter: brightness(1.1);
	margin-bottom: 1rem;
}
#myContent2 p{
	margin-bottom: 0.5rem;
}
.victimBox{
	border: 2px solid #d51a27;
    padding: 25px;
    border-radius: 10px;
	margin-bottom: 25px;
}
.victimBox .button, .suspectBox .button{
	margin-top: 10px;
	margin-bottom: 0;
}
.suspectBox{
	border: 2px solid #000;
    padding: 25px;
    border-radius: 10px;
	margin-bottom: 25px;
}
.modal {
	z-index: 1000 !important; 
}
#resetMap2{
	margin-top: 1rem;
	background-color: #258ef7!important;
	color: black!important;
}
.close-button{
	background-color: transparent;
	color: #bbb;
    right: 25px;
    top: 0;
    font-size: 3em;
}
.close-button:hover, .close-button:focus {
	background-color: transparent;
    color: #d51a27;
}
/*##################################################################################*/

/*#############################   TIMELINE   #####################################*/
#map2 {
    padding: 13px 20px 20px 20px!important;
    min-height: 850px;
}
#maptable #instr {
    margin-top: 20px;
    margin-bottom: 20px;
}
#maptable #myTable {
    border: 0;
}
#maptable #myTable #example{
	position: relative;
}
#maptable table thead {
    border: 0;
}
#maptable thead tr {
    background-color: transparent;
    color: #fff;
    border: 0;
}
#maptable tbody tr:nth-child(even) {
    background-color: transparent;
}
#maptable table thead th{
	background-color: #000;
	position: sticky;
	top: 0;
}
#maptable #myTable td {
	border: 1px solid #cacaca;
}
#myTimeline2 #timelinestyle {
    background-color: #f4f4f4;
	min-height: 777px;
}
#timelinestyle .tlcontent{
	min-height: 196px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 25px;
    clear: both;
}
#timelinestyle .tlcontent .imgwrap {
    float: right;
	margin: 0 0 0 30px;
}
#timelinestyle .tlcontent .imgwrap img{
	max-width: 130px;
}
#timelinestyle .tlcontent .textwrap{
	font-weight: bold;
}
#myTimeline2 .button{
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}
#timelinestyle .tlcontent .button{
	float: none;
	margin-top: 1rem;
	margin-bottom: 0;
}
.timeline-me-smallitem .timeline-me-label .timeline-me-picto{
	border: 3px solid #000!important;
}
.timeline-me-track:before {
    background: #000!important;
}
.incidentClass, .arrestClass{
    padding: 10px 25px!important;
	margin-left: 0!important;
}
.btn2{
    float: left;
	font-size: 27px!important;
    background: #ddd!important;
    padding: 12px 25px 11px 25px!important;
    margin: -5px 10px 0 0!important;
}
#timelineheader {
    height: 38px!important;
}
@media screen and (max-width: 48em) {
	#myModal2 {
		top: 0px!important;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		max-height: 100%;
		margin-left: 0;
	}
	#myContent2{
		max-height: 100%;
	}
	#map{
		margin-top: 1rem;
	}
	#userwayAccessibilityIcon{
		display: none;
	}
	/*##################################################################################*/

	/*#############################   TIMELINE   #####################################*/
	#myTable {
		height: 228px!important;
		margin-bottom: 30px;
	}
	#maptable table thead th {
		top: -2px;
	}
	#map2 {
		min-height: 800px!important;
		padding: 20px 0 0 0!important;
	}
	#myTimeline2 #timelinestyle{
		padding:15px;
	}
	.timeline-me-smallitem.timeline-me-left .timeline-me-content-container, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-content-container, .timeline-me-smallitem.timeline-me-right .timeline-me-content-container{
		width: 100%!important;
		margin-left: 0!important;
		padding-right: 0!important;
		padding-left: 0!important;
	}
	#timelineheader {
		height: 45px!important;
		padding-left: 15px;
	}
	.timeline-me-item, .timeline-me-item:first-child {
		margin: 60px 0px 80px 0!important;
	}
	#timelinestyle .tlcontent .button{
		width: 100%;
	}
	#timelinestyle .tlcontent{
		text-align: center;
	}
	#timelinestyle .tlcontent .imgwrap {
		float: none;
		margin: auto;
	}
	#timelinestyle .tlcontent .textwrap {
		margin-top: 1rem;
	}
	.timeline-me-vertical .timeline-me-track:before {
		left: 18px!important;
	}
	.timeline-me-smallitem.timeline-me-left .timeline-me-label, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label, .timeline-me-smallitem.timeline-me-right .timeline-me-label{
		right: auto!important;
		left: 0px!important;
		top: -50px!important;
		margin-left: 0!important;
		padding-left: 45px!important;
	}
	.timeline-me-smallitem.timeline-me-right .timeline-me-label .timeline-me-picto {
		right: auto!important;
		left: 0!important;
	}
}

/*##################################################################################*/

/*################################   YEAR TO DATE   #####################################*/
.hPage .ytdTitle{
	background-color: #111;
	font-size: 16px;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 25px;
	color: #fff;
	text-align: center;
}
.hPage .ytdTitle strong{
	color: #d51a27;
}
.hPage .wp-block-table{
	overflow: inherit;
}
.hPage .wp-block-table, .hPage .wp-block-table table{
	font-size: 16px;
	margin-bottom: 0;
}
.hPage .wp-block-coblocks-accordion-item {
    margin: 0;
}
.hPage table thead {
    background: #d51a27;
    border: 1px solid #d51a27;
    color: #fff;
}
.hPage table tbody{
	border: 1px solid #eee!important;
}
.hPage table thead th, .hPage table tbody th, .hPage table tbody td {
    padding: 1rem;
}
.hPage table tbody tr{
	border-bottom: 1px solid #eee;
}
.hPage table tbody tr:nth-child(even) {
    background-color: #fff;
}
.hPage .wp-block-coblocks-accordion-item__content {
	border: 1px solid #eee;
    border-radius: 0;
    border-top: 0;
	padding: 25px;
}
.hPage .ytdTotal{
	background: #111;
	font-weight: bold;
    border: 1px solid #111;
    color: #fff;
}
.hPage .advgb-accordion-header, .hPage .advgb-accordion-header.ui-accordion-header.ui-state-default{
    background-color: #eee!important;
	color: #111!important;
	font-weight: bold;
    font-size: 16px;
    border-radius: 0!important;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
	cursor: pointer;
	border-color: transparent;
}
.hPage .advgb-accordion-body, .hPage .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content{
    border-color: #eee;
}
.advgb-accordion-header-icon svg{
	fill: #111;
}
.hPage .wp-block-coblocks-accordion-item__title:focus {
    outline: none;
}
.hPage .wp-block-coblocks-accordion-item__title:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #111 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    left: auto;
    right: 30px;
    margin-top: 22px;
}
.hPage .wp-block-separator {
    max-width: 100%;
    border-top: 0;
    border-bottom: 1px solid #eee;
    margin: 3em 0;
}
.hPage .advgb-accordion-header-icon{
	margin-right: 0;
}
