﻿/* AccuPoint product-detail CTA polish.
   Scoped to the five strongest detail pages and the in-content small CONTACT US button only. */
body.wsite-page-insurance-agents #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"],
body.wsite-page-insurance-agencies #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"],
body.wsite-page-broker-dealers #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"],
body.wsite-page-registered-representatives #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"],
body.wsite-page-ria-iars #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 34px !important;
  border: 2px solid #24678d !important;
  border-radius: 999px !important;
  background: #24678d !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(11, 14, 66, 0.14) !important;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}
body.wsite-page-insurance-agents #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"] .wsite-button-inner,
body.wsite-page-insurance-agencies #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"] .wsite-button-inner,
body.wsite-page-broker-dealers #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"] .wsite-button-inner,
body.wsite-page-registered-representatives #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"] .wsite-button-inner,
body.wsite-page-ria-iars #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"] .wsite-button-inner {
  color: #ffffff !important;
}
body.wsite-page-insurance-agents #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover,
body.wsite-page-insurance-agencies #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover,
body.wsite-page-broker-dealers #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover,
body.wsite-page-registered-representatives #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover,
body.wsite-page-ria-iars #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover {
  background: #0b0e42 !important;
  border-color: #0b0e42 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(11, 14, 66, 0.22) !important;
  transform: translateY(-1px) !important;
}
body.wsite-page-insurance-agents #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover .wsite-button-inner,
body.wsite-page-insurance-agencies #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover .wsite-button-inner,
body.wsite-page-broker-dealers #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover .wsite-button-inner,
body.wsite-page-registered-representatives #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover .wsite-button-inner,
body.wsite-page-ria-iars #wsite-content a.wsite-button.wsite-button-small.wsite-button-normal[href="contact.html"]:hover .wsite-button-inner {
  color: #ffffff !important;
}


/* Clients & Partners closing CTA polish. Scoped to the single in-content button style. */
body.wsite-page-clients-partners a.btn.c-next-btn[href$="contact.html"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 34px !important;
  border: 2px solid #24678d !important;
  border-radius: 999px !important;
  background: #24678d !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(11, 14, 66, 0.14) !important;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}
body.wsite-page-clients-partners a.btn.c-next-btn[href$="contact.html"]:hover {
  background: #0b0e42 !important;
  border-color: #0b0e42 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(11, 14, 66, 0.22) !important;
  transform: translateY(-1px) !important;
}
