button, a { transition: 0.2s; } #contact-toggle.show { opacity: 1; visibility: visible; } ul,ol { margin: 0px 0px 1em 0px; } li { margin: 0.7em 0px; } .brxe-text p { margin: 0 0 0.7em 0; } .color-text a, .brxe-text.color-text a { color: #056c85; font-weight: 700; text-decoration: underline; } .color-text-dark a, .brxe-text.color-text-dark a { color: #10d3e2; font-weight: 700; text-decoration: underline; }  @media (max-width: 478px) { span.prehead-include { font-size: 16px; } }   form { font-family: Figtree, Helvetica, sans-serif; } label { color: #333; } label.field { margin: 0px; } label.checkbox { margin: 0px; display: inline-block; vertical-align: middle; } input.field { margin-bottom: 8px; display: block; width: 100%; border: 1px solid #aaaaaa; border-radius: 7px; } input[type="checkbox"] { display: inline-block; vertical-align: middle; height: 24px; -webkit-height: 24px; width: 24px; -webkit-width: 24px; border: 1px solid #aaaaaa; border-radius: 5px; accent-color: #056c85; margin: 6px 0px; } div.checkbox { display: block; margin-top: 8px; } div.form-col { width: 48%; } div.col-wrap { display: flex; justify-content: space-between; } p.form-disc { font-size: 11px; margin-bottom: 8px; line-height: 1.1 !important; } input[type="submit"] { font-weight: bold; font-size: 16px; padding: 12px 36px; color: #003956; background-color: #10d3e2; border: 2px solid #10d3e2; border-radius: 50px; text-align: center; width: 100%; margin-top: 16px; } input[type="submit"]:hover { background-color: #c5feff; border: 2px solid #10d3e2; } .hf-message { font-size: 18px; display: flex; justify-content: center; } .form-link { color: #056c85; text-decoration: underline; font-weight: 700; } .form-link:hover { color: #0ba0b3; } @media (max-width: 478px) { div.col-wrap { display: block !important; } div.form-col { width: 100% !important; } } 