body {
	font-size: 14px;
	padding-top: 75px;
	margin: 0px !important;
	height: auto;
	font-family: "open-sans",sans-serif;
	background-image: url('../images/structure/noise-texture.png');
	background-repeat: repeat;
	background-color: #dddfd6;
}

.img-responsive { max-height: 100%; }

p { 
	margin: 0 0 20px 0; 
	line-height: 1.5em;
}

h2 { 
	font-size: 1.5em;
	font-weight: 800; 
}

h2.index {
	width: 100%;
	padding: 20px 5%;
	text-align: center;
	font-weight: 800;
	font-size: 1.6em;
	margin: 0;
	text-transform: uppercase;
}

.main {	padding: 0; }
.side img { border: 5px solid #e5e5e5; }

.xs-stackable {
	padding: 0;
	margin-bottom: 10px;
}

a {
	text-decoration: none !important;
	color: #999;
}

.panel {
	background-color: transparent !important;
}

/*div.content {
	padding: 20px 4%;
	margin: 20px 0;
	background-color: #cccccc;
}*/

div.content,
section.blog {
	background-color: #e5e5e5;
	padding: 20px 4%;
	box-shadow: 0px 0px 20px #bbb;
}

section.blog-roll { 
	background-color: #e5e5e5; 
	padding: 0;
}

div.description { font-size: .9em; }

section.blog-roll > div:nth-last-of-type(2) { margin-bottom: 0 !important; }

section.blog-roll hr.divider:last-of-type {
	display: none;
}

div.content img {
	/*box-shadow: 0px 0px 10px #888888;
	border: 5px solid #cfccd8;*/
}

img.blog-featured {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

ul.generic, ol.generic { margin-top: 20px; padding-left: 3%; }

ol.generic li {
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-type: decimal;
}

ul.generic li {
	margin-bottom: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
	flex: 1;
}

hr.divider {
	height: 0;
	border-top: 1px solid #999999;
	opacity: 0.8;
	margin: 20px 0;
	}

.wrapper,
.index-wrapper {
	width: 100% !important;
	max-width: 1280px !important;
	height: auto !important;
	margin: 0 auto !important;
	Padding: 5px 3%;
	display: block;
	float: none;
}

.clear { clear: both !important; }

.row {
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto !important;
}

.row--full {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.site-notification {
	background-image: linear-gradient(#9e0000, #be0000);
	width: 100%;
	border-bottom: 2px solid #cccccc;
}


/* SIDE BAR */

div.side-header {
	width: 100%;
	padding: 8px 2%;
	text-align: center;
	color: #666666;
	font-size: 1.3em;
	text-align: right;
	font-weight: 800;
	background-color: transparent;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}

div.side-copy {
	width: 100%;
	height: auto;
	padding: 20px 4% !important;
	color: #666666;
	margin-bottom: 20px;
	background-color: #e5e5e5;
	text-align: center;
}

div.side-copy a {
	color: #1d7e9f !important;
}

div.side div.thumb {
	border-bottom: 5px solid #cccccc !important;
	border-top: none;
	border-right: none;
	border-left: none;
}

/* NAVIGATION */

.navbar-fixed-top { z-index: 10 !important; }
.cd-user-modal { z-index: 1000 !important; }

#navigation {
	height: 60px;
	background-color: #333333;
	width: 100%;
	box-shadow: 0px 0px 5px #666666;
	border: none;
}

.nav-container {
	width: 100%;
	/*max-width: 1280px;*/
	/*margin: 0 auto 5px auto !important;*/
	padding: 0;
	font-weight: 400;
	font-size: .8em;
	color: #ffffff;
}

#nav_mobile {
	display: flex; 
	justify-content: space-between; 
	align-items: center;
}

div#nav_mobile > ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nav_mobile > ul > li {
	padding: 0;
	margin: 0;
	float: left;
}

div#nav_mobile > ul > li:nth-of-type(1),
div#nav_mobile > ul > li:nth-of-type(3) { 
	width: 50%; 
	font-size: 1.1em;
	height: 60px;
}

div#nav_mobile > ul > li:nth-of-type(1) { 
	padding: 0; 
	border-right: 1px solid #666666; 
}

div#nav_mobile > ul > li:nth-of-type(3) { padding: 0 20px 0 0; }
div#nav_mobile > ul > li:nth-of-type(1) img { margin-right: 20px; }

div#nav_mobile > ul > li:nth-of-type(2) { width: 40%; padding: 20px 0; }
div#nav_mobile > ul > li:nth-of-type(2) img { margin: 0 auto !important; }

div#nav_mobile > ul > li > div,
div#nav_mobile > ul > li > a > div {
	display: flex;
	height: 60px;
	align-items: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	cursor: pointer;
}

div#nav_mobile > ul > li:nth-of-type(3) div { 
	justify-content: flex-end; 
	color: #ffffff;
	cursor: pointer;
}

.mobile_nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
	background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mobile_account {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
	background-color: #222;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

.mobile_nav a {
    padding: 10px 5%;
    text-decoration: none;
	font-size: 1.8em;
	border-bottom: 1px solid #444;
    color: #e5e5e5;
    display: block;
	transition: 0.3s;
	border-left: 5px solid #1d7e9f;
}

.mobile_account a {
    padding: 20px 5%;
    text-decoration: none;
	font-size: 1.8em;
	border-bottom: 1px solid #444;
    color: #e5e5e5;
    display: block;
	transition: 0.3s;
	border-right: 5px solid #1d7e9f;
}

.mobile_nav a:hover,
.mobile_nav a:active,
.mobile_account a:hover,
.mobile_account a:active {
	color: #e5e5e5;
	background-color: #222;
	transition: 0.3s;
}

.mobile_nav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3em;
	margin-left: 50px;
	color: #ffffff;
	border: none !important;
}

.mobile_account .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3em;
	margin-right: 50px;
	color: #ffffff;
	border: none !important;
}

.mobile_nav a.closebtn:hover,
.mobile_account a.closebtn:hover {
	background-color: transparent !important;
}

.now-live { 
	background-color: #a2251d !important; 
	border-left: none !important;
}

/* HEADER */

.header-main {
	width: 100%;
	height: auto;
	background-color: #353535;
	/*background-image: url('../images/structure/noise-texture.png');
	background-repeat: repeat;*/
	border-bottom: 8px solid #e9ae27;
}

.header {
	height: auto !important;
	padding: 40px 0;
}

/*#header-bg {
	background-image: url('../images/structure/header-bg-3.png');
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
*/
.header img {
	width: 50%;
	margin: 0 auto !important;
}

/* SECONDARY NAV */

.secondary-nav {
	width: 100%;
	background-color: #e9ae27;
	border-bottom: 3px solid #886106;
	/*max-width: 1100px;*/
	margin: 0 auto;
	vertical-align: middle;
	color: #886106;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
}

.secondary-nav > ul { 
	width: 100%;
	max-width: 1100px;
	margin: 0 auto !important;
	display: block;
}


.secondary-nav > ul li {
	float: left;
	list-style-type: none !important;
	display: inline-block;
	width: 50%;
}

ul.secondary-nav-links li a > div {
	text-align: center;
	color: #886106;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 1em;
	line-height: 42px;
	height: 42px;
	background-color: #e9ad28;
	border-right: 1px solid #886106;
}

ul.secondary-nav-links li a:hover > div,
ul.secondary-nav-links li a:active > div,
ul.secondary-nav-links li a:focus > div { background-color: #ebc05a; }

ul.secondary-nav-links li a > div i {
	color: #875b19;
}

.secondary-nav a {
	color: #875b19;
}

ul.secondary-nav-links {
	background-color: transparent;
	padding: 0 !important;
	margin: 0 auto !important;
}


/* LIVE WINDOW - FRONT PAGE */

#live-window-special {
	width: 100%;
	height: 375px;
	background-color: #6441a5;
	background-image: url('../images/structure/noise-texture.png');
	padding: 10px 0;
}

iframe.live-window-special {
	margin: 0px auto !important;
	padding: 0px !important;
	border: 5px solid #744bc0;
	box-shadow: 0px 0px 25px #444;
}

.stripe-live {
	width: 100%;
	height: auto;
	background-color: #744bc0 !important;
	background-image: url('../images/structure/noise-texture.png');
	padding: 40px 0;
	border-bottom: 5px solid #e5e5e5 !important;
	margin-bottom: 0px !important;
	box-shadow: 0px 0px 20px #bbb;
}

.live-window-special-heading {
	color: #e5e5e5;
	font-weight: 700;
	font-size: 1.5em
}

.live-window-special-message {
	color: #e5e5e5;
	font-size: 1em;
	padding: 8px 0 !important;
	width: 80%;
	margin: 0 auto;
}

button.live-window-special {
	border: none;
	width: 80%;
	text-align: center;
	background-color: #e5e5e5;
	padding: 10px 1%;
	color: #333333;
	font-weight: 800;
	margin: 0 auto 10px auto !important;
}

button.live-window-special:hover,
button.live-window-special:active {
	background-color: #cccccc;
	transition: .3s;
}

div#live-special-info img {
	width: 35%;
	height: auto;
	margin: 20px auto;
}


/* LIVE PAGE */

#live-data-import {
	font-size: 1.2em;
	font-style: italic;
	color: #e5e5e5;
}

#live-wrapper {
	padding: 0;
	margin: 0;
}



/* CAROUSEL */

.carousel-wrapper {
	width: 100%;
	max-width: 1280px;
	padding: 5px;
	margin: 0 auto;
	background-color: #e5e5e5;
	box-shadow: 0px 0px 20px #bbb;
}

#carousel-container {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.slick-slider {
	padding: 0px;
}

.banners { width: 100%; }

/* NEW PODCAST - FRONT PAGE */

div.new_podcast {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
}

div.new_podcast a {
	color: #e5e5e5;
	text-decoration: none;
}

ul.new_podcast__actions {
	width: 100%;
	margin: 20px auto 0 auto;
	font-size: 1.2em;
	padding: 0;
	list-style-type: none;
}

ul.new_podcast__actions > li {
	width: 49%;
	float: left;
	margin: 0 2% 10px 0;
}

ul.new_podcast__actions > li div {
	padding: 10px 2%;
	text-align: center;
	background-color: #1d7e9f;
	color: #e5e5e5;
	font-size: .8em;
}

ul.new_podcast__actions > li:nth-of-type(even) {
	margin-right: 0;
}

/* ul.new_podcast__actions li:last-of-type {
	border: none;
	margin: 0;
} */

div.new_podcast__actions a { font-weight: 800; }

div.new_podcast__actions > div:last-of-type { margin-bottom: 0; }

ul.new_podcast__actions li:last-of-type {
	margin-right: 0;
}

ul.new_podcast__actions li.no-action > div {
	background-color: #999;
	color: #ccc;
	border: none;
}

ul.new_podcast__actions li.no-action:hover > div,
ul.new_podcast__actions li.no-action:active > div {
	background-color: #999 !important;
	color: #ccc !important;
	border: initial;
}

/* E3 - FRONT PAGE */

/* div.e3_front {
	background-color: #222222;
	background-image: url('../images/structure/e3_bg1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background
} */

div.e3_front {
	display: block;
	width: 100%;
	height: auto;
	padding: 40px 3%;
	background-image: url('../images/structure/e3_bg2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	color: #e5e5e5;
	border: 5px solid #e5e5e5;
	box-shadow: 0px 0px 20px #bbb;
}

div.e3_front > div:first-of-type {
	width: 100%;
	margin-bottom: 20px;
}


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

div.e3_front > div:first-of-type img { 
	width: 40%; 
	margin: 0 auto 20px auto;
}

div.e3_front div.buttons > a > div {
	padding: 10px 20px;
	text-align: center; 
	color: #222222;
	background-color: #e5e5e5;
	width: 49%;
	float: left;
	margin-right: 2%;
	font-weight: 800;
}

div.e3_front div.buttons > a:nth-of-type(2) > div { margin-right: 0; }



div.e3_front div.buttons a > div:hover,
div.e3_front div.buttons a > div:active {
	background-color: #cccccc;
	transition: .3s;
}

/* RECENT PODCASTS - FRONT PAGE */

div.subscribe_front { box-shadow: 0px 0px 20px #bbb; }

div.recent_podcasts {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	margin-bottom: 30px;
}

div.recent_podcasts a {
	color: #333333;
	text-decoration: none;
}

div.recent_podcasts h3 {
	font-weight: 800;
	font-size: 1.3em;
	margin: 0;
	padding: 20px 3%;
}

div.recent_podcasts > div {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0 0 20px 0;
	background-color: #e5e5e5;
	flex-grow: 1;
	Border: 5px solid #e5e5e5;
	box-shadow: 0px 0px 20px #bbb;
}

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

div.recent_podcasts div.thumb { border: none !important; }

/* div.recent_podcasts > div:nth-of-type(4) {	
	margin-right: 0; 
	flex-grow: 1;
	text-align: center;
	padding: 20px;
	font-style: italic;
}

div.recent_podcasts > div:nth-of-type(4) img {
	width: 80%;
	margin: 0 auto 20px auto;
} */

div.recent_podcasts > div div.btn {
	width: auto; 
	min-width: 60%; 
	margin: 0 auto; 
	padding: 10px 20px; 
	border: none; 
	color: #ffffff; 
	font-weight: 800; 
	background-color: #1d7e9f; 
	font-style: normal !important;
	border-radius: 0 !important;
}

div.recent_podcasts > div a:hover div.btn,
div.recent_podcasts > div a:active div.btn {
	background-color: #176c89;
	transition: .3s;
}

div.recent_podcasts > div div.recent_podcasts__desc {
	padding: 0 3%;
	text-align: center;
}

/* PAGE CONTENT */

.section-header,
.panel-header {
	width: 100%;
	background-color: #333333;
	padding: 8px 2%;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 800;
	color: #ffffff;
	margin: 10px 0;
	border: 3px solid #f3f3f3;
}

.panel-header { margin-bottom: 0 !important; }

.title-highlight {
	color: #666666;
}

.section-header i, .page-header i {
	color: #666666;
}

.page-header {
	width: 100%;
	padding: 0px;
	font-size: 1.5em;
	font-weight: 700;
	color: #222222;
	margin: 0 0 20px 0 !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #999999;
}

/*.page-header div {
	width: 100%;
	max-width: 1100px !important;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	margin: 0 auto;
	font-size: 1.5em;
}
*/

.copy-container { margin: 0 0 20px 0; }

.copy-container p:last-of-type { margin-bottom: 0 !important; }


.copy-container2 {
	padding: 20px 4%;
	background-color: #e5e5e5;
}

.copy-container ul li {  
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 0 0 10px 5%;
}

.idx-podcast-desc {
	padding: 10px 4% 20px 4%;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.podcast-interactions {
	margin-bottom: 0;
}

ul.podcast-interactions li {
	width: 49%;
	float: left;
	margin: 0 2% 10px 0;
}

ul.podcast-interactions li:nth-of-type(2),
ul.podcast-interactions li:nth-of-type(4) { margin-right: 0; }

ul.podcast-interactions li:nth-of-type(3),
ul.podcast-interactions li:nth-of-type(4) { margin-bottom: 0; }

.block-special {
	background-color: #999999;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/structure/noise-texture.png');
}

.block-special button.podcast {
	margin-bottom: 0px;
}

#more-episodes img.thumb {
	border: 5px solid #cfccd8;
	width: 100%;
	box-shadow: 0px 0px 10px #888888;
}

div.thumb {
	width: 100%;
	padding-bottom: 56.25%;
	background-image: url('../images/Temp/temp-thumb.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.thumbnail-descriptions {
	padding: 0 2%;
}

.thumbnail-descriptions a > h1 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 10px 0px;
	color: #333333;
}

section#player {
	margin-top: 10px !important;
}

/* EMBEDDED AUDIO PLAYER */

audio { width: 100%; }

/* BUTTONS */

div.side-copy button {
	background-color: #1d7e9f;
	padding: 10px 0;
	color: #e5e5e5;
	font-weight: 800;
	border: none;
	width: 100%;
}

button.podcast,
button.read-more,
form button {
	background-color: #1d7e9f;
	border: none;
	color: #e5e5e5;
	font-weight: 800;
	padding: 20px;
	width: auto;
	margin: 0 auto;
	display: block;
}
div.side-copy button:hover,
div.side-copy button:active,
button.podcast:hover,
button.podcast:active,
button.read-more:hover,
button.read-more:active {
	background-color: #0b6a8a;
	transition: 0.3s !important;
}

/*button.read-more {
	background-color: #1d7e9f;
	border-top: 5px solid #186680;
	border-bottom: 5px solid #186680;
	border-left: none;
	border-right: none;
	padding: 8px 0;
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	margin: 10px 0 0 0;
}*/

/*button.read-more:hover, button.read-more:active {
	background-color: #999999;
	padding: 8px 0;
	color: #333333;
}*/

.btn-inactive {
	background-color: #eeeeee;
	color: #bbbbbb;
	border-top: 5px solid #bbbbbb;
	border-bottom: 5px solid #bbbbbb;
	border-left: none;
	border-right: none;
	padding: 8px 0;
	font-weight: 700;
	width: 100%;
}

button.btn-live {
	width: 100%;
	padding: 10px 2%;
	text-align: center;
	border-top: 3px solid #6441a5;
	border-bottom: 3px solid #6441a5;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	background-color: #8663c6;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 400;
}

button.btn-live i {
	color: #ffffff !important;
}

.page-header button {
	width: 30%;
	padding: 5px 2%;
	font-size: .5em;
	float: right;
	margin-bottom: 5px;
}

/* MORE EPISODES MODULE */

.blog-roll__container > div:last-of-type {
	margin-bottom: 20px !important;
}

.podcasts__roll {
	width: 100%; 
	background-color: #ffffff; 
	padding: 20px; 
	margin-bottom: 10px;
}

.podcast__roll__thumb {
	width: 100%; 
	margin-bottom: 10px;
}

.podcast__roll__info { width: 100%; }

.podcast__roll__title {
	font-size: 1.2em; 
	font-weight: 800; 
	color: #333333; 
	margin-bottom: 5px;
}

.podcast__roll__date {
	font-style: italic; 
	font-weight: 600; 
	font-color: #999999; 
	margin-bottom: 5px; 
	font-size: .9em;
}

/* LATEST VIDEOS */

#latest-videos {
	background-color: #cf2923;
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-image: url('../images/structure/noise-texture.png');
	background-repeat: repeat;
}

#latest-videos div.thumb {
	border: 5px solid #e52d27;
	box-shadow: 0px 0px 10px #bb2621;
	background-size: 100% auto;
	position: relative;
}

a.youtube {
    cursor: pointer;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* QUICK READS */

#quick-reads {
	background-color: #222222;
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-image: url('../images/structure/noise-texture.png');
	background-repeat: repeat;
}

#quick-reads div.post-title {
	font-size: 1.2em;
	font-weight: 700;
	margin: 10px 0;
	color: #a3a3a3;
}

#quick-reads div.thumb {
	border: 5px solid #555555;
	box-shadow: 0px 0px 10px #333333;
}

/* TABS */

.video-tabs__wrapper { padding: 0 !important; }

.video-tabs {
	width: 100%;
	padding: 0;
}

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

.tab {
	padding: 20px 2%;
	text-align: center;
	margin-bottom: 0px !important;
	background-color: #cf2923;
	color: #ffffff;
	height: auto;
	background-image: url('../images/structure/noise-texture.png');
	background-repeat: repeat;
}

.tab-red-2 { background-color: #a9231e; }


/* CURRENTLY PLAYING */

#currently_playing {
	width: 100%;
	padding: 40px 0;
	text-align: center;
}

#currently_playing img {
	width: 40%;
	height: auto;
	margin: 0 auto;
	border: 3px solid #cfccd8;
	box-shadow: 0px 0px 10px #888888;
}

#currently_playing div.top {
	margin-bottom: 40px;
}

/* CONTACT FORM */

form#contact, form#quickreads {
	width: 100%;
}

form#contact input, form#contact select, form#quickreads input, form#quickreads select {
	width: 100%;
	padding: 5px 1%;
	border-radius: 3px;
	margin-bottom: 20px;
	border: none;
	background-color: #f3f3f3;
	color: #666666;
}

form#contact textarea, form#quickreads textarea {
	width: 100%;
	padding: 5px 1%;
	border-radius: 3px;
	margin-bottom: 20px;
	border: none;
	height: 300px;
	max-width: 100%;
}

form button {
	/*width: 100%;
	border: none;
	border-radius: 3px;
	padding: 20px 2%;
	text-align: center;
	background-color: #0d7ca2;
	color: #ffffff;
	display: block;
	font-weight: 800;*/
	float: none !important;
}

form button:hover, form button:focus {
	background-color: #096a8b;
}

div.g-recaptcha > div > div {
	height: auto !important;
	margin-bottom: 10px !important;
	padding-bottom: 20px;
}

/* FOOTER */

.footer {
	width: 100%;
	background-color: #222222;
	border-top: 3px solid #ffffff;
	/*margin-top: 20px;*/
	padding: 0;
	text-align: center;
}

.footer-logo {
	width: 50%;
	margin: 20px auto;
}

ul.footer-nav {
	display: inline-block;
	margin: 0 auto;
	border-bottom: none;
	width: 100%;
}

ul.footer-nav li {
	font-size: 1.2em;
	color: #c2c2c2;
	font-weight: 400;
	list-style-type: none !important;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #666666;
}

ul.footer-nav li > a > div {
	padding: 10px 0;
}

ul.footer-nav li > a > div:active, ul.footer-nav li > a > div:hover, ul.footer-nav li > a > div:focus {
	background-color: #000000;
}

ul.footer-nav li a, ul.footer-nav-sub li a {
	color: #c2c2c2;
}

.copyright {
	font-size: 1em;
	color: #c2c2c2;
	font-weight: 400;
	margin: 20px 0;
	padding: 0 2%;
}

/* PODCASTS ARCHIVE PAGE */

div.podcasts-thumb img {
	max-width: 60%;
	margin: 0 auto;
}

div#podcasts div.copy-container {
	margin-top: 20px;
}

div#podcasts div.copy-container span.title {
	font-size: 1.25em !important;
	font-weight: 700;
}

div#podcasts div.copy-container span.data {
	font-size: 1em !important;
	font-weight: 700;
	font-style: italic;
}

div#podcasts div.copy-container p.description {
	margin-top: 10px;
}

/* BLOG ROLL */

div.blog-roll.copy-container {
	padding: 0;
	background-color: #e5e5e5;
}

div.blog-roll.copy-container > div:first-of-type {
	padding: 0;
}

div.blog-roll.copy-container div.thumb {
	box-shadow: none;
	border: none;
}

div.blog-preview {
	padding: 20px 3%;
}

div.blog-preview a div.title {
	font-size: 1.3em;
	font-weight: 800;
	color: #333333;
}

div.blog-preview div.byline {
	font-size: 1em;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 10px;
	color: #666666;
}

div.blog-preview.copy-container {
	margin: 0px;
}

a.read-more {
	font-weight: 700;
	color: #951717;
}

.pagination {
	width: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: #666666;
	margin: 20px 0;
}

.pagination a {
	color: #333333;
}

.pagination div {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}

/* BLOG POST */

div.page-title {
	/* border-top: 5px solid #999; */
	/* background-color: #666; */
	margin: 0 0 10px 0;
	width: 100%;
	padding: 20px 4%;
	/* background-image: url('../images/structure/bg_group_lg.png');
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: center 5%;
	color: #e5e5e5; */
	text-align: center;
	/* border-bottom: 5px solid #999; */
}

div.page-title h1 {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
}

div.page-title div.byline {
	font-style: italic;
	color: #1d7e9f;
	font-size: 1em;
	margin-top: 10px;
}

div.page-title div.byline a { font-weight: 800; }

div.page-title hr {
	border-top: 1px solid #999999;
}

section.blog div.title {
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: 800;
	color: #222222;
	margin: 0 0 10px 0 !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #cccccc;
}

div.byline {
	width: 100%;
	font-weight: 700;
	font-size: .8em;
	font-style: italic;
	color: #1d7e9f !important;
}

.blog div.copy-container p > img {
	margin: 0 auto 20px auto !important;
	display: block;
	border: 5px solid #e3e3e3;
	max-width: 100%;
}


/* COMMENTS */

section.comments {
	background-color: #e5e5e5;
	border-radius: 0;
	padding: 20px 3%;
	margin: 20px 0 0 0;
	box-shadow: 0px 0px 20px #bbb;
}

section.comments h2 { margin-top: 0; }

section.comments p {
	margin-bottom: 20px;
}

section.comments .panel.blog-panel {
	width: 100%;
	padding: 20px 0;
	color: #333333;
	margin-bottom: 0px !important;
	border-radius: 0px;
}

div.panel-header {
	width: 100%;
	padding: 8px 2%;
	background-color: #333333;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.3em;
}

img.comment-avatar {
	width: 8%;
	margin: 0 2% 10px 0;
	border: 2px solid #cccccc;
}

section.comments ul > li > ul > li {
	padding: 20px 3% 0 3%;
	margin: 20px 0;
}

section.comments div#comments > ul.unstyled > li {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

section.comments div#comments > ul.unstyled > li:nth-of-type(1) {
	border-top: none;
	padding-top: 0;
}

/* COMMENT FORM */

div.form-group {
	display: block;
	height: auto !important;
	margin-bottom: 0px;
}

form#comment div.form-group, form.reply-form div.form-group {
	height: 50px !important;
}

div.form-group label {
	width: 30%;
	float: left;
}

div.form-group input, div.form-group textarea {
	width: 70%;
	float: right;
	border: 1px solid #cccccc;
	padding: 8px 2%;
	border-radius: 3px;
	background-color: #f3f3f3;
}

div.form-actions {
	margin-top: 20px;
}


div.form-actions input.btn  {
	min-width: 40%;
	padding: 10px 5%;
	border-radius: 0px;
	text-align: center;
	border-top: 3px solid #6441a5;
	border-bottom: 3px solid #6441a5;
	border-left: none;
	border-right: none;
	margin: 20px 0px;
	background-color: #8663c6;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 400;
}

div.g-recaptcha > div {
	height: 130px !important;
}

.lights-out {
	color: #ffffff !important;
    background-color: #222222 !important;
}

.lights-out .page-header {
	color: #ffffff !important;
}

.live-top {
	margin-bottom: 5px;
}

.live-bottom {
	margin-top: 5px;
}

.chat-embed {
	margin-top: 0;
	margin-bottom: 20px;
}


.theatre {
	padding: 0;
	position: absolute;
	z-index: 1500;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.theatre-live {
	width: -moz-calc(100% - 340px) !important;
	width: -webkit-calc(100% - 340px) !important;
	width: calc(100% - 340px) !important;
	height: 100%;
}

.theatre-live-container {
	width: 100%;
	height: 100%;
}

.theatre-dual {
	height: 50% !important;
}

.theatre-chat {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 340px;
}



body.no-scroll
{
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%
}

/* THEATER MODE EXIT BUTTON */

div.exit-theatre {
	z-index: 5;
	position: absolute;
	top: 70px;
	left: 10px;
}

div#exit-theatre.exit-theatre > a {
	display: inline-block;
	line-height: 20px;
	padding: 5px 10px;
	cursor: pointer;
	background: #8a5ae4;
	color: #FFF;
	opacity: 0.70;
	border: 1px solid #FFF;
}

/* MY PROFILE PAGE */

table.profile tr td.profile-data-title {
	padding: 10px 0;
	width: 50%;
	font-weight: 700;
}

table.profile tr td.profile-data {
	padding: 10px 0 10px 2%;
	width: 50%;
	font-weight: 400;
}

/* SUBSCRIBE PAGE */

div.subscribe {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
}

p.subscribe { padding: 0 3%; }

p.subscribe a {
	font-weight: 700;
	text-decoration: underline;
	color: #f96854;
}

div.bg_character-art {
	background-image: url('../images/structure/bg_group.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center 5%;
	background-color: #e5e5e5;
}

div.subscribe > a > div {
	background-color: #1d7e9f;
	color: #e5e5e5;
	font-weight: 600;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5px;
	float: left;
	padding: 10px 20px;	
	text-align: center;
}

div.subscribe a:hover > div,
div.subscribe a:active > div,
ul.new_podcast__actions > li:hover > a > div,
ul.new_podcast__actions > li:active > a > div {
	background-color: #176c89;
	transition: 0.3s;
}

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

.subscribe-method {
	font-size: 1.2em;
	font-weight: 700;
	padding-left: 0px;
}

.subscribe-description {
	padding: 10px 0px;
}

/* CALENDAR */

.calendar > iframe {
	max-width: 100% !important;
	width: 100%;
}

/* HACKS */

.no-padding { padding-left: 0px !important; padding-right: 0px; }


/* POLLS */

.panel.poll {
	background-color: transparent !important;
}

div.panel.poll label.radio {
	margin-left: 20px !important;
}

div.panel.poll div.panel-contents {
	padding: 20px 0;
}

.poll-title {
	width: 100%;
	padding: 0px;
	font-size: 1.5em;
	font-weight: 700;
	color: #222222;
	margin: 0 0 5px 0 !important;
	letter-spacing: 1px;
	border-bottom: 2px solid #222222;
}

/* Blog Talk Radio Player */

div#btr-player {
	border: 5px solid #ffffff;
	max-height: 190px;
}

/* Index Page - News Feed */

ul.news-feed li {
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #999999;
}

ul.news-feed li:first-child {
	padding: 0 0 8px 0;
}

ul.news-feed li:last-child {
	border-bottom: none !important;
	padding: 8px 0 0 0;
}

ul.news-feed li button.read-more {
	float: right !important;
	width: auto !important;
	margin-left: 10px !important;
	font-size: .8em !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	background-color: #0d7ca2 !important;
	border: none !important;
	border-radius: 3px !important;
	padding: 3px 5px !important;
	margin-top: 0 !important;
}





.nav-item { 
	cursor: pointer; 
	font-size: 1em;
	transition: 0.3s;
}

.nav-item:hover,
.nav-item:active {
	background-color: #000000;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(34,34,34);
    background-color: rgba(34,34,34, 1.00);
    overflow-y: hidden;
    transition: 0.8s;
    background-image: url('../images/structure/bg_group_lg.png');
	background-repeat: no-repeat;
	background-size: 125%;
	background-position: center 10%;
	margin-top: 60px;
}

.overlay--mobile {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: rgb(34,34,34);
    background-color: rgba(34,34,34, 1.0);
    overflow-y: hidden;
    transition: 0.8s;
    background-image: url('../images/structure/bg_group.png');
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: center 50%;
}

ul.nav-list div.overlay-content {
    position: relative;
    /*top: 25%;*/
    width: auto;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 1em;
}

ul.nav-list--mobile div.overlay-content {
	position: relative;
    width: auto;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 1em;
}

.overlay a {
    text-decoration: none;
    font-size: 2em;
    color: #e5e5e5;
    display: block;
    transition: 0.3s;
}

.overlay--mobile a {
	text-decoration: none;
    font-size: 1.5em;
    color: #e5e5e5;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, 
.overlay a:focus,
.overlay--mobile a:hover, 
.overlay--mobile a:focus {
    color: #ffffff;
    background-color: rgba(0,0,0, 0.3) !important;
}

.overlay-content > a {
	display: block;
	color: #e5e5e5;
	padding: 20px 0;
	border-bottom: 1px solid #444444;
}

/*.overlay-content > a:first-of-type {
	padding-top: 0;
}

.overlay-content > a:last-of-type {
	padding-bottom: 0;
	border-bottom: none; 
}*/


.overlay .closebtn,
.overlay--mobile .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    /*font-size: 2em;*/
    font-weight: 800;
}

@media screen and (max-height: 450px) {
  .overlay,
  .overlay--mobile {overflow-y: auto;}

  .overlay a,
  .overlay--mobile a {font-size: 20px}

  .overlay .closebtn,
  .overlay--mobile .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
