/* Haymakers brand unification — ties divisions + main site together */
/* division nav links in brand blue */
.header-nav-item a[href="/central-coast/"],
.header-nav-item a[href="/florida/"]{color:#1F2AB8 !important;font-weight:600}
.header-menu-nav-item a[href="/central-coast/"] .header-menu-nav-item-content,
.header-menu-nav-item a[href="/florida/"] .header-menu-nav-item-content{color:#7B8AFF !important}
/* all primary buttons in brand blue instead of black */
.sqs-block-button-element,
.sqs-button-element--primary,
input[type="submit"],
button[type="submit"]{
  background-color:#1F2AB8 !important;border-color:#1F2AB8 !important;color:#fff !important;
}
.sqs-block-button-element:hover,
.sqs-button-element--primary:hover,
input[type="submit"]:hover,
button[type="submit"]:hover{background-color:#1822A0 !important;border-color:#1822A0 !important}
/* links pick up brand blue */
.sqs-html-content a:not(.sqs-block-button-element){color:#1F2AB8}
footer .sqs-html-content a{color:inherit}
