:root {
	--gg-blue: #1565C0;
	--gg-navy: #0D1B3E;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 1000;
	width: auto;
	height: auto;
	clip: auto;
	overflow: visible;
	padding: 8px 12px;
	background: #fff;
	color: #0D1B3E;
}

.gg-dropdown {
	display: none;
}

.gg-dropdown.is-open,
.gg-has-dropdown:hover > .gg-dropdown {
	display: block;
}

.gg-mobile-panel {
	display: none;
}

body.nav-open .gg-mobile-panel {
	display: block;
}

.gg-faq-panel {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s;
}

.gg-faq-item.is-open .gg-faq-panel {
	max-height: 80rem;
	opacity: 1;
}

.gg-faq-item.is-open .gg-faq-chevron {
	transform: rotate(180deg);
}

body.gg-inner #content {
	padding-top: 4.25rem;
}
