p {
  font-weight: 200;
  font-size: 18px;
}

.formHeading p {
    font-weight: 500;
}


input,  select.hs-input {     
  
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #EAEEF5;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;     
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}


ul.no-list.hs-error-msgs.inputs-list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-top: 5px;
    color: #e51520;
    font-size:13px;
 
}

.error{
 border-color: #e51520!important;
}

.hs_next_steps > label > span {
    font-size: 13px;
  
}

.hs-form-field {
  min-height:100px
}

input.hs-button.primary.large {
    background: #484a63;
    color: white;
    border-radius: 5px;
}





.doubleCenterGrey,
.doubleCenterWhite {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bottomSection {
  padding-bottom: 40px;
}

.doubleCenterGrey {
  background: #EAEEF5;
}

.greyBackground {
  background: #EAEEF5;
  padding-bottom: 60px;
}

.whiteBackground,
.greyBackground {
  padding-top: 60px;
}

.cta-double > .row-fluid-wrapper.row-depth-1.row-number-2 > .row-fluid,
.span12.widget-span.widget-type-cell.cta-double {
  display: flex !important;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: center;
}

.left-column {
  padding-right: 60px;
}

.leftButtonContainer a.hs-button {
  margin: unset;
  width: 220px !important;
}

.row-fluid [class*="span"] {
  margin-left: 0;
}

.imageTextRowTop .row-fluid,
.imageTextRowBottom .row-fluid {
  display: flex;
  gap: 20px;
  align-items: top;
  padding-bottom: 60px;
}

.cta-triple > .row-fluid-wrapper > .row-fluid {
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  gap: 60px;
}

.imageBorder img.hs-image-widget {
  border-radius: 3px;
  box-shadow: 0 0 3px rgb(72 74 99 / 77%);
  display: flex;
  margin: 0 auto;
  width: 216px;
  padding: 2px;
}

.footer-container-wrapper {
  padding: 20px;
  display: flex;
  background: #474a63;
  justify-content: center;
  align-items: center;
}

.footer-container.container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

.row-fluid-wrapper.row-depth-2.row-number-2 {
  padding-top: 20px;
}

.row-fluid-wrapper.row-depth-1.row-number-1,
.row-fluid-wrapper.row-depth-1.row-number-2,
.row-fluid-wrapper.row-depth-1.row-number-3 {
  flex-grow: 1;
}

.hs-embed-wrapper {
  max-width: 100% !important;
}

.buttonContainer {
  padding-bottom: 20px;
  width: 48%;
}

a.hs-button {
  background: #464a63;
  border-radius: 5px;
  color: #fff;
  font-family: Raleway;
  padding: 10px;
  text-decoration: none;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.triple,
.tripleCenter {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
}

.footerColumn > div > span {
  color: white !important;
  font-family: Raleway;
}

.hs_cos_wrapper_type_linked_image {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* mobile */

@media (max-width: 767px) {
  
 
  
  
  .cta-double>.row-fluid-wrapper.row-depth-1.row-number-2>.row-fluid, .span12.widget-span.widget-type-cell.cta-double {
  flex-direction:column;

  }
  
  .formSection {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
  
  
  .sectionHeading {
    padding-bottom: 60px;
  }
  
  .formDesc {
padding-right: 0px;
}

  .greyBackground {
    padding-bottom: 20px;
  }

  .greyBackground,
  .whiteBackground.bottomSection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .imageButtonBox {
    padding-bottom: 40px;
  }



  .imageTextRowBottom .row-fluid,
  .imageTextRowTop .row-fluid {
    align-items: flex-start;
    gap: 15px;
  }

  .left-column {
    padding-right: 0px;
  }

  .cta-triple > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
    gap: 0px;
  }

  .cta-triple {
    padding-top: 0px !important;
  }

  .triple,
  .tripleCenter {
    flex-direction: column;
  }

  .doubleCenterWhite {
    padding-bottom: 0;
    padding-top: 0;
  }

  .doubleCenterGrey {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-top: 60px;
  }



  .bottomSection {
    padding-bottom: 0px;
  }

  .footer-container.container-fluid {
    flex-direction: column-reverse;
    height: 200px;
  }

  .formHeader {
    display: block !important;
  }

  .buttonContainer {
    padding-bottom: 20px;
    width: 100%;
  }

  .footer-container-wrapper {
    align-items: center;
    background: #474a63;
    display: flex;
    justify-content: center;
    padding: 20px;
  }
}

@media (max-width: 767px) and (min-width:500px) {

.imageBorder img.hs-image-widget {

    width: 80%;
}
  
@media (min-width:1300px) {  
  .formDesc {
padding-right: 120px;
}