.svg-icon svg {
	height: 150px;
}
.nav-vs>li {
	display: inline-block;
	float: none;
	padding: 0;
	max-width: 45%;
}
.nav-vs>li>a {
	border: 3px solid transparent;
}
.nav-vs>li>a>img {
	max-width: 100%;
}
.nav-pills.nav-vs>li>a.active,.nav-pills.nav-vs>li:focus>a {
	background-color: transparent;
	border: 3px solid #900;
	border-radius: 4px;
	color: #900;
}
.nav-pills.nav-vs>li>a:hover {
	background-color: transparent;
	border: 3px solid #eee;
}
.nav-pills.nav-vs>li>a.active:hover {
	border-color: #900;
}
.vs-checklist {
	margin-top: 1em;
}
.vs-checklist li {
	margin: 0.5em 0 0.5em -2em;
	list-style-type: none;
	display: flex;
    text-align: left;
    line-height: 1.5em;
}
.vs-checklist li:before {
	font-family: FontAwesome, "Font Awesome 5 Pro";
	content: '\f00c';
	margin-right: 0.5em;
	color: #900;
}
.promo-content p {
	line-height: 1.5em;
}

.call-outs {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.call-outs.center {
	justify-content: center;
}

.call-outs > div {
	display: flex;
	padding: 1.8em 1em;
	text-align: center;
	color: #666;
	font-weight: 400;
	border: 1px solid #900;
	border-radius: 4px;
	margin: 0.5em;
	height: 8rem;
	min-width: 7.5rem;
	justify-content: center;
}

.call-outs > div strong {
	/*font-family: "Roboto Slab";*/
	font-weight: 400;
	color: #900;
	align-self: center;
	line-height: auto;
}

.call-outs > div strong small {
	font-size: 0.33em;
}

.call-outs > div strong big {
	font-size: 3em;
}
.series-warranty {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 3rem;
}
