/*=============================================================================
=========== Brand Level Styling for placement in document style tag ===========
===============================================================================*/

.hs-form .input {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;}
    
    .container.center {
    border-radius: 0px;
}

.hs-form .input{
  box-shadow:none;
}

body #et-boc .et-l .hs-form .field:not(.hs-fieldtype-booleancheckbox) {
    margin-bottom: 18px;
    margin-top:18px;
}


body #et-boc .et-l .hs-form .hs-input:not([type=checkbox]) {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: 500;
    line-height: 22px;
    color: #ea0086;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  body #et-boc .et-l .hs-input:not([type="file"]) {
    background-color: #f5f8fa;
  }

  body #et-boc .et-l .hs-form .hs-input[type="checkbox"],
body #et-boc .et-l .hs-form .hs-input[type="radio"] {
  cursor: pointer;
  width: 16px;
  height: 13px;
  min-height:13px;
  padding: 0;
  margin: 3px 12px 3px 0px;
  line-height: normal;
  border: none;
  min-width:16px;
}


body #et-boc .et-l .hs-form .hs-input[type="file"] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

body #et-boc .et-l .hs-form select.is-placeholder {
  color: #bfbfbf;
}
body #et-boc .et-l .hs-form select.is-placeholder:focus {
  color: #ea0086;
}
body #et-boc .et-l .hs-form .hs-input:-moz-placeholder {
  color: #bfbfbf;
}
body #et-boc .et-l .hs-form .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
body #et-boc .et-l .hs-form .hs-input option:disabled {
  color: #bfbfbf;
}
body #et-boc .et-l .hs-form .hs-input input,
body #et-boc .et-l .hs-form .hs-input textarea {
  transition: border 0.2s linear;
}


body #et-boc .et-l .hs-form .hs-input:focus,
body #et-boc .et-l .hs-form input.text:focus,
body #et-boc .et-l .hs-form input.title:focus,
body #et-boc .et-l .hs-form input[type="text"]:focus,
body #et-boc .et-l .hs-form select:focus,
body #et-boc .et-l .hs-form textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}


body #et-boc .et-l .hs-form textarea.hs-input {
  height: auto;
}

body #et-boc .et-l .hs-form select[multiple].hs-input {
  height: inherit;
}

body #et-boc .et-l .hs-form input.hs-input.error,
body #et-boc .et-l .hs-form div.field.error input,
body #et-boc .et-l .hs-form div.field.error textarea,
body #et-boc .et-l .hs-form div.field.error .chzn-choices,
body #et-boc .et-l .hs-form textarea.hs-input.error,
body #et-boc .et-l .hs-form select.hs-input.error {
  border-color: #c87872;
}

body #et-boc .et-l .hs-form input.hs-input.error:focus,
body #et-boc .et-l .hs-form div.field.error input:focus,
body #et-boc .et-l .hs-form div.field.error textarea:focus,
body #et-boc .et-l .hs-form div.field.error .chzn-choices:focus,
body #et-boc .et-l .hs-form textarea.hs-input.error:focus,
body #et-boc .et-l .hs-form select.hs-input.error:focus {
  border-color: #b9554d;
}

/*assign brand level default link colors*/
body .hbspt-form a {
    color: #ea0086!important;
}

body .hbspt-form a {
    color: #ea0086!important;
}
body .hbspt-form a:hover {
    color: #ea0086!important;
}
/*control button styles for all submit buttons*/

body #et-boc .et-l .hs-form input.hs-button,
input.hs-button[type="submit"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: #ea0086;
    border-color: #ea0086;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}

body #et-boc .et-l .hs-form input.hs-button[type="submit"]:hover:not(.inactive),
input.hs-button[type="submit"]:hover:not(.inactive) {
    background: #ea0086;
    border-color: #ea0086;
    color: #ffffff;
    font-size: 14px;
    line-height: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body #et-boc .et-l .hs-form input.hs-button[type="submit"]:hover:not(.inactive),
input.hs-button[type="submit"]:hover:not(.inactive) {
    background: #ea0086;
    border-color: #ea0086;
}


body #et-boc .et-l .hs-form .hs-button:hover,
body #et-boc .et-l .hs-form .hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #ea0086;
  border-color: #ea0086;
}

body #et-boc .et-l .hs-form .hs-button:active,
.hs-button:active {
  background-color: #ea0086;
  border-color: #ea0086;
}



/*control padding below error messages below inputs*/
form ul.no-list.hs-error-msgs.inputs-list {
    padding: 0!important;
}

/*customize the form in the sidebar avoiding default wp theme styles on the sidebar*/

#sidebar input.text, #sidebar input.title, #sidebar input[type=text], select, #sidebar textarea, #sidebar[type=email] {
    padding: 10px 15px;
}
/*override divi styling for list padding*/
.entry-content ul.inputs-list {
    margin-bottom: 0;
    padding: 0 0 0 1em;
}
/*underline specific links*/
a[title="terms-of-use"], a[title="privacy-policy"] {
    text-decoration: underline;
}


/*enforce ul padding overriding styles from site*/
.et-l--body .input ul {
    padding: 0 0 0 1em;
}

/*reset form width override form specific styles*/
form fieldset .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%!important;
}

form fieldset {
    max-width: 100%!important;
}
