
* {
	box-sizing: border-box;
}

.special-publications {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.featured-wrapper {
	margin-bottom: 40px !important;
}

.desktop-only {
	display: none;
}

.mobile-only {
	display: block;
}

@media (min-width:780px) {
	.desktop-only {
		display: block;
	}
	
	.mobile-only {
		display: none;
	}
}

p, ul, ol, h1, h2, h3, h4, h5, h6, table, form, blockquote, .wp-block-cover {
	margin: 0 0 20px;
}

.home .wp-block-button__link.submit-article {
	margin-left: 30px;
	height: 50px;
	width: 150px;
}

.home .wp-block-button__link.submit-article p {
	color: #fff;
}

.wp-block-button__link {
	background-color: #222020;
}

.wp-block-button__link:hover {
	background-color: #86a2b6 !important;
	color: #fefefe !important;
	border-color: #86a2b6 !important;
	box-shadow: 0px 5px 10px darkgrey !important;
}

.fpc-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 15px;
}

.fpc-wrap #fpc-overlay {
	position: absolute;
	top: 0px;
	opacity: .3;
	z-index: 1;
	width: 100%;
	height: 100vh;
}

.fpc-wrap figure {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.fpc-wrap figure img {
	opacity: 0;
	height: 100px;
}

.fpc-wrap .fpc-content {
	position: absolute;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	top: 45%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.fpc-wrap .fpc-content h1 {
	font-weight: 600;
}

.fpc-wrap .fpc-content p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fpc-wrap .fpc-content .search-form {
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: 50px auto;
}

.fpc-wrap .fpc-content .search-form input.search-field {
	padding-left: 10px;
	border-radius: 25px;
	width: 100%;
	height: 50px;
	font-weight: 400;
	border: 0px;
	box-shadow: 0px 5px 10px;
}

.fpc-wrap .fpc-content .search-form input.search-submit {
	position: absolute;
	bottom: 5px;
	right: 10px;
	border-radius: 25px;
	height: 40px;
}

.single-sircon_pdftopage .featured-wrapper figure {
	background-size: contain;
}

.single-sircon_pdftopage {
	list-style: none;
}

.archive .content {
	min-height: 75vh;
}

.single .content a:hover {
	text-decoration: underline;
}

.single .social-share .social-svg {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px;
}

.single .social-share .social-svg svg {
	height: 40px;
	fill: #222020;
}

.single .social-share .social-svg svg:hover {
	fill: #86a2b6;
}

.single .intro {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single .intro .intro-title {
	width: 100%;
	margin-top: 60px;
}

.single .intro .intro-title h1 {
	width: 100%;
}

.single .pdf-open button:hover {
	box-shadow: 0px 5px 5px darkgrey;
}

.single .intro-info {
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.single .intro-info li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #222020;
}

.single .intro-info li ul {
	padding-left: 0px;
	padding: 5px;
}

.single .tribute-authors {
	list-style: none;
}

.single .tribute-authors li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 5%;
}

.single .tribute-authors li .author-info {
	width: 100%;
	max-width: 250px;
	padding-left: 5px;
}

.single .tribute-authors li .author-info>p:first-of-type {
	font-weight: 600;
}

.single .supplement-list li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single .supplement-list li ul {
	padding-left: 0px;
}

.single .keyword-list li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 2%;
	color: #86a2b6;
}

.single .keyword-list li ul {
	padding-left: 0px;
}

img {
	height: auto;
}

.max {
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.max .max {
	padding-left: 0;
	padding-right: 0;
}

.content>*:not(.alignfull):not(.alignleft):not(.alignright) {
	max-width: 1280px;
	margin: 0 auto 20px;
}

.alignfull {
	max-width: 100vw;
	margin: 0 0 20px;
}

body {
	font-family: "Open sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #222020;
	background: #fefefe;
}

a {
	color: #0771d3;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover {
	color: #0557a2;
	text-decoration: none;
}

h1 {
	font: normal normal 400 34px "Open sans", sans-serif;
	color: #222020;
}

h1 a {
	color: #222020;
	text-decoration: none;
}

h1 a:hover {
	color: #080707;
	text-decoration: none;
}

h2 {
	font: normal normal 400 30px "Open sans", sans-serif;
	color: #222020;
}

h2 a {
	color: #222020;
	text-decoration: none;
}

h2 a:hover {
	color: #080707;
	text-decoration: none;
}

h3 {
	font: normal normal 400 26px "Open sans", sans-serif;
	color: #222020;
}

h3 a {
	color: #222020;
	text-decoration: none;
}

h3 a:hover {
	color: #080707;
	text-decoration: none;
}

h4 {
	font: normal normal 400 24px "Open sans", sans-serif;
	color: #222020;
}

h4 a {
	color: #222020;
	text-decoration: none;
}

h4 a:hover {
	color: #080707;
	text-decoration: none;
}

h5 {
	font: normal normal 400 22px "Open sans", sans-serif;
	color: #222020;
}

h5 a {
	color: #222020;
	text-decoration: none;
}

h5 a:hover {
	color: #080707;
	text-decoration: none;
}

h6 {
	font: normal normal 400 20px "Open sans", sans-serif;
	color: #222020;
}

h6 a {
	color: #222020;
	text-decoration: none;
}

h6 a:hover {
	color: #080707;
	text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .btn {
	background: #222020;
	border: none;
	color: #fff;
	padding: 5px 20px;
	border-radius: 25px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .btn:hover {
	color: #fff;
	background-color: #86a2b6;
}

figure.dynamic-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	margin: 0;
}

figure.dynamic-image img {
	opacity: 0;
}

#top {
	z-index: 10;
	background: #eee;
	height: 60px;
	-webkit-box-shadow: 0px 1px 1px #cecece;
	-moz-box-shadow: 0px 1px 1px #cecece;
	box-shadow: 0px 1px 1px #cecece;
}

@media (min-width:780px) {
	#top {
		height: 71px;
		-webkit-box-shadow: 0px 1px 1px #cecece;
		-moz-box-shadow: 0px 1px 1px #cecece;
		box-shadow: 0px 1px 1px #cecece;
	}
}

.admin-bar #top {
	top: 46px;
}

@media (min-width:783px) {
	.admin-bar #top {
		top: 32px;
	}
}

#middle {
	z-index: 3;
	position: relative;
	background: #fefefe;
}

#middle .content {
	padding: 20px 0;
	-ms-word-break: break-word;
	word-break: break-word;
}

#middle .content>*:not(.alignwide):not(.alignfull) {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	z-index: 5;
	position: relative;
	background: #222020;
	padding: 20px 0px;
	color: #fefefe;
}

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
	color: #fefefe;
}

#bottom img {
	max-width: 300px;
	height: auto;
}

#bottom .widget_block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: center;
	align-self: center;
}

#bottom .widget_block .wp-block-group__inner-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#bottom .widget_block .wp-block-columns {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fefefe;
	color: #222020;
}

#top+* {
	padding-top: 60px;
}

@media (min-width:780px) {
	#top+* {
		padding-top: 71px;
	}
}

#main-logo {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100%;
}

@media (min-width:780px) {
	#main-logo {
		width: 240px;
	}
}

#main-logo .logo {
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-position: center;
	background-image: url("/wp-content/themes/sircon-minimal/styles/assets/NJG_Header_logo.svg");
	background-repeat: no-repeat;
}

#main-menu .menu-item {
	position: relative;
}

#main-menu .menu-item a {
	color: #222020;
}

#main-menu .menu-item:hover>a, #main-menu .menu-item>a.triggered {
	background: none;
	color: #86a2b6;
}

#main-menu .menu-item.current_page_item a {
	color: #86a2b6;
}

#main-menu .menu-item.current-menu-item a {
	color: #86a2b6;
}

#main-menu .menu-item>a {
	display: block;
	padding: 5px 20px;
}

#main-menu ul {
	margin: 0;
	padding: 0;
}

@media (max-width:779px) {
	.trigger-menu {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
	
	#main-menu {
		position: absolute;
		top: 100%;
		right: 0;
		width: 300px;
		background: #ddd;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		opacity: 0;
		pointer-events: none;
	}
	
	#main-menu .menu-item>a {
		padding: 10px 20px;
	}
	
	#main-menu .sub-menu {
		display: none;
	}
	
	#main-menu :hover>.sub-menu, #main-menu .sub-menu.toggle-open {
		display: block;
	}
	
	#main-menu.toggle-open {
		opacity: 1;
		pointer-events: auto;
	}
}

#top .wp-block-button__link.submit-article {
	font-size: 16px;
	width: 120px;
	height: 50px;
	margin-left: 0px;
}

#top .wp-block-button__link.submit-article a {
	color: #fefefe;
}

@media (min-width:780px) {
	#main-menu {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		width: calc(100% - 260px);
	}
	
	#main-menu>.menu>.menu-item {
		display: inline-block;
		vertical-align: middle;
	}
	
	#main-menu .sub-menu {
		position: absolute;
		top: 100%;
		right: 0;
		width: 300px;
		background: #ddd;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		opacity: 0;
		pointer-events: none;
	}
	
	#main-menu .sub-menu .sub-menu {
		top: 0;
		left: 100%;
		text-align: left;
		width: 225px;
		font-size: 14px;
	}
	
	#main-menu .sub-menu.toggle-open {
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width:780px) and (max-width:1080px) {
	#main-menu :hover>.sub-menu {
		opacity: 1;
		pointer-events: auto;
	}
}

.pagination {
	text-align: center;
}

.pagination>.page-numbers {
	margin: 0 3px;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100% !important;
}

main.publication-content {
	height: 65vh;
	max-width: 900px;
	width: 95%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1rem auto;
	margin-top: 10vh;
}

main.publication-content .publication-intro {
	max-width: 450px;
	width: 100%;
}

main.publication-content .publication-categories {
	max-width: 500px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

main.publication-content .publication-categories .btn {
	margin: 20px;
	margin-left: 0px;
}

.pagination-style {
	width: 100%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.pagination-style a.prev {
	background: #86a2b6;
	padding: 10px;
	border-radius: 25px;
	color: #fefefe;
}

.pagination-style a.next {
	background: #86a2b6;
	padding: 10px;
	border-radius: 25px;
	color: #fefefe;
}

.pagination-style a.page-numbers:not(a.next, a.prev) {
	color: #222020;
	padding: 10px 20px;
	background-color: transparent;
	border-radius: 50px;
	border: 1px solid #e6e6e6;
}

.pagination-style span.page-numbers.current {
	padding: 10px 20px;
	background-color: #86a2b6;
	border-radius: 50px;
	color: #fefefe;
}

.pagination-style .navigation.pagination {
	margin: 0 auto;
}

.btn.category-btn {
	border: 2px solid #222020;
	color: #222020;
	background-color: transparent;
	font-weight: 400;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.btn.category-btn:hover {
	background-color: #86a2b6 !important;
	color: #fefefe;
	border: 2px solid #86a2b6;
	box-shadow: 5px 5px 5px darkgrey;
}

@media (max-width:780px) {
	#middle .content {
		padding: 10px !important;
	}
}

.page .content {
	margin-top: 50px;
}

.search .search-information h2 {
	margin-top: 20px;
}

.sircon_recent_posts {
	box-shadow: 5px 5px 15px darkgray;
	margin: 25px 0px;
	border-radius: 5px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width:550px) {
	.sircon_recent_posts {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.sircon_recent_posts h2 {
	font-size: 27px;
}

.sircon_recent_posts .post-content {
	padding: 0px 20px;
	margin: 20px 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}

.sircon_recent_posts .post-content .post-authors {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #222020;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sircon_recent_posts .post-content .post-authors p {
	margin-bottom: 5px;
	margin-right: 10px;
}

.sircon_recent_posts .post-content .post-information {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 10px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #222020;
}

.sircon_recent_posts .post-content .post-information ul {
	padding-left: 0px;
	padding-right: 5px;
	font-size: 14px;
	margin-bottom: 5px;
}

@media (max-width:550px) {
	.sircon_recent_posts .post-content {
		width: 100%;
	}
}

.sircon_recent_posts .download-pdf a {
	color: #fefefe !important;
}

.sircon_recent_posts .wp-block-button__link {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 7px 20px;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 auto;
}

@media (max-width:779px) {
	.sircon_recent_posts .wp-block-button__link {
		margin-top: 10px;
	}
}

@media (max-width:550px) {
	.sircon_recent_posts .wp-block-button__link {
		margin: 10px 0px;
	}
}

.sircon_recent_posts .wp-block-button__link p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#middle .content {
	padding: 0px;
}

.wp-block-search__inside-wrapper {
	border-radius: 50px;
	border: 0px !important;
	background: #fefefe;
	padding: 5px !important;
}

.wp-block-search__inside-wrapper input {
	border-radius: 50px !important;
}

.wp-block-search__inside-wrapper button {
	background-color: #222020 !important;
	border: 0px solid #222020 !important;
	border-radius: 50px !important;
	padding: 10px !important;
}

.wp-block-search__inside-wrapper button:hover {
	background-color: #86a2b6 !important;
}

.njg-search {
	width: 50%;
	max-width: 300px;
	margin: 0 auto;
}

@media (max-width:779px) {
	.njg-search {
		margin: 0px;
	}
}

.njg-search .search-form {
	margin: 0px;
	position: relative;
}

.njg-search .search-field {
	border-radius: 25px;
	width: 100%;
	height: 50px;
	border: 1px solid black;
	padding-left: 10px;
}

.njg-search .search-submit {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 25px;
	height: 40px;
}

.njg-search .search-submit:hover {
	background: #86a2b6;
}

article .excerpt {
	padding-bottom: 20px;
}

.read-more-container a {
	padding: 10px 20px;
}

.mobile-menu-open #main-menu {
	width: 100vw;
	height: 100vh;
}

.home .featured-image {
	display: none;
}

.main-width {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.year-intro {
	padding-top: 100px;
}

.search #middle {
	min-height: 80vh;
}

#bottom .wp-block-page-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}

@media (max-width:779px) {
	#bottom .wp-block-page-list {
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#bottom .wp-block-pages-list__item {
	list-style: none;
	font-weight: 600;
}

#bottom .wp-block-pages-list__item a {
	color: #fefefe;
}

#bottom .wp-block-pages-list__item a:hover {
	color: #86a2b6 !important;
}

.trigger-menu.mobile-only {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
}

@media (min-width:780px) {
	.trigger-menu.mobile-only {
		display: none;
	}
}

form.forminator-custom-form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

form.forminator-custom-form ul {
	display: none;
}

form.forminator-custom-form input[type="text"] {
	width: 600px;
	margin: 0 auto;
	height: 30px;
	padding: 20px;
	border: 2px solid #222020;
	border-radius: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:700px) {
	form.forminator-custom-form input[type="text"] {
		width: 400px;
	}
}

@media (max-width:500px) {
	form.forminator-custom-form input[type="text"] {
		width: 200px;
	}
}

form.forminator-custom-form input[type="email"] {
	width: 600px;
	margin: 0 auto;
	height: 30px;
	padding: 20px;
	border: 2px solid #222020;
	border-radius: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:700px) {
	form.forminator-custom-form input[type="email"] {
		width: 400px;
	}
}

@media (max-width:500px) {
	form.forminator-custom-form input[type="email"] {
		width: 200px;
	}
}

form.forminator-custom-form input[type="file"] {
	width: 600px;
	margin: 0 auto;
	height: 70px;
	padding: 20px;
	border-radius: 25px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:700px) {
	form.forminator-custom-form input[type="file"] {
		width: 400px;
	}
}

@media (max-width:500px) {
	form.forminator-custom-form input[type="file"] {
		width: 200px;
	}
}

form.forminator-custom-form textarea {
	width: 600px;
	margin: 0 auto;
	height: 30px;
	padding: 20px;
	border: 2px solid #222020;
	border-radius: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:700px) {
	form.forminator-custom-form textarea {
		width: 400px;
	}
}

@media (max-width:500px) {
	form.forminator-custom-form textarea {
		width: 200px;
	}
}

form.forminator-custom-form input::file-selector-button {
	font-weight: bold;
	color: #222020;
	padding: .5em;
	padding: 20px;
	height: 70px;
	width: 600px;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 25px;
	border: 2px dashed #222020;
	position: absolute;
}

@media (max-width:700px) {
	form.forminator-custom-form input::file-selector-button {
		width: 400px;
	}
}

@media (max-width:500px) {
	form.forminator-custom-form input::file-selector-button {
		width: 200px;
	}
}

form.forminator-custom-form input::file-selector-button:hover {
	background: #86a2b6;
	border: #86a2b6;
	color: #fff;
	box-shadow: 0px 5px 5px black !important;
}

form.forminator-custom-form button {
	width: 600px;
	padding: 10px 20px;
}

@media (max-width:700px) {
	form.forminator-custom-form button {
		width: 400px;
	}
}

@media (max-width:500px) {
	form.forminator-custom-form button {
		width: 200px;
	}
}

form.forminator-custom-form button:hover {
	box-shadow: 0px 5px 5px darkgrey;
}

.fpc-wrap figure.front-logo {
	background-size: contain;
	height: 200px;
	max-width: 350px;
	width: 100%;
	margin: 30px auto;
}
