/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
	font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
	color: rgb(12, 60, 96);
}

a span {
	text-decoration: underline;
}

#page_title {
	display: none;
}

.skipNav {
	display: none;
}

header {
	background: #0e1825;
}

#usgeo-logo {
	max-width: 231px;
	width: 32vw;
	-o-object-fit: cover;
	object-fit: cover;
}

#contact-icon {
	width: 51px;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
}

.white {
	background: white;
}

.light-blue {
	background: #f0f5f9;
}

.section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-nav {
	background: #0e1825;
}

#purpose {
	background: #515962;
	padding: 40px;
}

#purpose * {
	color: white;
}

.logo-container {
	display: inline-block;
}

.contact-us {
	background: #0c3c60;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact-us * {
	color: white;
}

.contact-us a {
	text-decoration: underline;
}

.copyright {
	background: #0e1825;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copyright span {
	color: white;
}

.parallax {
	/* The image used */
	background-image: url("../img/background.jpg");
	/* Set a specific height */
	height: 372.3px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero {
	background-color: rgba(14, 24, 37, 0.45);
	margin-bottom: 50px;
	padding: 20px;
	display: inline-block;
	color: white;
}

.hero>p {
	color: white;
	font-size: 19px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

.hero>span {
	color: white;
	font-size: 32px;
	line-height: 0.8em;
	font-weight: bold;
}

.hero a>span {
	text-decoration: none;
}

.hero>div {
	display: flex;
	width: 100%;
	align-items: flex-end;
}

.hero>div>div {
	flex-grow: 1;
}

#learn-more span {
	color: #a8931b;
	-webkit-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
}

#learn-more span:hover {
	color: white;
}

#learn-more {
	text-decoration: none !important;
	font-family: arial, 'ｍｓ ｐゴシック', 'ms pgothic', '돋움', dotum, helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}

.section-title {
	font-size: 24px;
	font-weight: 700;
	text-align: start;
	line-height: 28.8px;
	margin-bottom: 0;
}

.section-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: bottom;
}

.section-title-container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.section-title-container>div {
	flex-grow: 1;
}

.logo {
	/*-webkit-filter: gray;
	        filter: gray; 
	-webkit-filter: grayscale(1); 
	        filter: grayscale(1);*/
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.logo-container-dev {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(30, 1fr);
	grid-template-rows: repeat(3, 96px);
	grid-gap: 16px 8px;
	grid-auto-rows: 0;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 30px;
	margin-bottom: 30px;
}

.logo-container-dev div:nth-child(n+1):nth-child(-n+6) {
	grid-column: span 5;
}

.logo-container-dev div:nth-child(n+7):nth-child(-n+11) {
	grid-column: span 6;
}

.logo-container-dev div:nth-child(n+12):nth-child(-n+17) {
	grid-column: span 5;
}

.logo-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: 77px 25px 77px;
	grid-template-rows: 77px 77px;
	grid-gap: 25px 1vw;
	grid-auto-rows: 0;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*.logo-container > *:nth-child(1) {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
}

.logo-container > *:nth-child(2) {
	grid-row: 1;
	grid-column: 3;
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.logo-container > *:nth-child(3) {
	grid-row: 1;
	grid-column: 5;
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.logo-container > *:nth-child(4) {
	grid-row: 1;
	grid-column: 7;
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.logo-container > *:nth-child(5) {
	grid-row: 1;
	grid-column: 9;
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}

.logo-container > *:nth-child(6) {
	grid-row: 1;
	grid-column: 11;
	-ms-grid-row: 1;
	-ms-grid-column: 11;
}

.logo-container > *:nth-child(7) {
	grid-row: 1;
	grid-column: 13;
	-ms-grid-row: 1;
	-ms-grid-column: 13;
}

.logo-container > *:nth-child(8) {
	grid-row: 3;
	grid-column: 1;
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.logo-container > *:nth-child(9) {
	grid-row: 3;
	grid-column: 3;
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.logo-container > *:nth-child(10) {
	grid-row: 3;
	grid-column: 5;
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.logo-container > *:nth-child(11) {
	grid-row: 3;
	grid-column: 7;
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.logo-container > *:nth-child(12) {
	grid-row: 3;
	grid-column: 9;
	-ms-grid-row: 3;
	-ms-grid-column: 9;
}

.logo-container > *:nth-child(13) {
	grid-row: 3;
	grid-column: 11;
	-ms-grid-row: 3;
	-ms-grid-column: 11;
}

.logo-container > *:nth-child(14) {
	grid-row: 3;
	grid-column: 13;
	-ms-grid-row: 3;
	-ms-grid-column: 13;
}*/

.section-icon {
	height: 50px;
}

.question-heading {
	font-weight: bold;
	font-size: 16px;
}

.media>img {
	height: 50px;
	object-fit: fill;
}

#contact-us input {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-us textarea {
	margin-top: 5px;
	margin-bottom: 10px;
}

.contact-us-section-title {
	font-size: 12px;
	font-weight: normal;
}

a.anchor {
	display: block;
	position: relative;
	top: -90px;
	visibility: hidden;
}

.announcement {
	height: 50px;
	background-color: #f0e68c;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.toggler {
	background: #0e1825;
	border-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.55);
}

.toggler span {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}*/

@media (min-width: 992px) {
	#mainNavbar {
		width: auto;
	}

	.align-navbar {
		align-items: center;
	}
}

.content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

footer {
	width: 100%;
	flex: 0 1;
	font-size: 12px;
}

body,
html {
	height: 100%;
}

.main-nav {
	min-height: 92px;
}

main {
	margin-top: 92px;
	flex: 1 1;
}

.transparent {
	border: 0;
	background-color: #00000000;
}

.usgeo-carousel-indicators {
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 1rem;
}

.usgeo-carousel-indicator {
	border: 0;
	width: 30px;
	margin-left: 3px;
	margin-right: 3px;
	opacity: .5;
	outline: none;
}

.usgeo-carousel-indicator:active,
.usgeo-carousel-indicator:hover,
.usgeo-carousel-indicator:focus {
	outline: none;
}

.panel-container {
	position: relative;
}

.panel {
	height: auto;
	max-width: 100%;
}

.panel-overlay {
	background-color: var(--bs-blue);
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.panel-overlay:hover {
	opacity: .5;
}

.kiosk-link {
	display: flex;
	justify-content: center;
}

.kiosk-link>a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	width: 215px;
}

.kiosk-link>a>img {
	height: 40px;
}

#record:hover {
	border: 5px solid #0d6efd;
	border-radius: 50%;
	background-color: #0d6efd;
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.ad-hoc-team-heading {
	display: flex;
	column-gap: 20px;
	font-size: 20px;
}

.cafe-usa-link {
	display: flex;
	justify-content: center;
}

.cafe-usa-link>a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	width: 250px;
	font-size: 14px;
}

.section-header-container {
	display: flex;
	justify-content: center;
}

.section-header {
	font-size: 20px;
	display: flex;
	column-gap: 20px;
}

.material-symbols-outlined {
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 48
}

.jazz-albums {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	column-gap: 48px;
	row-gap: 48px;
	margin-bottom: 20px;

	a {
		width: 300px;
		height: 300px;
		box-shadow: 2px 2px 4px 2px #e2e2e2;
		outline: 1px solid #e2e2e2;
	}

	a:hover {
		outline: 4px solid #0d6efd;
	}
}

.jazz-observatory-carousel {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.jazz-observatory-panels-2019 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 225px;
}

.jazz-stage-photos {
	justify-content: stretch;
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 280px;
}

.jazz-observatory-panels-2023 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 20px;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 186px;
}

@media (min-width: 576px) {
	.jazz-observatory-panels-2019 {
		height: 209px;
	}

	.jazz-stage-photos {
		height: 262px;
	}

	.jazz-observatory-panels-2023 {
		height: 172px;
	}
}

@media (min-width: 768px) {
	.jazz-albums {
		flex-direction: row;
	}

	.jazz-observatory-panels-2019 {
		height: 295px;
	}

	.jazz-stage-photos {
		height: 357px;
	}

	.jazz-observatory-panels-2023 {
		height: 246px;
	}
}

@media (min-width: 992px) {
	.jazz-observatory-panels-2019 {
		height: 409px;
	}

	.jazz-stage-photos {
		height: 483px;
	}

	.jazz-observatory-panels-2023 {
		height: 344px;
	}
}

@media (min-width: 1200px) {
	.jazz-observatory-panels-2019 {
		height: 495px;
	}

	.jazz-stage-photos {
		height: 578px;
	}

	.jazz-observatory-panels-2023 {
		height: 418px;
	}
}

@media (min-width: 1400px) {
	.jazz-observatory-panels-2019 {
		height: 580px;
	}

	.jazz-stage-photos {
		height: 673px;
	}

	.jazz-observatory-panels-2023 {
		height: 492px;
	}
}