html {
	scroll-behavior: smooth;
}

.scroll-hook .logo-new {
	width: unset;
}

.scroll-hook {
	flex-direction: column;
	flex-wrap: nowrap;
}

.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-nav li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	justify-content: flex-start;
	padding: 0 10px;
	margin: 0;
}

.main-nav li:hover svg {
	transform: rotate(0deg);
}

.main-nav li ul {
	position: absolute;
	top: 49px;
	left: 10px;
}

.main-nav .menu-toggle {
	background-color: transparent;
	border: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	display: flex;
	place-items: center;
	margin-left: 3px;
}

.main-nav .menu-toggle svg {
	transform: rotate(-95deg);
	transition: all 0.3s ease-in-out;
}

.main-skip-to {
	background-color: #fff;
	color: #114571;
}

.main-skip-to:focus {
	color: #114571;
}
.main-skip-to:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}

.responsive-video {
	height: 100%;
	padding-bottom: unset;
}

.responsive-video .play-pause {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

.video-controls {
	border: 0;
	background-color: transparent;
	padding: 0;
	color: #fff;
	width: 30px;
	height: 30px;
}

.video-controls svg {
	width: 30px;
	height: 30px;
}

.body-copy a {
	text-decoration: underline;
}

/* section.banner p {
	font-size: 16px;
	line-height: 24px;
	color: #001f3b;
}

section.banner p a {
	color: #114571;
	font-weight: bold;
} */
