
#mj-main-grid {
  grid-template-areas: "center-col" !important;
  grid-template-columns: 1fr !important;
}

#mj-left-col, #mj-right-col {
  display:none;
}

h1#contactSalesDefaultHeading {
  text-align: center;
}

.contact-form-container {
  margin: 0 auto;
  max-width: 992px;
}

.contact-form-text {
  margin: 0 auto;
  max-width: 700px;
}

.form_box{
  max-width:700px;
  margin: 0 auto;
}

.hbspt-form input[type="text"], 
input[type="password"], input[type="tel"],
input[type="email"], input[type="url"], 
textarea, select{
box-shadow: 0 0 1px #C0C0C0 inset;
  line-height: 20px;
  margin: 1px 0 3px;
  min-height: 20px;
  padding:10px !important;
  border: 1px solid #cbd6e2 !important;
  border-radius: 6px;
  background-color:#f5f8fa;
  color:#33475E;
}

.hbspt-form{
  font-size:14px !important;
  margin-bottom:50px;
}

.hbspt-form fieldset.form-columns-1 input,
.hbspt-form fieldset.form-columns-1 select,
.hbspt-form fieldset.form-columns-1 textarea {
  width: 100% !important;
}

textarea{
  font-size:14px;
}

.hs-form{
  margin:0 auto;
}



.hbspt-form input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 0 1px rgba(82, 168, 236, 0.8);
}

.hs-form-field{
  width:100%;
  margin: 0 0 1.5rem 0;
}


.hs-form-field label{
  font-weight:normal;
  padding-left:5px;
}

.hs-field-desc{
  font-weight:normal;
  color:#808080;
  padding-left:8px;
  width:95% !important;
}

.hs-input{
  width:100%;
}

.hs-form fieldset {
  max-width: 100% !important;
  margin:0 auto !important;
}


.hs-form-field .input{
    margin-top: 5px;
}

.hs-dependent-field .input{
  position: relative;
}

.hs-dependent-field > .hs-fieldtype-select > .input::after{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  color:#7d8993;
  font-size:20px;
  content: "\f107";
  top: 11px;
  right: 8%;
  pointer-events: none;
}

.input select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display:block !important;
  font-size:0.9em !important;
  border-radius:6px;
/*  z-index:1;
  background: transparent; */
}

.input select::-ms-expand {
    display: none;
}

.hs-error-msgs{
  margin-left:-5px;
}

.hs-error-msgs li label{
  margin:10px 0 5px 5px;
  font-size:0.85em;
  color:#ff7f50;
}

.form-columns-2::after{
  clear:both;
}

.hs-form-required{
  color:#ff6347;
}


.hs-submit{
  text-align:center;
}


.hbspt-form input[type="submit"]{
  -webkit-appearance: none;
  background: none;
  border: 1px solid #3692CA;
  background-color: #3692CA;
  text-transform: uppercase;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: oswald;
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0;
  padding: 10px 18px;
  text-decoration: none;
  text-shadow: none;
  width: 30% !important;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}

#estimate_s_text {
    display: none;
    font-size: 0.85em;
    width: 90%;
    padding-left: 10px;
    margin-bottom: 25px;
}


@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  .form-columns-2{
    float: none;
    width: 100%;
  }
  .form-columns-2 .hs-form-field{
    width: 100% !important;
  }
  .hbspt-form fieldset.form-columns-2 input {
    width: 100% !important;
  }
}