@media (min-width: 992px) {

	body {	padding-top: 110px; }

	.nav-container { padding: 0; }

	.copy-container ul li { margin: 0 0 10px 2%; }

	div.subscribe { padding: 0 3%; }

	/* NAVIGATION */

	div.nav-container { width: 100%; }

	nav#navigation {
		border: none !important;
	}

	#navigation {
		background-color: #333333; 
		color: #e3e3e3; 
		height: 100px; 
		display: flex; 
		flex-wrap: wrap;
		align-items: center; 
		justify-content: center; 
		height: 100px;
	}

	div.nav-container ul {
		padding: 0; 
		width: 100%; 
		list-style-type: none;
		max-width: 1280px; 
		margin: 0 auto;
	}
	
	div.nav-container ul li {
		display: inline-block; 
		width: 14%; 
		float: left; 
		padding: 0;
		border-right: 1px solid #444
	}

	div.nav-container ul li:last-of-type { border: none; }

	div.nav-container ul li:first-of-type { width: 16%; }

	div.nav-container ul > li:first-of-type > div:first-of-type { padding: 0 20px; }

	.dropdown { float: left; }

	.nav_dropdown { 
		display: none; 
		position: absolute;  
		width: 130%; 
		z-index: 1; 
		float: left; 
		z-index: 100; 
		border-top: 5px solid #1d7e9f; 
		border-left: 5px solid #1d7e9f; 
		background-color: #333;
	}

	div.nav-container ul li:nth-of-type(5) div.nav_dropdown,
	div.nav-container ul li:nth-of-type(6) div.nav_dropdown,
	div.nav-container ul li:nth-of-type(7) div.nav_dropdown { 
		right: 0%; 
		border-left: none !important;
		border-right: 5px solid #1d7e9f;
	}

	.dropdown:hover div.nav  { 
		background-color: #1d7e9f; 
		color: #e5e5e5;
		transition: 0.3s;
	}

	.dropdown:hover .nav_dropdown { display: block !important; }

	.nav_dropdown > a { 
		display: block; 
		width: 100%; 
		text-align: center; 
		padding: 20px 4%; 
		border-bottom: 1px solid #444;
		color: #ddded6;
		font-size: 1.2em;
	}

	.nav_dropdown > a:last-of-type { border-bottom: none; }

	.nav_dropdown > a:hover { 
		background-color: #222; 
		color: #e5e5e5; 
		transition: 0.3s;
	}

	div.nav { 
		background-color: #333333; 
		color: #e3e3e3; 
		height: 100px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		height: 100px; 
		font-weight: 800;
		text-transform: uppercase;
		font-size: 1.1em;
		padding: 0 5%;
	}

	div.nav-container ul > li:first-of-type > div:first-of-type { 
		background-color: #333333; 
		color: #e3e3e3; 
		height: 100px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		height: 100px; 
	}

	/* HEADERS */

	div.page-title { padding: 20px 3%; }

	div.page-title h1 { font-size: 2em; }

	.header { padding: 40px 0; }
	.page-header { font-size: 2em; }
	.section-header { 
		padding: 8px 20px; 
		border-width: 5px; 
	}

	/* LIVE WINDOW SPECIAL */

	.live-window-special-message {
		padding: 8px 2%;
	}

	/* EMBEDDED AUDIO PLAYER */

	audio {
		width: 100% !important;
		height: 30px;
		display: inline-block !important;
	}

	.latest-1 {
		float: left;
		width: 49%;
		height: auto;
	}

	.latest-2 {
		float: right;
		width: 49%;
		height: auto;
		display: block;
	}

	/* NEW PODCAST - FRONT PAGE */

	div.new_podcast { 
		padding: 0 10%; 
	}

	/* E3 FRONT PAGE */

	div.e3_front > div:first-of-type {
		width: 15%;
		float: left;
		margin-bottom: 0;
	}

	div.e3_front > div:nth-of-type(2) {
		width: 85%;
		float: right;
		padding-left: 40px;
	}

	
	div.e3_front > div:first-of-type img { 
		width: 100%; 
		margin: 0;
	}
	

	/* RECENT PODCASTS - FRONT PAGE */

	div.recent_podcasts { margin-bottom: 40px; }

	div.recent_podcasts > div {	
		width: 24%;
		margin-bottom: 0;
	}

	div.recent_podcasts > div:nth-of-type(1),
	div.recent_podcasts > div:nth-of-type(2),
	div.recent_podcasts > div:nth-of-type(3) { margin-right: 1.333333%; }

	div.recent_podcasts > div:nth-of-type(4) { margin-right: 0; }

	/* SUBSCRIBE */

	div.subscribe > a > div {
		width: 16%;
		margin-right: 0.8%;
	}

	div.subscribe a:nth-of-type(even) div { margin-right: 0.8%; }

	div.subscribe a:nth-of-type(3n) div { margin-right: 0.8%; }

	div.subscribe a:last-of-type div { margin-right: 0; }

	.footer-container { padding-top: 20px; }

	/* TABS */

	.video-tabs__wrapper { padding: 0 2%; }

	.video-tabs { padding: 0; }

	.video-tabs div:nth-of-type(1),
	.video-tabs div:nth-of-type(2) {
		width: 25%;
		float: left;
	}

	/* LIVE PAGE */

	.live-embed {
		padding-right: 20px;
	}

	/* MORE EPISODES MODULE */

	.podcast__roll__thumb {
		width: 24%; 
		margin-right: 1.5%;
	}

	.podcast__roll__info {
		width: 74.5%; 
		margin-right: 0;
	}

}