/* Savings Calculator */

.savings-calc .flex.main {
	-ms-flex-align: start;
	align-items: flex-start;
}

.savings-calc ul.flex {
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 2em 0;
}

.savings-calc .input-text {
	position: relative;
}

.savings-calc label {
	font-weight: 600;
	font-size: 0.944em;
}

.savings-calc .input-text input {
	border: solid 1px rgba(0,0,0,0.15);
	font-size: 0.944em;
	padding-left: 1.25em;
	padding-right: 1.25em;
}

.savings-calc .input-text .prefix, .savings-calc .input-text .suffix {
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

.savings-calc .input-text .prefix {
	left: 0.5em;
}

.savings-calc .input-text .suffix {
	right: 0.5em;
}

.savings-calc header.half {
	text-align: center;
	padding: 3em 5% 0;
	display: none;
	border-radius: 0.35em;
}

.savings-calc header h2 {
	max-width: 12em;
}

.savings-calc header.half h2 {
	margin: 0 auto;
}

.savings-calc header.half p {
	margin: 1.5rem auto 2rem;
	max-width: 16em;
}

.savings-calc header img {
	display: block;
	margin: 3em auto 0;
}

.savings-calc .expand-table {
	font-size: 0.944em;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-top: 0.5em;
	transition: 0.35s ease;
	opacity: 1;
}

.savings-calc.active .expand-table {
	opacity: 0;
	cursor: default;
}

.savings-calc .expand-table icon {
	display: inline-block;
	line-height: 1;
	font-size: 0.6em;
	padding: 0.25em;
	border: solid 2px;
	border-radius: 50%;
	margin-right: 0.75em;
}

.savings-calc small {
	font-size: 0.944em;
	display: block;
	margin-top: 1.5em;
}

/* End Savings Calculator */

/* Savings Calculator [Table] */

.savings-calc table {
	border-color: transparent;
	text-align: center;
	line-height: 1.25;
	font-size: 0.944em;
	overflow: hidden;
	max-height: 11.9em;
	transition: 0.35s linear;
	display: block;
}

.savings-calc.active table {
	max-height: 35em;
}

.savings-calc table .head {
	font-weight: 600;
}

.savings-calc table td {
	padding: 0.65em 2%;
}

/* End Savings Calculator [Table] */

/* Responsive - 1436px */

@media screen and (max-width: 1436px) {
}

/* End Responsive - 1436px */

/* Responsive - 1120px */

@media screen and (max-width: 1120px) {
}

/* End Responsive - 1120px */

/* Responsive - 875px */

@media screen and (max-width: 875px) {
	.savings-calc ul.flex li.half {
		width: 48%;
	}

	.savings-calc header img {
		max-height: 17em;
	}
}

/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */

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

/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */

@media screen and (max-width: 683px) {
	.savings-calc table td {
		padding: 0.65em 1%;
	}

	.savings-calc ul.flex li.half {
		width: 100%;
	}

	.savings-calc ul.flex li.half + li.half {
		margin-top: 1rem;
	}
}

/* End Responsive - 683px */

/* Responsive - 532px */

@media screen and (max-width: 532px) {
}

/* End Responsive - 532px */

/* Responsive - 414px */

@media screen and (max-width: 414px) {
	.savings-calc table {
		max-height: 12.8em;
	}
}

/* End Responsive - 414px */

/* Responsive - 323px */

@media screen and (max-width: 323px) {
}

/* End Responsive - 323px */

.savings-calc .half.content {
	width: 100%;
}
