@media only screen and (min-width: 64.063em) 
{

	body
	{
		padding: 0 1rem;
	}
	
	
	ul#mainNav > li
	{
		font-size: .95rem;
	}
	
	#system-message
	{
		margin-left: -1rem;
		margin-right: -1rem;
	}

	#page-wrapper
	{
		margin: 1rem auto 0 auto;
	}
	#page-header-logo
	{
		max-width: 200px;
	}
	#top-nav-wrapper
	{
		font-size: .8rem;
		font-weight: 600;
	}
	
	.toolbar-item span.toolbar-button-text
	{
		display: inline;
	}
		
	img#banner-logo-image
	{
		padding: 2rem 0;
		width: 125px;
	}

	h1#page-banner-title
	{
		width: 90%;
		max-width: 900px;
		margin: 4rem auto;
		font-size: 3rem;
		font-weight: 300;
	}
	
	#subnav-sticky-wrapper.is-sticky .row#subnav
	{
		display: block;
	}

	/********* Logo & Header *************/
	.row#header
	{
		padding-top: 0 !important; 
	}
	

	#cart-widget 
	{
		top: 3.2rem;
	}
	
	
	#toggle-link
	{
		position: absolute;
		top: .5rem;
		right: .1rem;
		font-size: 1.5rem;
		line-height: 1em;
	}
	#toggle-link:after
	{
		font-family: "FontAwesome";
		content: "\f066";
		color: #555;
		line-height: 1em;
	}
	
	#toggle-link.collapsed:after
	{
		font-family: "FontAwesome";
		content: "\f065";
		color: #555;
	}
	
	.content-card-title
	{
		min-height: 3rem;
		font-size: 2rem;
		line-height: 1.1em;
	}
	
	.content-card-title span.video-card-title-text
	{
		font-size: 2rem;
	}

	li.small .content-card-title
	{	
		font-size: 1.5rem;
		line-height: 1.1em;
	}
	li.small .content-card-title span.video-card-title-text
	{
		font-size: 1.5rem;
		line-height: 1.1em;
	}

	.row.checkout_status
	{
		font-size: .9rem;
	}


	#cart-widget span#checkout-text
	{
		display: inline;		
	}

	.section-label
	{
		font-size: 1rem;
		line-height: 1.5em;
	}

	.row.medium-stacking .columns,
	.row.small-stacking .columns
	{
		padding-bottom: inherit;
	}

.image-block-wrapper.large-horizontal
	{
		width: 100%;
		float: left;
		position: relative;
	}
	 
	/* Fav Badge Wrapper */
	.image-block-wrapper.large-horizontal .image-block-fav-wrapper
	{
		position: absolute;
		top: 50%;
		transform: none;
		transform: translateY(-50%);
		
	}

	.image-block-wrapper.large-horizontal .image-block-play-icon-wrapper
	{
		position: absolute;
		transform: none;
		top: 50%;
		transform: translateY(-50%);
	}
	
	/* The Image  */
	.image-block-wrapper.large-horizontal .image-block-image
	{
		float: left;
		margin-left: 2rem;
		width: 10%;
		min-width: 50px;
		max-width: 80px;
		margin-right: 2%;
		border: 1px solid #555;
		position: relative;
	}
	
	.image-block-wrapper .image-block-image img
	{
		width: 100%;
	}
	
	
	/* The Caption */
	.image-block-wrapper.large-horizontal .image-block-caption-wrapper
	{
		float: left;
		width: 59%;
		margin-right: 2rem;
		text-align: left;
		line-height: 1em
	}
	
	.image-block-wrapper.large-horizontal .image-block-caption-wrapper .image-block-caption
	{
		font-size: 1rem;
		font-family: Oswald;
		letter-spacing: .03em;
		font-size: .9rem;
		text-transform: uppercase;
		text-align: left;	
		line-height: 1.1em;
		margin-top: 0;
		color: white;
	}
	
	
	/*   Difficulty Icons */
	.image-block-wrapper.large-horizontal ul.image-block-difficulty-icons
	{
		text-align: left;
	}
				
			
}

@media only screen and (min-width: 116.454em) 
{
	
	body.stage #banner
	{
		background: #111 url("https://cdn.texasbluesalley.com/styles/TXBA-Theme/banners/TXBA-Stage-Banner@2x.jpg") bottom center no-repeat;
	}

}
