/* CSS Variables */
:root {
	--color-background: #f0f0f0;
	--color-primary: #EA514E;
	--color-secondary: #8E302E;
	--color-white: #FFFFFF;
	--color-light-grey: #B9B9B9;
	--color-grey: #818181;
	--color-dark-grey: #303030;
	--color-black: #000000;
}

body {
	font-family: 'Noto Sans', sans-serif;
}

a {
	cursor: pointer;
	color: var(--color-secondary);
	font-weight: 600;
}

a:hover {
	color: var(--color-secondary);
}

.cjhe-header {
	background-color: var(--color-white);
}

.cjhe-header a,
.cjhe-navbar a {
	text-decoration: none;
	font-size: 13px;
	color: var(--color-dark-grey);
	cursor: pointer;
}

.cjhe-navbar a {
	font-size: 15px;
}

.cjhe-language-menu {
	background-color: none;
}

.cjhe-header .clickable,
.cjhe-navbar .clickable,
.cjhe-footer .clickable
{
	transition: all 0.3s ease-in;
}

.cjhe-header .clickable:hover,
.cjhe-navbar .clickable:hover,
.cjhe-footer .clickable:hover {
	color: var(--color-secondary);
}

.cjhe-footer .custom-top-border {
	width: 100%;
	height: 20px;
	background-color: var(--color-light-grey);
	padding: 0;
}

.cjhe-hero-section {
	background-color: var(--color-secondary);
	height: 400px;
	position: relative;
}

.cjhe-hero-section::after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	background-color: var(--color-secondary);
}

.cjhe-hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: repeating-linear-gradient(
		-65deg,
		var(--color-secondary),
		var(--color-secondary) 20%,
		rgba(234, 81, 78, 0.5) 20%,
		rgba(234, 81, 78, 0.5) 40%
	);
}

.cjhe-hero-section div {
	z-index: 2;
}

.cjhe-hero-section-without-image {
	position: relative;
	background-color: var(--color-secondary);
	height: 250px;
}

.cjhe-rectangle {
	width: 170px;
	height: 100%;
	position: absolute;
	transform: skew(-35deg);
}

.cjhe-rectangle-1 {
	top: 0;
	left: 55%;
	background-color: #4F0908;
}

.cjhe-rectangle-2 {
	top: 0;
	left: 68%;
	background-color: #481817;
}

.cjhe-rectangle-3 {
	top: 0;
	left: 81%;
	background-color: #4F0908;
}

.cjhe-hero-section .hero-title,
.cjhe-hero-section-without-image .hero-title,
.cjhe-main-title {
	font-size: 50px;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: 0;
	color: var(--color-dark-grey);
}

.cjhe-hero-section .hero-subtitle {
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0;
}

.cjhe-page-title {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0;
}

.cjhe-custom-button,
.cjhe-primary-button {
	color: white;
	background-color: var(--color-secondary);
	border: 1px solid black;
	transition: all 0.2s ease-in;
}

.cjhe-custom-button:hover,
.cjhe-primary-button:hover {
	color: var(--color-secondary);
	background-color: var(--color-background);
	border: 1px solid var(--color-secondary);
}

.cjhe-secondary-button {
	color: var(--color-secondary);
	background-color: var(--color-background);
	border: 1px solid var(--color-secondary);
}

.cjhe-secondary-button:hover,
.cjhe-secondary-button:visited,
.cjhe-privacy-content-a a:hover,
.cjhe-privacy-content-a a:visited{
	color: var(--color-secondary);
}

.cjhe-privacy-content-a a {
	color: var(--color-secondary);
}

.custom-date-selects {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.custom-date-selects select {
	padding: 0.5rem 3rem 0.5rem 1rem;
	margin: 0;
	font-size: 1.25rem;
	border-radius: 0;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	width: 30%;
}

.breadcrumb-link a {
	color: var(--color-secondary);
}

.breadcrumb-link a:visited {
	color: var(--color-secondary);
}

.breadcrumb-item::before {
	font-weight: bold;
	color: var(--color-dark-grey);
}

.cjhe-body-text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
	color: var(--color-dark-grey);
}

.cjhe-subtitle-text {
	font-family: 'Noto Sans', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 54px;
	letter-spacing: 0;
	color: var(--color-dark-grey);
}

.cjhe-blocks .pkp_block h2 {
	font-size: 16px;
	font-weight: 600;
}

.cjhe-blocks .pkp_block .content ul {
	padding-left: 0;
}

.cjhe-blocks .pkp_block .content ul li {
	list-style: none;
}

.cjhe-blocks .pkp_block .content ul li a {
	color: var(--color-dark-grey);
	text-decoration: none;
}

.cjhe-blocks .pkp_block .content p a {
	text-decoration: none;
	color: var(--color-secondary);
	font-weight: 600;
}

.cjhe-metrics .downloads_chart .label {
	font-family: 'Noto Sans', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 54px;
	letter-spacing: 0;
	color: var(--color-secondary);
	text-transform: uppercase;
}

.cjhe-issue-title {
	font-size: 19px;
	font-family: 'Noto Sans', serif;
	line-height: 28px;
	letter-spacing: 0;
	font-style: normal;
}

.cjhe-issue-authors {
	font-family: 'Noto Sans', serif;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0;
	font-style: normal;
}

.cjhe-issue-toc-section {
	padding-top: 16px;
	padding-bottom: 16px;
}

.cjhe-issue-toc-section:nth-child(even) {
	background-color: #F8F8F8;
}

.cjhe-license ol {
	padding-left: 2rem!important;
}

.cjhe-license p {
	word-break: break-word;
}

.responsive-primary-button-text {
	font-size: 14px!important;
}

#citationOutput {
	word-break: break-all;
}

.pdf-galley__header {
	z-index: 99;
}

.pdf-galley__header .article-page__alert {
	border-color: #000;
	padding: .375rem .75rem;
	font-size: smaller;
}

.pdf-galley__header .article-page__alert a {
	text-decoration: underline;
}

.galley_view {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}

.galley_view iframe {
	width: 100%;
	height: 100%;
	padding-top: 64px;
	border: none;
}

#pdfCanvasContainer {
	top: 15px;
}

.cjhe-pdf-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.cjhe-citations-button {
	font-size: 1rem;
}

.cjhe-about-menu-item-dropdown {
	color: var(--color-dark-grey)!important;
}

@media(max-width: 1199px) {
	.cjhe-hero-section::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-secondary);
	}

	.cjhe-hero-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		background: none;
	}

	.cjhe-navbar li {
		background-color: var(--color-secondary);
		opacity: 0.9;
		margin: 0;
	}

	.cjhe-navbar li.submenu {
		background-color: var(--color-secondary);
		opacity: 1;
	}

	.navbar {
		position: absolute;
		width: 100%;
		z-index: 999;
	}

	.cjhe-navbar .navbar-nav {
		z-index: 99999;
	}

	.cjhe-navbar li .dropdown-menu {
		padding: 0;
		width: 100%;
		margin: 0;
	}

	.cjhe-navbar li .dropdown-menu li a {
		padding-left: 24px!important;
	}

	.cjhe-navbar li a {
		color: var(--color-white);
	}

	.responsive-primary-button-text {
		font-size: 12px!important;
	}

	.cjhe-rectangle {
		width: 120px;
	}

	.cjhe-rectangle-2 {
		left: 72%;
	}

	.cjhe-rectangle-3 {
		display: none;
	}

	.cjhe-citations-button {
		font-size: 0.75rem;
	}

	.cjhe-about-menu-item-dropdown {
		color: white!important;
	}
}

@media(max-width: 768px) {
	.cjhe-hero-section .hero-title {
		font-size: 42px;
		line-height: 45px;
	}

	.cjhe-hero-section .hero-subtitle {
		font-size: 21px;
		line-height: 28px;
	}

	.cjhe-rectangle {
		width: 80px;
	}

	.cjhe-rectangle-2 {
		display: none;
	}
}

@media(max-width: 575px) {
	.custom-date-selects {
		flex-wrap: wrap;
	}
	.custom-date-selects select {
		width: 48.5%;
		margin-top: 16px;
	}

	.cjhe-blocks .block_information {
		margin-left: 0;
	}

	.cjhe-rectangle-1 {
		left: 68%;
	}
}
