* {
  box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	background-color: #FFF;
	background-image: url("images/body_bg.jpg");
	background-position: top;
	background-repeat: repeat-y;
	margin: auto;
}

.content {
	padding: 30px;
	margin-bottom: 40px;
}

footer {
	background-color: #f5f5f5;
	border-top: 1px solid #d9d9d9;
	color: #697073;
	font-size: 12px;
	text-align: center;
	padding-bottom: 15px;
	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
}

.form-headline{
	margin-bottom: 0;
	margin-top: 80px;
}

h1, h2, h3 {
	color: #5d5d5d;
	font-family: Times New Roman, serif;
	font-weight: normal;
}

h1 {
	font-size: 36px;
}

h3 {
	font-style: italic;
}

.header img {
	padding: 30px;
}

.index {
	font: 14px/2 Tahoma, Helvetica, sans-serif;
}

.faq-block {
	margin-top: 50px;
}

.faq-block h3{
	padding: 0;
}

nav {
	background-color: #e6e6e6;
	padding: 10px;
}

nav a {
	color: #2c2f33;
	font: 11px Verdana, Helvetica, sans-serif;
	margin: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover {
	color: #85898e;
}

p {
	color: #697073;
	font: 13px/1.55 Tahoma, Helvetica, sans-serif;
}

.product {
	border: 1px solid #d9d9d9;
	margin-top: 30px;
	padding: 30px;
}

.product a {
	background-color: #496778;
	color: #ffffff;
	font: 12px Verdana, Helvetica, sans-serif;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.product a:hover{
	background-color: #3C5362;
}

.product img{
	float: left;
}

.question{
	padding-top: 20px;
}

ul {
	font: 12px Tahoma, Helvetica, sans-serif;
	list-style-type: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 950px;
	min-height: 100%;
	position: relative;
	padding-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .product img{
  	float: none;
  }

  .product ul{
  	list-style: square;
  }
}

.medium-width {
	width: 168px;
	height: 26px;
}

input, label, select {
	display: block;
	max-width: 664px;
	width: 100%;
}



form {
	max-width: 600px;
}

.form-row {
	max-width: 600px;
	width: 100%;
}

/* section to get city/state/zip to appear in a row on desktop*/

@media screen and (min-width: 600px) {

	.flex-container {
		display: flex;
	}

	.half {
		margin-right: 10px;
		width: 50%;
	}
	.half:nth-child(2){
		margin-right: 0;
	}

	.third {
		margin-right: 10px;
		width: 33%;
	}

	.third:nth-child(3){
		margin-right: 0;
	}
}

input, select {
	height: 35px;
}

.label-item {
	font-size: 13px;
	padding: 12px;
	color: #5d5d5d;
	font-family: Helvetica, Arial, sans-serif;
}

label {
	color: #5d5d5d;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 24px;
}

.register-btn {
	background-color: #496778;
	color: #ffffff;
	font: 12px Verdana, Helvetica, sans-serif;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 24px;
}

.register-btn:hover{
	background-color: #3C5362;
	cursor: pointer;
}


tr {
	margin: 14px;
}

table {
	cellpadding: 14px;
}

.contact-submit {
	margin-left: 20%;
	margin-top: 45px;
	width: 80px;
	-webkit-appearance: none;
	height: 40px;
	color: #5d5d5d;
	font-weight:bold;
	border: solid #666 1px;
	border-radius: 8px;
	font-size: 14px;
}

.comment-input {
	width: 300px;
	height: 200px;
	border: 1px solid #5d5d5d;
}

table {
	border: 1px solid #ffffff !important;
}

table td {
	border: 1px solid #ffffff !important;
}

.grecaptcha-badge{
	display: none;
}

.g-recaptcha {
	margin-top: 45px;
	margin-left: 50px;
}