/* codeDESIGN - custom_code_hardcoded_featured.css */
@charset "utf-8";

/* CUSTOM CODE FEATURED */
.custom_code_hardcoded_featured [class^="col-"],
.custom_code_hardcoded_featured [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_hardcoded_featured {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* CUSTOM CODE FEATURED WELCOME STRIPE */
div.custom_code_hardcoded_featured_welcome_stripe {
	background: #9C0147 url(/a_layout/images/bg_stripe_1920x400.jpg) no-repeat center;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 100px 0px;
	color: #ffffff;
	position: relative;
}
div.custom_code_hardcoded_featured_welcome_stripe_separator {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 10px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}
div.custom_code_hardcoded_featured_welcome_stripe_separator_top {
	top: 0px;
}
div.custom_code_hardcoded_featured_welcome_stripe_separator_bottom {
	bottom: 0px;
}
div.custom_code_hardcoded_featured_welcome_stripe_content {
	width: 70%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.custom_code_hardcoded_featured_welcome_stripe_content {
		width: 100%;
		padding: 0px 40px 0px 40px;
	}
	
}
div.custom_code_hardcoded_featured_welcome_stripe_content h3 {
	font: var(--font-h1_component);
	font-style: normal;
	color: #ffffff;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #ffffff;
	border: none;
}
div.custom_code_hardcoded_featured_welcome_stripe_content h2 {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
div.custom_code_hardcoded_featured_welcome_stripe_content h3:after,
div.custom_code_hardcoded_featured_welcome_stripe_content h2:after {
	display: none;
}
div.custom_code_hardcoded_featured_welcome_stripe_introtext {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.custom_code_hardcoded_featured_welcome_stripe_content a,
div.custom_code_hardcoded_featured_welcome_stripe_content a:link,
div.custom_code_hardcoded_featured_welcome_stripe_content a:visited {
	color: #ffffff;
	text-decoration: none;
}