/* sitewide CSS */

html, body {
	font-family: Arial, sans-serif;	
}

html {
	background-image: url("/images/main/white_repeating_bg.png");
	background-repeat: repeat repeat;
}

/* fix for IE8 and earlier */
a > img {
	border: none;	
}

sup {
	/*vertical-align: super;*/
	font-size: 65%;
}

.bold {
	font-weight: bold;	
}

.lowercase {
	text-transform: lowercase;	
}

.normal {
	font-weight: normal;	
}

.toggle_case {
	text-transform: capitalize;	
}

.inline_colorbox_container {
	display: none;	
}

.middle_align {
	width: 980px;
	margin: 0px auto;	
	background-color: transparent;
	
	border-right: 5px solid rgba(128,128,128,0.1);
	border-left: 5px solid rgba(128,128,128,0.1);
}

.left_col {
	float: left;
	width: 48%;	
}

.right_col {
	float: right;
	width: 48%;
}

.clear_float {
	float: none !important;
	clear: both;	
}

.clear_only {
	clear: both;	
}

.underline {
	text-decoration: underline;	
}

.red_link_button, .red_link_button:hover {
	display: inline-block;
	min-width: 184px;
	margin-bottom: 12px;
	line-height: 12px;
	padding: 5px 10px;
	font-size: 12px;
	color: white;	
	text-transform: uppercase;
	text-decoration: none;
	background-color: #c81919;
	cursor: pointer;
}

.blue_link_button, .blue_link_button:hover {
	display: inline-block;
	min-width: 184px;
	margin-bottom: 12px;
	line-height: 12px;
	padding: 5px 10px;
	font-size: 12px;
	color: white !important;	
	text-transform: uppercase;
	text-decoration: none !important;
	background-color: #0077c0;
	cursor: pointer;
}

#working {
	display: none;
	position: fixed;
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	margin: -48px 0 0 -48px;
	background: white;
	border: 3px solid #0077c0;
	border-radius: 15px;
	text-align: center;
	z-index: 999;
}	

	#working img {
		margin-top: 16px;	
	}

header {
	height: 200px;	
	position: relative;
	
	background-image: url('/images/header/header_bg.png');
	background-repeat: no-repeat;
	background-color: white;
	
	border-bottom: 4px solid white;
	
	z-index: 1000;
}

	#header_top_right {
		width: 400px;	
		position: absolute;
		right: 30px;
		top: 16px;
		text-align: right;
	}

		#header_top_right > * {
			display: block;
			float: right;	
			padding-left: 20px;
		}

		#header_social_media img {
			float: left;	
		}
		
			#facebook {
				margin-left: 3px; /*36*/	
			}
	
			#google_plus {
				
			}
		
			#twitter {
				display: none;	
			}

		#header_phone {
			margin-top: 2px;
			font-size: 26px;
			color: #bcbec0;	
		}
		
		#header_flag {
			margin-top: 6px;	
		}
	
	#header_logo {
		position: absolute;
		bottom: 64px;
		left: 58px;	
	}
	
	#google_search {
		width: 330px;
		position: absolute;
		bottom: 61px;		
		right: 152px;
		
		background-color: transparent;
	}
	
		.gcse-search {
			margin-top: 5px;
		}
	
			.gcse-search #searchBox {
				margin-right: 2px;
			}
			
			#ss360SearchButton {
				width: 31px;
				background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiM2NjY2NjYiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDIxIDMgQyAxMS42MDE1NjMgMyA0IDEwLjYwMTU2MyA0IDIwIEMgNCAyOS4zOTg0MzggMTEuNjAxNTYzIDM3IDIxIDM3IEMgMjQuMzU1NDY5IDM3IDI3LjQ2MDkzOCAzNi4wMTU2MjUgMzAuMDkzNzUgMzQuMzQzNzUgTCA0Mi4zNzUgNDYuNjI1IEwgNDYuNjI1IDQyLjM3NSBMIDM0LjUgMzAuMjgxMjUgQyAzNi42Nzk2ODggMjcuNDIxODc1IDM4IDIzLjg3ODkwNiAzOCAyMCBDIDM4IDEwLjYwMTU2MyAzMC4zOTg0MzggMyAyMSAzIFogTSAyMSA3IEMgMjguMTk5MjE5IDcgMzQgMTIuODAwNzgxIDM0IDIwIEMgMzQgMjcuMTk5MjE5IDI4LjE5OTIxOSAzMyAyMSAzMyBDIDEzLjgwMDc4MSAzMyA4IDI3LjE5OTIxOSA4IDIwIEMgOCAxMi44MDA3ODEgMTMuODAwNzgxIDcgMjEgNyBaICI+PC9wYXRoPjwvZz48L3N2Zz4=") center center / 50% auto no-repeat rgb(255, 255, 255) !important;
			}
	
	#google_search_404 {
		float: left;
		position: relative;
		width: 330px;
		background-color: transparent;
	}
	
		#google_search_404 .gsc-search-button {
			position: relative;
			top: 1px;	
		}
	
		#google_search * {
			margin-bottom: 0px !important;	
		}
	
		.gsc-control-cse, .gsc-control-cse-en {
			padding: 0px !important;
			background-color: transparent !important;	
			border: none !important;
		}
		
		#google_submit {
			font-size: 14px;	
		}
		
	/* SITE SEARCH 360 */
	
	body .ss360-content-container img {
		max-width: 50px;
	}

	#header_eagle {
		position: absolute;
		top: 78px;
		right: 38px;	
	}

	#header_navigation {
		width: 100%;	
		position: absolute;
		bottom: 0px;
		left: 0px;
		
		z-index: 1000;
	}
	
		#header_navigation > ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		
		#header_navigation * {
			z-index: 1000;	
		}

			#header_navigation > ul > li {
				float: left;
				text-align: center;
			}
			
				#header_navigation > ul > li > a {
					display: inline-block;
					
					width: 100%;	
					
					padding: 6px 0px;
					background-color: #f5f5f5;
					
					color: #4a4a4a;
					text-transform: uppercase;
					font-size: 14px;
					font-weight: bold;
					text-decoration: none;
					
					border-top: 2px solid #f5f5f5;
					border-left: 1px solid #d8d6d6;
					border-bottom: 4px solid #dedede;
				}
				
				#header_navigation > ul > li:first-child > a {
					border-left: none;
				}
				
				#header_navigation > ul li.more > a {
					background-image: url('/images/header/nav_arrow.png');
					background-repeat: no-repeat;
					background-position: center right;
				}
				
				#header_navigation > ul > li.last > a {
				}
				
				#header_navigation > ul > li:hover > a {
					color: white;	
					background-color: #0077c0;	
				}
				
				#header_navigation > ul > li#nav_domestic_first:hover > a {
					background-color: #C81918;	
				}
				
					#header_navigation > ul > li ul {
						display: none;
						position: absolute;
						list-style-type: none;
						margin: 0px;
						padding: 0px;
						text-align: left;
						z-index: 1000;
					}
				
					#header_navigation ul > li:hover > ul {
						/*display: block;*/
					}
					
						#header_navigation > ul > li > ul li {
							position: relative;	
						}
				
						#header_navigation > ul > li > ul > li:first-child {
							border-top: 4px solid white;
						}
					
							#header_navigation > ul > li ul > li > a {
								display: block;
								width: 100%;
								min-height: 16px;
								padding: 7px 24px 7px 10px;
								border: 1px solid white;
								border-top: none;
								font-size: 13px;
								font-weight: bold;
								text-decoration: none;
								color: #4a4a4a;
								background-color: #b9e6fb;
							}
							
							#header_navigation > ul > li ul > li:hover > a {
								color: #0077c0;
								background-color: #9bdfff;
							}
					
							#header_navigation > ul > li ul > li > ul {
								top: 0px;
							}
					
							#header_navigation > ul > li ul > li > ul {
								left: 100%;
							}
					
							#header_navigation > ul > li li.more ul > li > a {
								min-width: 190px;
								
								/*border-left: none;*/
							}
							
							#header_navigation > ul > li#nav_tech_support li.more ul > li > a {
								min-width: 156px;
								
								/*border-left: none;*/
							}
							
							#header_navigation > ul > li li.more ul > li:first-child > a {
								border-top: 1px solid white;	
							}

							#header_navigation > ul > li li.more > ul {
								margin-left: 35px;
								margin-top: -1px;
							}
							
								#header_navigation > ul > li li.more li.more > ul {
									margin-left: 35px;
								}
								
								#header_navigation > ul > li li.more li.more:first-child > ul {
									margin-top: 0px;
								}

							#header_navigation > ul > li li.product > a {
								background-image: url('/images/header/nav_arrow_down.png');	
							}
							
								#header_navigation .product_nav_details {
									display: none;
									width: 100%;
									padding: 7px 17px;
									border: 1px solid white;
									border-top: none;
									/*background-color: #def6fd;*/
									background-color: #eaf7fe;
								}
								
								#header_navigation li.product:hover .product_nav_details {
									/*display: block;*/
								}
								
								#header_navigation li.product.only .product_nav_details {
									display: block;
								}
								
									#header_navigation .product_nav_image {
										/*214 x 150 each is 22px wide*/
										width: 170px;
										min-height: 150px;
										margin: 10px auto 0px;
										padding: 0px 11px;
										
										position: relative;
										
										background-image: url('/images/header/nav_product_shadow.png');
										background-repeat: no-repeat;
										background-position: center center;
									}
									
										#header_navigation .product_nav_image > a > img {
											width: 170px;
											height: auto;	
										}
								
									#header_navigation p.product_nav_description {
										margin: 5px 5px 0px;
										text-align: left;	
										font-size: 11px;
									}
									
									#header_navigation p.product_nav_sizes {
										margin: 0px 5px;
										text-align: left;
										font-size: 11px;
										font-weight: bold;	
										font-style: italic;
									}
									
									#header_navigation .product_nav_link {
										text-align: center;	
										margin: 5px 0px 5px;
									}
									
										#header_navigation .product_nav_link > a, #header_navigation .product_nav_link > a:hover {
											padding: 2px 4px;
											background: #c81919;
											color: white;
											font-size: 11px;
											text-decoration: none;
										}
									
				#nav_home {
					width: 79px;	
				}
				
				#nav_about {
					width: 104px;	
				}
				
				#nav_products {
					width: 109px;	
				}
				
				#nav_tech_support {
					width: 140px;	
				}
				
				#nav_sales_support {
					width: 148px;	
				}
				
				#nav_contact {
					width: 100px;	
				}
				
				#nav_domestic_first {
					width: 150px;	
				}
				
				#nav_foundry {
					width: 149px;	
				}
				
#middle_wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url("/images/main/gray_repeating_bg.png");
	background-repeat: repeat;	
}

#main_content {
	width: 100%;
	display: inline-block;
	background-color: white;	
	position: relative;
}
		
footer {
	background-color: #3b3b3c;
	padding-bottom: 20px;
}

	#footer_red_top {
		width: 100%;
		height: 17px;
		background-image: url("/images/footer/red_pinstripe.png");
		background-repeat: repeat;	
	}
	
	#footer_white_bar {
		width: 100%;
		height: 3px;
		background-color: white;	
	}
	
	#tagline {
		width: 100%;
		padding: 10px 0px;
		background-color: #2e2e2f;
		text-align: center;
	}
	
		#tagline > h2 {
			margin: 0px;
			font-size: 14px;
			font-weight: normal;
			color: #95979a;	
		}

	#footer_sitemap {
		position: relative;	
	}
	
		#footer_navigation {
			width: 100%;
		}
		
			#footer_navigation > ul {
				padding: 10px 30px;
				margin: 0px;
				list-style-type: none;
			}
			
				#footer_navigation > ul > li {
					width: 101px;
					margin-left: 10px;
					padding-left: 5px;
					text-indent: -5px;
					float: left;
				}
				
				#footer_navigation > ul > li.first {
					margin-left: 0;	
				}
				
					#footer_navigation > ul > li > a {
						font-size: 11px;
						font-weight: bold;
						
						color: #95979a;
						text-transform: uppercase;
						text-decoration: none;
					}
					
						#footer_navigation > ul > li > ul {
							padding: 7px 0px 30px;
							list-style-type: none;
						}	
						
							#footer_navigation > ul > li > ul > li {
								line-height: 9px;	
							}
						
							#footer_navigation > ul > li > ul > li > a {
								font-size: 9px;
								color: #95979a;
								text-decoration: none;
							}
	
		#adobe_link {
			margin-left: 30px;	
		}
	
		#copyright_area {
			width: 70%;
			position: absolute;
			bottom: 2px;
			right: 30px;
			
			font-size: 10px;
			text-align: right;
			color: #95979a;
		}
		
		#copyright_area a {
			color: inherit;
			text-decoration: none;	
		}
		
		#copyright_area a:hover {
			color: inherit;
			text-decoration: underline;	
		}

/* contact columns */

.four_column {
	margin-top: 30px;
}

	.four_column > h3 {
		margin-bottom: 10px;	
	}

	.four_column > .separator_860 {
		display: block;	
	}

	.four_column > .column {
		width: 195px;
		min-height: 60px;
		margin-right: 26px;
		float: left;	
		line-height: 18px;
	}
	
	.four_column > .column.last {
		margin-right: 0px;	
	}
	
	.four_column > .column.document {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
		.four_column > .column > h4 {
			margin-top: 10px;	
		}

		.four_column > .column > h3.document {
			font-weight: normal;
			font-size: 18px;
			color: #0077c0;	
			margin: 0px 0px 10px;
		}

		.four_column > .column > a.red_link_button, .four_column > .column > a.red_link_button:hover {
			min-width: 100px;
			width: 175px;
		}

		.four_column > .column > a.blue_link_button, .four_column > .column > a.blue_link_button:hover {
			min-width: 100px;
			width: 175px;
		}

		
/* REQUEST FORMS */

.request_form .section {
	margin: 20px 0 30px;	
	clear: both;
}

.request_form .left_margin {
	margin-left: 10px;	
}

.request_form .right_margin {
	margin-right: 10px;	
}

.request_form label {
	float: left;
	clear: both;
	width: 49%;	
	margin-bottom: 6px;
}

.request_form input, .request_form select {
	float: left;
	width: 49%;	
}

.request_form .inline {
	width: auto;
	clear: none;	
}

.request_form .small {
	width: auto;	
}

.request_form .radio_group {
	float: left;
	width: 49%;	
}

	.request_form .radio_group input {
		float: none;	
		width: auto;
		margin-right: 5px;
	}
	
	.request_form .radio_group label {
		float: none;	
		width: auto;
		margin-right: 15px;
	}	
	
.request_form input[type=submit] {
	float: none;
	width: auto;
	margin-top: 30px;	
}

.request_form label.required:after {
	content: "*";
	color: red;
	font-size: 16px;
}

.request_form .invalid {
	border: 1px solid red;	
}

.request_form .error_output {
	display: none;
	padding: 20px;
	border: 1px solid red;	
}

#contact_request_form textarea {
	float: left;
	width: 49%;
	height: 150px;
	margin-bottom: 10px;
}

/* DYNAMIC PRODUCT NUMBERS IN FORM */

.product-list-item {
	position: relative;
}

.product-list-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cecece;
}

#product-list .size-inches-label {
	float: none;
	display: block;
	width: auto;
}

.checkbox-span {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 4px;
	line-height: 1.8;
	cursor: pointer;
}

	.checkbox-span * {
		cursor: pointer;
	}

	.checkbox-span label {
		float: none;
		width: auto !important;
		padding: 2px 4px;
		border-radius: 4px;
		background-color: #f3f3f3;
	}
	
	.checkbox-span input {
		float: none;
		width: auto !important;
		margin-right: 2px;
	}
	
	.checkbox-span label:hover input + span, .checkbox-span input:checked + span {
		font-weight: bold;
	}
	
/* COMPLIANCE DOCS PAGE */

#compliance-link-section {
	margin: 30px;
}

/* WIDE FORM */

@media (min-width: 601px) {
	.wide-form {
		width: 100%;
		float: none;
	}
	
		.wide-form label {
			width: 220px;
		}
		
		.wide-form input, .wide-form select {
			width: calc(100% - 220px - 40px);
		}
		
		.wide-form textarea {
			width: calc(100% - 220px - 40px) !important;
		}
}

.alertr {
  padding: 20px;
  background-color: #2196F3;
  color: white;
}

.closebtnr {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}