@import "https://use.typekit.net/ckd8nmv.css";

/* badge text update */
[class*="MuiChip"] {
  color: #002554 !important;
}
/* badge text update */

 .kcw #kcw__bhs__footer a:visited {
	color: #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__header {
	font-family: proxima-nova, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn {
	cursor: pointer;
	border-width: 0;
	border-radius: 10px;
	align-items: center;
	min-width: 44px;
	line-height: 1.25;
	text-decoration: none;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	display: flex;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn:focus {
	outline-offset: 4px;
	outline-width: 1px;
	outline-style: dashed;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__parent-container-fit {
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__secondary,
 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__secondary:hover,
 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__secondary:focus {
	color: #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__tertiary {
	color: #1b365d;
	background-color: #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__tertiary:focus {
	outline-color: #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__cta-dark {
	text-align: left;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__quaternary {
	background-color: #B3E0D7;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__quaternary.kcw__bhs__border-white {
	border: 1px solid #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__quaternary.kcw__bhs__border-white:focus {
	outline-color: #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__quaternary.kcw__bhs__border-blue {
	color: #1b365d;
	border-style: solid;
	border-width: 1px;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__quaternary.kcw__bhs__border-magenta {
	border-style: solid;
	border-width: 1px;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__small {
	min-height: auto;
	padding: .75rem 1.25rem;
	font-size: .875rem;
	line-height: 1.25rem;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__large {
	padding: 1rem 2rem;
	line-height: 1.75rem;
	font-size: 1.125rem !important;
}

 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__cta-dark.kcw__bhs__small,
 .kcw #kcw__bhs__header .kcw__bhs__btn.kcw__bhs__cta-dark.kcw__bhs__large {
	padding: 0;
	line-height: 1.75rem;
	font-size: 1.125rem !important;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul {
	display: block;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul {
		justify-content: space-between;
		align-items: center;
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li {
	border-style: solid;
	border-width: 0 0 1px;
	padding-top: .875rem;
	padding-bottom: .875rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li {
		text-align: center;
		border-style: none;
		margin-right: 2rem;
		padding-top: .75rem;
		padding-bottom: .625rem;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li>ul {
	margin-top: .375rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li>ul {
		z-index: 50;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li>ul>li {
	padding-top: .375rem;
	padding-bottom: .375rem;
	padding-left: .5rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li>ul>li {
		text-align: left;
		padding: 1rem 1rem 0;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li>ul {
	text-transform: none;
	display: none;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:hover>ul,
 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:active>ul {
	display: block;
}

@media (min-width: 800px) {

	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:hover>ul,
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:active>ul {
		padding-top: 1.5rem;
		position: absolute;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:hover>ul>li,
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:active>ul>li {
		background-color: #fff;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:hover>ul>li:first-child,
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:active>ul>li:first-child {
		border-style: solid;
		border-width: 4px 0 0;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:hover>ul>li:last-child,
	 .kcw #kcw__bhs__header .kcw__bhs__header-submenu nav>ul>li:active>ul>li:last-child {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
		padding-bottom: 1rem;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu a,
 .kcw #kcw__bhs__header .kcw__bhs__header-submenu ul,
 .kcw #kcw__bhs__header .kcw__bhs__header-submenu li {
	color: inherit;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	margin-left: 0;
	padding-left: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
	list-style-type: none;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-submenu .kcw__bhs__visually-hidden {
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header {
	color: #1b365d;
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header {
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-organizer {
	justify-content: space-between;
	align-items: baseline;
	display: flex;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-organizer {
		align-items: center;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-logo-wrapper {
	width: 8rem;
	display: inline-block;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-logo-wrapper {
		width: 16rem;
		padding-right: 2.25rem;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-logo-wrapper {
		width: 16rem;
		padding-right: 2.5rem;
	}
}

@media (min-width: 1440px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-logo-wrapper {
		width: 14rem;
		padding-right: 3rem;
	}
}

@media (min-width: 2180px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-logo-wrapper {
		width: 15rem;
		padding-right: 4rem;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-logo-wrapper:hover {
	opacity: .8;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-section {
		display: none;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-search-wrapper,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-hamburger-wrapper {
	cursor: pointer;
	background-color: #fff;
	border-radius: 9999px;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	transition-duration: .3s;
	display: inline-flex;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-search-wrapper {
	margin-right: .75rem;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-hamburger-wrapper {
	margin-left: 0;
	margin-right: 0;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-links-master-section {
	flex-direction: column;
	display: flex;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-links-master-section {
		width: 100%;
		display: block;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-dropdown-menu-section {
	display: none;
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-dropdown-menu-section {
		line-height: 1.5rem;
		font-size: 1rem !important;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-dropdown-menu-section {
		border: 0 solid #c7c7c7;
		border-top-width: 1px;
		justify-content: space-between;
		padding-top: .875rem;
		line-height: 1.25rem;
		display: flex;
		font-size: .875rem !important;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-dropdown-menu-section {
	display: block;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-dropdown-menu-section {
		justify-content: flex-end;
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-button-wrapper {
	margin-top: .75rem;
	margin-bottom: 1.75rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-button-wrapper {
		flex-direction: column;
		justify-content: center;
		margin-top: 0;
		margin-bottom: 0;
		display: flex;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-desktop-search-toggle-section {
		padding-bottom: 1rem;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded .kcw__bhs__header-desktop-search-toggle-section {
		flex-direction: row-reverse;
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section ul {
	font-size: 1rem;
	font-weight: 400;
	display: none;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section {
	display: block;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section {
		display: block;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section ul {
		justify-content: space-between;
		height: 1.5rem;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-organizer {
		margin-right: auto;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section ul {
	margin-bottom: .625rem;
	display: block;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section ul {
	justify-content: space-between;
	align-items: center;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-mobile-controls-organizer {
	margin-right: auto;
}

@media (min-width: 800px) {

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section ul {
		margin-bottom: 0;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section ul {
		display: flex;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section ul {
		justify-content: flex-end;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-link,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section li:not(:last-child) {
	margin-bottom: 1.75rem;
}

@media (min-width: 800px) {

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-link,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded .kcw__bhs__header-utilities-section li:not(:last-child) {
		margin-bottom: 0;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section ul,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded .kcw__bhs__header-utilities-link,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded .kcw__bhs__header-utilities-section ul {
		display: flex;
	}

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-link,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section li {
		margin-right: 1.75rem;
	}
}

@media (min-width: 1280px) {

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-link,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-utilities-section li {
		margin-right: 1.75rem;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__desktop-search-control {
	cursor: pointer;
	color: #007cc2;
	background-color: #fff;
	border-left: 1px solid #c7c7c7;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	display: none;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__desktop-search-control {
		align-items: center;
		display: flex;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__desktop-search-control {
		padding-left: 1.75rem;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__desktop-search-control:hover {
	color: #1b365d;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded .kcw__bhs__desktop-search-control {
		padding-left: .5rem;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header-search-wrapper {
	display: none;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded .kcw__bhs__header-search-wrapper {
	display: block;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded .kcw__bhs__header-search-wrapper {
		width: 66.6667%;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header hr {
	border-style: none;
	height: 1px;
	margin-top: 1rem;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	display: none;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__header hr {
		display: none;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded hr,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded hr {
	display: block;
}

@media (min-width: 800px) {

	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__hamburger-expanded hr,
	 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__search-expanded hr {
		display: none;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper a,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper ul,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper li {
	color: #007cc2;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
	font-size: 1.125rem;
	font-weight: 700;
	list-style-type: none;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper a {
	display: block;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__parent-container-fit:hover {
	background: #004e7a;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__parent-container-fit a,
 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__parent-container-fit {
	color: #002554;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-utilities-link-slot-wrapper a {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-utilities-link-slot-wrapper {
	display: none;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__header-utilities-link-slot-wrapper {
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper a:hover {
	color: #004e7a;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-wrapper .kcw__bhs__parent-container-fit a:hover {
	color: #fff;
}

 .kcw #kcw__bhs__header .kcw__bhs__heart-folder-icon {
	width: 20px;
	height: 20px;
	margin-right: .8rem;
}

 .kcw #kcw__bhs__header .kcw__bhs__heart-folder-icon svg {
	color: #002554;
}

 .kcw #kcw__bhs__header .kcw__bhs__header-logo-wrapper .kcw__bhs__st0 {
	fill: #00665e;
}

 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check {
	opacity: 0;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check {
		display: none;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~hr {
	display: none;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~hr {
		display: none;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-dropdown-menu-section {
	display: block;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-dropdown-menu-section {
		justify-content: flex-end;
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-section,
 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-section ul {
	margin-bottom: .625rem;
	display: block;
}

@media (min-width: 800px) {

	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-section,
	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-section ul {
		justify-content: flex-end;
		margin-bottom: 0;
		display: flex;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-link,
 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-section li:not(:last-child) {
	margin-bottom: 1.75rem;
}

@media (min-width: 800px) {

	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-link,
	 .kcw #kcw__bhs__header .kcw__bhs__hamburger-check:checked~.kcw__bhs__header-links-master-section .kcw__bhs__header-utilities-section li:not(:last-child) {
		margin-bottom: 0;
	}
}

 .kcw #kcw__bhs__header .kcw__bhs__visually-hidden {
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}

 .kcw #kcw__bhs__header .kcw__bhs__ghs-logo svg {
	fill: #007cc2;
}

 .kcw #kcw__bhs__header .kcw__bhs__ghs-logo .kcw__bhs__bhs-logo__paths {
	fill-rule: evenodd;
	clip-rule: evenodd;
}

 .kcw #kcw__bhs__header .kcw__bhs__static-container {
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: block;
}

 .kcw #kcw__bhs__header .kcw__bhs__static-container.kcw__bhs__header {
	flex-direction: column;
	max-width: 1360px;
	display: flex;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__header .kcw__bhs__static-container.kcw__bhs__header {
		flex-direction: row;
		display: block;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__header .kcw__bhs__static-container {
		max-width: 1280px;
		display: block;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__header .kcw__bhs__static-container {
		max-width: 1440px;
	}
}

@media (min-width: 1440px) {
	 .kcw #kcw__bhs__header .kcw__bhs__static-container {
		max-width: 2180px;
	}
}

@media (min-width: 2180px) {
	 .kcw #kcw__bhs__header .kcw__bhs__static-container {
		max-width: 2180px;
	}
}

 .kcw #kcw__bhs__footer {
	padding-top: 3rem;
}

 .kcw #kcw__bhs__footer ghs-footer-bh {
	justify-content: center;
	width: 100%;
	margin-top: -3.11791vw;
	display: flex;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer ghs-footer-bh {
		margin-top: -4.04657vw;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer ghs-footer-bh {
		margin-top: calc(-1 * max(0px, min(2.59354vw, 52px)));
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-super-wrapper {
	width: 100%;
	max-width: 2180px;
	font-family: proxima-nova, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	position: relative;
}

 .kcw #kcw__bhs__footer .kcw__rounded-wrapper {
	width: 100%;
	height: 100%;
	padding: 1rem;
	display: block;
	position: absolute;
	overflow: hidden;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__rounded-wrapper {
		padding: 2rem;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__rounded-wrapper {
		padding: 2.5rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__rounded-wrapper svg {
	width: 100%;
	height: auto;
}

 .kcw #kcw__bhs__footer .kcw__footer-wrapper {
	color: #fff;
	background-color: #007cc2;
	margin-top: -.25rem;
}

 .kcw #kcw__bhs__footer .kcw__rounded {
	width: 100%;
}

 .kcw #kcw__bhs__footer .kcw__rounded.kcw__big {
	display: none;
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__rounded.kcw__big {
		display: block;
	}
}

 .kcw #kcw__bhs__footer .kcw__rounded.kcw__medium {
	display: none;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__rounded.kcw__medium {
		display: block;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__rounded.kcw__medium {
		display: none;
	}
}

 .kcw #kcw__bhs__footer .kcw__rounded.kcw__small {
	width: 100%;
	margin-bottom: -20px;
	display: block;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__rounded.kcw__small {
		display: none;
	}
}

 .kcw #kcw__bhs__footer .kcw__rounded svg {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
}

 .kcw #kcw__bhs__footer .kcw__rounded-border {
	border-style: solid;
	border-width: 0 0 1px;
	border-bottom-color: #29a2f6;
}

 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__big {
	height: 100%;
	display: none;
	overflow: hidden;
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__big {
		display: block;
	}
}

 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__medium {
	height: 100%;
	display: none;
	overflow: hidden;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__medium {
		display: block;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__medium {
		display: none;
	}
}

 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__small {
	height: 100%;
	display: block;
	overflow: hidden;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__rounded-border.kcw__small {
		display: none;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-brand-logo {
	z-index: 10;
	justify-content: center;
	width: 100%;
	margin-top: -1.25rem;
	padding-top: 1.6rem;
	display: flex;
	position: absolute;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer-brand-logo {
		margin-top: 0;
		padding-top: .5rem;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer-brand-logo {
		padding-top: .5rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer {
	z-index: 20;
	padding: 1.5rem 2rem;
	position: relative;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer {
		padding: 6rem 2.5rem 3rem;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-top-supersection {
	flex-direction: column-reverse;
	display: flex;
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-top-supersection {
		flex-direction: row;
		justify-content: space-between;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
	white-space: nowrap;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
		text-align: left;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
		flex-grow: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
	text-align: center;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
		text-align: left;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		display: flex;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-links {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-links {
		margin-top: 2rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact {
	border-width: 0;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 0;
	display: flex;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section>.kcw__footer-contact {
	border-top-width: 1px;
	padding-top: 0;
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section>.kcw__footer-contact {
		border-top-width: 0;
		padding-top: 3rem;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact {
		border-top-width: 0;
	}

	 .kcw #kcw__bhs__footer .kcw__footer ghs-footer-slotted-contact-menu .kcw__footer-contact {
		border-bottom-width: 0;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact .kcw__footer-contact {
	border-bottom-width: 0;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact {
	border-style: solid;
	border-color: #29a2f6;
	border-bottom-width: 1px;
}

 .kcw #kcw__bhs__footer .kcw__footer-contact {
	letter-spacing: 0;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

 .kcw #kcw__bhs__footer .kcw__footer-contact strong {
	color: #fff;
	font-family: merriweather, "serif";
}

 .kcw #kcw__bhs__footer .kcw__footer-contact p {
	color: #fff;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact {
		flex-direction: row;
		margin-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact {
		border-width: 0;
		flex-direction: column;
		margin-top: 0;
		padding-top: 0;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-top {
	padding-top: .6rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-top {
		flex-direction: row;
		gap: 8rem;
		display: flex;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-bottom {
	padding-top: 2rem;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-bottom {
		padding-top: 2rem;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-bottom {
		padding-top: 2rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-title {
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: max(1.25rem, min(.83rem + 1.04vw, 1.5rem));
	font-weight: 400;
	line-height: 2.5rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-social-icons {
	border: 0 solid #29a2f6;
	border-bottom-width: 1px;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	display: flex;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-social-icons {
		border-width: 0;
		margin-bottom: 0;
		display: block;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-social-icons {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-privacy-policy,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-terms-of-use,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-us {
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	font-size: .875rem;
	line-height: 1.25rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-copyright {
		text-align: left;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-btt {
	width: 100%;
	margin-bottom: 1rem;
	display: block;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-btt {
		display: flex;
	}

	 .kcw #kcw__bhs__footer .kcw__footer-menu-section {
		flex-grow: 1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		display: grid;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer-menu-section {
		max-width: 42rem;
	}
}

@media (min-width: 2180px) {
	 .kcw #kcw__bhs__footer .kcw__footer-menu-section {
		max-width: 48rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-menu-section>ghs-footer-slotted-block-menu {
	padding-top: 2rem;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer-menu-section>ghs-footer-slotted-block-menu {
		padding-top: 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-menu-section>ghs-footer-slotted-block-menu+ghs-footer-slotted-block-menu {
	border: 0 solid #29a2f6;
	border-top-width: 1px;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__footer-menu-section>ghs-footer-slotted-block-menu+ghs-footer-slotted-block-menu {
		border-top-width: 0;
		border-left-width: 1px;
	}

	 .kcw #kcw__bhs__footer .kcw__footer-menu-section>ghs-footer-slotted-block-menu:last-of-type {
		padding-right: 0;
	}
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul {
	color: #fff;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul {
		flex-direction: row;
		margin-left: 0;
		margin-right: 0;
		display: flex;
	}
}

 .kcw #kcw__bhs__footer ul {
	text-align: center;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul {
		text-align: left;
	}
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul li {
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul li:after {
	content: "|";
	margin-left: .75rem;
	margin-right: .75rem;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul li:last-of-type:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu a {
	color: #fff;
	text-decoration-line: none;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu a:hover {
	text-decoration-line: underline;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul {
	text-align: center;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul {
		text-align: left;
	}
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul li {
	line-height: 2.5rem;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu ul li a {
	letter-spacing: 0;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu .kcw__utility-menu-title {
	text-align: center;
	letter-spacing: 0;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer ghs-footer-slotted-utility-menu .kcw__utility-menu-title {
		text-align: left;
		font-weight: 700;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-top-supersection {
		display: flex;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
	text-align: center;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
		text-align: left;
		flex-grow: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
		flex-grow: 1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 2.5rem;
		margin-left: 4rem;
		margin-right: 0;
		display: grid;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
		margin-left: 9rem;
	}
}

@media (min-width: 1360px) {
	 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
		margin-left: 12rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		display: flex;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-links {
	width: 100%;
	margin-bottom: 1rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-brand-logo {
	font-size: var(--fs-2xl);
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.75rem;
	line-height: 2rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-brand-logo {
		max-width: 200px;
		margin-left: 0;
		margin-right: 0;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-social-icons {
	padding-bottom: 1.5rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-great-divide-hr {
	background-color: #004e7a;
	border-style: none;
	height: 1px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-privacy-policy,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-terms-of-use,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-us {
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	font-size: .875rem;
	line-height: 1.25rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-copyright {
		text-align: left;
	}

	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-btt {
		text-align: right;
	}
}

 .kcw #kcw__bhs__footer .kcw__ghs-logo {
	display: block;
}

 .kcw #kcw__bhs__footer .kcw__ghs-logo .kcw__svg {
	width: 24rem;
}

 .kcw #kcw__bhs__footer .kcw__footer-super-wrapper .kcw__ghs-logo svg {
	width: 70%;
	height: auto;
	margin-top: -.1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer-super-wrapper .kcw__ghs-logo svg {
		width: 16rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-contact a {
	overflow-wrap: break-word;
	color: #fff;
	text-decoration-line: none;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-contact-menu .kcw__footer-contact {
	letter-spacing: 0;
	text-wrap: wrap;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-contact-menu strong {
	font-size: max(1.25rem, min(.83rem + 1.04vw, 1.5rem));
	font-weight: 400;
	line-height: 142%;
}

 .kcw #kcw__bhs__footer ghs-social-share {
	display: block;
}

 .kcw #kcw__bhs__footer .kcw__social-share-button__link,
 .kcw #kcw__bhs__footer .kcw__social-share-button__icon {
	display: inline-block;
}

 .kcw #kcw__bhs__footer .kcw__social-share-button__link {
	text-decoration-line: none;
}

 .kcw #kcw__bhs__footer .kcw__social-share__group {
	flex-wrap: wrap;
	gap: 1.25rem;
	display: flex;
}

@media (min-width: 768px) {
	 .kcw #kcw__bhs__footer .kcw__social-share__group {
		justify-content: flex-start;
	}
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--left {
	justify-content: flex-start;
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--center {
	justify-content: center;
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--right {
	justify-content: flex-end;
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--boxes .kcw__social-share-button {
	border-radius: .125rem;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
	transition: opacity .2s ease-in, transform .2s ease-in;
	display: flex;
	transform: translate(0);
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--boxes .kcw__social-share-button i {
	margin-top: 30%;
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--boxes .kcw__social-share-button:hover {
	opacity: .8;
	transform: translate(0, -5px);
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--boxes .kcw__social-share-button__link {
	margin: .25rem;
}

 .kcw #kcw__bhs__footer .kcw__social-share__group--with-border .kcw__social-share-button__link {
	border-style: solid;
	border-width: 1px;
	border-radius: 9999px;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	display: flex;
}

 .kcw #kcw__bhs__footer ghs-social-share .kcw__social-share__group--boxes .kcw__social-share-button__link {
	color: #fff;
}

 .kcw #kcw__bhs__footer ghs-social-share .kcw__social-share-button__link {
	color: #007cc2;
}

 .kcw #kcw__bhs__footer ghs-social-share .kcw__social-share-button__link:hover {
	color: #004e7a;
}

 .kcw #kcw__bhs__footer ghs-social-share .kcw__social-share__group--light .kcw__social-share-button__link {
	color: #fff;
}

 .kcw #kcw__bhs__footer ghs-social-share .kcw__social-share__group--light .kcw__social-share-button__link:hover {
	color: #ade1ff;
}

 .kcw #kcw__bhs__footer ghs-social-share .kcw__social-share__group--dark .kcw__social-share-button__link {
	color: #007cc2;
}

 .kcw #kcw__bhs__footer outline-container {
	display: block;
}

 .kcw #kcw__bhs__footer .kcw__footer-wrapper {
	color: #fff;
	background-color: #007cc2;
	width: 100%;
}

 .kcw #kcw__bhs__footer .kcw__footer-wrapper .kcw__footer {
	max-width: 1000px;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer-wrapper .kcw__footer {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1400px) {
	 .kcw #kcw__bhs__footer .kcw__footer-wrapper .kcw__footer {
		max-width: 1200px;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer-wrapper .kcw__footer .kcw__footer-top-supersection {
		display: flex;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
	text-align: center;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-logo-section {
		text-align: left;
		flex-grow: 0;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
	margin-left: 1rem;
	margin-right: 1rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
		flex-grow: 1;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 2.5rem;
		margin-left: 0;
		margin-right: 0;
		padding-top: 3rem;
		padding-bottom: 2rem;
		display: grid;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
		margin-left: 9rem;
	}
}

@media (min-width: 1360px) {
	 .kcw #kcw__bhs__footer .kcw__footer [slot="footer-menu-section"] {
		margin-left: 12rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-disclaimer-et-al-section {
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		display: flex;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-links {
	width: 100%;
	margin-bottom: 1rem;
	padding-top: 2rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-brand-logo {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.75rem;
	line-height: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-brand-logo {
		max-width: 200px;
		margin-left: 0;
		margin-right: 0;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-social-icons {
	padding-bottom: 1.5rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-great-divide-hr {
	background-color: #004e7a;
	border-style: none;
	height: 1px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-privacy-policy,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-terms-of-use,
 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-contact-us {
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	font-size: .875rem;
	line-height: 1.25rem;
}

 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-copyright {
	margin-bottom: 2rem;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-copyright {
		text-align: left;
	}

	 .kcw #kcw__bhs__footer .kcw__footer .kcw__footer-btt {
		text-align: right;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots ul {
	text-align: left;
	color: #fff;
	margin: 0 0 2rem;
	padding: 0;
	list-style-type: none;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots ul li {
	margin-bottom: .875rem;
	margin-left: 0;
	margin-right: 0;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots a {
	color: #fff;
	text-decoration-line: none;
}

 .kcw #kcw__bhs__footer outline-container .kcw__footer-subsection-hr {
	display: none;
}

 .kcw #kcw__bhs__footer outline-container .kcw__footer-subsection-title {
	font-size: max(1.25rem, min(.83rem + 1.04vw, 1.5rem));
	font-weight: 400;
	line-height: 142%;
}

 .kcw #kcw__bhs__footer outline-container .kcw__footer-subsection-slots a {
	letter-spacing: 0;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

 .kcw #kcw__bhs__footer .kcw__static-container {
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: block;
}

 .kcw #kcw__bhs__footer .kcw__static-container.kcw__header {
	flex-direction: column;
	display: flex;
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__static-container.kcw__header {
		flex-direction: row;
	}
}

@media (min-width: 640px) {
	 .kcw #kcw__bhs__footer .kcw__static-container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	 .kcw #kcw__bhs__footer .kcw__static-container {
		max-width: 768px;
	}
}

@media (min-width: 800px) {
	 .kcw #kcw__bhs__footer .kcw__static-container {
		max-width: 800px;
	}
}

@media (min-width: 1280px) {
	 .kcw #kcw__bhs__footer .kcw__static-container {
		max-width: 1280px;
	}
}

@media (min-width: 1360px) {
	 .kcw #kcw__bhs__footer .kcw__static-container {
		max-width: 1360px;
	}
}

@media (min-width: 2180px) {
	 .kcw #kcw__bhs__footer .kcw__static-container {
		max-width: 2180px;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection {
	display: block;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-hr {
	border-style: none;
	height: .125rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-title {
	color: #fff;
	margin-bottom: 1.25rem;
	font-size: x-large;
	font-weight: 700;
	line-height: 1.75rem;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots ul {
	text-align: left;
	color: #fff;
	margin: 0 0 2rem;
	padding: 0;
	list-style-type: none;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots ul li {
	margin-bottom: .875rem;
	margin-left: 0;
	margin-right: 0;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots a {
	color: #fff;
	text-decoration-line: none;
}

 .kcw #kcw__bhs__footer .kcw__footer-subsection-slots a:hover {
	text-decoration-line: underline;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-block-menu .kcw__footer-subsection-hr {
	display: none;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-block-menu .kcw__footer-subsection-title {
	font-family: merriweather, "serif";
	font-size: max(1.25rem, min(.83rem + 1.04vw, 1.5rem));
	font-weight: 400;
	line-height: 142%;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-block-menu .kcw__footer-subsection-slots a {
	letter-spacing: 0;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

 .kcw #kcw__bhs__footer .kcw__about-me-heading {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	 .kcw #kcw__bhs__footer .kcw__about-me-heading {
		margin-bottom: 1.5rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__about-me-text {
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (min-width: 768px) {
	 .kcw #kcw__bhs__footer .kcw__about-me-text {
		margin-bottom: 2.5rem;
	}
}

 .kcw #kcw__bhs__footer .kcw__footer-contact {
	color: #fff;
}

 .kcw #kcw__bhs__footer .kcw__footer-contact p {
	margin-top: .625rem;
	margin-bottom: .625rem;
}

 .kcw #kcw__bhs__footer .kcw__footer-contact a {
	overflow-wrap: break-word;
	color: #fff;
	text-decoration-line: none;
}

 .kcw #kcw__bhs__footer .kcw__footer-contact a:hover {
	text-decoration-line: underline;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-contact-menu .kcw__footer-contact {
	letter-spacing: 0;
	text-wrap: wrap;
	font-size: max(.88rem, min(.67rem + .52vw, 1rem));
	line-height: 120%;
}

 .kcw #kcw__bhs__footer ghs-footer-slotted-contact-menu strong {
	font-size: max(1.25rem, min(.83rem + 1.04vw, 1.5rem));
	font-weight: 400;
	line-height: 142%;
}

 .kcw #kcw__bhs__footer ghs-icon {
	display: flex;
}

 .kcw #kcw__bhs__footer ghs-icon svg {
	height: inherit;
	width: inherit;
}

 .kcw #kcw__bhs__footer .kcw__footer {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

 .kcw #kcw__bhs__footer .kcw__packers-logo svg {
	width: 100%;
	max-width: 16rem;
	height: auto;
}

