/* Home Banner CSS Rules (shared between hero and ribbon)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-hero {
	color: var(--byu-white);
}

.home-hero__tag {
	font-family: var(--ringside-ssm);
	font-size: 11px;
	text-transform: uppercase;
	background-color: var(--pgsp-theme-color);
	border-radius: 6px;
	padding: 0.375rem 1.25rem;
}

.home-hero__tag--gray {
	background-color: #626262;
}

.home-hero__button-icon {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.home-hero__button {
	display: flex;
	align-items: center;
	font-family: var(--ringside-ssm);
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 14px 22px 13px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	margin: 0.5rem;
}

.home-hero__button:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.12);
}

/* Global Banner CSS Rules (apply across all template-parts)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-banner {
	display: flex;
	flex-direction: column;
}

.home-banner__supertext {
	font-family: var(--ringside-ssm);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	opacity: 0.7;
	margin: 22px 0 0;
}

.home-banner__tag-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 2.75rem 0 0;
}

.home-banner__tag-text {
	font-family: var(--source-serif-pro);
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	color: #d5d5d6;
	letter-spacing: 0.5px;
	margin-top: 0.75rem;
}

.home-banner__heading {
	max-width: 400px;
	font-family: var(--ringside-ssm);
	font-size: 37px;
	font-weight: 400;
	text-align: center;
	line-height: 1.3;
	padding: 0 1rem;
	margin: 0.5rem 0 0;
}

.home-banner__subheading {
	font-family: var(--ringside-ssm);
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 12px 0;
}

@media (min-width: 640px) {

	.home-banner__supertext {
		letter-spacing: 2.3px;
		margin-top: 24px;
	}

	.home-banner__tag-wrapper {
		flex-direction: row;
		margin-top: 3.5rem;
	}

	.home-banner__tag-text {
		font-size: 25px;
		margin: 0 0 0 1rem;
	}

	.home-banner__heading {
		max-width: 963px;
		font-size: 59px;
		letter-spacing: 0.5px;
		margin: 18px 0 0;
	}

	.home-banner .home-hero__button {
		margin-top: 0.5rem;
	}
}

/* Christ Collection Banner CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-banner__christ-collection {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #897e6b;
	position: relative;
}

.home-banner__christ-picture {
	height: 215px;
}

.home-banner__christ-picture img {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

@media (min-width: 640px) {

	.home-banner__christ-collection {
		background-color: unset;
		padding-bottom: 80px;
		z-index: 1;
	}

	.home-banner__christ-picture {
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 0;
	}
}

/* Basic Banner CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-banner__text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 5rem;
	z-index: 1;
}

.home-banner__picture {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

.home-banner__picture img {
	height: 100%;
	width: 100vw;
	object-position: center;
	object-fit: cover;
}

/* Christ Collection Banner (Version 2) CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-banner__picture--christ-version-two img {
	object-position: bottom;
}

/* Parable of the Bicycle Banner CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-banner--bicycle .home-banner__heading {
	max-width: unset;
}

/* "Featured Collections" Banner CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-banner__featured-collections {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2rem;
	position: relative;
	z-index: 1;
}

.home-banner__collections {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
}

.home-banner__featured-picture {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

.home-banner__featured-picture img {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

@media (min-width: 640px) {

	.home-banner__featured-collections {
		padding-bottom: 5.25rem;
	}

	.home-banner__featured-collections .home-banner__tag-wrapper {
		margin-top: 5.5rem;
	}

	.home-banner__featured-collections .home-banner__heading {
		margin-top: 0.75rem;
	}

	.home-banner__featured-collections .home-banner__collections {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 1.25rem;
	}
}

/* Ribbon CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-ribbon {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--source-serif-pro);
	text-align: center;
	background-color: #80a5d0;
	padding: 1.5rem 0;
}

.home-ribbon .home-hero__tag {
	margin-bottom: 1rem;
}

.home-ribbon__text-wrapper {
	display: grid;
	grid-auto-flow: row;
	grid-row-gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.home-ribbon__title {
	font-size: 1.4rem;
	line-height: 1.25;
	padding: 0 1rem;
}

.home-ribbon__text-separator {
	display: none;
	font-size: 1.3125rem;
	font-weight: 300;
}

.home-ribbon__sub-text {
	font-size: 0.73rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 1rem;
}

.home-ribbon .home-hero__button:hover {
	background-color: #96b9e2;
}

@media (min-width: 800px) {

	.home-ribbon {
		min-height: 72px;
		flex-direction: row;
		justify-content: center;
		padding: 0 0.75rem;
	}

	.home-ribbon .home-hero__tag {
		margin-bottom: unset;
	}

	.home-ribbon__text-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 1rem 0;
	}

	.home-ribbon__text-separator {
		display: inline-block;
	}
}

/* Mobile Inspiring Shorts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.inspiring-card__container--mobile {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.inspiring-card__container--mobile .inspiring-card {
	height: 172px;
	width: 238px;
	margin: 10px 0;
}

.inspiring-card .inspiring-card__title {
	display: block;
}

.slider-header.slider-header--mobile {
	margin: 0 auto;
	padding-left: 15px;
}

.slider__page-link {
	padding-bottom: 5px;
	border-bottom: var(--pgsp-theme-color) solid 1px;
	color: var(--pgsp-theme-color);
	font-family: var(--ringside-ssm);
}

.page-link__text {
	padding-right: 35px;
	width: 262px;
	text-align: right;
	margin: 10px auto 96px;
}

@media (min-width: 600px) {

	.inspiring-card__container--mobile,
	.page-link__text--mobile,
	.slider-header.slider-header--mobile {
		display: none;
	}

	.page-link__text {
		width: calc(100% - 34px);
		padding: 0;
	}
}

@media (min-width: 640px) {

	.page-link__text {
		width: 606px;
	}
}

@media (min-width: 1024px) {

	.page-link__text {
		width: 850px;
	}
}

@media (min-width: 1200px) {

	.page-link__text {
		width: 1102px;
	}
}

@media (min-width: 1480px) {

	.page-link__text {
		width: 1430px;
	}
}

/* Speech Slider Container Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.speech-sliders {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3.75rem 0 2rem 0;
}

@media (min-width: 800px) {

	.speech-sliders {
		display: grid;
		grid-template-columns: max-content max-content;
		grid-column-gap: 4rem;
		justify-content: center;
		align-items: flex-start;
	}
}

/* Speech Slider Module Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slider-header {
	width: 262px;
	font-family: var(--ringside-ssm);
	font-size: 21px;
	font-weight: 500;
	color: var(--byu-navy);
	padding-left: 35px;
	margin: 0;
}

#slider-module--recent,
#slider-module--beloved,
#slider-module--upcoming {
	--content-height: 467px;
	--content-width: 225px;
	--content-spacing: 3px;
	--frame-width: 1;
	--arrow-width: 30px;
	--scroll-snap-duration: 300;
}

#slider-module--podcasts {
	--content-height: 521px;
	--content-width: 210px;
	--content-spacing: 5px;
	--frame-width: 1;
	--arrow-width: 30px;
	--scroll-snap-duration: 300;
	margin-bottom: 5rem;
}

#slider-module--podcasts .subscribe__text {
	font-size: 16px;
	color: var(--byu-navy);
}

.slider-module__wrapper--inspiring-shorts {
	display: none;
}

.slider-module__wrapper--inspiring-shorts .inspiring-card__author {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 7px;
}

#slider-module--inspiring-shorts {
	--content-height: 172px;
	--content-width: 238px;
	--content-spacing: 5px;
	--frame-width: 1;
	--arrow-width: 30px;
	--scroll-snap-duration: 300;
}

#slider-module--podcasts .podcast-card {
	min-width: 210px;
}

#slider-module--inspiring-shorts .inspiring-card {
	min-width: 210px;
}

.inspiring-card__container--mobile .inspiring-card__title-wrapper,
#slider-module--inspiring-shorts .inspiring-card__title-wrapper {
	padding: 9px 5px 9px 20px;
}

#slider-module--recent .slider-module__frame,
#slider-module--beloved .slider-module__frame,
#slider-module--upcoming .slider-module__frame,
#slider-module--podcasts .slider-module__frame {
	padding: 1rem 0 3rem;
}

#slider-module--inspiring-shorts .slider-module__frame {
	padding: 1rem 0 1rem;
}

#slider-module--recent .slider-module__arrow,
#slider-module--beloved .slider-module__arrow,
#slider-module--upcoming .slider-module__arrow,
#slider-module--podcasts .slider-module__arrow,
#slider-module--inspiring-shorts .slider-module__arrow {
	margin-top: 1rem;
}

#slider-module--recent .slider-module__arrow-icon,
#slider-module--beloved .slider-module__arrow-icon,
#slider-module--upcoming .slider-module__arrow-icon {
	margin-bottom: 2rem;
}

#slider-module--podcasts .slider-module__arrow-icon {
	margin-bottom: 1.5rem;
}

.slider-holder__1,
.slider-holder__2 {
	max-width: 100%;
}

@media (min-width: 400px) {

	#slider-module--recent,
	#slider-module--beloved,
	#slider-module--upcoming {
		--content-spacing: 5px;
		--arrow-width: 50px;
	}

	.slider-header {
		width: 245px;
		padding-left: 60px;
	}
}

@media (min-width: 600px) {

	#slider-module--podcasts {
		--content-height: 238px;
		--content-width: 486px;
		--arrow-width: 50px;
	}

	#slider-module--inspiring-shorts {
		--arrow-width: 50px;
		--frame-width: 2;
	}

	.slider-module__wrapper--inspiring-shorts {
		display: block;
	}
}

@media (min-width: 640px) {

	.slider-holder__1 .slider-module__wrapper #slider-module--recent,
	.slider-holder__1 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__1 .slider-module__wrapper #slider-module--upcoming,
	.slider-holder__2 .slider-module__wrapper #slider-module--recent,
	.slider-holder__2 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__2 .slider-module__wrapper #slider-module--upcoming {
		--frame-width: 2;
	}

	.slider-module__wrapper--podcasts,
	.slider-module__wrapper--inspiring-shorts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.slider-header {
		width: 480px;
	}

	.slider-module__wrapper--podcasts .slider-header,
	.slider-module__wrapper--inspiring-shorts .slider-header {
		width: 550px;
		padding-left: 60px;
	}
}

@media (min-width: 800px) {

	.slider-holder__1 .slider-module__wrapper #slider-module--recent,
	.slider-holder__1 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__1 .slider-module__wrapper #slider-module--upcoming,
	.slider-holder__2 .slider-module__wrapper #slider-module--recent,
	.slider-holder__2 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__2 .slider-module__wrapper #slider-module--upcoming {
		--frame-width: 1;
	}

	.slider-header {
		width: 245px;
	}
}

@media (min-width: 1024px) {

	.slider-holder__1 .slider-module__wrapper #slider-module--recent,
	.slider-holder__1 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__1 .slider-module__wrapper #slider-module--upcoming {
		--frame-width: 2;
	}

	#slider-module--inspiring-shorts {
		--frame-width: 3;
	}

	.slider-module__wrapper--inspiring-shorts .slider-header {
		width: 795px;
	}
}

@media (min-width: 1200px) {

	#slider-module--podcasts {
		--frame-width: 2;
	}

	#slider-module--inspiring-shorts {
		--content-height: 218px;
		--content-width: 321px;
	}

	.slider-module__wrapper--podcasts .slider-header,
	.slider-module__wrapper--inspiring-shorts .slider-header {
		width: 1040px;
	}
}

@media (min-width: 1250px) {

	.slider-holder__2 .slider-module__wrapper #slider-module--recent,
	.slider-holder__2 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__2 .slider-module__wrapper #slider-module--upcoming {
		--frame-width: 2;
	}
}

@media (min-width: 1480px) {

	.slider-holder__1 .slider-module__wrapper #slider-module--recent,
	.slider-holder__1 .slider-module__wrapper #slider-module--beloved,
	.slider-holder__1 .slider-module__wrapper #slider-module--upcoming {
		--frame-width: 3;
	}

	#slider-module--inspiring-shorts {
		--frame-width: 4;
	}

	.slider-module__wrapper--inspiring-shorts .slider-header {
		width: 1370px;
	}
}

@media (min-width: 1640px) {

	#slider-module--podcasts {
		--frame-width: 3;
	}

	.slider-module__wrapper--podcasts .slider-header {
		width: 1370px;
	}
}

/* Podcast Slider CSS Rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slider--podcast-items {
	margin-bottom: 5.625rem;
}

.slider--podcast-items .slider__container {
	margin: 0 auto;
}

.slider--podcast-items .podcast-items__header {
	width: 230px;
	padding-left: 1rem;
	margin: 3rem auto 1rem;
}

@media (min-width: 600px) {

	.slider__window.slider__window--podcast,
	.slider--podcast-items .podcast-items__header {
		width: 506px;
	}

	.slider--podcast-items .slider__frame-controls {
		bottom: 0;
	}

	.slider--podcast-items {
		margin-bottom: 7.8125rem;
	}
}

@media (min-width: 830px) {

	.slider__window.slider__window--podcast,
	.slider--podcast-items .podcast-items__header {
		width: 760px;
	}

	.slider__window--podcast {
		margin-right: 10px;
	}
}

@media (min-width: 1100px) {

	.slider__window.slider__window--podcast,
	.slider--podcast-items .podcast-items__header {
		width: 1012px;
	}

	.slider__window--podcast {
		margin-right: 0;
	}
}

@media (min-width: 1400px) {

	.slider__window.slider__window--podcast,
	.slider--podcast-items .podcast-items__header {
		width: 1240px;
	}

	.slider__window--podcast {
		margin-right: 10px;
	}
}

/* Explore By Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.explore-by {
	background-color: var(--pgsp-grey);
}

.explore-by__grid {
	display: grid;
	grid-template: max-content repeat(2, 124px) / 1fr 1fr;
	justify-items: center;
	align-items: center;
	justify-content: space-around;
	grid-row-gap: 3.5rem;
	width: 100%;
	margin: 3rem auto 6rem auto;
}

.explore-by__header,
.explore-by__link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.explore-by__header {
	width: 100%;
	grid-area: 1 / 1 / 2 / 3;
}

.explore-by__header hr {
	flex: 1 0 auto;
	border-style: unset;
	border-bottom: #fff solid 1px;
}

.explore-by__header h2 {
	font-family: var(--ringside-ssm);
	font-size: 0.875rem;
	font-weight: 400;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin: 0.75rem 2.25rem;
}

.explore-by__link {
	width: 124px;
	height: 124px;
	background-color: #fff;
	border-radius: 50%;
}

.explore-by__link:hover {
	background-color: #e3e3e3;
}

.explore-by__link h3 {
	font-family: var(--ringside-ssm);
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--pgsp-theme-color);
}

@media (min-width: 450px) {

	.explore-by__grid {
		grid-template: max-content repeat(2, 186px) / 1fr 1fr;
		justify-content: space-between;
	}

	.explore-by__link {
		width: 186px;
		height: 186px;
	}

	.explore-by__link h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 800px) {

	.explore-by__grid {
		max-width: 1169px;
		grid-template: max-content auto / repeat(4, 1fr);
	}

	.explore-by__header {
		grid-area: 1 / 1 / 2 / 5;
	}
}

/* Cornerstone Collections Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cornerstone-collections {
	background-color: #80a5d0;
	padding: 0 0 5rem 0;
}

.cornerstone-collections__grid {
	display: grid;
	grid-template: max-content repeat(4, auto) / 1fr;
	grid-row-gap: 2.5rem;
	margin: 0 auto;
}

.cornerstone-collections__header {
	display: flex;
	padding: 3rem 0 1rem;
	align-items: center;
}

.cornerstone-collections__header-rule {
	flex: 1 0 auto;
	border-style: unset;
	border-bottom: #ededed solid 1px;
}

.cornerstone-collections__header-text {
	font-family: var(--ringside-ssm);
	font-size: 0.875rem;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin: 0.75rem 2rem;
}

.cornerstone-collections__card {
	display: grid;
	grid-template-columns: 106px auto;
	grid-column-gap: 7px;
	padding: 0 20px;
}

.cornerstone-collections__card-image {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.cornerstone-collections__title {
	color: #fff;
	font-size: 1.125rem;
	font-family: var(--ringside-ssm);
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin: 0;
}

.cornerstone-collections__button {
	font-family: var(--ringside-ssm);
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0.5rem 0.9375rem;
	border: 1px solid #012e5d;
	border-radius: 3px;
	background: none;
	color: #012e5d;
	margin-top: 1rem;
}

.cornerstone-collections__button:hover {
	cursor: pointer;
	background: #012e5d;
	color: #fff;
}

@media (min-width: 600px) {

	.cornerstone-collections__grid {
		grid-template: max-content repeat(2, auto) / 1fr 1fr;
	}

	.cornerstone-collections__header {
		grid-area: 1 / 1 / 2 / 3;
	}
}

@media (min-width: 1124px) {

	.cornerstone-collections__grid {
		max-width: 1169px;
		grid-template: max-content auto / repeat(4, 1fr);
	}

	.cornerstone-collections__header {
		grid-area: 1 / 1 / 2 / 5;
	}

	.cornerstone-collections__title {
		margin: 0;
	}
}

/* Types of Speeches Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.speech-types {
	width: 100%;
	background-color: #fff;
}

.speech-types__grid {
	display: grid;
	grid-template: max-content repeat(4, auto) / 1fr;
	justify-items: center;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	font-family: var(--ringside-ssm);
	font-weight: 300;
	padding-bottom: 32px;
}

.speech-types__header,
.speech-types__link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.speech-types__header {
	padding: 3rem 0 0;
	width: 100%;
	grid-area: 1 / 1 / 2 / 2;
}

.speech-types__header hr {
	flex: 1 0 auto;
	border-style: unset;
	border-bottom: var(--pgsp-grey) solid 1px;
}

.speech-types__header h2 {
	font-family: var(--ringside-ssm);
	font-size: 0.875rem;
	font-weight: 400;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin: 0.75rem 2.25rem;
}

.speech-types__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100vw;
	height: fit-content;
	margin: 3rem 0;
	padding: 0 55px;
	box-sizing: border-box;
	position: relative;
}

.speech-types__card img {
	width: 20%;
	max-height: 60px;
}

.speech-types__img--speaker {
	height: 53px;
}

.speech-types__img--microscope {
	height: 48px;
}

.speech-types__card h3 {
	font-size: 24px;
	font-weight: 500;
	color: #012e5d;
	margin: 20px 30px 28px;
}

.speech-types__card p {
	font-family: var(--source-serif-pro);
	font-size: 16px;
	color: #7e7e7e;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

.speech-types__link {
	font-weight: 400;
	font-size: 0.6875rem;
	letter-spacing: 1px;
	color: var(--pgsp-theme-color);
	text-transform: uppercase;
	width: fit-content;
	padding: 0 0 0.5rem 0;
	border-bottom: var(--pgsp-theme-color) solid 1px;
}

.speeches-types__link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (min-width: 600px) {

	.speech-types__grid {
		grid-template: max-content repeat(2, auto) / 1fr 1fr;
	}

	.speech-types__header {
		grid-area: 1 / 1 / 2 / 3;
	}

	.speech-types__card {
		width: 100%;
		max-width: 200px;
		padding: 0;
	}
}

@media (min-width: 1240px) {

	.speech-types__grid {
		grid-template: max-content auto / repeat(4, 1fr);
		max-width: 850px;
	}

	.speech-types__card {
		height: 350px;
		max-width: calc(200px + 8rem);
		padding: 0 4rem;
		border-right: 1px solid var(--pgsp-grey);
	}

	.speech-types__header {
		grid-area: 1 / 1 / 2 / 5;
	}

	.speech-types__card:nth-child(5) {
		border-right: none;
	}
}

/* Quote Banner Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.quote-banner,
.quote-banner__content,
.quote-banner__byline {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.quote-banner {
	background-color: #000;
	color: #fff;
	padding-bottom: 3rem;
}

.quote-banner__background {
	margin: 0 0 0.75rem 0;
}

.quote-banner__content,
.quote-banner__byline {
	align-items: center;
}

.quote-banner__content > span {
	font-family: var(--ringside-ssm);
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.5px;
	padding: 0 1.5rem;
	margin: 0 0 3.25rem 0;
}

.quote-banner__byline {
	font-family: var(--ringside-ssm);
	text-transform: uppercase;
}

.quote-banner__byline span {
	font-size: 16px;
	color: #a2a2a2;
	letter-spacing: 2.25px;
	text-transform: uppercase;
}

.quote-banner__separator {
	display: none;
}

.quote-banner__content > a {
	margin: 2.5rem 0 1.5rem 0;
}

button.quote-banner__button {
	background-color: #1a63af;
	border-color: transparent;
	border-radius: 6px;
	color: var(--byu-white);
	height: unset;
	padding: 0.65rem 1.5rem;
	font-family: var(--ringside-ssm);
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

button.quote-banner__button:hover {
	cursor: pointer;
	background-color: rgba(2, 87, 184, 0.49);
	color: #fff;
}

@media (min-width: 475px) {

	.quote-banner__byline {
		flex-direction: row;
	}

	.quote-banner__separator {
		display: block;
		margin: 0 0.375rem;
	}
}

@media (min-width: 1080px) {

	.quote-banner {
		flex-direction: row;
		align-items: center;
	}

	.quote-banner__background {
		margin: 0;
	}

	.quote-banner__background img {
		max-width: unset;
		width: 780px;
		height: 570px;
	}

	.quote-banner__content {
		max-width: 540px;
	}

	.quote-banner__byline {
		flex-direction: column;
	}

	.quote-banner__separator {
		display: none;
	}
}

@media (min-width: 1240px) {

	.quote-banner__content {
		margin: 0 auto;
	}

	.quote-banner__byline {
		flex-direction: row;
	}

	.quote-banner__separator {
		display: block;
		margin: 0 0.375rem;
	}
}

@media (min-width: 1440px) {

	.quote-banner__content {
		margin: 0 0 0 5rem;
	}
}

@media (min-width: 1600px) {

	.quote-banner__content {
		margin: 0 0 0 10rem;
	}
}
