.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6, ol, p, ul {
  display: block;
 /* margin-bottom: 25px;
  margin-top: 25px; */
}

h2, h3 {
  color: #000;
  font-family: Merriweather,sans-serif;
  font-weight: 700;
}

.h2, h2 {
  font-size: 35px;
  line-height: 1.14em;
}

h3.section--leftrightform--form--header{
  margin-bottom: 25px;
}

.section--leftrightform{
overflow: hidden !important;
position: relative !important;
}

.background, .background--layer {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.background--layer{
  background: linear-gradient(90deg, rgba(0, 0, 0, 1.0) 0%, rgba(0, 63, 94, 1.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#003f5e',GradientType=1 );
  top: 0%;
  bottom: 0%;
  right: 0%;
  left: 0%;
  opacity: 1 !important;
  z-index: 1 !important;
  display: block;
  position: absolute;
}
.block.relative.z-index--3{
  display: block !important;
  position: relative !important;
  z-index: 3 !important;
}

.flexgrid.valign--top.palm-tall--top.palm-tall--bottom.palm-text--left{
  position: relative !important;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.grid{
  margin: 0 auto !important;
  width: 1231px !important;
  max-width: 98% !important;
}

.grande--bottom {
  padding-bottom: 60px;
}

.grande--top {
  padding-top: 60px;
}

.relative{
  position: relative !important;
}

.flexgrid, .grid.flexgrid {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.grid__item.one-half{
  flex-basis: 46.5%;
  width: 46.5%;
}

.text--left{
  text-align: left !important;
}

.all--color--white{
  color: #fff;
}

.short{
  padding-bottom: 15px;
  padding-top: 15px;
}

.grid-item{
  display: inline-block;
  margin-left: 1.75% !important;
  margin-right: 1.75% !important;
  padding-bottom: 60px;
  padding-top: 60px;
  vertical-align: top;
}

.flexgrid > .grid__item {
  box-sizing: border-box;
  flex: none;
  max-width: 100%;
}

.first--hard--top > :first-child {
    margin-top: 0 !important;
  }

.one-whole.hard.grid__item {
  flex-basis: 100%;
  width: 100%;
}

.last--hard--bottom > :last-child {
    margin-bottom: 0 !important;
  }
}

.hard{
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.hard--top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}

.block {
  display: block !important;
}

.padding--tall, .padding--tall--right {
  padding-right: 40px !important;
}

.padding--tall, .padding--tall--left {
  padding-left: 40px !important;
}

.tall {
  padding-bottom: 40px;
  padding-top: 40px;
}

.hs_cos_wrapper_type_form {
  color: #444;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
}


form.hs-form fieldset {
  float: left;
  max-width: 100%;
  width: 100%;
}

form.hs-form .form-columns-2 > .hs-form-field:first-child {
  margin-left: 0;
}

form.hs-form .field {
  margin-bottom: 0;
  position: relative;
}


  form.hs-form .form-columns-2 > .hs-form-field {
    margin-left: 0;
    width: 100% !important;
  }

@media (min-width: 768px) {
form.hs-form .form-columns-2 > .hs-form-field {
  display: inline-block;
  float: none;
  margin-left: 3%;
  padding: 0;
  vertical-align: bottom;
  width: 48.5% !important;
}

}

 form.hs-form .hs-form-field.hubui--enabled > label {
  color: #000;
}

 form.hs-form .hs-form-field > label {
  -webkit-appearance: none;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  filter: alpha(opacity=90);
  font-family: Roboto,sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  height: auto;
  left: 0;
  line-height: 20.88px;
  margin: 0;
  opacity: .9;
  padding: 12px 15px 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1px;
  width: 100%;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -moz-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -ms-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -o-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form.hs-form label {
  color: #000;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
}



form.hs-form .hs-form-field > .input {
  margin-bottom: 25px;
  margin-right: 0 !important;
}


.production--form input[type="email"], .production--form input[type="number"], .production--form input[type="search"], .production--form input[type="tel"], .production--form input[type="text"], .production--form textarea, form.hs-form input[type="email"].hs-input, form.hs-form input[type="number"].hs-input, form.hs-form input[type="tel"].hs-input, form.hs-form input[type="text"].hs-input, form.hs-form textarea.hs-input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0;
  line-height: 1.16em;
  margin-top: 0;
  max-width: 100%;
  padding: 10px 15px;
    padding-top: 10px;
  width: 100% !important;
}


form.hs-form .hs-form-field input[type="email"].hs-input, .hubui form.hs-form .hs-form-field input[type="number"].hs-input, .hubui form.hs-form .hs-form-field input[type="password"].hs-input, .hubui form.hs-form .hs-form-field input[type="tel"].hs-input, .hubui form.hs-form .hs-form-field input[type="text"].hs-input, .hubui form.hs-form .hs-form-field textarea.hs-input {
  line-height: 1.16em;
  padding-top: 14px;
}


form.hs-form .hs-form-field input::placeholder {
  color: transparent;
}

.background--white {
  background-color: #fff;
}

form.hs-form .field {
  margin-bottom: 0;
  position: relative;
}

form.hs-form label {
  color: #000;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
}

form.hs-form .hs-form-field > label {
  -webkit-appearance: none;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  filter: alpha(opacity=90);
  font-family: Roboto,sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  height: auto;
  left: 0;
  line-height: 20.88px;
  margin: 0;
  opacity: .9;
  padding: 12px 15px 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1px;
  width: 100%;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -moz-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -ms-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -o-transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  transition: font-size .3s ease-in-out,padding-top .3s ease-in-out,color .3s ease-in-out,line-height .3s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form.hs-form .hs-form-field.hubui--enabled > label {
  color: #000;
}


form.hs-form fieldset {
  float: left;
  max-width: 100%;
  width: 100%;
}


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

form.hs-form .hs-form-field > .input {
  margin-bottom: 25px;
  margin-right: 0 !important;
}


form.hs-form .hs-form-field.focus > label {
  font-size: 10px !important;
  line-height: 1em;
  padding-top: 3px;
}

 form.hs-form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  /*background-image: url(https://tools.impactbnd.com/production/global/production--dropdown.png);*/
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 3px;
  box-shadow: none;
  color: #444;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0;
  line-height: 1.16em;
  margin-top: 0;
  max-width: 100% !important;
  padding: 10px 30px 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  width: 100% !important;
}

.selectric-hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 3px;
  box-shadow: none;
  color: #444;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0;
  line-height: 1.16em;
  margin-top: 0;
  max-width: 100% !important;
  padding: 10px 30px 10px 15px;
    padding-top: 0px;
    padding-bottom: 10px;
  padding-left: 5px;
  width: 100% !important;
  text-align: left;
}


form.hs-form .hs-form-field select {
  padding-bottom: 12px;
  padding-top: 12px;
}


.hs-form .legal-consent-container p {
  font-size: 14px;
  line-height: 1.75em;
  color: #444;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
  margin-top: 25px;
}

form.hs-form .legal-consent-container {
  margin-bottom: 15px;
  text-align: left;
}


.selectric-wrapper .selectric .label{
  border-bottom: none;
  padding-bottom: 12px;
  padding-top: 12px;
}

.selectric-wrapper .selectric .label {
  border-bottom: none;
  padding-bottom: 12px;
  padding-top: 5px;
}

.selectric-wrapper.selectric-open .selectric .label {
  border-bottom: none;
}

form.hs-form .hs_submit {
  clear: both;
  display: block;
  padding-top: 10px;
  width: 100%;
}


.all--btn .hs-cta-wrapper a, .all--btn form.hs-form .hs_submit input.hs-button, .btn {
  background-image: none;
  background-image: none !important;
  border-radius: 3px;
  border-style: solid !important;
  border-width: 2px !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #fff;
  display: inline-block;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  max-width: 100%;
  min-width: 200px;
  padding: 15px 40px;
  text-align: center;
  text-align: center !important;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out,background .3s ease-in-out,border .3s ease-in-out;
  -moz-transition: color .3s ease-in-out,background .3s ease-in-out,border .3s ease-in-out;
  -ms-transition: color .3s ease-in-out,background .3s ease-in-out,border .3s ease-in-out;
  -o-transition: color .3s ease-in-out,background .3s ease-in-out,border .3s ease-in-out;
  transition: color .3s ease-in-out,background .3s ease-in-out,border .3s ease-in-out;
  width: auto;
}


form.hs-form .hs_submit input.hs-button {
  background-color: #f15d24 !important;
  border-color: #f15d24 !important;
}


@media (max-width: 1023px) {
  .portable-one-whole.grid__item {
    flex-basis: 96.5%;
    width: 96.5%;
  }
}


.grid__item {
  display: inline-block;
  margin-left: 1.75% !important;
  margin-right: 1.75% !important;
}

.hard, .hard--left, .hard--sides {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hs_submit{text-align: center;}

form.hs-form .hs-form-field.filled > label, form.hs-form .hs-form-field.focus > label {
  font-size: 10px !important;
  line-height: 1em;
  padding-top: 3px;
}

