#container .AdvSearch-wrapper {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 25px;
}

#container .AdvSearch-wrapper form {
	width: 30%;
	padding: 0 25px;
}
#container .AdvSearch-wrapper div {
	width: 100%;
}

#container .AdvSearch-wrapper #AdvSearch #label {
	width: 100%;
	text-align: left;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #796363;
}

.custom-pagination {
	display: flex;
}

#container .AdvSearch-wrapper #AdvSearch input,
#container .AdvSearch-wrapper #AdvSearch select {
	width: 100%;
	height: 55px !important;
}

#container .AdvSearch-wrapper #AdvSearch .checkBoxType {
	display: flex;
  	align-content: center;
	
}

#container .AdvSearch-wrapper #AdvSearch .checkBoxType input {
	width: 50px;
  	height: 22px !important;
}

#container .AdvSearch-wrapper #AdvSearch .checkBoxType label {
	font-size: 18px;
	font-weight: 400;
}

#container .AdvSearch-wrapper #AdvSearch #sendForm {
	margin-top: 25px;
  	display: flex;
  	gap: 20px;
	justify-content: center;
}

#container .AdvSearch-wrapper #AdvSearch #sendForm input {
	width: 100%;
  	max-width: 170px;
  	font-size: 24px;
  	font-weight: 400;	
}

#container .AdvSearch-wrapper #AdvSearch #sendForm input:hover {
	border: 1px solid #333;
}

#container .AdvSearch-wrapper #AdvSearch #sendForm .submitBtn {
	background: #286467;
}

#container .AdvSearch-wrapper #AdvSearch #sendForm .resetBtn {
	background: #6aa17c;
}

#container .AdvSearch-wrapper div #reportList {
	width: 100%;
}

#container .AdvSearch-wrapper div #reportList .reportContainer {
	width: 100%;
	border: none;
	box-shadow: none;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportTitle {
	background: #286467;
	padding: 22px;
}
#container .AdvSearch-wrapper div #reportList .reportContainer .reportTitle a {
	font-family: "Anaheim", Sans-serif;
  	font-size: 25px;
  	font-weight: 700;
  	line-height: 1.2em;	
	color: #fff;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails {
	display: flex;
	margin: 20px 0;
	align-items: flex-start;
	gap: 20px;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails .reportImgContainer {
	display: flex;
	flex: 0 0 18%;	
	height: auto !important;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails .reportImgOnly {
	width: 195px !important;
	max-width: 195px !important;
	height: 195px !important;
	object-fit: cover;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails  div {
	display: flex;
  	flex: 0 0 48%;
	
	font-size: 14px;
  	line-height: 1.2em;
	color: #796363;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails  div .MetaDetailsLeft {
	flex: 0 0 18%;
	flex-wrap: wrap;
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails  div .metaXntnd {
	flex: 0 0 122px;
	flex-wrap: wrap;	
}

#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails  div .MetaDetailsRight {
	flex: 0 0 82%;
  	flex-wrap: wrap;
}

#container .AdvSearch-wrapper div #reportList .reportContainer span a {
	font-size: 18px;
  	display: flex;
  	padding: 14px 22px;
  	background: #286467;
  	color: #fff;
  	margin-top: 10px;
  	margin-bottom: 24px;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	height: 58px;
  	align-items: center;
}

#container .AdvSearch-wrapper div #reportList .reportContainer span a i {
	display: none;
}

#search-results {
	display: none;
}

#container .AdvSearch-wrapper .results {
	display: none;
}
#container .AdvSearch-wrapper #ajaxResults {
	width: 70%;
	position: relative;
}

#container .AdvSearch-wrapper #ajaxResults .resultsBox {
	width: 100%;
}

#container .AdvSearch-wrapper #ajaxResults #reportList {
	border: none;
}

#container .AdvSearch-wrapper #ajaxResults .resultsOverlay {
	display: none;
	position: absolute;
	  background: #28646791;
	  width: 100%;
	  height: 100%;
	  top: 0;
}

#container .AdvSearch-wrapper #ajaxResults .resultsOverlay.show {
	display: block;
}

#container .AdvSearch-wrapper #ajaxResults .resultsOverlay div {
	display: flex;
	justify-content: center;
	padding: 50px;
}

#container .AdvSearch-wrapper #ajaxResults .noReports {
	padding: 75px 25px;
  	font-size: 40px;
	font-weight: 700;
  	text-align: center;
	color: #796363;
}

#container .AdvSearch-wrapper #ajaxResults .resultsBox .custom-pagination {
	margin-top: 55px;
}

#container .AdvSearch-wrapper #ajaxResults .resultsBox .custom-pagination .post-numbers {
	width: 30%;
}


@media (max-width: 1024px) { 
	#container .AdvSearch-wrapper #AdvSearch #sendForm {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) { 
	
	#container .AdvSearch-wrapper {
		flex-wrap: wrap;
	}
	
	#container .AdvSearch-wrapper form, 
	#container .AdvSearch-wrapper div,
	#container .AdvSearch-wrapper #ajaxResults {
		width: 100%;
	}	
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails { 
		flex-wrap: wrap;
	}
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails .reportImgContainer {
		flex: 0 0 100%;
		margin-bottom: 24px;
	}
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails .reportImgOnly {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails  div { 
		flex: 0 0 100%;
	}

	#container .AdvSearch-wrapper #AdvSearch #sendForm input {	
		max-width: 48%;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) { 
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails { 
		flex-wrap: wrap;
	}
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails .reportImgContainer {
		flex: 0 0 100%;
		margin-bottom: 24px;
	}
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportDetails .reportImgOnly {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#container .AdvSearch-wrapper div #reportList .reportContainer .reportMetaDetails  div { 
		flex: 0 0 100%;
	}	
	
	#container .AdvSearch-wrapper #AdvSearch #sendForm input {	
		max-width: 100%;
	}	
	
}

@media (max-width: 575px) { 
	#container .AdvSearch-wrapper #AdvSearch #sendForm input {	
		max-width: 100%;
	}	
}