h1 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ea8a00;
	border-bottom: 10px solid #ea8a00;
  text-transform: uppercase;
}
@media (max-width: 767px) {
	h1 {font-size: 14px;}
}
hr {
  border-top: 10px solid #ea8a00;
	margin: 10px 0 0;
}
.picItem {
	margin-bottom: 10px;
}
.picItem a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.picItem img {
	width: 100%;
	border-radius: 5px;
}

.infoBox h3 {
	color: #ea8a00;
	font-weight: bold;
}
.infoBox a {
	line-height: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}