/*---------------General Styles----------------------*/
body{
	font-family: "HelveticaNeueLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

button{
	border: none;
}

h1, h2, h3, h4, h5, p { 
	font-weight: normal; 
	font-style: normal;
}

.hide{
	display: none;
}

h1{
	font-family: "HelveticaNeueLTStd-Th", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4em;
	text-shadow: 3px 0px 3px rgba(0, 0, 0, 1);
	color: #fff;
}

h2{
	font-family: "HelveticaNeueLTStd-UltLt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
}

h3{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.28em;
}

p{
	font-size: 1.125em;
	line-height: 1.75em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.highlight_p{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.50em;
	letter-spacing: 0;
}

.center_text{
	text-align: center;
}

.bold{
	font-family: "HelveticaNeueLTStd-Bd";
}

.tooltip-inner{
	background-color: rgba(255,255,255,.95);
	border: 1px solid #ffc408;
	color: #666;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #ffc408;
}

label{
	font-family: "HelveticaNeueLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.menu_btn{
	display: none;
}

.alt_theix_nav{
	display: none;
}

.preload-images{
	visibility: hidden;
}

.preload_1{
	background: url(../img/theix_icon_1_hover.png) no-repeat -9999px -9999px;
}

.preload_2{
	background: url(../img/theix_icon_2_hover.png) no-repeat -9999px -9999px;
}

.preload_3{
	background: url(../img/theix_icon_3_hover.png) no-repeat -9999px -9999px;
}

.preload_4{
	background: url(../img/theix_icon_4_hover.png) no-repeat -9999px -9999px;
}

.preload_5{
	background: url(../img/theix_icon_5_hover.png) no-repeat -9999px -9999px;
}

.preload_6{
	background: url(../img/theix_icon_6_hover.png) no-repeat -9999px -9999px;
}

.preload_7{
	background: url(../img/theix_icon_7_hover.png) no-repeat -9999px -9999px;
}

.preload_8{
	background: url(../img/theix_icon_8_hover.png) no-repeat -9999px -9999px;
}

.preload_9{
	background: url(../img/theix_icon_9_hover.png) no-repeat -9999px -9999px;
}

.preload_10{
	background: url(../img/btn_next_section_hover.png) no-repeat -9999px -9999px;
}

.preload_11{
	background: url(../img/btn_slider_next_hover.png) no-repeat -9999px -9999px;
}

.preload_12{
	background: url(../img/btn_slider_prev_hover.png) no-repeat -9999px -9999px;
}

.preload_13{
	background: url(../img/erik_volkerink_hover.jpg) no-repeat -9999px -9999px;
}

.preload_14{
	background: url(../img/greg_mcneil_hover.jpg) no-repeat -9999px -9999px;
}

.preload_15{
	background: url(../img/james_bendle_hover.jpg) no-repeat -9999px -9999px;
}

.preload_16{
	background: url(../img/john_dwyer_hover.jpg) no-repeat -9999px -9999px;
}

.preload_17{
	background: url(../img/kenji_takeuchi_hover.jpg) no-repeat -9999px -9999px;
}

.preload_18{
	background: url(../img/lenny_richiuso_hover.jpg) no-repeat -9999px -9999px;
}

.preload_19{
	background: url(../img/lior_susan_hover.jpg) no-repeat -9999px -9999px;
}

.preload_20{
	background: url(../img/murad_kurwa_hover.jpg) no-repeat -9999px -9999px;
}

.preload_21{
	background: url(../img/oshri_kaplan_hover.jpg) no-repeat -9999px -9999px;
}

.preload_22{
	background: url(../img/rob_cronan_hover.jpg) no-repeat -9999px -9999px;
}

.preload_23{
	background: url(../img/ruvi_shaibel_hover.jpg) no-repeat -9999px -9999px;
}

.preload_24{
	background: url(../img/winnie_yu_hover.jpg) no-repeat -9999px -9999px;
}



/*---------------Header Styles----------------------*/
.h1_intro{
	margin-top: 120px;
	margin-bottom: 30px;
}

header .highlight_p{
	font-family: "HelveticaNeueLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 3px 0px 3px rgba(0, 0, 0, 1);
}

.img_header{
	background: url(../img/labix_header.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	height: 640px;
	width: 100%;
	z-index: 0
}

.header_content{
	color: #fff;
	height: 640px;
	margin-top: 80px;
}

.flextronics_logo{
	position: absolute;
	top: 485px;
	right: 20px;
}

.btn_next_section{
	cursor: pointer;
	height: 50px;
	width: 50px;
	background: url(../img/btn_next_section.png) no-repeat center center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	display: none;
}

.btn_next_section:hover{
	background: url(../img/btn_next_section_hover.png) no-repeat center center;
}

.btn_next_rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/*---------------Nav Styles----------------------*/
nav{
	display: none;
}

.nav_container{
	font-family: "HelveticaNeueLTStd-Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	height: 80px;
	position: fixed;
	top:0;
	z-index: 100;
}

.nav_filler{
	height: 80px;
	width: 52px;
	background: rgba(255,255,255,.9);
	float: left;
	border-bottom: 1px solid #666;
}

.nav_logo{
	cursor: pointer;
	height: 80px;
	width: 200px;
	float: left;
}

.nav_span{
	/*width: 100%;*/
	/*float: left;*/
}

.nav_links{
	height: 80px;
	min-width: 100%;
	background: rgba(255,255,255,.9);
	position: fixed;
	left: 200px;
	border-bottom: 1px solid #666;
}

.nav_links ul{
	width: 70%;
	height: 80px;
	padding-top: 30px;
	list-style-type: none;
	color: #4D4D4D;
	text-transform: uppercase;
	float: left;
}

.nav_links li{
	text-align: center;
	float: left;
	width: 20%;
}

.nav_links li a:link{
	color: #4D4D4D;
	text-decoration: none;
}

.nav_links li a:visited{
	color: #29ABE2;
	text-decoration: none;
}

.nav_links li a:hover{
	color: #29ABE2;
	text-decoration: none;
}

.nav_links li a:active{
	color: #29ABE2;
	text-decoration: none;
}

.apply_now_btn{
	cursor: pointer;
	height: 113px;
	width: 80px;
	background: url(../img/btn_apply_sprite.png) no-repeat -2px 0;
	position: fixed;
	top: 0;
	right: 40px;
}

.apply_now_btn:hover, .apply_now_btn_hover{
	background: url(../img/btn_apply_sprite.png) no-repeat -86px 0;
}

.nav_indicator{
	color: #29ABE2 !important;
	text-decoration: none !important;
}

#nav_accelerate{
	padding-left: 15px;
}


/*---------------Hardward Experts Section Styles----------------------*/
.section-hardware-experts{
	padding-bottom: 50px;
}



/*---------------Welcome Section Styles----------------------*/
.h1_welcome{
	font-size: 3em;
	width: 100%;
	margin-top: 75px;
	text-indent: 100px;
}

.h1_welcome span{
	font-size: 1.5em;
	width: 100%;
	margin-left: 50px;
	float: left;
}

.img_welcome{
	background: url(../img/robot_arm.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 400px;
	width: 100%;
}

.welcome_header_content{
	position: relative;
	height: 400px;
	margin-bottom: 2%;
}

.welcome_overlay{
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 290px;
	z-index: 2;
	width: 100%;
	height: 110px;
}

.welcome_intro{
	height: 110px;
	vertical-align: middle;
	text-align: center;
	color: #00ACED;
}

.i_want_in_container{
	width: 100%;
	margin-top: 2%;
}

.i_want_in_btn{
	display: block;
	cursor: pointer;
	width: 474px;
	height: 88px;
	background: url(../img/btn_sign_up_sprite.png) no-repeat 0px 0px;
	margin: 0 auto;
	margin-bottom: -20px;

}

.i_want_in_btn:hover{
	background: url(../img/btn_sign_up_sprite.png) no-repeat 0px -88px;
}


/*---------------Accelerate Section Styles----------------------*/
.img_accelerate{
	background: url(../img/accelerate_header.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 400px;
	width: 100%;
}

.accelerate_header_content{
	position: relative;
	height: 400px;
	margin-bottom: 2%;
}

.accelerate_header_content h1 span{
	width: 100%;
	float: left;
}


.accelerate_header_content h1{
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 115px;
	height: 175px;
}

.company_types h3{
	margin-top: 5px;
	margin-bottom: 5px;
}

.company_types p{
	margin-top: 5px;
}

.prototype_caption{
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-bottom: 50px;
}

.prototype_img{
	margin-bottom: 50px;
}

.video_container{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	min-height: 685px;
	text-align: center;
	padding: 5%;
}

.video_container h3{
	font-family: "HelveticaNeueLTStd-UltLt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	margin-bottom: 50px;
}

.video_container p{
	margin-top: 50px;
	width: 90%;
	margin-left: 5%;
}


/*---------------TheIX Section Styles----------------------*/

.img_theix{
	background: url(../img/theix_header.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 535px;
	width: 100%;
}

.theix_header_content{
	position: relative;
	height: 535px;
	margin-bottom: 2%;
}

.theix_h2{
	font-size: 4em;
}

.section-theix-carousel h1, .section-theix-carousel h2, .section-theix-carousel h3{
	font-family: "HelveticaNeueLTStd-UltLt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.theix_nav{
	padding: 0;
	width: 100%;
	height: 100px;
	list-style-type: none;
}

.theix_nav li{
	width: 11.11%;
	height: 101px;
	display: block;
	float: left;
}

.theix_nav li a{
	width: 11.11%;
	height: 101px;
}

.theix_highlight{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 20px;
	font-size: .5em;
}

.mobile_team_msg{
	display: none;
}

.theix_1{
	background: url(../img/theix_icon_1.png) no-repeat top center;
}

.theix_1:hover, .theix_1_hover{
	background: url(../img/theix_icon_1_hover.png) no-repeat top center;
}

.theix_2{
	background: url(../img/theix_icon_2.png) no-repeat top center;
}

.theix_2:hover, .theix_2_hover{
	background: url(../img/theix_icon_2_hover.png) no-repeat top center;
}

.theix_3{
	background: url(../img/theix_icon_3.png) no-repeat top center;
}

.theix_3:hover, .theix_3_hover{
	background: url(../img/theix_icon_3_hover.png) no-repeat top center;
}

.theix_4{
	background: url(../img/theix_icon_4.png) no-repeat top center;
}

.theix_4:hover, .theix_4_hover{
	background: url(../img/theix_icon_4_hover.png) no-repeat top center;
}

.theix_5{
	background: url(../img/theix_icon_5.png) no-repeat top center;
}

.theix_5:hover, .theix_5_hover{
	background: url(../img/theix_icon_5_hover.png) no-repeat top center;
}

.theix_6{
	background: url(../img/theix_icon_6.png) no-repeat top center;
}

.theix_6:hover, .theix_6_hover{
	background: url(../img/theix_icon_6_hover.png) no-repeat top center;
}

.theix_7{
	background: url(../img/theix_icon_7.png) no-repeat top center;
}

.theix_7:hover, .theix_7_hover{
	background: url(../img/theix_icon_7_hover.png) no-repeat top center;
}

.theix_8{
	background: url(../img/theix_icon_8.png) no-repeat top center;
}

.theix_8:hover, .theix_8_hover{
	background: url(../img/theix_icon_8_hover.png) no-repeat top center;
}

.theix_9{
	background: url(../img/theix_icon_9.png) no-repeat top center;
}

.theix_9:hover, .theix_9_hover{
	background: url(../img/theix_icon_9_hover.png) no-repeat top center;
}

.theix_nav_divider{
	width: 100%;
	height: 20px;
	background: url(../img/theix_border.png) repeat-x center bottom;
}

.theix_nav_carrot{
	width: 11.11%;
	height: 19px;
	background: url(../img/theix_carrot.png) no-repeat center bottom;
}

.carousel_controls_container{
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 5;
	margin-top: 25px;
}

.carousel{
	cursor: move;
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.carousel h3{
	font-size: 3.7em;
}

.btn_slider_prev{
	cursor: pointer;
	height: 50px;
	width: 50px;
	background: url(../img/btn_slider_prev.png) no-repeat center center;
	margin-top: 10px;
	float: left;
}

.btn_slider_prev:hover{
	background: url(../img/btn_slider_prev_hover.png) no-repeat center center;
}

.btn_slider_next{
	cursor: pointer;
	height: 50px;
	width: 50px;
	background: url(../img/btn_slider_next.png) no-repeat center center;
	margin-top: 10px;
	float: right;
}

.btn_slider_next:hover{
	background: url(../img/btn_slider_next_hover.png) no-repeat center center;
}

.team_member_image{
	margin-bottom: 2%;
	text-align: center;
	float: left;
}

.team_member_image img{
	cursor: pointer;
}

.large_image{
	width: 33%;
}

.small_image{
	width: 20%;
}

.principal_team_info_container{
	width: 100%;
	margin-bottom: 2%;
	display: none;
}

.principal_team_info{
	width: 100%;
	min-height: 250px;
	padding-bottom: 20px;
	background: url(../img/principal_team_tag.png) no-repeat top right, url(../img/bg_light_paper.png) repeat;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
}

.team_name{
	font-family: "HelveticaNeueLTStd-UltLt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	width: 90%;
	height: 50px;
	margin-left: 1%;
	padding-top: 15px;
	padding-left: 2%;
}

.team_title{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width: 90%;
	height: 40px;
	margin-left: 1%;
	padding-left: 2%;
}

.linkedin_profile{
	display: block;
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	width: 90%;
	height: 40px;
	margin-left: 1%;
	padding-left: 2%;
	padding-top: 1%;
}

.principal_team_bio{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .05em;
	width: 94%;
	height: 190px;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 2%;
	padding-right: 2%;
}

.operating_team_info_container{
	width: 100%;
	margin-bottom: 2%;
	display: none;
}

.operating_team_info{
	width: 100%;
	min-height: 250px;
	padding-bottom: 20px;
	background: url(../img/operating_team_tag.png) no-repeat top right, url(../img/bg_light_paper.png) repeat;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
}

.adjust_a_team{
	background: url(../img/advisor_team_tag.png) no-repeat top right, url(../img/bg_light_paper.png) repeat;
}

.operating_team_bio{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .05em;
	width: 94%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 2%;
	padding-right: 2%;
}

.advisor_team_info_container{
	width: 100%;
	margin-bottom: 2%;
	display: none;
}

.advisor_team_info{
	width: 100%;
	min-height: 250px;
	padding-bottom: 20px;
	background: url(../img/advisor_team_tag.png) no-repeat top right, url(../img/bg_light_paper.png) repeat;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
}

.advisor_team_bio{
	font-family: "HelveticaNeueLTStd-Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .05em;
	width: 94%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 2%;
	padding-right: 2%;
}

.theix_4_section h3{
	text-align: center;
}

.theix_4_section img{
	padding-right: 10px;
	margin-bottom: 10px;
}

.theix_4_section p{
	margin-bottom: 0;
	margin-top: 0;
}

.theix_4_section .highlight_p{
	margin-bottom: 30px;
}

.theix_5_section h3{
	margin-bottom: 30px;
}

.theix_5_section p:first-child{
	margin-top: 0;
}

.theix_6_section img{
	padding-top: 10px;
}

.ideo_logo{
	float: left;
}

.theix_8_content{
	background: url(../img/corner_line_border.png) no-repeat top left;
	padding: 10px;
	min-height: 400px;
}

.theix_8_content p{
	padding-left: 25px;
}

.theix_8_img{
	padding-top: 5px;
}

.theix_9_section img{
	padding: 30px;
}


/*---------------Portfolio Section Styles----------------------*/
.section-portfolio{
	margin-bottom: 2%;
}

.img_portfolio{
	background: url(../img/portfolio_header.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 280px;
	width: 100%;
}

.portfolio_header_content{
	position: relative;
	height: 280px;
	margin-bottom: 2%;
}

.portfolio_h2{
	font-size: 4em;
}

.portfolio_info{
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	-webkit-box-shadow: inset 1px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 0px 10px 0px rgba(0,0,0,0.75);
	display: none;
}

.p_info_close_container{
	width: 100%;
	height: 51px;
	margin: 0;
	padding: 0;
}

.portfolio_info_close{
	width: 51px;
	height: 51px;
	background: url(../img/btn_close_sprite.png) no-repeat -49px 1px;
	margin-right: 10px;
	float: right;
/*	position: absolute;
	z-index: 10;
	right: 10px;*/
	cursor: pointer;
}

.portfolio_info_close:hover{
	background: url(../img/btn_close_sprite.png) no-repeat 1px 1px;
}

.p_img_container{
	width: 40%;
	border: 1px solid #000000;
	float: left;
}

.p_img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

.p_img_link{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.p_info{
	width: 58%;
	margin-left: 2%;
	padding: 0;
	float: left;
}

.p_info h3{
	width: 70%;
	height: 30px;
	float: left;
	margin-top: 0;
}

.p_category{
	width: 30%;
	height: 30px;
	border: 1px solid #29ABE2;
	/*line-height: 30px;*/
	float: right;
	margin-top: 0;
	color: #29ABE2;
	text-align: center;
	vertical-align: middle;
}

.portfolio_grid{
	width: 100%;
	/*height: 100%;*/
	/*margin-bottom: 2%;*/
	/*height: 500px;*/
	/*background: red;*/
	/*margin-bottom: 2%;*/
}

.portfolio_container{
	/*width: 1150px;*/
	/*height: 180px;*/
	/*margin: 0 auto;*/
	/*background: green;*/
	/*margin-bottom: 2%;*/
}

.portfolio_item{
	width: 200px;
	height: 200px;
/*	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;*/
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	float: left;
	border: 1px solid #999999;
	cursor: pointer;
}

.p_item_hover{
	/*border: 1px solid #000;*/
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.portfolio_item img{
	position: relative;
	z-index: -2;
	opacity: .5;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p_item_img_hover, .portfolio_item_selected img{
	opacity: 1 !important;
}

.portfolio_item_selected{
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.p_item_name{
	display: none;
}

.p_item_desc{
	display: none;
}

.p_item_link{
	display: none;
}

.p_item_lg_img{
	display: none;
}

.p_name_link:link{
	text-decoration: none;
	color: #272727;
}

.p_name_link:visited{
	text-decoration: none;
	color: #272727;
}

.p_name_link:hover{
	text-decoration: none;
	color: #ffc408;
}

.p_name_link:active{
	text-decoration: none;
	color: #ffc408;
}

.p_item_category{
	display: none;
}

.portfolio_filters{
	width: 100%;
	height: 85px;
	margin-bottom: 1%;
	padding: inherit;
}

.p_filter{
	width: 85px;
	height: 85px;
	background: orange;
	float: left;
	margin-right: 2%;
	list-style-type: none;
	cursor: pointer;
}

.p_filter a{
	width: 83px;
	height: 83px;
}

.filter_0{
	background: url(../img/filter_icon_sprite.png) no-repeat 0px 0px;
}

.filter_0:hover, .filter_0_selected{
	background: url(../img/filter_icon_sprite.png) no-repeat 0px -85px;
}

.filter_1{
	background: url(../img/filter_icon_sprite.png) no-repeat -85px 0px;
}

.filter_1:hover, .filter_1_selected{
	background: url(../img/filter_icon_sprite.png) no-repeat -85px -85px;
}

.filter_2{
	background: url(../img/filter_icon_sprite.png) no-repeat -170px 0px;
}

.filter_2:hover, .filter_2_selected{
	background: url(../img/filter_icon_sprite.png) no-repeat -170px -85px;
}


/*---------------Apply Section Styles----------------------*/
.section-apply{
	background: url(../img/bg_light_paper.png);
}

.img_apply{
	background: url(../img/apply_header.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 280px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.75);
}

.apply_header_content{
	color: #fff;
	position: relative;
	height: 280px;
	margin-bottom: 2%;
}

.apply_header_content h1{
	margin-top: 65px;
}

.apply_header_content .highlight_p{
	font-family: "HelveticaNeueLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


form{
	font-family: "HelveticaNeueLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 30px;
	margin-bottom: 100px;
}

input, textarea{
	margin-bottom: 20px;
}

.fname_group{
	width: 40%;
	float: left;
}

.lname_group{
	width: 58%;
	margin-left: 2%;
	float: left;
}

.email_group, .hear_group{
	clear: both;
}

.website_group{
	width: 60%;
	float: left;
}

.phone_group{
	width: 38%;
	margin-left: 2%;
	float: left;
}

.radio_group{
	width: 100%;
	margin-bottom: 20px;
}

.rg_label{
	width: 60%;
	text-align: right;
}

.radio_group label{
	margin-right: 2%;
}

.form_questions{
	/*display: none;*/
}

.help-block{
	width: 100%;
	color: #f00;
	padding: 0;
}

.help-block ul{
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.help-block ul li{
	margin-top: -10px;
}

.submit_btn{
	text-indent: -9999px;
	width: 243px;
	height: 68px;
	background: url(../img/btn_submit_sprite.png) no-repeat 0px 0px;
	cursor: pointer;
}

.submit_btn:hover{
	background: url(../img/btn_submit_sprite.png) no-repeat 0px -68px;
}


/*---------------Footer Styles----------------------*/
.img_footer{
	background: url(../img/footer_image.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 70px;
	width: 100%;
}

.footer_content{
	position: relative;
	height: 70px;
}

footer{
	font-size: 1em;
	color: #fff;
}

footer ul li{
	letter-spacing: .05em;
	display: inline;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 1%;
	padding-right: 1%;
}

footer ul li:first-child{
	border: none;
}

footer a{
	color: #fff;
}

footer a:visited{
	color: #bbbbbb;
}

footer a:hover, footer a:active{
	color: #0f0;
	text-decoration: none;
}

footer ul{
	padding-top: 25px;
	width: 80%;
	float: left;
}

.footer_flextronics_logo{
	width: 20%;
	height: 70px;
	float: right;
	padding-top: 16px;

}

.footer_flextronics_logo a{
	width: 267px;
	height: 37px;
	position: absolute;
	background: url(../img/flextronics_logo_sprite.png) no-repeat 0px 0px;
}

.footer_flextronics_logo a:hover{
	background: url(../img/flextronics_logo_sprite.png) no-repeat 0px -37px;
}