/* General Styles */
html:not(.is-ie) .l-enforce-page-height__wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	overflow: unset;
}

.bw-tns__prev,
.bw-tns__next {
	height: 45px;
}

.bw-tns__prev {
	left: -4rem !important;
}

.bw-tns__next {
	right: -4rem !important;
}

.tns-item:not(.tns-slide-active) {
	opacity: 0 !important;
	pointer-events: none !important;
}

.bw-tns:not(.bw-tns--always-btns) .bw-tns__nav-btn {
	display: block !important;
}

/* Media Queries */
@media (max-width: 600px) {
	.bw-tns__prev {
		left: -2rem !important;
	}

	.bw-tns__next {
		right: -2rem !important;
	}

	header .l-container {
		margin-left: 0;
	}
}

.c-blog-tube-max-width {
	max-width: 100% !important;
}

.section-nav {
	position: sticky;
	top: 120px;
	z-index: 99;
}

.c-contents {
	background-color: transparent;
	padding-top: 10px;
	border: none;
}

.section-nav .l-spacingInset-md {
	padding-right: 0;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.share-links svg {
	font-size: 19px;
	color: #2a282f;
}

.share-links a:first-of-type {
	margin-left: 0;
}

.no-nav-php .c-blog-tube-max-width {
	max-width: none;
}

.second-nav-bar {
	padding-left: 0 !important;
}

.grid-outer {
	margin-left: 0 !important;
	margin: 0 auto;
}

.svg-logo-container svg {
	width: 47.18px;
	height: 52.62;
}

@media (min-width: 900px) {
	.main-content {
		padding-right: 4rem;
	}

	.no-nav-php.main-content {
		padding-left: 0 !important;
	}

	.main-content.no-right-nav {
		padding-right: 0 !important;
	}
}

@media (max-width: 1450px) {
	.main-content {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.l-page-gutter-article {
		padding-right: 0 !important;
		width: 100% !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.cs-sticky-nav {
		width: 256px;
		max-width: 100% !important;
		margin-left: auto;
	}
}

@media (min-width: 900px) and (max-width: 1200px) {
	h1.blog-c1-heading {
		margin-left: 0;
	}
}

@media (min-width: 320px) and (max-width: 323px) {
	p.f3-super-narrow {
		font-size: 0.9rem;
	}
}

.c-chip span:not(.c-icon) {
	padding: 6px 16px;
	background-color: #eee;
	border: 2px solid #eee;
	border-radius: 50px;
	cursor: pointer;
	align-items: center;
	min-width: 64px;
	min-height: 47px;
	justify-content: center;
}

.c-chip span:not(.c-icon):hover {
	border: 2px solid #c6c7cc;
}

p:not(:last-child) {
	margin-bottom: 1.1em;
}

.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child,
.main-content h4:first-child,
.main-content h5:first-child {
	margin-top: 0;
}

.main-content h2,
h3,
h4 {
	letter-spacing: -0.03em;
	color: #252328;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

.main-content h2 {
	font-size: 2.0625rem;
	font-weight: bold;
}

.main-content h3 {
	font-size: 1.7rem;
	font-weight: bold;
}

.main-content h4 {
	font-size: 1.5rem;
	font-weight: bold;
}
