#inquire-hero           {  }

.fusion-form-field.error input {
  box-shadow: 0 0 1.5px 1px rgb(224 15 60 / 65%);
}
.fusion-alert-content {
  color: green;
  font-size:18px;
  font-weight:500;
}

#modal-overlay-content { 
  padding: 60px 0; overflow-y: scroll; 
}

.btn-secondary-alt { 
  margin-right: 10px; margin-left: 0px; 
  padding: 15px 40px; 
  border-style: none; 
  border-width: 1px; 
  border-color: #fff; 
  border-radius: 5px; 
  background-color: #FFF; 
  -webkit-transition: all 350ms ease; transition: all 350ms ease; 
  color: #000 !important; font-size: 21px; 
  font-weight: 600; 
  width: 450px; 
}
.btn-secondary-alt:hover { 
  background-color: #FFF;
   -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
     transform: translate(0px, -5px);
      color: #000; }

  @media (max-width: 991px) {
    #inquire-hero { 
      background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.39)), to(hsla(0, 0%, 100%, 0.39))), url(images/image_one.jpg); background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.39), hsla(0, 0%, 100%, 0.39)), url(https://d2q86wmri3hsp2.cloudfront.net/assets/redesign_v4/facebook_hero-2c35424b7b9514a798d1bc4141bd610360c2072a1769ba10beee647dd0c6c1fb.jpg); }
  }

  @media (max-width: 479px) {
    #inquire-hero { 
      background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.39)), to(hsla(0, 0%, 100%, 0.39))), url(images/image_one.jpg);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.39), hsla(0, 0%, 100%, 0.39)), url(images/image_one.jpg);  }
  }
