@font-face {
	font-family: hogfish_demoregular;
	src: url(../fonts/hogfish-webfont.woff2) format("woff2"), url(../fonts/hogfish-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
		"Helvetica Neue", sans-serif;
	font-weight: normal !important;
	color: #000000;
}
.mfp-content {
	background: #fff;
}
#schedule {
	padding: 30px;
}
#register {
	padding: 30px;
}
.healcode-btn {
	display: inline-block;
}
.healcode-btn-red .squareButton.global > a {
	background-color: #ee1d3a;
	border-color: #ee1d3a;
}
.btn-col {
	text-align: center;
}
.btn-col .healcode-btn {
	margin-bottom: 15px;
	width: 400px;
}
.btn-col .healcode-btn .squareButton {
	display: block;
}
.mfp-inline-holder .mfp-content {
	max-width: 500px;
}
.hc_registration input[type="email"],
.hc_registration input[type="password"],
.hc_registration input[type="text"] {
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	outline: 0;
	color: #888;
	background-color: #fafafa;
	border: 1px solid #ddd;
	margin: 0;
	background-color: #fff;
	width: 100%;
}
.hc_registration select {
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #888;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	width: 100%;
}
.hc_registration textarea {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	outline: 0;
	color: #888;
	background-color: #fafafa;
	border: 1px solid #ddd;
	margin: 0;
	padding: 15px;
	resize: vertical;
	box-sizing: border-box;
	width: 100%;
}
.hc_registration #registrations_birth_date_day,
.hc_registration #registrations_birth_date_month,
.hc_registration #registrations_birth_date_year {
	width: auto;
}
.wpb_wrapper {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}
.healcode-btn {
	text-align: center;
	width: 400px;
	margin-bottom: 15px !important;
	margin: auto;
	display: block;
	background-color: #006fba;
	border: 1px solid #069eed;
	transition: all 0.3s ease;
}
.healcode-btn:active {
	background-color: #323232;
	border-color: #323232;
}
.healcode-btn a,
.healcode-btn a:focus,
.healcode-btn a:hover {
	color: #fff;
}
.healcode-btn a {
	font-size: 18px;
	text-decoration: none;
	min-height: 40px;
	height: auto;
	line-height: 40px;
	padding: 10px 35px;
	width: 400px;
	overflow: hidden;
	outline: 0;
}
@media (max-width: 568px) {
	.healcode-btn {
		width: auto;
		font-size: inherit;
	}
	.healcode-btn a {
		padding: 10px 20px;
	}
}
.healwrap a {
	color: #146fb8 !important;
	background: #faed00;
	display: block;
	max-width: 100%;
	text-align: center;
	font-family: hogfish_demoregular;
	font-size: 18px;
	padding: 19px 0;
	border-radius: 50px;
	font-weight: 400 !important;
	margin: 0 auto 25px auto;
	text-transform: uppercase;
	text-decoration: none;
}

/* healcode fix */

h1,
h2,
h3,
h5,
h6 {
	font-family: "hogfish_demoregular";
	font-weight: normal;
	text-transform: uppercase;
}
