#header {
	position: absolute;
	max-width: 250px;
	top: 0;
	left: 0;
	right: 0;
	padding: 1em;
	z-index: 9999999;
}

@media screen and (max-width: 768px) {
	#header {
		max-width: 150px;
	}
}

#logo {
	border: 0;
	outline: 0;
	position: relative;
	margin-right: 18px;

}

#logo:after{
	background: url('../assets/breadcrumb.svg') no-repeat;
    content: " ";
    height: 12px;
    width: 12px;
    position: absolute;
    right: -18px;
    top: 8px;

}

@media screen and (max-width: 768px) {
	#logo:after,
	#title
	{display: none;	}
}


#title {
	color: #fff;
}

.title {
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding-top: 5px;
    vertical-align: top;
}

.middle {
	vertical-align: top;
}
strong {
	font-weight: 400 !important;
}

#app-content {
	text-align: center;
	padding: 4em 0;
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.content-box {
	max-width: 30%;
	min-width: 340px;
	padding:  1em 2em;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
}

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

	.content-box {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
}

.content-box-title {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	color: #6f6d84;
	border-left: 3px solid rgba(111,109,132,0.5);
	padding-left: .9em;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.content-box-body {
	font-weight: 300;
	line-height: 1.5em;
	text-align: justify;
}

.promo-bar {
	background-color: #fff;
	text-align: center;
	padding: 4em 2em;
}

.footer {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #6f6d84;
	padding: 2em;
}

.logo {
	margin: 7px 5px 5px;
}

.cta {
	display: inline-block;
	border-radius: 4px;
	/*border: 1px solid #6f6d84;*/
	background-color: #6f6d84;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .06em;
	margin-top: 2em;
	padding: .9em 2em;
}

.cta:hover,
.cta:focus {
	text-decoration: none;
	color: #fff;
}

.hreview-aggregate {
	max-width: 350px;
	margin: 1em auto;
	letter-spacing: 0;
	color: rgba(111, 109, 132, .5);
}