.collection-nav {
	padding: 1rem 2rem 3rem;
}

.collection-nav__anchor-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.collection-nav__anchor-container img {
	max-width: 15px;
}

.collection-nav__anchor {
	font-size: 0.9375rem;
	font-family: var(--ibm-plex-sans-ssm);
	color: rgba(42, 98, 177, 0.81);
	margin: 0 0 0 1rem;
}

.expandable {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 640px) {

	.collection-nav {
		display: none;
	}
}

/* Cornerstone Content Section Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.collection-section__grid {
	display: grid;
	grid-template-columns: 100%;
	grid-row-gap: 1rem;
	padding: 0 2rem 4rem;
}

.collection-section--grey {
	background-color: #ededed;
}

.collection-section__header {
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 1.6875rem;
	font-weight: 500;
	margin: 3.5rem 0 0.5rem;
}

img.collection-section__image {
	max-width: 236px;
}

.collection-section__body {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: var(--source-serif-pro);
	font-size: 14px;
	line-height: 1.75;
}

.collection-section__body .expandable__element {
	height: 213px;
}

.collection-section__body .expandable__show-button,
.collection-section__featured .expandable__show-button {
	font-weight: 500;
	margin: 1rem;
}

.collection-section__mini-header {
	font-family: var(--ibm-plex-sans-ssm);
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #575757;
	letter-spacing: 2px;
	margin: 0 0 2px;
}

.collection-section__aside-container {
	display: flex;
	flex-wrap: wrap;
}

.collection-section__aside {
	max-width: 250px;
	margin-top: 1.5rem;
}

.aside__image-container {
	display: grid;
	grid-template-columns: 1fr;
	width: fit-content;
	justify-items: center;
	align-items: center;
}

.aside__image-container img {
	grid-area: 1 / 1 / -1 / -1;
	opacity: 1;
}

.aside__image-container:hover .aside__image {
	cursor: pointer;
}

.aside__overlay-icon-wrapper {
	height: 65px;
	width: 65px;
	grid-area: 1 / 1 / -1 / -1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	cursor: pointer;
}

.aside__overlay-icon {
	z-index: 1;
	margin-left: 4px;
}

.aside__title {
	display: inline-block;
	margin: 0.5rem 0;
	font-size: 1.0625rem;
	color: var(--pgsp-theme-color);
	font-weight: 400;
	font-family: var(--ibm-plex-sans-ssm);
}

.aside__title:hover {
	color: #002e5d;
	cursor: pointer;
}

.collection-section__featured {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.collection-section__featured .expandable__element {
	height: 306px;
}

.collection-section__body .expandable__spacer,
.collection-section__featured .expandable__spacer {
	display: block;
	height: 1px;
	width: 1px;
	flex: 1 0 auto;
	border-bottom: solid 1px #d3d2d2;
	align-self: center;
}

.expandable__spacer.expandable__spacer--white {
	border-bottom: solid 1px #fff;
}

.collection-section__separator {
	grid-column: 1 / -1;
	height: 1px;
	margin: unset;
	border-style: unset;
	border-bottom: solid 1px #d3d2d2;
}

.collection-section__separator.collection-section__separator--desktop {
	display: none;
	grid-area: sep2;
}

@media (min-width: 640px) {

	.collection-section__body {
		grid-area: body;
	}

	.collection-section__grid {
		max-width: 1200px;
		grid-template-areas:
			"head head"
			"pic body"
			"aside aside"
			"sep2 sep2"
			"feat feat";
		grid-template-columns: min-content 1fr;
		grid-column-gap: 3rem;
		align-items: flex-start;
		margin: 0 auto;
	}

	.collection-section__header {
		grid-area: head;
	}

	.collection-section__mini-header {
		font-size: 0.8125rem;
		font-weight: 500;
		margin-bottom: 15px;
	}

	.collection-section__image {
		grid-area: pic;
	}

	.collection-section__aside-container {
		grid-area: aside;
	}

	.collection-section__aside {
		max-width: unset;
		display: grid;
		grid-template-columns: 236px auto;
		grid-template-areas:
			"image type"
			"image title";
		grid-column-gap: 3rem;
	}

	.collection-section__aside .collection-section__mini-header {
		grid-area: type;
		align-self: flex-end;
		margin-bottom: 0;
	}

	.aside__image-container {
		width: 100%;
		grid-area: image;
	}

	.aside__image {
		width: 100%;
	}

	.aside__title {
		grid-area: title;
	}

	.collection-section__separator.collection-section__separator--desktop {
		display: block;
	}

	.collection-section__featured {
		grid-area: feat;
	}

	.collection-section__featured .expandable {
		width: 100%;
	}

	.collection-section__featured .expandable__element {
		height: 250px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2rem;
	}

	.collection-section__featured .collection-section__mini-header {
		grid-column: 1 / 3;
	}
}

@media (min-width: 1200px) {

	.collection-section__grid {
		max-width: calc(1024px - 3rem);
		grid-template-areas:
			"head head head"
			"pic body aside"
			"sep2 sep2 sep2"
			"feat feat feat";
		grid-template-columns: min-content 3fr 2fr;
		margin: 0 auto;
	}

	.collection-section__header {
		justify-self: flex-start;
		font-size: 2rem;
	}

	.collection-section__featured {
		justify-self: flex-start;
		margin-top: 1.75rem;
	}

	.collection-section__featured .collection-section__mini-header {
		width: 100%;
	}

	.collection-section__aside-container {
		justify-content: center;
	}

	.collection-section__aside {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}

	.collection-section__aside .collection-section__mini-header {
		align-self: unset;
		margin-bottom: 0.75rem;
	}

	.aside__image {
		height: 174px;
	}

	.collection-section__featured .expandable__element {
		height: auto;
		display: grid;
		grid-template-columns: repeat(5, 170px);
	}

	.collection-section__featured .expandable__element .collection-section__mini-header {
		grid-column: 1 / 6;
	}

	.collection-section__featured .expandable__spacer,
	.collection-section__featured .expandable__show-button {
		display: none;
	}
}

/* Truman Madsen Block Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.truman-madsen-block {
	background-color: #81a5d1;
	padding: 3rem 1.5rem;
}

.truman-madsen-block__super-header {
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 13px;
	color: var(--byu-white);
	text-transform: uppercase;
	letter-spacing: 2.7px;
	opacity: 0.73;
}

.truman-madsen-block__header {
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 51px;
	font-weight: 400;
	color: var(--byu-white);
	line-height: 1;
	margin: 0.5rem 0 1rem;
}

.truman-madsen-block__subheader {
	font-family: var(--source-serif-pro);
	font-size: 1.75rem;
	font-style: italic;
	color: var(--byu-white);
	letter-spacing: 0.5px;
	margin-bottom: 1rem;
}

.truman-madsen-block__image {
	width: calc(100% + 3rem);
	max-width: unset;
	margin-left: -1.5rem;
}

.truman-madsen-block__links-container {
	display: grid;
	grid-template-columns: repeat(2, 135px);
	justify-content: space-around;
	grid-column-gap: 1rem;
	grid-row-gap: 2rem;
	padding: 22px 0 0.5rem;
}

.truman-madsen-block__link {
	width: 100%;
	display: block;
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 13px;
	color: var(--byu-white);
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
	border: #a9c6e3 1px solid;
	border-radius: 4px;
	padding: 1rem 0;
	margin-bottom: 0.75rem;
}

.truman-madsen-block__link:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.truman-madsen-block__link-subtext {
	display: block;
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 14px;
	color: var(--byu-white);
	text-align: center;
	line-height: 1.3;
	padding: 0 0.25rem;
}

@media (min-width: 400px) {

	.truman-madsen-block {
		background-color: unset;
		position: relative;
		z-index: 1;
	}

	.truman-madsen-block__picture {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		z-index: -1;
	}

	.truman-madsen-block__image {
		display: block;
		height: 100%;
		width: 100%;
		object-position: center;
		object-fit: cover;
		margin-left: 0;
	}
}

@media (min-width: 800px) {

	.truman-madsen-block {
		padding: 3rem;
	}

	.truman-madsen-block__links-container {
		grid-template-columns: repeat(3, 135px);
		grid-column-gap: 2.5rem;
		justify-content: flex-start;
	}
}

@media (min-width: 1024px) {

	.truman-madsen-block__super-header,
	.truman-madsen-block__header,
	.truman-madsen-block__subheader,
	.truman-madsen-block__links-container {
		width: 100%;
		max-width: calc(1024px - 3rem);
		margin: 0 auto;
	}

	.truman-madsen-block__header {
		font-size: 62px;
		margin: 1.25rem auto 1.5rem;
	}

	.truman-madsen-block__subheader {
		font-size: 37px;
	}

	.truman-madsen-block__picture {
		width: 100vw;
	}

	.truman-madsen-block__links-container {
		grid-template-columns: repeat(4, 135px);
		grid-row-gap: 3.5rem;
		padding: 3rem 0 1.5rem;
	}
}

/* Scripture Block Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scripture-block {
	background-color: #78a7d6;
	font-family: var(--ibm-plex-sans-ssm);
}

.scripture-block__page-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1350px;
}

.scripture-block__image {
	display: block;
	margin: 0 auto;
	width: 311px;
	height: auto;
}

.scripture-block__text {
	max-width: 732px;
	margin: 0 auto;
}

.scripture-block__quote {
	color: #fff;
	text-align: center;
	letter-spacing: 0.25px;
	font-size: 23px;
	margin: 30px 35px 0 35px;
}

.scripture-block__citation {
	color: #002e5d;
	text-transform: uppercase;
	text-align: center;
	width: 190px;
	margin: 20px auto;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 1.97px;
}

.scripture-block__underline {
	background-color: #002e5d;
	height: 1px;
	border: none;
	position: relative;
}

.scripture-block__underline--first-line {
	bottom: 54px;
	right: 4px;
	width: 169px;
}

.scripture-block__underline--second-line {
	bottom: 35px;
	width: 130px;
	right: 2px;
}

@media (min-width: 400px) {

	.scripture-block {
		padding-bottom: 10px;
	}

	.scripture-block__citation {
		width: 100%;
		margin: 20px 0 10px 0;
	}

	.scripture-block__underline--first-line {
		bottom: 14px;
		width: 306px;
		left: 1px;
	}

	.scripture-block__underline--second-line {
		display: none;
	}

}

@media (min-width: 800px) {

	.scripture-block {
		padding-bottom: 0;
	}

	.scripture-block__page-wrap {
		display: grid;
		grid-template-columns: 311px auto;
	}

	.scripture-block__text {
		margin: auto 30px auto 20px;
	}

	.scripture-block__quote {
		margin: 20px 0 0 0;
	}

	.scripture-block__citation {
		margin-top: 25px;
	}

}

@media (min-width: 1024px) {

	.scripture-block__page-wrap {
		grid-template-columns: 510px auto;
	}

	.scripture-block__image {
		width: 510px;
	}

	.scripture-block__text {
		margin: auto 35px auto 20px;
	}

	.scripture-block__quote {
		font-size: 32px;
	}

	.scripture-block__citation {
		font-size: 17px;
		margin-top: 35px;
	}

	.scripture-block__underline--first-line {
		width: 358px;
	}

}

@media (min-width: 1200px) {

	.scripture-block__quote {
		font-size: 37px;
	}

	.scripture-block__citation {
		font-size: 19px;
	}

	.scripture-block__underline--first-line {
		width: 394px;
	}

}

/* Cornerstone Content Footer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.collection-footer {
	margin: 0 0 6rem 0; /*Necessary to account for newsletter ribbon*/
}

.collection-footer__flexbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #012e5d;
	font-family: var(--ibm-plex-sans-ssm);
}

.collection-footer__header {
	font-size: 1rem;
	font-weight: 700;
	color: #032d5d;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 3rem;
	width: calc(100% - 6rem);
}

.collection-footer__footer-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	margin: 2rem 0;
}

.collection-footer__separator {
	border-right: solid 1px transparent;
}

.footer-item__icon {
	width: 40px;
	height: 40px;
}

.footer-item__subtext {
	font-size: 1.375rem;
	font-weight: 300;
	text-align: center;
	padding: 0 2rem;
}

.footer-item__button button {
	color: var(--pgsp-theme-color);
	border-color: #0c5dba;
	border-radius: 5px;
	background: none;
	width: 275px;
	padding: 1rem 0;
}

.footer-item__button:hover button {
	color: #fff;
	background-color: #0c5dba;
	cursor: pointer;
}

@media (min-width: 640px) {

	.collection-footer__flexbox {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.collection-footer__separator {
		border-right: solid 1px #e9e8e8;
		height: 235px;
		margin: 1.25rem 0;
		align-self: center;
	}
}

@media (min-width: 1200px) {

	.collection-footer__flexbox {
		padding: 4rem 0;
		margin: 0 auto;
		max-width: 800px;
	}

	.collection-footer__header {
		font-size: 1.1875rem;
		width: 100%;
	}

	.footer-item__subtext {
		font-size: 1.75rem;
	}

	.footer-item__button {
		font-size: 1.4375rem;
	}
}
