@charset "UTF-8";


/* --- General --- */

body {
	background-color: #4a4946;
	font-family: "Open Sans" !important;
	font-weight: 400;
}

.page-title:before {
	background-color: color-mix(in srgb, var(--background-color), transparent 50%);
}

.page-title.dark-background {
	width: 100%;
	height: 600px;
	background-size: cover;
}

section.section {
	background-color: #fff !important;
	padding-bottom: 3rem;
}

.container {
	padding: 1rem 0 2rem 0;
}

h1 {
	font-size: 2.58rem;
	margin-bottom: 3.25rem;
	font-weight: 300;
}

h2 {
	font-size: 1.9rem;
	font-weight: 400;
	margin: 2.75rem 0 1rem 0;
}

ul.exp li:not(:first-child),
ol.exp > li:not(:first-child) {
	padding-top: 1rem;
}

ul.exp-alt li:not(:first-child),
ol.exp-alt > li:not(:first-child) {
	padding-top: 0.6rem;
}


/* --- Header + Footer --- */

.scrolled .header {
	background-color: rgba(255, 255, 255, 1);
}

#header {
	padding-top: 12px;
	padding-bottom: 12px;
}

#header.header-scrolled {
	padding-top: 12px;
	padding-bottom: 6px;
}


.header > .container-fluid.container-xl {
	align-items: flex-start !important;
}

.sitename,
.sitename-footer {
	font-family: "Libre Caslon Text";
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.sitename span,
.sitename-footer span {
	font-style: italic;
	font-size: 93%;
}

.sitename-footer {
	font-size: 1.6rem;
}

.sitename-footer span {
	padding-right: 0.3rem;
}


.scrolled .sitename {
	color: #333;
}

.footer {
	position: relative;
	background-image: url("/assets/img/gallery/large/view-of-witt.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -90px;
	height: auto;
	color: #ddd;
	padding-bottom: 2rem;
}


.footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: color-mix(in srgb, var(--background-color, #000), transparent 30%);
	z-index: 0;
}

.footer .footer-top,
.footer .copyright {
	position: relative;
	z-index: 1;
}

.footer a,
.footer p,
.footer .sitename-footer {
	color: #ddd;
}

.footer a:hover,
.footer a:focus {
	color: #fff;
}

footer .footer-top {
	z-index: 2000 !important;
}

a .sitename,
a .sitename-footer {
	color: #ddd;
}

.footer-contact {
	font-weight: 300;
	line-height: 1.35;
}

.social-links {
	margin-top: 1.35rem !important;
}

.footer .copyright {
	border-top: none;
	color: #ddd;
	line-height: 1.75;
}

.copyright {
	color: #ddd;
}


.dev {
	margin-top: 1.7rem;
	font-size: 0.8rem;
}

.footer-links {
	margin-top: 2.5rem;
}


/* --- Index --- */

h3.post-title {
	line-height: 1.45;
}

.post-img > img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover; 
	object-position: center top;
}

.post-img-alt > img {
	aspect-ratio: 5/4;
}

.recent-blog-posts .post-item .post-title {
	margin-bottom: 0;
}

a.panel {
	color: #333;
	font-weight: 400;
}

a.panel:hover {
	color: #777;
}

.text-panel {
	margin: 5rem 0;
	padding: 1.65rem 3rem 3.5rem 3rem;
	background-color: #333;
}

.text-panel div {
	align-items: start;
	justify-content: space-between;
}

.text-panel h2 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-weight: 300;
	line-height: 1.35;
}

main.join .text-panel {
	margin: 0 0 3rem 0;
}

h2.title {
	text-transform: uppercase;
	font-size: 1.45rem;
}

h2.title::after {
	content: "";
	display: block;
	height: 1px;
	background: #ccc;
	margin: 1rem 0 1.5rem 0;
}

.get-started .php-email-form {
	padding: 0;
}

.get-started .php-email-form button[type=submit] {
	background-color: transparent;
	color: #fff;
	border: 1px solid currentColor;
	float: right;
	transition: all 0.3s ease;
}

.get-started .php-email-form button[type=submit]:hover {
	background-color: #666;
}


/* --- Nav --- */

nav {
	padding-top: 0.25rem !important;
}

.navmenu a {
	font-weight: 400;
	color: #ddd;
}

.scrolled .navmenu a {
	color: #333;
}


.navmenu > ul > li > a:before {
	height: 1px;
}

.scrolled .navmenu > ul > li > a:before {
	background-color: currentColor;
}


/* --- About --- */

table#officers tr > td:first-child {
	padding-right: 3rem;
}


/* --- Accessibility --- */

a.skip-main {
	left: -9999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -9999;
}

a.skip-main:focus,
a.skip-main:active {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: auto;
	margin: 10px;
	padding: 5px;
	font-size: 1.4em;
	z-index: 9999;
}



.section.light-background {
	padding-bottom: 5rem;
}

main.join .btn-join {
	margin-top: 0.5rem;

}

.btn-join {
	background-color: transparent;
	color: #fff;
	border: 1px solid currentColor;
	padding: .625rem 1.25rem;
	font-size: 1rem;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	border-radius: 3px;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.btn-join:hover,
.btn-join:focus {
	background-color: #666;
	color: #fff;
}

.br p {
	margin-top: 0;
	margin-bottom: 0.05rem;
	padding: 0;
}


@media (max-width: 767.98px) {
	.text-panel h2 {
		margin-bottom: 0.5rem;
	}
}


main.main:not(.index):not(.join) a {
	color: var(--default-color);
	text-decoration: underline;
}

main.main:not(.index):not(.join) a:hover,
main.main:not(.index):not(.join) a:focus,
main.main:not(.index):not(.join) a:active {
	color: #111;
	text-decoration: underline;
}



.hsmc-logo {
	display: block;
	max-width: 200px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin: -0.21rem auto 0 -0.35rem;
}

/* responsive? */

@media (max-width: 1199.98px) {

	.mobile-nav-toggle {
		color: #ddd;
		position: relative; 
		top: 15px;
	}

	.scrolled .mobile-nav-toggle {
		color: #333;
	}

	.mobile-nav-active .mobile-nav-toggle {
		color: #ddd;
	}

	.navmenu ul {
		text-align: center;
		align-items: center;
		padding-top: 2rem;
	}

	.navmenu ul li {
		width: 100%;
	}

	.navmenu a {
		justify-content: center;
	}

	.navmenu a,
	.navmenu a:focus {
		color: #333 !important;
		font-weight: 500;
		text-decoration: none !important;
		transition: color 0.3s ease;
	}

	.navmenu a:hover,
	.navmenu a:focus:hover {
		color: #777 !important;
		text-decoration: underline !important;
	}

	.navmenu .active,
	.navmenu .active:focus,
	.navmenu .active:hover {
		color: #777 !important;
		font-weight: 500;
		text-decoration: underline !important;
 	 }

	.navmenu a:hover,
	.navmenu a:focus:hover,
	.navmenu .active,
	.navmenu .active:focus,
	.navmenu .active:hover {
		text-underline-offset: 4px;
	}

}

.event-list {
	padding-top: 2rem;
}

.event {
	margin: 0 auto 3.5rem auto;
}

.event p {
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
}


/* When the grid is effectively 1 column (below md), make each Isotope item full width */
@media (max-width: 767.98px) {
  .gallery .isotope-container .portfolio-item {
    width: 100% !important;
    left: 0 !important;      /* override Isotope inline left */
    right: 0 !important;
  }

  /* ensure the image fills that full-width item */
  .gallery .isotope-container .portfolio-item img.img-fluid {
    width: 100%;
    height: auto;
  }
}




.event p.ww {
	margin: 1.5rem auto 0.15rem auto;
}

.event p.wwt {
	margin: 0.15rem auto;
}



.event.row {
  margin-left: 0;
  margin-right: 0;
}

p.event-date {
  padding-top: 0.35rem;
}

.event-title {
  margin: 0 0 1rem 0;
}

.star{
  position: relative;
  top: -0.5rem;
  left: 0.16rem;
  font-size: 1.1rem;
}


p.note {
	margin-top: 2rem;
	font-size: 1.15rem;
}

/* --- Google Map --- */

.map-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1.75;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.map-embed {
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(0.95);
}

.map-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(112, 66, 20, 0.1);
	pointer-events: none;
}

.tour-img {
	margin-top: 3rem;
	width: 100%;
	aspect-ratio: 16/9;
}

.tour-img > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}



/* --- Audio Files --- */

.audio-row {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.audio-time {
	display: inline-block;
	margin-left: 1rem;
	color: #555;
	border: solid 1px #999;
	padding: 0.25rem 0.5rem;
}

.audio-btn {
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 0.1rem;
	padding: 0;
	color: #666;
	font-size: 1.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.audio-btn:hover,
.audio-btn:focus-visible {
	color: #bbb;
}

.audio-toggle {
	font-size: 2rem;
}

.audio-toggle i {
	display: inline-block;
	line-height: 1;
}

.audio-toggle .icon-pause {
	display: none;
}

.audio-toggle.is-playing .icon-play {
	display: none;
}

.audio-toggle.is-playing .icon-pause {
	display: inline;
}

.audio-rewind,
.audio-forward {
		color: #bbb;
		pointer-events: none;
}

.audio-rewind.enabled,
.audio-forward.enabled {
		color: #666;
		pointer-events: auto;
}

.audio-rewind.enabled:hover,
.audio-forward.enabled:hover,
.audio-rewind.enabled:focus-visible,
.audio-forward.enabled:focus-visible {
		color: #bbb;
}


/* --- Accordions --- */

.more-text {
	margin-top: 1.5rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.more-text.is-open {

}

.more-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.25rem;
	padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	font-weight: 500;
	color: #666;
	transition: color 0.2s ease, transform 0.2s ease;
}

.more-toggle i {
	font-size: 1em;
	line-height: 1;
}

.bi-file-text {
	font-size: 0.8rem;
	color: #333;
	font-weight: 600;
}

.more-toggle:hover,
.more-toggle:focus-visible,
.more-toggle:hover .bi-file-text {
	color: #bbb;
}


.contact-info div p {
	margin-bottom: 0.15em;
}

@media (min-width: 992px) {
	.contact-info > div:nth-of-type(2) {
		padding-left: 4rem;
	}
}

@media (max-width: 991.98px) {
	.contact-info > div:first-of-type {
		order: 2;
	}
	.contact-info > div:nth-of-type(2) {
		order: 1;
	}
}


.contact-info div > p:first-of-type {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.contact-info div a {
	color: #333 !important;
}

.contact-info div a:hover {
	color: #999 !important;
}


form.php-email-form.email-form input.form-control,
form.php-email-form.email-form textarea.form-control {
	border-color: #999;
}

form.php-email-form.email-form input.form-control:focus,
form.php-email-form.email-form textarea.form-control:focus {
	border-color: #999;
}

form.php-email-form.email-form input.form-control::placeholder,
form.php-email-form.email-form textarea.form-control::placeholder {
	color: #999;
}


form.php-email-form.email-form button[type=submit] {
	background-color: #333;
	color: #fff;
	border: 1px solid currentColor;
	padding: .625rem 1.25rem;
	font-size: 1rem;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	border-radius: 3px;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

form.php-email-form.email-form button[type=submit]:hover,
form.php-email-form.email-form button[type=submit]:focus {
	background-color: #666;
	color: #fff;
}

.message-result {
	margin-bottom: 25rem;
}

@media (min-width: 992px) {
	main.about .col-lg-7 {
		padding: 0 3rem 0 2.75rem;
	}
}


.row.g-4.row-cols-1.row-cols-md-2.row-cols-lg-3 > .col {
	display: flex;
}

.row.g-4.row-cols-1.row-cols-md-2.row-cols-lg-3 > .col > .post-item {
	display: flex;              
	flex-direction: column;
	width: 100%;
}


.recent-blog-posts .row.g-4 > .col {
	display: flex;
}

.recent-blog-posts .row.g-4 > .col > .post-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.recent-blog-posts .post-item.no-card {
	background: none;
	box-shadow: none;
}

.projects .portfolio-content .portfolio-info .preview-link, .projects .portfolio-content .portfolio-info .details-link {
	  left: calc(50% - 20px);
}


.portfolio-info p {
	font-family: "Open Sans" !important;
	font-size: 0.9rem !important;  
	font-weight: 400 !important;
	color: #fff !important;         
	text-align: center;
}

.glightbox-container .gslide-description,
.glightbox-container .gslide-description::before {
	background: rgba(255, 255, 255, 0) !important;
	color: #ddd;
	font-size: 1.2rem;
	padding: 5px 10px;
	text-align: center;
}

.portfolio-content a { position: relative; display: block; }
.portfolio-info { pointer-events: none; }

@media (max-width: 1199.98px) {
  .navmenu a:focus {
    display: block;
    justify-content: unset;
  }
}

.officers-grid {
	text-align: left;
}

.officers {
  display: inline-grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
}

.officers .role {
  font-weight: 600;
  text-align: left;
}

.officers .name {
  text-align: left;
}

body:not(.index-page) #header {
  background-color: #fff !important;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

body:not(.index-page) .sitename,
body:not(.index-page) .navmenu a,
body:not(.index-page) .mobile-nav-toggle {
  color: #333 !important;
}

body:not(.index-page) .navmenu > ul > li > a:before {
  background-color: currentColor !important;
}

body:not(.index-page) main.main {
  padding-top: 155px;
}

.nav-block {
	padding-top: 0.9rem !important;
	padding-bottom: 1.2rem !important;
}

hr.divider {
  border:0;
  height:1px;
  background-color: #ccc;
	opacity: 1;
  margin: 2.5rem 0 1.5rem 0;
}


.lincoln-sketch {
	width: 100%;
	height: auto;
	display: block;
	margin: 0.3rem 0 2rem auto;
}

@media (max-width: 767.98px) {
	.lincoln-sketch {
		display: block;
		width: 100%;
		max-width: 380px;
		margin: 2rem auto 2rem auto;
  }
}

.post-item:hover .post-content p {
	color: #777;
}

.post-content p {
  transition: color 0.3s ease;
}


.join-page .text-panel{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap: 1rem;
}


.join-page .text-panel > .col-12.col-md-7{
  flex: 1 1 18rem;
  min-width: 12rem;
  max-width: 100%;
  padding: 0;
}


.join-page .text-panel > .col-12.col-md-5{
  flex: 1 1 12rem;
  max-width: 14rem;
  margin-left: auto;
  padding: 0;
}


.join-page .text-panel .btn-join{
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}


.exhibit-img {
  display: block;
  width: 100%;
  height: auto;
}

.exhibit p:first-of-type {
	margin-bottom: -1.5rem;
	text-transform: uppercase;
}

.exhibit p:nth-of-type(3) {
	font-weight: 700;
	color: 888;
}

.glightbox-container img {
  cursor: zoom-in;
}
