
body, html {
	-webkit-font-smoothing: antialiased;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-style: unset;
	font-weight: unset
}

p {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

main {
	display: block
}

.h1, h1 {
	font-size: 2em;
	margin: .67em 0
}

.h5, h5 {
	font-weight: bold;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url('../Components/Images/Holes.jpg');
	background-repeat: repeat;
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align)
}

/* Menus and Headers */

div#headerbar {
	width: 575px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#menubar {
	width: 575px;
	margin: 0 auto -30px;
	z-index: 10;
}

.menutable {
	display: table;
	margin: 0 auto;
}

@media (max-width: 575px) {
	div#headerbar {
		width: 100%;
	}
	
	div#menubar {
		width: 100%;
	}
}

.ul {
	font-size: 23pt;
	color: #444444;
}

ul#cssmenu {
	width: 100%;
	list-style: none;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;	
}

ul#cssmenu li {
	display: inline-block;
	width: 100px;
	margin-top: -0px;
	margin-bottom: -68px;
	height: 76px;
}

ul#cssmenu a {
	color: #DDDDDD;
}

/* Main Formatting */

div#outer {
	width: 80%;
	background-color: #FFFFFF;
	margin: 25px auto;
	padding: 40px;
	border-radius: 5px;
}

@media (max-width: 575px) {
	div#outer {
		width: 100%;
		border-radius: 0px;
		padding: 10px;
	}
}

.dullheader, .dullheaderleft {
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.dullheaderleft {
	text-align: left;
}

.mediumheader {
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

.smallheader {
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.fancyheader {
	font-size: 28pt;
	text-align: center;
	color: gray;
	font-weight: bold;
	line-height: 1.6;
}

.bodytext1 {
	font-size: 16pt;
	color: #444444;
	text-align: center;
}

.bodytext2 {
	font-size: 16pt;
	color: #444444;
	text-align: left;
}

.style1, .style1c {
	font-size: 13pt;
	color: #444444;
	text-align: justify;
}

.style1c {
	text-align: center;
}

.style2 {
	font-size: 10pt;
	color: #FFFFFF;
}

.style3 {
	font-size: 10pt;
	color: #444444;
}

img.previewimage {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
	text-align: center;
	margin: auto;
}

img.cpreviewimage {
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
}

#rounded-box {
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E3E3E3;
	-webkit-box-shadow: #B3B3B3 3px 3px 3px;
	-moz-box-shadow: #B3B3B3 3px 3px 3px;
	box-shadow: #B3B3B3 3px 3px 3px;
}

p.downloads {
	padding-left: 180px;
	font-size: 13pt;
	color: #444444;
	color: #000000;
	text-align: "justify";
}

p.downloads span.label {
	float: left;
	clear: left;
	width: 180px;
	margin-left: -180px;
	font-weight: bold;
}

/*
* Table Styles
*/

table.standard, table.tecspec {
	border-collapse: collapse;
	width: 100%;
	margin-top: 32px;
}

table.standard th {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #555555;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

table.standard th a:link, table.standard th a:visited {
	color: #ffffff;
}

table.standard th a:hover, table.standard th a:active {
	color: #EE872A;
}

table.standard td {
	border: 1px solid #d4d4d4;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
	color: #444444;
}

div#contentcell {
	margin-left: 110px;
	margin-top: 1px;
	padding: 10px;
}

div#iconcell {
	width: 100px;
	padding: 10px;
	margin-top: 1px;
	float: left;
	align: center;
}

div#split {
	width: 100px;
	height: 10px;
	clear: left;
}

/* Preview Cards */

@media (min-width: 1550px) {
	.d-flex {
		width: 1550px;
		margin: auto;
	}
}

.card-body {
	/*background-color: rgb(220,220,220);*/
	min-height: 300px;
	width: 300px;
	margin-right: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

@media (max-width: 575px) {
	.card-body {
		/*background-color: rgb(220,220,220);*/
		min-height: 300px;
		width: 225px;
		margin-right: 5px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}

.card-header {
	/*    background-color: unset;
  border-bottom: unset;*/
	display: flex;
	padding-left: 0;
	padding-right: 0;
	border-top: 0;
	color: rgb(50,50,50);
}

.card-header {
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 0;
	padding: .5rem 1rem;
}

.preview-text {
	font-size: 85%;
	color: rgb(50,50,50);
	margin-right: 5px;
	margin-left: 5px;
}

img.card-image {
	width: 100%
}

@media (max-width: 575px) {
	img.card-image {
		width: 225px;
	}
}

h6.keyword {
	font-size: .75rem;
	margin-bottom: 0
}

/* Footer Formatting */

.footer-wrapper {
	background-color: transparent;
	padding: 40px 20px 20px
}

.footer-wrapper .footer-v3 {
	font-size: 16px;
	margin: 0 auto;
	max-width: 1164px
}

@media (max-width: 575px) {
	.footer-wrapper .footer-v3 {
		margin: 20px auto;
		padding: 0 20px
	}
}

.footer-wrapper .footer-v3 .footer-logo-white {
	margin-bottom: 30px;
	width: 100px
}

.footer-wrapper .footer-v3 .footer-row {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: auto;
	width: 80%
}

@media (max-width: 575px) {
	.footer-wrapper .footer-v3 .footer-row {
		flex-flow: row wrap;
		width: 90%
	}
}

.footer-wrapper .footer-v3 .column {
	margin: 0 10px;
	min-height: 250px;
	min-width: 125px
}

.footer-wrapper .footer-v3 .column .h3, .footer-wrapper .footer-v3 .column h3 {
	color: #737373;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 8px
}

.footer-wrapper .footer-v3 .column ul {
	margin: 0;
	padding: 0
}

.footer-wrapper .footer-v3 .column li {
	list-style-type: none;
	margin: 8px 0
}

.footer-wrapper .footer-v3 .column a {
	color: #fff;
	text-decoration: none
}

.footer-wrapper .footer-v3 .column a:hover {
	color: #fff;
	text-decoration: underline
}

@media (max-width: 575px) {
	.footer-wrapper .footer-v3 .column {
		margin: 0 10px 20px 0;
		min-width: 100px
	}
}

.footer-wrapper .footer-v3 .social-icons {
	display: flex;
	flex-direction: column
}

.footer-wrapper .footer-v3 .footer-social-icon {
	margin: 5px 5px 5px 0;
	width: 20px
}

.footer-wrapper .footer-v3 .footer-social-icon img {
	fill: #fff;
	margin: auto;
	max-width: 100%
}

.footer-wrapper .footer-v3 .footer-social-link {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 5px 5px 0 0
}

.footer-wrapper .footer-v3 .footer-social-link-text {
	color: #fff;
	display: inline-flex;
	line-height: 24px
}

.footer-wrapper .footer-v3 .copyright-notice {
	color: #666;
	padding: 2em 0;
	text-align: left
}

.footer-wrapper .footer-v3 .copyright-notice p {
	font-size: 14px
}

