/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-input {
  background-color: #f5f8fa;
  border-radius: 3px;
  border: 1px solid #cbd6e2;
}
.hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
}

.hs-richtext {
  font-size: 12.5px;
  line-height: 20px;
  color: #3f4751;
  word-break: break-word;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #3f4751;  
}

.hs-richtext:not(:last-child) {
    margin-bottom: 1em;
}

.hs-input.invalid {
    border: 1px solid #cbd6e2;
}

.hs-form-required {
    color: red;
}

.hs-dependent-field>label, .hs-form-field>label {
  font-size: 14px;
  color: #1A284D;
}

.hs_cos_wrapper .hs-logo-grid {
    justify-content: left; !important
}