@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 {
    text-decoration: underline;
}
.hubp-form-wrapper {
  overflow: hidden;
  height: 200px;
}
.hubp-form-titles {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.hubp-form-titles h1 {
  color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 25px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.hubp-form-titles h1.calltoaction {
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 25px;
}
#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: #ffffff;
    padding: 8px 0px;
    display: block;
    margin-bottom: 10px;
    text-transform: none;
}

#hubp-form input {
    width: 250px;
    box-shadow: 0px 0px 0px 2px transparent;
    color: #212121;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.hubp-btn.hubp-active, .hubp-btn.error-border.hubp-active {
    color: #fff;
    background: -moz-linear-gradient(top, #680000 0%, #df0000 100%);
    background: -webkit-linear-gradient(top, #680000 0%,#df0000 100%);
    background: linear-gradient(to bottom, #680000 0%,#df0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#680000', endColorstr='#df0000',GradientType=0 );
    box-shadow: 0 0 #df0000;
}
.hubp-btn:focus {
  outline: none;
}
#hubp-form input,
#hubp-form select {
  
  height: 45px;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 auto;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  display: inline-block;
}
.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, #680000 0%, #df0000 100%);
    background: -webkit-linear-gradient(top, #680000 0%,#df0000 100%);
    background: linear-gradient(to bottom, #680000 0%,#df0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#680000', endColorstr='#df0000',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;
    /* box-shadow: 0 6px #9E1414; */
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 5px 5px;
    box-shadow: 0 3px #444;
}
.hubp-steps-ind {
  text-align: center;
  margin-top: -13px;
}
.hubp-steps-ind div {
  background: rgba(255, 255, 255, 0.87);
    color: #fff;
    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, #680000 0%, #df0000 100%);
    background: -webkit-linear-gradient(top, #680000 0%,#df0000 100%);
    background: linear-gradient(to bottom, #680000 0%,#df0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#680000', endColorstr='#df0000',GradientType=0 );
    color: #e63a3a;
}
.hubp-terms {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  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 (max-width: 500px) {
  .hubp-form-titles h1 {
  color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 30px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    margin: 0 auto !important;
}
.hubp-form-titles h1.calltoaction {
    color: #000000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 0px;

}
}
@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;
  }
}