@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: 260px;
}
.hubp-form-titles {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.hubp-form-titles h1 {
  color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 25px;
}
.hubp-form-titles h1.calltoaction {
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 25px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-left: 10%;
    padding-right: 10%;
}
#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-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0px 0px;
    display: block;
    margin-bottom: 0px;
    text-transform: none;
    text-align: left;
    padding-left: 16%;
    padding-right: 16%;
}

#hubp-form input {
    width: 250px;
    box-shadow: 0px 0px 0px 2px transparent;
    color: #212121;
    font-family: 'Roboto Condensed', sans-serif;
    -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, rgba(134, 49, 103, 1) 0%,rgba(134, 49, 103, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(134, 49, 103, 1) 0%,rgba(134, 49, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 49, 103, 1) 0%,rgba(134, 49, 103, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40061', endColorstr='#7b0034',GradientType=0 );
    box-shadow: 0 0 #7b0034;
}
.hubp-btn:focus {
  outline: none;
}
.hubp-btn-wide {
    margin-top: 10px;
    margin-left: 68px;
    margin-right: 68px;
    width: 140px;
}
#hubp-form input,
#hubp-form select {
  
  height: 45px;
    color: #000000;
padding: 6px 12px;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 0px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: inline-block;

}
.hubp-dobday,
.hubp-dobmonth,
.hubp-dobyear {
  width: 79px !important;
}
.error-border {
  border: 1px solid #f00 !important;
}

.hubp-submit-container {
  text-align: center;
}
.hubp-submit-container .hubp-submit {
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    color: inherit;
    background: -moz-linear-gradient(top, rgba(3, 189, 60, 1) 0%,rgba(3, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(3, 189, 60, 1) 0%,rgba(3, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(3, 189, 60, 1) 0%,rgba(3, 189, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40061', endColorstr='#7b0034',GradientType=0 );
    cursor: pointer;
    padding: 15px 49px;
    font-size: 20px;
    display: inline-block;
    margin: 10px;
    letter-spacing: 2px;
    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: 0px;
    padding-left: 16%;
    padding-right: 16%;
}
.hubp-steps-ind div {
    background: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    width: 25px;
    height: 20px;
    padding-bottom: 25px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
}
.hubp-steps-ind .hubp-ind-active {
    background: -moz-linear-gradient(top, rgba(134, 49, 103, 1) 0%,rgba(134, 49, 103, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(134, 49, 103, 1) 0%,rgba(134, 49, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 49, 103, 1) 0%,rgba(134, 49, 103, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40061', endColorstr='#7b0034',GradientType=0 );
    color: rgb(255, 255, 255);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
}
.hubp-terms {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    padding: 5px;
    padding-bottom: 10px;
    line-height: 18px;
}

.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: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: initial;
    font-size: 33px;
    line-height: 30px;
    margin: 0 auto !important;
}
.hubp-form-titles h1.calltoaction {
    color: #ffffff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: initial;
    font-size: 35px;
    line-height: 34px;
    padding-left: 7%;
    padding-right: 7%;
}
#hubp-form input {
    width: 208px;
    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-dobday, .hubp-dobmonth, .hubp-dobyear {
    width: 75px !important;
}
}
@media screen and (max-width: 500px) {
.hubp-form-wrapper {
    overflow: hidden;
    height: 240px;
}
}
@media screen and (max-width: 400px) {
  .hubp-form-container {
    width: 300px !important;
    margin: 0 auto !important;
  }
  .mobile-form .hubp-steps {
    width:300px;
  }
  .hubp-btn {
    width:100px;
  }

.hubp-btn-wide {
  margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    width: 140px;
}
  .mobile-form #hubp-form label {
    font-size: 14px;
  }
  .mobile-form #hubp-form input, 
  .mobile-form #hubp-form select {
    width:255px;
    font-size: 16px;
  }
}