body {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	background: #f4f4f3;
}

.table td {
	background: none;
}

strong {
	font-weight: 600;
}

.k-bg-dark {
	background: #383838;
	color: white;
}

.cal-sans-regular {
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.k-top-nav a,
.k-top-nav a:hover,
.k-top-nav a:active,
.k-top-nav a:visited,
.k-top-nav a:focus {
	color: white;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
	color: #333;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: auto;
	text-underline-position: under;
}

.k-top-nav a.active {
	border-bottom: solid 1px white;
}

h1, h2, h3, h4 {
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
}

.py-6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

pt-6 {
	padding-top: 6rem !important;
}
