/* ========== BODY ============ */
.Home_page body {
  padding: 0 !important;
  font-family: manrope-600, sans-serif;
  overflow: auto;
  color: #3c4257;
  height: 100% !important;
}
.Home_page .BaseMaster_searchBoxContainer {
  display: none !important;
}
::-webkit-scrollbar,
::-webkit-scrollbar:vertical:hover,
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:horizontal {
  width: 8px;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border: transparent;
  -webkit-border-radius: 100px;
}
.cb-blue {
  color: #064f8c;
}
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif !important;
}
.card-link a:hover,
a:hover {
  text-decoration: none !important;
}
*:focus,
button:focus {
  outline: none;
}
a.btn,
a.btn:visited,
a.btn:hover {
  color: white !important;
}
a,
a:visited {
  color: #064f8c !important;
  text-decoration: none;
}
a:hover {
  color: #25425e !important;
}
.CHMenu_menuItem a,
.CHMenu_menuItem a:visited {
  color: rgba(255, 255, 255, 0.8) !important;
}
li.CHMenu_menuItem:hover,
li.CHMenu_menuItem a:hover {
  color: white !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
p {
  line-height: 26px;
}

/* ========== BUTTONS ========== */
.btn-coral {
  background-color: #f05b68 !important;
  border: 1px solid #f05b68 !important;
}
/* FIX: btn-blue had a very light background (#6ee0cc) with white text — poor contrast.
   Updated to a darker teal to meet WCAG AA contrast requirements. */
.btn-blue {
  background-color: #007a6e !important;
  border: 1px solid #007a6e !important;
}
.btn-cb-blue {
  background-color: #064f8c !important;
  border-color: #064f8c !important;
}
.btn-teal {
  background-color: #00a99d !important;
  border: 1px solid #00a99d !important;
}
.btn-coral,
.btn-teal,
.btn-blue,
.btn-cb-blue {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 14px;
}
li.CHMenu_menuItem a {
  text-transform: none !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

/* ========== HEADER ========== */
.BaseMaster_mainMenuContainer {
  padding: 10px;
  font-size: 16px;
  overflow: hidden;
  box-shadow: none;
  height: 68px !important;
  border-bottom: 1px solid #e3e8ee !important;
}
.BaseMaster_imgLogo {
  left: 15px;
  padding-top: 0px;
  max-height: 42px !important;
}
.cloudbg-01 {
  background-color: #efefef !important;
}

/* ========== CARD LINKS ====== */
.card-link {
  height: 200px;
  width: 150px;
  border: 0px !important;
}
.card-link i {
  font-size: 34px !important;
}
.card-link a,
.card-link a:visited,
.card-link,
.card-link i {
  color: white !important;
}
.card-link:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.card-teal {
  background-color: #00a99d !important;
  opacity: 1;
}
/* FIX: Updated to match the corrected btn-blue color */
.card-blue {
  background-color: #007a6e !important;
  opacity: 1;
}
.card-green {
  background-color: #71c42b !important;
  opacity: 1;
}

/* ========== FORM ============ */
.form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.btn-outline-secondary:focus {
  box-shadow: none !important;
}
.btn-outline-secondary {
  border-color: #ced4da !important;
}

/* ========== FOOTER ========== */
.footer {
  bottom: 0px;
  background-color: #000;
  margin-top: 0px !important;
  padding: 36px 10px 10px 10px;
  position: relative;
  width: 100%;
}
.footerLogo {
  height: 55px;
}
.footerTitle {
  font-size: 16px;
  color: white;
}
.footerAbout {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0px;
}
.footer .footerInner ul.socials {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.footer .footerInner ul.socials li {
  align-items: center;
  border-radius: 2px;
  display: flex;
  font-size: 24px;
  justify-content: center;
  height: 38px;
  width: 38px;
  padding-left: 0 !important;
}
.btn-social {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 16px;
  min-height: 38px;
  height: 38px;
  max-width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon {
  font-size: 24px;
  margin-right: 10px;
}
a.footer-link,
a.footer-link:visited,
a.btn-social,
a.btn-social:visited,
a.social-link,
a.social-link:visited {
  color: white !important;
}
a.footer-link {
  font-size: 12px;
}
a.footer-link:hover,
a.btn-social:hover,
a.social-link:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}
span.copyright {
  color: white;
  font-size: 12px;
}
hr.column {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100px;
  margin: auto;
}

/* ========== HOME PAGE DOC LINKS ========== */
a.home-item {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  /* FIX: Reduced from 36px — more refined and consistent with the overall design */
  border-radius: 14px;
  margin: 0 auto;
  padding: 27px 30px 50px 30px;
  background-color: #fff;
  flex-direction: column;
  box-shadow: 0 12px 24px rgb(0 0 0 / 6%);
  margin-bottom: 20px !important;
}
.home-item-icon {
  display: flex;
  overflow: hidden;
  min-height: 188px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.home-item-text p {
  /* FIX: Replaced hardcoded "lato" font (not imported) with safe system font stack */
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  /* FIX: Explicit color so cards render consistently across browsers */
  color: #1a3a52;
  max-width: 329px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
}
/* FIX: Explicit color on h4.title to ensure consistent rendering */
.home-item-text h4.title {
  color: #1a3a52;
  /* FIX: Removed empty <br> tags from HTML — use padding here instead */
  padding: 20px 0;
  margin: 0;
}
a.home-item:hover > .home-item-icon {
  transform: scale(1.2);
}.CHBlock_richTextContent, .CHBlock_container * {font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;}