@charset "charset-utf-8";

:root {
	--site-orange: #de5200;
	--site-text: #222222;
	--site-muted: #666666;
	--site-bg: #ffffff;
	--site-card: #ffffff;
	--site-line: #dddddd;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0 auto;
	padding: 0 14px 28px;
	width: 100%;
	max-width: 860px;
	background-color: var(--site-bg);
	font-family: Verdana, Arial, sans-serif;
	font-size: 17pt;
	line-height: 1.45;
	color: #000;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #0b5cab;
}

.smallpara {
	font-size: .7em;
	font-family: serif;
}

.center {
	  text-align: center; 
}
figure.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
figure.center img {
	margin-left: auto;
	margin-right: auto;
}

.centerme {
	text-align: center;
}

.boldred {
	color: red;
	font-weight: 600;
}

figcaption {
	caption-side: bottom;
	clear: both;
	display: table;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 0.8em;
	padding-top: 0.5em;
	text-align: center;
	font-family: georgia, serif;
	margin-bottom: .5%;
}

.vacation {
	border: red solid .2em;
	line-height: 120%;
	font-weight: 500;
	text-align: left;
	background-color: transparent;
	color: #000000;
	padding: .6em .75em;
	margin-top: .5em;
	
}

ul,
ol {
	margin: 0 0 18px;
}

li {
	list-style-type: square;
	padding: 0 .375em 0 0;
	margin-bottom: .2em;
}

p {
	text-align: left;
	color: #000;
	clear: both;
	padding-left: 0;
	margin: 0 0 1em;
}

.responsive-imgcenter {
	display: block;
	max-width: 100%;
	text-align: center;
}

#shopaddress {
	background-color: transparent;
	text-align: center;
	color: #000;
	font-weight: 400;
}

.nodisplayever {
	display: none;
}

.widepagecontent {
	margin: 0 0 18px;
}

.widepagecontent p {
	display: block;
	color: #000;
}

.widepagecontent a {
	display: inline;
}

.benefitlist {
	margin: 0 0 18px;
	padding-left: 26px;
}

h1,
.site-title {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	padding: .45em .6em;
	font-weight: 700;
	font-size: 20pt;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--site-orange);
	color: #FFF;
}

#topoftvpages,
.topoftvpages {
	text-align: center;
	border: 1px solid var(--site-line);
	border-radius: 10px;
	padding: 12px 14px;
	margin-bottom: 18px;
	background: #fafafa;
}

h2 {
	font-size: 22pt;
	line-height: 1.25;
	margin: 0 0 10px;
	font-weight: 700;
	text-align: center;
	color: #222;
}

h3 {
	font-size: 19pt;
	margin: 22px 0 10px;
	font-weight: 700;
	text-align: center;
	color: #222;
}

.subhead {
	margin: 0 0 10px;
	color: #222;
	font-size: 22pt;
	line-height: 1.25;
	text-align: left;
	padding: 0;
	font-weight: 700;
}

div.menu2 {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	text-align: center;
	border: 0;
	color: inherit;
	margin-top: 12px;
	margin-bottom: 8px;
	background: transparent;
}

div.menu2 a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--site-orange);
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 1.25;
}

div.menu2 a:hover,
div.menu2 a:focus {
	background: var(--site-orange);
	color: #fff;
}

div.menu2 a.dummy,
div.menu2 dummy {
	display: none;
}

.footer {
	font-weight: 400;
	font-size: .83em;
	height: auto;
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: .75em;
}

.copyright {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 13pt;
	color: #666;
}

/* industrial / foot-switch page */
.site-shell {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: transparent;
	padding: 0 0 28px 0;
}

.hero {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 18px;
}

.hero-copy h2 {
	font-size: 22pt;
	line-height: 1.25;
	margin: 0 0 10px;
}

.hero-image {
	border: 1px solid var(--site-line);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.hero-image img {
	width: 100%;
}

.image-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin: 18px 0 22px;
}

.image-card {
	border: 1px solid var(--site-line);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.image-card figcaption {
	padding: 10px 12px;
	font-size: 13pt;
	color: #444;
}

.industrial-page section h3,
.buybox h3 {
	font-size: 19pt;
	margin: 22px 0 10px;
	color: #222;
	text-align: center;
}

.industrial-page ul {
	margin-top: 0;
	padding-left: 26px;
}

.buybox {
	margin: 20px auto 24px;
	border: 8px solid var(--site-orange);
	border-radius: 18px;
	padding: 18px 14px;
	background: #fffaf7;
	max-width: 640px;
	text-align: center;
}

.buybox .buy-price {
	font-size: 20pt;
	font-weight: 700;
	margin: 0 0 12px;
}

.paypal-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.paypal-wrap table {
	margin: 0 auto;
}

.paypal-wrap select,

.paypal-cart-button {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.notice {
	font-size: 13pt;
	color: #555;
	margin-top: 10px;
}

.warning-title,
.danger-red {
	color: #b30000;
	font-weight: 700;
}

.site-footer,
footer {
	border-top: 1px solid var(--site-line);
	padding-top: 18px;
}

.site-footer .copyright,
footer .copyright {
	margin-top: 16px;
	font-size: 13pt;
	color: #666;
	width: auto;
}

@media (min-width:700px) {
	body {
		padding: 0 24px 34px;
	}

	.topbar {
		align-items: stretch;
	}

	.contact-row {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}

	.hero {
		flex-direction: row;
		align-items: flex-start;
	}

	.hero-copy,
	.hero-image {
		flex: 1 1 0;
	}

	.image-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.cta-row {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:479px) {
	.widepagecontent {
		display: none;
	}

	.widepagecontent p {
		display: none;
	}

	a {
		font-weight: 700;
		color: #FF3300;
	}

	.footer {
		display: none;
	}

	body {
		font-size: .88em;
	}
}
