/* 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 */

/* Image List Panel Styles */
.image-list-panel {
}

.image-list-panel .main {
	padding-top: 1em;
	padding-bottom: 0;
}

.image-list-panel .list-half {
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	padding-top: 0;
}

.image-list-panel .list-half header {
	padding: 1em 0 .5em;
}

.image-list-panel .list-half h2 {
	font-family: 'Nunito Sans', sans-serif;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2em;
	line-height: 1.35;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 2px #A7AEAE; /* $secondary */
	padding-bottom: 1.5rem;
}

.image-list-panel .list-half h2 strong {
	font-size: 3em;
	color: #313131; /* $dark */
	padding-right: 0.105em;
	line-height: 1;
	font-weight: 600;
}

.image-list-panel .list {
	padding-top: 0.2rem;
}

.image-list-panel .list li {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	margin-top: 1.3rem;
	counter-increment: section;
}

.image-list-panel .list li p {
	margin: 0;
	position: relative;
	padding-left: 2em;
	line-height: 1.5em;
	font-size: 1.1em;
}

.image-list-panel .list li p:before {
	content: counter(section);
	position: absolute;
	color: #134070; /* $tertiary */
	font-size: 2.5em;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
	font-family: 'Cabin', sans-serif;
}

.image-list-panel .img-half {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 2%;
}

.image-list-panel .img-half p {
	font-size: 1.2em;
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: right;
	color: #134070; /* $tertiary */
}

.image-list-panel .img-half p em {
	color: #134070; /* $tertiary */
}

.image-list-panel .img-half img {
	display: block;
	margin: -4.25em 0 1em -9em;
	max-width: 32em;
}

ASD.image-list-panel .img-half img {
	max-height: 16rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* End Image List Panel Styles */

/* Responsive Styles */
@media screen and (min-width:451px) {
	.image-list-panel .list li:nth-child(odd) p {
		padding-right: 4%;
	}
}

@media screen and (min-width:451px) and (max-width:800px) {
}

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

@media screen and (max-width:1500px) {
	.image-list-panel .list-half h2 {
		font-size: 1.5em;
	}

	.image-list-panel .img-half p {
		font-size: 1.1em;
		padding-right: 0.35em;
	}
}

@media screen and (max-width:1150px) {
	.image-list-panel .img-half {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.image-list-panel .img-half img {
		max-width: 50%;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: -4.25em 0 0em 0em;
	}

	.image-list-panel .img-half p {
		text-align: left;
	}

	.image-list-panel>.main {
		display: block;
	}

	.image-list-panel .list-half header {
		padding-top: 0;
	}
}

@media screen and (max-width:800px) {
	.image-list-panel .img-half img {
		display: none;
	}

	.image-list-panel {
		background-color: #FFFFFF; /* $light */
		padding-bottom: 2em;
		padding-top: 2em;
	}
}

@media screen and (max-width:550px) {
	.image-list-panel .img-half {
		display: block;
	}

	.image-list-panel .img-half img {
		max-width: 100%;
	}

	.image-list-panel .list-half {
		padding-bottom: 1.5em;
	}
}

@media screen and (max-width:450px) {
	.image-list-panel .list {
		display: block;
	}

	.image-list-panel .list li {
		padding: .5em;
		border: solid 1px rgba(0,0,0,0.2);
		margin-top: .5em;
	}

	.image-list-panel .list-half h2 {
		font-size: 1.3em;
	}
}
/* End Responsive Styles */
