/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.promo-dark a:hover {
	color: #fff;
}

.role-other {
	display: none;
}

.lms-section {
	height: 599px; 
	
}

.lms-section-img {
	background-position:  50% 50%;
	background-size: cover;
	background-repeat:  no-repeat;
}

.lms-section-alt {
	background-color: rgb(245, 245, 245);
}


@media (max-width: 768px) {
	.lms-section-img {
		max-height: 300px
	}
}