.stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.stats-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.stat {
	flex-basis: 100%;
	box-sizing: border-box;
	display: table;
}

@media (max-width: 1200px) and (min-width: 901px) {
	.stat {
		flex-basis: 50%;
		margin-bottom: 40px;
	}
	.stats {
		margin-bottom: 0;
	}
}

@media (max-width: 900px) {
	.stat {
		flex-basis: 100%;
		margin-bottom: 40px;
	}
	.stats {
		margin-bottom: 0;
	}
}

@media (min-width: 1201px) {
	.stats-row {
		flex-direction: row;
	}

	.stat {
		flex-basis: calc(25% - 10px);
		margin: 5px;
	}
}

.fullset.overview {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
	padding: 10px 0 5px 0;
}

.group-summary-wrapper {
	width: 100%;
}

@media (min-width: 900px) {
	.group-summary-wrapper {
		width: 100%;
	}
}

@media (max-width: 899px) {
	.overview {
		display: flex;
		flex-wrap: wrap;
	}

	.group-summary-wrapper {
		width: 50%;
		box-sizing: border-box;
		padding: 0 15px;
	}
}

@media (max-width: 600px) {
	.group-summary-wrapper {
		width: 100%;
	}
}

.strong {
	font-weight: bold;
}
.company_logo {
	width: 200px;
	height: auto;
	display: block;
}

.three_steps {
	width: 80%;
}

.three_steps .inline-flex {
	display: inline-flex;
	width: 100%;
}

.three_steps .icon {
	width: 25px;
	margin-right: 16px;
}

.three_steps .icon {
	font-size: 25px;
}

.three_steps .content {
	width: 93%;
}

.three_steps .c-copy.c-copy a {
	color: #c6c7cc;
	font-weight: normal;
	border-bottom-style: solid;
}

.three_steps .c-copy.c-copy p {
	color: #c6c7cc;
	font-weight: normal;
	margin-bottom: 0;
}

.featured_image img {
	max-height: 750px;
	width: 100%;
	object-fit: cover;
}

.featured_image.dark-bg::before {
	content: '';
	height: calc(50% + 50px);
	width: 200vw;
	position: absolute;
	left: -50vw;
	bottom: -50px;
	background-color: #303138;
	z-index: -1;
}

.dark-bg-stretch::before {
	content: '';
	height: 50%;
	width: 200vw;
	position: absolute;
	left: -50vw;
	bottom: 0;
	background-color: #1f1d22;
	z-index: -1;
}
@media (max-width: 1449px) {
	.dark-bg-stretch::before {
		height: 75%;
	}
}

@media (max-width: 1200px) {
	.dark-bg-stretch::before {
		display: none;
	}
	.dark-bg-stretch {
		background-color: #1f1d22;
		margin-left: 30px;
		margin-bottom: 40px;
	}
}

@media (max-width: 600px) {
	.dark-bg-stretch {
		margin-bottom: 30px;
	}
	.three_steps {
		width: 80%;
	}
	.nav-table {
		display: none;
	}
}

@media (max-width: 899px) {
	.three_steps {
		width: 100%;
	}
}

@media (max-width: 899px) {
	.dark-bg-sm {
		background-color: #1f1d22;
		margin-left: 30px;
		margin-bottom: 40px;
	}
	.featured_image::before {
		height: 65%;
	}
}

@media (max-width: 461px) {
	.featured_image::before {
		height: 65%;
	}
}

.summary a {
	color: #ffffff !important;
}

.section-nav {
	position: sticky;
	top: 0;
	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;
}

.section-nav .c-contents__list__section__item {
	background-color: #fbfbfc;
	font-size: 15px;
	color: #51505a;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 0;
}

.share-line {
	display: inline-block;
	border-bottom: 1px solid #535563;
	height: 1px;
	width: 10%;
	bottom: 5px;
	position: relative;
}

.c-contents__list__section__item:before {
	content: '';
	border-radius: 100%;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.c-contents__list__section__item__title {
	background-color: transparent;
	font-size: 1rem;
}

.section-nav .c-contents__list__section {
	margin-bottom: 10px;
}

.section-nav .c-contents__list__section__item:after,
.section-nav .c-contents__list__section__item__number {
	display: none;
}

.section-nav .c-contents__list__section__item.active .c-contents__list__section__item__title {
	font-weight: bold;
}
.section-nav .c-contents__list .c-contents__list__section__item::before {
	background-color: #c6c7cc;
	top: 12px;
	transition: 0.5s ease all;
}

.section-nav .c-contents__list .c-contents__list__section__item:hover::before,
.section-nav .c-contents__list__section__item.active::before {
	background-color: #8ac539;
	transition: 0.5s ease all;
}

.section-nav .c-contents__list__section__item .c-contents__list__section__item__title {
	transform: none;
	padding-left: 0;
	transition: none;
	font-weight: normal;
}

.section-nav .c-contents__list__section__item:hover .c-contents__list__section__item__title {
	transform: none;
	padding-left: 0;
	transition: none;
	color: #252328;
	font-weight: 600;
}

#contentOutro {
	margin-top: 60px;
}
.share-links svg {
	font-size: 19px;
	color: #2a282f;
}
.share-links a:first-of-type {
	margin-left: 0;
}


/* Tiny Slider style overrides */

.dramatic-hero .tns-nav {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.dramatic-hero .tns-outer .tns-nav button {
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #51505A;
	margin-right: 5px;
}

.dramatic-hero .tns-outer .tns--stage__item {
	transform: initial;
}

.dramatic-hero .tns-outer .tns--stage__item--inactive-fade {
	opacity: 1;
}

@media (min-width: 1450px) {
	.dramatic-hero .tns-inner {
		overflow: hidden;
	}
}

