/* Color Tokens */
.primary {
	color: #2A6091; /* $primary */
}

.secondary {
	color: #A7AEAE; /* $secondary */
}

.tertiary {
	color: #134070; /* $tertiary */
}

.quaternary {
	color: #2A6091; /* $quaternary */
}

.light {
	color: #FFFFFF; /* $light */
}

.off {
	color: #ECF0F1; /* $off */
}

.dark {
	color: #313131; /* $dark */
}
/* End Color Tokens */

/* Stat Panel Styles */
.stat-panel {
	position: relative;
	background-color: #ECF0F1; /* $off */
}

.stat-panel .main {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.stat-panel .content-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.stat-panel .content-section h2 {
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: .1em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 0 0 10em;
	-ms-flex: 0 0 10em;
	flex: 0 0 10em;
	max-width: 10em;
	padding-left: 5rem;
	position: relative;
	font-size: 2em;
}

.stat-panel .content-section h2 .number {
	color: rgba(44,62,80,0.102);
	font-weight: 700;
	font-size: 20rem;
	display: block;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -1rem;
	z-index: -1;
}

.stat-panel .content-section ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	counter-reset: item-counter;
}

.stat-panel .content-section ul li {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 40%;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	margin: .5em 2%;
	counter-increment: item-counter;
}

.stat-panel .content-section ul li:before {
	content: '';
	font-size: 1.2em;
	line-height: 1em;
	margin-right: 1rem;
	display: block;
	background-color: #2A6091; /* $primary */
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	min-width: 1rem;
}

.stat-panel .content-section ul:not(.numbered) li:before {
	margin-top: .2em;
}

.stat-panel .content-section ul.numbered li:before {
	content: counter(item-counter);
	color: #FFFFFF; /* $light */
	width: 1.5rem;
	height: 1.5rem;
	font-weight: 400;
	padding-top: .1em;
	text-align: center;
	min-width: 1.5rem;
}

.stat-section {
	background-image: url(/images/stat-bg.png);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 30em;
	z-index: 1;
	pointer-events: none;
	-webkit-flex: 0 0 31em;
	-ms-flex: 0 0 31em;
	flex: 0 0 31em;
	margin-top: -12em;
	margin-bottom: -15em;
	max-width: 31em;
}

.stat-panel.v2 .stat-section {
	background-image: url(/images/stat-bg-2.png);
}

.stat-half {
	-webkit-flex: 0 0 37em;
	-ms-flex: 0 0 37em;
	flex: 0 0 37em;
	max-width: 40%;
}

.stat-half .stat-section {
	margin: 0 auto -1em;
	pointer-events: all;
	height: 36em;
	-webkit-flex: 0 0 37em;
	-ms-flex: 0 0 37em;
	flex: 0 0 37em;
	max-width: 37em;
	background-position: right top;
}

.stat-section p {
	display: block;
	color: #A7AEAE; /* $secondary */
	font-weight: bold;
	font-size: 1.1em;
	padding: 5rem 18% 0 14%;
	pointer-events: all;
	margin: 0;
}

.stat-section p > em {
	color: #2C3E50;
	font-size: 8em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: .75em;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: 'Source Sans Pro';
	font-weight: bold;
}

.stat-section p em em:first-child {
	color: #313131; /* $dark */
}

.stat-section p em em:last-child {
	color: #E74C3C;
	font-size: .5em;
	-webkit-transform: translateY(-.25em);
	-ms-transform: translateY(-.25em);
	transform: translateY(-.25em);
	vertical-align: top;
}
/* End Stat Panel Styles */

/* Responsive Styles */
@media screen and (min-width:451px) {
}

@media screen and (min-width:1501px) {
}

@media screen and (max-width:1500px) {
	.stat-section p > em {
		font-size: 6em;
	}

	.stat-panel .content-section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.stat-panel .content-section h2 {
		padding-left: 4.5rem;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
		font-size: 2.5em;
		line-height: 1.1em;
	}

	.stat-panel .content-section h2 .number {
		font-size: 7rem;
		left: 0;
		color: #2A6091; /* $primary */
	}

	.stat-panel .content-section ul {
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.stat-section {
		margin-top: -11em;
		pointer-events: all;
		max-width: 28em;
		-webkit-flex: 0 0 28em;
		-ms-flex: 0 0 28em;
		flex: 0 0 28em;
	}
}

@media screen and (max-width:1150px) {
	.stat-section {
		max-width: 25em;
		margin-top: -5rem;
		height: 27rem;
	}
}

@media screen and (max-width:800px) {
	.stat-panel .main {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
	}

	.stat-section {
		margin: 0 auto -2em;
		background-position: center;
	}

	.stat-panel .content-section {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.stat-panel .content-section h2 {
		font-size: 1.75em;
		padding-left: 3.7rem;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin: 1rem auto;
		z-index: 1;
	}

	.stat-panel .content-section h2 .number {
		font-size: 5rem;
		z-index: -1;
	}

	.stat-panel .content-section ul {
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin: 1em auto;
	}

	.stat-panel .content-section ul li {
		margin: 0;
		padding: .5em 2%;
		-webkit-flex: 1 1 40%;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
	}

	.stat-half {
		margin: 2em auto 0;
	}
}

@media screen and (max-width:550px) {
	main > .stat-panel {
		padding-bottom: 0;
	}

	.stat-panel .content-section h2 {
		font-size: 1.75em;
		padding-left: 3.7rem;
	}

	.stat-panel .content-section h2 .number {
		font-size: 6rem;
	}

	.stat-half .stat-section {
		height: 32em;
	}
}

@media screen and (max-width:450px) {
	.stat-panel .content-section h2 {
	}

	.stat-panel .content-section ul li {
		width: 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		border: solid 1px rgba(41,41,41,0.176);
	}

	.stat-panel .content-section ul li + li {
		margin-top: .5rem;
	}

	.stat-section {
		height: 26em;
		margin-bottom: -1rem;
	}

	.stat-section p {
		line-height: 1.5em;
		padding: 5rem 14% 0;
	}

	.stat-half .stat-section {
		height: 26em;
	}
}
/* End Responsive Styles */
