body {
  font-family: 'Raleway', sans-serif;
}
/* Global Link Styles - Only for content links, not navigation or CMS UI */
/* Ensure navigation hover effects work */
header nav a:hover,
.nav-dropdown a:hover {
  background-color: #f3f4f6 !important;
  /* gray-100 */
}
/* Global Content Block Heading Styles */
.ccm-block-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ccm-block-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.ccm-block-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.ccm-block-content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ccm-block-content h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ccm-block-content h6 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Custom Grid Section Heights */
.h-screen-three-quarters {
  height: 75vh;
}
.h-screen-half {
  height: 50vh;
}
/* Custom styles for Centered Text Section */
.centered-text-section p:first-child,
.centered-text-section .ccm-block-content > p:first-child {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  /* text-2xl equivalent for mobile */
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-weight: bold;
  /* mb-6 */
  color: #444;
  line-height: 1.4;
}
.centered-text-section p:not(:first-child) {
  font-size: 1rem;
  /* text-base equivalent for mobile */
  color: #444;
  /* text-gray-600 */
  line-height: 1.4;
  margin-bottom: 1rem;
}
/* Increase font-size and line-height on larger screens */
@media (min-width: 768px) {
  .centered-text-section p:first-child,
  .centered-text-section .ccm-block-content > p:first-child {
    font-size: 1.875rem;
    /* text-3xl equivalent */
    line-height: 1.8;
  }
  .centered-text-section p:not(:first-child) {
    font-size: 1.125rem;
    /* text-lg equivalent */
    line-height: 1.6;
  }
}
.centered-text-section p:last-child {
  margin-bottom: 0;
}
/* Grid Area Styles */
.grid [data-area='Grid Top Right'] .ccm-block-content,
.grid [data-area='Grid Bottom Left'] .ccm-block-content {
  max-width: 28rem;
  /* max-w-md */
}
.grid [data-area='Grid Top Right'] .ccm-block-content h3,
.grid [data-area='Grid Bottom Left'] .ccm-block-content h3 {
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  /* font-bold */
  margin-bottom: 1.5rem;
  /* mb-6 */
  color: #1f2937;
  /* text-gray-800 */
}
.grid [data-area='Grid Top Right'] .ccm-block-content p,
.grid [data-area='Grid Bottom Left'] .ccm-block-content p {
  font-size: 1.125rem;
  /* text-lg */
  color: #4b5563;
  /* text-gray-600 */
  margin-bottom: 1.5rem;
  /* mb-6 */
}
.grid [data-area='Grid Top Right'] .ccm-block-content a,
.grid [data-area='Grid Bottom Left'] .ccm-block-content a {
  width: 100%;
  background: transparent;
  color: black;
  font-size: 0.875rem;
  /* text-sm */
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  /* px-4 py-3 */
  font-weight: 600;
  /* font-semibold */
  border: 2px solid black;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.grid [data-area='Grid Top Right'] .ccm-block-content a:hover,
.grid [data-area='Grid Bottom Left'] .ccm-block-content a:hover {
  background: black;
  color: white;
}
/* Grid Section Content Styles */
.prose h2 {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: 700;
  /* font-bold */
  color: #1f2937;
  /* text-gray-800 */
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.prose h3 {
  font-size: 1.25rem;
  /* text-xl */
  font-weight: 600;
  /* font-semibold */
  color: #1f2937;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}
.prose h4 {
  font-size: 1.125rem;
  /* text-lg */
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.prose h2:first-child,
.prose h3:first-child,
.prose h4:first-child {
  margin-top: 0;
}
/* Fix CMS Sidebar Visibility Issues */
.ccm-panel-add-block .ccm-panel-add-block-draggable-block-type {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transition: none !important;
  animation: none !important;
}
.ccm-panel-add-block .ccm-block-set li {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.ccm-panel-add-block .ccm-block-set {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#ccm-block-set-8 {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
[data-block-type-handle="hero_slider"] {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.ccm-page p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ccm-page strong,
.ccm-page b {
  font-weight: 700 !important;
}
.ccm-page em,
.ccm-page i {
  font-style: italic !important;
}
.ccm-page ul,
.ccm-page ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ccm-page ul {
  list-style-type: disc !important;
}
.ccm-page ol {
  list-style-type: decimal !important;
}
.ccm-page li {
  margin-bottom: 0.25rem;
  display: list-item !important;
}
.ccm-page blockquote {
  border-left: 4px solid #e5e7eb;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #6b7280;
}
.ccm-page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.ccm-page table th,
.ccm-page table td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem;
  text-align: left;
}
.ccm-page table th {
  background-color: #f9fafb;
  font-weight: 600;
}
.ccm-page hr {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 1.5rem 0;
}
/* Desktop Navigation Dropdown Positioning */
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: white;
  border-top: 1px solid #e5e7eb;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.nav-dropdown.hidden {
  display: block !important;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.nav-dropdown:not(.hidden) {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
