@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");


a {
    color: #fb5757;
    text-decoration: underline;
}
.hubp-form-wrapper {
  overflow: hidden;
  height: 175px;
}
#hubp-form {
  width: 1815px;
  margin-top: 5px;
  margin-bottom: 2px;
  height: 141px;
}
.hubp-steps {
  width: 363px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left;
  margin-bottom: 9px;
}
#hubp-form label {
    width: 100%;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    padding: 8px 0px;
    display: block;
    margin-bottom: 0px;
    text-transform: none;
}

.hubp-btn.hubp-active, .hubp-btn.error-border.hubp-active {
    color: #fff;
    background: -moz-linear-gradient(top, #de0000 0%, #b80000 100%);
    background: -webkit-linear-gradient(top, #de0000 0%,#b80000 100%);
    background: linear-gradient(to bottom, #de0000 0%,#b80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b80000',GradientType=0 );
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
  }
}
.hubp-btn:focus {
  outline: none;
}
#hubp-form input,
#hubp-form select {
    height: 45px;
    width: 90%;
    padding: 6px 12px;
    font-size: 17px;
    font-family: sans-serif;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 2px;
    margin: 0 auto;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: inline-block;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 1);
}
.hubp-dobday,
.hubp-dobmonth,
.hubp-dobyear {
  width: 70px !important;
}
.error-border {
  border: 1px solid #f00 !important;
}

.hubp-submit-container {
  text-align: center;
}
.hubp-submit-container .hubp-submit {
    border: none;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: inherit;
    color: inherit;
    background: -moz-linear-gradient(top, #de0000 0%, #b80000 100%);
    background: -webkit-linear-gradient(top, #de0000 0%,#b80000 100%);
    background: linear-gradient(to bottom, #de0000 0%,#b80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b80000',GradientType=0 );
    cursor: pointer;
    padding: 15px 60px;
    font-size: 14px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 5px 5px;
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
}
.hubp-steps-ind {
  text-align: center;
}
.hubp-steps-ind div {
    background: rgba(0, 0, 0, 0.09);
    color: #000000;
    text-align: center;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}
.hubp-steps-ind .hubp-ind-active {
  background: -moz-linear-gradient(top, #b80000 0%, #FDE3F0 100%);
    background: -webkit-linear-gradient(top, #b80000 0%,#FDE3F0 100%);
    background: linear-gradient(to bottom, #b80000 0%,#FDE3F0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b80000',GradientType=0 );
    color: #FDE3F0;
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
}
.hubp-terms {
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: center;
    line-height: 18px;
    padding: 5px;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-top-color: #a94442;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (max-width: 400px) {
  .hubp-form-container {
    width: 300px !important;
    margin: 0 auto !important;
  }
  .mobile-form .hubp-steps {
    width:300px;
  }
  .mobile-form #hubp-form label {
    font-size: 14px;
  }
  .mobile-form #hubp-form input, 
  .mobile-form #hubp-form select {
    width:255px;
    font-size: 16px;
  }
}