/*
Breakpoints:;
Mobile: 400px
Tablet: 632px
Desktop: 900px
*/

/*Section: Mobile/Tablet*/
/*Section Wrapper*/
.brandspotlight {
	position: relative;
	max-width: 100%;
	margin-top: 0rem;
	margin-right: 0rem;
	margin-bottom: -1rem;
	margin-left: 0rem;
	font-size: 1.4rem;
}
/*Font*/
.brandspotlight h1, .brandspotlight p.lede {
	font-family: "GT Walsheim", Arial, sans-serif;
}
.brandspotlight p {
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
}
.brandspotlight p.lede {
	font-size: 1.6rem;
}
/*Stylings*/
.brandspotlight p.lede, .brandspotlight p {
	color: #FFFFFF;
	margin-top: 0;
}
.brandspotlight a:hover, .brandspotlight .brandspotlightLeft a:hover, 
	.brandspotlight .brandspotlightRight a:hover, .brandspotlight .full-width-left a:hover, 
		.brandspotlight .full-width-right a:hover {
	text-decoration: underline !important;
	text-decoration-color: #FFFFFF !important;
}
.brandspotlight a:focus, .brandspotlight .brandspotlightLeft a:focus, 
	.brandspotlight .brandspotlightRight a:focus, .brandspotlight .full-width-left a:focus, 
		.brandspotlight .full-width-right a:focus {
	text-decoration: underline !important;
	text-decoration-color: #FFFFFF !important;
}
.brandspotlight h1 {
	color: #FFFFFF;
	margin-bottom: 0rem;
	/*font-size: 3rem;*/
	font-size: 1.8rem;
	font-weight: normal;
}
.brandspotlight .brandspotlightLeft {
	text-align: left;
	/*padding-right: 1rem;*/
	padding-right: 0rem;
}
.brandspotlight .brandspotlightRight {
	text-align: left;
	/*padding-left: 1rem;*/
	padding-left: 0rem;
}
.brandspotlight .brandspotlightLeft h1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3rem;
	/*padding-right: 26rem;*/
	background-color: #008763;
}
.brandspotlight .brandspotlightRight h1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 3rem;
	/*padding-left: 26rem;*/
	padding: 1rem 3rem;
	background-color: #004FA2;
}
.brandspotlight .full-width-left {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
	padding-top: 4%;/*4.8rem;*/
	/*padding-bottom: 4%;*//*1.6rem;*/
	padding-left: 4%;/*8rem;*/
	padding-right: 2%;/*3.2rem;*/
	/*margin-right: 1rem;*/
	margin-bottom: 1rem;
}
.brandspotlight .full-width-right {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
	padding-top: 4%;/*4.8rem;*/
	/*padding-bottom: 4%;*//*1.6rem;*/
	padding-left: 4%;/*3.2rem;*/
	padding-right: 2%;/*8rem;*/
	/*margin-right: 1rem;*/
	margin-bottom: 1rem;
}

/*Section: Desktop*/
@media (min-width: 991px) {
	.brandspotlight p {
		font-family: Arial, sans-serif;
		font-size: 1.6rem;
	}
	.brandspotlight p.lede {
		font-size: 2.4rem;
	}
	.brandspotlight h1 {
		color: #FFFFFF;
		margin-bottom: 0rem;
		font-size: 3rem;
		font-weight: normal;
	}
	.brandspotlight .brandspotlightLeft {
		text-align: left;
		padding-right: 1rem;
	}
	.brandspotlight .brandspotlightRight {
		text-align: left;
		padding-left: 1rem;
	}
	.brandspotlight .brandspotlightLeft h1 {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 8rem;
		/*padding-right: 26rem;*/
		background-color: #008763;
	}
	.brandspotlight .brandspotlightRight h1 {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-right: 8rem;
		/*padding-right: 26rem;*/
		background-color: #004FA2;
	}
	.brandspotlight .full-width-left {
		position: absolute;
		bottom: 0;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.85);
		padding-top: 8%;/*4.8rem;*/
		/*padding-bottom: 6.5%;*//*4rem;*/
		padding-left: 13%;/*8rem;*/
		padding-right: 5%;/*3.2rem;*/
		margin-right: 1rem;
		/*margin-bottom: 1rem;*/
		overflow-y: auto;
		height: 300px;
	    height: clamp(25%, calc(400px - 10vw), 45%);
	}
	.brandspotlight .full-width-right {
		position: absolute;
		bottom: 0;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.85);
		padding-top: 8%;/*4.8rem;*/
		/*padding-bottom: 6.5%;*//*4rem;*/
		padding-left: 5%;/*3.2rem;*/
		padding-right: 13%;/*8rem;*/
		/*margin-right: 1rem;*/
		margin-bottom: 1rem;
		overflow-y: auto;
		height: 300px;
		height: clamp(25%, calc(400px - 10vw), 45%);
	}
}