.widget-subscribe-title {
  color: #98d1f2 !important;
  font-size: 14px;
}
.hubspot-subscribe form {
  display: flex;
  align-items: flex-end;
}
.hubspot-subscribe input {
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #525252;
  font-size: 15px;
  height: 32px;
  letter-spacing: .5px;
  min-height: 32px;
  padding: 0 18px 0 10px !important;
}
.hubspot-subscribe .hs-button {
  color: #000;
  font-weight: 300;
  letter-spacing: normal;
  margin: 0 0 0 30px;
  padding: 5px 20px !important;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
  background-color: #99D1F2;
  border-color: #99D1F2;
}
.hubspot-subscribe .hs-button:hover {
  background-color: #fff;
  border-color: #fff;
  transition: all .4s ease-in-out;
}
.hubspot-subscribe .hs-error-msg {
  color: rgb(255, 0, 0);
  display: block;
  font-size: 14px;
  font-weight: 100;
  position: absolute;
}
.hubspot-subscribe label,
.hubspot-subscribe .hs-main-font-element,
.hubspot-subscribe .hs-form-required {
  display: none;
}
.hubspot-subscribe .submitted-message {
  color: #fff;
  display: block !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: .4px;
}
@media (max-width: 1200px) {
  .hubspot-subscribe span {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .widget-subscribe-title {
    margin: 50px auto 5px !important;
    max-width: 246px;
  }
  .hubspot-subscribe form {
    display: block;
    margin: 0 auto 30px;
    max-width: 330px;
  }
  .hubspot-subscribe input {
    margin: 0 auto;
    max-width: 246px!important;
  }
  .hubspot-subscribe .hs-button {
    margin: 20px auto 0;
    width: 246px!important;
  }
  .hubspot-subscribe .hs-error-msg {
    left: 0;
    right: 0;
  }
}
