body {
	padding: 0;
	margin: 0;
}

.navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 60px;
	text-align: left;
	padding-left: 11px;
	z-index: 1000;
	box-sizing: border-box;
}

.navigation > div, .mobile-navigation > div:not(.mobile-menu) {
	display: inline-block;
	vertical-align: middle;
}

.navigation > div:not(.logo) {
	padding: 20px;
}

.navigation > div.logo, .mobile-navigation > div.logo {
	margin-right: 24px;
}

.navigation > div img, .mobile-navigation > div img {
	height: 100%;
	max-height: 22px;
	margin-top: 5px;
}

.mobile-navigation > div img {
	max-height: 26px;
	margin-top: 15px;
}

.sub-navigation {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	height: 60px;
	z-index: 1100;
}

.sub-navigation > div {
	display: inline-block;
}

.sub-navigation > div > a {
	padding: 20px;
	display: inline-block;
}

.header {
	padding-top: 11%;
	height: 300px;
}

.footer {
	padding: 8px;
	bottom: 0;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
}

.footer-address {
	position: absolute;
	left: 300px;
	right: 300px;
	bottom: 0;
	height: 100%;
	text-align: center;
}

.footer-address > div {
	display: table;
	width: 100%;
	height: 100%;
}

.footer-address > div > div {
	display: table-cell;
	vertical-align: middle;
}

.content-loading-view {
	position: fixed;
	width: 60px;
	height: 60px;
	top: 50vh;
	left: 50vw;
	margin-top: -30px;
	margin-left: -30px;
}

.content-loading-view img {
	width: 100%;
	max-width: 100%;
}

.quote {
	display: inline-block;
}

.header-text {
	width: 100vw;
	max-width: 700px;
	padding: 40px;
	display: inline-block;
	box-sizing: border-box;
}

.content {
	padding-top: 60px;
	text-align: center;
}

.content-page {
	width: 100%;
	max-width: 900px;
	text-align: left;
	display: inline-block;
	padding: 42px;
	padding-bottom: 52px;
	box-sizing: border-box;
	line-height: 1.4;
}

.divider {
	height: 1px;
}

.inline-divider {
	background-color: #EEEEEE;
	height: 1px;
	margin: 12px;
}

parallax-image {
	display: block;
	overflow: hidden;
	position: relative;
}

parallax-image > * {
	position: relative;
	z-index: 1;
}

parallax-image img {
	position: absolute;
	left: 0;
	filter: saturate(0.2);
}

parallax-image.service {
	height: 200px;
}

.opinion-box {
	padding: 40px;
	box-sizing: border-box;
}

.keyword {
	margin-top: 26px;
}

.keyword-description {
	margin-bottom: 32px;
}

.team-table th, .team-table td {
	padding: 24px;
}

.team-table th img {
	width: 180px;
}

.team-table td {
	width: 100%;
	padding-right: 0;
}

.team-table h3 {
	margin: 0;
}

.team-table h4 {
	margin-top: 8px;
}

.contact-form .field-group {
	display: block;
	margin-top: 16px;
}

.contact-form .field-group * {
	vertical-align: baseline;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	padding: 10px;
	border-radius: 0;
	width: 300px;
	box-sizing: border-box;
}

.contact-form textarea {
	width: 450px;
	min-height: 200px;
	resize: vertical;
}

.contact-form input[type="checkbox"] {
	margin-right: 8px;
}

.contact-form input[type="number"] {
	margin-left: 8px;
	vertical-align: middle;
	padding: 6px;
	width: 50px;
	box-sizing: border-box;
	border-radius: 0;
}

.contact-form .response-box {
	display: none;
	padding: 12px;
	display: inline-block;
	box-sizing: border-box;
}

@media only screen and (max-width: 860px) {
	.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
		width: 100%;
	}

	.content-page {
		padding: 20px;
	}

	.opinion-box {
		padding: 0;
	}

	.desktop-only {
		display: none;
	}

	.footer-address {
		display: none;
	}

	.team-table th, .team-table td {
		padding: 12px;
		vertical-align: top;
	}

	.team-table th img {
		width: 90px;
	}

	.menu-button {
		display: inline-block;
		background-position: center;
		background-size: 65%;
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
		top: 0;
		right: 0;
		position: absolute;
		box-sizing: border-box;
	}

	.mobile-menu {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 8px;
		box-sizing: border-box;
	}

	.mobile-navigation {
		height: 60px;
		width: 100%;
		position: fixed;
		padding-left: 11px;
		box-sizing: border-box;
		z-index: 1000;
	}

	.mobile-navigation:focus {
		outline: none;
	}

	.mobile-navigation.open .mobile-menu {
		display: block;
	}

	.mobile-menu a.sub-navigation-item {
		display: none;
		padding-left: 20px;
		font-weight: normal;
		padding-top: 8px;
	}

	.mobile-menu a.selected ~ a.sub-navigation-item {
		display: block;
	}
}

@media only screen and (min-width: 861px) {
	.mobile-only {
		display: none;
	}

	.sub-navigation + .content-page {
		margin-top: 60px;
	}
}