.hs-form fieldset{
  border: none;
  padding: 0px !important;
}
.hs-form fieldset.form-columns-1 .input {
  display: block !important;
}
.hs-form legend {
  font-size:14px !important;
  margin-bottom: 5px;
  margin-top: 14px !important;
  color: #333333 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  border:0px;
  line-height:18px;
  text-align: left;
}
.hs-form label {
  margin-bottom: 0px;
  line-height: 0px;
  padding-top: 0;
  text-align: left !important;
  display: block;
  margin-bottom: 0px;
  position: relative;
  min-height: 20px;
}
.hs-form span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #454545;
  line-height: 110%;
}
.hs-form .inputs-list .hs-form-booleancheckbox-display span:not(.hs-form-required) {
  display: inline !important;
  padding-left: 10px;
}
.hs-form input[type="text"],
.hs-form input[type="date"],
.hs-form input[type="datetime"],
.hs-form input[type="email"],
.hs-form input[type="number"],
.hs-form input[type="tel"],
.hs-form input[type="search"],
.hs-form input[type="time"],
.hs-form input[type="url"],
.hs-form textarea,
.hs-form select {
  height: 42px;
  font-size: 15px;
  border: 2px solid #eaebea;
  margin: 7px 0px 20px;
  font: 300 18px 'Merriweather', sans-serif;
  padding:5px 10px;
  display: block;
  width: 100% !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  box-shadow :none;
}
.hs-form input[type="text"]:focus,
.hs-form input[type="date"]:focus,
.hs-form input[type="datetime"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="search"]:focus,
.hs-form input[type="time"]:focus,
.hs-form input[type="url"]:focus,
.hs-form textarea:focus,
.hs-form select:focus{
  box-shadow: none;
}
.hs-form .number {
  background: #1abc9c;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 15px 15px 15px 0px;
  box-sizing: initial;
}
.hs-form input:not([type="image"]), .hs-form textarea {
  box-sizing: inherit !important;
}
.hs-form .hs-form-required { display :none; }

.hs-form.stacked .actions{
  padding-right: 0px !important;
}
.hs-form .hs-button,.hs-form .hs-button:active {width: auto;}
.hs-form .hs-button:focus {outline: none;}
.hs-form .hs-button {
  background: rgb(238, 103, 47);
  background-image: linear-gradient(90deg, rgba(255,255,255,0.3) 50%, rgb(238, 103, 47) 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.3;
  font-size: 1.6em;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.04);
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-box-shadow: 0 4px 8px 0 rgba(36,36,36,0.20);
  box-shadow: 0 4px 8px 0 rgba(36,36,36,0.20);
}
.hs-button:hover {
  background-position: 0;
  background: auto !important;
}
.hs-form .hs-input.error {border-color: #e0145a !important;}

.hs-form ul.hs-error-msgs{
  padding-left: 0px;
}
.hs-form ul.hs-error-msgs li,.hs-form ul.hs-error-msgs li label,.hs-form ul.hs-error-msgs li a{
  list-style: none;
  font-size: 12px;
  color: #c87872;
  line-height: 100%;
  text-align: left;
  margin: 5px 0px;
  display: inline-block;
}
.hs-form ul.hs-error-msgs li a,.hs-form ul.hs-error-msgs li a:hover, .hs-form ul.hs-error-msgs li a:after {background: transparent !important;border: none; padding: 0px; margin: 0px; box-shadow: none; text-decoration: underline; color: #fff !important;}
.hs-form ul.hs-error-msgs li a {color: #0b58a7}
.hs-form ul.hs-error-msgs li a:hover {color:#cf7b31 !important;}
.hs-form.stacked .hs-field-desc {
  margin: 0px 0px 10px 0px !important;
  padding-top: 7px !important;
}
#popupform .hs-button {width: 100%;}

#popupform div[class^="hs_webinar_"] span:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

#popupform ul.multi-container {
  list-style: none;
  height: 20px;
}

#popupform ul.multi-container li {
  display: inline-block;
  float: left;
  width: 50%;
}
#popupform ul.multi-container li .hs-input {
  width: 18px;
  display: inline-block;
  float: left;
  margin-top: 0px;
}
.iohserror .hs-form ul.hs-error-msgs li a {
  color: #0b58a7 !important
}

#popupform .legal-consent-container p {font-size:12px}

.hs-form input[type="checkbox"],.hs-form input[type="radio"] { margin-top: 2px;min-height: 0px;}
.inputs-list .hs-form-radio-display {font-weight: 400;  display: inline-flex;}
.inputs-list label.hs-form-radio-display {margin-bottom: 5px;}
.inputs-list label.hs-form-radio-display span {display: inline !important;; margin-left: 10px; font-weight: 400 !important;}
.iohserror .hs-form ul.hs-error-msgs li a {color: #0b58a7 !important}

/*Inline Form*/
.inlineoptin .hs-form {position: relative;display: inline-flex; background: rgba(232, 230, 229, 0.3);padding-bottom: 0;padding: 6px 6px;border: 1px solid rgb(155, 202, 232);margin-top: 20px;}
.inlineoptin .hs-form fieldset {display: inline-block;height: 20px;}
.inlineoptin .hs-form input[type="email"],.inlineoptin .hs-form input[type="text"] {height: 50px;margin: 0px;border-radius: 0px;}
.inlineoptin .hs-form-field, .inlineoptin .hs-input{float:left; min-width:250px; width: auto}
.inlineoptin .form-columns-2 .hs-form-field ,.inlineoptin .form-columns-2 .hs-input{min-width: 180px;width:180px}
.inlineoptin .form-columns-2 .hs_firstname .input {width: 180px;}
.inlineoptin .hs-form-field label{display: none;}
.inlineoptin fieldset.form-columns-1 .input,.inlineoptin fieldset.form-columns-2 .input {margin-right: 0 !important;}
.inlineoptin .hs-form input[type="submit"] {width:100%;margin-bottom: 0px; height: 50px;}
.inlineoptin .hs_submit,.inlineoptin .hs-button{float:right;}
.inlineoptin .hs-form ul.hs-error-msgs{position: absolute !important; bottom: -45px;margin-top: 15px;width: 670px !important;left: 0px;text-align: left;}
.inlineoptin .hs-form ul.hs-error-msgs label,.inlineoptin .hs-form ul.hs-error-msgs li a{display: block !important;color: #a00000 !important;text-align: left;}
.inlineoptin .hs-form ul.hs-error-msgs li a,.inlineoptin .hs-form ul.hs-error-msgs li a:hover,.inlineoptin .hs-form ul.hs-error-msgs li a:after {background: transparent !important;border: none; padding: 0px; box-shadow: none; text-decoration: underline; color: #fff !important;}
.inlineoptin.iohserror .hs-form ul.hs-error-msgs li a {color: #0b58a7 !important}
.inlineoptin .hs-form ul.hs-error-msgs li a:hover {color:#cf7b31 !important;}
.inlineoptin .hs-form input[type="submit"], .inlineoptin .hs-form input[type="button"] {padding: 5px 15px !important;font-size: 1em;border-radius: 0px;}
.squeeze-page-cta-section .red-cta-btn:after,.squeeze-page-cta-section .red-cta-btn:before{display:block}
.squeeze-page-cta-section .inlineoptin form{margin-top: 25px;}
.inlineoptin .hs_lastname,.inlineoptin.hs_phone {display: none;}

/*center Form*/
.centerform fieldset {margin: 0 auto!important;max-width: 400px!important;}
.centerform fieldset.form-columns-2 .hs-form-field {width: 100%!important;;}
.centerform .hs-form input[type="email"],.centerform .hs-form input[type="text"] {height: 50px; margin-bottom: 10px; width: 400px!important;}
.centerform .hs-form ul.hs-error-msgs {text-align: left;}
.centerform .hs-form .hs_submit {display: inline-block;}
.centerform .hs-form input[type="submit"], .centerform .hs-form input[type="button"] {height: 50px; width: 400px;}
.centerform .hs-form ul.hs-error-msgs li a,.centerform .hs-form ul.hs-error-msgs li a:hover,.centerform .hs-form ul.hs-error-msgs li a:after {background: transparent !important;border: none; padding: 0px; margin: 0px; box-shadow: none; text-decoration: underline; color: #fff !important;}
.modal-body .centerform .hs-form ul.hs-error-msgs li a, .centerform.iohserror .hs-form ul.hs-error-msgs li a {color: #0b58a7 !important}
.centerform .hs-form ul.hs-error-msgs li a:hover {color:#cf7b31 !important;}

.hs-gdpr .hs-form {
  min-height: 121px;
}

.hs-gdpr .legal-consent-container {
  display: inline-block;
  position: absolute;
  width: 100%;
  /*background: #3294d0;*/
  left: 0;
  bottom: 0;
  padding: 10px;
}
.bg-cta-webinar .hs-gdpr .legal-consent-container {
  background: #8abd43;
}
.hs-gdpr .hs-form > .legal-consent-container p {
  font-size: 0.7em;
  margin-bottom: 0px;
  color: #fff;
}
.ll-book .inlineoptin .hs-form {border: 1px solid rgb(225, 224, 223);}
.ll-book .hs-gdpr .hs-form {min-height: 114px}
.ll-book .hs-gdpr .legal-consent-container {background: transparent !important;text-shadow: none;}
.ll-book .hs-gdpr .hs-form > .legal-consent-container p {font-size: 0.92em !important; color: #fff !important;line-height: 110%;}
.ll-book .inlineoptin .hs-form ul.hs-error-msgs li a, .ll-book #popupform .hs-form ul.hs-error-msgs li a {color: #ffd683f2 !important;padding-top: 7px;font-size: 1.05em;text-shadow: none;}
.ll-book.ll-book-v13 .inlineoptin .hs-form ul.hs-error-msgs li a {color:#66096b !important}
.ll-book .inlineoptin .hs-form .hs-button{color: #0a0a0a; font-size: 1em !important;min-width: 125px;}
#landing-yellow .inlineoptin .hs-form{
  background: rgb(161,148,132) !important;
}
#landing-white .inlineoptin .hs-form{
  background: rgb(163,160,165) !important;
}
.bg-yellow .inlineoptin .hs-form {border: 1px solid   rgb(205, 176, 59);}
.bg-yellow .inlineoptin .hs-form .hs-button{color: #ffffff;}
.bg-yellow .hs-gdpr .hs-form > .legal-consent-container p { color: #0a0a0a !important;}
.bg-yellow .inlineoptin .hs-form ul.hs-error-msgs li a { color: #0a0a0a !important;}

/* ll-book popup form hs-gdpr*/
.ll-book #popupform.hs-gdpr .legal-consent-container {position:relative; bottom: -52px; padding-top: 8px; height: 61px;}
.ll-book #popupform.hs-gdpr .hs_submit, #popupform.hs-gdpr .ll-book .hs-button {float:none;  position: relative; top: calc(-68px + 1vmin);}


@media (max-width: 767px) {
  .hs-gdpr .hs-form {max-width: 516px;display: inline-block; }
  .hs-gdpr .hs-form > .legal-consent-container {position: relative;}
  .ll-book .hs-gdpr .hs-form > .legal-consent-container {bottom: -52px; padding-top: 8px; height: 61px;}
  .inlineoptin .hs_submit, .inlineoptin .hs-button {float:none;}
  .ll-book .hs_submit, .ll-book .hs-button {top: calc(-68px + 1vmin);}
  .inlineoptin .hs-form fieldset {display: inline-block;height:inherit;}
  .red-cta-btn:after, .red-cta-btn:before{top:40px}
  .ll-book #popupform.hs-gdpr .hs_submit, #popupform.hs-gdpr .ll-book .hs-button {top: calc(-18px + 1vmin); position: inherit;}
  .inlineoptin .hs-form-field, .inlineoptin .hs-input {width:100% !important;}
}
@media (max-width: 643px) {
  .inlineoptin {display: block !important;}
  .inlineoptin .hs-form { width: 80%; min-width: 80%;}
  .inlineoptin fieldset.form-columns-2 .hs-form-field {width:100% !important;}
  .squeeze-page-cta-section .inlineoptin form {margin-top: 0px;}
  .inlineoptin .hs-form fieldset {display: block;height:inherit;}
  .inlineoptin .hs-form-field, .inlineoptin .hs-input,.inlineoptin .form-columns-2 .hs_firstname .input {width: 100%!important;}
  .inlineoptin .hs-form-field,.inlineoptin .hs_submit,.inlineoptin .hs-button{float:left; width: 100%}
  .inlineoptin .hs-form in: ;put[type="email"],.inlineoptin .hs-form input[type="text"] {text-align: center;width: 100% !important;}
  .inlineoptin .hs-form ul.hs-error-msgs {bottom:-40px; width:100% !important;}
  .ll-book .hs_submit, .ll-book .hs-button {top: calc(-68px + 1vmin);}
  .inlineoptin .hs-form input[type="submit"], .inlineoptin .hs-form input[type="button"] {padding:11px 16px !important;}
  .hs-form .hs-button {font-size: 1.2em;}
}
/* @media (max-width: 643px) {
  .inlineoptin .hs_submit, .inlineoptin .hs-button {float:none; top: calc(-72px + 1vmin);}
  .ll-book .hs-gdpr .hs-form > .legal-consent-container p {font-size: calc(0.50em + 1vmin) !important;}
}
*/
@media (max-width: 610px) {
  .ll-book .hs_submit, .ll-book .hs-button {top: calc(-80px + 1vmin);}
  .ll-book #popupform.hs-gdpr .hs_submit, #popupform.hs-gdpr .ll-book .hs-button {top: calc(7px + 1vmin); position: relative;}
}
@media (max-width: 490px) {
  .inlineoptin .hs-form,.inlineoptin .hs-form-field, .inlineoptin .hs-input { width: 100% ; min-width:95%;}
  .ll-book .hs_submit, .ll-book .hs-button {top: calc(-85px + 1vmin);}
  .ll-book .hs-gdpr .hs-form > .legal-consent-container {bottom: -52px; padding-top: 10px; height: 80px;}
  .ll-book .hs-gdpr .hs-form > .legal-consent-container p {font-size: 0.85em !important}
}
/* @media (max-width: 423px) {
  .inlineoptin .hs_submit, .inlineoptin .hs-button {float:none; top: calc(-89px + 1vmin);}
} */
