.genform {
  max-width: 640px;
  margin: 0 20px;
}

.genform label,
.genform .label {
  display: none;
}

.genform .subscribe {
  background-color: #000;
  padding: 0.75em 1em;
  margin: 2px 0;
}

.genform .subscribe label,
.genform .subscribe .label {
  display: block;
}

.genform input[type="text"],
.genform input[type="password"],
.genform select,
.genform textarea {
  color: #000;
  border: 0 none;
  margin: 2px 0;
  padding: 0.75em 1em;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.genform ::-webkit-input-placeholder {
  color: #000;
}

.genform :-moz-placeholder {
  color: #000;
}

.genform ::-moz-placeholder {
  color: #000;
}

.genform :-ms-input-placeholder {
  color: #000;
}

.genform .choice .label,
.genform .choice label,
.genform .ctb .label,
.genform .ctb label,
.genform .rtb .label,
.genform .rtb label {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

.genform input[type=checkbox] {
  width: 1em;
  margin: 0.25em 0.25em 0.25em 0;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}

.genform input[type=checkbox]:hover {
  cursor: pointer;
}

.genform input[type=checkbox]:before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: 0;
  background-color: #000;
  border: 2px solid #f38a00;
}

.genform input[type=checkbox]:checked:after {
  content: "";
  display: block;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 0px;
  right: 0px;
  background-color: #f38a00;
  border: 2px solid #000;
}

.genform input[type=radio] {
  width: 1em;
  margin: 0.25em 0.25em 0.25em 0;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}

.genform input[type=radio]:hover {
  cursor: pointer;
}

.genform input[type=radio]:before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: 0;
  background-color: #000;
  border: 2px solid #f38a00;
  border-radius: 100%;
}

.genform input[type=radio]:checked:after {
  content: "";
  display: block;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 0px;
  right: 0px;
  background-color: #f38a00;
  border: 2px solid #000;
  border-radius: 100%;
}

@media (min-width: 480px) {
  .genform {
    margin: 0 auto;
  }
  .genform .form_field.half {
    width: 50%;
    display: inline-block;
  }
  .genform .form_field.half.right {
    padding-left: 2.5px;
  }
  .genform .form_field.half.left {
    padding-right: 2.5px;
  }
  .genform .name_field .part {
    width: 50%;
    display: inline-block;
  }
  .genform .name_field .part.first {
    padding-right: 2.5px;
  }
  .genform .name_field .part.last {
    padding-left: 2.5px;
  }
  .genform .full_address .part {
    width: 50%;
    display: inline-block;
  }
  .genform .full_address .part.address_container, .genform .full_address .part.region_container {
    padding-right: 2.5px;
  }
  .genform .full_address .part.city_container, .genform .full_address .part.postal_code_container {
    padding-left: 2.5px;
  }
  .genform .location .address_form .part {
    display: inline-block;
  }
  .genform .location .address_form .city_container,
  .genform .location .address_form .region_container {
    padding-right: 5px;
  }
  .genform .location .address_form .city_container {
    width: 40%;
  }
  .genform .location .address_form .region_container,
  .genform .location .address_form .country_container {
    width: 30%;
  }
}

button.submit_button,
input[type=submit] {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 !important;
  padding: 0.5em 3em;
  display: block;
  margin: 14px auto;
  width: 100%;
  max-width: 280px;
  background-color: #f38a00;
  padding: 10px;
}

button.submit_button:hover,
input[type=submit]:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  button.submit_button,
  input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    margin: 16px auto;
  }
}

.l-column1 {
  min-height: 300px;
}

.login {
  width: 280px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -140px;
}

.login .title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
  color: #f38a00;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .login .title {
    font-size: 42px;
  }
}

.login .title:before {
  content: "Dealer ";
  display: inline;
}

@media (min-width: 768px) {
  .login {
    width: 460px;
    margin: -150px 0 0 -230px;
  }
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
