@charset "UTF-8";
/* Skip to main content link - hidden by default, visible on focus */
.skip-link {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #fff;
  color: #000;
  padding: 15px;
  font-weight: 700;
  text-decoration: none;
  z-index: 1031;
}
.skip-link:focus {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

a:focus, button:focus {
  outline: 2px solid #b4232d !important;
  outline-offset: 3px;
}

.dropdown-item:focus {
  outline: 2px solid #4A90E2;
  outline-offset: -2px;
  background-color: rgba(74, 144, 226, 0.1);
}

.nav-link:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

.dropdown-menu[aria-expanded=true] {
  display: block;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

#hero h1,
#hero h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-hero:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

#box3-promo .sso-icon-small:focus,
#box3-promo .mfp-icon-small:focus,
#box3-promo .ehr-icon-small:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

#box3-promo h3 {
  color: #2c4964;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#customer .avatar:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  #customer:not(.mobile-hide) {
    background-color: #fff;
  }
}
#hcf-promo h2, #hcf-promo h3 {
  color: #2c4964;
}
#hcf-promo a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
  text-decoration: underline !important;
}
#hcf-promo .awards-block img:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 4px;
}

#comp-promo .video-link {
  display: inline-block;
}
#comp-promo .video-link:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 4px;
}
#comp-promo .video-link:focus-visible {
  position: relative;
}
#comp-promo .video-link:focus-visible::after {
  content: "Press Enter to play video";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}
#comp-promo .text-muted {
  color: #6c757d !important;
}
#comp-promo a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

#api-block .nav-link:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
#api-block pre {
  padding: 1rem;
  border-radius: 4px;
}
#api-block pre:focus-within {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
#api-block .text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
#api-block .list-checked {
  padding-left: 0;
}
#api-block .list-checked .list-checked-item {
  position: relative;
  padding-left: 1.75rem;
}
#api-block .list-checked .list-checked-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
}
#api-block .badge {
  color: #fff;
  background-color: #0d6efd;
}

#app a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 4px;
}
#app .lead {
  color: #2c4964;
}
#app .app-store-link:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

#hipaa-faq .accordion-button {
  color: #2c4964;
}
#hipaa-faq .accordion-button:focus {
  outline: 2px solid #4A90E2;
  outline-offset: -2px;
  box-shadow: none;
}
#hipaa-faq .accordion-button:not(.collapsed) {
  background-color: rgba(74, 144, 226, 0.1);
  color: #2c4964;
}
#hipaa-faq .accordion-button::after {
  opacity: 0.75;
}
#hipaa-faq .accordion-body a {
  color: #0d6efd;
  text-decoration: underline;
}
#hipaa-faq .accordion-body a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
#hipaa-faq .accordion-body a:hover {
  text-decoration: none;
}
#hipaa-faq p, #hipaa-faq .accordion-body {
  color: #2c4964;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
}
.footer a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
.footer .footer-links {
  color: #fff;
  margin-bottom: 1rem;
}
.footer .social-links a {
  display: inline-block;
  padding: 0.5rem;
}
.footer .social-links a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.accordion .accordion-button:not(.collapsed) {
  color: #b4232d;
}

.accordion-button:not(.collapsed) h3, .accordion-header .accordion-button:not(.collapsed) {
  color: #b4232d !important;
}

.blog-posts article {
  transition: transform 0.2s ease;
}
.blog-posts article:focus-within {
  outline: 2px solid #4A90E2;
  outline-offset: 4px;
}
.blog-posts article:hover {
  transform: translateY(-2px);
}
.blog-posts .blog-post-link {
  display: block;
  color: #2c4964;
  text-decoration: none;
}
.blog-posts .blog-post-link:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
.blog-posts .blog-post-link:hover .h4 {
  color: #b4232d;
  text-decoration: underline;
}
.blog-posts .h4 {
  margin-top: 1rem;
  color: #2c4964;
  line-height: 1.4;
}
.blog-posts p {
  color: #4a5568;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.blog-posts img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#blogHeader .display-5 {
  color: #2c4964;
  line-height: 1.2;
}
#blogHeader .lead {
  color: #4a5568;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.blog-card {
  border: 1px solid #e0e0e0; /* Subtle border */
  border-radius: 8px; /* Rounded corners */
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Optional: a slight shadow for depth */
  overflow: hidden;
  background-color: #fff;
}

.blog-card a {
  text-decoration: none;
  color: inherit;
}

.blog-thumb {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0; /* Rounded top corners */
  display: block;
}

.blog-title {
  margin: 12px 0 8px;
  font-size: 1.25em;
  line-height: 1.2;
}

.blog-excerpt {
  color: #555;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Optional: Styling for the read-more link */
.read-more {
  font-weight: bold;
  color: #005fcc;
  transition: color 0.2s ease;
}

.read-more:hover,
.read-more:focus {
  color: #003a99;
}

.rounded {
  border-radius: 10px;
}