@font-face {
	font-family: 'Ringside Narrow Book';
	font-display: swap;
	src: url("./fonts/RingsideNarrow-Book.otf");
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: 'Ringside Narrow Book';
	color: rgb(51, 51, 51);
}
h1 {
	margin: 0;
}
img, iframe {
	max-width: 100%;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: inline-block;
	}
}
.white_bg {
	background: #fff;
}
.grey_bg {
	background: rgb(245,244,244);
}
.m960 {
	max-width: 960px;
	margin: auto;
}
.mt39 {
	margin-top: 39px;
}
.clear {
	clear: both;
}

#header {
	margin: auto;
}

#header .container {
	width: 1200px;
	max-width: 100vw;
	margin: auto;
	text-align: center;
	display: block;
	padding: 30px 0;
}

@media only screen and (max-width: 600px) {
	#header .container {
		padding: 10px 0;
	}
}

#header .container .logo {
	margin-bottom: 20px;
}

#header .container .links {
	width: 570px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	display: table;
}

#header .container .links span {
	width: 25%;
	float: left;
}

#header .container .links a {
	color: rgb(11, 43, 83);
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
}

#header .container .links .current a {
	border-bottom: 2px solid rgb(11, 43, 83);
	padding-bottom: 3px;
}

.sticky_header .container {
	max-width: 1200px;
	margin: auto;
	text-align: center;
	display: block;
}

@media only screen and (max-width: 600px) {
	#header .container .links {
		width: 100vw;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		height: 25px;
		display: block;
	}

	#header .container .links span {
		width: auto;
		margin-left: 20px;
		margin-right: 10px;
		float: none;
	}
}

main {
	margin-top: 30px;
}

.products {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 0;
	margin: auto;
	width: 1200px;
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
	.products {
		grid-template-columns: 100%;
	}
	.products > div {
		margin-bottom: 20px;
		text-align: center;
	}
}

main {
	margin-top: 30px;
}

.text {
	border: 0;
	border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
	background-color: rgb(0,116,255);
	text-align: center;
	display: table;
	padding: 8px 13px;
	margin: 10px auto;
}

.print .text {
	background-color: #3C3C3C;
}

.text a {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
	text-decoration: none;
}

.email_us {
	margin-top: 40px;
	text-align: center;
	display: block;
	color: #0B2B53;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

@media only screen and (max-width: 600px) {
	.email_us {
		margin-top: 0;
	}
}