/* B2B Styles */

.amu .rfi2 .required-note, .apu .rfi2 .required-note {
	display: block;
	background-color: #c00;
	margin-bottom: 5px;
}
.amu .rfi2 .required-field, .apu .rfi2 .required-field {
	border: 1px solid #c00;
}

.hero-title ~ a img {margin-top: 1.8em;}
.description > h1, .success {text-align: center;}
.sbs {display: flex; flex-direction: column;}
.sbs>* {flex: 1 1 0; padding: 1em;}
.hide {display: none;}

@media only screen and (min-width: 768px) {
	.sbs {flex-direction: row; width: 100%; justify-content: space-between;}
}

/* ------ */

.roiList {column-count: 1;}

.roiList li {
	display: block;
	/* border: 1px solid #c00; */
	padding: .5em;
	break-inside: avoid;
}

.roiList li h3 {
	margin-top: 0;
}

.image-blocks .image-block div {
	color: var(--color-sec-white);
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4));
	width: 100%;
	height: 300px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
/*
.image-blocks .image-block div:hover {
	background: linear-gradient(
	rgba(var(--color-brand-tertiary--rgb),0.8),
	rgba(var(--color-brand-tertiary--rgb),0.8));
	text-decoration: none;
	opacity: 1;
}
*/
.image-blocks .image-block div h2,
.image-blocks .image-block div h3,
.image-blocks .image-block div h4,
.image-blocks .image-block div h5,
.image-blocks .image-block div h6 {
	color: var(--color-sec-white);
	margin: 1rem;
}
.image-blocks .image-block div p {
	margin: 0;
}
/* declare custom image and positioning */
.hero-viewport.hero-rfi {
	/*The next line was commented incorrectly*/
	background-image: url(/common/images/banners/apu-hero.jpg);
	background-position: 30% 0;
}

/* TESTAMONIALS */

#testimonial {

}

#testimonial blockquote {
	width: 90%;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 1em;
	margin-right: auto;
	position: relative;
	margin-left: auto;
}

#testimonial blockquote p:nth-of-type(1):before{
	content: '”';
}

#testimonial blockquote p:nth-last-of-type(1):after{
	content: '“';
}

#testimonial blockquote div {
	display: inline;
}

#testimonial blockquote div p {
	display: inline-block;
	font-style: italic;
	margin-bottom: 0;
	font-size: 110%;
}

#testimonial blockquote div p:first-of-type {
	margin-top: 0;
}

#testimonial blockquote cite{
	text-align: right;
	padding: 2em;
	font-family: var(--font-text-bold);
    font-weight: var(--font-text-weight-bold);
}

#testimonial blockquote cite span{
	font-family: var(--font-text);
	font-weight: var(--font-text-weight-light);
}

@media only screen and (min-width: 600px) {
	.roiList {
		column-count: 2;
	}
}

@media only screen and (min-width: 900px) {
	.roiList {
		column-count: 3;
	}

	#testimonial blockquote {
		width: 60%;
	}
}

@media only screen and (max-width: 800px) {
	/* declare custom image, positioning, and desired min-height */
	.hero-viewport.hero-rfi .hero-spacer:first-of-type {
		background-position: center left;
		min-height: 300px;
	}
