/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===========================================================================
   Author's custom styles
   =========================================================================== */

@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Desktop first queries */

html {
	overflow-x: hidden;
	width: 100%;
}

a {
	outline: 0;
	cursor: pointer;
}

button {
	margin: 0;
	padding: 0;
	background-color: inherit;
	border: 0;
	outline: none;
}

button:focus {
	outline:0;
}

.mobile-number {
	display: none;
}

body {	
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	font-family: museo_sans500, 'Helvetica Neue', Arial;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	width: 100%;
}

.sprite-product-icon, .sprite-hamburger-icon { 
	display: inline-block; 
	background: url('../img/sprite.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 	
	margin-right: 2px;
	position: relative;
	top: 7px;	
}
 
.sprite-product-icon { background-position: -5px -0px; width: 28px; height: 25px; }
.sprite-hamburger-icon { background-position: -5px -30px; width: 25px; height: 21px; }

.sprite-hamburger-icon { top: 5px; }


#hamburger-icon {
	width:25px; 
	margin-top:-2px;
}

#navigation {
	padding-left: 25px;
	padding-right: 15px;
	height: 65px;
	line-height: 65px;
	position: relative;
	font-size: 0.8em;
	background-color: #000;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#navigation-logo {
	float: left;
    position: absolute;
    margin: auto 0;
    margin-left: 25px;
    top: 2px;
    left: -3px;
    right: 0;
    bottom: 0;	
    height: 60%;
}

#navigation-buttons {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	height: 100%;
}

#navigation-buttons a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

#navigation-buttons li {
	float: right;
	display: block;
	margin-left: 55px;
	cursor: pointer;
}

#our-technology-button, #contact-button {
	overflow: hidden;
}

#menu-button {
	overflow: hidden;
	padding-right: 10px;
}

.home-box {
	width: 33.33333%;
	float: left;
	position: relative;
	text-align: center;
   	overflow: hidden;
}

.box-content {
	width: 100%;
}

/*
.home-box img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	opacity: 1;
}
*/

.box-content {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #222;
	opacity: 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	font-size: .9em;
	padding: 25px;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*
.image-overlay-wrapper {
	position: relative;
}

.image-overlay-wrapper:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 1;
}*/


.box-content:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    /* adjust for white space between pseudo element and next sibling */
    margin-right: -.25em;
    /* stretch line height */
    height: 100%; 
}

#company-copy {
	position: absolute;
	background-color: transparent;
	font-size: 1.2em;
	overflow: hidden;
	width: 300px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 0;
	z-index: 99;
	color: #fff;
}

#company-copy span {
	font-size: 1.6em;
}

#company-logo {
	height: 100px;
}

#get-started {
	border: solid 1px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	opacity: 0;
}

#metal-fibers {
	background-image: url('../img/home/metal-fibers.jpg');
	background-position: center;
}

#refractory-metals {
	background-image: url('../img/home/refractory-metals.jpg');
	background-position: center;
}

#rare-earth {
	background-image: url('../img/home/piles.jpg');
	background-position: center;
}

#home-box-1 {
	background-image: url('../img/home/spool.jpg');
	background-position: center;
}

#home-box-3 {
	background-image: url('../img/home/mri.jpg');
	background-position: center;
}

#home-box-4 {
	background-image: url('../img/home/columns.jpg');
	background-position: center;
}

#home-box-5 {
	background-image: url('../img/home/rope.jpg');
	background-position: center;
}

#home-box-6 {
	background-image: url('../img/home/furnace.jpg');
	background-position: center;
}

#home-box-8 {
	background-image: url('../img/home/cylinder.jpg');
	background-position: center;
}



.box-content-inner {
	width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    height: 110px;
}

.box-content h3 {
	font-size: 1.8em;
	margin: 0;
	font-weight: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.box-content-inner p, #mobile-box p {
	margin: 8px 15% 10% 15%;
	display: block;
}

.section-link {
	text-transform: uppercase;
	color: #22a4c7;
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.box-content-inner img {
	width: auto;
	height: auto;
}


#inner-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 10000px;
	overflow: hidden;
}


#not-menu-wrapper, #menu {
	float: left;
}

#not-menu-wrapper {
	position: relative;
}

#menu {
	width: 300px;
	background-color: #ebebeb;
	padding-left: 60px;
	padding-top: 57px;
	position: relative;
}


#menu a {
	text-decoration: none;
	color: #000;
}

#menu a#close-menu-button {
	font-size: 18px;
	position: absolute;
	right: 92px;
	top: 25px;
	cursor: pointer;
	color: #bab9b9;	
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #908f8f;
	line-height: 2em;
}

#menu ul ul {
	margin-bottom: 50px;
	color: #000;
}

.subsection-content {
	padding: 0px 0px 250px 0px;
	max-width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #777;
	margin-top: 50px;
	margin-bottom: 0px;
	
}

.subsection-content h2 {
	font-size: 30px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
	color: #000;
}


.subsection-content h5 {
	color: #000;
	text-align: center;
	font-size: 1em;
}

.subsection-content table {
	margin: 0 auto;
}


.subsection-title {
	background-color: #1f1f1f;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 125px;
	padding-bottom: 175px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 40px;
}

#metal-fibers-title {
	background-image: url('../img/metal-fibers-header.jpg');
	background-position: center;
}

#rare-earth-title {
	background-image: url('../img/rare-earth-header.jpg');
	background-position: center;
}

#refractory-metals-title {
	background-image: url('../img/refractory-metals-header.jpg');
	background-position: center;
}



#subsection-footer {
	background-color: #000;
	width: 100%;
	height: 200px;
    position: absolute;
    bottom: 0;
    display: none;
}



#mobile-box {
	display: none;
	font-size: 1.3em;
}

#outer-wrapper {
	overflow: hidden;
	position: relative;
	visibility: hidden;
	width: 100%;
}

#main-content {
	width: 100%;
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0;
	z-index: 9;
}

#outer-wrapper {
	z-index: 1;
}


.subsection-content th, .subsection-content td {
	border: 1px solid #999;
	padding: 4px;
	font-size: 13px;
	text-align: center;
	color: #000;
}

.subsection-content th {
	background-color: #000;
	color: #fff;
}

.subsection-content .alt {
	background-color: #eee;
}	


.stainless-steel-notes-td {
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	text-align: left !important;
	padding-top: 10px !important;
}


.stainless-steel-fiber-notes {
	text-indent: 0;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.main-section-inline-image { 
	width: 100%; 
	margin-top: 12px;
}	

.stainless-steel-image {
	position: relative;
	top: 12px;
}


.child-page-inline-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	width: 600px;
}

.rare-earth-inline-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
	display: block;
}

.bordered-image {
	border: solid 1px #ccc;
}


#subsection-main-column {
	margin-right: 325px;
}

#subsection-side-column {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1em;
	width: 275px;
	background-color: #eee;
	height: 100%;
}

.side-section {
	padding: 15px 15px 45px 15px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.product-specs-list {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	color: #000;
}

#subsection-side-column h4 {
	font-size: 1em;
	line-height: 120%;
	margin-top: 13px;
	color: #000;
	text-transform: none;
	text-align: center;
	margin-bottom: 10px;
}

#subsection-side-column ul {
	padding-left: 20px;
}

#subsection-column-container {
	position: relative;
}

.subsection-content a, .breadcrumbs {
	color: #22a4c7;
}

.breadcrumbs {
	text-decoration: none;
	margin-top: 20px;
	margin-left: 20px;
	display: block;
}

.subsection-content h4 {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
	font-size: 28px;
	color: #000;
}

.subsection-content hr {
	margin-top: 50px;
	margin-bottom: 35px;
}

table.knitted-or-woven {
	border: 0;
}

.table-label {
	background-color: #22a4c7;
	color: #000;
}

h6 {
	color: #000;
	text-align: left;
	font-size: 1em;
	margin-bottom: 10px;
}

h6.furnace {
	text-align: center;
}

.responsive-table-wrapper {
	overflow-x: auto;
}

.left-aligned-table td {
	text-align: left;
}

.periodic-cell, .empty-periodic-cell {
	border: solid 1px #bbb;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	display: block;
	font-size: 12px;
}

.empty-periodic-cell {
	border: solid 1px #fff;
}


.left-edge-periodic-cell {
	clear: left;
}

.highlighted-periodic-cell {
	background-color: #22a4c7;
	color: white;
	cursor: pointer;
}

.selected-periodic-cell, .highlighted-periodic-cell:hover {
	background-color: #fff;
	color: #22a4c7;
	border-color: #22a4c7;
}


#periodic-table-wrapper {
	position: relative;
	width: 100%;
}

#periodic-table-container {
	float: right;
	width: 600px;
	margin-left: 50px;
	margin-bottom: 30px;
}

.rare-earth-main-content-hr {
	border: 0;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 10px !important;
}

#rare-earth-desktop-hr {
	margin-top: 45px;
}

#rare-earth-second-hr {
	margin-top: 30px !important;
}


.element-information {
	display: none;
	clear: both;
	margin-top: 2px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.element-information ul {
	margin-bottom: 5px;
}

#mobile-elements {
	display: none;
	text-align: center;
}


#mobile-elements .periodic-cell {
	display: inline-block;
	float: none;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

.hide-in-desktop {
	display: none;
}

#contact-info, #quote-request {
	width: 50%;
	box-sizing: border-box;
	float: left;
}


.contact-header {
	text-align: left !important;
}

#quote-request {
	padding-left: 45px;
	border-left: solid 1px #ccc;

}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}
     
 


/* Quote request form styles */

form {
	font-size: .8em;
}

fieldset {

	border: solid 1px #999;
	padding: 20px;	
	margin-bottom: 40px;
	width: 100%;
	box-sizing: border-box;
	max-width: 430px;

}

legend {
	font-weight: bold;
}

input:focus, select:focus, textarea:focus {
	outline:none;
}

input, select, textarea {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border: solid 1px #bbb;
	height: 30px;
	line-height: 28px;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
}

textarea {
	height: 100px;
	line-height: 120%;
}

input[type=text]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 2px rgba(34, 164, 199, 1);
  border: 1px solid rgba(34, 164, 199, 1);
}

input[type=submit] {
	background-color: #22a4c7;
	color: #fff;
	width: 200px;
	height: 40px;
	font-weight: bold;
	line-height: 38px;
}

input[type=submit]:focus {
	box-shadow: 0 0 2px rgba(2, 58, 79, 1);
	border: 1px solid rgba(2, 58, 79, 1);
}

.required {
	color: red;
}

.had-error {
	border: solid 1px red;
}

#about-us-box {
	height: 325px;
	border: solid 2px #034159;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 55px;
}

#about-us-subhead {
	color: #034159;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 30px;
}

#about-us-tabs {
	overflow-x: hidden;
	width: 100%;
	cursor: pointer;
}

#about-us-tabs div {
	float: left;
	width: 33%;
	box-sizing: border-box;
	border-right: solid 2px #034159;
	border-bottom: solid 2px #034159;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #5e96ac;
	color: #abd0df;
}

#about-us-tabs div.selected-about-us-tab {
	background-color: #034159;
	color: #fff;
}

#about-us-tabs div#about-us-rare-earth {
	border-right: 0px;
	width: 34%;
}


#about-us-refractory-metals-copy,
#about-us-rare-earth-copy {
	display: none;
}

.about-us-copy {
	padding: 35px 60px 0px 60px;

}	

#desktop-indicator {
	display: block;
}

#furnace-components .child-page-inline-image {
	width: 215px;
}

#mocvd-image {
	width: 450px;
}


@media screen and (min-width: 901px) and (max-width: 1050px) {
	
	.subsection-content {
		padding-left: 50px;
		padding-right: 50px;
	}

}


@media screen and (min-width: 901px) and (max-height: 600px) {

	.box-content-inner p {
		display: block;
		font-size: .8em;
	}
	
	.box-content-inner h3 {
		font-size: 1.2em;
	}
	
	.box-content-inner {
		height: 90px;
	}
}



@media screen and (max-device-width: 800px) {

	html {
		overflow-x: hidden;
	}
	
	body {
		overflow-x: hidden;
		min-width: 0;
	}
	

} 

@media screen and (max-device-width: 600px) {

	.mobile-number {
		display: inline-block;
	}
	
	.desktop-number {
		display: none;
	}

} 


@media screen and (max-width: 900px) {

	#desktop-indicator {
		display: none;
	}
	
	#mobile-home {
		background-color: #000;
	}

	.subsection-content {
		padding: 0px 5% 250px 5%;
		margin-bottom: 0px;	
	}
	
	.subsection-content-with-side-column {
		padding: 0px 5% 200px 5%;
	}
	
	.subsection-side-column-with-border {
		border-bottom: solid 1px #85c0d6;
	}

	.side-column-bottom-hr {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.hide-in-desktop {
		display: block;
	}


	.hide-in-mobile {
		display: none;
	}

	#home-box-1, #home-box-3, #home-box-4, #home-box-5,
	#home-box-6, #home-box-8 {
		display: none;
	}

	.home-box {
		width: 100%;
		clear: both;
		min-width: 0;
		height: 190px;
		overflow: hidden;
		display: block;
		background-color: #000;
	}

	.box-content {
		display: block;
	}

	.box-content-inner p, #mobile-box p {
		margin: 6px 15% 40px 15%;
	}
	
	.box-content h3 {
		font-size: 1.6em;
		margin: 0;
		font-weight: normal;
		letter-spacing: 5px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.box-content-inner {
		height: auto;
	}

	.section-link {
		text-transform: uppercase;
		color: #22a4c7;
		display: inline;
		position: relative;
		width: auto;
	}
	
	#mobile-box {
		display: none;
		background-color: #303030;
		color: #e1e1e1;
		white-space: nowrap;
		text-align: center;
	}

	#mobile-box p {
		margin-top: 0;
		margin-bottom: 0;
	}

	#mobile-box:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		/* adjust for white space between pseudo element and next sibling */
		margin-right: -.25em;
		/* stretch line height */
		height: 100%; 
	}
	
	#mobile-box-content {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
	}
	
	
	#navigation {
		padding-left: 10px;
		padding-right: 10px;
		height: 50px;
		line-height: 50px;
		position: relative;
	}
	
	#navigation-logo {
		margin-left: 20px;
	}

	#navigation-buttons li {
		float: right;
		display: block;
		margin-left: 10px;
		cursor: pointer;
	}

	.navigation-icon {
		margin-right: 2px;
		height: 18px;
	}
	
	#menu-button {
		padding-right: 7px;
	}

	.subsection-title {
		font-size: 36px;
		letter-spacing: 0.15em;
	}


	#subsection-main-column {
		clear: both;
		margin-right: 0;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}


	#subsection-side-column {
		position: relative;
		top: -46px;
		width: 100%;
		font-size: 1em;
		clear: both;
		padding-left: 9000px;
		margin-left: -9000px;
		padding-right: 9000px;
		margin-right: -9000px;
		margin-top: 0px;
		padding-top: 23px;
		padding-bottom: 25px;
		margin-bottom: -46px;
	}
	
	.responsive-table, .responsive-table th, .responsive-table tr, .responsive-table 
	 {
		display: block;
		float: left;
		clear: both;
		width: 100%;
	}
	

	
	.responsive-table th {
		display: none;
	}
	
	.responsive-table {
		border: 0;
	}
	
	.subsection-content table {
		border: 0
	}
	
	.responsive-table td {
		text-align: right;
	}
	
	.responsive-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	
	.responsive-table td:not([rowspan="2"]) {
		border-bottom: 0;
		border-top: 0;
	}
	
	.responsive-table td:not([rowspan="2"]):last-child {
		border-bottom: solid 1px;
	}
		
	
	.responsive-table td[rowspan="2"]:first-child, td:not([rowspan="2"]).new-responsive-table-section {
		margin-top: 20px;
		border-top: solid 1px;
	}


	#mobile-elements {
		display: block;
	}
	
	#periodic-table-container {
		display: none;
	}
	
	#rare-earth-main-content {
		width: 100%
	}	
	
	
	.extend-in-mobile {
		padding-left: 9000px;
		margin-left: -9000px;
		padding-right: 9000px;
		margin-right: -9000px;
	}
	
	hr.extend-in-mobile {
		border: none;
		height: 1px;
		color: #85c0d6;
		background-color: #85c0d6;
		margin-bottom: 46px;
		margin-top: 55px;
	}
	
	.last-hr {
		margin-bottom: 0px;
	}
	
	.side-section {
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 50px;
		
	}
	
	.lt-ie9 .ie8-last-side-section, .last-side-section {
		margin-bottom: 27px;
	}

	.toggle-display-wrapper {
		height: 60px;
		overflow: hidden;
	}
	
	.toggle-show {
		margin-top: 40px;
		text-align: center;
	}

	.toggle-display-wrapper p {
		margin-bottom: 0px;
	}

	#contact-info, #quote-request {
		width: 100%;
		box-sizing: border-box;
		clear: both;
		border: none;
		padding-left: 0px;
	}
	
	#contact-hr {
		clear: both;
		margin-bottom: 40px;
	}
	
	.contact-header {
		text-align: center !important;
	}
	
	#contact-info {
		margin-bottom: 10px;
	}

	#about-us-tabs {
		display: none; 
	}
	
	#about-us-subhead {
		display: none;
	}
	
	#about-us-box {
		border: none;
		padding: 0;
		height: auto;
	}
	
	.about-us-copy {
		padding: 0px;
		padding-bottom: 35px;
	}
	
	#about-us-refractory-metals-copy,
	#about-us-rare-earth-copy {
		display: block;
	}
	
	#about-us-rare-earth-copy {
		padding-bottom: 5px;
	}
	
	.child-page-inline-image {
		display: none;
	}

}




.subsection-content-subpage {
	padding-bottom: 280px;
	max-width: 700px;
}


.lt-ie9 .box-content-inner p {
	display: block;
	font-size: .8em;
}

.lt-ie9 .box-content-inner p {
	margin: 0px 15% 25px 15%;
}

	
.lt-ie9 .box-content-inner h3 {
	margin-bottom: 10px;
}


.lt-ie9 #youtube-videos {
	display: none;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
