.bannerForm__title{
  margin-bottom:1rem;
}
.imageCopy__list.hide-bullet ul li {
  list-style: none;
}
.bannerForm__form.hide-bg {
  background: transparent !important;
  padding: 0 !important;
}
.bannerForm .bannerForm__form.hide-bg form .field input:not([type="submit"]), .bannerForm .bannerForm__form.hide-bg form .field textarea {
    background: transparent;
}
.bannerForm .bannerForm__form.hide-bg form .field textarea{ resize:none;}
.bannerForm form .field>label{
  display:none;
}
.bannerForm form .field input:not([type="submit"]),
.bannerForm form .field textarea{
  border-bottom: 2px solid #BFCEE8;
  border-radius:0;
  padding:16px 0;
  font-weight: 400;
  font-size: 16px;
  color: #102447;
  width:100%!important;
}
.bannerForm form .field textarea{
  height:120px;
}
.bannerForm form input[type="submit"]{
  background-color: #FA3338;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 17px 30px;
  margin-top: 30px;
  transition:.2s all linear;
  -webkit- transition:.2s all linear;
  position:relative;
  top:0;
}
.bannerForm form input[type="submit"]:hover{
  top:-10px;
}
.bannerForm__form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #102447;
}
.bannerForm__form ::-moz-placeholder { /* Firefox 19+ */
  color: #102447;
}
.bannerForm__form :-ms-input-placeholder { /* IE 10+ */
  color: #102447;
}
.bannerForm__form :-moz-placeholder { /* Firefox 18- */
  color: #102447;
}


.legal-consent-container .hs-form-booleancheckbox-display > span p{
  font-size:14px;
  color:#102447;
}
ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
  color: #ef6b51;
}
ul.no-list.hs-error-msgs.inputs-list li {
  line-height: 1.2;
}
ul.no-list.hs-error-msgs.inputs-list li a {
  color: #ef6b51;
  font-size: 12px;
  line-height: 1.2;
}
.hs-form-booleancheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 21px !important;
  line-height: 1.3;
}

/* Hide the browser's default checkbox */
.hs-form-booleancheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.hs-form-booleancheckbox span:before {
  content:"";
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #BFCEE8;
}

/* On mouse-over, add a grey background color */
.hs-form-booleancheckbox:hover input ~ span:before {
  background-color: #ccc;
}


/* Create the checkmark/indicator (hidden when not checked) */
.hs-form-booleancheckbox span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.hs-form-booleancheckbox input:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.hs-form-booleancheckbox span:after {
  left: 6px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #102447;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hs-error-msg{ font-size:12px;}
label.hs-main-font-element {
  color: #ef6b51;
  font-size: 14px;
}
.imageCopy__list{
  padding-left:80px;
  position:relative;
  margin-top: 50px;
}
.imageCopy__list:before{
  content:"";
  width:65px;
  height:2px;
  background-color:#CF995F;
  position:absolute;
  top:15px;
  left:0;
}
.imageCopy__list ul{
  padding-left:15px;
}
.imageCopy__list ul li{
  margin-top:5px;
}
.imageCopy__list p {
  margin-bottom: 10px;
}

@media (max-width:991px){
  .imageCopy__list{
    margin-top:20px;
  }
  .imageCopy__list ul{
    margin-bottom:30px;
  }
}
@media (max-width:767px){
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
@media (max-width:575px){
  .imageCopy__list{
    padding-left:23px;
  }
  .imageCopy__list:before{
    width:18px;
  }
}