@charset "utf-8";
/* CSS Document */
.career-page{
	background: #fff;
}
.career-page #wrap{
	height:auto !important;
	height:100%;
	min-height: 100%;
}

.career-page #footer .container{
	background:#333;
	box-shadow:none;
	
}
.career-page #footer .container .footer-link, .career-page #footer .container .footer-link:link, .career-page #footer .container .footer-link:visited{
	text-shadow: none;
}
.career-page #footer .container .footer-link:hover{
	text-decoration: none;
}
.career-page #footer .container .credit{
	text-shadow: none;
}
#wrap {
	/* min-height: 100%; */
/*
	min-height: 100%;
	height: auto !important;
*/
	min-height:600px;
	height: 100%;

  /* Negative indent footer by its height */
	margin: 0 auto -35px;
  /* Pad bottom by footer height */
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

#wrap > .container {
	padding: 60px 15px 0;
}
#career{
	width:1200px;
	margin:0 auto;
	padding:80px 30px 30px 30px;
}
#career .description{
	margin-bottom:20px;
}
#career .jobs{
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-left:1px solid #222;
	box-sizing:border-box;
}
#career h1{
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom:20px;
}
#career h3, #career h4{
	font-size: 1em;
	display: inline;
	color:#2c3b55;
	white-space: nowrap;
}
#career h3{
	font-size: 1em;
	line-height: 1em;
	color:#2c3b55;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:20px;
	border-right: 1px dotted #09f;
}
#career h4{
	font-size: 1em;
	font-weight: 300;
	color:#666;
	padding-left:10px;
}
#career header{
	margin-bottom:20px;
	
	border-left:5px solid #959daa;
}
.scene .btn-video,.description .btn-video{
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	overflow:hidden;
	padding:15px 20px 15px 55px;
	background: transparent url('../images/playbtn.png') no-repeat 4px 4px;
}
.scene .btn-video:before,.description .btn-video:before{
    z-index:-1;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    content:'\0020';
    border-radius: 60px;
    background: #06c;
    opacity:0.4;
    box-shadow:1px 3px 3px 1px rgba(5, 60, 90, 0.2);
}
.scene .btn-video:hover:before,.description .btn-video:hover:before{
	opacity:1;
}
.join{
	margin-top:40px;
}
.btn-join{
	display: block;
	font-size: 2em;
	font-weight: 600;
	
	text-transform: uppercase;
	color:#09f;
	padding-bottom:20px;
	padding-left:20px;
	background:transparent url('../images/join_arrow_large.png') no-repeat left 10px;
}
.jobs-group{
	margin-top:40px;
}
.jobs-group h5{
	color:#333;
	font-weight: 500;
	margin-top:40px;
}
.job-list{
	list-style: none;
}
.job-list .job{
	padding:10px 0;
	border-bottom: 1px dotted #ccc;
}
.job-list .job a.job-link{
	text-decoration:none;
}
.job-list .job .job-text{
	margin-top:10px;
	margin-right:20px;
	display: none;
}
.job-list .job .btn-job, .job-list .job .btn-job:link, .job-list .job .btn-job:visited{
	display: block;
	text-decoration: none;
	background:url('../images/job_arrow.png') no-repeat right 0;
}
.job-list .job .btn-job-active, .job-list .job .btn-job-active:link, .job-list .job .btn-job-active:visited{
	background-position: right -124px;
}


