/* hero image */
.hero-unit {
  background-image:url(../../img/services/banner_dm.jpg);
  background-repeat:no-repeat;
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
  background-size: cover;
  min-height: 290px;
}

.hero-h1 {
  font-size: 48px!important;
  letter-spacing: -0.03em;
  margin-top: .3em;
  text-align: left;
}

.hero-h2 {
  letter-spacing: -0.01em;
  text-align: left;
  width: 70%;
  margin-bottom: 0;
}

.subhead {
  font-size: 1.2em;
  line-height: 1.5em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px; height: 0; overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  border: solid 2px #CCC;
}

/* main table */
.sales-table-wrapper {
  width: 100%;
}

.sales-table-wrapper td {
  padding: 4px;
  vertical-align: top;
}

.sales-table {
  width: 100%;
  margin-bottom: 2em;
}

.sales-table th,
.sales-table td {
  background: #fff;
  padding: 0px;
  font-size: 16px;
}

.sales-table th {
  background: #eee;
}

.sales-table td {
  border-bottom: 1px solid #e4e4e6;
}

.sales-table th div,
.sales-table td div {
  padding: 8px;
}

.sales-table td div.hide-rows,
.sales-table td div.hide-rowsa {
  display: none;
}

.sales-table .hide-cell,
.sales-table .hide-cella {
  border-bottom-style: none;
}

.sales-table .row-shown {
  border-bottom-style: solid;
}

.sales-table .btn {
  white-space: nowrap;
  display: inline-block;
  background: #a3d469;
  color: #fff;
  width: 100%;
  text-align: center;
}

.sales-table .show-more td {
  border-style: none!important;
  padding: 8px 0;
}

/* form */
#domain-form {
  width: 75%;
  margin-bottom: 2em;
}
@media (max-width: 1200px) {
  #domain-form {
    width: 100%;
  }
}
.domain-form .field-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-top: 1em;
  margin-right: 4%;
}

.domain-form .full {
  margin-top: 1.5em;
  width: 95%;
}

.domain-form .full span {
  font-size: .75em;
  margin: 0;
}

.domain-form label {
  display: block;
  font-size: .9em;
}

.domain-form .full label {
  margin: 0;
  padding: 0;
}

.field-country {
  display: none!important;
}

#offer-error {
  /*float: none!important;*/
  clear: both;
}

.domain-form input[type=email],
.domain-form input[type=tel],
.domain-form input[type=text] {
  width: 100%;
  padding: .25em;
  font-size: 1em;
}

.domain-form .price {
  width: 100%;
  padding: .25em;
  font-size: 1em;
  font-weight: 500;
}

.domain-form .full input[type=text] {
  width: 100%;
}

.note {
  font-size: .7em;
  font-weight: 300;
  padding: 0!important;
  margin: 0!important;
  display: block;
  line-height: normal;
}

label.error {
  font-size: 13px;
  color: #c00;
}

.g-recaptcha {
  margin-top: 1em;
}
