
.center-content {
	min-height:390px;
	padding: 1px 10px 0px 15px;
}
.center-content h1 {
	text-transform:capitalize;
}
.center-content .clear {
	clear:both;
}
/*** Benefits ***/
.scheduledBenefits-inner {
	width:750px;
	margin:0px auto;
	padding:0px 5px 10px 5px;
}
.scheduledBenefits-inner a {
	display:block;
	text-decoration:none;
	width:360px;
	float:left;
	padding:5px;
}
/*** /Benefits ***/

/* flexible width for the fancybox wrapper */
.fancybox-wrap{
	width:80% !important;
}
.fancybox-title {
	text-shadow:0px 1px 0px #fff;
    margin-top: 20px;
}
.fancybox-title a {
	background: url(/careers/video/assets/img/icon-share.png) right center no-repeat;
	padding: 5px 22px 5px 0px;
	text-decoration:none;
	position:absolute;
	right:0px;
	color:#f85d13;
	font-weight:bold;
}
.no-list-available {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	text-align: center;
	margin-top: -50px;
	margin-left: -300px;
	text-shadow:0px 1px 0px #fff;
	color:#c0c0c0;
}

/* end screen */
.flowplayer .endscreen {
	display:none;
	background: url(/careers/video/assets/img/bnsf-logo.png) #f1f1f1 5% 50%   no-repeat;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	font-size: 14px;
	z-index:9040;
	}
	#player .endscreen .btn {
		display: inline-block;
		position:relative;
		overflow:visible;
		background-color:#eee;
		background-image:-moz-linear-gradient(top,#eee,#eee);
		background-image:-ms-linear-gradient(top,#eee,#eee);
		background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee),to(#eee));
		background-image:-webkit-linear-gradient(top,#eee,#eee);
		background-image:-o-linear-gradient(top,#eee,#eee);
		background-image:linear-gradient(top,#eee,#eee);
		background-repeat:repeat-x;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
		-webkit-background-clip:padding;
		-moz-background-clip:padding;
		background-clip:padding;
		zoom:1;
		z-index:1;
		*display:inline;
		font-family:"Segoe UI",Helvetica,Arial,sans-serif;
		float:right;
		text-align:center;
		line-height: 29px;
		text-shadow: 0px 1px rgba(0, 0,0, 0.5);
		color: #333;
		margin: 15px;
		cursor: pointer;
		font-size:14px;
		line-height:14px;
		width:10%;
		min-width:120px;
		text-shadow:#fff 0 1px 0;
		text-align:center;
		text-decoration:none;
		white-space:nowrap;
		vertical-align:middle;
		padding:10px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-ms-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		border: 1px solid rgb(63, 125, 225);
	}
	#player .endscreen .btn.blue{
		color:#fff;
		text-shadow:none;
		background-color:#4d90fe;
		background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);
		background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);
		background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d90fe),to(#4787ed));
		background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);
		background-image:-o-linear-gradient(top,#4d90fe,#4787ed);
		background-image:linear-gradient(top,#4d90fe,#4787ed);
		background-repeat:repeat-x;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe',endColorstr='#4787ed',GradientType=0)
	}
	.flowplayer.is-finished .endscreen,
	.flowplayer.is-paused .endscreen {
	  z-index: 2;
	  display:block;
	}

	.flowplayer .endscreen .icon-email{
		background: url(/careers/video/assets/img/icon-mail.png) right center no-repeat;
		padding-right: 30px;
	}
	.flowplayer .endscreen .icon-download{
		background: url(/careers/video/assets/img/icon-download.png) right center no-repeat;
		padding-right: 30px;
	}
	.download-box {
		display:block;
		background:#f1f1f1;
		position:absolute;
		bottom:60px;
		height:30px;
		padding: 10px 0px 0px 10px;
		width:100%;
		z-index:9050;
	}


/*** Video Page ***/
.bnsf-modal-page {
	position:relative;
	background: #f9f9f9;
	width: auto;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
			-o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
}

.bnsf-modal-inner{
	padding:15px;
}
.bnsf-modal-page table {
	width:100%;
}
.vnav {
	background:#eee;
	float:left;
	width: 200px;
	margin-right: 20px;
}
.vsection {
	float:left;
	width:760px;
	margin: 10px 0px 0px 10px;
}
.vsection ul.career-video{
	list-style:none;
	margin-left:10px;
}
.vsection ul.career-video p {
	margin:5px;
}
.vsection ul.career-video li {
	width: 158px !important;
	height: 230px;
	float: left;
	margin: 0px 5px 0px;
	cursor: pointer;
	position:relative;
	background: url("https://bnsfweb.bnsf.com/videos/assets/img/vid-bg.png") no-repeat transparent;
	padding: 6px 4px 3px 7px;
}
.vsection ul.career-video li a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
.vsection ul.career-video  li  img {
	background: url(https://bnsfweb.bnsf.com/videos/assets/img/thumbs-bg.png) no-repeat;
	margin:0px 0px 0px;
	zoom: 1;
	background:none;
	box-shadow:0px 0px 0px 0px;
	border:0px;
	border-radius:0px;
}
.vsection ul.career-video .time {
	position: relative;
	font-size: 11px;
	color: #5f513f;
	font-weight:bold;
	text-shadow: 0px 1px 0px #fff;
	margin: 0px 6px 0px 0px;
	padding: 1px 0px 1px 0px;
}
.vsection ul.career-video .time span {
	position: absolute;
	right:10px;
	background: url(https://bnsfweb.bnsf.com/videos/assets/img/icon-time.png) no-repeat transparent;
	padding: 1px 0px 1px 20px;
	color:#859a33;
	text-shadow:0px 1px 0px #fff;
}
.vsection ul.career-video .vTitle {
	color: rgb(32, 83, 136);
	font-weight: bold;
	text-shadow: 0px 1px 0px rgb(255, 255, 255);
	font-size: 11px;
	border-bottom: 1px solid rgb(192, 192, 192);
	margin: 0px 6px 0px 0px;
	padding-bottom: 2px;
	width: 148px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vsection ul.career-video .vDescription {
	margin: 0px 6px 0px 0px;
	padding-top: 2px;
	border-top: 1px solid rgb(255, 255, 255);
}
.vsection h1.vcategory,
.vsection ul.career-video{
	margin:0px 10px 10px;
}
.vsection h1.vcategory {
	font-size:25px;
	padding-left:5px;
}
.vnav ul,
.vnav ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.vnav ul {
	position: relative;
}
.vnav ul li a {
	display:block;
	position:relative;
	background:#eee;
	border:1px solid #ccc;
	border-left:0px;
	border-top:0px;
	padding:10px 5px 10px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	font-weight:bold;
	color:#2b2926;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vnav ul li a.first {
	border-top:0px;
	border-radius:4px 0px 0px 0px;
	padding-top:30px;
}
.vnav ul li a.last {
	border-bottom:0px;
	border-radius:0px 0px 0px 4px;
	padding-bottom:30px;
}
.vnav ul li a.active {
	background: #f9f9f9;
	border-right:0px;
	color:#f85d13;
}
.vnav ul li a:hover {
	background: #f9f9f9;
	color:#f85d13;
}
/** BNSF Modal ***/
html{
	overflow:hidden;
}
.bnsf-modal-overlay {
	background: url('/careers/video/assets/css/fancybox_overlay.png');
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	width: auto;
	height: auto;
	z-index: 1000;
}
.bnsf-modal {
	position: fixed;
	padding: 4px;
	background: rgba(0, 0, 0, 0.3);
	margin:0px;
	outline: medium none;
	vertical-align: top;
	z-index: 2000;
	height: auto;
	opacity: 1;
	overflow: visible;
	left: 10%;
	top: 20%;
	width:80%;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-o-border-radius: 4px;
			border-radius: 4px;
}
/*** modals that overflow ***/
.bnsf-modal-lock {
	overflow-x:auto;
	overflow-y:scroll;
}
.bnsf-modal-lock-overflow {
	position:absolute;
	top:5%;
}
/*** /modals that overflow ***/
.modal-inset {
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.08), 0 -1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.12);
		-moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.08), 0 -1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.12);
		-o-box-shadow: inset 0 1px rgba(0, 0, 0, 0.08), 0 -1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.12);
			box-shadow: inset 0 1px rgba(0, 0, 0, 0.08), 0 -1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.12);
}

.bnsf-modal-close {
	background-image: url('/careers/video/assets/css/fancybox_sprite.png');
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 3000;
}
/** video page pagination */
/** individual overrides **/
#contentarea {
	height:300px;
}
.bnsf-career-video {
	/*width:980px;
	margin: -203px 0px 0px -490px;*/
}
/** individual overrides **/
ul.pagination {
	margin: 30px 0px 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 40px;
}
ul.pagination li{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display: inline-block;
	font-size:14px;
	margin:0px 4px;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	cursor:pointer;
}
ul.pagination li,
ul.pagination li.previous,
ul.pagination li.next{
	background: url(https://bnsfweb.bnsf.com/videos/assets/img/pagination-off.png) no-repeat;
	box-shadow:0px;
	border:0px;

}
ul.pagination li.active,
ul.pagination li.active:hover{
	background: url(https://bnsfweb.bnsf.com/videos/assets/img/pagination-on.png) no-repeat;
	color: #f0f0f0 !important;
	text-shadow: 0px 0px 3px rgba(0,0,0, .9) !important;
	border:0px;
}
ul.pagination li:hover{
	color: #f85d13 !important;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
/** Badges ***/
.badge {
	display: inline-block;
	position: absolute;
	width: 54px;
	height: 52px;
	padding: 0px;
	vertical-align: baseline;
}
.badge_new {
	background: url("https://bnsfweb.bnsf.com/videos/assets/img/badges_new.png") no-repeat transparent;
	top: -3px;
	right: 2px;
	z-index: 1;
}
/*** /Badges ***/

/**** career-paths ***/
.careerTabs {
	margin:10px 0px 0px;
	width:98%;
	}
	.careerTabs a:link {
		display:block;
		color:#585858;
		text-decoration:none;
		outline:none;
		}
		.careerTabs	a:link, 
		.careerTabs a:visited {
			color: #585858;
			text-decoration: none;
			outline: medium none;
		}
	.careerTabs .nav {
		min-height:40px;
		border-bottom:1px solid #c0c0c0;		
		}
		.careerTabs .nav ul{
			display: block;
			list-style: none;
			position: relative;
			margin: 0px;
			padding: 0px 0px 0px 20px;
			}
			.careerTabs .nav ul li {
				display:block;
				position:relative;
				bottom:-1px;		
				text-align: center;		
				float:left;		
				cursor:pointer;		
				padding:0px 5px 0px;
				margin:0px;	
				}
				.careerTabs .nav ul li a {
					display:block;
					padding:10px 15px;
					background: rgb(228, 223, 210);
					background: linear-gradient(to bottom, rgb(244, 241, 235) 0%, rgb(237, 233, 224) 1%, rgb(228, 223, 210) 100%) repeat scroll 0% 0% transparent;
					border: 1px solid #c0c0c0;
					border-bottom:0px;
					border-radius: 3px 3px 0px 0px;		
					color: #5f513f;
					text-shadow:0px 1px 0px #fff;		
					font-weight: bold;
					box-shadow: 0 -1px 1px rgba(0,0,0,0.1),0 -4px 8px rgba(0,0,0,0.1);		
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					-webkit-transition: box-shadow 200ms cubic-bezier(0.52,0,0.48,1);
					-ms-transition: box-shadow 200ms cubic-bezier(0.52,0,0.48,1);
					-o-transition: box-shadow 200ms cubic-bezier(0.52,0,0.48,1);
					transition: box-shadow 200ms cubic-bezier(0.52,0,0.48,1);
					}	
					.careerTabs .nav ul li.selected a {		
						z-index:10;		
						background:#fff;	
						color:#585858;
						border-bottom:1px solid #fff;
					}
					.careerTabs li.selected a {	
						color: #5f513f;	
					}
/* helpers */
.careerTabs .clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.careerTabs .clear {
	height: 0px;
	clear: both;
	visibility: hidden;
}
.careerTabs .tabContent {
	background:#fff;
	padding:15px 10px;
	border:1px solid #c0c0c0;	
	border-top:0px;
	border-radius: 0px 0px 3px 3px;		
	}
	.careerTabs .tabContent .first-tab {
		display:block;
	}
.subnav {		
	margin:0px 0px 10px;
	}
	.subnav ul {
	list-style: none;
	position: relative;
	margin:0px;
	padding:0px;		
		}
		.subnav ul li{		
		display:block;
		position:relative;		
		float:left;
		cursor:pointer;		
		margin:0px;	
		}
		.subnav ul li a {
			display:block;
			height:15px;
			line-height:15px;
			color: #5f513f;
			text-shadow:0px 1px 0px #fff;		
			font-weight: bold;
			text-align: center;
			padding:10px 15px 10px;
			border-bottom:2px solid #fff;		
			}
			.subnav ul li.selected a {
				border-bottom:2px solid #f85d13;
			}
.subnav-content {
	min-width:300px
	}
	.subnav-content img {
		display:block;
		margin:0px auto;
	}	
.accordion {
	list-style:none;
	margin:5px 0px 20px;
	padding:0px;
	border-bottom:1px solid #f1f1f1;
	}
	.accordion li {
		margin:0px;
		padding:0px;
	}
	.accordion li a {
		display:block;
		position:relative;
		overflow:hidden;
		background:#fff;
		text-decoration:none;	
		border: 1px solid #f1f1f1;
		border-bottom:0px;
		padding:6px 0px 6px 15px;
		color:#585858;
		font-weight:bold;
		}	
		.accordion li a.current,
		.accordion li a:hover{
			background:#f1f1f1;	
		}
		.accordion li a.current {
			border-bottom:1px solid #eee;
		}
	.accordion .panel {		
		padding:5px 10px;
	}
.faq-events-tips .question .answer {
	padding:0px;
}
.faq-events-tips h1 {
	cursor:pointer;
	font-size: 17px;
	position:relative;
	height:25px;
}	
/**** /career-paths/ ***/
#RecruitingEvents {
	position:relative;
	display:block;
	margin-bottom: 10px;
}
tr.disabled,
tr.disabled a:link,
tr.disabled a:visited,
tr.disabled a:hover {
	color:#ccc;
	text-decoration:none;
	cursor:default;
}


.events-none-inner {	
	color: #000;
	text-shadow: 0 -1px rgba(255, 255, 255, 0.4);
	background-clip: padding-box;
	position:absolute;
	top:40%;
	left:50%;
	width:300px;
	margin-left:-15%;
	padding:20px;
	z-index:99999;	
	  border: 1px solid;
	  border-color: #777 #6c6c6c #666;
	  border-radius: 5px;
	  background: #f4902a;
	  border-color: #df770c #df770c #c76a0a;
	  background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
	  background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
	  background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
	  background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617);
	  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
/*** Icons ***/
.icons-mini {
	background: url("/careers/video/assets/img/icons-mini.png") left center no-repeat;
	padding-left:30px;
	height:24px;
}
.icon-calendar {
	background-position:0px 0px;
}
.icon-faq {
	background-position:0px -24px;
}
.icon-tips {
	background-position:0px -48px;
}
span.icons {
	display:inline;
	position:absolute;
	right:10px;
	height:18px;
	width:20px;
	background: url("/careers/video/assets/img/icon-expand-collapse.png") no-repeat;
}
span.icon-expand {
	background-position:0px 0px;
}
span.icon-collapse {
	background-position:0px -18px;
}