@charset "UTF-8";

body {
	padding-top: 5.0rem;
}

.i-header {
	height: 4.0rem;
}

.pages-hero-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hover-card {
	border-bottom: 4px solid transparent;
}

.hover-card:hover {
	background-color: #dc354621 !important;
	border-bottom: 4px solid #dc3545;
	transition: all 0.2s ease-in-out;
}