@font-face {
    font-family: 'Typist';
    src: url('../fonts/Typist.eot');
    src: url'../fonts/Typist.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Typist.woff2') format('woff2'),
        url('../fonts/Typist.woff') format('woff'),
        url('../fonts/Typist.ttf') format('truetype'),
        url('../fonts/Typist.svg#Typist') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	max-width: 100%;
	overflow-x: hidden;
	line-height: 1;
	margin: 0%;
	padding: 0%;
}
ol, ul {
	list-style: none;
}
.bullets, .bullets-small, .bullets-large {
	list-style: disc;
	font-size: 1em;
	line-height: 1.25em;
}
.bullets-large {
	font-size: 1.125em;
	line-height: 1.125em;
}
.bullets-small li {
	line-height: 1em;
	margin-bottom: 1px;
}
.space {
	font-size: 1em;
	line-height: 1.25em;
}
.large li {
	font-size: 1.125em;
	line-height: 1.25em;
}
.sub-large {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sub-large li {
	font-size: 1em;
	line-height: 1.125em;
	margin: .25em;
}
.numbers {
	list-style: decimal;
	font-size: 1em;
	line-height: 1.125em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-weight: bold;
}
i {
	font-style: italic;
}
#wrapper {
	position: relative;
	margin: 0%;
	padding: 0%;
}
#menu {
	position: absolute;
	top:0;
	width: 500px;
	margin: 0%;
	padding: 0%;
}
#menu-icon {
	float: left;
	margin: 10px;
	width: 50px;
	cursor: pointer;
}
#menu-full {
	display: none;
	float: left;
	background-color: white;
	min-height: 100px;
	width: 225px;
	margin: 0;
	padding: 1em;
	border: medium black solid;
	position: relative;
	z-index: 10000;
}
#title-big h1 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 4em;
	margin-bottom: 1%;
	padding-top: 5%;
}
#title-big h2 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 3%;
}
#title-small h1 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	margin-bottom: 5px;
	padding-top: 1em;
}
#title-small h2 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: .85em;
	margin-bottom: 2em;
}
#story-wrapper, #event-wrapper, .photo-array {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 1%;
}
.photo-array {
	flex-direction: row;
}
#event-wrapper {
	flex-direction: row;
	align-items: flex-start;
}
#calendar, .alert, .infobox-left, .infobox-right, #sidebar-box, .menu-box {
	float: left;
	width: 25%;
	margin: 2%;
	padding: 1%;
	border: medium black solid;
}
.givebox {
	float: left;
	width: 28%;
	margin: 1%;
	padding: 1%;
	border: medium black solid;
}
.menu-box {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}
#sidebar-box {
	width: 100%;
}
.infobox-right {
	float: right;
}
#calendar li {
	padding-left: 10px;
	text-indent: -10px
}
.story-big {
	float: left;
	width: 40%;
	margin: 2%;
}
.story-med {
	float: left;
	width: 30%;
	margin: 2%;
}
.story-small {
	float: left;
	width: 20%;
	margin: 2%;
}
.people-small {
	float: left;
	width: 12%;
	margin: 2%;
}
.roundup {
	float: left;
	width: 60%;
	margin: 2%;
}
.listing {
	float: left;
	width: 80%;
	margin: 2% 10% 2% 10%;
}
.photo-big, .photo-big-right {
	float: left;
	width: 25%;
	margin: 20px;
}
.photo-vbig, .photo-vbig-right {
	float: left;
	width: 35%;
	margin: 20px;
}
.photo-huge, .photo-huge-right {
	float: left;
	width: 45%;
	margin: 10px;
}
.photo-big-right, .photo-vbig-right, .photo-huge-right {
	float: right;
}
.photo-small, .photo-small-right {
	float: left;
	width: 20%;
	margin: 10px;
}
.photo-left, .photo-right {
	float: left;
	display: block;
	width: 250px;
	max-width: 100%;
	margin: 20px;
}
.photo-right, .photo-small-right {
	float: right;
}
.photo-all {
	float: left;
	width: 30%;
	margin: 10px;
}
.photo-all-sm {
	float: left;
	width: 20%;
	margin: 10px;
}
.photo-center-sm {
	float: left;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 2%;
}
.photo-center, .pdf {
	float: left;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 2%;
}
.pdf {
	float: left;
	width: 70%;
	margin: 2% 15% 2% 15%;
	aspect-ratio: 4 / 3;
}
.story .photo-left, .story .photo-right {
	width: 250px;
}
.headline, .subhead, .subhead-bold, .big-subhead {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.big-subhead {
	font-size: 2em;
}
#calendar .headline, .infobox-left .headline, .infobox-right .headline, #sidebar-box .headline {
	font-size: 1.5em;
	padding-bottom: 2%;
}
.headline a {
	font-weight: normal;
}
.subtitle {
	font-size: 1.25em;
}
.byline, .story .byline, .story .dateline, .story .byline2 {
	font-family: "Newsreader", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	font-size: 1em;
	margin-top: 2%;
	margin-bottom: 2%;
}
.story .byline, .story .byline2 {
	font-size: 1.25em;
}
.story .byline2 {
	margin-top: -2%;
}
p, figcaption, label, .tool-table td, .noborders td {
	font-family: "Newsreader", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 125%;
}
a, a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.read-more {
	font-family: "Newsreader", "Times New Roman", "serif";
	line-height: 120%;
	text-align: center;
	font-size: 1.125em;
	padding-top: 2%;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	padding: 0% 0% 1% 5%;
}
li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: "Newsreader", "Times New Roman", "serif";
	font-weight: normal;
}
.dates li {
	font-size: 1.125em;
	margin-left: -10px;
}
.events li {
	font-weight: normal;
	font-size: 1em;
}
#menu-full li {
	font-family: "Inter", sans-serif;
	font-size: 1em;
	line-height: 1.25em;
}
.sub-menu li a {
	font-weight: normal;
}
.story h2 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 2.25em;
	margin-bottom: 2%;
}
.story h3, h3 {
	font-family: "Newsreader", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	font-size: 1.125em;
	margin: 1%;
}
.story h4, h4 {
	font-family: "Newsreader", "Times New Roman", "serif";
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	font-size: 1.125em;
	margin: 1%;
}
#notice {
	margin-top: 20px;
	padding: 10px;
	font-size: 1.25em;
}
.sections, .sub-sections {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: -5px;
	gap: 5%;
}
.sub-sections {
	gap: 10%;
}
.sections h3, .sub-sections h3 {
	font-family: "Inter", sans-serif;
	font-weight: normal;
	font-size: 1em;
}
.sections a, .sub-sections a {
	font-weight: normal;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid black;
    margin: 2px;
    padding: 0;
}
.dropdown {
	position: relative;
    display: inline-block;
	min-width: 100px;
}
.dropdown-hide {
	display: none;
  	position: absolute;
	top: 20px;
	left: -50px;
	padding-top: 10px;
  	background-color: white;
  	min-width: 200px;
  	z-index: 100;
}
.dropdown:hover .dropdown-hide {
	display: block;
}
.dropdown-hide h3 {
	padding: 2%;
}
.arrow {
	margin: 2px 2px 2px 8px;
	width: 12px;
}
.arrow-down {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  margin: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow-up {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#calendar h3, .infobox-left h3, .infobox-right h3 {
	font-family: "Newsreader", "Times New Roman", "serif";
	font-weight: bold;
	line-height: 120%;
	font-size: 1.125em;
}
#calendar .article-link {
	font-weight: normal;
	margin: 10px;
}
.story .subhead-bold, .story .subhead {
	font-size: 1.25em;
	margin-top: 25px;
	font-weight: bold;
}
.big {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 3em;
	margin-bottom: 3%;
}
.center {
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}
.story p, .story-big p, .story-med p, .story-small p, .roundup p, .listing p, figcaption {
	text-align: center;
	font-size: 1.125em;
	margin: 10px;
}
.story p {
	text-align: left;
}
.infobox-left p, .infobox-right p {
	font-size: .875em;
}
.text-center, .story .text-center {
	text-align: center;
}
.story figcaption p, .story-big figcaption p, .story-med figcaption p, .story-small figcaption p, .story figcaption li {
	font-size: .875em;
	text-align: center;
	margin: 0px;
}
.story {
	margin: 10px 20px 20px 20px;
}
#events-list {
	width: 65%;
}
#events-sidebar {
	width: 25%;
}
#sidebar-box h3 {
	font-weight: bold;
	font-size: 1.25em;
}
#filters {
	text-align: center;
	margin: 0% 0% -0.25% 0%;
	border: medium black solid;
	padding-bottom: 1%;
}
.radio {
	display: inline-block;
	width: 200px;
	padding-bottom: 5px;
}
label {
	padding-left: 10px;
	padding-right: 1%;
}
table, th, td {
	border: medium black solid;
	overflow: hidden;
}
table {
	width: 100%;
	margin: 0% 0% 5% 0%;
}
.date {
	width: 35%;
}
.event {
	width: 65%;
}
.date h3 {
	font-weight: bold;
	padding: 2%;
}
.story .h3large {
	font-size: 1.5em;
}
.event p {
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	padding: 2%;
}
.event p a {
	font-size: 1.125em;
}
.plist {
	text-align: center;
	padding-bottom: .25em;
}
.filterDiv {
	display: none;
}
.show {
	display: block;
}
#after {
	clear: both;
	margin-top: 5%;
	margin-bottom: 5%;
}
#footer {
	clear: both;
	margin: 2% 0% 2% 0%;
}
#footer h3 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	margin-right: 5%;
	font-size: 1.5em;
}
#footer h4 {
	font-family: "American Typewriter", "Typist", "Courier", sans-serif;
	font-weight: normal;
	margin: 0%;
	font-size: 1em;
}
#social {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 1%;
}
#footer-links {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 1%;
	gap: 2%;
}
.big-hide {
	display: none;
}
#search, #search table, #search td, #search tr {
	all: unset;
}
#search .gsc-control  {
	width: 100%;
	display: table;
	font-family: "Newsreader", "Times New Roman", "serif";
	font-size: 1em;
}
#search table.gsc-search-box{
	width: 50%;
	display: table;
	margin: auto;
}
#search tbody {
	width: 100%;
}
#search .gsc-input-box table, #search .gsc-input-box tr #gs_tti50 {
	width: 100%;
	display: table;
	height: auto;
}
#search table.gsc-search-box td {
	vertical-align: middle;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 45%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  background-color: rgba(0,0,0,0.3);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.pictext {
  color: black;
  font-family: "Newsreader", "Times New Roman", "serif";
  font-size: 14px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  text-align: center;
  font-family: "Newsreader", "Times New Roman", "serif";
  font-size: 14px;
  padding: 12px 12px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.more-like {
	width: 80%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}
.more-boxes {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: -5px;
	gap: 5%;
}
.more-like-box, .more-like-box-3rd {
	width: 18%;
	border: 1px solid black;
}
.more-like h2 {
	font-size: 1.5em;
	margin-bottom: 25px;
}
.map {
	width: 94%;
	margin: 5% 2% 2% 2%;
	position: relative;
}
.map-pin {
	width: 2.5%;
	position: absolute;
}
.map-pin-img {
	cursor: pointer;
}
.map-box {
	width: 600%;
	height: auto;
	border: 1px solid black;
	background: white;
	display: none;
}
.xout {
	cursor: pointer;
	float: right;
	width: 15%;
	margin: 1% 1% 5% 80%;
}
.h3-map {
	font-size: 1.25em;
}
#map {
	margin: 1% 5% 5% 5%;
	width: 90%;
	height: 500px;
}
#map-sm {
	width: 65%;
	margin: 2% 2% 2% 2%;
	height: 500px;
	float: left;
}
#key {
	width: 30%;
	float: left;
}
.show-year, .show-month, .show-big, .show-dept {
	display: none;
}
.mplus, .mminus, .yplus, .yminus, .bplus, .bminus, .dplus, .dminus {
	margin-left: 1em;
}
.mminus, .yminus, .dminus, .bminus {
	display: none;
}
.arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 5% 5% 5% 5%;
	gap: 25%;
}
.arrowl {
	width: 40%;
}
.arrowr {
	width: 30%;
	text-align: right;
}
.arrowr p {
	text-align: right;
}
.arrowl img, .arrowr img {
	width: 40px;
}
.big-list {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
	columns: 3;
}
.tool-table, .noborders {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.tool-table h4 {
	font-size: 1.5em;
}
.tool-table .med-list {
	font-size: 1.375em;
	margin-left: 2%;
}
.tool-table table, .tool-table td, .noborders td {
	margin-left: 5%;
	margin-right: 20%;
	margin-bottom: 2%;
	border-width: 0px;
}
.tog {
	display: inline-block;
	width: 100%;
	margin-bottom: 2%;
}
.story .big-head {
	font-size: 1.375em;
}
.check {
	width: 5%;
}
.fte {
	width: 10%;
}
.job-title {
	width: 30%;
}
.salary {
	width: 20%;
}
.totals {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	width: 100%;
	height:50px;
	position: sticky;
	bottom: 0;
	background-color: white;
}
.totals table, .totals tr, .totals td, .noborders, .noborders tr, .noborders td {
	border-width: 0px;
}
.strikethrough {
	text-decoration: line-through;
}
.noborders td {
	padding-top: 1%;
	padding-right: 2%;
}
#wide {
	width: 80%;
}
.story .h4big {
	font-size: 1.5em;
	text-align: center;
}
.allshow {
	margin-top: 3%;
	margin-bottom: 3%;
}
.story .text-small {
	font-size: 1em;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (max-width: 1050px) {
	.photo-big, .photo-big-right {
		width: 30%;
	}
	.slideshow-container {
  		width: 60%;
	}
	.sections {
		gap: 2%;
	}
	.more-like-box, .more-like-box-3rd {
		width: 23%;
	}
	.people-small {
		width: 15%;
	}
	.menu-box {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
	}
}

@media screen and (max-width: 900px) {
	#title-big h1 {
		font-size: 3em;
	}
	#calendar, .infobox-left, .infobox-right {
		width: 35%;
		padding: 10px;
	}
	#story-wrapper .photo-left, #story-wrapper .photo-right {
		float: none;
		margin: auto;
	}
	.med-hide, #sections, .disp {
		display: none;
	}
	.story-big {
		margin: 2%;
		width: 44%;
	}
	.story-med, .givebox {
		margin: 2%;
		width: 40%;
	}
	.story-small, .photo-small, .photo-all, .photo-all-sm {
		width: 40%;
	}
	.photo-big, .photo-big-right {
		width: 40%;
	}
	.big-hide {
		display: block;
	}
	#footer {
		margin: 5% 0% 5% 0%;
	}
	#social {
		margin-bottom: 2%;
	}
	.pdf {
		float: left;
		width: 90%;
		margin: 2% 5% 2% 5%;
		aspect-ratio: 4 / 3;
	}
	.sections, .sub-sections, hr {
		display: none;
	}
	.allshow {
		display: block;
	}
	.more-like-box {
		width: 28%;
	}
	.more-like-box-3rd {
		display: none;
	}
	.big-list {
		columns: 2;
	}
}

@media screen and (max-width: 700px) {
	#title-big h1 {
		font-size: 2.5em;
	}
	#events-list {
		width: 100%;
		margin: 2%;
	}
	#events-sidebar {
		width: 80%;
		margin: 5%;
	}
	.photo-left, .photo-right, .story .photo-left, .story .photo-right, .photo-center, .photo-big, .photo-big-right, .photo-vbig, .photo-vbig-right,.photo-huge, .photo-huge-right {
		width: 80%;
		margin: 10%;
	}
	.slideshow-container {
  		width: 80%;
	}
	.more-like-box {
		width: 35%;
	}
	.people-small {
		width: 20%;
	}
	.arrowl img, .arrowr img {
		width: 30px;
	}
	.menu-box {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media screen and (max-width: 620px) {
	#title-big h1 {
		font-size: 2em;
		padding-top: 10%;
	}
	#title-big h2 {
		font-size: 1.25em;
	}
	.story-big, .story-med, .givebox, .story-small, .photo-small, .photo-all, #calendar, .infobox-left, .infobox-right, .roundup {
		width: 80%;
		margin: 5% 10% 5% 10%;
	}
	.listing {
		width: 80%;
	}
	.big {
		margin-bottom: 1%;
	}
	#map-sm {
		width: 90%;
	}
}

@media screen and (max-width: 520px) {
	#title-big h1 {
		padding-top: 20%;
	}
	#title-big h2 {
		font-size: 1em;
	}
	#title-small h1 {
		font-size: 1.75em;
		padding-top: 15%;
	}
	#menu-full li {
		font-size: 1em;
	}
	#calendar li {
		font-size: .875em;
	}
	#calendar h3 {
		font-size: 1em;
	}
	.headline {
		font-size: 1.25em;
		margin-top: 5%;
	}
	.big-subhead {
		font-size: 1.625em;
	}
	#calendar .headline,  .infobox-left .headline, .infobox-right .headline {
		margin-bottom: 5%;
	}
	.infobox-left .headline, .infobox-right .headline {
		font-size: 1.25em;
	}
	#calendar p, #calendar h3 {
		margin-left: 5px;
	}
	.big {
		font-size: 1.875em;
	}
	.story h2 {
		font-size: 1.5em;
	}
	p, .story p, figcaption, .story .byline, .story-big p, .story-med p, .story-small p, li, .large li, .roundup p, .listing p, .story .byline2 {
		font-size: 1em;
		line-height: 1.25em;
	}
	.story p {
		margin-bottom: 2%;
	}
	.read-more {
		font-size: 1em;
	}
	#filters {
		padding: 10px;
	}
	.radio {
		font-size: .875em;
		padding-bottom: 2px;
	}
	table {
		width: 95%
		margin-left: 2%;
		margin-right: 2%;
	}
	.date h3 {
		font-size: 1em;
	}
	#sidebar-box h3 {
		font-size: 1.125em;
	}
	.event p {
		font-size: .875em;
	}
	input[type=text]{
		width: 60%;
	}
	#footer {
		margin: 15% 0% 15% 0%;
	}
	#footer h3 {
		font-size: 1.125em;
	}
	#footer h4 {
		font-size: .875em;
	}
	#footer-links {
		gap: 10%;
	}
	#footer a {
		margin-right: -5%;
	}
	.mobile-hide {
		display: none;
	}
	.more-like-box {
		width: 45%;
	}
	.people-small {
		width: 28%;
	}
}