.header .logo img {
	max-height: 108px !important;
}

.header-inner.header-center .logo {
    text-align: left;
}

.main-menu .menu {
	display: flex;
	justify-content: center;
}

.main-menu>ul>li>a {
	padding: 0 12px;
}

@media (max-width: 1024px) {
	.main-menu>ul>li>a {
		padding: 0 6px;
	}
}

@media (max-width: 1120px) {
	.main-menu>ul>li>a {
		padding: 0 8px;
	}
}

.container>.footer-menu.row {
	padding: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	@media screen and (max-width: 991px) {
		padding: 18px 12px 12px;
	}
}

#footer-menu ul li {
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}

#footer-menu ul li:not(:last-child):after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background-color: #ccc;
}

.container>.footer-menu.row:before {
	content: "Don't Miss";
	display: inline-block;
	font-weight: bold;
	font-family: "PT Sans Narrow"
}

.container>.footer-menu.row a {
	color: #d82020
}

.footer .footer-content:nth-child(n+2) {
	padding-top: 0;
	margin-top: 0;
}

.home .module-title .heading {
	display: none;
}

/*------------------------------------------------------------------------------
   3.0 - Widgets
------------------------------------------------------------------------------*/

/* 3.1 - Base styles */

.widget iframe {
	margin: 0 auto;
}

/* 5.5.17 Homepage Job Board Widget Styles */

#sidebar .widget.rev {
	padding: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: 24px;
}

.widget.rev a {
	color: #0082a3;
}

#sidebar .widget.rev h3.widgettitle {
	margin-top: 24px;
}

.jt_job_list a {
	color: #0082a3;
	font-weight: bold;
}

.jt_row1,
.jt_row2,
.jt_alljobs {
	padding: 1em;
}

.module-classic-blog .post-c-wrap {
	position: relative;
}

.jt_row1 {
	background-color: #e9f3fb;
}

.jt_job_location,
.jt_job_company {
	font-size: 14px;
	color: #000;
}

.global-nav ul {
	font-size: 14px;
}

#topics-bar #menu-dont-miss li {
	font-size: 16px;
}


.module-classic-blog .post-c-wrap {
	position: relative;
}

.module-classic-blog .content_out {
	display: flex;
}

#pagination a.page-numbers {
	width: auto;
	min-width: 4rem;
	padding: 0 0.5em;
}

div#bk-blog-sidebar,
#rubik-default-page-template-sidebar {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 32px;
}

.footer-sidebar .menu-more-container > ul {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.footer-sidebar .menu-more-container > ul li {
	padding: 0;
	margin: 0;
	font-family: "PT Sans Narrow";
	text-transform: capitalize;
	font-weight: 700;
	font-style: normal;
}

.page-title-wrapper h1 {
	margin-top: 0;
}

div.post-category {
    display: none !important;
}

@media (max-width: 991px) {
	.bkpage-content {
		/* padding: 32px; */
		padding: 0 32px 32px; 
	}

	.bkpage-content .row {
		margin-left: 0;
		margin-right: 0;
	}

	.module-classic-blog .content_out {
		display: block;
	}

	.content-wrap.newspaper-layout .row {
		display: flex;
		flex-direction: column;
	}

	.col-md-6.center-column {
		order: -1;
	}

	.module-classic-blog .bk-mask {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.module-classic-blog .post-c-wrap {
		width: 100%;
	}

	.module-classic-blog .bk-blog-content h4 {
		margin-top: 24px;
	}
}

.single-post .bk-author-box {
	display: none;
}


/* Text-to-Speech Features */
.bk-stop-reading-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.bk-stop-reading-btn i {
	margin-right: 8px;
}
.bk-stop-reading-btn:hover {
	background-color: #6a40da;
}

.s-post-header .meta .views, .s-post-header .meta .comments {
    display: none;
}

@media (min-width: 992px) {
	.canvas-menu-wrap.show-on-desktop.left {
		display: none;
	}
}

.page-template-nice_above_fold .author.vcard .job-title, .page-template-nice_above_fold .author.vcard .organization {
	display: none;
}


/* hide extraneous post reccomendations */
.s-static-post-nav, .recommend-box {
	display: none !important;
}



.top-bar {
    background-color: transparent !important;
    position: absolute;
    top: 4rem;
	right: 4rem;
	width: 50%;
	z-index: 9999;
	display: flex !important;
    justify-content: flex-end;
	gap: 1rem;
}



@media (max-width: 991px) {
	.top-bar {
		top: 0.5rem;
		right: 10rem;
	}
	.top-bar broadstreet-zone-container img {
		width: auto !important;
		max-height: 3em !important;
		object-fit: scale-down !important;
	}
}

div#top-menu {
    float: none;
}
#top-menu>ul>li>a {
    background: blue;
    display: block;
	padding: 1.5rem 2rem;
	line-height: 1;
}
@media (min-width: 992px) {
	#top-menu>ul>li>a {
		font-size: 48px;
    padding: 2rem 4rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
}
#top-menu>ul>li>a[href*="subscribe"] {
	background: #0082A3;
}
#top-menu>ul>li>a[href*="donate"] {
	background: #F00807;
}

ul#menu-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .logo a {
    display: inline-block;
}

.main-menu:before {
	content: "Topics";
	display: inline-block;
	font-weight: normal;
	font-family: "PT Sans Narrow";
	font-size: 1.125em;
 }
 
 
 
.header-wrap:not(.rubik-sticky-header) .main-menu {display: flex;justify-content: center;align-items: baseline;gap: 3rem;}
 @media (max-width: 991px) {
	.header-wrap:not(.rubik-sticky-header) .main-menu {display: none;}
 }

 /* hide read aloud button */
 .bk_tts_share {
	display: none;
 }

 /*Task #99:Site-wide: remove dates from stories in LIST VIEWS ONLY (please keep on story detail pages)*/
 /*
 .nice-above-fold-template .post-date, .bk-category-content .post-date, .related-posts .post-date {
	display: none !important;
 }
	*/

.main-nav .main-menu .menu > li > a,
.bk-sub-menu > li > a,
.bk-sub-sub-menu > li > a {
	font-size: 1.8rem !important;
}

.module-classic-blog .bk-blog-content .excerpt {
	font-size: 1.6rem !important;
	color: #000 !important;
}

.single-page .article-content p,
.single-page blockquote {
	font-size: 1.9rem !important;
	line-height: 1.7 !important;
}

.s-feat-img .featured-image-caption {
	font-size: 1.6rem !important;
}

/*
.thumb img {
	aspect-ratio: auto !important;
	object-fit: cover !important;
}
	*/



.in-story-ribbon-ad .col-md-12 {
    min-height: 0;
}

.module-classic-blog .thumb img {
	object-fit: contain !important;
    object-position: top;
    contain-intrinsic-size: revert;
}

span[style="display: inline-block; width: 2px; height: 2px;"] {
    display: none !important;
}

ul#menu-dont-miss {
    margin-left: 0;
	margin-bottom: 0;
    padding-left: calc(3rem - 10px);
	font-size: 1.8rem;
}

body.search-results #main-content .excerpt {
	font-size: 1.6rem;
	color: #000;
}

.rubik-sticky-header {
	display: none !important;
}

.single-share-box-no-cnt .share-box-wrap {
    padding: 0;
    background: transparent;
}

.top-bar .bkwrapper.container {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* Hide in-story ribbon ads by default until content is loaded */
.in-story-ribbon-ad {
	display: none !important;
}

/* Show in-story ribbon ads when they have loaded content */
.in-story-ribbon-ad.has-ad-content {
	display: block !important;
}

.thumb {
    background-color: transparent;
}

.related-posts .thumb .featured-credit {
	display: none;
}

.another-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/**
 * Hearken Series Landing Page Styles
 */
.series-header {
	margin-bottom: 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid #eee;
}

.series-header-content {
	text-align: center;
}

.series-header .entry-title {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #333;
}

.series-header .byline {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 1.5rem;
}

.series-header .description {
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 1.5rem 0;
	color: #555;
}

.series-banner {
	margin: 2rem 0;
	text-align: center;
}

.series-banner img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.hkn-vote-module {
	margin: 2rem 0;
	padding: 1rem;
	background: #f8f9fa;
	border-radius: 8px;
}

.section-title {
	font-size: 2rem;
	margin: 2rem 0 1.5rem;
	color: #333;
	border-bottom: 2px solid #007cba;
	padding-bottom: 0.5rem;
}

.series-posts-container {
	margin-bottom: 2rem;
}

.series-item {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: box-shadow 0.3s ease;
}

.series-item:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.series-item .post-thumbnail {
	float: left;
	margin: 0 1.5rem 1rem 0;
	width: 150px;
}

.series-item .post-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.series-item .entry-header {
	overflow: hidden;
}

.series-item .entry-title {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.series-item .entry-title a {
	color: #333;
	text-decoration: none;
}

.series-item .entry-title a:hover {
	color: #007cba;
}

.series-item .entry-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}

.series-item .entry-meta .byline,
.series-item .entry-meta .posted-on {
	margin-right: 1rem;
}

.series-item .entry-summary {
	clear: both;
	font-size: 1rem;
	line-height: 1.5;
	color: #555;
}

.series-footer {
	margin-top: 3rem;
	padding: 2rem 0;
	border-top: 1px solid #eee;
}

.sidebar-left,
.sidebar-right {
	padding: 0 1rem;
}

.sidebar-left .widget-area,
.sidebar-right .widget-area {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 8px;
	margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.series-header .entry-title {
		font-size: 2rem;
	}
	
	.section-title {
		font-size: 1.6rem;
	}
	
	.series-item .post-thumbnail {
		float: none;
		width: 100%;
		margin: 0 0 1rem 0;
	}
	
	.series-item {
		padding: 1rem;
	}
	
	.sidebar-left,
	.sidebar-right {
		margin-top: 2rem;
	}
}

/**
 * JobTarget Page Styles
 */
.jobtarget-page .jobtarget-content {
	padding: 0;
	margin: 0;
}

.jobtarget-container {
	width: 100%;
	min-height: 60vh;
	background: #fff;
}

.jobtarget-page .rubik-page-content-wrapper {
	padding: 0;
}

.jobtarget-page .container-fluid {
	padding: 0;
}

.jobtarget-page .row {
	margin: 0;
}

.jobtarget-page .col-md-12 {
	padding: 0;
}

.wp-page{
	margin-top: 4rem;
}
@media (max-width: 991px) {
	.wp-page {
		margin-top: 0;
	}
}