
.hhs-form-loading,
.hhs-form-loading:before,
.hhs-form-loading:after {
  background: #f5f5f5;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.hhs-form-loading {
  color: #f5f5f5;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.hhs-form-loading:before,
.hhs-form-loading:after {
  position: absolute;
  top: 0;
  content: '';
}
.hhs-form-loading:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.hhs-form-loading:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.hhs-form-layout .header-container-wrapper {
    display: none;
}
.hhs-form-wizard .input input, .hhs-form-wizard select, .hhs-form-wizard textarea {
    max-width: 100%;
}
.hhs-form-wizard h1,
.hhs-form-wizard h2, 
.hhs-form-wizard h3, 
.hhs-form-wizard h4,
.hhs-form-wizard h5,
.hhs-form-wizard h6 {
    color: #303133;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    line-height: 1.5em;
    word-break: break-word;
}
.hhs-form-wizard .hs-form-field {
    margin-bottom: 20px;
}
.hhs-form-wizard h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 27px 0 0;
    font-weight: 500;
    text-transform: uppercase;
}
.hhs-form-wizard h2 {
    font-size: 35px;
}
.hhs-form-wizard h3 {
    font-size: 29px;
    line-height: 1.5em;
    font-weight: 300;
}
.hhs-form-wizard h4 {
    line-height: 1.2;
    margin: 27px 0 0;
    font-size: 20px;
    font-weight: normal;
}
.hhs-form-wizard h5 {
    font-size: 16px;
}
.hhs-form-wizard h6 {
  font-size:14px;
}

.hhs-form-wizard .hs-form-field > label {
    display: block;
    font-weight: 600;
}
.hhs-form-wizard .hhs-form-con {
    margin: auto;
}
.hhs-form-con .hubspot-link__container.sproket {
    display: none;
}
.hhs-steps {
    padding: 20px 0;
    display: table;
    width: 100%;
}

.form-step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    font-size:13px;
    margin: 0 auto;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-weight: bold;
    z-index:1;
}

.form-step-outer {
    display: table-cell;
    text-align: center;
    position: relative;
}
.form-step-content {
    display: none;
}

.form-step-content.step1 {
    display: block;
}

.hhs-form-con .prev-btn {
    margin-right: 20px;
}
.form-step-content.step1 .prev-btn {
    display: none;
}
.hhs-form-con .hs_error_rollup {
    padding: 0;
    list-style:none;
}

.hhs-form-con ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.hhs-form-con ul.hs-error-msgs.inputs-list label , 
.hhs-form-con .inavalid-error {
    padding: 10px;
    display: inline-block;
}

.hhs-form-con .hs_error_rollup ul.hs-error-msgs.inputs-list  label {
    display: block;
}
.hhs-form-wizard .invalid.error {
    border: 1px solid red;
}

.form-step:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    font-size: inherit;
    opacity: 0;
    transition: all 0.3s ease;
    content: "\f00c" ;
    font-family: 'Font Awesome 5 Free';
}

.completed .form-step:before{
  opacity:1;
}
.hhs-form-con .form-title {
    display: none;
}

.hhs-form-con .submitted-message {
    text-align: center;
}

.form-step-content input[type="submit"] {
    width: 0!important;
    padding: 0!important;
    font-size: 0!important;
    opacity: 0;
    height: 0;
    border: none!important;
}

.form-step-outer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    top: 50%;
    left:0
}
.hhs-steps .form-step-outer.step1:before {
    width: 50%;
    left: 50%;
}

.hhs-steps .form-step-outer:last-child:before {
    width: 50%;
}

.form-step-outer:after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    top: 50%;
    left: 0;
    transition: all 0.3s ease;
}

.form-step-outer.complted:after {}
.form-step-outer.step1:after {
    left: 50%;
}
.form-step-outer.completed:after {
    width: 100%;
}
.form-step-outer.active:after{
    width:50%;
    transition-delay: 0s;
}
.form-step-outer.active.completed:after{
    width:100%
}

.form-step-outer.step1.active:after {
    width: 0;
}

.form-step-outer.step1.completed:after {
    width: 50%;
}

.form-step-outer:last-child:after {
    max-width: 50%;
}
.hhs-steps span.hs-form-required {
    color: red;
    margin: 0 4px;
}

.next-btn {
 float: right; 
}

@media (max-width:767px){
.form-step {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 16px;
}
  .hhs-form-wizard .hhs-form-con {
    padding: 10px;
}
  
  .hhs-form-wizard h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 10px 0 0;
    font-weight: 500;
    text-transform: uppercase;
}
  
  .hhs-form-wizard .hs-button.primary, .hhs-form-wizard input[type="submit"], .hhs-form-wizard input[type="button"]{
        padding: 13px 21px 13px 21px;
  }
} 

@media (max-width:479px){
.hhs-form-wizard h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0 0;
    font-weight: 500;
    text-transform: uppercase;
  }
  .form-step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 12px;
}
}