@charset "UTF-8";

* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}




body#adi-contact {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#444;
	background: #fff;
	/*background-image:linear-gradient(left , #761542 0%, #991D57 52%, #761542 100%);
	background-image:-moz-linear-gradient(left , #761542 0%, #991D57 52%, #761542 100%);
	background-image:-webkit-linear-gradient(left , #761542 0%, #991D57 52%, #761542 100%);*/
}

.hide {
	display: none;
}

span#region-contact.hide.formLabel {
	display: none;
}


#form-header h3 {
	color:#fff;
	display:block;
	font-size:28px;
	text-align:center;
	margin: 1% 0;
	background-color: #333;
}
#form-header h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
	text-align:center;
}
#adiForm label span {
	cursor:pointer;
	color:#333;
	display:block;
	margin:3px 0;
	/*font-weight:600;*/
}

#adiForm {
	position: relative;
}

#adiForm:before,
#adiForm:after {
	content: " "; display:table;	
}

#adiForm:after {
	clear: both;
}

.adi-form-column {
	width: 48%;
	padding: 10px 30px;
	float: left;
	min-height: 510px;
}

#adiForm input[type="text"],
#adiForm input[type="email"],
#adiForm input[type="phone"],
#adiForm input[type="url"],
#adiForm textarea {
	width: 100%;
	line-height: 1.8;
	/*color: #fff;*/
	display: block;
	background: #fff;
	padding: 5px 10px;
}

#adiForm input[type="text"]:hover,
#adiForm input[type="email"]:hover,
#adiForm input[type="phone"]:hover,
#adiForm input[type="url"]:hover,
#adiForm textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#adiForm input,
#adiForm textarea {
	border: 3px solid #c3c3c3;
}

#adiForm textarea {
	height:103px;
	max-width:90%;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
}

#adiForm input:focus,
#adiForm textarea:focus,
#adiForm label:active + input,
#adiForm label:active + textarea {
	/*outline: none;*/
	border : 3px solid rgba(194,57,255,0.70);
}

#adiForm select,
#adiForm keygent {
	border-radius: 1px;
	width: 50%;
}


#adiForm input[type="checkbox"],
#adiForm keygent {
	border-radius: 1px;
	width: 50%;
}
#adiForm input[type="checkbox"]{
height: 35px;
}

#adiForm select {
	height: 35px;
}
#adiForm select[multiple] {
	height: 60px;
}


#adiForm select:focus {
	/*outline: none;*/
}

label select option {
	font-size: 1.5em;
}

#adiForm button[type="submit"] {
	cursor:pointer;
    width:100%;
    border:none;
    background:#6A00B0;
    background-image:linear-gradient(bottom, #6A00B0 0%, #8700DC 52%);
    background-image:-moz-linear-gradient(bottom, #6A00B0 0%, #8700DC 52%);
    background-image:-webkit-linear-gradient(bottom, #6A00B0 0%, #8700DC 52%);
    color:#FFF;
    margin:0 0 5px;
    padding:30px;
    border-radius:2px;
	font-size: 1.5em;
}

#adiForm button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #6A00B0 0%, #8700DC 52%);
	background-image:-moz-linear-gradient(bottom, #6A00B0 0%, #8700DC 52%);
	background-image:-webkit-linear-gradient(bottom, #6A00B0 0%, #8700DC 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#adiForm button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}

::-webkit-input-placeholder {
    color:#888;
	font-style: italic;
}
:-moz-placeholder {
    color:#888;
	font-style: italic;
}
::-moz-placeholder {
    color:#888;
	font-style: italic;
}
:-ms-input-placeholder {
    color:#888;
	font-style: italic;
}

#adiForm label {
	display: block;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	line-height: 1em;
}

#form-submit {
	text-align: center;
	padding-top: 40px;
	clear: both;
}



/*SECTION CONTENT*/

.form_footer {
	margin-top: 5%;
}
#m_footer {
	position: relative;
	overflow: hidden;
}
.ui-foot {
	bottom: 0px;
	clear: both;
	height: 100%;
	background: rgba(51,51,51,1.00);
	min-height: 125px;
}
#m_termsprivacy {
	height: 65px;
	position: absolute;
	bottom: 35px;
	width: 84%;
	left: 8%;
	font-size: 1.1em;
	color: #f1f1f1;
}
#m_termsprivacy a {
	color: #f1f1f1;
}
.m-copy-left {
	float: left;
	width: 50%;
	line-height: 1.5em;
}
#m_copyright {
	height: 30px;
	position: absolute;
	bottom: 0px;
	width: 94%;
	left: 3%;
	font-size: .9em;
	color: #f1f1f1;
}
.m-copy-stack {
	width: 100%;
	line-height: 1.5em;
}
.align-center {
	text-align: center;
}

#form-wrapper {
	max-width:1480px;
	width:95%;
	margin:0 auto;
	position:relative;
	/*background: url(../images/hero2.jpg) no-repeat center;*/
	/*background-size: cover;*/
	background-color: rgba(217,217,217,1.00);
}

#hero {
  position: relative;
  padding: 80px 0;
  
}
#hero #gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#hero .hero-text .title {
  margin: 0 0 20px 0;
  font-size: 42px;
  color: #ffffff;
}
#hero .hero-text .lead {
  margin-bottom: 20px;
  color: #ffffff;
}

input.btnGreen1 {
	-webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #696969;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #0f9e65;
  padding: 10px 20px 10px 20px;
  border: solid #919191 1px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
input.btnGreen1:hover {
	background: #00e03c;
	text-decoration: none;
}



input.btnRed1 {
	-webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #696969;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #c22d00;
  padding: 10px 20px 10px 20px;
  border: solid #919191 1px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
input.btnRed1:hover {
	background: #ff1e00;
  text-decoration: none
}
.under18_prompt {
	text-align: center;
	font-size: 2em;
}
.under18_buttons {
	margin: 5% auto;
	width: 100%;
}
#under18_check {
	width: 80%;
	color: #333;
	margin: 0 auto;
	text-align: center;
}
.eighteen_check {
	width: 50%;
	margin: 0 auto;
}

.center_container {
	position: relative;
}

.absolute_center_content {
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
}
#verify18 {
	min-height:200px;
}

@media all
and (min-width : 368px) {

}

@media screen and (max-width: 70em) {
	.adi-form-column {
		width: 50%;
	}
	.adi-form-column:nth-child(3) {
		width: 100%;
	}
	
	#adiForm input[type="text"],
#adiForm input[type="email"],
#adiForm input[type="phone"],
#adiForm input[type="url"],
#adiForm textarea {
	width: 80%;
	line-height: 1.5;
	/*color: #fff;*/
	display: block;
	background: #fff;
	padding: 5px 10px;
	margin: 0 auto;
}
#adiForm label span {
	text-align: center;
	font-weight: 600;
}
#form-header h3 {
	font-size: 1em;
}
#form-header h4 {
	
}
.under18_prompt {
	font-size:1.5em;
}


}

@media screen and (max-width: 48em) {
	.adi-form-column {
		width: 100%;
		padding: 10px;
	}
}