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;
	}
}
#hp-gallery-arrows .slick-arrow.slick-next, #application-arrows .slick-arrow.slick-next, #testimonial-arrows .slick-arrow.slick-next {
	border-left: 1px solid var(--bs-light);
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}