.page-id-8520 header.entry-header .entry-title {
	display: none;
}



.top-posts-7d {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.5rem;
	align-items: start;
}

.top-posts-7d h2 {
	grid-column: 1 / -1; /* make the header span full width */
}

.top-posts-7d .top-post-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}


/* Vertical divider between main content and sidebar */
@media (min-width: 782px) {
	.site-content {
		display: flex;
		gap: 0;
	}

	/* main content area */
	.site-main {
		flex: 1;
		padding-right: 2rem;
		border-right: 1px solid rgba(0,0,0,0.05);
	}

	/* sidebar area */
	.widget-area {
		flex: 0 0 300px; /* adjust sidebar width if needed */
		padding-left: 2rem;
	}
}


/* Mobile: make the Menu button readable over any background */
@media (max-width: 782px) {
	/* default: assume light background */
	.menu-toggle,
	#primary-menu-button {
		background-color: rgba(255,255,255,0.88);
		color: #111 !important;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 9999px;
		padding: .5rem .9rem;
		line-height: 1.2;
		text-shadow: none !important;
		box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	}


	/* optional: nicer tap target + stacking */
	.menu-toggle,
	#primary-menu-button {
		z-index: 1000;
		touch-action: manipulation;
	}
}

/* Keep your hero fixes, but don’t let them bleed into buttons */
.page-id-8520 #hero-header .site-description {
	color: #444 !important;
	text-shadow: none !important;
}
.page-id-8520 #hero-header .jetpack-social-navigation a {
	color: #444 !important;
}



/* Keep hero background flat white on page 8520 Home Page */
.page-id-8520 #hero-header.site-hero-section {
	background: #ffffff !important;
}
.page-id-8520 #hero-header.site-hero-section::before,
.page-id-8520 #hero-header.site-hero-section::after {
	content: none !important;
	display: none !important;
}

/* Make hero text visible on white */
.page-id-8520 #hero-header .site-description {
	color: #444444 !important;
	text-shadow: none !important;
}

/* Make Jetpack social icons and links visible on white */
.page-id-8520 #hero-header .jetpack-social-navigation a {
	color: #444444 !important;   /* sets currentColor */
}

/* Site-wide: override vh-based height */
.site-hero-section {
	height: auto !important;
	min-height: 220px !important;
	padding-block: 1px !important;
}

/* Target all table headers and cells in table with ID 7 */
#tablepress-7 td,
#tablepress-7 th {
	font-size: 14px;
	overflow-wrap: break-word;
	word-break: break-word;   
	white-space: normal;     
}
#tablepress-7 th {
		vertical-align: bottom
}

#tablepress-7 .column-1 {
	width: 55%;
	overflow-wrap: break-word;
	word-break: break-word; 
	white-space: normal; 
}

#tablepress-7 .column-2 {

	overflow-wrap: break-word;
	word-break: break-word; 
	white-space: normal; 
	text-align: right
}
#tablepress-7 .column-3 {	

	overflow-wrap: break-word;
	word-break: break-word; 
	white-space: normal;
	text-align: right
}

/* Media query for mobile devices */
@media only screen and (max-width: 600px) {

    #tablepress-7 {
				width: 100%;
        font-size: 10px;
    }
	
	#tablepress-7 th {
        font-size: 9px;
    }

	#tablepress-7 td:first-child,
    #tablepress-7 th:first-child {
        width: 45%;
				font-size:11px
    }
	
}


/* This styles the link element inside the .site-title class and applies the glowing effect */
.site-title a {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	
	/*font-size: 2.9rem;*/
	color: #00008B;

	/* tighter, more opaque edge highlight */
	text-shadow:
		0 0 1px #ffffff,
		0 0 2px #ffffff,
		0 0 3px #ffffff,
		0 0 4px #ffffff,
		0 0 5px #ffffff,
		0 0 6px #ffffff,
		0 0 7px #ffffff;
	
	
}


/* Titles for posts */
body {
    font-size: 18px; /* Change this value to your desired font size */
}


/* Body text for posts */
p,
.entry-content p,
.single-post .entry-content p,
.page-content p, .entry-wrapper p {
    font-size: 18px; /* Change this value to your desired font size */
}

.entry-date.published {
	margin-top: 5.5px;
}

.entry-meta {
	margin-bottom: 1.0em ;
	margin-top: 1.0em;
}

p,
.entry-content p,
.single-post .entry-content p,
.page-content p {
    margin-bottom: 1.0em !important; /* Adjust this value to decrease space between paragraphs */
}


ul li,
ol li {
    margin-bottom: -0.5em !important; /* Adjust this value to decrease space between list items */
	
}

.reference-menu-tier-main {
	text-decoration-color: #ffffff;
	background: linear-gradient(135deg, #04044a 0%, #00003b 90%);
	
}


.reference-menu-tier1 {
		background: linear-gradient(45deg, #00008b 0%, #00003b 30%, #00008b 90%);
	font-weight:normal;
}


.reference-menu-tier1-misc {
	font-size:14px;	
	font-style: italic;
	font-weight: normal;
	background: linear-gradient(45deg, #00008b 0%, #161621 30%, #00008b 90%)
}

.reference-menu-tier2 {
	background: linear-gradient(45deg, #00008b 0%, #0a3f94 30%, #3c6abd 90%);
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}


.wp-block-button__link {
	background-color:#00008B
}

.menu-item .sub-menu a {
    color: white;
  }
.menu-item .sub-menu a:visited {
  color: white;
}



.site-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.site-title {
  color:  #00008B;
}

.has-featured-image .site-title a {
  color: white;
}

.wp-block-search__button.has-icon.wp-element-button {
  background-color: #00008B;
}

a {
  color: #0000CD;
}

a:hover {
  color: #0099ff;
}
a:visited {
  color: #0000CD;
}

a:visited:hover {
  color: #0000CD;
}

/* Make Law & Documents submenu match Data & Reference */
#menu-item-42177 .sub-menu,
#menu-item-159 .sub-menu,
#menu-item-45728 .sub-menu {
	background-color: #00008B;
	padding-bottom: 10px; 
}

.entry-meta {
	font-family: 'Arimo', sans-serif;
}



thead { 
	position: sticky; 
	top: 0; 
	z-index: 1;
	background:#ececec;
}


/*https://wordpress.com/forums/topic/independent-publisher-2-change-column-widths/ */
/*increase main content area width*/

#main {
    max-width: 950px;
}


.author-bio img {
  display: none;
	
}

/* Make top-level current menu item dark blue */
.main-navigation .menu > li.current-menu-item > a,
.main-navigation .menu > li.current_page_item > a {
	color: #00008B !important;
}

/* Keep sub-menu links white */
.main-navigation .sub-menu a {
	color: white !important;
}

/* Optional: Also force visited sub-menu links to stay white */
.main-navigation .sub-menu a:visited {
	color: white !important;
}



