/* Insulation Benefits [Infographic] */
.infograph-v1 {
	position: relative;
	background-image: -webkit-radial-gradient(circle farthest-corner at 50% 100%,rgba(255,255,255,0.2),rgba(255,255,255,0) 35%);
	background-image: -moz-radial-gradient(circle farthest-corner at 50% 100%,rgba(255,255,255,0.2),rgba(255,255,255,0) 35%);
	background-image: -o-radial-gradient(circle farthest-corner at 50% 100%,rgba(255,255,255,0.2),rgba(255,255,255,0) 35%);
	background-image: radial-gradient(circle farthest-corner at 50% 100%,rgba(255,255,255,0.2),rgba(255,255,255,0) 35%);
}

.infograph-v1 header {
	text-align: center;
}

.infograph-v1-list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.infograph-v1 ul {
	width: 29%;
}

.infograph-v1-items {
	text-align: right;
}

.infograph-v1-items.list-2 {
	text-align: left;
}

.infograph-v1 li {
	margin-top: 3em;
	display: block;
	position: relative;
	padding-right: 5.5em;
}

.infograph-v1-items.list-2 li {
	padding-right: 0;
	padding-left: 5.5em;
}

.infograph-v1 li icon {
	font-size: 3.5em;
	text-shadow: 0 0.1em 0.5em rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	width: 1.25em;
	text-align: center;
}

.infograph-v1-items.list-2 li icon {
	right: auto;
	left: 0;
}

.infograph-v1 li p {
	margin: 0;
}

.infograph-v1 li strong {
	display: block;
	font-weight: 600;
	font-size: 1.111em;
}

.infograph-v1 figure {
	display: block;
	width: 40%;
	position: relative;
	z-index: 1;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: -7em;
}

.infograph-v1 figure img {
	position: relative;
	display: block;
	max-width: 125%;
	margin-left: -30%;
}
/* End Insulation Benefits [Infographic] */

/* Responsive - 1436px */
@media screen and (max-width: 1436px) {
}
/* End Responsive - 1436px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.infograph-v1 figure {
		display: none;
	}

	.infograph-v1-list {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.infograph-v1 ul {
		width: 44%;
	}

	.infograph-v1-items {
		text-align: left;
	}

	.infograph-v1 li {
		padding-right: 0;
		padding-left: 5.5em;
	}

	.infograph-v1 li icon {
		left: 0;
		right: auto;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.infograph-v1 ul {
		width: 49%;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.infograph-v1 ul {
		width: 100%;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.infograph-v1 li icon {
		font-size: 2.85em;
	}

	.infograph-v1 li, .infograph-v1-items.list-2 li {
		padding-left: 4.5em;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
