@charset "utf-8";
/* CSS Document */

/****************************************
	FORMS
****************************************/
.form-title {
    font-family: 'Roboto', sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	word-spacing: -1px;
	text-transform: none;
	text-align: left;
	color: #000;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.form-block {
	background-color: #D5D5D5;
	width: 100%;
  	padding: 0% 1%;
	padding-bottom: 10px;
  	margin: 0%;
	height: auto;
	overflow: auto;
}

.form-block-no-bg {
	width: 100%;
  	padding: 0% 1%;
	padding-bottom: 10px;
  	margin: 0%;
	margin-top: 15px;
	height: auto;
	overflow: auto;
}

.form-row {
  float: left;
  margin: 0%;
  margin-right: 1% 	
}


.form-row .form-label {
    float: left;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	font-weight: 600;
    line-height: 30px;
    width: 100%;
}

.form-row .form-input {
    float: left;
    width: 100%;
}

.form-row .form-input input, .form-row .form-input textarea {
     font-size: 18px;
     border: thin solid #aaa;
	 border-radius: 5px;
	 background: #fff;
     padding: 5px 2%;
     width: 100%;
     font-family: 'Roboto', sans-serif;
}

.form-row .form-input select {
     font-size: 18px;
     border: thin solid #aaa;
	 border-radius: 5px;
	 background: #fff;
     padding: 4px 2%;
     width: 100%;
     font-family: 'Roboto', sans-serif;
}

.form-row .form-input input[type="submit"] {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 77px;
    height: 77px;
    cursor: pointer;
    padding: 0;
    background-color: #c52925;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-row .form-input input[type="submit"]:hover {
		color: #fff;
		background: #000;
		border: #000 thin solid;
}

.forgotpw {
    width: auto;
    padding: 5px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 700;
    float: left;
    line-height: 20px;
    height: 32px;
    font-size: 15px;
    color: #999;
}

.forgotpw:hover {
    color: #CD7008;
}



  .form-row.radio .form-input {
    width: 100%; }
  .form-row.radio .form-label {
    width: 100%; }
  .form-row .radioinvalid {
    background: #FFD4D5; }
	.form-row .form-captcha {
    float: left;
    width: 65%;
	text-align:center;
	}

      .form-row .form-input input.invalid, .form-row .form-input select.invalid, .form-row .form-input textarea.invalid {
        background: #FFD4D5; }
      .form-row .form-input input[type="radio"], .form-row .form-input select[type="radio"], .form-row .form-input textarea[type="radio"] {
        width: 13px; }

  	  .form-row .form-label .half {
      width: 45%;
	  }
	  .form-row .form-input input.half {
      width: 45%;
      margin-right: 2%;
      float: left; }
      .form-row .form-input input.half.last {
        margin-right: 0; }
    .form-row .form-input select.half {
      width: 40%; }
    .form-row .form-input textarea {
      height: 100px; }
    .form-row .form-input span {
      color: #fff;
      padding: 0 3%; }
    .form-row .form-input input.checkbox {
      float: left;
      margin: 0;
      width: 10%; }
    .form-row .form-input label span {
      float: left;
      width: 90%;
      padding: 0; }

  .form-row .form-captcha {
  	 width: 50%;
	 float: left; 
	}

  .form-row .form-button {
  	 width: 50%;
	 float: right; 
	}


.contact-submit {
    width: 65%;
	height: 40px;
	color: #fff;
	background-color: #888;
    font-family: 'Roboto', sans-serif;
	border-radius: 0px 3px 3px 0px;
	float: left;
	font-weight: 700;
	font-size: 22px;
	font-weight:bold;
	text-transform: uppercase;
	border: #fff 1px solid;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 40px;
}

.contact-submit:hover {
	color: #fff;
	background-color: #000;
	cursor:pointer;
}

.contact-submit {
    float: left;
	background-color:transparent;
    width: 62%;
	margin-left: 27%;
	cursor: pointer;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	height: 50px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 40px;
	border: #4d4d4d thin solid;
}

.contact-submit:hover {
	color: #fff;
	background: #0E3249;
	border: #fff thin solid;
}
