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

	body
	{
		padding: 0;
	}
	
	h2
	{
		font-size: 2.1rem;
	}
	h3
	{
		font-size: 1.5rem;
	}
	
	h4
	{
		font-size: 1.25rem;
	}
	ul#mainNav > li
	{
		font-size: .85rem;
	}
	
	#system-message
	{
		margin-left: 0;
		margin-right: 0;
	}
	#page-wrapper
	{
		margin: 0 auto;
	}
	
	#page-header-logo
	{
		max-width: 150px;
	}
	
	
	img#banner-logo-image
	{
		padding: 1.5rem 0;
		width: 105px;
	}

	#top-nav-wrapper
	{
		float: right;
		width: auto;
		font-size: .9rem;
		font-weight: 600;
	
	}
	
	.toolbar-item span.toolbar-button-text
	{
		display: none;
	}
		
	ul#page-top-nav li#top-nav-menu-button,
	ul#page-top-nav li#top-nav-section-menu-button
	{
		display: none;
	}




	h1#page-banner-title
	{
		margin: 2rem auto;
		max-width: 95%;
		letter-spacing: 0px !important;
		font-size: 2rem;
		font-weight: 400;
	}
	
 #subnav-sticky-wrapper.is-sticky .row#subnav
  {
	display: none;
  }

	.small-black
	{
		background: none;
	}
	
	.small-border
	{
		border: none;
	}
	.medium-border
	{
		border: 1px solid #333;
	}

	
		
	.content-card-title
	{
		font-family: inherit !important;
		font-size: 1.5rem;
	}
	
	.content-card-title span.video-card-title-text
	{
		font-size: 1.5rem;
	}
	
	li.small .content-card-title
	{	
		font-size: 1.2rem;
		line-height: 1.2em;	
	}
	li.small .content-card-title span.video-card-title-text
	{
		font-size: 1.2rem;
	}
	
	#cart-widget span#checkout-text
	{
		display: none;
	}
	
	#cart-widget {
		top: 6.6rem;
	}
	
	.section-label
	{
		font-size: 1.2rem;
		display: block;
		line-height: 1.5em;
	}

	.row.medium-stacking .columns
	{
		padding-bottom: .5rem;
	}
	
	.image-block-wrapper.medium-horizontal
	{
		width: 100%;
		float: left;
		position: relative;
	}
	 
	/* Fav Badge Wrapper */
	.image-block-wrapper.medium-horizontal .image-block-fav-wrapper
	{
		position: absolute;
		top: 50%;
		transform: none;
		transform: translateY(-50%);
		
	}

	.image-block-wrapper.medium-horizontal .image-block-play-icon-wrapper
	{
		position: absolute;
		transform: none;
		top: 50%;
		transform: translateY(-50%);
	}
	
	/* The Image  */
	.image-block-wrapper.medium-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.medium-horizontal .image-block-caption-wrapper
	{
		float: left;
		width: 59%;
		margin-right: 2rem;
		text-align: left;
		line-height: 1em
	}
	
	.image-block-wrapper.medium-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.medium-horizontal ul.image-block-difficulty-icons
	{
		text-align: left;
	}
				
			
}

@media only screen and (max-width: 64em)
{
	.medium-black
	{
		background: rgba( 0, 0, 0, .55);
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		margin-bottom: 1rem;
	}
	
}