/* Custom Input */
ul.inputs-list li.hs-form-booleancheckbox {
  margin: 16px 0;
}
ul.inputs-list li.hs-form-booleancheckbox label {
  position: relative;
}
ul.inputs-list li.hs-form-booleancheckbox label span {
display: inline-block;
/*   margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */ */
  margin-right: 16px; /* Additional spacing on the right */
}
/* Hide the original checkbox */
ul.inputs-list li.hs-form-booleancheckbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add new checkbox */
ul.inputs-list li.hs-form-booleancheckbox label span::before {
  border: 0px solid;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 1px;
    background-color: #fff;
}
/* Style new checked item */
ul.inputs-list li.hs-form-booleancheckbox label span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 10px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 5px;
}
/* Show when checked */
ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
}
/* Style when focused */
ul.inputs-list li.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}



.rich.span8 h2 {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'MuseoSans_700-webfont';
    font-weight: 500!important;
}
.rich.span8 p {
    max-width: 98%;
}
input[type="checkbox"] {
       -webkit-appearance: checkbox;
   -moz-appearance: checkbox;
   appearance: checkbox;
   background-color: #fff;
   display: inline-table;
   border: 1px solid #4a4949;
   padding: 7px;
   vertical-align: middle;
}
label.hs-error-msg {
    display: none!important;
}
.hs-input.invalid.error{
Border:2px solid Red;
}
.form-image img {
    height: 200px!important;
}
.rich.span8.Remove-padding-bottom {
    margin-bottom: 0px;
}
section.single-rich-main {
    display: flex;
    /* background: aliceblue; */
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 29px!important;
    line-height: 17px;
}
.rich.span8 a {
    font-weight: 600;
    text-decoration: underline;
}
.rich.span8 a:hover {
    color:#FFE400;
}
.rich.span8 p {
    font-size: 24px;
    font-family: 'MuseoSans_300-webfont';
    color: #000;
    line-height: 35px;
}
.rich.span8 h2:before {
    content: "";
    margin-bottom: 25px;
    display: block;
    width: 80px;
    height: 7px;
    background: #ffe400;
}
.rich.span8 {
    margin-top: 20px;
  margin-bottom: 10%;
}
.rich-form.span4 {
    position: absolute;
    right: 70px;
    top: 28%;
}
.form-main {
    max-width: 335px;
    margin: 0 auto;
    background-color: #ffe301;
    padding: 30px;
}
.form-main {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-main h2 {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'MuseoSans_700-webfont';
}
.form-image {
    text-align: center;
}
.bellow-image-text {
    margin-top: 15px;
}
.form-main label {
    display: block;
    font-family: 'MuseoSans_700-webfont';
}
ul.inputs-list.multi-container .hs-form-checkbox label span {
  font-size: .8em;
}
.bellow-image-text {
    font-family: 'MuseoSans_300-webfont';
    font-style: italic;
  font-weight: 500;
}
ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 0px;
    list-style-type: none;
    color: red;
   font-family: 'MuseoSans_300-webfont';
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    padding: 12px!important;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     border: 0px solid #fff; 
  margin-bottom: 13px;
  font-family: 'MuseoSans_300-webfont';
}
ul.inputs-list {
    padding-left: 0px;
    list-style-type: none;
    font-family: 'MuseoSans_300-webfont';
  margin-bottom: 0px;
    margin-top: 0px;
}
ul.inputs-list p {
    font-family: 'MuseoSans_300-webfont';
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px!important;
  font-weight: 500;
}
.hs-richtext p a {
    text-decoration: underline;
}
.hs-richtext p {
    font-family: 'MuseoSans_300-webfont';
    font-size: 14px;
    line-height: 17px!important;
    padding-left: 30px;
  margin-top: 0px;
  font-weight: 500;
}
ul.inputs-list .hs-input[type="checkbox" i] 
{

}
input[type="checkbox"]{
border: none !important;
  border: none !important;
/* -webkit-appearance: checkbox;
-moz-appearance: none;
appearance: none; */
/* display: inline-table;
padding: 4px;
height: 14px !important;
width: 14px !important;
background-color: #FFFFFF !important; */
}
ul.inputs-list .hs-input {
    width: 20px;
    height: 20px;
    border: 0px!important;
    border-radius: 0px!important;
  margin: 0 5px 0 0!important;
  box-sizing: unset!important;
    outline: 0px!important;
    box-shadow: none !important;
  border-color: #fff!important;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 20px;
}
label.hs-main-font-element {
    display: none;
}
.submitted-message p {
    font-size: 18px;
    font-family: 'MuseoSans_300-webfont';
    color: #000;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    margin-right: 10px;
}
input.hs-button.primary.large {
    background: #232323;
    color: #fff;
    width: 100%;
    padding: 13px 0px;
    border: 0px;
    margin-top: 20px;
  cursor: pointer;
  font-family: 'MuseoSans_300-webfont';
    font-size: 16px;
  white-space: normal;
  -webkit-appearance: none;
  font-weight: 500;
}
.rich.span8 ul li {
    font-size: 24px;
    font-family: 'MuseoSans_300-webfont';
    color: #000;
    line-height: 30px;
  list-style-type: none;
      margin-bottom: 20px;
}
.rich.span8 ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    color: #000;
    font-size: 24px;
    padding-left: 5px;
    margin-left: -6%;
    position: relative;
}
@media (min-width: 1200px) and (max-width:1330px) {
  .rich.span8 {
    width: 64%!important;
}
}

/*  ipad pro Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .rich.span8 ul li {
    line-height: 32px;
    margin-bottom: 15px;
}
.rich.span8 {
    width: 60%!important;
}
  .rich.span8 ul li:before {
    margin-left: -8%;
 }

}

/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .rich.span8 ul li {
    line-height: 32px;
    margin-bottom: 15px;
}
.rich-form.span4 {
    position: unset;
    right: 70px;
    top: 30%;
    width: 100%!important;
    margin-left: 0px!important;
    margin-bottom: 15%;
}
  .form-main {
    max-width: 50%!important;
  }
  .rich.span8 {
    width: 100%!important;
}

}
/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  .rich.span8 h2 {
    text-align: center;
  }
  .rich.span8 p {
    max-width: 100%;
}
  .form-main h2 {
    text-align: center;
  }
.rich-form.span4 {
    position: unset;
    right: 70px;
    top: 30%;
    width: 100%!important;
    margin-left: 0px!important;
    margin-bottom: 15%;
}
  .form-main {
    max-width: 100%!important;
  }
  .rich.span8 {
    width: 100%!important;
}
  .rich.span8 ul li:before {
    margin-left: -11%;
  }

}

@media (max-width: 414px) {
 .rich.span8 ul li:before {
    margin-left: -14%;
} 
}
@media (max-width: 375px) {
  .rich.span8 ul li:before {
    margin-left: -16%;
}
}
@media (max-width: 360px) {
  .rich.span8 ul li:before {
    margin-left: -16%;
}
}
@media (max-width: 320px) {
  .rich.span8 ul li:before {
    margin-left: -19%;
}
}
