@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&amp;display=swap');

.topPageSignup {
  background: #0e465a;
  background: -moz-linear-gradient(top, #0e465a 0%, #5da4ad 100%);
  background: -webkit-linear-gradient(top, #0e465a 0%, #5da4ad 100%);
  background: linear-gradient(to bottom, #0e465a 0%, #5da4ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e465a', endColorstr='#5da4ad', GradientType=0);
}
.topPageSignup .lg_ad {
  background: none;
  padding: 0;
}
.topPageSignup h3 {
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Source Serif Pro Bold', serif;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0;
}

.topPageSignup p {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.topPageSignup .disclaimer a {
  color: #f9e9bd !important;
}

.topPageSignup .bullets {
  color: #fff;
  list-style: none;
  list-style-image: url(../png/blu-box.png);
}

.topPageSignup .bullets li {
  font-size: 18px;
  line-height: 22px;
}

.topPageSignup .bullets li span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #f9e9bd;
}

.topPageSignup .ad_testimonial {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #f9e9bd;
}
.topPageSignup .bullets {
  width: 100% !important;
  padding: 0 !important;
}
.topPageSignup .leadSubmit {
  width: 100% !important;
}
.topPageSignup .email {
  width: 100% !important;
}

.topPageSignup .leadSubmit {
  background-color: #d86612 !important;
  font-size: 1.1em !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff !important;
  border-radius: 0;
  height: calc(3rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
}

.topPageSignup .leadSubmit:hover {
  box-shadow: 0 0 1em #d86612;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .sticky {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
  }

  .sticky h3 {
    font-size: 2.25rem !important;
  }

  .sticky-adzerk .adzk_video_leadgen_container {
    display: block !important;
  }

  .sticky-adzerk .adzk_video_leadgen_container .adzk_video_wrapper {
    display: none !important;
  }

  .sticky#topbanneradzerk {
    padding: 0px;
  }

  .topPageSignup {
    padding: 1.2em;
  }

  .topPageSignup h3 {
    font-size: 2.5rem;
  }

  .topPageSignup p {
    font-size: 1.8em;
  }

  .topPageSignup .bullets {
    color: #fff;
    list-style: none;
    list-style-image: url(../png/blu-box.png);
  }

  .topPageSignup .bullets li {
    font-size: 18px;
    line-height: 22px;
  }

  .topPageSignup .bullets li span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #f9e9bd;
  }

  .topPageSignup .ad_testimonial {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #f9e9bd;
  }

  .topPageSignup .carousel-control-prev {
    left: -40px;
  }

  .topPageSignup .carousel-control-next {
    right: -40px;
  }

  .topPageSignup .carousel-indicators {
    bottom: -55px;
  }

  .topPageSignup .carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #c7c7c7;
    margin: 0 6px;
  }

  .topPageSignup .form-control,
  .topPageSignup .comment-form input[type='text'],
  .comment-form .topPageSignup input[type='text'],
  .topPageSignup .comment-form input[type='email'],
  .comment-form .topPageSignup input[type='email'],
  .topPageSignup .comment-form input[type='url'],
  .comment-form .topPageSignup input[type='url'],
  .topPageSignup .comment-form textarea,
  .comment-form .topPageSignup textarea,
  .topPageSignup .search-form .search-field,
  .search-form .topPageSignup .search-field {
    border-radius: 0;
    height: calc(3rem + 2px);
  }

  .topPageSignup .btn,
  .topPageSignup .comment-form input[type='submit'],
  .comment-form .topPageSignup input[type='submit'],
  .topPageSignup .search-form .search-submit,
  .search-form .topPageSignup .search-submit {
    height: calc(3rem + 2px);
  }

  .topPageSignup .disclaimer {
    font-size: 11px;
    color: #fff !important;
  }

  .topPageSignup .email {
    overflow: visible;
    border-radius: 0;
    height: calc(3rem + 2px);
    padding: 0.375rem 0.75rem;
    margin-right: 1rem;
    border: 1px solid #ced4da;
  }

  .topPageSignup .lg_form {
    display: flex;
    float: left;
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .adzk_leadgen_wrapper {
    flex: 1;
    margin-right: 20px;
    text-align: left !important;
  }

  .adzk_video_wrapper {
    flex: 1;
  }

  .adzk_video_leadgen_container {
    display: flex;
  }

  .adzerk-ad {
    width: 100%;
    max-width: 1140px;
    margin: 1em auto;
  }
}
