@font-face {
    font-family: 'sbcbold';
    src: url('../fonts/sbc-dtc-webfont.eot');
    src: url('../fonts/sbc-dtc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sbc-dtc-webfont.woff2') format('woff2'),
         url('../fonts/sbc-dtc-webfont.woff') format('woff'),
         url('../fonts/sbc-dtc-webfont.ttf') format('truetype'),
         url('../fonts/sbc-dtc-webfont.svg#sbcbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {font-family: Verdana,Arial,Helvetica,sans-serif;}

h3 {
	color:#cd0007;
	font-weight:bold;
	font-size:1.7em;
	}

.form{
	max-width: 100%;
	min-width: 25%;
	border: none;
	color: #222222;
	font-size: 1em;
	margin: 0px;
	padding:0;
}
.content{
	margin: 0px;
}
.form label{
	color: #000000;
	font-size: 16px;
	display: block;
}
.form input[type=radio], input[type=checkbox]{
	display:inline-block;
}
.form div{
	display: block;
}
.form input[type=text], .form input[type=select], .form textarea, .form select {
	margin:0;
	padding: 5px;
	width: 60%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.5em;
}

h1{
	color: #00aa4f;
	font-weight: bold;
	font-size: 35px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom:2px solid #00aa4f;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: "sbcbold",Helvetica,Arial,sans-serif;
}

.intro{
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.form textarea{
	height: 50px;
	width: 60%;
}

.form input[type=submit]{
	width: 200px;
	background-color: #197b30;
	color: #FFFFFF;
	border:none;
	border-radius:6px;
	font-size: 16px;
	padding:10px;
	margin:25px 0 15px 0;
}

.form input[type=reset] {
	width: 200px;
	background-color: #dc1f27;
	color: #FFFFFF;
	border:none;
	border-radius:6px;
	font-size: 16px;
	padding:10px;
	margin:25px 25px 15px 0;
}

.form input[type=submit]:hover, .form input[type=reset]:hover {
	cursor:pointer;
}

.field{
	margin-bottom: 18px;
}

.smallSub {
	color:#cd0007;
}

.attributes {
	color:#C3262E;
	font-weight:bold;
}

#infobox {
	background:#E9E6DA;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding:8px;
	width: 60%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form input[type=checkbox]{
	height: initial !important;
	width: initial !important;
	padding:0 !important;
	margin:0 !important;
	border-width: 0 !important;
	border-style: none !important;
	border-radius: none !important;
	box-sizing: content-box !important;
}

#errorContainer {
	display: none;
	overflow: auto;
	background-color: #FFDDDD;
	border: 1px solid #C3262E;
	margin-top:10px;
	padding:5px;
}

#errorContainer label {
	float: none;
	width: auto;
}
.error {
color: #C3262E;
background-color: #FFDDDD;
}

.red {color: #C3262E;}

@media only screen and (max-width: 685px), only screen and (max-device-width: 480px) {

.form{
	padding: 5px;
}

#infobox {
	width: 97%;
}

.form input[type=text], .form input[type=select], .form textarea, .form select {
	width: 97%;
	font-size: 18px;
	line-height: 1.75em;
}

.form label{
	font-size: 18px;
}

.form textarea{
	height: 100px;
	width: 97%;
}

.form{
	font-size: 18px;
}

.form input[type=submit], .form input[type=reset]{
	min-width: 39%;
	font-size: 22px;
	-webkit-appearance: none;
}

.form input[type=checkbox]{
	height: initial !important;
	width: initial !important;
	padding:0 !important;
	margin:0 !important;
	border-width: 0 !important;
	border-style: none !important;
	border-radius: none !important;
	box-sizing: content-box !important;
}

.form input { padding:2px; }

#receipt { display:none; }
}