.issue {
	font-family: proxima-nova,sans-serif;
	font-style: normal;
	font-weight: 400;
}

.issue.mobile {
	margin-bottom: 1em;
}

.issue.desktop.title {
	min-height: 11em;
	display: grid;
	justify-items: start;
	align-items: center;
	grid-template-columns: auto 4fr 4fr;
	grid-template-rows: 1fr 1fr 1fr;
}
.issue.desktop.title, .issue.mobile.title {
	background-color: var(--jbjs-color);
	color: white;
	/*font-size: 1em;*/
}

.issue.mobile.title {
	font-size: 1em;
	margin-top: 1px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.issue.mobile .headers {
	align-self: stretch;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: flex;
	flex-basis: 0;
	overflow: hidden;
	flex-grow: 1;
	flex-direction: column;
	justify-content: space-evenly;
}

.issue.mobile .podcast {
	width: 99%;
	margin: 0.5em auto;
	justify-content: center;
}
.issue.mobile .podcast:empty {
	margin: 0;
}

@media (max-width: 400px) {
	#audio.video-js .vjs-time-control {
		display: none;
	}
	#header1 > span {
		flex-basis: 0;
		/*width:min-content*/
	}
}

.issue.mobile #header1,
.issue.mobile #header2,
.issue.mobile #header3 {
	font-size: 0.9em;
}

.issue.desktop #header1,
.issue.desktop #header2,
.issue.desktop #header3 {
	padding-left: 1em;
}

.issue #header1 {
	display: flex;
	gap: 0.5em;
	align-items: center;
	text-align: center;
	font-size: 1.125em;
}

.mobile.issue #header2,
.mobile.issue #header3 {
	max-width: 25em;
	width: 100%;
}

.issue #prev,
.issue #next {
	font-size: 2em;
	text-decoration: none;
	display: inline-block;
	color: #fff;
}
.issue #prev img,
.issue #next img {
	width: 0.7em;
}

.issue #next.disabled,
.issue #prev.disabled {
	color: #aaa;
	cursor: default;
}

.issue #header1 .disabled {
	opacity: 0.5;
}


.issue #header2 select {
	border: 1px soild var(--jbjs-color);
	border-radius: 1em;
	padding: 0.3em 0.4em;
	font-weight: bold;
	color: var(--jbjs-color);
	background: #fff;
	font-size: inherit;
	font-family: inherit;
	/*margin-top: 0.5em;*/
	min-width: 6ch;
}

.issue #header2 select option {
	font-weight: inherit;
}

.issue.mobile #header2 select#journalIdSelector {
	width: 100%;
}

.issue #header-volume {
	display: flex;
	gap: 1em 0;
	flex-wrap: wrap;
}

.issue #header2 .relative {
	position: relative;
	max-width: 16ch;
	white-space: nowrap;
}
.issue #header2 span .shadow {
	position: absolute;
	left: 0;
	opacity: 0.9;
	pointer-events: none;
}
.issue #header2 span .light {
	position: absolute;
	right: 0;
	opacity: 0;
	max-width: 7ch;
}

.podcast.player {
	margin: -0.5em 0.5em 0.5em auto;
	color: black;
	width: 25em;
	display: flex;
	justify-content: flex-end;
}

.desktop .podcast.player {
	min-height: 3.75em;
}

.podcast.player .wrapper {
	flex-grow: 1;
	background-color: #ccc;
	border-radius: 0 1em 1em 0;
	padding: 0.3em;
	position: relative;
}
/*
.podcast .wrapper .subscribe {
	position: absolute;
	right: 1em;
	bottom: 0.75em;
	z-index: 1;
	color: #000;
}*/

.podcast #audio {
	background-color: #00000000;
	height: 33px;
	display: inline-block;
	overflow: visible;
}

.podcast #audio .vjs-play-progress, .podcast #audio .vjs-volume-level {
	background-color: var(--jbjs-color);
}

.podcast #audio .vjs-control-bar {
	background-color: #00000000;
	color: var(--dark-gray-color);
}

.podcast.player a {
	color: #fff;
	text-decoration: none;
}

.podcast.player .left {
	flex-basis: 17%;
	flex-shrink: 0;
	min-height: 3em;
	background: url('../images/jbjs_podcast_logo.jpg') no-repeat center center;
	background-size: contain;
	border-radius: 1em 0 0 1em;
	background-color: #fff;
}
.podcast.player .left.ycioh {
	background-image: url('../images/jbjs_podcast_ycioh_logo.png');
}


.podcast.player .right > .link {
	display: inline-block;
	padding-top: .25em;
	font-size: calc(8px + .45vw);
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

.issue.desktop.dropdown {
	padding: 12px 0;
}

.issue.desktop.controls {
	border-bottom: 1px solid #a2aaad;
}

.issue.mobile .dropdown {
	margin-top: 0.5em;
}

.issue.mobile.dropdown {
	margin-bottom: 1.2em;
	display: block;
	border-bottom: 2px solid #a2aaad;
	padding-bottom: 0.6em;
}

.issue.desktop.dropdown, .issue.desktop.dropdown > select {
	font-size: calc(8px + .45vw);
}

.issue.desktop.dropdown > select {
	margin-top: 0.5em;
}

.issue .topics .badge.active {
	padding-left: 2em;
}

.issue.content {
	max-height: 100%;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
}

.issue.content.desktop {
	font-size: 12px;
}
@media (min-width: 1800px) {
	.issue.content.desktop { font-size: 13px; }
}

.issue.content.mobile {
	font-size: 12px;
}
@media (min-width: 480px) {
	.issue.content.mobile { font-size: 13px; }
}
@media (min-width: 600px) {
	.issue.content.mobile { font-size: 14px; }
}
@media (min-width: 720px) {
	.issue.content.mobile { font-size: 15px; }
}
@media (min-width: 800px) {
	.issue.content.mobile { font-size: 16px;}
}

.issue.content .waiting-spinner {
	margin: 0 auto;
	display: block;
}

.issue .grouptitle {
	font-family: proxima-nova, nimbus-roman,serif;
	letter-spacing: 0.05em;
	margin: 0.3em 0;
	font-size: 1.4em;
}

.issue .grouptitle > .text {
	font-weight: bold;
	color: var(--jbjs-color);
}

.issue.mobile .grouptitle > .text {
	display: inline;
}

.issue .grouptitle > .line {
	border-bottom: 2px #a2aaad solid;
	height: 0;
}

.issue.mobile .grouptitle > .line {
	margin-top: -.75em;
}

.issue .logo {
	cursor: pointer;
	/*width: 100%;*/
	height: 100%;
	aspect-ratio: 191 / 250;
	grid-row: 1 / span 3;
	background: #fff no-repeat center;
	background-size: contain;
	background-origin: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #D9D9D9;
	border-right: 0;
	box-sizing: border-box;
}

.issue.mobile .logo {
	height: 11em;
}

@-moz-document url-prefix() {
	.issue.desktop .logo {
		height: 11.25em;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
/* IE requires explicit height to get background image shown*/
	.issue table td#logo > div {
		height : 2.8em;
	}
}

.issue.mobile .alert_button::before {
	transform: scale(0.8);
}

.issue .alert_button.send_off::before {
	display: inline-block;
	content: url(../images/icons/bell.svg);
	vertical-align: middle;
}

.issue .alert_button.send_off::after {
	content: 'Send Alerts';
}

.issue .alert_button.send_on::before {
	display: inline-block;
	content: url(../images/icons/bell_filled.svg);
	vertical-align: middle;
}

.issue .alert_button.send_on::after {
	content: 'Saved';
}

.issue .alert_button.send_updating::before {
	display: inline-block;
	content: url(../images/icons/bell.svg);
	vertical-align: middle;
}

.issue .alert_button.send_updating::after {
	content: 'Updating ...';
}

.alert_button {
	font-family: proxima-nova,sans-serif;
	font-style: normal;
	font-weight: 400;
	color: white;
	white-space: nowrap;
	cursor: pointer;
}

.issue > .alert_button.send_updating {
	cursor: default;
}

.issue.desktop .alert_button {
	padding: 4px 8px 2px 4px;
	border: 1px solid white;
	border-radius: 2em;
	font-size: 16px;
	margin: .5em .5em 0 auto;
}

.issue.mobile .alert_button {
	padding: .25em 1em .125em .5em;
	border: 1px solid white;
	border-radius: 2em;
	font-size: .75em;
	margin: 0 0 0 auto;
}

@media (max-width: 350px) {
	.issue.mobile .title > .alert_button {
		padding: .125em .5em 0 0;
	}
	.issue {
		font-size: 0.8em;
	}
}

#issue-row {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}

#issue-row .separator {
	border: 1px solid #fff;
	height: 1.6em;
}

#issue-row .separator:first-child {
	display: none;
}

#issue-navigation-container .issue-navigation-arrow {
	height : 1.5em;
	cursor: pointer;
	opacity: initial;
	padding: 8px;
}

#issue-navigation-container .issue-navigation-arrow.disabled {
	cursor: default;
	opacity: 0.3;
}

#issue-navigation-container #next-issue-arrow {
	padding-right : 0;
}

#issue-number {
	height: 2em;
	background-color: white;
	border-radius: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#issue-number > span {
	color: var(--jbjs-color);
	padding: 0 0.8em;
}

.group-separator .article-actions {
	border-bottom: 1px solid #a2aaad;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
}

video-js#audio.video-js.vjs-has-started .vjs-progress-control:hover,
video-js#audio.video-js.vjs-has-started .vjs-progress-control:hover .vjs-progress-holder,
video-js#audio.video-js.vjs-has-started .vjs-progress-control:hover .vjs-play-progress,
video-js#audio.video-js.vjs-has-started .vjs-progress-control:hover .vjs-load-progress,
video-js#audio.video-js.vjs-has-started .vjs-progress-control:hover .vjs-tooltip-progress-bar,
video-js#audio.video-js.vjs-has-started .vjs-progress-control:hover .vjs-load-progress div {
	height: 1em;
}

@media (min-width: 715px) {
	.issue.mobile #header2,
	.issue.mobile #header3 {
		max-width: none;
	}
	
	.issue.mobile #header3 {
		line-height: 3em;
	}
	
	.issue.mobile #header2 br {
		display: none;
	}
	
	.issue.mobile #header2 #header-volume select#journalIdSelector {
		width: auto;
	}
	
	.issue.mobile #header2 #issue-row {
		width: auto;
		gap: 1em;
		margin-left: 1em;
	}
	
	.issue.mobile .podcast {
		position: absolute;
		right: 0.5em;
		bottom: 0.5em;
		width: 50%;
		margin: 0;
		
		min-height: 4em;
		box-sizing: border-box;
		justify-content: flex-end;
	}
	
	.issue.mobile.title {
		position: relative;
	}
	
	.issue.mobile .podcast.text {
		align-items: center;
	}

	.issue.mobile .podcast.text a {
		margin: 0;
	}

	.issue.mobile .podcast:empty {
		min-height: 5em;
	}
	
	.issue.mobile #header-volume > .separator {
		border: 1px solid #fff;
		height: 1.6em;
	}
	
	#issue-row .separator:first-child {
		display: block;
	}

}

#archive_info {
	margin-bottom: .5em;
	padding: .5em;
}

#archive_info.mobile {
	margin-bottom : 1em;
}

#archive_info > #info {
	display: inline-block;
	width: 90%;
}

#archive_info > #info > span {
	font-weight: 700;
}

#archive_info > #arrow {
	position: absolute;
	right: 0.5em;
}

#archive_box {
	height: 12em;
	position: absolute;
	box-shadow: 4px 4px 4px lightgray;
	background-color: white;
	padding: 1em;
	box-sizing: border-box;
}

#archive_box.desktop {
	padding: 2em;
}

#archive_box.mobile {
	height: 14em;
}

#archive_box.desktop > .selector_wrapper {
	display: inline-block;
	width: 33%;
}

#archive_box.desktop > .selector_wrapper:nth-child(1) {
	text-align: left;
}

#archive_box.desktop > .selector_wrapper:nth-child(2) {
	text-align: center;
}

#archive_box.desktop > .selector_wrapper:nth-child(3) {
	text-align: right;
}

#archive_box.mobile > .selector_wrapper {
	display: block;
}

#archive_box select {
	margin-bottom: 1em;
	padding : 0.4em;
	font-weight : 700;
	font-size : 0.9em;
}

#archive_box.desktop select {
	width : 90%;
}

#archive_box.mobile select {
	width : 17em;
}

#archive_box > .buttons {
	margin-top: 1em;
	text-align: center;
}

#archive_box > .buttons > :first-child {
	margin-right: 4em;
}

#archive_box > #historical_link {
	visibility : hidden;
	text-align: right;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	height : 1em;
	white-space: nowrap;
}

#archive_box > #historical_link.active {
	visibility :  visible;
}

#archive_box > #historical_link > a {
	text-decoration: none;
	color : inherit;
}

@media (max-width:640px) {
	#archive_box.mobile {
		height : 16em;
	}
	#archive_box.mobile > .selector_wrapper {
		display : block;
	}
	#archive_box.mobile select {
		width : 60%;
		min-width : 18em;
	}
}

@media (min-width:641px) and (max-width:990px) {
	#archive_box.mobile {
		height : 12em;
	}
	#archive_box.mobile > .selector_wrapper {
		display : inline-block;
		width: 33%;
	}
	#archive_box.mobile > .selector_wrapper:nth-child(1) {
		text-align: left;
	}
	#archive_box.mobile > .selector_wrapper:nth-child(2) {
		text-align: center;
	}
	#archive_box.mobile > .selector_wrapper:nth-child(3) {
		text-align: right;
	}
	#archive_box.mobile select {
		width : 90%;
	}
}

@media (max-width:400px) {
	#archive_info > #info {
		width: 85%;
	}
}
