/************************************************************/
/* sass --watch bizsense.Sage.scss:../css/bizsense.Sage.css */
/************************************************************/
:root {
  --black: #000000;
  --bizSenseBase: #efefef; /* "Sage" bright green */
  --bizSensePrimary: #00d639; /* "Sage" bright green */
  --bizSenseBase: color-mix(in srgb, var(--bizSensePrimary), #000 40%); /*darker "Sage" green (links on white background)*/
  --bizSenseLight: color-mix(in srgb, var(--bizSensePrimary), #fff 90%); /*light "Sage" green (links on white background)*/
  --bizSenseSecondary: #1b1b1b; /* Sage dark grey */
  --color-button-background: var(--bizSensePrimary);
  --color-button-text-primary: var(--bizSenseSecondary);
  --color_footer-background: var(--bizSenseSecondary);
  --color-info: var(--bizSensePrimary);
  --logoTrim: #00d639;
  --logoMain: var(--black);
  --bottomFooterBg: var(--white);
  --lightBg: var(--white);
  --darkGray: var(--black);
}

/*spatial configuration values for Sage logo cell*/
div.logoImages svg {
  padding-right: 1rem;
}
div.logoImages #FI_SiteLink {
  padding-top: 7px;
  margin-left: 0px;
}
div.logoImages:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-top: 8px;
  margin-left: 12px;
  background-image: url("/images/Logo/SageSecurityShield.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* Sage special color scheme:  dark header/footer but light in the middle */
#hamburger_button, #menu_back_button {
  color: var(--white);
}

#BS_basic_footer {
  padding-left: var(--outerPadding);
  padding-right: var(--outerPadding);
}
@media (width <= 768px) {
  #BS_basic_footer > section {
    display: flex;
    flex-direction: column;
    padding: 16px 24px 32px 24px;
    row-gap: 16px;
    align-items: center;
  }
}
#BS_basic_footer #footerCoBranding {
  display: flex;
}

#BS_basic_header #BS_basic_header_inner #basicSignInLinks {
  color: var(--white) !important;
}
#BS_basic_header #BS_basic_header_inner #basicSignInLinks a, #BS_basic_header #BS_basic_header_inner #basicSignInLinks button {
  color: var(--white) !important;
}
#BS_basic_header #BS_basic_header_inner #basicSignInLinks .material-symbols-outlined {
  display: none;
}

@media (width >= 1368px) {
  #BS_logged_in_header #BS_logged_in_header_inner #main_menu_container {
    flex-grow: 1;
    justify-content: space-between;
  }
}
#BS_logged_in_header #BS_logged_in_header_inner #main_menu_container #BS_header_links {
  margin-right: auto;
  margin-left: -130px;
}
@media (width <= 1368px) {
  #BS_logged_in_header #BS_logged_in_header_inner #main_menu_container #BS_header_links {
    margin-right: 0;
    margin-left: 0;
  }
}
#BS_logged_in_header #BS_logged_in_header_inner #main_menu_container .infoLinks {
  display: flex;
}
#BS_logged_in_header.fullScreen {
  background-color: var(--white);
}
#BS_logged_in_header.fullScreen #BS_logged_in_header_inner {
  padding: 0px;
}
#BS_logged_in_header.fullScreen #BS_logged_in_header_inner div.headerLogo {
  background-color: var(--black);
}
#BS_logged_in_header.fullScreen #BS_logged_in_header_inner #main_menu_container {
  flex-direction: column;
  align-items: center;
}
#BS_logged_in_header.fullScreen #BS_logged_in_header_inner #main_menu_container .infoLinks {
  display: flex;
}
#BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner .accountAndIcons .iconsForLarge > button, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner .accountAndIcons .iconsForLarge > a {
  color: var(--white) !important;
}
#BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container .infoLinks a {
  color: var(--white);
}
@media (width <= 1368px) {
  #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container .infoLinks {
    display: none;
  }
}
#BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .homeMenu > :first-child, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .businessMenu > :first-child, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .ownerMenu > :first-child, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .benefitsMenu > :first-child, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .dashboardMenu > :first-child {
  color: var(--white) !important;
}
#BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .homeMenu > :first-child *, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .businessMenu > :first-child *, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .ownerMenu > :first-child *, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .benefitsMenu > :first-child *, #BS_logged_in_header:not(.fullScreen) #BS_logged_in_header_inner #main_menu_container #BS_header_links ul:first-child .dashboardMenu > :first-child * {
  color: var(--white) !important;
}

#BS_basic_header, #BS_logged_in_header {
  padding-left: 0px;
  padding-right: 0px;
}
#BS_basic_header svg[id$=BizSenseLogo], #BS_basic_header img[id$=BizSenseLogo], #BS_logged_in_header svg[id$=BizSenseLogo], #BS_logged_in_header img[id$=BizSenseLogo] {
  display: none;
}

#BS_basic_header, #BS_logged_in_header, #BS_basic_footer {
  background-color: var(--black);
}

#BS_footer {
  display: none;
}

/*Sage button scheme*/
button.primary, button.btn-primary, a.primary, a.btn-primary {
  color: var(--black);
  background-color: var(--bizSensePrimary);
  border-color: var(--bizSensePrimary);
  font-weight: normal;
}
button.primary:hover, button.btn-primary:hover, a.primary:hover, a.btn-primary:hover {
  filter: brightness(0.93);
  color: var(--black);
  background-color: var(--bizSensePrimary);
  border-color: var(--bizSensePrimary);
}
button.primary.outlined, a.primary.outlined {
  border-radius: 6px;
  padding: 0.6em 1em;
  font-weight: normal;
  color: var(--bizSenseBase);
  border-color: var(--bizSenseBase);
  background-color: var(--bizSenseLight);
}
button.primary.outlined.accent, a.primary.outlined.accent {
  background-color: var(--white);
  color: var(--bizSenseBase);
}
button.primary.outlined:hover, a.primary.outlined:hover {
  text-decoration: none;
  color: var(--bizSenseBase);
  border-color: var(--bizSenseBase);
  background-color: var(--bizSenseLight);
}
button.primary.outlined.info, a.primary.outlined.info {
  background-color: var(--bizSenseBase);
  color: var(--white);
}

.top-section .top-section-buttons button, .top-section .top-section-buttons a {
  padding: 0.6em 1em;
  /*we're inside a dark section*/
}
@media (width < 1368px) {
  .top-section .top-section-buttons button.primary.outlined, .top-section .top-section-buttons a.primary.outlined {
    color: var(--bizSenseBase);
    border-color: var(--bizSenseBase);
    background-color: var(--bizSenseLight);
  }
}
@media (width <= 768px) {
  .top-section .top-section-buttons button, .top-section .top-section-buttons a {
    padding: 0.5em 0.5em;
  }
}

/*general top section symmetric redesign:  this can be moved*/
#bizSenseHome {
  --br: .2em; /*softening these edges a bit since we're using a lot more radious in Sage top sections*/
}
#bizSenseHome .BorderEffect:after {
  border-radius: var(--br);
  border-color: var(--bizSensePrimary);
}
#bizSenseHome .imageCell {
  border-radius: var(--br);
}
#bizSenseHome .imageCell .left {
  border-top-left-radius: var(--br);
  border-bottom-left-radius: var(--br);
}
#bizSenseHome .imageCell .right {
  border-top-right-radius: var(--br);
  border-bottom-right-radius: var(--br);
}
#bizSenseHome .textCell {
  border-radius: var(--br);
}
#bizSenseHome .top-section .textCell .top-section-buttons .dashboard-link {
  display: block;
}
#bizSenseHome .mobileRibbon {
  display: none;
}
#bizSenseHome #HomeBusinessSection .textCell {
  bottom: 60px;
  min-height: auto;
}
#bizSenseHome #HomeBusinessSection .textCell button.listingPageLink {
  display: none;
}

/*sitemaps*/
body.databreachhotline .defaultSiteMap, body.legalservices .defaultSiteMap, body.fullymanagedresolution .defaultSiteMap, body.cyberrecovery .defaultSiteMap, body.contactus .defaultSiteMap {
  display: block;
  margin-bottom: 2em;
}
@media (width < 1368px) {
  body.databreachhotline .defaultSiteMap, body.legalservices .defaultSiteMap, body.fullymanagedresolution .defaultSiteMap, body.cyberrecovery .defaultSiteMap, body.contactus .defaultSiteMap {
    margin-bottom: 0;
  }
}
body.databreachhotline #dataBreachPage .top-section .embeddedSiteMap, body.databreachhotline .legalServicesPage .top-section .embeddedSiteMap, body.databreachhotline .identityTheftPage .top-section .embeddedSiteMap, body.databreachhotline #cyberRecoverPage .top-section .embeddedSiteMap, body.databreachhotline .contactUsPage .top-section .embeddedSiteMap, body.legalservices #dataBreachPage .top-section .embeddedSiteMap, body.legalservices .legalServicesPage .top-section .embeddedSiteMap, body.legalservices .identityTheftPage .top-section .embeddedSiteMap, body.legalservices #cyberRecoverPage .top-section .embeddedSiteMap, body.legalservices .contactUsPage .top-section .embeddedSiteMap, body.fullymanagedresolution #dataBreachPage .top-section .embeddedSiteMap, body.fullymanagedresolution .legalServicesPage .top-section .embeddedSiteMap, body.fullymanagedresolution .identityTheftPage .top-section .embeddedSiteMap, body.fullymanagedresolution #cyberRecoverPage .top-section .embeddedSiteMap, body.fullymanagedresolution .contactUsPage .top-section .embeddedSiteMap, body.cyberrecovery #dataBreachPage .top-section .embeddedSiteMap, body.cyberrecovery .legalServicesPage .top-section .embeddedSiteMap, body.cyberrecovery .identityTheftPage .top-section .embeddedSiteMap, body.cyberrecovery #cyberRecoverPage .top-section .embeddedSiteMap, body.cyberrecovery .contactUsPage .top-section .embeddedSiteMap, body.contactus #dataBreachPage .top-section .embeddedSiteMap, body.contactus .legalServicesPage .top-section .embeddedSiteMap, body.contactus .identityTheftPage .top-section .embeddedSiteMap, body.contactus #cyberRecoverPage .top-section .embeddedSiteMap, body.contactus .contactUsPage .top-section .embeddedSiteMap {
  display: none;
}
body.databreachhotline #dataBreachPage .top-section .imageCell, body.databreachhotline .legalServicesPage .top-section .imageCell, body.databreachhotline .identityTheftPage .top-section .imageCell, body.databreachhotline #cyberRecoverPage .top-section .imageCell, body.databreachhotline .contactUsPage .top-section .imageCell, body.legalservices #dataBreachPage .top-section .imageCell, body.legalservices .legalServicesPage .top-section .imageCell, body.legalservices .identityTheftPage .top-section .imageCell, body.legalservices #cyberRecoverPage .top-section .imageCell, body.legalservices .contactUsPage .top-section .imageCell, body.fullymanagedresolution #dataBreachPage .top-section .imageCell, body.fullymanagedresolution .legalServicesPage .top-section .imageCell, body.fullymanagedresolution .identityTheftPage .top-section .imageCell, body.fullymanagedresolution #cyberRecoverPage .top-section .imageCell, body.fullymanagedresolution .contactUsPage .top-section .imageCell, body.cyberrecovery #dataBreachPage .top-section .imageCell, body.cyberrecovery .legalServicesPage .top-section .imageCell, body.cyberrecovery .identityTheftPage .top-section .imageCell, body.cyberrecovery #cyberRecoverPage .top-section .imageCell, body.cyberrecovery .contactUsPage .top-section .imageCell, body.contactus #dataBreachPage .top-section .imageCell, body.contactus .legalServicesPage .top-section .imageCell, body.contactus .identityTheftPage .top-section .imageCell, body.contactus #cyberRecoverPage .top-section .imageCell, body.contactus .contactUsPage .top-section .imageCell {
  border-radius: 1.2em;
}
body.databreachhotline #dataBreachPage .top-section .textCell, body.databreachhotline .legalServicesPage .top-section .textCell, body.databreachhotline .identityTheftPage .top-section .textCell, body.databreachhotline #cyberRecoverPage .top-section .textCell, body.databreachhotline .contactUsPage .top-section .textCell, body.legalservices #dataBreachPage .top-section .textCell, body.legalservices .legalServicesPage .top-section .textCell, body.legalservices .identityTheftPage .top-section .textCell, body.legalservices #cyberRecoverPage .top-section .textCell, body.legalservices .contactUsPage .top-section .textCell, body.fullymanagedresolution #dataBreachPage .top-section .textCell, body.fullymanagedresolution .legalServicesPage .top-section .textCell, body.fullymanagedresolution .identityTheftPage .top-section .textCell, body.fullymanagedresolution #cyberRecoverPage .top-section .textCell, body.fullymanagedresolution .contactUsPage .top-section .textCell, body.cyberrecovery #dataBreachPage .top-section .textCell, body.cyberrecovery .legalServicesPage .top-section .textCell, body.cyberrecovery .identityTheftPage .top-section .textCell, body.cyberrecovery #cyberRecoverPage .top-section .textCell, body.cyberrecovery .contactUsPage .top-section .textCell, body.contactus #dataBreachPage .top-section .textCell, body.contactus .legalServicesPage .top-section .textCell, body.contactus .identityTheftPage .top-section .textCell, body.contactus #cyberRecoverPage .top-section .textCell, body.contactus .contactUsPage .top-section .textCell {
  grid-row: 1/3;
  margin-right: 0;
  justify-content: center;
}
body.databreachhotline #dataBreachPage .top-section .textCell.BorderEffect::after, body.databreachhotline .legalServicesPage .top-section .textCell.BorderEffect::after, body.databreachhotline .identityTheftPage .top-section .textCell.BorderEffect::after, body.databreachhotline #cyberRecoverPage .top-section .textCell.BorderEffect::after, body.databreachhotline .contactUsPage .top-section .textCell.BorderEffect::after, body.legalservices #dataBreachPage .top-section .textCell.BorderEffect::after, body.legalservices .legalServicesPage .top-section .textCell.BorderEffect::after, body.legalservices .identityTheftPage .top-section .textCell.BorderEffect::after, body.legalservices #cyberRecoverPage .top-section .textCell.BorderEffect::after, body.legalservices .contactUsPage .top-section .textCell.BorderEffect::after, body.fullymanagedresolution #dataBreachPage .top-section .textCell.BorderEffect::after, body.fullymanagedresolution .legalServicesPage .top-section .textCell.BorderEffect::after, body.fullymanagedresolution .identityTheftPage .top-section .textCell.BorderEffect::after, body.fullymanagedresolution #cyberRecoverPage .top-section .textCell.BorderEffect::after, body.fullymanagedresolution .contactUsPage .top-section .textCell.BorderEffect::after, body.cyberrecovery #dataBreachPage .top-section .textCell.BorderEffect::after, body.cyberrecovery .legalServicesPage .top-section .textCell.BorderEffect::after, body.cyberrecovery .identityTheftPage .top-section .textCell.BorderEffect::after, body.cyberrecovery #cyberRecoverPage .top-section .textCell.BorderEffect::after, body.cyberrecovery .contactUsPage .top-section .textCell.BorderEffect::after, body.contactus #dataBreachPage .top-section .textCell.BorderEffect::after, body.contactus .legalServicesPage .top-section .textCell.BorderEffect::after, body.contactus .identityTheftPage .top-section .textCell.BorderEffect::after, body.contactus #cyberRecoverPage .top-section .textCell.BorderEffect::after, body.contactus .contactUsPage .top-section .textCell.BorderEffect::after {
  content: none !important;
}
@media (width > 1368px) {
  body.databreachhotline #dataBreachPage .top-section .textCell, body.databreachhotline .legalServicesPage .top-section .textCell, body.databreachhotline .identityTheftPage .top-section .textCell, body.databreachhotline #cyberRecoverPage .top-section .textCell, body.databreachhotline .contactUsPage .top-section .textCell, body.legalservices #dataBreachPage .top-section .textCell, body.legalservices .legalServicesPage .top-section .textCell, body.legalservices .identityTheftPage .top-section .textCell, body.legalservices #cyberRecoverPage .top-section .textCell, body.legalservices .contactUsPage .top-section .textCell, body.fullymanagedresolution #dataBreachPage .top-section .textCell, body.fullymanagedresolution .legalServicesPage .top-section .textCell, body.fullymanagedresolution .identityTheftPage .top-section .textCell, body.fullymanagedresolution #cyberRecoverPage .top-section .textCell, body.fullymanagedresolution .contactUsPage .top-section .textCell, body.cyberrecovery #dataBreachPage .top-section .textCell, body.cyberrecovery .legalServicesPage .top-section .textCell, body.cyberrecovery .identityTheftPage .top-section .textCell, body.cyberrecovery #cyberRecoverPage .top-section .textCell, body.cyberrecovery .contactUsPage .top-section .textCell, body.contactus #dataBreachPage .top-section .textCell, body.contactus .legalServicesPage .top-section .textCell, body.contactus .identityTheftPage .top-section .textCell, body.contactus #cyberRecoverPage .top-section .textCell, body.contactus .contactUsPage .top-section .textCell {
    padding-left: 0;
  }
}

/*redesigned full size dropdown 2-col*/
@media (width >= 1368px) {
  #BS_logged_in_header #BS_logged_in_header_inner #main_menu_container #BS_header_links > ul > li:hover ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 0;
    margin: 0;
    width: 600px;
    left: -300px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
  }
  #BS_logged_in_header #BS_logged_in_header_inner #main_menu_container #BS_header_links > ul > li:hover ul:before {
    display: none;
  }
}
body.default .darkSection {
  background-color: var(--white);
  color: var(--black);
}
body.default .darkSection h1, body.default .darkSection h2, body.default .darkSection h3, body.default .darkSection h4, body.default .darkSection h5, body.default .darkSection h6, body.default .darkSection subtitle-1 {
  background-color: var(--white);
  color: var(--black);
}
body.default .BizSenseSection #bizCarousel .textCellContainer .textCell {
  background-color: var(--white);
  color: var(--black);
}
body.default .BizSenseSection #bizCarousel .textCellContainer .textCell button.primary:not(.outlined) {
  border: none;
  background-color: var(--bizSensePrimary);
  color: var(--black);
}
body.default .BizSenseSection .contentSection {
  margin-bottom: calc(0.5 * var(--sectionSpacing));
}

.identityTheftPage .shadow-div > div span {
  color: var(--bizSenseBase);
  background-color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--bizSenseBase);
}

.ui-dialog .btn-primary {
  color: var(--black);
}
.ui-dialog .btn-primary:focus {
  color: var(--black);
}

.subtitle-1 {
  line-height: 1.4;
  font-weight: 400;
  color: var(--black);
}

#footerCoBranding {
  margin-bottom: 50px;
  margin-top: 30px;
}

#footer-main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
#footer-main-content #footer-copyright {
  flex: 0 0 auto;
  text-align: left;
  color: var(--white);
  white-space: nowrap;
}
#footer-main-content #footer-copyright a {
  color: var(--white);
}
#footer-main-content #BS_page_bottom {
  flex: 1;
}
#footer-main-content .basicFooterLinks {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}
#footer-main-content .basicFooterLinks a {
  color: var(--white);
  margin-left: 15px;
}

#BS_page_bottom {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#BS_page_bottom span {
  color: var(--white);
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
#BS_page_bottom img {
  margin: 0;
  max-width: 200px;
}

#pageBottomLogo {
  filter: invert(100%);
}

body.fullymanagedresolution #expenseReimbursements {
  display: none;
}

.knowledgeBaseSection .knowledgeBaseButtons button.primary.outlined, .knowledgeBaseSection .knowledgeBaseButtons a.primary.outlined {
  color: #008600 !important;
  border-color: rgba(0, 181, 24, 0.81) !important;
}
.knowledgeBaseSection .knowledgeBaseButtons button.primary.outlined:hover, .knowledgeBaseSection .knowledgeBaseButtons a.primary.outlined:hover {
  color: #008600 !important;
  border-color: rgba(0, 181, 24, 0.81) !important;
}

body.databreachhotline #dataBreachPage .top-section .top-section-buttons a,
body.databreachhotline #dataBreachPage .knowledgeDetails #prepareTab a.verticallyCentered {
  font-size: 16px !important;
  padding: 0.52em 1em !important;
  line-height: 1.2em !important;
  gap: 6px !important;
  font-weight: normal !important;
  min-height: auto !important;
  height: auto !important;
  align-items: center !important;
}
body.databreachhotline #dataBreachPage .top-section .top-section-buttons a .material-symbols-outlined,
body.databreachhotline #dataBreachPage .knowledgeDetails #prepareTab a.verticallyCentered .material-symbols-outlined {
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

#sage-content-scope {
  /* Reset basics within this scope only */
  color: #000000;
  line-height: 1.6;
  background-color: #fff;
  font-size: 16px; /* Enforce base font size */
  text-align: left;
  box-sizing: border-box;
  /* aggressive box-sizing reset for children */
  /* --- Typography (Scoped) --- */
  /* --- Accordion/Panel Styling --- */
  /* --- Intro Container --- */
  /* Footer styling */
}
#sage-content-scope *,
#sage-content-scope *::before,
#sage-content-scope *::after {
  box-sizing: border-box;
}
#sage-content-scope h1.page-title {
  color: #000000;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: -1px;
  line-height: 1.2;
}
#sage-content-scope h4 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
#sage-content-scope p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
#sage-content-scope ul {
  padding-left: 18px;
  margin-bottom: 24px;
  list-style-type: disc;
}
#sage-content-scope ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
#sage-content-scope strong {
  font-weight: bold;
  color: #000000;
}
#sage-content-scope .panel-group {
  margin-bottom: 20px;
}
#sage-content-scope .panel {
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#sage-content-scope .panel-heading {
  padding: 0;
  border-radius: 4px 4px 0 0;
  background-color: #f5f5f5;
}
#sage-content-scope .panel-title {
  font-size: 16px;
  font-weight: normal;
}
#sage-content-scope .panel-title a {
  display: block;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
#sage-content-scope .panel-title a:hover {
  background-color: rgba(0, 192, 0, 0.047);
  text-decoration: none;
}
#sage-content-scope .panel-title a.collapsed {
  color: #000000;
}
#sage-content-scope .panel-body {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}
#sage-content-scope .intro-container {
  margin-bottom: 40px;
}
#sage-content-scope .footer {
  font-size: 14px;
  color: #666;
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
#sage-content-scope .footer strong {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}
#sage-content-scope .footer p {
  margin-bottom: 0;
}

body.faqs {
  /* --- Mobile Adjustments --- */
}
body.faqs #sage-content-scope h1.page-title {
  color: #000000 !important;
  font-size: 60px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  letter-spacing: -1px !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  body.faqs #sage-content-scope h1.page-title {
    font-size: 42px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
  }
}

.legalServicesPage .legalServicesSection > div {
  column-gap: 100px;
}

/*# sourceMappingURL=bizsense.Sage.css.map */
