:root {
	font-size: 16px;
}

.mh--page-content h1 {
	color: #45a0de;
	font-size: 1.75em;
	margin: 0 0 1em 0;
}

.mh--page-content h2 {
	color: #45a0de;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}

.mh--page-content header > div {
	margin-bottom: 2em;
}

.mh--page-content header h1 > span {
	vertical-align: middle;
}

.mh--page-content header h1 > img {
	width: 1.5em;
	margin-right: .75em;
}

.mh--page-content header p {
	margin-top: 1.25em;
	/*text-indent: 2em;*/
}

.mh--page-content header video {
	width: 100%;
	border-radius:5px;
	margin:auto;
}

.mh--page-content picture {
	display: block;
}

.mh--page-content picture img, picture source {
	width: 100%;
	border-radius: 5px;
}

.mh--page-content main {
	width: 90%;
	margin: 3em auto 6em auto;
	font-family: 'Roboto';
}

.mh--page-content .section-divider {
	clear: both;
	margin: 2.5em 0 2.5em 0;
	text-align: center;
}

.mh--page-content .section-divider hr {
	display: inline-block;
	background-color: #45a0de;
	width: 40%;
	height: 1px;
}

.mh--page-content .svg-wrapper {
	display: inline-block;
	width: 20%;
}

.mh--page-content .svg-wrapper div {
	background: url("/static/brand/mh-logo-blue.svg") center center no-repeat;
	background-size: 75%;
	display: inline-block;
	margin: auto;
	height: 40px;
	width: 40px;
}

.mh--page-content #about-us h1 {
	text-align: center;
}

.mh--page-content #about-us picture {
	margin: 3.5em 0 1em 0;
	width: 100%;
}

.mh--page-content #about-us p:first-of-type {
	margin: 0 auto 1em auto;
	/*text-indent: 2em;*/
}

.mh--page-content #customer-guarantee {
	margin: auto;
	width: 95%;
}

.mh--page-content #customer-guarantee h1 {
	text-align: center;
}

.mh--page-content #customer-guarantee h2 {
	margin-top: 15px;
}

.mh--page-content #customer-guarantee > div {
	display: inline-block;
	margin-top: 3.5em;
	text-align: center;
}

.mh--page-content #customer-guarantee > div:first-of-type {
	margin-top: 2em;
}

.mh--page-content #customer-guarantee > div > div {
	margin-top: 1.5em;
	text-align: justify;
	width: 100%;
}

.mh--page-content #customer-guarantee > div > picture {
	width: 100%;
}

.mh--page-content #target-audience h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: none;
}

.mh--page-content #target-audience picture {
	width: 100%;
}

.mh--page-content #target-audience picture:not(:first-child) {
	margin-top: 4em;
}

.mh--page-content .header-cta {
	margin-top:20px;
}

.mh--page-content a.cta-button,
.mh--page-content .cta-button{
	display: inline-block;
	background: #2980b9;
	color: #fff;
	border: 2px solid #2980b9;
	padding: 8px 20px;
	margin: 0 1px 5px 0;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
	transition: all 0.2s ease-out;
	text-decoration:none;
}

.mh--page-content a.cta-button:hover,
.mh--page-content .cta-button:hover {
	background: transparent;
	color: #2980b9;
}

@media only screen and (min-width: 600px) {
	.mh--page-content .section-divider hr {
		width: 45%;
	}

	.mh--page-content .svg-wrapper {
		width: 10%;
	}
}

@media only screen and (min-width: 800px) {
	.mh--page-content #customer-guarantee > div {
		margin-top: 4em;
	}

	.mh--page-content #customer-guarantee > div:after {
		clear: both;
	}

	.mh--page-content #customer-guarantee > div:first-of-type {
		margin-top: 4em;
	}

	.mh--page-content #customer-guarantee > div > div {
		float: right;
		margin: 0 0 0 5%;
		width: 45%;
	}

	.mh--page-content #customer-guarantee > div > picture {
		max-width: 500px;
		width: 50%;
		display: inline-block;
	}

	@supports (display: grid) {
		.mh--page-content #customer-guarantee > div {
			align-items: start;
			justify-items: end;
			display: grid;
			grid-gap: 3.5em 5%;
			grid-template-columns: 1fr 1fr;
		}

		.mh--page-content #customer-guarantee > div > div {
			width: 100%;
			float: none;
		}

		.mh--page-content #customer-guarantee div > picture {
			width: 100%;
			margin: 0;
			display: block;
		}

		.mh--page-content #customer-guarantee h1 {
			grid-area: 1 / 1 / span 1 / span 2;
			justify-self: center;
			margin-bottom: 0;
		}
	}
}

@media only screen and (min-width: 1040px) {
	.mh--page-content header > div {
		float: left;
		width: 50%;
	}

	.mh--page-content header video {
		max-width: 550px;
	}

	@supports (display:grid) {
		.mh--page-content header {
			align-items: flex-start;
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 2em;
		}

		.mh--page-content header > div {
			float: none;
			margin-bottom: 0;
			width: 100%;
		}

		.mh--page-content header video {
			width: 100%;
		}
	}
}

@media only screen and (min-width: 1300px) {
	.mh--page-content header {
		grid-column-gap: 1em;
	}

	.mh--page-content main {
		width: 85%;
	}

	.mh--page-content #about-us {
		width: 80%;
		margin: auto;
	}

	.mh--page-content #about-us p:first-of-type {
		width: 65%;
	}

	.mh--page-content #customer-guarantee {
		width: 90%;
	}

	.mh--page-content #target-audience {
		width: 80%;
		margin: auto;
	}
}





