bads_common-css * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.bads_footer-banner {
  background:url('../images/footer-yel-background-2x.jpg') center center no-repeat;
  padding:20px;
  display:block;
  margin:0;
  min-height:inherit;
  background-size:cover;
  text-decoration:none!important;
  color:#1a1a1a;
  height:320px;
}

.bads_footer-banner .g-cta-subscribe__title {
  font-size:33px;
  line-height:37px;
  text-transform:uppercase;
  letter-spacing:0;
  margin:0 0 20px;
  font-family:'Roboto', sans-serif;
  font-weight:300;
}

.bads_footer-banner-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.bads_footer-banner-inner .g-cta-subscribe__actions .a-btn {
  width:150px;
  padding-left:12px;
  font-weight:500;
}

.bads_footer-banner-inner .g-cta-subscribe__login {
  position:static;
  color:#000;
  font-size: 14px;
  line-height: 27px;
  border:0;
  text-transform:uppercase;
}

.bads_footer-banner-inner .g-cta-subscribe__actions {
  margin-bottom:35px;
}

.bads_footer-banner-inner .g-cta-subscribe__login a {
  color:#0a68ad;
}

.bads_clearfix:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}

.bads_clearfix {
  display:block;
}

.bads_footer-banner-inner .bads_subs-btn {
  float:left;
  width:49%;
  padding:30px 0;
}

.bads_footer-banner-inner .bads_device-img {
  float:left;
  padding-left:30px;
  width:51%;
}

.bads_device-img>img {
  display:block;
  max-width:100%;
  height:auto;
}

@media only screen and (max-width:480px) {
  .bads_footer-banner-inner .bads_device-img,.bads_footer-banner-inner .bads_subs-btn {
    width:100%;
    float:none
  }

  .bads_footer-banner-inner .bads_device-img {
    padding-left:0;
  }

  .bads_footer-banner .g-cta-subscribe__title {
    font-size:18px;
    line-height:25px;
    margin-bottom:10px;
  }

  .bads_footer-banner-inner .bads_subs-btn {
    padding-top:0;
    padding-bottom:0;
  }

  .bads_footer-banner {
    height:320px;
  }

  .bads_footer-banner-inner .g-cta-subscribe__actions {
    margin:0 0 12px;
  }

  .bads_footer-banner-inner .g-cta-subscribe__login {
    line-height:19px;
    font-size: 15px;
    margin-bottom:10px;
  }

  .bads_device-img {
    width:280px!important;
    margin:0 auto;
  }
}

@media only screen and (min-width:480px) and (max-width:1024px) {
  .bads_footer-banner .g-cta-subscribe__title {
    font-size:20px;
    line-height:30px;
    margin-bottom:15px;
  }

  .bads_footer-banner-inner .bads_subs-btn {
    padding:0;
  }

  .bads_footer-banner-inner .g-cta-subscribe__login {
    font-size:14px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
  .bads_footer-banner-inner .bads_subs-btn {
    padding:10px 0;
  }
}

@media only screen and (min-width:1401px) {
  .bads_footer-banner .bads_device-img>img {
    height:285px;
    float:right;
    max-width: none !important;
  }
}
