/* Large desktop */
@media (min-width: 1200px) {

	.mobile-footer-lockup{
		display: none;
	}

	.logoTrain{
		width: 100%;
	}

	.footer-lockup{
		width: 688px;
		margin: 0 auto;
	}

	.footer-lockup p{
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}

	.bcContainer .BrightcoveExperience{
		min-width: 480px;
	}

	.span8{
		padding-bottom: 25%;
	}

	#channel, #timezone{
		width: 49%;
		float: left;
		clear: none;
		margin-bottom: 20px;
	}

	#search-wrap label{
		width: 25%;
		display: inline-block;
	}

	#channel{
		margin-right: 2%;
	}

	#reset-tz{
		float: right;
	}

	/* Post Launch QA */

	.page-template-schedule-php #search{
		width: 54%;
	}

	.main-navigation ul ul ul li {
		min-height: 180px;
	}

	/* START Post Launch Changes */

	#secondary{
		margin-top: 94px;
	}

	.span8{
		padding-bottom: 0;
		min-height: 1200px;
	}

	.page-template-my-templatesprograms-php #secondary{
		margin-top: 48px;
	}

	.single-post #secondary{
		margin-top: 24px;
	}

	.single-videos #secondary, .archive.category #secondary{
		margin-top: 0;
	}

	.home #secondary{
		margin-top: 68px;
	}

	/* END Post Launch Changes */

}