@charset "utf-8";
/* CSS Document */

html,body{ margin: 0; padding: 0; height: 100%;}
body{ background: url(../images/repeatBG.jpg) repeat #ececec; padding: 0 0 40px 0; }
#wrapper{ background: url(../images/BG.jpg) no-repeat top center; padding: 18px 0 0 0;}
.typekit-badge{ display: none !important;}

a:focus-visible { outline: 2px solid #4A90E2; outline-offset: 2px; }
img{ text-decoration: none; border: none;}
.skip-link {
    position: absolute;
    left: 15px;
    top: 10px;
    background: #fff;
    color: #164c7d;
    padding: 10px 14px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transform: translateY(-150%);
    transition: transform 0.2s ease;
    z-index: 1000;
}
.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
}

/* Screen reader only text for accessibility */
.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* Screen reader only class (alias for visuallyhidden) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

h1{ color: #003d7a; font-size: 22px; text-align: center; letter-spacing: -2px; text-shadow: 0px 1px 2px rgba(255,255,255,0.8);
    background: url(../images/3ProBG.png) top center no-repeat; width: 100%; height: 40px; padding: 8px 0 0 0; font-weight: bold;}
h2{ color: #164c7d; text-align: left; font-size: 25px; font-weight: bold;}
h3{ background: #164c7d;color: #fff;text-align: left;font-size: 15px; font-weight:bold;padding: 15px; margin: 0 0 20px 0;}	
h4{ font-size: 25px; text-transform: capitalize;}

.margin2P{ margin: 0 20px;}
.FNC{ float: none; margin: 0px auto !important;}
.FLM, .FLB{ float: left;}
.FRM, .FRB{ float: right;}
.TC{ text-align: center !important;}
.found{ background: rgb(0, 235, 255); padding: 0 3px;}

/**************
**Header
**************/
#header img{ margin: 15px 0 8px;}
.center{ display: none;}
#logo{ display: block; width: 140px; height: auto;}
.search{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 10px 0 0;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.search-label{
    font-size: 14px;
    font-weight: 600;
    color: #164c7d;
}
.search-controls{
    display: flex;
    align-items: stretch;
    position: relative;
}
.search [type="text"]{
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    padding: 7px;
    width: 180px;
    border-radius: 4px 0 0 4px;
    height: 30px;
    border: 2px solid #164c7d;
    border-right: none;
    background-color: #fff;
    color: #333;
}
.search [type="text"]:focus-visible {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
    border-color: #4A90E2;
}
.search button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url(../images/search.png) 10px center no-repeat #164c7d;
    border: 2px solid #164c7d;
    border-radius: 0 4px 4px 0;
    padding: 0 14px 0 32px;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    cursor: pointer;
}
.search button span{
    color: #fff;
}
.search button:focus-visible{
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
    border-color: #4A90E2;
}
.search button:hover {
    background-color: #0d3a5c;
    border-color: #0d3a5c;
}

#nav{ float: right; margin: 15px 0 0 0; list-style: none; display: flex; flex-wrap: wrap; gap: 5px; align-items: center; justify-content: flex-end;}
	#nav li{ display: inline-block; font-size: 12pt; letter-spacing: -1px; white-space: nowrap;}
		#nav li a{ color: #fff; padding: 8px 10px; background-color: rgba(0, 0, 0, 0.4); display: inline-block; border-radius: 4px; text-decoration: none;}
		#nav li a:hover{ background-color: rgba(0, 0, 0, 0.6);}
		#nav li a:focus-visible{ outline: 2px solid #fff; outline-offset: 2px; border-radius: 4px;}
			#nav li:last-child a{ padding-right: 20px;}
#resp{ display: none;}

				
.slideNum{ display: inline-block; position: relative; z-index: 4; background: rgb(213, 213, 213); margin-top: -3px; padding: 5px; border-radius: 0 4px 0 0;}
	.slideNum p{ font-size: 16px;  font-weight: bold;}
		.slideNum p a{ color: #164c7d; text-decoration: none;}
		.slideNum p a:hover{ color: #094199; text-decoration: underline;}
		.slideNum p a:focus-visible{ outline: 2px solid #4A90E2; outline-offset: 2px; border-radius: 2px;}
#sliderRight{ position: relative; z-index:3;}


/*************
**Home Content
**************/
.stay{ width: 33% !important;}
	.tri-mid{ margin: 0 0 40px 0; padding: 25px 1% 0 1%;}
		.tri-mid h2{ color: #fff; padding: 25px 20px; background-color: rgba(0, 0, 0, 0.4); display: block; border-radius: 4px; text-decoration: none; font-size: 24px; margin: 0 0 20px 0; text-align: center;}
		.tri-mid img{ width: 70%;}

#contentHolder{ height: 100%; min-height: 620px; box-shadow: 0px 8px 21px 2px rgba(0,0,0,.4); background: #fff; margin: 0 20px 20px; padding: 40px; font-size: 25pt; font-weight:100; color: #444; text-align: left;}
	#contentHolder > p#page{ font-size: 12px; color: #333; margin: 0 0 30px; text-transform:uppercase;}
	
.tri-bot{ margin: 0 -1% 40px; width: 100%; max-width: 280px; height: 100%; background: #eeeeee;}
	.tri-bot img{ width: 100%; margin-bottom: -16px;}
	span.partNum{ font-size: 14px; font-weight: bold; color: #333; margin: 0 0 0 12px;}
	span.viewDet{ font-size: 14px; font-weight: bold; float: right; margin: 18px 12px 0 0;}
		span.viewDet a{ color: #164c7d; text-decoration: none;}
		span.viewDet a:hover{ color: #094199; text-decoration: underline;}
		span.viewDet a:focus-visible{ outline: 2px solid #4A90E2; outline-offset: 2px; border-radius: 2px;}
	.spacer{ width:100%; height: 8px;}
	

/*****************
**Products Content
******************/
#product{ text-align: center; width: 94.219%; float: right;}
	#product img{ width: 100%; margin: 20px 0 -15px;}
	#product p{ font-size: 25pt; font-weight:100; color: #444; text-align: left;}
	#product p#click{ font-size: 20px; margin: 0 0 20px;}	
	
	
/*********************
**Capabilities Content
*********************/
#content > ul{ margin: 20px 10px; font-size: 15px;}
	#content > ul > li:first-child{ list-style-type: none; font-size: 20px; margin: 0 0 10px -10px;}
	#content > ul > li{ margin: 0 0 0 20px;}
	#content  p{font-size: 25pt; font-weight:100; color: #444; text-align: left;}
	
	
/*********************
**Contact Content
*********************/
h2#conH2{}

#location{ margin: 5px 0 10px;}
#location > p{ font-size: 15px; font-weight:100; color: #444; text-align: left;}

#contactForm{ list-style: none;}
	#contactForm li{ display: block; margin: 0 0 15px;}
		#contactForm li label{ display: block; margin-bottom: 5px; font-weight: bold;}
		#contactForm li label span{ color: #A60000; margin-left: 2px;}
		#contactForm li input, #contactForm li textarea{ background: #e4e5e6; color: #555; min-height: 60px; padding: 0 0 0 20px; font-family: "jaf-facitweb",sans-serif; font-size: 20px; width: 100%; box-sizing: border-box;}
		#contactForm li .form-text{ display: block; font-size: 14px; color: #666; margin-top: 5px; font-style: italic;}
		#contactForm > li >textarea{max-width: 100%; cursor: text; padding: 20px 0 0 20px; min-height: 120px;}
		#contactForm > li > input#submit{ background: #164c7d; color: #fff; min-height: 60px; padding: 0px; width: 100%; cursor: pointer;}
		#contactForm > li > input#submit:hover{ background: #0d3a5c;}

span#error{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color:#A60000;}

/*********************
**Results Content
*********************/
#results p,
.message    { font-size: 20px;}
#results a  { display: inline-block; color: rgb(57, 157, 236);}
#results ul { list-style: none;}

/*********************
**Accessibility Content
*********************/
#content h1 {
	color: #094199;
	font-size: 28px;
	margin: 0 0 30px 0;
	font-weight: bold;
}

#content h2 {
	color: #164c7d;
	font-size: 22px;
	margin: 30px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #094199;
}

#content h3 {
	color: #094199;
	font-size: 16px;
	margin: 25px 0 15px 0;
	font-weight: bold;
	background: none;
	padding: 0;
}

#content h4 {
	color: #164c7d;
	font-size: 16px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

#content p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 15px 0;
	color: #333;
}

#content address {
	font-style: normal;
	line-height: 1.8;
	margin: 0 0 20px 0;
	color: #333;
	padding: 15px;
	background-color: #f5f5f5;
	border-left: 4px solid #094199;
}

#content address a {
	color: #164c7d;
	text-decoration: none;
}

#content address a:hover {
	color: #094199;
	text-decoration: underline;
}

#content address a:focus-visible {
	outline: 2px solid #4A90E2;
	outline-offset: 2px;
	border-radius: 2px;
}

/**************
**footer
**************/
#footer{ height: 100%; padding: 20px;}
	#footer p{ color: #333; font-size: 14px;font-weight: bold;letter-spacing: -1px;}
	#footer p a{ color: #164c7d; text-decoration: none;}
	#footer p a:hover{ color: #094199; text-decoration: underline;}
	#footer p a:focus-visible{ outline: 2px solid #4A90E2; outline-offset: 2px; border-radius: 2px;}
	#footer ul{ list-style: none; float: right; margin: 0 0 55px 0;}
		#footer ul li{ display: inline-block; float: left; font-size: 14pt; letter-spacing: -1px; font-weight: bold;}
			#footer ul li a{ color: #164c7d; padding: 0 12px; text-decoration: none;}
			#footer ul li a:hover{ color: #094199; text-decoration: underline;}
			#footer ul li a:focus-visible{ outline: 2px solid #4A90E2; outline-offset: 2px; border-radius: 2px;}
				#footer ul li:last-child a{ padding-right: 0;}

@media screen and (max-width: 920px) {#footer ul li a {padding: 0 8px;}}
@media screen and (max-width: 920px) {#nav li a{ padding: 8px 8px;}}
@media screen and (max-width: 890px) {#nav li a{ padding: 8px 8px; font-size: 11pt;}}
@media screen and (max-width: 870px) {.search [type="text"]{ width: 150px;}}

@media screen and (max-width: 768px) {
.FLB, .FRB{ float: none;}
.margin40P { margin: 20px auto !important;}

/**************
**Header
**************/
#header img{ margin: 0;}
#header{ display: flex; flex-direction: column !important;}
.center{ display: block;}
#logo{ display: block !important; width: 100px; height: auto; margin: 10px 0;}

.search{ width: 100%; margin: 15px 0 20px 0 !important;}
.search [type="text"]{ width: calc(100% - 45px);}

#nav{ display: none !important;}
#resp{ list-style: none; display: flex !important; flex-direction: column; width: 100%; margin: 0 0 20px 0; gap: 0;}
#resp li{ display: block; border: 1px solid rgb(22, 40, 87); border-bottom: none; text-align: center; background: #fff; padding: 0;}
#resp li:first-child a{ border-radius: 4px 4px 0 0;}
#resp li:last-child a{ border-radius: 0 0 4px 4px; border-bottom: 1px solid rgb(22, 40, 87);}
#resp li:last-child{ border-bottom: 1px solid rgb(22, 40, 87);}
#resp a{ color: rgb(72, 155, 202) !important; padding: 12px 20px !important; display: block; text-decoration: none; font-weight: bold;}
#resp a:hover{ color: #2a3865 !important; background-color: #f0f0f0;}
#resp a:focus-visible{ outline: 2px solid #4A90E2; outline-offset: -2px; background-color: #f0f0f0;}

.slideNum{ margin-top: 10px; padding: 4px;}
.slideNum p{ font-size: 12px;}

/*************
**Home Content
**************/
.tri-mid img{ width: 90%;max-width: 175px;margin-bottom: -30px;}

#contentHolder{ min-height: 425px;}

.tri-bot{margin: 20px auto; max-width: 400px;}

/*****************
**Products Content
******************/
#product{ width: 100%;}

/*********************
**Contact Content
*********************/
h2#conH2, #location > p{ text-align: center;}

/**************
**footer
**************/
#footer{ padding: 0px; }
#footer p{ font-size: 16pt; text-align: center;}
#footer ul{ float: none; margin: 20px auto; text-align: center;}
#footer ul li{ float: none;}
}


@media screen and (max-width: 560px) {
	h1{ font-size: 18px; padding: 10px 0 0 0;}
	#contentHolder > p, #product p, #content p{ font-size: 22px;}
	a { min-height: 44px; display: inline-block; padding: 0.5rem;}
	#nav li a { padding: 0.5rem 10px; display: block; min-width: 44px;}
	#contactForm li input, #contactForm li textarea { font-size: 18px; padding: 10px 0 0 10px;}
}
@media screen and (max-width: 420px) {
	.slideNum{ margin-top: 16px; padding: 3px;}
	.slideNum p{ font-size: 12px;}
	h1{ font-size: 14px; padding: 13px 0 0 0;}
	a { min-height: 44px; display: inline-block; padding: 0.5rem;}
	#nav li a { padding: 0.5rem 10px;}
	#contactForm li input, #contactForm li textarea { font-size: 16px; padding: 10px 0 0 10px;}
	#contactForm > li > input#submit { padding: 15px 0;}
}


@media screen and (max-width: 768px) {
	#content h1 {
		font-size: 24px;
		margin: 0 0 20px 0;
	}

	#content h2 {
		font-size: 18px;
		margin: 20px 0 10px 0;
	}

	#content h3 {
		font-size: 15px;
		margin: 15px 0 10px 0;
	}

	#content h4 {
		font-size: 14px;
		margin: 15px 0 8px 0;
	}

	#content p {
		font-size: 15px;
	}

	#content address {
		padding: 12px;
	}
}

@media screen and (max-width: 360px) {
h1{ font-size: 12px; padding: 7px 0 0 0; height: 18px;}
h2, h3{ text-align: center;}

/**************
**Header
**************/
.slideNum{ margin-top: 22px; padding: 1px;}
.slideNum p{ font-size: 12px;}

/*************
** Home Content
**************/
.tri-mid { margin: 0 0 40px 0;}

#contentHolder{ margin: 0px 20px 20px;}
#contentHolder > p, #product p, #content p{ font-size: 12pt;}
#contentHolder p#page{ margin: 0 0 20px;}

/*****************
**Products Content
******************/
#product img{ width: 100%; margin: 0 0 -5px;}
#product p#click{ font-size: 15px; margin: 0 0 25px; text-align: center;}

/*********************
**Contact Content
*********************/
#location > p{ font-size: 14px;}
#contactForm li input, #contactForm li textarea {font-size: 15px;}
span#error{ font-size: 12px;}

/**************
**footer
**************/
#footer p{ font-size: 12px;}
#footer ul li{ font-size: 12px;}
#footer ul li a{ padding: 0 6px;}

.shrink{ width: 60%;}

}

@media screen and (max-width: 320px) {
h1{ font-size: 12px; padding: 8px 0 0 0;}

span.partNum { font-size: 12px;}
span.viewDet { font-size: 12px; margin: 5px 12px 0 0;}
}

/**************
** Product Page Styles
**************/
#product h3 + * {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

/**************
** High Contrast Mode (prefers-contrast: more)
** Enhanced colors and borders for users with high contrast preference
**************/
@media (prefers-contrast: more) {
	/* Headings */
	h1 { color: #000; font-weight: bold; text-shadow: none; }
	h2 { color: #000; font-weight: bold; }
	h3 { background: #000; color: #fff; font-weight: bold; border: 2px solid #000; }
	h4 { color: #000; font-weight: bold; }

	/* Links and navigation */
	#nav li a { color: #000; font-weight: 600; }
	#nav li a:hover { color: #000080; }
	#nav li a:focus-visible { outline: 3px solid #000; border-radius: 2px; }

	/* Carousel slide numbers */
	.slideNum { background: #000; border: 2px solid #000; }
	.slideNum p a { color: #fff; font-weight: bold; }
	.slideNum p a:hover { color: #fff; font-weight: 900; }
	.slideNum p a:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

	/* Links in footer and content */
	span.viewDet a { color: #000080; font-weight: 600; }
	span.viewDet a:hover { color: #000; font-weight: 900; }
	span.viewDet a:focus-visible { outline: 3px solid #000; border-radius: 2px; }

	/* Page subtitle and part numbers */
	#contentHolder > p#page { color: #000; font-weight: bold; }
	span.partNum { color: #000; font-weight: bold; }

	/* Footer */
	#footer { background: #000; color: #fff; border-top: 3px solid #000; }
	#footer p { color: #fff; font-weight: 500; }
	#footer ul li a { color: #fff; font-weight: 600; }
	#footer ul li a:hover { color: #ffff00; }
	#footer ul li a:focus-visible { outline: 3px solid #ffff00; outline-offset: 2px; }

	/* Search box */
	.search [type="text"] { border: 2px solid #000; background: #fff; }
	.search [type="submit"] { border: 2px solid #000; background: #000; }

	/* Main content area */
	#contentHolder { border: 2px solid #000; box-shadow: 0 0 0 3px #000; }

	/* Product section */
	#product { border: 2px solid #000; }

	/* General link enhancement */
	a { font-weight: 500; }
	a:hover { font-weight: 700; }
}
