label.required::after {
	content: "*";
	color: #D11F2D;
	margin-left: 2px;
}

.hp-main-slideshow .slide-bg::after {
	background: rgba(0,0,0,.07);
}
.top-unset {
	top: unset !important;
}

@media(max-width: 1300px) {
	#hp-slideshow-arrows #hp-slideshow-controls .slick-dots li button {
		width:30px;
	}
}