article.blogArticle {
	display: block;
}

div#blogHero {
	display: block;
	position: relative;
	height: 20em;
	flex: 1 0 100%;
}

div#blogCover {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(32,39,44,1), rgba(32, 39, 44,.3));
	flex: 1 0 100%;
}

div#blogHero h1 {
	position: absolute;
	bottom: 2em;
	font-size: 2em;
	color: #FFF;
	right: 2em;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

@media (max-width: 59.9rem) {
	div#blogHero h1 {
		bottom: 50%;
		font-size: 1.5em;
		right: 1em;
		left: 1em;
		text-align: center;
	}
}

/* Jumper */

div.articleAsideWrapper {
	display: grid;
	max-width: 60em;
	margin: 2em auto 0 auto;
	grid-template-columns: auto 20em;
	grid-template-areas: "section aside";
}

@media (max-width: 59.9rem) {
	div.articleAsideWrapper {
		grid-template-columns: auto;
		grid-template-rows: 1fr 1fr;
		grid-template-areas: "section"
								"aside";
	}
}

div.coverContainer[data-firstItem='true'] {
	grid-area: section;
	padding-top: 0;
}

aside.aSubSections {
	padding: 1em;
	grid-area: aside;
	border-radius: 5px;
	background-color: var(--color-light-blue);
}

@media (max-width: 59.9rem) {
	aside.aSubSections {
		margin: auto;
		width: 80%;
	}
}

aside.aSubSections h4 {
	margin-bottom: 1em;
}

aside.aSubSections ul li {
	padding: 0.5em;
}

section.blogSection {
	display: block;
	max-width: 60rem;
	margin: auto;
}

section.blogSection header h2 {
	border-left: 0.2em solid #db5461;
	padding-left: 0.4em;
	margin: 0 1em 0.5em 1em;
}

section.blogSection div.bsImage {
	display: block;
	padding: 1em;
}

section.blogSection img {
	display: block;
	margin: auto;
	max-height: 50em;
	max-width: 80%;
	padding: 1em;
}

section.blogSection div.bsBody {
	display: block;
	margin: 0 1em;
}

section.blogSection div.bsBody h2, section.blogSection div.bsBody h3, section.blogSection div.bsBody h4 {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

section.blogSection div.bsBody ol, section.blogSection div.bsBody ul {
	display: block;
	padding: 2em;
}

section.blogSection div.bsBody ol li, section.blogSection div.bsBody ul li {
	padding: 0.5em;
	list-style: initial;
}


div.blogInfo {
	display: block;
	width: calc(80% - 2em);
	margin: 1em auto;
	padding: 1em;
	background-color: var(--color-blue);
	border-radius: 5px;
	color: var(--color-light-blue);
}

div.blogInfo a, div.blogInfo a:visited {
	color: var(--color-red) !important;
}

div.productWrapper {
	max-width: 61em;
	margin: 5em auto;
	min-height: 10em;
	display: flex;
}

@media (max-width: 59.9rem) {
	div.productWrapper {
		flex-wrap: wrap;
	}
}

div.productWrapper div.pImage {
	flex: 0 0 25em;
}

div.productWrapper img {
	display: block;
	width: 25em;
}

div.productWrapper div.pTitle {
	text-align: right;
	padding: 0 2em;
	flex: 1;
}

@media (max-width: 59.9rem) {
	div.productWrapper div.pImage {
		flex: 1 1 100%;
	}
	
	div.productWrapper img {
		width: 80%;
		margin: auto;
	}
	
	div.productWrapper div.pTitle {
		padding: 0.5em;
		text-align: left;
	}
	
	div.productWrapper div.pTitle h2 {
		text-align: center;
	}
	
	div.productWrapper div.pTitle div.priceBox {
		text-align: right;
	}
}

div.productWrapper div.pTitle header, div.productWrapper div.pTitle > h2 {
	margin-bottom: 2em;
}

div.priceBox {
	display: block;
	margin: 1em;
}

div.priceBox p {
	display: block;
	margin: 0 !important;
}

div.priceBox p:not(.pricePrefix):not(.legal) {
	font-size: 1.5em;
}

div.priceBox span.price {
	font-size: 1.5em;
	font-weight: 700;
}

div.priceBox p.legal {
	font-size: 0.8em;
	font-style: italic;
}

div.productSpecs {
	display: block;
	margin: 1em auto;
}

div.productSpecs dl {
	display: flex;
	flex-flow: row wrap;
}

div.productSpecs dt {
	margin: 0;
	flex: 0 0 calc(40% - 1em);
	font-weight: 300;
	padding: 0.5em;
	background-color: var(--color-light-blue);
}

div.productSpecs dd {
	flex: 1 0 calc(60% - 1em);
	margin: 0;
	padding: 0.5em;
	font-weight: 700;
}


span.fade {
	opacity: 0.7;
}

span.price {
	color: #02627f;
}

div.ctaButton {
	display: block;
	margin: 1em 0 2em 0;
}

div.ctaButton a.btn {
	display: inline-block;
	cursor: pointer;
	background-color: #02627f;
	color: #FFF !important;
	border-radius: 5px;
	padding: 0.5em;
}

div.ctaButton a.btn.reverse {
	border: 1px solid #02627f;
	color: #02627f !important;
	background-color: #FFF;
}

@media (max-width: 29.9rem) {
	div.compareTable table {
		font-size: 0.5em;
	}
}

@media (min-width: 30em) {
	div.compareTable table {
		font-size: 0.8em;
	}
}


div.compareTable {
	width: 100%;
}


div.compareTable table {
	width: 100%;
	margin-top: 2em;
}

div.compareTable table td, div.compareTable table th {
	padding: 1.5em;
	text-align: center;
}

div.compareTable table thead tr {
	background-color: #338098;
	color: #FFF;
}

div.compareTable table tbody tr {
	background-color: #e0e0e0;
}

div.compareTable table tbody tr:hover {
	background-color: #c0c0c0;
}

div.compareTable td img {
	height: 1.5em;
}

div.compareTable span.legal {
	display: block;
	font-style: italic;
	font-size: 80%;
	margin-left: 1em;
}

div.proconTable {
	display: block;
	margin: 1em;
	width: calc(100% - 2em);
}

div.proconTable td {
	background-color: var(--color-light-blue);
}

div.proconTable table tr:first-of-type td {
	text-align: center;
	font-weight: 700;
}

div.proconTable table tr:first-of-type td:first-of-type {
	background-color: var(--color-blue);
	color: #FFF;
}

div.proconTable table tr:first-of-type td:last-of-type {
	background-color: var(--color-red);
	color: #FFF;
}

div.proconTable table td {
	padding: 0.5em;
	width: 50%;
}

div.compareTable table tfoot td {
	font-weight: normal;
}

.centerText {
	text-align: center;
	width: calc(100% - 1em);
	margin: 1em 0;
	padding: 0 1em;
}

span.redHighlight { color: #db5461; }
span.blueHighlight { color: #02627f; }