* {
	border: 0;
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	visibility: visible;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-appearance: none;
	-moz-appearance: none;
}

html {
	font-size: 62.5%;
}

html, body {
	min-height: 100%;
}

body {
	max-width: 100vw;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: 'Graphik';
	font-weight: 300;
	line-height: 1.5;
	background-color: #fff;
	color: 65757A;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.row-fluid {
	display: flex;
	flex-wrap: wrap;
}

.col-md-6 {
	width: 100%;
}

@media(min-width: 768px) {
	.col-md-6 {
		width: 50%;
	}
}

.col-md-12 {
	width: 100%;
}

.umbraco-forms-field {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	width: 100%;
}

.umbraco-forms-field-wrapper {
	width: 100%;
}

label {
	display: inline-block;
	font-weight: 500;
}

input[type="text"] {
	display: flex;
	align-items: center;
	height: 5rem;
	width: 100%;
	font-size: 1.6rem;
	padding: 0 2rem;
	font-weight: 400;
	font-family: 'Graphik';
	color: #65757A;
	border: 1px solid #E7ECF2;
	transition: border-color 250ms, color 250ms;
}

input:focus {
	border-color: #0057B8;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

textarea {
	display: flex;
	align-items: center;
	height: 15rem;
	width: 100%;
	font-size: 1.6rem;
	padding: 2rem;
	font-weight: 400;
	font-family: 'Graphik';
	color: #65757A;
	border: 1px solid #E7ECF2;
	transition: border-color 250ms, color 250ms;
}

textarea:focus {
	border-color: #0057B8;
}

.umbraco-forms-submitmessage {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	font-size: 2.5rem;
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: auto 0 0;
	height: 5rem;
	padding: 0 2rem;
	color: #0057B8;
	background-color: #E7ECF2;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 0;
	border: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	transition-property: color, background-color, background, border, transform, opacity;
	transition-duration: 200ms;
	margin: 1.5rem;
}

@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-100-Thin.otf');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-100-Thin-Italic.otf');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-200-Extralight.otf');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-200-Extralight-Italic.otf');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-300-Light.otf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-300-Light-Italic.otf');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-400-Regular.otf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-400-Regularitalic.otf');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-500-Medium.otf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-500-MediumItalic.otf');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-600-Semibold.otf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-600-Semibold-Italic.otf');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-700-Bold.otf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-700-Bold-Italic.otf');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-800-Black.otf');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-800-Black-Italic.otf');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-900-Super.otf');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('/dist/fonts/Graphik-900-Super-Italic.otf');
	font-weight: 900;
	font-style: italic;
}