/* Buying Guides CSS */
#page.buying-guide {
}
#page.buying-guide .video-container {
	margin-bottom: 1rem;
	background-color: #eee;
	padding: 1rem;
	line-height: 0;
}
@media (min-width: 576px) {
	#page.buying-guide .video-container {
	}
}
@media (min-width: 768px) {
	#page.buying-guide .video-container {
	}
}
@media (min-width: 992px) {
	#page.buying-guide .video-container {
		margin-bottom: 2rem;
		padding: 1rem 10%;
	}
}
@media (min-width: 1200px) {
	#page.buying-guide .video-container {
		padding: 3rem 25%;
	}
}
#page.buying-guide .video-container video {
	max-width: 100%;
}
#page.buying-guide .content-container {
	margin-right: -2rem;
	margin-left: -2rem;
}
#page.buying-guide .content-container > div {
	padding-left: 2rem;
	padding-right: 2rem;
}
#page.buying-guide .content-container > #copy {
}
#page.buying-guide .copy-container {
	border-bottom: 1px solid rgba(28, 33, 38, 0.25);

	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	#page.buying-guide .content-container > div:first-of-type {
		border-right: 1px solid rgba(28, 33, 38, 0.25);
	}
	#page.buying-guide .copy-container {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
#page.buying-guide .copy-container h2:not(:first-of-type) {
	margin-top: 3rem;
}
#page.buying-guide .copy-container img {
	max-width: 100%;
	margin-bottom: 1rem;
}

#page.buying-guide #aside {
	position: relative;
}
#page.buying-guide #aside .aside-container {
	position: -webkit-sticky;
	position: sticky;
	top: calc(64px + 1rem);
}
#page.buying-guide #aside .aside-container > div:not(:last-of-type) {
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(28, 33, 38, 0.25);
}
#page.buying-guide #aside .aside-container h3 {
	margin-bottom: 0.5rem;
}
#page.buying-guide #aside .aside-container li {
	margin-bottom: 0.5rem;
}

#page.buying-guide #aside .learn-more.nav li {
	font-weight: bold;
}
#page.buying-guide #aside .learn-more.nav li::before {
	font-weight: bold;
	content: "\00BB";
}

#page.buying-guide.category .learn-more--container:not(:last-of-type) {
	border-bottom: 1px solid rgba(28, 33, 38, 0.25);
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
#page.buying-guide.category a.learn-more {
	display: flex;
}
#page.buying-guide.category a.learn-more .article--image {
	flex-basis: 33.333333%;
	padding-right: 1rem;
}
#page.buying-guide.category a.learn-more .article--copy {
	flex-basis: 66.666667%;
	padding-left: 1rem;
}

#page.buying-guide.category a.learn-more,
#page.buying-guide.category a.learn-more:active,
#page.buying-guide.category a.learn-more:focus,
#page.buying-guide.category a.learn-more:hover {
	text-decoration: none;
}
#page.buying-guide.category a.learn-more img {
	margin-bottom: 0;
	width: 100%;
}
#page.buying-guide.category a.learn-more .learn-more--copy {
	color: black;
}
#page.buying-guide.category
	a.learn-more
	.learn-more--copy
	.learn-more--copy-cta {
	display: none;
}
