#testSite {
    text-transform:uppercase;
	padding:5px 20px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#ffff00;
	z-index:1000;
    position:fixed;
	left:0px;
	top:0px;
    width:200px; 
	font-family:arial,sans-serif;
}
* {
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
}
img {
	max-width:100%;
	height:auto;	
}
body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #52524C;
	background-color: #35502b;    
}
body:before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
    background-color:#35502b;
	background: url('gfx/bkg.jpg') no-repeat top center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
#header {
	margin: 0px;
	padding: 20px 30px 20px 30px;
	width: auto;
	height: auto;
	text-align: center;
    background-color:#000;
    margin-bottom:30px;
	color:#77ad5c;
}
#header .row {
	max-width: 1080px;
    margin:0px auto;
}
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width: 1080px;
	height: auto;
}
#container {
	margin: 0px;
	padding:30px;
	width: auto;
	height: auto;
	background-color: #ffffff;
}
.errorMsg {
	padding:5px;
	background-color:#FFDEDF;
	border:1px solid #d32929;
	color:#d32929;
	border-radius:5px;
	margin:10px auto;
	text-align:center;
    display:none;
}
.notice {	
	padding:8px;
    background-color:#FFDEDF;
	border: 1px solid #d32929;
	border-radius: 5px;
	margin-bottom:20px;
    color:#d32929;
    text-align:center;
    font-weight: bold;
}
h1 {
    color:#fff;
    font-size:40px
}
h2 {
	font-size:40px;
	color:#77ad5c;
    font-weight:normal;
    font-weight:bold;
    margin-bottom:10px;
    display:inline;
}
h3 {
	font-size:18px;
	color:#77ad5c;
    font-weight:normal;
    font-weight:bold;
    padding-bottom:10px;
    display:inline-block;
}
.row {
	overflow:hidden;
}
.split-50 {
	float:left;
	width:48%;
}
.split-50:nth-child(odd) {
	margin-right:2%;
}
.split-50:nth-child(even) {
	margin-left:2%;
}
.large {
	width:100%;
}
.contactFields, #zipError {
    display:none;
}
#cityDiv {
    float:left;
    width:50%;
}
#stateDiv {
    float:left;
    padding-left:5px;
    width:20%;
}
#zipDiv {
    width:30%;
    float:left;
    padding-left:5px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	padding: 8px 5px;
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	color:#666;
	background: #fff;
	border: 1px solid #c0d1b6;
	border-radius: 2px;
	max-width:100%;
	margin-bottom:5px;
}
input[type="checkbox"] {
    -webkit-appearance: auto;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus  {
	background: #fff;
	border-color:#0066cc;
}
input[type="submit"], .button {
	background: #77ad5c;
    border-radius: 5px;
	color:#fff;
	padding:8px 15px;
	text-transform:uppercase;
	font-size:26px;
	font-family:inherit;
	font-weight:normal;
	margin:20px auto 0px auto;
	cursor: pointer;
	width:100%;
    text-decoration: none;
}
.button {
    width:auto;
    margin-right:10px;
    font-size:18px;
    display:inline-block;
}
input[type="submit"]:hover, .button:hover {
	background: #000;
}
label.sml {
    font-size:14px;
}
#rsvp_code {
	text-transform:uppercase;
}
.addressMsg {
	padding:5px;	
	color:#77ad5c !important;
	border: 1px solid #77ad5c !important;
    background-color:#edf4e9 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
	display:none;
    text-align:center;
}
#video {
	background-color:#77ad5c;
	padding:20px;
	color:#fff;
	text-align:center;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video strong {
	font-size: 30px;
	display:block;
	padding-bottom:20px;
}
#map {
    overflow:hidden;
    width:100%;
    height:200px;
    border:1px solid #77ad5c;
}
#instructions {
	background-color:rgba(119,173,92,1.00);
	padding:20px;
	color:#000;
	text-align:center;
    margin-bottom:40px;
}
#instructions h2 {
    color:#fff;
    font-size:32px;
    text-transform: uppercase;
    display:block;
}
#footer {
	margin: 0px;
	padding: 10px 20px 10px 30px;
	width: auto;
	height: auto;
	text-align: center;
    color:#fff;
}
a {
    color:#77ad5c;
}
#disclaimer {
    font-size:12px;
}
.red {
	color: #d20000;
}
#guest {
    display:none;
}
@media (max-width:800px) {
.split-50 {
	float:none;
	width:100%;
	margin:0% !important;
}
#header {
    margin-bottom:0px;
    padding:30px 10px;
    font-size:17px;
}
h1 {
    font-size:36px;
}
}
@media (max-width:460px) {    
#container {
    padding:30px 15px;
}
#instructions h2 {
    font-size:40px;
}
}
@media (max-width:360px) {    
#zipcodes {
    column-count: 4;
}
}
