body {

font-family: sans-serif;
background: #eee;
font-family: 'Poppins', sans-serif;
padding: 20px;
}

div.reckon-embed {
	width:100%;
}

input {
	margin-bottom: 15px;	
}

textarea {
	width:100%;
	height:100px;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
	width:100%;
	font-family: 'Poppins', sans-serif;
}

input[type="submit"] {
	padding: 15 20px;
	font-size: 16px;
	background: #660000;
	color:#fff;
	font-weight:700;
	border: 1px solid #aaa;
	width:100%;
}

input[type="submit"]:hover {
	cursor:pointer;
}

label {
	font-size: 14px;
}

h3, label.heading {
	display:block;
	font-size: 18px;
	font-weight:500;
	margin-bottom:15px;
}

p {
	margin-bottom: 15px;
	font-size: 14px;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

a {
	color:#660000;
}