/* CSS Document */

/* Reset Begins */

body{
	position: relative;
}

*{
	outline:none;
	-webkit-text-size-adjust: none;
	font-family:'Open Sans', Aria, Helvetica, sans-serif;
	border:0 none;
}

html{
	overflow-y:scroll;
	min-height:100%;
	margin-bottom:1px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
    max-width: 100%;
    height: auto;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
	-webkit-padding-start: 0;
	-webkit-margin-before:0;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
	font-size:100%;
	font-weight:bold;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

a, u{
	text-decoration:none;
	color: #0082C4;
}

input[type=text]{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

.clear:after {clear: both;}

.clear{zoom:1;}

.left{
	float:left;
}

.right{
	float:right;
}

#overlay .lightbox{
	display:none;
}

/* Reset Ends */

/* Site Styles Begin */

body{
	font-size:14px;
}

#page{
	border-top:16px solid #000;
	width:100%;
	background:url(../images/page-bg.png) center top repeat-x;
	min-height:500px;
}

#page > .header, #page > .content{
	width:1000px;
	margin:0 auto;
}

#page > .header{
	height:290px;
}

#page > .header > h1{
	background:url(../images/viasystems.png) center center no-repeat;
	background-size:100% auto;
	width:48.3%;
	height:95px;
	float:left;
}

#page > .header > h1 > a{
	text-indent:-9999px;
	width:100%;
	height:95px;
	display:block;
}

#page > .header > .right{
	float: right;
	width: 34%;
	padding: 4px 0 0;
}
#page > .header > .right .salesportallogin{
	height: 36px;
	font-size: 80%;
	padding: 0 3px 0 0;
	text-align: right;
}

#page > .header > .right .salesportallogin a{
	color:#0081C3;
}

#page > .header > .right .salesportallogin a:hover{
	color:#666;
	text-decoration:underline;
}

#page > .header > .right ul{
	float:left;
}

#page > .header > .right ul li{
	float:left;
	padding-right:6px;
}

#page > .header > .right ul li a{
	display:block;
	text-indent:-9999px;
	height:23px;
	width:29px;
	background: center center no-repeat;
	background-size: 100% auto;
}

#page > .header > .right ul li.print a{
	background-image: url(../images/print.png);
}

#page > .header > .right ul li.message a{
	background-image: url(../images/message.png);
}

#page > .header > .right ul li.fontsize a{
	background-image: url(../images/fontsize.png);
}


#page > .header > .right form{
	width:234px;
	height:23px;
	background:url(../images/search-form.png) no-repeat;
	float:left;
}

#page > .header > .right form input[type=text]{
	width:199px;
	height:17px;
	padding:3px;
	display:block;
	float:left;
	font-size:95.21%;
	background:url(../images/search-form.png) no-repeat;
	border:0 none;
	color:#808080;
}

#page > .header > .right form input[type=submit]{
	width:28px;
	height:23px;
	opacity:0;
	filter:alpha(opacity=0);
	display:block;
	float:right;
}

#page > .header > .splash{
	width: 100%;
	height: 150px;
	clear: both;
	overflow: hidden;
	background: right top no-repeat;
	position:relative;
}

#page > .header > .nav{
	padding: 2px 0 1px 0;
	width:100%;
	overflow:hidden;
}

#page > .header > .nav > ul > li.first > a{
	display:none;
}

#page > .header > .nav > ul > li.last{
	display:none;
}

#page > .header > .nav > ul > li > ul{
	width:102%;
}

#page > .header > .nav > ul > li > ul > li{
	float:left;
}

#page > .header > .nav > ul > li > ul > li > a{
	display:block;
	padding:12px 13px 0;
	font-size:128.71%;
	line-height:100%;
	text-transform:uppercase;
	height:30px;
	font-weight:bold;
	color:#fff;
	width:auto;
}

#page > .header > .nav > ul > li > ul > li:hover{

}

#page > .header > .nav > ul > li > ul > li.active > a,#page > .header > .nav > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li.current > a{
	color:#005495;
	background:url(../images/nav-hover.png) repeat-x #fff;
}

#page > .header > .nav > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li.active > a{

}

#page > .header > .nav > ul > li > ul > li > a:hover{

}

#page > .header > .nav > ul > li > ul > li > ul{
	background-color:#F3FBFE;
	color:#005495;
	position:absolute;
	z-index:666;
	display:none;
	width:220px;
	margin:0 0 0 -1px;
	border:1px solid #77D0F4;
	border-top:0 none;
}

#page > .header > .nav > ul > li > ul > li.active > ul,#page > .header > .nav > ul > li > ul > li:hover > ul,#page > .header > .nav > ul > li > ul > li.active > ul{
	display:block;
}

#page > .header > .nav > ul > li > ul > li > ul > li{
	position:relative;
}

#page > .header > .nav > ul > li > ul > li > ul > li.first,#page > .header > .nav > ul > li > ul > li > ul > li > ul > li.first{
	display:none;
}

#page > .header > .nav > ul > li > ul > li > ul > li > a{
	padding: 10px 7px 10px 17px;
	display:block;
	color:#005495;
}
#page > .header > .nav > ul > li > ul > li > ul > li.haschildren > a{
	background:url(../images/nav-arrow.png) 98% 14px no-repeat;
}

#page > .header > .nav > ul > li > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li > ul > li.active > a{
	background-color:#0081C3;
	color:#fff;
}

#page > .header > .nav > ul > li > ul > li > ul > li.haschildren:hover > a,#page > .header > .nav > ul > li > ul > li > ul > li.haschildren.active > a{
	background-image:url(../images/nav-arrow-hover.png);
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul{
	position:absolute;
	z-index:999;
	left:220px;
	background-color:#0081C3;
	width:220px;
	top:0;
	display:none;
}

#page > .header > .nav > ul > li > ul > li > ul > li:hover > ul,#page > .header > .nav > ul > li > ul > li > ul > li.active > ul{
	display:block;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li{

}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li > a{
	padding:10px 7px 10px 17px;
	display:block;
	color:#fff;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li > ul > li > ul > li.active > a{
	color:#0081C3;
	background-color:#F3FBFE;
}

#page .content .breadcrumbs{
	height:28px;
	padding:10px 0 0;
	font-size: 78.57%
}

#page .content .breadcrumbs *{
	color:#555;
}

#page .content .breadcrumbs ul li{
	display:inline;
}

#page .content .left{
	width:67.8%;
	padding-bottom:85px;
	min-height:550px;
}

#page .content .left h1.header{
	border-bottom:1px solid #555;
	color:#0082C4;
	font-size:357.14%;
	padding: 0 10px 0;
	font-style:italic;
	line-height:100%;
	margin-bottom:20px;
}

.articles #page .content .left h1.header{
	font-size:257.14%;
}

#page .content .left h1{
	font-size:128.57%;
	padding: 0 0 5px 0;
	line-height:150%;
}

#page .content .left h2{
	font-size:100%;
	padding: 0 0 25px 0;
	line-height:150%;
	clear:both;
}

#page .content .left h3{
	font-size:142.86%;
	color:#0082C4;
	padding: 0 0 25px 0;
}

#page .content .left h4{
	font-size:100%;
	text-transform:uppercase;
}

#page .content .left h5{

}

#page .content .left h6{

}

#page .content .left p{
	font-size:100%;
	padding: 0 0 25px 0;
	line-height:150%;
}

#page .content .left > p a{
	color:#0081C3;
	text-decoration:underline;
}

#page .content .left > p a:hover{
	color:#666;
}

#page .content .left hr{
	border-top: 2px dashed #CCD1DC;
	width: 100%;
	height: 0;
	margin: 80px 0 50px;
	clear: both;
}
.data-transfer #page .content .left ul li a, .data-transfer #page .content .left ol li a {
color: #0081C3;
text-decoration: underline;
}
.data-transfer #page .content .left ul li a:hover, .data-transfer #page .content .left ol li a:hover {
color: #666;
text-decoration: underline;
}
#page .content .left ul{
	padding: 0 0 25px 0;
	list-style:disc;
}

#page .content .left ul li{
	font-size:100%;
	margin-left:15px;
	line-height:150%;
	list-style-image:url(../images/bullet-level-1.png);
}

#page .content .left ul li ul{
	padding: 0 0 0 15px;
}

#page .content .left ul li ul li{
	list-style-image:url(../images/bullet-level-2.png);
}
#page .content .left ol{
	padding: 0 0 25px 0;
	list-style: outside decimal;
	margin: 0 0 0 7px;
}

#page .content .left ol li{
	font-size:100%;
	margin-left:15px;
	line-height:150%;
}

#page .content .left ol li ol{
	padding: 0 0 0 15px;
}

#page .content .left .docs li{
	list-style:none;
	margin:0 10px 5px 0;
	float:left;
}


#page .content .left a.pdf{
	background: url(../images/pdf.png) top left no-repeat;
	background-size: auto 100%;
	font-size:82.86%;
	line-height:125%;
	padding:17px 13px 0 25px;
	width:120px;
	height:59px;
	display:block;
	color:#000;
	text-decoration:none;
}

#page .content .left a.pdf:hover{
	background-image: url(../images/pdf-hover.png);
	color:#fff;
	text-decoration: none;
}

#page .content .left ul.children li a{
	color:#0081C3;
}

#page .content .left ul.children li{
	list-style-image:url(../images/blue-bullet-level-1.png);
}

#page .content .left ul.locations{
	border:2px solid #B3DAED;
	padding: 0 0 0 0;
}

#page .content .left ul.locations > li{
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:37px;
	overflow:hidden;
}

#page .content .left .featured > ul.locations > li.active{
	height:auto;
	overflow:auto;
}

#page .content .left .featured ul.locations > li > a{
	display:block;
	clear:both;
	padding:12px 0 0 36px;
	line-height:100%;
	height:25px;
	color:#555;
	background:url(../images/certifications-list-link.png) left top no-repeat;
	text-decoration: none;
}

#page .content .left .featured ul.locations > li.active > a{
	height:61px;
	background-image:url(../images/certifications-list-link-active.png);
	text-decoration: none;
}


#page .content .left .featured ul.locations > li > ul.docs{
	display:block;
	clear:both;
	padding: 0 0 25px 55px;
	background:url(../images/certifications-list-active.png) left bottom no-repeat #CFE7F4;
}

#page .content .left .featured ul.locations > li > ul.docs > li{
	float:left;
	list-style:none;
	margin: 0 45px 0 0;
	padding:112px 0 0;
	height:40px;
	width:74px;
	font-size:57.14%;
	color:#0081C3;
	font-weight:bold;
	background:url(../images/certifications-thumb.jpg) no-repeat;
}

#page .content .left .getinfo{
	background: url(../images/quote-background.jpg) top right no-repeat #E6E7E8;
	background-size: auto 100%;
	width:62.98%;
	height:64px;
	position:relative;
	cursor:pointer;
}
#page .content .left .getinfo h3{
	font-size:250%;
	line-height:100%;
	color:#0081C3;
	font-style:italic;
	font-weight:bold;
	float:left;
	background: url(../images/quote-corner.png) top left no-repeat;
	position:absolute;
	z-index:2;
	padding: 23px 0 0 30px;
	margin-left:-12px;
	margin-top:-10px;
}

#page .content .left .getinfo a{
	color:#fff;
	font-weight:bold;
	font-size:100%;
	padding:8px 0 0 11px;
	line-height:100%;
	height:22px;
	width:105px;
	display:block;
	float:left;
	background: url(../images/getinfo-button.png) center center no-repeat;
	float:right;
	margin:20px 30px 0 0;
}


#page .content .right{
	width:30.4%;
	position:relative;
}

#page .content .right > div,#page .content .right > div > div{
	position:absolute;
	z-index:1;
	width:100%;
}

#page .content .right > div > div.news,#page .content .right > div > div.nav{
	position:relative;
}

#page .content .right > div > div.nav{
	height:32px;z-index:0;
}

#page .content .right > div > div.nav span{
	display:none;
}

.home.beta #page .content .right > div .nav h4{
	position:absolute;
	z-index:0;
	cursor:pointer;
}

.home.beta #page .content .right > div .nav h4.current{
	position:absolute;
	z-index:2;cursor:default;
	margin-left:108px;
}

.home.beta #page .content .right > div .nav h4.current:first-child{
	margin-left:0;
}

.home.beta #page .content .right > div .nav h4:first-child{
	margin-left:0;
}


#page .content .right > div.current,#page .content .right > div div.current{
	z-index:2;
}

#page .content .right > div h4,#page .content .left .nav > div h4,.home #page .content .left .casestudies h3,#page .content .left .nav h4 {
	margin-left:126px;
	padding: 12px 0 0 0;
	font-weight:bold;
	text-align:center;
	font-size:92.86%;
	color:#555;
	background:url(../images/right-tab.png) left bottom no-repeat;
	width:113px;
	height:20px;
	line-height:100%;
}

.home.beta #page .content .right > div h4.current,#page .content .right > div.current h4,#page .content .left .nav > div.current h4,#page .content .right > div div.current h4,.home #page .content .left h3,#page .content .left .nav h4.current{
	margin-left:0;
	padding: 9px 0 0 0;
	font-size:114.29%;
	width:134px;
	height:23px;
	color:#fff;
	background:url(../images/right-tab-current.png) center top;
	text-align:center;
	line-height:100%;
}


.home.beta #page .content .right > div h4.current{
	position:absolute;
}

#page .content .left .nav h4{
	float:left;
	cursor:pointer;
	margin-left:-5px;
	z-index:2;
	position:relative;
}

#page .content .left .nav h4.pcb{
	margin-left:0;
}

#page .content .left .nav h4.current{
	z-index:3;
}

#page .content .left .nav h4.ems.current,#page .content .left .nav h4.techsupport.current{
	margin-left:-5px;z-index:3;
}

#page .content .left .nav h4.techsupport{
	z-index:1;
}


#page .content .right > div ul{
	padding:24px 16px 48px;
	width:auto;
	background: url(../images/right-subnav.png) left top no-repeat;
	min-height:152px;
}

#page .content .right > div ul li{
	font-weight:bold;
	padding: 0 0 8px 0;
	color:#0081C3;
	font-size:114.28%;
}

#page .content .right > div ul li a{
	color:#0081C3;
}

#page .content .right > div ul li a:hover{
	color:#666;
	text-decoration:underline;
}

#page .content .right > div ul li ul{
	padding:4px 0 16px 16px;
	width:auto;
	background: none;
	min-height: 0;
}

#page .content .right > div ul li ul li{
	font-weight:normal;
	padding: 0 0 4px 0;
	font-size:87.5%;
}


body .footer{
	width:100%;
	background-color:#0081C3;
	padding: 0 0 40px 0;
	clear:both;
}

body .footer > .content{
	padding:20px 0;
	width:1000px;
	margin:0 auto;
}

body .footer > .content h1{
	width:100%;
	border-bottom:1px solid #fff;
	text-indent:-9999px;
	background: url(../images/viasystems-footer.png) left top no-repeat;
	background-size: 100% auto;
	height:55px;
}

body .footer > .content .tools,body .footer > .content .library,body .footer > .content .aboutus{
	width:19.5%;
	padding: 20px 0;
	float:left;
}

body .footer > .content .tools *,body .footer > .content .library *,body .footer > .content .aboutus *{
	color:#fff;
}

body .footer > .content .tools h4,body .footer > .content .library h4,body .footer > .content .aboutus h4{
	font-size:114.29%;
	line-height:100%;
	padding-bottom:10px;
}

body .footer > .content .tools ul li,body .footer > .content .library ul li,body .footer > .content .aboutus ul li{
	padding-left: 12px;
	background: url(../images/footer-links.png) 2px center no-repeat;
}

body .footer > .content ul.nav{
	clear:both;
	width:100%;
	border-top:1px solid #fff;
	font-size:85.71%;
	padding: 13px 0 0 0;
}

body .footer > .content ul.nav li{
	float:left;
	line-height:100%;
	padding-right:26px;
	padding-top:3px;
	height:15px;
}

body .footer > .content ul.nav li.last{
	padding-left:19px;
	background: url(../images/linked-in.png) no-repeat;
}

body .footer > .content ul.nav li a{
	color:#fff;
}

.technical-support-centers #page .content .left .featured {
	background:url(../images/tech-support-centers-bg.png) left 22px repeat-x;
}


.technical-support-centers #page .content .left .featured h2{
	color:#fff;
	font-size:77.21%;
	padding: 5px 0 0;
	text-align:center;
	width:162px;
	height:17px;
	background:url(../images/tech-support-centers-header.png) no-repeat;
	margin-bottom:15px;
}


.rigid-flex #page .content .left > .featured ul{
	list-style:none;
}

.rigid-flex #page .content .left > .featured ul > li{
	list-style: none;
	margin: 0 20px 0 0;
	float: left;
	width: 210px;
	background:url(../images/flow-arrow.png) right bottom no-repeat;
}

.rigid-flex #page .content .left > .featured ul > li.last{
	margin: 0 0 0 0;
	background:none;
}

.rigid-flex #page .content .left > .featured ul > li h2{
	height:60px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width: 190px;
}

.rigid-flex #page .content .left > .featured ul > li ul{
	margin:0;
	padding:0;
}

.rigid-flex #page .content .left > .featured ul > li ul li{
	font-size:85.71%
}

.midplanes-and-backplanes #page .content .left > .featured{
	background:url(../images/tech-features-bg.png) left bottom no-repeat;
}

.midplanes-and-backplanes #page .content .left > .featured > h2{
	width:auto;
	margin:0;
	padding:5px 0 0 30px;
	height:27px;
	color:#fff;
	font-size:116.5%;
	font-weight:bold;
	font-style:italic;
	background:url(../images/tech-features-header-bg.png) left top no-repeat;
}

.midplanes-and-backplanes #page .content .left > .featured > p{
	/*.midplanes-and-backplanes #page .content .left > .featured > img*/
	float:left;
	display:block;
	padding:10px 0 10px 20px;
}

.midplanes-and-backplanes #page .content .left > .featured > ol{
	float:right;
	width:41%;
	margin-right:22px;
	list-style: none;
}

.midplanes-and-backplanes #page .content .left > .featured > ol li{
	padding:8px 0;
	border-bottom:1px solid #fff;
	font-size:82.71%;
	margin:0;
}

.midplanes-and-backplanes #page .content .left > .featured > ol li:first-child{
	padding:0 0 10px;
}

.midplanes-and-backplanes #page .content .left > .featured > ol li strong{
	font-style:italic;
}
#page .content .left > .photos-two-up, #page .content .left > .photos-three-up, #page .content .left > .photos-one-up{
	width:100%;
	clear:both;
}

#page .content .left > .photos-two-up li,#page .content .left > .photos-three-up li, #page .content .left > .photos-one-up li{
	float:left;
	border:1px solid #0081C3;
	background-color:#eee;
	margin:0 20px 25px 0;
	/*margin:0 32px 25px 0;*/
	list-style:none;
}

#page .content .left > .photos-two-up li strong,#page .content .left > .photos-three-up li strong, #page .content .left > .photos-one-up li strong{
	color: #fff;
	background-color: #0081C3;
	padding: 6px 0 6px 13px;
	display: block;
	height: auto;
	font-size: 128.57%;
	text-align: left;
	margin:0;
}
#page .content .left > .photos-two-up li p,#page .content .left > .photos-three-up li p, #page .content .left > .photos-one-up li p{padding: 6px 0 6px 13px;}
#page .content .left > .photos-one-up li{
	width: auto;
}
#page .content .left > .photos-two-up li{
	width:317px;
}

#page .content .left > .photos-three-up li{
	width:178px;
	height:184px;
}

#page .content .left > .photos-two-up li img{
	display:block;
	margin: 0 auto;
	vertical-align:middle;
}

#page .content .left > .photos-three-up li img{
	display:block;
	margin: 10px auto 0;
	position:relative;
}

/* Home Styles */


.home #page{
	background-image:url(../images/home-page-bg.png);
}

.home #page > .header{
	height:445px;
}

.home #page > .header > .splash{
	height: 305px;
	clear: both;
	overflow: hidden;
	background: none;
}




/* Home Content */
.home .content {
	margin: 0 0 25px 0;
}

.home .highlights > .content {
	float: left;
	width: 30.2%;
	padding: 1% 2% 2% 1%;
	height:120px;
	border-right: 1px solid #000000;
	background: #6c6c6c;
	cursor:pointer;
	background: -moz-linear-gradient(top,  #6c6c6c 0%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6c6c), color-stop(100%,#262626));
	background: -webkit-linear-gradient(top,  #6c6c6c 0%,#262626 100%);
	background: -o-linear-gradient(top,  #6c6c6c 0%,#262626 100%);
	background: -ms-linear-gradient(top,  #6c6c6c 0%,#262626 100%);
	background: linear-gradient(to bottom,  #6c6c6c 0%,#262626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#262626',GradientType=0 );
}

.home .highlights > .content:hover{
	background: #e0e0e0;
	filter:none;
}
.home .highlights > .content:hover p{
	color: #000000;
	border-top: 1px solid #000000;
}
.home .highlights > .content img {
	float: right;
	margin: -10px -20px 0 0;
}
.certifications {
	color: #f78E33;
}
.codeofethics {
	color: #84BB33;
}
.careers {
	color: #339DCD;
}
.home .highlights > .content p {
	color: #FFFFFF;
	font-size: 100%;
	border-top: 1px solid #ffffff;
}
.home .content h3 a {
	color: #f78E33;
	font-size: 157.143%;
}
.home #page .content .left .overview {
	background-image:  url(../images/left-tab-current.png);
	background-position: 0px 32px;
	float: left;
}
.home #page .content .left .videosandcasestudies {
	background-image:  url(../images/left-tab-current.png);
	background-position: 0px 32px;
	float: left;
	margin: 0 0 25px 0;
}
.home #page .content .left .videos {
	float: left;
position: relative;
z-index: 2;
}
.home #page .content .left .videos .current .content {
	display: block;
}
.home #page .content .left .video {
	padding: 10px 0 35px 0;clear:both;
}

.home #page .content .left .video p{
	margin-right:50px;
}

.home #page .content .left .video p a{
	padding: 10px 0 0;display:block;
}



.home #page .content .left .video h4{
padding-bottom:10px;
}



.home #page .content .left .video img {
	border: 8px solid #231F20;
	float: left;
	margin: 0 10px 10px 10px;
}
.home #page .content .left .casestudies {
	position: absolute;
	z-index: 1;
	float: left;
}
.home #page .content .left .casestudies p {
	display: none;
}

.home #page .content .left .pressreleases {
	background-image:  url(../images/left-tab-current.png);
	background-position: 0px 32px;
	float: left;
	padding: 0 0 35px 0;
}

.home #page .content .left h4,.home #page .content .left h5  {
	font-size: 114.286%;
	color: #0082C4;
	line-height: 100%;
	text-transform: none;
}

.home #page .content .left h6 {
	font-weight: normal;
	color: #929292;
	padding: 12px 5px 5px 5px;
}
.home #page .content .left p {
	padding: 0 10px 10px 10px;
}
.home #page .content .left .overview p strong {
	font-size: 128.571%;
}
.home #page .content .left .release img {
	max-width: 140px;
	float: left;
	padding: 15px 10px 10px 10px;
}

.home #page .content .left .release h5.viewall {
	clear: both;
border-top: 1px dashed #DEDEDE;
margin: 35px 10px 0;
padding: 15px 10px;
}

p a.viewpressbutton {
	background: url(../images/viewpressrelease-button.png) no-repeat;
	width: 146px;
	height: 30px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	position:absolute;
}

/* Right Sidebar */
.home #page .content .right > div {
	position: relative;
}
.home #page .content .right > div.current .item {
	padding: 10px;
}
.home #page .content .right .quickfacts {
/*	z-index: 2; 
	float: left; */
}
.home #page .content .right > div .verticalbar {
	display: none;
}
.home #page .content .right .newsandevents {
	/*float: left;
	position: relative;*/
}
.home #page .content .right .newsandevents div .newsbackground {
	background: url(../images/right-subnav.png) left top no-repeat;
	margin: 0 0 60px 0;
}

.home #page .content .right .newsandevents .events .newsbackground {
	background: url(../images/right-event-subnav.png) left top no-repeat;
}

.home.beta #page .content .right .newsandevents .news .newsbackground {
	display:none;
}

.home.beta #page .content .right .newsandevents .news.current .newsbackground {
	display:block;
}

.home #page .content .right .news .current {
	display: block;
}

.home #page .content .right .events div {
	display: none;
}

.home.beta #page .content .right .events.current div {
	display: block;
}

.home #page .content .right .newsandevents > div.current .item {
	padding: 10px;
}
.home #page .content .right > div.current .item p {
	font-size: 85.714%;
}

.home #page .content .right .newsandevents > div.current .last {
	border-top: 1px dashed #DEDEDE;
	margin: 20px 0 0 0;
}

.home #page .content .right .newsandevents > div.current .last:first-child {
	border-top: 0 none;
	margin: 0 0 0 0;
}

.home #page .content .right .newsandevents > div.current .item h6 {
	font-weight: normal;
	color: #929292;
}
.home #page .content .right .newsandevents > div.current .item h5 {
	color: #0082C4;
	padding: 5px 0 5px;
}
.home #page .content .left h3{
	margin-bottom:15px;
}

.home #page .content .right .newsandevents > .events {
	display: none;
	position: absolute;
	/*top: 0px;*/
	left: 0;
	z-index: 1;
}

.home.beta #page .content .right .newsandevents > .events {
	display: block;
}

a.readmorebutton {
	background: url(../images/readmore-sidebar-button.png) no-repeat;
/*	position: absolute; */
	display:block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	margin: 7px 0 0 0;
	color: #ffffff;
	text-align: center;
}


/* Homepage End */

/* Facilities Begin */

.facilities #page .content .left .nav .techsupport div{
	display:none;
}


.facilities.region #page .content .left > ul.locations{
	border:0 none;
}

.facilities.region #page .content .left > ul.locations > li{
	width:205px;
	height:70px;
	float:left;
	margin: 0 20px 20px 0;
}

.facilities.region #page .content .left > ul.locations > li.first{
	display:none;	
}

.facilities.region #page .content .left > ul.locations > li > a{
	background: url(../images/facilities-region-list.png) top left no-repeat;
	color: #0082C4;
	padding: 25px 0 0 25px;
	font-weight: bold;
	text-transform: uppercase;
	height: 45px;
	display:block;
	text-decoration: none;
}

.facilities #page .content .left .nav {
	min-height:125px;
	height: auto;
	position:relative;
	background:url(../images/facilities-navigation.png) 0 32px repeat-x;
	margin: 0 0 20px 0;
}

.facilities #page .content .left .nav .mapsandnav > div.current ul{
	display:block;
}

.facilities #page .content .left .nav .mapsandnav > div ul{
	margin: 16px 6px;
	padding: 4px 0 4px 12px;
	float:left;
	width:55.16%;
	min-height:65px;
	height: auto;
	display:none;
}

.facilities #page .content .left .nav .mapsandnav > div.techsupport ul{
	width:85.16%;
}

.facilities #page .content .left .nav .mapsandnav > div ul.current{
	background-color:#EFEFEF;
}

.facilities #page .content .left .nav .mapsandnav > div ul.last{
	width:35.4%;
}


.facilities #page .content .left .nav .mapsandnav > div > ul li{
	list-style:none;
	padding: 0 20px 0 0;
	margin: 0;
	float:left;
}

.facilities #page .content .left .nav .mapsandnav > div > ul li a{
	color:#0082C4;
	text-decoration: none;
}

.facilities #page .content .left .nav .mapsandnav > div > ul li.first{
	width:100%;
	clear:both;
	float:none;
	font-weight:bold;
}

.facilities #page .content .left .nav .mapsandnav > div > ul li.first a{
	color:#4d4d4d;
}


.facilities #page .content .left .nav .mapsandnav > div{
	z-index:1
}

.facilities #page .content .left .nav .mapsandnav > div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.facilities #page .content .left .nav .mapsandnav > div.current{
	z-index:2;
	position:relative;
}


.facilities.overview #page .content .left {
	width:100%;
}

.facilities.overview #page .content .left .nav > div ul{
	width:46%;
}

.facilities.overview #page .content .left .nav > div ul.last{
	width:38%;
	float:right;
}

.facilities #page .content .right > div > ul > li > a{
	color:#4d4d4d
}

.facilities #page .content .right > div > ul > li > ul > li.first > a{
	color:#4d4d4d;
	font-weight:bold;
}

.facilities.overview #page .content .left .nav .mapsandnav{
	clear:both;
}

.facilities.overview #page .content .left .nav .mapsandnav img{
	clear:both;
	position:relative;
	margin-top:100px;
	width:100%;
	height:auto;
}


.facilities.overview #page .content .left .nav .mapsandnav > div ul,.facilities.overview #page .content .left .nav .mapsandnav > div img{
	display:none;
}

.facilities.overview #page .content .left .nav .mapsandnav > div.current ul,.facilities.overview #page .content .left .nav  .mapsandnav > div.current img{
	display:block;
}

.facilities.overview #page .content .left h3{
	font-style:italic;
	border-bottom:2px dashed #CCD1DC;
	padding: 0 0 5px 0;
	margin-bottom:10px;
}

.facilities.overview #page .content .left > ul{
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}

.facilities.overview #page .content .left > ul li{
	list-style:none;
	margin: 0;
	padding: 0 0 15px 0;
}

.facilities.overview #page .content .left > ul > li{
	-webkit-column-break-before:always;
	-moz-column-break-before:always;
	column-break-before:always;
	break-before:always;
}

.facilities.overview #page .content .left > ul > li:last-child{
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	column-break-inside:avoid;
	break-inside:avoid;
}

.facilities.overview #page .content .left > ul > li > a,.facilities.overview #page .content .left > ul > div > li > a{
	font-weight:bold;
	color:#000;
	font-size:128.57%;
	text-decoration: none;
}

.facilities.overview #page .content .left > ul > li > ul,.facilities.overview #page .content .left > ul > div > li > ul{
	padding: 0 0 0 0;
}

.facilities.overview #page .content .left > ul > li > ul > li{
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	column-break-inside:avoid;
	break-inside:avoid;
}

.facilities.overview #page .content .left > ul > li > ul > li a,.facilities.overview #page .content .left > ul > div > li > ul > li a{
	color:#0082C4;
	font-weight:bold;
	text-decoration: none;
}

.facilities.location #page .content .left .vcard{
	color:#fff;
	background-color:#404040;
	margin-bottom:25px;
	border:0 none;
	padding-left:0;
}

.facilities.location #page .content .left .vcard p.photowrap{
	float:left;
	display:block;
	width:39.82%;
	padding:0;
	margin:0;
}

.facilities.location #page .content .left .vcard p.photowrap img{
	width:100%;
	height:auto;
}

.facilities.location #page .content .left .vcard h2,.facilities.location #page .content .left .vcard p{
	font-size:85.71%;
	float:right;
	width:57%;
	padding:20px 0 0 0;
	clear:none;
}

.facilities.location #page .content .left .vcard h2{
	font-weight:bold;
}

.facilities.location #page .content .left .vcard p{
}

.facilities.location #page .content .left .vcard p a{
	color:#0082C4;
	display:block;
}


.facilities.location #page .content .left .highlights {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
}

.facilities.location #page .content .left .highlights h3,.facilities.location #page .content .left .highlights h4{
	border-top:	2px dashed #CCD1DC;
	color:#000;
	font-size:100%;
	padding:5px 0;
}

.facilities.location #page .content .left .highlights h4{
	-webkit-column-break-before:always;
	-moz-column-break-before:always;
	column-break-before:always;
	text-transform:none;
}



.facilities.location #page .content .left .highlights .first.column > *{
	margin-right:5%;
}

.facilities.location #page .content .left .highlights .last.column > *{
	margin-left:5%;
}

.facilities.location #page .content .left .highlights ul{
	padding-bottom:20px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	column-break-inside:avoid;
}

.facilities.location #page .content .left .highlights li{
	padding-bottom:5px;
}

/* Facilities End */


/* Contact Form Begin */

.interior #page .content .left .vcard {
	margin: 20px 0 30px;
	border-left: 14px solid #0081C3;
	padding: 0 0 0 9px;
	line-height:150%;
}

.interior #page .content .left .vcard p{
	padding-bottom:0;
}

.interior #page .left input[type="text"] {
	float: left;
	clear: both;
	border: 1px solid #bbb;
	width: 393px;
	height: 18px;
	margin: 0 10px 25px 0;
	padding: 15px;
	font-size: 121.428%;
	font-weight: bold;
	color: #5B5B5C;
	/*background: url(../images/contact-input-rq-bg.png) right 0;*/
	background: url(../images/form/form-input-required.png) top 5px right 5px no-repeat, url(../images/form/form-input-bg.png) center center repeat-x;
}

.interior #page .left .eventoption {
	float:left;
	clear: both;display:block;
	border: 1px solid #bbb;
	width: 423px;
	height: 38px;
	margin: 0 10px 25px 0;
	padding: 10px 0 0 0;
	overflow:hidden;
	background: url(../images/form/form-select-bg.png) right center no-repeat;

}

.interior #page .left .eventoption select {
	font-size: 121.428%;
	font-weight: bold;
	color: #a1a1a1;
	background:none;
	border:0 none;
	width: 450px;
	padding:0 0 0 12px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.interior #page .left .eventoption select.selected {
	color:#5B5B5C;
}

.interior #page .left input[type="text"].error,.interior #page .left .style-select.error{
	border: 1px solid #c00;
}

#page .content .left form h1{
	padding-bottom:30px;
}

.interior #page textarea {
	float: left;
	clear: both;
	border: 1px solid #B8BABC;
	width: 393px;
	height: 150px;
	margin: 10px 0 50px 0;
	padding: 15px;
	font-size: 121.428%;
	font-weight: bold;
	color: #5B5B5C;
	background: url(../images/contact-textarea-bg.png) right top repeat-x #F1F2F2;
	background-size: 100% 100%;
}
.interior #page #companyinstitution {
	background-image: url(../images/contact-input-bg.png);
}
.interior #page #submitbutton {
	float: left;
	clear: both;
	cursor: pointer;
	width: 139px;
	height: 36px;
	background-image: url(../images/submitbutton.png);
	font-size: 118.214%;
	color: #ffffff;
	font-weight: bold;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;

}

.interior #page .errorresults{
	clear:both;
	padding-bottom:10px;
}

.interior #page #formresults {
	float: left;
	clear: both;
	display: none;
}

/* AARONS STUFF */

.interior #page .left #apply, .interior #page .left #send {
	display: none;
	padding: 0 0 25px 0;
}


.interior #page .left #eventresults {
	display: none;
}


h3.job {cursor: pointer;}
h3.job:hover {text-decoration: underline;}
.interior #page #resumeUpload {
	float: left;
	clear: both;
	cursor: pointer;
	font-weight: bold;
	margin: 0 10px 25px 0;
}
.interior #page #recaptcha_area {padding: 0 0 25px;}

/* Contact Form End */



/* Technology Leadership Begin */
.technology-leadership #page .content .left .featured > ul {
	border-left: 20px solid #FDC057;
	width: 85.03%;
	margin: auto;
	padding: 0;
}
.technology-leadership #page .content .left .featured ul li {
	font-size: 159.928%;
	font-style: italic;
	color: #fff;
	list-style: none;
	font-weight: bold;
	margin: 0 0 5px 0;
	background-color: #0082C4;
	background-image: url(../images/leadership-arrow.png);
	background-repeat: no-repeat;
	background-position: 27% 55%;
	background-size: 35px;
}
.technology-leadership #page .content .left .featured ul li span {
	position: relative;
	bottom: 28px;
	left: 16%;
}
.technology-leadership #page .content .left .featured ul li strong {
	font-style: normal;
	font-weight: normal;
	font-size: 417.714%;
	line-height: 100%;
	color: #FDC057;
	position: relative;
	left: 5%;
	bottom: 3px;
}
.technology-leadership #page .content .left .featured ul li.last {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	background-image: none;
}
.technology-leadership #page .content .left .featured ul li.last strong {
	font-size: 164.143%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 55px 10px 0;
	display: list-item;
}
.technology-leadership #page .content .left .featured ul li.last a {
	font-weight: bold;
	color: #fff;
}

/* Technology Leadership End */




#page .content .right > div.casestudies,.home #page .content .left .casestudies{
	display:none;
}



/* HDI Page Begins */
.interior .hdi #page .content .left p #smvchart {
	float: left;
	margin: 0 45px 0 0;
}
.interior .hdi #page .content .left #smv-table {
	float: left;
}
/* HDI Page Ends */


.search #page .content .left .sisea-results-list h3{
	padding-bottom:0;	
}

.search #page .content .left .sisea-result-pages{
	display:block;
	font-size:125%;	
	color:#0082C4;
	font-weight:bold;
}

.search #page .content .left .pagination{
	width:auto;
	height:50px;
	display:block;	
}

.search #page .content .left .pagination .sisea-current-page span,.search #page .content .left .pagination .sisea-current-page a, .pagination .sisea-current-page a:hover {
	color: #aaa;
	cursor: default;
	background-color: transparent;
}

.search #page .content .left .pagination li {
	display: inline;
}

.search #page .content .left .pagination a {
	 float: left;
	 padding: 0 12px;
	 line-height: 30px;
	 text-decoration: none;
	 border: 1px solid #ddd;
	 border-left-width: 0;
	 height:30px;
}

.search #page .content .left .pagination li:first-child a {
	border-left: 1px solid #ddd;
}

.search #page .content .left .pagination ul {
	margin-bottom: 0;
	margin-left: 0;
	zoom: 1;
	padding:0;
	height:30px;
}

#page .content .left .sisea-search-form{
	width:95%;
	clear:both;
}

.interior #page .content .left .sisea-search-form #submitbutton,.interior #page .content .left .sisea-search-form input[type=text] {
	float:none;
}

/* Careers -> Asian Job Openings */
.asia-openings table {width: 100%;}
.asia-openings table thead tr {background: #0082c4;}
.asia-openings table thead tr th {
	color: #fff;
	font-weight: 700;
	line-height: 19px;
	background: url("/images/tablesorter/tablesorter-default.png") right center no-repeat;
	cursor: pointer;
}
.asia-openings table thead tr th.headerSortUp {background: url("/images/tablesorter/tablesorter-headerUp.png") right center no-repeat;}
.asia-openings table thead tr th.headerSortDown {background: url("/images/tablesorter/tablesorter-headerDown.png") right center no-repeat;}
.asia-openings table thead tr th, .asia-openings table tbody tr td {
	padding: 3px;
	height: 25px;
}
.asia-openings table tbody tr.odd {background: #f3fbfe;}
table.job-information {width: 100%;}
table.job-information tbody td {
  vertical-align: top;
  padding: 0 0 2.5%;
}
table.job-information tbody td:first-child {
	font-weight: 700;
	width: 25%;
	padding: 0 2.5% 2.5% 0;
}

.news-events-parent .dataTable tr th {
color: #fff;
font-weight: bold;
background-color: #0082c4;
padding: 4px;
}

.news-events-parent .dataTable tr td {
padding: 6px 10px 10px;
min-width: 16px;
vertical-align: top;
background-color: #F3FBFE;
}

.news-events-parent .dataTable tr.alternate td {
background-color: #CFE7F4;
}

.news-events-parent #page .content .left .dataTable tr td p{
padding-bottom:0;
}

.news-events-parent .dataTable a {
color: #0082c4;font-weight:bold;
}
.news-events-parent .dataTable span.caption {
font-weight:bold;
}



.fileupload{
	clear:both;
	display:block;
	padding-bottom:10px;
}



.joblistings #lightbox{
	width:960px;
	height:480px;
	top:20px;
	z-index:9999;
	position:fixed;
	margin-left:-480px;
	left:50%;
	display:none;
	background-color:#fff;
}

.joblistings #lightbox iframe{
	width:960px;
	height:480px;
}

.joblistings #overlay{
	background: url(/images/careers/job-listing-resume-bg.png);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	position:fixed;
	display:none;
}


.interior.code-of-conduct-and-ethics #page .vcard textarea,.interior.complaints #page .vcard textarea {
	margin-bottom:15px;
}

.interior.code-of-conduct-and-ethics #page .vcard textarea,.interior.complaints #page .vcard #sendto {
	display:none;
}

.interior.code-of-conduct-and-ethics #page .content .left .vcard p,.interior.complaints #page .content .left .vcard p  {
	clear:both;
	padding-bottom:15px;
}

.interior.code-of-conduct-and-ethics #page .vcard #submitbutton,.interior.complaints #page .vcard #submitbutton{
	margin-bottom:10px;
}

.interior.code-of-conduct-and-ethics  #page #formresults,.interior.complaints  #page #formresults{
	float:none;
}

.interior.code-of-conduct-and-ethics #page .content .left > .photos-three-up li{
 height:auto;width:105px;height:105px;
}

.interior.code-of-conduct-and-ethics #page .content .left > .photos-three-up li img{
 margin-top:0;
}

.interior.code-of-conduct-and-ethics #page .content .left > .photos-three-up li p{
padding-left:0;text-align:center;
}

.profile table tr th,.profile table tr td{
padding:0 10px 20px 0;
}

/* HD Tablet */

.tablet #page > .header > .nav{
	padding: 2px 0 1px 0;
	width:100%;
	overflow:hidden;
}

.tablet #page > .header > .nav > ul > li > ul{
	width:100%;
}

.tablet #page > .header > .nav > ul > li > ul > li{
	float:left;
	background:url(../images/top-level-nav-arrow.png) center bottom no-repeat;
	width:12.5%;
}

.tablet #page > .header > .nav > ul > li > ul > li > a{
	display:block;
	padding:3px 5px 0;
	font-size:100%;
	font-weight:normal;
	height:39px;
	background:none;
	text-align:center;
	border-right:1px solid #CDD6DC;
}

.tablet #page > .header > .nav > ul > li > ul > li > ul{
	margin-top:1px;
}

.tablet #page > .header > .nav > ul > li > ul > li.active,.tablet #page > .header > .nav > ul > li > ul > li:hover,.tablet #page > .header > .nav > ul > li > ul > li.current{
	background:url(../images/top-level-nav-arrow-hover.png) center bottom no-repeat;
}

.tablet #page > .header > .nav > ul > li > ul > li.active > a,.tablet #page > .header > .nav > ul > li > ul > li:hover > a,.tablet #page > .header > .nav > ul > li > ul > li.current > a{
	background:none;
}

.tablet #page > .header > .nav > ul > li > ul > li:active > a,.tablet #page > .header > .nav > ul > li > ul > li:hover > a{
	padding-bottom:0;
}

.tablet #page > .header > .nav > ul > li > ul > li > ul > li.first, .tablet #page > .header > .nav > ul > li > ul > li > ul > li > ul > li.first{
	display:block;
}
#page .content .right > div.videotours{
	display:none;
}




/* HD Tablet End */


/* Tablet Landscape iPad */
@media only screen and (max-width: 1024px) {

body{
	font-size:13px;
}

#page > .header{
	width: 100%;
}

#page > .header > .splash > img{
	height:150px;
	width:1000px;
}

#page > .header > .right{
	width:auto;
	padding-right:1.5%;
}

#page > .header > .right form{
	float:left;
}

#page > .header > .nav{
	padding: 2px 0 1px 0;
	width:100%;
	overflow:hidden;
}

#page > .header > .nav > ul > li > ul{
	width:100%;
}

#page > .header > .nav > ul > li > ul > li > ul > li.first,#page > .header > .nav > ul > li > ul > li > ul > li > ul > li.first{
	display:block;
}

#page > .header > .nav > ul > li > ul > li{
	float:left;
	background:url(../images/top-level-nav-arrow.png) center bottom no-repeat;
	width:12.5%;
}

#page > .header > .nav > ul > li > ul > li > a{
	display:block;
	padding:3px 5px 0;
	font-size:100%;
	font-weight:normal;
	height:39px;
	background:none;
	text-align:center;
	border-right:1px solid #CDD6DC;
}

#page > .header > .nav > ul > li > ul > li.active,#page > .header > .nav > ul > li > ul > li:hover,#page > .header > .nav > ul > li > ul > li.current{
	background:url(../images/top-level-nav-arrow-hover.png) center bottom no-repeat;
}

#page > .header > .nav > ul > li > ul > li.active > a,#page > .header > .nav > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li.current > a{
	background:none;
}

#page > .header > .nav > ul > li > ul > li.active > a,#page > .header > .nav > ul > li > ul > li:hover > a{
	padding-bottom:0;
}

#page > .header > .nav > ul > li > ul > li > ul{
	margin-top:1px;
	width:175px;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul{
	left:175px;
	width:175px;
}

#page > .content{
	width: 97%;
	padding: 0 1.5%;
}

#page .content .right{
	width:28%;
}

#page .content .left .getinfo {
	font-size:95%;
}

#page .content .left .getinfo h3 {

}

#page .content .left .getinfo a {
	margin-right:2%;
}

body .footer {
	width: 97%;
	padding: 0 1.5% 40px;
}

body .footer .content{
	width: 100%;
}

/* Facilities Begin */

.facilities #page .content .left .nav > div ul{
	width:58.16%;
}

.facilities #page .content .left .nav > div ul.last{
	width:32.4%;
}

/* Facilities End */

/* Tech Leadership Begins */

	.technology-leadership #page .content .left .featured ul li.last strong {
		padding: 0 0 10px 0;
		position: relative;
		left: 0;
	}

/* Tech Leadership Ends */

#page .content .right > div h4, #page .content .left .nav > div h4, .home #page .content .left .casestudies h3{
		margin-left:121px;
	}

/* HDI Page Begins */
.interior .hdi #page .content .left p #smvchart {
		margin: 0 35px 0 0;
}
/* HDI Page Ends */
/************
AARON'S STUFF
************/
.rigid-flex #page .content .left > .featured ul > li {
	width: 180px;
	margin: 0 10px 0 0;
}
#page .content .left > .photos-two-up li {
	width: 240px;
}
.midplanes-and-backplanes #page .content .left > .featured {
	padding: 0 0 8px;
}
.midplanes-and-backplanes #page .content .left > .featured > ol {
	width: 30%;
}
}


/* Tablet Portrait and Small*/
@media only screen and (max-width: 860px) {

#page .content{
	font-size:120%;
}

#page .content .left{
	width:100%;
	min-height:100px;
	float:none;
}

.facilities #page .content .left .nav {
	font-size:83%;
}

#page .content .right{
	display:none;
	clear:both;
}

body .footer > .content .tools,body .footer > .content .library,body .footer > .content .aboutus{
	width:25%;
}

body .footer > .content h1{
	background-size: auto auto;
	height:55px;
}

#page > .header > .right{
	height:50px;
}

#page > .header > .right ul li a{
	height:20px;
	width:25px;
}

#page > .header > .right form{
	width:203px;
	height:21px;
	background-size:100% 100%;
}

#page > .header > .right form input[type=text]{
	width:173px;
	height:16px;
	padding:2px;
	display:block;
	float:left;
	font-size:95.21%;
	background:url(../images/search-form.png) no-repeat;
	border:0 none;
	color:#808080;
}

#page > .header > .right form input[type=submit]{
	width:26px;
	height:20px;
	opacity:0;
	display:block;
	float:right;
}

#page > .header > .nav{
	font-size:90%;
}

#page > .header > .nav > ul > li > ul > li > a {
	padding-top:1px;
	height:41px;
}

#page .content .right > div h4, #page .content .left .nav > div h4, .home #page .content .left .casestudies h3{
		margin-left:126px;
}

/* Facilities Begin */

.facilities.overview #page .content .left > ul{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}

/* Facilities End */

/* Tech Leadership Begins */

	.technology-leadership #page .content .left .featured ul li span {
		left: 17.5%;
	}

/* Tech Leadership Ends */

/* Home Begins */

	.home #page .content .left {
		padding-bottom: 0;
	}
	
	.home .highlights{
		font-size:70%;	
	}
	
	.home .highlights > .content img {
		margin: -8px -17px 0 0;
	}
	.home .highlights > .content p {
		font-size: 90.714%;
	}

	.home #page .content .left h3{
		font-size:78.13%;
	}

	.home #page .content .left div h4, .home #page .content .left div h6, .home #page .content .left div h5{ font-size:16px;
		padding-left:10px;
	}

	.home #page .content .left div p{ font-size:14px;
		padding-left:10px;
	}	

.home #page .content .left .video p{
	margin-right:0;
}

.home #page .content .left .video p a{
	padding: 0 0 0;display:inline;
}


	.home #page .content .right > div.current h4,	.home #page .content .right > div div.current h4{
		font-size:93.33%;
	}

	.home #page .content .left .casestudies h3{
		font-size:68.23%
	}
	/* Quick Facts and News */
	.home #page .content .right {
		display: block;
		float: none;
		width: 100%;
	}
	.home #page .content .right .newsandevents {
		margin: 25px 0 0 0;
	}
	.home #page .content .right .newsandevents > .events {
		display: none;position:relative;
	}
	.home #page .content .right .newsandevents > div.current .last {
		display: none;
	}

	.home #page .content .right, .home #page .content .right *{
		z-index:auto;
		position:relative;
		float:none;
	}

	.home #page .content a.readmorebutton,.home #page .content a.viewpressbutton {
		font-size:14px;

	}

	.home #page .content .right > div ul {
		background-image: url(../images/left-tab-current.png);
		min-height: 0;
	}
	.home #page .content .right > div ul li {
		float: left;
		padding: 0 5px 0 0;
	}
	.home #page .content .right > div .verticalbar {
		display: block;
	}
	.home #page .content .right > div .factsregular {
		display: none;
	}
	.home #page .content .right .newsandevents .news .newsbackground {
		background-image: url(../images/left-tab-current.png);
	}

	.home #page .content .right .newsandevents .events .newsbackground {
		background-image: url(../images/left-event-tab-current.png);
	}

	.home #page .content .right .newsandevents .events .newsbackground .last:first-child {
		display:block;
	}

	.home #page .content .left .release img{
		display:none;
	}	

	#slideshow{
		font-size:80%;	
	}

.home #page .content .right > div.quickfacts ul li{
	padding: 0 25px 10px 0;
	font-size:16px;
}

.home #page .content .right > div.quickfacts ul{
	min-height:50px;
	padding-left:10px;
	padding-bottom:20px;
}

/* Home End */
/************
AARON'S STUFF
************/
.rigid-flex #page .content .left > .featured ul > li {
	width: 200px;
	margin: 0 10px 0 0;
}
.midplanes-and-backplanes #page .content .left > .featured > ol {
	width: 45%;
}
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

body{
	font-size:12px;
}

#page > .header > h1{
	width:45%;
}

#page > .header > .nav > ul > li > ul > li > ul{
	width:150px;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul{
	left:150px;
	width:150px;
}
.home .highlights > .content {
		width: 30.1%;
}
/************
AARON'S STUFF
************/
.rigid-flex #page .content .left > .featured ul > li {
	width: 200px;
	margin: 0 10px 0 0;
}
#page .content .left > .photos-two-up li {
	width: 270px;
}
.midplanes-and-backplanes #page .content .left > .featured > ol {
	width: 35%;
}
}

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

body #page{
	background-image:none;
}
body #page > .header{
	height: auto;
}
body #page > .header h1{
	height:72px;
	width:auto;
	float:none;
	background-size:auto 100%;
	background-position:left center;
}
#page .content .left h1.header{
	font-size:225%;
	padding-left:0;
}
body #page .header .right{
	display:none;
}


#page > .header > .nav {
	width:auto;
	padding: 4px 0 0;
	background-color:#000;
	background-image:none;
	min-height:28px;
	height:auto;
	clear:both;
	border-bottom:1px solid #fff;
	zoom:1;
}

#page > .header > .nav:before, #page > .header > .nav:after { content: "";display: table;}
#page > .header > .nav:after {clear: both;}


#page > .header > .nav > ul > li > ul{
	display:none;
}


#page > .header > .nav > ul > li.active > ul{
	display:block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	clear:both;
	height:auto;
	border-top:1px solid #444;
	border-bottom:1px solid #666;
	background-color:#161616;
}

.home #slideshow{
	background-color:#333;
}

.home #page{
	background-image:none;
}

.home .breadcrumbs{
	display:none;
}

.home #slideshow,.home #page > .header > .splash {
	height:200px;
}

.home #slideshow .slides{
	height:200px;
	background-size: auto 100%;
}

.home #slideshow .slides .content {
	bottom:0;
	width:92%;
	padding: 1% 4% 2%;
	right:auto;
	left:0;
	font-size:80%;
}

.home #slidecontrols {
	display:none;
}

.home #page > .header {
height: auto;
padding-bottom: 40px;
}

/************
AARON'S STUFF
************/
#page > .header > .nav{
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	background-color:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	min-height:28px;
	height:auto;
}
#page > .header > .nav > ul > li.first {
	background: #2a2829 url(../images/navigation-responsive-background.png) top center repeat-x;
	width: 100%;
	margin-right:35px;
	float:left;
	position:relative;
	z-index:1;
}

#page > .header > .nav > ul > li.first > a{
	display:block;
	font-size: 160%;
	text-align: left;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 0 14px;
	padding: 5px 24px 5px;
	min-height:18px;
	height:auto;
	color: #fff;
	background: url(../images/navigation-responsive-arrow-inactive.png) center left no-repeat;
	/*border-bottom: 1px solid #dcdcdc;*/
}

#page > .header > .nav > ul > li.first.active > a{
	background-image: url(../images/navigation-responsive-arrow-active.png);
}

#page > .header > .nav > ul > li.last{
	display: block;
	float:right;
	right:0;
	width:35px;
	height:28px;
	position:absolute;
	z-index:2;
	background-color:#000;
}

#page > .header > .nav > ul > li.last form {
	float: left;
	display: none;
	padding: 1px 0.5% 1px 0.5%;
	margin-left: 1px;
	width: 87%;
	background: url(../images/mobile-search-bg.png) right top no-repeat;
}

#page > .header > .nav > ul > li.last a{
	display: block;
	text-indent:-9999px;
	width:35px;
	height:28px;
	background: url(../images/mobile-search-icon.png) center center no-repeat;
	float: left;
}

#page > .header > .nav > ul > li.last.active a{
	background: url(../images/mobile-search-icon-close.png) no-repeat;
}

#page > .header > .nav > ul > li.last.active form input[type=text] {
width: 75%;
display: block;
float: left;
background: none;
padding: 0 3px 0;
height: 28px;
}

#page > .header > .nav > ul > li.last.active  form input[type=submit] {
display: block;
height: 28px;
width: 35px;
float: right;
opacity: 0;
}

#page > .header > .nav > ul > li > ul{
	width: 100%;
}

#page > .header > .nav > ul > li > ul > li{
	float: none;
	width: 100%;
	background: top center repeat-x;
	background-image:none;
	border-bottom: 1px solid #444;
}

#page > .header > .nav > ul > li > ul > li.current{
	background-image:none;
}

#page > .header > .nav > ul > li > ul > li > a{
	display: block;
	padding: 5px 24px 5px;
	font-size: 160%;
	line-height: 100%;
	text-transform:uppercase;
	min-height: 18px;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 14px;
	background: url(../images/navigation-responsive-arrow-inactive.png) center left no-repeat;
	width:100%;
	height:auto;
}

#page > .header > .nav > ul > li > ul > li.active, #page > .header > .nav > ul > li > ul > li:hover{
	background-image:none;
}

#page > .header > .nav > ul > li > ul > li:hover > ul{
	display:none;
}

#page > .header > .nav > ul > li > ul > li.active > a,#page > .header > .nav > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li.current > a{
	color: #fff;
	background: url(../images/navigation-responsive-arrow-inactive.png) center left no-repeat;
}

#page > .header > .nav > ul > li > ul > li.active > a{
	background-image: url(../images/navigation-responsive-arrow-active.png)	
}

#page > .header > .nav > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li.active > a{
	padding: 5px 24px 5px;
}

#page > .header > .nav > ul > li > ul > li > ul{
	background-color:#333;
	color:#fff;
	position:relative;
	z-index:inherit;
	display:none;
	width:auto;
	border:0 none;
	text-transform:uppercase;
	font-weight:bold;
}

#page > .header > .nav > ul > li > ul > li.active > ul,#page > .header > .nav > ul > li > ul > li.active > ul{
	display:block;
}

#page > .header > .nav > ul > li > ul > li > ul > li{
	position:relative;
	border-bottom:1px solid #555;
}

#page > .header > .nav > ul > li > ul > li > ul > li.last{
	border-bottom:0 none;	
}

#page > .header > .nav > ul > li > ul > li > ul > li.first,#page > .header > .nav > ul > li > ul > li > ul > li > ul > li.first{
	display:block;
}

#page > .header > .nav > ul > li > ul > li > ul > li > a{
	padding: 5px 24px 5px;
	min-height:18px;
	height:auto;
	display:block;
	color:#fff;
	font-size:160%;	
	margin: 0 0 0 14px;
	line-height:100%;
	height:auto;
}
#page > .header > .nav > ul > li > ul > li > ul > li.haschildren > a{
	background: url(../images/navigation-responsive-arrow-inactive.png) center left no-repeat;
}

#page > .header > .nav > ul > li > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li > ul > li.active > a{
	background-color:#333;
	color:#fff;
}

#page > .header > .nav > ul > li > ul > li > ul > li.haschildren:hover > a{
	background: url(../images/navigation-responsive-arrow-inactive.png) center left no-repeat;	
}

#page > .header > .nav > ul > li > ul > li > ul > li.haschildren.active > a{
	background: url(../images/navigation-responsive-arrow-active.png) center left no-repeat;
}

#page > .header > .nav > ul > li > ul > li > ul > li:hover > ul{
	display:none;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul{
	position:relative;
	left:0;
	background-color:#444;
	width:auto;
	top:0;
	display:none;
	border-top:1px solid #555;
}

#page > .header > .nav > ul > li > ul > li > ul > li.active > ul{
	display:block;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li{
	border-bottom:1px solid #555;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li.last{
	border-bottom:0 none;
}


#page > .header > .nav > ul > li > ul > li > ul > li > ul > li > a{
	padding:5px 24px 5px;
	display:block;
	min-height:18px;
	color:#fff;
	font-size:160%;
	margin: 0 0 0 14px;
	line-height:100%;
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li:hover > ul{
	display:none;	
}

#page > .header > .nav > ul > li > ul > li > ul > li > ul > li:hover > a,#page > .header > .nav > ul > li > ul > li > ul > li > ul > li.active > a{
	color:#fff;
	background-color:transparent;
}

#page > .header > .nav > ul > li > ul > li:hover{
	background-image:none;	
}

body .footer > .content .tools,body .footer > .content .library,body .footer > .content .aboutus{
	width:33%;
}

body .footer > .content h1{
	background-size: auto 80%;
	height:40px;
}


/* May need to reintegrate this */

#page .content .left ul.locations li ul.docs{
	overflow:auto;
	padding-left:40px;	list-style-type: disc;list-style-position:inherit;
}

#page .content .left ul.locations li ul.docs li{
	float:none;
	list-style-type: disc;list-style-position:inherit;
	margin-left:15px;
	padding:0 0 5px 0;
	height:auto;
	width:50%;
	font-size:83.33%;
	background:none;
}

#page .content .left ul.locations > li.active > a {
	height:	46px;
}

#page .content .left ul.locations li ul.docs{
	padding-bottom:20px;
}

/* Facilities Begin */

.facilities.overview #page .content .left > ul{
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
}

.facilities.overview #page .content .left .nav > img{
	display:none;
}

/* Facilities End */

/* Contact Us Begin */
.interior #page .left input[type="text"]{
		width: 90%;
	}
.interior #page .left textarea {
		width: 90%;
	}

.interior #page #submitbutton {
	margin-bottom:10px;
}

/* Contact Us End */

/* Tech Leadership Begins */

	.technology-leadership #page .content .left .featured ul li strong {
		left: 3%;
	}
	.technology-leadership #page .content .left .featured ul li span {
		left: 12.5%;
	}

	.technology-leadership #page .content .left .featured ul.highlights {
		border-left: 13px solid #FDC057;
	}
	.technology-leadership #page .content .left .featured ul li {
		background-position: 33% 55%;
	}
	.technology-leadership #page .content .left .featured ul li span {
		text-align: left;
		bottom: 53px;
		left: 53.5%;
		display: list-item;
		line-height: 100%;
		width: 120px;
		height: 35px;
	}
	.technology-leadership #page .content .left .featured ul li strong {
		font-size: 321.428%;
		bottom: 0;
		top: 15px;
	}
	.technology-leadership #page .content .left .featured ul li.last strong {
		text-align: left;
		padding: 0 0 20px 0;
	}
	.technology-leadership #page .content .left .featured ul li.last {
		text-align: left;
		padding: 0 0 15px 10px;
	}

/* Tech Leadership Ends */

/* HDI Page Begins */
.interior .hdi #page .content .left p #smvchart {
		margin: 0 0 15px 0;
}
/* HDI Page Ends */

	.home .content {
		margin: 0;
	}
	.home #page .content {
		width: auto; /*100% */
	}
	.home #page .content .highlights {
		display: none;
	}
	.home #page .content .left {
		padding-bottom: 0;
	}
	.home #page .content .left p {
		font-size: 85.715%;
	}
	.home #page .content .left p strong {
		font-size: 100%;
	}
	.home #page .content .left h3,.home #page .content .right > div h4,.home #page .content .right > div.current h4,.home #page .content .right > div div.current h4,.home #page .content .right > div .nav h4,.home #page .content .right > div .nav h4.current  {
		color: #E21C24;
		background-image: none;
		text-align: left;
		padding: 0 0 0 10px;
		border-bottom: 1px solid #000;
		width: 100%;
		background-color:#fff;
		font-size:16px;
		width:auto;
	}

/* News & Events Styles Begin */


.home.beta #page .content .right > div > div.nav {
height: 22px;
border-bottom:1px solid #000;
background-color:#fff;
}

.home.beta #page .content .right > div .nav h4, .home.beta #page .content .right > div .nav h4.current{
float: none;
display: inline;
position: relative;
z-index: auto;
width: auto;
padding-left:0;
margin-left:0;
}

.home.beta #page .content .right > div .nav h4:first-child{
padding-left:10px;
}

.home.beta #page .content .right > div .nav span{
display: inline;
color: #E21C24;
font-size: 16px;
font-weight: bold;
}

.home.beta #page .content .right .newsandevents > div .item,.home.beta #page .content .right .newsandevents > div.current .item {
padding: 10px 20px 10px 10px;
}

.home.beta #page .content .right .newsandevents > div .item h6 {
font-weight: normal;
color: #929292;
}

.home.beta #page .content .right .newsandevents > div .item h5 {
color: #0082C4;
padding: 5px 0 5px;
}

.home.beta #page .content .right .newsandevents {
background-image: url(../images/content-background-mobile.png);
background-repeat: repeat-x;
}

.home.beta #page .content .right > div > div.news{
padding-top:15px;
}

.home.beta #page .content .right .newsandevents .news .newsbackground,.home.beta #page .content .right .newsandevents .events .newsbackground  {
display: block;
background: none;
margin-bottom:0;
}

.home.beta #page .content .right .events div {
display: block;
}

.home.beta #page .content .right .newsandevents > div.events .last {
display: none;
}

.home.beta #page .content .right .newsandevents > div.events .last:first-child {
display: block;
}

.home.beta #page .content .right .newsandevents{
padding-bottom:20px;
}

/* News & Events Styles End */







	.home #page .content .left .casestudies h3 {
		bottom: 5px;
	}
	.home #page .content .left .overview {
		background-image: url(../images/content-background-mobile.png);
		background-repeat: repeat-x;
		padding: 12px 0 0 0;
	}
	.home #page .content .left .videosandcasestudies {
		background-image: url(../images/content-background-mobile.png);
		background-position: 0px 20px;
		background-repeat: repeat-x;
		margin: 25px 0 0 0;
	}
	.home #page .content .left .casestudies {
		display: none;
	}
	.home #page .content .left .pressreleases{
		display: none;
	}

	/* Quick Facts and News */
	.home #page .content .right {
		display: block;
		float: left;
		width: auto;
		margin: 25px 0 0 0;
	}
/*	.home #page .content .right > div h4 {
		background: none;
		color: #E21C24;
		text-align: left;
		padding: 0 0 0 10px;
		border-bottom: 1px solid #000;
		width: 100%;
	}*/
	.home #page .content .right > div .verticalbar {
		display: none;
	}
	.home #page .content .right > div .factsregular {
		display: block;
	}
	.home #page .content .right > div ul {
		background-image: url(../images/content-background-mobile.png);
		background-repeat: repeat-x;
	}
	.home #page .content .right > div ul li {
		float: none;
		padding: 0 0 5px 0;
		border-right: none;
	}
	.home #page .content .right .newsandevents .news .newsbackground {
		background-image: url(../images/content-background-mobile.png);
		background-repeat: repeat-x;
	}
	.home #page .content .right .newsandevents > .events {
		display: none;
	}
	.home #page .content .right .newsandevents > div.current .item {
		padding: 10px 20px 70px 10px;
	}
	.home #page .content .right .newsandevents > div.current .last {
		display: none;
	}
/************
AARON'S STUFF
************/

.midplanes-and-backplanes #page .content .left > .featured {
	background: #eceded url(../images/tech-features-bg-responsive.png) top repeat-x;
	background-position: center 32px;
}
.midplanes-and-backplanes #page .content .left > .featured > h2 {
	background: url(../images/tech-features-header-bg-responsive.png) left top no-repeat;
}
.midplanes-and-backplanes #page .content .left > .featured > p{
	/*.midplanes-and-backplanes #page .content .left > .featured > img*/
	float: none;
	padding: 20px 5%;
}
.midplanes-and-backplanes #page .content .left > .featured > ol {
	float: none;
	padding: 0 20px 20px;
	width: auto;
}
.midplanes-and-backplanes #page .content .left > .featured > p img {
	max-width: 90%;
}
.rigid-flex #page .content .left > .featured ul > li {
	margin: 0 0 10px 0;
	padding: 0 0 25px 0;
	float: none;
	background: url(../images/flow-arrow-responsive.png) center bottom no-repeat;
	width: auto;
	height: auto;
}
.rigid-flex #page .content .left > .featured ul > li img {
	float: right;
}
.rigid-flex #page .content .left > .featured ul > li h2, .rigid-flex #page .content .left > .featured ul > li ul {
	width: 50%;
	float: left;
}
.rigid-flex #page .content .left > .featured ul > li h2 {
	height: auto;
	padding: 0 0 10px;
	clear: none;
}
.rigid-flex #page .content .left > .featured ul > li ul {
	margin-left: 0;
}


#page .content .left .getinfo a {
	margin-top:30px;
}

#page .content .left .getinfo h3 {
	font-size:150%;
	padding-top:40px;
}

#page .content .left .getinfo {
background: url(../images/quote-background.jpg) top right no-repeat #E6E7E8;
background-size: auto 100%;
width: 100%;
height: 80px;
position: relative;
cursor: pointer;
}


.facilities #page .content .left .nav {
	display:none;
}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */




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


body .footer > .content .tools,body .footer > .content .library,body .footer > .content .aboutus{
	width:50%;padding-left:2%;
	padding-bottom:2%;
	float: left;
	clear: both;
}

body .footer > .content .tools{
	padding-bottom:0;
}



}

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

.home body #page > .header{
	height:150px;
}

body #page > .header h1{
	height:52px;
}

/* Tech Leadership Begins */
	.technology-leadership #page .content .left .featured ul li {
		background-position: 42% 55%;
	}
/* Tech Leadership Ends */
/************
AARON'S STUFF

.midplanes-and-backplanes #page .content .left > .featured > img {
	max-width: 90%;
	padding: 20px 5%;
}************/
.rigid-flex #page .content .left > .featured ul > li {
	padding: 0 0 50px 0;
	float: none;
	background: url(../images/flow-arrow-responsive.png) left bottom no-repeat;
}
.rigid-flex #page .content .left > .featured ul > li img {
	float: none;
}
.rigid-flex #page .content .left > .featured ul > li h2, .rigid-flex #page .content .left > .featured ul > li ul {
	width: auto;
	float: none;
}


body .footer > .content .tools,body .footer > .content .library,body .footer > .content .aboutus{
	float:none;
	width:75%;
}


.home #slideshow,.home #page > .header > .splash,.home #slideshow .slides{
	height:170px;
}

.home #slideshow .slides .content {
	font-size:70%;
}

.home #page .content .left .video a.thumbnail{
display:block;
}

.home #page .content .left .video img {
width: 250px;
margin: 0 auto 10px;
float: none;
display:block;
}
.profile #page .content .left table {
	font-size: 12px;
}
.asia-openings table {font-size: 12px;}

@media only screen and (max-width: 420px) {
.profile #page .content .left table {
	font-size: 10px;
}
}

@media only screen and (max-width: 320px) {
.profile #page .content .left table {
	font-size: 9px;
}
}

.profile #page .content .left table {
	width: 100%;
	border: 0;
	margin: 0 0 25px 0
}
.profile #page .content .left table tr {vertical-align: top;}
.profile #page .content .left table thead tr th {
	background: #0081C3;
	padding: 20px 3.34%;
	color: #fff;
}
.profile #page .content .left table tbody tr {
	border-bottom: 1px solid #eceded;
}
.profile #page .content .left table tbody tr td:first-child {
	text-align: right;
	width: 15%;
	background: #eceded;
}
.profile #page .content .left table tbody tr td {
	width: 42.5%;
	padding: 20px 3.34%;
}
/* Site Styles End */


