:root {
	--black-shadow: 1px 1px 1px #000;
	--green: #32a073;
	--purple: #9931cc;
}

@keyframes spin-loader {
	100% {transform: rotate(360deg)}
}

li:empty {
	display: none;
}

h1, h1 a, h1 a:hover {
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 2.5rem;
	color: var(--purple);
	text-align: center;
	text-shadow: var(--black-shadow);
}

h2 a, h2 a:hover {
	color: var(--green);
}
h2 {
	color: var(--green);
	text-transform: uppercase;
}

.njv-width-1 {
	width: 15em;
}

time {
	width: 5.75ch;
	text-align: right;
	margin-right: 0.25ch;
}
time + span {
	flex-basis: 100%;
}

time.all-day {
	letter-spacing: -1.25px;
}

/* News Element CSS */
.news-element {
	border: 1px solid lightgray;
	border-radius: 10px;
	margin-bottom: 1em;
}
.news-header {
	border-radius: 8px 8px 0 0;
	color: #fff;
	background-color: var(--green);
	font-weight: bold;
	text-align: center;
	text-shadow: var(--black-shadow);
	margin-bottom: 0;
}
.news-content {
	padding: 5px;
}
/* News Element CSS End */
 
/* Widget CSS Begin */
.widget {
	border: 1px solid lightgray;
	border-radius: 10px;
	margin-bottom: 1em;
}
.widget-header {
	border-radius: 8px 8px 0 0;
	color: #fff;
	background-color: var(--purple);
	font-weight: bold;
	text-align: center;
	text-shadow: var(--black-shadow);
	margin-bottom: 0;
}

.widget-contents::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.widget-contents::-webkit-scrollbar-thumb {
	background: rgba(153, 153, 153, 0.75);
	border-radius: 4px;
}
.widget-contents::-webkit-scrollbar-track {
	background: rgb(204, 204, 204);
}

/* Event Element CSS */
.event-list {
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
}
.event-list, .link-list {
	padding-left: 2.5px;
	list-style: none;
	margin-bottom: 0;
}
.event-list li {
	margin-top: 0.5rem;
}
.event-list>:first-child {
	margin-top: 0;
}
.event-list > li > div {
	display: flex;
}

/* Link List Element CSS*/
.link-list {
	padding: 2.5px;
}

/* Widget CSS End */

/* NJV Mobile Menu */
.btn-njv {
	--bs-btn-color: var(--bs-white);
}
.offcanvas-top > .offcanvas-header svg {
	color: var(--bs-white);
}
.offcanvas-top > .offcanvas-header .btn-close {
	color: var(--bs-white);
	--bs-btn-close-color: var(--bs-white);
}

/* NJV Mobile Menu End */

.menu-item > a {
	text-decoration: none;
}

#sponsors {
	align-items: center;
}

#sponsors img {
	max-width: initial;
}

.col-sm {
	padding-top: 1em;
	padding-bottom: 1em;
}
.widgettitle {
	color: initial;
	font-size: 14pt;
}

.required-field {
	color: red;
}

.required-field::before {
	content: "* ";
	font-weight: bold;
}

footer {
	margin-bottom: 1em;
	padding-top: 2em;
}

.posted {
	font-size: smaller;
	color: #999;
}

.box {
	border: 3px groove;
	border-radius: 1em;
	padding: 1em;
	margin: 0 1em;
}
.fb_iframe_widget>span {
	margin-bottom: 6px;
}

.videocontainer {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videocontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content-body {
	display: flex;
	flex-direction: column;
}
#postNavigation {
	order: 2
}
.fa-print {
	vertical-align: text-top;
}
#print>a {
	color: #808080;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.grid {
	display: grid;
	text-align: center;
}

/* Main Menu CSS */
#menu-mainmenu {
	width: 100%;
}
#menu-mainmenu ul {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
#menu-mainmenu ul li,
#menu-mainmenu ul li p {
	margin-bottom: 0
}

#menu-mainmenu ul li p a {
	color: #fff;
	text-shadow: var(--black-shadow);
	line-height: 42px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#menu-mainmenu ul li p a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
/* Main Menu CSS End */

/* Events Calendar */
#calendar {
	overflow: auto;
}
#event-calendar {
	width: 1800px;
	margin: 0 auto;
	table-layout: fixed;
	border: 1px outset lightgray;
	transition: opacity 200ms 225ms;
	opacity: 0;
}
.event-week {
	vertical-align: top;
}
.event-day {
	background-color: lightgray;
	padding: 1px;
	text-align: center;
}
.event-date {
	border-bottom: 1px solid darkgray;
}
.day-of-week, .event-day, .repeating-day-of-week {
	border: 1px inset darkgray;
}
.event-contents {
	padding-left: 0.5px;
	padding-bottom: 0.75rem;
	min-height: 300px;
}
.repeating {
	border-bottom: 1px inset darkgray;
}
#today {
	background-color: #efefef;
}
#loading-events {
	top: 0;
	left: 0;
	z-index: 5;
	position: fixed;
	height: 100dvh;
	width: 100dvw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#loading-events #spinner-container {
	height: 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(204, 204, 204, 0.5);
	border-radius: 1em;
}
#loading-events #Layer_1 {
	animation: spin-loader 1s steps(12, end) infinite;
}
.event-contents > div {
	display: flex;
}

@media (max-width: 992px) {
	.event-week td[data-empty="true"] {
		display: none;
	}
}
@media (min-width: 993px) {
	.event-week td[data-empty="true"] {
		display: table-cell;
	}
}
/* End Events Calendar */

/* Extra small devices (phones, up to 576px) */
@media (max-width: 768px) {
/* Styles for small phones */
	.home h1 {
		display: none;
	}

	#widgetzone_be_Sidebar ~ div {
		display: none;
	}

	#board-of-directors .row {
		flex-direction: column;
	}

	#board-of-directors .col-4 {
		width: 100%;
	}

	#board-of-directors .col-4 img {
		width: 66% !important;
		margin-bottom: 0.75em;
	}

	#board-of-directors .col-8 {
		width: 100%;
	}

	#board-of-directors .col-4 img {
		width: 50% !important;
		margin-bottom: 0.75em;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 769px) and (max-width: 991px) {
/* Styles for tablets */
	#board-of-directors .col-4 img {
		width: 36% !important;
	}
}

@media (max-width: 992px) {
	.container {
		margin-top: 50px;
	}

	header {
		padding: 1em;
		text-align: center;
	}
	.navigation {
		width: 100%;
		top: 0;
		z-index: 10;
		background-color: var(--purple);
		color: #efefef;
		border-bottom: 1px solid #efefef;
	}

	#mobile-header {
		z-index: 10;
		top: 0;
		padding-left: 10px;
		padding-right: 10px;
		text-shadow: var(--black-shadow);
	}

	#mobile-header > ul {
		flex-direction: row;
		align-items: center;
	}

	#offcanvasTop .offcanvas-header {
		padding: 8px 10px 0;
	}

	#offcanvasTop {
		background-color: var(--purple);
		border-bottom: 1px solid #fff;
		height: fit-content;
	}

	.offcanvas-body {
		--bs-offcanvas-height: initial;
		flex-grow: unset;
		padding: 0 1rem;
	}

	#menu-mainmenu ul {
		display: block;
	}

	/* Begin Calendar of Events */
	#event-calendar {
		display: block;
		width: 95dvw;
		margin: 0 auto;
	}

	#event-calendar tbody {
		display: block;
	}

	.event-week:first-of-type {
		display: none;
	}

	.event-week {
		display: flex;
		flex-direction: column;
	}

	.event-day {
		display: none;
	}

	.event-contents {
		min-height: unset;
	}

	.filter {
		display: block;
		margin: 0 auto 0.5em;
		max-width: 300px;
		width: 80%;
	}
	/* Calendar of Events End */

	#event-calendar {
		display: block;
		width: 80dvw;
	}

	tbody {
		display: block;
	}

	.event-week:first-of-type {
		display: none;
	}

	.event-week {
		display: flex;
		flex-direction: column;
	}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 993px) {

	html, body {
		max-width: 100dvw;
	}

	/* Main Menu */
	#menu-mainmenu {
		background-color: var(--purple);
		border-radius: 10px;
		display: flex;
		justify-content: center;
		list-style: none;
	}
	/* Main Menu End */

	#mobileTab, #main-menu {
		display: none;
	}

	#logo {
		display: block;
	}

	#main-menu {
		margin-left: 0;
		top: 0px;
	}

	.navigation {
		position: relative;
	}

	#mobile-header {
		display: none;
	}

	.container {
		margin: 10px auto 0 auto;
	}

	.widget-header {
		text-transform: uppercase;
	}

	header {
		display: block;
		margin: 0 auto;
		width: 960px;
		background: url(/media/nxohcju1/banner2.jpg) no-repeat left center;
		background-size: contain;
	}
	header img {
		height: 135px;
		width: auto;
	}

	.eventList {
		border-radius: .25em;
		max-height: 100vh;
		overflow: auto;
		border: 1px solid #efefef;
		padding: 1px;
	}

	#board-of-directors .col-4 img {
		width: 100% !important;
	}

	#board-of-directors .col-4 img {
		margin-top: 8px;
	}

	#home {
		width: 75%;
		padding: 0 10px;
	}
	#offcanvasRight {
		width: 25%;
	}
	#menu-mainmenu {
		background-color: var(--purple);
		border-radius: 10px;
		display: flex;
		justify-content: center;
		margin: 0 0 5px;
		padding: 0;
	}
	#menu-mainmenu ul {
		list-style: none;
		padding: 0;
		margin-bottom: 0;
		display: inline-flex;
	}

	.offcanvas-body {
		flex-direction: column;
	}

	#layout {
		display: flex;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}