a {
	font-weight: bold;
}

h3 {
	line-height: 1em;
	font-size: 105% !important;
	color: #875915;
}

.site-logo-link {
	float: left;
	display: inline;
	margin: 10px;
}

.site-title {
	clear: none;
	padding-top: 70px;
	padding-left: 30px;
}

.page-id-3188 .hero.with-featured-image h1.page-title, .parent-pageid-3188 .hero.with-featured-image h1.page-title {
	color: #fed060;
	font-family: 'Times New Roman', Times, Garamond, Helvetica, 'Book Antiqua', serif;
	font-size: 1.9em;
}

.page-id-3188 .hero.with-featured-image, .page-id-3188 .hero, .parent-pageid-3188 .hero.with-featured-image, .parent-pageid-3188 .hero {
	padding: 110px 0 !important;
}

@media screen and (min-width: 1230px) {
	.page-id-3188 .hero.with-featured-image, .page-id-3188 .hero, .parent-pageid-3188 .hero.with-featured-image, .parent-pageid-3188 .hero {
		padding: 110px 0 !important;
	}
}

/* read more component styles */
.read-more {
/* You can update this variable directly in the html by adding a style property to the .read-more element */
	display: flex;
	flex-direction: column;
	align-items: start;
}

.read-more__text {
	display: -webkit-box;
	overflow: hidden;
}

.read-more__checkbox {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.read-more__checkbox ~ .read-more__label {
	cursor: pointer;
	font-size: .75em;
	font-weight: 700;
	text-decoration: underline;
}

/* Don't forget focus and hover styles for accessibility! */
.read-more__checkbox:focus ~ .read-more__label {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.read-more__checkbox:hover ~ .read-more__label {
	text-decoration: none;
}

.read-more__checkbox ~ .read-more__label::before {
	content: attr(data-read-more);
}

.read-more__checkbox:checked ~ .read-more__label::before {
	content: attr(data-read-less);
}

.read-more__checkbox:checked ~ .read-more__text {
}

/* End read more component styles */
@media screen and (min-width: 1020px) {
	.navigation-classic .primary-navigation .menu-primary>ul>li.menu-item-has-children>a {
		padding-right: 2.3em;
	}
}

@media screen and (min-width: 1020px) {
	.navigation-classic .primary-navigation .menu-primary>ul>li>a {
		padding: 12px 20px;
		border-bottom: 0;
		font-size: 1.125em;
		line-height: 1.33333em;
	}
}