.imprint {
	display: none !important;
}

.donate-label {
	visibility:hidden;
}

.donate-label::before {
	content: "New Label for Donations" !important;
	  visibility: visible;
}

.header-search-contain {
	/*visibility: hidden;*/
}

/**
 * Header
 */ 
.top-header-contain.desktop-only {
	display: block;
}

.top-header-contain {
	position: relative;
}
	
.top-header-contain .wrapper {
	overflow-x: auto;
	max-width: 100%;
}
	
.site-header .nav2 > ul {
	flex-wrap: nowrap;
}
	
.site-header .nav2 > ul li {
	white-space: nowrap;
	margin-right: 0.5rem;
}

.nav2 > ul::before { 
	font-weight: bold;
	color: #d64d4d; 
	/* content: "Trending:"; */
	margin-right: 20px;
	text-transform: uppercase;
	text-align: center;
}

.site-header .nav2 > ul::before {
	font-size: 0.7em;
}

.site-header .nav2 {
	font-weight: bold;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.site-header .nav2 a {
	color: #404f54;
}
	
.site-header .social-navigation {
	display: none;
}

.top-header-contain:after {
background: linear-gradient(270deg, rgba(245,245,245,1) 20%, rgba(245,245,245,0) 100%);
	bottom: 0;
	display: block;
	content: '';
	right: 0;
	position: absolute;
	top: 0;
	width: 70px;
}

@media (max-width: 1260px) {
	.top-header-contain .nav2 {
		padding-left: 5vw;
		padding-right: 5vw;
	}
}

@media (min-height: 1100px) and (min-width: 782px ){
	.site-header {
		position: sticky;
		top: 0;
		z-index: 10000;
	}
	
	.admin-bar .site-header {
		top: 32px;
	}
}

/* RAS button */
@media (min-width: 960px) {
	.site-header .newspack-reader__account-link {
		border: 1px solid currentcolor;
		font-weight: bold;
		padding-left: 0.5rem;
  	padding-right: 0.5rem;
	}
}

/* Above header widgets */
.above-header-widgets {
	border-bottom: 1px solid #e7e8e8;
}

.above-header-widgets .wp-block-image {
	margin: 0
}

.above-header-widgets section:first-child:last-child {
	margin: 0.5rem 0;
}

.middle-header-contain .wrapper {
	padding: 0.5rem 0 0.25rem;
}

@media (min-width: 782px) {
	.h-sb .middle-header-contain .wrapper {
		padding: 1rem 0 0.75rem;
	}
}


.sixfifty-nav-color
{
	/* PAO Green: #23685b
	 * TheSixFifty Green: #D7DF23
	/*color: #4a4a4a !important; 
	background: #D7DF23;
	padding-right: 10px;*/
}

.h-sb .bottom-header-contain {
/*background-color: #23685b; Green*/
}

/* Tertiary menu */
.tertiary-menu { 
/* 	text-transform: uppercase; */
}

.site-header .tertiary-menu a { 
	font-size: 1.25em; 
	border-radius: 7px !important;
	padding: .5em 1em;
	background: #ffcf01
 !important;
}

.site-header .nav3 li:nth-child(n+2) {
	margin-left: 0.35rem;
}

.mobile-sidebar .tertiary-menu a {
	font-size: 1em;
}

.h-sb .site-header .nav3 a,
.mobile-sidebar .nav3 a {
	background: #23685b;
	border-radius: 2px;
	color: #000;
}

.main-navigation .menu-highlight, 
.main-navigation .menu-highlight a {
	background-color: #D7DF23;
	color: #000 !important;
}

.cat-short-story .entry-header, .cat-spotlight .entry-header, .cat-best-of .entry-header, .cat-readers-choice .entry-header {
	display: none;
}

.cat-short-story .author-bio, .cat-spotlight .author-bio, .cat-best-of .author-bio, .cat-readers-choice .author-bio {
	display: none;
}

.cat-short-story .site-content, .cat-spotlight .site-content, .cat-best-of .site-content, .cat-readers-choice .site-content {
	margin-top: 0;
}

/**
 * Content
 */ 
/* Archival content - image alignment */
figure.inline-10-photo, figure.inline-20-photo, figure.inline-30-photo, figure.inline-40-photo, figure.inline-50-photo, figure.inline-60-photo, figure.inline-70-photo, figure.inline-80-photo, figure.inline-90-photo {
  float: right;
	margin: 0 0 1rem 1rem !important;
}

figure.inline-10-photo {
    width: 10%;
}

figure.inline-20-photo {
    width: 20%;
}

figure.inline-30-photo {
    width: 30%;
}

figure.inline-40-photo {
    width: 40%;
}

figure.inline-50-photo {
    width: 50%;
}

figure.inline-60-photo {
    width: 60%;
}

figure.inline-70-photo {
    width: 70%;
}

figure.inline-80-photo {
    width: 80%;
}

figure.inline-90-photo {
    width: 90%;
}

/* hide address option */
button.use_original {
	display: none;
}

/* Hide tags */
.tags-links {
	display: none !important;
}

/* Ads - prevent overlap with floated blocks */
.entry-content .scaip {
	clear: both;
}