@font-face {
    font-family: 'Mission';
    src: url('/fonts/mission-script-webfont.eot');
    src: url('/fonts/mission-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/mission-script-webfont.woff') format('woff'),
         url('/fonts/mission-script-webfont.ttf') format('truetype'),
         url('/fonts/mission-script-webfont.svg#mission_scriptregular') format('svg');
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	color: #245565;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.3636em;
	margin: 0;
	padding: 0;
	
	-webkit-text-size-adjust: none;
}
a {
	color: #009ed3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.header {
	padding-bottom: 66.7%;
	width: 100%;
	position: relative;
}
.illustration {
	background: #172c3f url('/images/header-bg.jpg') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.smiley {
	font-family: sans-serif;
}
.des {
	position: absolute;
	bottom: 11.1% /* 74px */;
	right: 15.1% /* 151px */;
	height: 28.6% /* 222px */;
	width: 19.1% /* 191px */;
}
.megs {
	position: absolute;
	bottom: 10.5% /* 70px */;
	right: 31.1% /* 311px */;
	height: 44.5% /* 297px */;
	width: 14.1% /* 141px */;
}
.trees {
	position: absolute;
	bottom: 8.4% /* 56px */;
	left: -2.84% /* -19px */;
	height: 60.56% /* 404px */;
	width: 30% /* 300px */;
}
.mrmrs {
	position: relative;
	margin: 0 auto;
	max-width: 720px;
	min-width: 200px;
	margin-top: 5%;
	width: 60%;
}
h2 {
	font-family: 'Mission';
	font-size: 2.22em;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}
h3 {
	color: #3eb28b;
	float: left;
	font-family: 'Mission';
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	margin: 0.1111em 6.25% 0 0;
	text-transform: lowercase;
	text-align: right;
	width: 20%;
}
p {
	margin: 0;
}
.content {
	margin: 10px auto;
	max-width: 600px;
	width: 100%;
	padding: 1.3636em 0;
}
.divider {
	border-bottom: 1px solid #3eb28b;
	height: 54px;
	margin: -29px 0 37px 0;
	position: relative;
	z-index: 1;
}
.section {
	margin: 0 10px;
}
.ampersand {
	background: #fff;
	height: 54px;
	margin: 0 auto;
	position: relative;
	top: 27px;
	width: 54px;
}
.ampersand img {
	height: 100%;
	width: 100%;
}
.names {
	margin: 1.3636em 10px;
}
.text {
	float: left;
	margin-bottom: 0.6818em;
}
.opening .text {
	float: none;
	text-align: center;
}
.closing .text {
	float: none;
	font-size: 0.888em;
	line-height: 1.2em;
	text-align: center;
}
.rsvp-form {
	margin: 0.6818em auto;
	padding: 0 10px;
/* 	max-width: 280px; */
}
.return-form {
	clear: both;
	padding: 0.6818em 10px;
}
label {
	cursor: pointer;
	display: block;
	font-size: 0.888em;
	line-height: normal;
	padding: 0.6em;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}
label.label-radio {
	padding-left: 40px;
}
.input-text {
	background: none;
	border: none;
	color: #333;
	display: block;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.888em;
	margin: 0 auto;
	outline: none;
	padding: 0.6em 0.6em 0.6em 24%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	
	-webkit-appearance: none;
	-moz-appearance: none;
}
.input-radio {
	height: 20px;
	margin-top: -10px;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 2;
}

.input-button {
	background: #3eb28b;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 20px;
	margin: 0 auto;
	padding: 0.6em 60px;
	text-align: center;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	
 	 box-shadow: 0 2px 0 #2b7c61;
}
.input-button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.input-button:active {
	box-shadow: none;
	margin-top: 2px;
	margin-bottom: -2px;
}
input.input-button[disabled] {
	background-color: #9fd9c5;
	cursor: default;
	box-shadow: none;
}
.form-field {
	margin: 0;
	text-align: center;
	position: relative;
}
.form-field.form-action {
	text-align: center;
	margin: 1.3636em 0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
.return {
	margin: 1.3636em auto;
}
.form-names {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.form-yes {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}
.form-no {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media screen and (max-width: 400px) {
	body {
		font-size: 18px;
	}
}