@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.gen-section-container-bkgrd {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #000000;
	text-align: center;
}
.gen-section-headline {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #000000;
}
.gen-section-headline h1 {
	width: 100%;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	line-height: 1.3em;
	color: #ffffff;
	text-decoration: none;
}
.generator-bkgrd {
	width: 100%;
	background-color: #e9e9e9;
	background-image: url(../images/concrete-wall-2.png);
	margin: 0 0 0 0;
	padding: 20px 0 40px 0;
}
.step-intro-container {
	width: 100%;
	max-width: 850px;
	margin: 20px auto 20px auto;
	padding: 20px 0 25px 0;
	overflow: auto;
}
.step-container {
	width: 100%;
	max-width: 850px;
	margin: 20px auto 20px auto;
	padding: 20px 0 15px 0;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	text-align: left;
	overflow: auto;
}
.step-intro-container h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 42px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-intro-container h2 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-intro-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-intro-container p a, .step-intro-container p a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #003366;
	text-decoration: underline;
}
.step-intro-container p a:hover {
	color: #003366;
	text-decoration: none;
}
.step-container h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #3366ff;
	text-decoration: none;
}
.step-container h2 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #3366ff;
	text-decoration: none;
}
.step-container h3 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-container h4 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 26px;
	text-align: left;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-container p a, .step-container p a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #003366;
	text-decoration: underline;
}
.step-container p a:hover {
	color: #003366;
	text-decoration: none;
}
.code-box {
	width: 89%;
	max-width: 850px;
	margin: 20px auto 20px auto;
	padding: 10px 5% 10px 5%;
	background-color: #ffffff;
	border: 2px solid #0066cc;
	text-align: left;
	overflow: auto;
}
.code-box h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 26px;
	text-align: left;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.g-colour-container {
	width: 110px;
	margin: 5px 10px 5px 0;
	padding: 8px 8px 5px 8px;
	float: left;
	clear: right;
}
.g-colour-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 11px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 2px 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
#pcr-ar, #pcr-aj, #pcr-be, #pcr-db, #pcr-dr, #pcr-ds, #pcr-ml, #pcr-ng, #pcr-oj, #pcr-sp, #pcr-sb, #pcr-vw {
	width: 101px;
	position: absolute;
	z-index: 101;
	margin-top: -109px
}
.s-pc-container {
	width: 46px;
	height: 35px;
	padding: 11px 0 0 0;
	margin: 0 0 10px 0;
	border: 3px solid #0066cc;
	border-radius: 27px;
	text-align: center;
	float: left;
	clear: right;
}
.s-pc-container span {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 0 0;
	color: #000000;
	text-decoration: none;
}
.s-pc-dash {
	width: 20px;
	height: 15px;
	padding: 5px 0 0 0;
	margin: 17px 0 0 0;
	text-align: center;
	background-image: url(../images/gen-dash.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50% 55%;
	float: left;
	clear: right;
}
/*form*/
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.register-b-container-bkgrd {
	width: 100%;
	padding: 70px 0 60px 0;
	margin: 0 0 0 0;
	background-color: #cccccc;
}
.register-container {
	width: 100%;
	max-width: 800px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}
.form-container {
	width: 100%;
	max-width: 720px;
	padding: 0 5px 0 5px;
	margin: 0 auto 0 auto;
}
.form-container-b {
	width: 100%;
	max-width: 720px;
	padding: 0 25px 10px 25px;
	margin: 20px auto 20px auto;
	background-color: #f4f4f4;
	border: 1px solid #999999;
	border-radius: 5px;
	overflow: auto;
}
.form-container-ruleb {
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #999999;
}
.form-container-rulec {
	padding: 10px 0 5px 0;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #999999;
}
.form-container-ruled {
	padding: 10px 0 5px 0;
	margin: 10px auto 0 auto;
	border-bottom: 1px solid #999999;
}
select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arrow-black-down.svg);
	background-size: 11px;
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: normal;
	width: 100%;
}
select.feet {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arrow-black-down.svg);
	background-size: 11px;
	background-position: 92% center;
	background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: normal;
	width: 130px;
}
select.inches {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arrow-black-down.svg);
	background-size: 11px;
	background-position: 86% center;
	background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: normal;
	width: 70px;
}
.register-input {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	float: left;
}
.register-text {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
input[type=text].gen {
	width: 100%;
	padding: 12px 20px;
	margin: -8px auto 15px auto;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
input[type=email].gen {
	width: 100%;
	padding: 12px 3%;
	margin: -8px auto 15px auto;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
input[type=tel].gen {
	width: 100%;
	padding: 12px 5%;
	margin: -8px auto 20px auto;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
textarea.gen {
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	font-size: 16px;
	resize: none;
}
input[type=submit].gen {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #3366ff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=submit].gen:hover {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #333333;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=button].gen {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #3366ff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=button].gen:hover {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #333333;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=reset].gen {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #3366ff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=reset].gen:hover {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #333333;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
.button-container-submit {
	width: 45%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
}
.button-container-reset {
	width: 45%;
	padding: 0 0 0 0;
	margin: 0 0 0 1%;
	float: left;
	clear: right;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.gen-section-container-bkgrd {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #000000;
	text-align: center;
}
.gen-section-headline {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #000000;
}
.gen-section-headline h1 {
	width: 100%;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	line-height: 1.3em;
	color: #ffffff;
	text-decoration: none;
}
.generator-bkgrd {
	width: 100%;
	background-color: #e9e9e9;
	background-image: url(../images/concrete-wall-2.png);
	margin: 0 0 0 0;
	padding: 20px 0 40px 0;
}
.step-intro-container {
	width: 100%;
	max-width: 850px;
	margin: 20px auto 20px auto;
	padding: 20px 25px 25px 25px;
	overflow: auto;
}
.step-container {
	width: 100%;
	max-width: 850px;
	margin: 20px auto 20px auto;
	padding: 25px 25px 20px 25px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	overflow: auto;
	text-align: left;
}
.step-intro-container h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 42px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-intro-container h2 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-intro-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-intro-container p a, .step-intro-container p a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #0066cc;
	text-decoration: underline;
}
.step-intro-container p a:hover {
	color: #003366;
	text-decoration: none;
}
.step-container h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #3366ff;
	text-decoration: none;
}
.step-container h2 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #3366ff;
	text-decoration: none;
}
.step-container h3 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-container h4 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 26px;
	text-align: left;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.step-container p a, .step-container p a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #0066cc;
	text-decoration: underline;
}
.step-container p a:hover {
	color: #0066cc;
	text-decoration: none;
}
.code-box {
	width: 95%;
	max-width: 850px;
	margin: 20px auto 20px auto;
	padding: 20px 3% 25px 3%;
	background-color: #ffffff;
	border: 2px solid #0066cc;
	text-align: left;
	overflow: auto;
}
.code-box h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.g-colour-container {
	width: 100px;
	margin: 5px 15px 5px 0;
	padding: 8px 0 5px 0;
	float: left;
	clear: right;
}
.g-colour-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	line-height: 1.4em;
	margin: 5px 0 .55em 0;
	color: #000000;
	text-decoration: none;
}
.s-pc-container {
	width: 54px;
	height: 40px;
	padding: 14px 0 0 0;
	margin: 0 0 0 0;
	border: 4px solid #0066cc;
	border-radius: 54px;
	text-align: center;
	float: left;
	clear: right;
}
.s-pc-container span {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 0 0;
	color: #000000;
	text-decoration: none;
}
.s-pc-dash {
	width: 20px;
	height: 34px;
	padding: 0 0 7px 0;
	margin: 0 0 0 0;
	text-align: center;
	background-image: url(../images/gen-dash.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50% 80%;
	float: left;
	clear: right;
}
/*form*/
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.register-b-container-bkgrd {
	width: 100%;
	padding: 70px 0 60px 0;
	margin: 0 0 0 0;
	background-color: #cccccc;
}
.register-container {
	width: 100%;
	max-width: 800px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}
.form-container {
	width: 100%;
	max-width: 720px;
	padding: 0 5px 0 5px;
	margin: 0 auto 0 auto;
}
.form-container-b {
	width: 100%;
	max-width: 720px;
	padding: 0 25px 10px 25px;
	margin: 20px auto 20px auto;
	background-color: #f4f4f4;
	border: 1px solid #999999;
	border-radius: 5px;
	overflow: auto;
}
.form-container-ruleb {
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #999999;
}
.form-container-rulec {
	padding: 10px 0 5px 0;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #999999;
}
.form-container-ruled {
	padding: 10px 0 5px 0;
	margin: 10px auto 0 auto;
	border-bottom: 1px solid #999999;
}
select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arrow-black-down.svg);
	background-size: 11px;
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: normal;
	width: 200px;
}
select.feet {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arrow-black-down.svg);
	background-size: 11px;
	background-position: 92% center;
	background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: normal;
	width: 130px;
}
select.inches {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arrow-black-down.svg);
	background-size: 11px;
	background-position: 86% center;
	background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: normal;
	width: 70px;
}
.register-input {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	float: left;
}
.register-text {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
input[type=text].gen {
	width: 90%;
	padding: 12px 20px;
	margin: -8px auto 15px auto;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
input[type=email].gen {
	width: 90%;
	padding: 12px 3%;
	margin: -8px auto 15px auto;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
input[type=tel].gen {
	width: 90%;
	padding: 12px 5%;
	margin: -8px auto 20px auto;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
textarea.gen {
	width: 90%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	font-size: 16px;
	resize: none;
}
input[type=submit].gen {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #3366ff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=submit].gen:hover {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #333333;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=button].gen {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #3366ff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=button].gen:hover {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #333333;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=reset].gen {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #3366ff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
input[type=reset].gen:hover {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #333333;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: left;
	clear: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-appearance: none;
}
.button-container-submit {
	width: 40%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
}
.button-container-reset {
	width: 40%;
	padding: 0 0 0 0;
	margin: 0 0 0 1%;
	float: left;
	clear: right;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
