.embed-module {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.embed-module h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.embed-module p {
  margin-bottom: 15px;
  line-height: 22px;
}
.embed-module p:last-child {
  margin-bottom: 0;
}
.featured-form {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  padding-left: 75px;
  padding-right: 75px;
}
.featured-form > .row > div:first-child {
  padding-left: 0;
}
.featured-form > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .featured-form > .row > div {
    padding-top: 20px;
  }
  .featured-form > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .featured-form > .row > div:last-child {
    padding-left: 0;
  }
}
.featured-form h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.featured-form p {
  margin-bottom: 15px;
  line-height: 22px;
}
.featured-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .featured-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-form header {
  display: table;
  margin: 0 -15px 15px;
}
.featured-form header > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.featured-form header > div.logo {
  width: 16.66%;
  padding-right: 15px;
}
.featured-form header > div.logo img {
  max-height: 80px;
}
.featured-form header > div.content {
  width: 83.34%;
}
.featured-form header > div.content h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.featured-form .divSignupContent {
  float: left;
  width: 69%;
}
.featured-form .divSignupContent:before {
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: 6px;
  display: block;
  width: 14px;
  color: #161616;
}
.featured-form .divSignupContent .form-control {
  padding-left: 34px;
  box-shadow: none;
  border-right-width: 0;
  border-color: #161616;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.featured-form .btn {
  float: left;
  width: 31%;
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  background: #161616;
}
@media (max-width: 767px) {
  .featured-form header {
    display: block;
  }
  .featured-form header > div {
    display: block;
    width: auto !important;
    text-align: center;
  }
  .featured-form header > div.logo {
    display: none;
  }
}
@media (max-width: 479px) {
  .featured-form .btn,
  .featured-form .divSignupContent {
    float: none;
    width: 100%;
  }
  .featured-form .btn,
  .featured-form .form-control {
    border-radius: 4px !important;
  }
  .featured-form .divSignupContent {
    margin-bottom: 15px;
  }
  .featured-form .divSignupContent .form-control {
    border-right-width: 1px;
  }
}
