@font-face {
        font-family: "Lato Black Italic";
        src: url('fonts/Lato-BlackItalic.ttf');
	src: url('fonts/Lato-BlackItalic.eot');
	src: url('fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'),
	url('fonts/Lato-BlackItalic.woff') format('woff'),
	url('fonts/Lato-BlackItalic.ttf') format('truetype');
}

body {
	background: #ffffff;
	margin: 0px;
	color: #000000;
	font-family: sans-serif;
	font-size: 11pt;
}

#banner {
	user-select: none;
	pointer-events: none;
}

.form span {
	display: inline-block;
	width: 220px;
	font-family: "Lato Black Italic", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-weight: 900;
	text-align: right;
	padding-right: 20px;
}

.form .duplicate {
	background: #f2bb0e;
	color: #000000;
	padding: 7px;
	margin: 20px auto;
	text-align: center;
	width: 500px;
	line-height: 20px;
	font-family: Lato, sans-serif;
	font-style: italic;
}

.form .row {
	padding: 5px 10px;
}

.form .checkbox.row {
	padding: 30px 10px 0px 10px;
}

.form .row input[type=text] {
	width: 350px;
	padding: 5px;
	border-radius: 7px;
	border: 1px solid white;
	background: #e5e5e5;
	font-family: Lato, sans-serif;
	font-style: italic;
}

.form .row select {
	width: 250px;
	padding: 5px;
	border-radius: 7px;
	border: 1px solid white;
	background: #e5e5e5;
	font-family: Lato, sans-serif;
	font-style: italic;
}

.form .row input[type=checkbox] {
	vertical-align: top;	
}

.form .row input[type=submit] {
	background: none;
	width: 400px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	color: #000000;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	font-family: "Lato Black Italic", sans-serif;
}

.form hr {
	margin: 20px 10px;
}

.form .upload {
	margin: 0px 80px;
	line-height: 22px;
}

.form .upload-options {
	margin: 0px 40px;
	line-height: 22px;
}

.form .error {
	background: #f7e4e4;
	border: 1px solid #ea8214 !important;
}

.form .note {
	font-size: 8pt;
	margin: 10px 80px;
	text-align: right; 
	font-family: Lato, sans-serif;
	font-style: italic;	
}

.form .checkbox-text {
	border: none !important;
	background: none;
	display: inline-block;
	text-align: left;
	font-family: Lato, sans-serif;
	font-style: italic;
}

.form .error-text {
	display: block;
	font-size: 9pt;
	line-height: 20px;
	text-align: left;
	color: #ea8214;
	font-family: Lato, sans-serif;
	margin-left: 241px;
}

.form .checkbox-text a {
	color: #666666;
}


.form .checkbox-text.error, .form .checkbox-text.error a {
	color: #ea8214;
	line-height: 20px;
}

.form .row.check-option .error-text {
	margin-left: -30px;
}

.wrapper {
	margin: 0px auto;
	width: 800px;
	background: #ffffff;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}

.entered, .submitted, .closed, .started, .drawn {
	padding: 40px 20px 0px 20px;
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
	line-height: 30px;
	font-family: "Lato Black Italic", sans-serif;
}

.entered p.line2, .submitted p.line2, .closed p.line2, .started p.line2, .drawn p.line2 {
	color: #34a23e;
	margin-bottom: 15px;
	font-family: "Lato Black Italic", sans-serif;
}

.entered p, .submitted p, .closed p, .started p, .drawn p {
	margin: 0px;
}

.footer {
	text-align: center;
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Lato, sans-serif;
	font-style: italic;
}

.footer a {
	color: #666666;
}

.terms {
	font-family: Lato, sans-serif;
	font-style: italic;
}

.terms a { color: #555555; }

.terms h1, .terms h2 {
	text-align: center;
}

.drawn h1 {
	text-align: left;
	font-size: 16pt;
}

.terms li {
	padding: 10px;
}

.drawn li {
	padding: 10px;
	font-weight: bold;
}

.form #postcode {
	width: 100px;
}

.form #order_num {
	width: 150px;
}

.check-option {
	text-align: left;
	margin: 0px 80px 0px 275px;
}

.row.check-option input, .upload-options input[type=radio] {
	margin-left: -30px;
	vertical-align: top;
}

@media only screen and (max-device-width: 480px) {
	BODY {
		background: #ffffff;
	}
	
	.wrapper {
		margin: 0px;
		width: 100%;
		background: #ffffff;
	}
	
	.terms h1 {
		font-size: 15pt;
	}
	
	.terms h2 {
		font-size: 12pt;
	}
	
	.terms {
		padding: 0px 20px 0px 10px;
	}
	
	.closed, .entered {
		font-size: 12pt;
		line-height: 1.5em;
	}

	.started p.line2, .closed p.line2, .entered p.line2 {
		margin-top: 10px;
	}
	
	.form .error-text {
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.form .row.check-option .error-text {
		margin-left: 30px;
	}

	#banner {
		width: 100%;
	}
	
	.form .row {
		text-align: center;
	}
	
	.form .row select, .form .row #postcode, .form #order_num, .form .row input[type=text] {
		width: 80%;
		box-sizing: content-box;
	}
	
	.form .duplicate {
		width: 90%;
	}
	
	.form .upload {
		text-align: left;
		margin: 10px;
	}

	.form .upload-options {
		margin: 10px 10px 10px 50px;
		text-align: left;
	}
	
	.check-option {
		margin: 0px 30px 0px 15%;
		text-align: left;
	}
	
	.check-option label {
		width: 90%;
	}
	
	.form .checkbox-text {
		width: auto;
	}
	
	.form span {
		display: block;
		width: calc(100%-50px);
		margin: 10px 0px 10px 32px;
		text-align: left;
	}
	
	.form .row input[type=submit] {
		width: 90%;
	}
}