@charset "UTF-8";
/* === Reset 2.0 by Eric Meyer === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0; }
/* === End of CSS Reset === */


*,
*::before,
*::after {
  box-sizing: border-box;
}

#contact:before,
#contact:after,
#contact .input-wrap:before,
#contact .input-wrap:after {
    content: "";
    display: table;
    clear: both;
}

body {
	font: 16px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272829;
	-webkit-text-size-adjust: none;
	background: #e8eced;
}

p {
	margin-bottom: 1em;
}

.page-title {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	color: #272829;
	margin: 70px 0 5px;
}

#contact {
	max-width: 500px;
	margin: 65px auto 20px;
	padding: 0 15px 0;
}

#contact .desc {
	font-size: 14px;
	color: #f16645;
	margin: 27px 0 9px;
}

#contact .desc.first {
	margin-top: 0;
}

#contact .desc label {
	font-size: 16px;
	color: #272829;
	margin: 0 5px 0 0;
}

#contact .desc .required {
	color: #e55;
	margin-right: 5px;
}

#contact input,
#contact select,
#contact textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#contact input,
#contact textarea {
	background: #fafafa;
	border: 1px solid #acb5c7;
	border-radius: 3px;
	color: #394c52;
	height: auto;
	margin: 0;
	padding: 11px 12px;
	width: 100%;
	-webkit-transition: background .08s linear;
	transition: background .1s linear;
}

#contact input:hover,
#contact textarea:hover {
	background:#fff;
}

#contact input:focus,
#contact textarea:focus {
	background:#fff;
	color:#32313e;
}

#contact .submit-wrap {
	text-align:center;
}

#contact .submit-button {
	background: #62bf91;
	color: #fff;
	border-radius: 4px;
	border-width: 0;
	font-size: 18px;
	font-weight: 500;
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0 30px;
	-webkit-transition: background-color .1s ease;
	transition: background-color .1s ease;
	width: auto;
	margin-top: 60px;
}

#contact .submit-button:focus,
#contact .submit-button:hover {
	background:#85c588;
	color:#fff;
}

button,
input[type=button],
input[type=submit] {
	cursor: pointer;
}

.go-back {
	top:42px;
	left:50px;
	font-size:14px;
	position:absolute;
}

a,
a:visited {
	color:#368ba3;
	text-decoration:none;
}

a:active,
a:hover {
	color:#3e9fbb;
	text-decoration:none;
}
