/* Global */
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	color: #32292F;
	background-color: #32292F;
}

a {
	color: #2E86AB;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #6B97AA;
}

img {
	border: 0;
	outline: 0;
}

.banner {
	margin-bottom: 20px;
}

.loading {
	height: 50px;
	width: 150px;
	background-image: url(../images/icons/loading.gif);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
}

.hideMobile {
	display: none;
}

/* Header */
#headerWrap {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #8B2635;
	box-shadow: 2px 1px 5px rgba(0,0,0,0.7);
	z-index: 99;
}

.headerContainer {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 5px 0;
	margin: auto;
	background-color: #8B2635;
}

.headerLogo {
	display: none;
}
.mobileLogo {
	position: absolute;
	left: 10px;
	width: 101px;
	height: 50px;
}
.mobileLogo a {
	display: block;
}
.mobileLogo a img {
	height: 100%;
}

ul.headerNav {
	display: block;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.headerNav .mobileMenu {
    position: absolute;
	top: 10px;
	right: 10px;
    height: 40px;
    width: 40px;
    background: url(../images/icons/menu-icon.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
ul.headerNav.active .mobileMenu {
    background: url(../images/icons/menu-close-icon.png);
}
ul.headerNav li {
	display: none;
}
ul.headerNav.active li {
	display: block;
	background: #32292f;
}
ul.headerNav.active li:first-child {
	margin-top: 60px;
}
ul.headerNav.active li a {
	display: block;
	color: #FFFFFF;
	text-shadow: 2px 1px 2px #32292F;
    padding: 10px 20px;
    font-size: 1.5em;
}

/* Carousel */
.backgroundOffset {
	display: none;
}

/* Content */
#contentWrap {
	margin-top: 60px;
	padding: 10px;
	background-color: #E0E2DB;
}
#contentWrap h1 {
	padding: 0 0 7px;
	margin: 0 0 7px;
	border-bottom: 1px dashed #C3BABA;
}
#contentWrap h3 {
	padding: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
}
#contentWrap h3 a {
	color: #32292F;
}
#contentWrap h3 small {
	color: #736868;
	margin-left: 3px;
}
#contentWrap p {
	margin: 0 0 15px;
}

.container {
	width: 100%;
}

.newsItem {
	padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed #C3BABA;
}
.newsItem:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

a.readMore {
	display: block;
	width: 100%;
	text-align: right;
}

/* Footer */
#footerWrap {
	background-color: #C3BABA;
	padding: 20px;
}

.copy {
	width: 100%;
	text-align: center;
}

/* Episodes Page */
.episodePaging {
	margin: 15px 0px;
	text-align: center;
}

.episodePaging ul {
	display: block;
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
}
.episodePaging .pagingSearchResults {
	display: block;
}
.episodePaging ul.pagingGoTo {
	display: none;
}
.episodePaging ul li {
	display: inline-block;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #C3BABA;
    vertical-align: middle;
}
.episodePaging ul li.active,
.episodePaging ul li.current,
.episodePaging ul li.input {
	border-color: #2E86AB !important;
}
.episodePaging ul li.active:hover,
.episodePaging ul li.input:hover {
	animation-name: blueLinkBorder;
	animation-duration: .4s;
	border-color: #6B97AA !important;
}
.episodePaging ul li.active a,
.episodePaging ul li.current span,
.episodePaging ul li.input a {
	color: #FFF !important;
	background-color: #2E86AB !important;
}
.episodePaging ul li.active a:hover,
.episodePaging ul li.input a:hover {
	animation-name: blueLinkBg;
	animation-duration: .4s;
	background-color: #6B97AA !important;
}
.episodePaging ul li:first-child {
	border-left: 1px solid #C3BABA;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.episodePaging ul li:first-child a,
.episodePaging ul li:first-child span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.episodePaging ul li.active:first-child a,
.episodePaging ul li.input:first-child a {
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}
.episodePaging ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.episodePaging ul li:last-child a,
.episodePaging ul li:last-child span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.episodePaging ul li div {
	height: 30px;
}
.episodePaging ul li div input {
	height: 100%;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 5px 10px 5px;
}
.episodePaging ul li div input[name=search] {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.episodePaging ul li div input.short {
	width: 70px;
}
.episodePaging ul li a,
.episodePaging ul li span {
	display: block;
	height: 20px;
	background-color: #FFF;
	padding: 5px 10px;
}

.episodeWrap {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 2px 7px #32292F;
}
.episodeWrap.empty {
	text-align: center;
}

.episodeImage {
	position: relative;
	height: 150px;
	color: #FFF;
	background-color: #8B2635;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.episodeImage h2.episodeTitle {
	position: absolute;
	left: 10px;
	bottom: 10px;
	text-shadow: 2px 1px 5px #32292F;
	margin: 0;
	font-size: 1.2em;
}

.episodeImage p.episodeDate {
	position: absolute;
	right: 10px;
	top: 10px;
	text-shadow: 2px 1px 2px #32292F;
	margin: 0;
}

.episodeLinks {
	position: relative;
	height: 20px;
}
.episodeLinks span.download{
	position: absolute;
	right: 0;
}

/* Show Notes Content */

.episodeHeader {
	position: relative;
}
.episodeHeader .episodeShare > span {
	display: inline-block;
	vertical-align: middle;
}
.episodeHeader .episodeShare  a {
	display: inline-block;
	color: #8B2635;
	font-size: 30px;
	line-height: 30px;
	margin-left: 5px;
	vertical-align: middle;
}

.episodeDownload a {
	display: block;
    border-radius: 6px;
    background-color: #8B2635;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 8px 10px 5px;
	margin-bottom: 15px;
	text-align: center;
}

.episodeNav {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 20px 0px;
}
.episodeNav .previousShow {
	position: absolute;
	right: 0px;
}
.episodeNav .nextShow {
	position: absolute;
	left: 0px;
}
.episodeNav a {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	background-color: #8B2635;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.episodeNav span.disabled {
	display: block;
	padding: 5px 10px;
	color: #E0E2DB;
	background-color: #C3BABA;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

/* Contact Content */
form label {
	display: block;
	width: 100%;
}
form input,
form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid #C3BABA;
	outline: 0;
	font-family: 'Muli', sans-serif;
}
form input:focus,
form textarea:focus {
	border-color: #D83A4C;
}
form button {
    display: block;
	background-color: #fff;
    padding: 10px 20px;
    margin: auto;
	border: 1px solid #C3BABA;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.g-recaptcha {
	width: 300px;
	margin: 20px auto;
}

.errorMessages p {
	color: #f00;
}

.successMessage {
	display: none;
}

/* Error Content */
.errorNav {
	margin-bottom: 20px;
}
.errorNav a {
	font-size: 1.2em;
}

/* audio.js theming */
.audiojs {
	width: 100%;
	height: 40px;
	background-color: #8B2635;
	border-radius: 6px;
	margin: 10px 0 15px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.audiojs audio {
	position: absolute;
    left: -1px;
	width: 0;
}
.audiojs .play-pause {
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: 0px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #32292F;
}
.audiojs .play-pause p {
	display: none;
	width: 30px;
	height: 30px;
	margin: 0px !important;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../images/audiojs/player-graphics.gif")
}
.audiojs.error .play-pause p {
	cursor: auto;
}
.audiojs .play-pause p.play {
	display: block;
	background-position: 0px 0px;
}
.audiojs .play-pause p.pause {
	background-position: 0px -91px;
}
.audiojs .play-pause p.load {
	background-position: 0px -31px;
}
.audiojs .play-pause p.error {
	background-position: 0px -61px;
}
.audiojs.playing p.play,
.audiojs.playing p.load,
.audiojs.playing p.error,
.audiojs.load p.play,
.audiojs.load p.pause,
.audiojs.load p.error,
.audiojs.error p.play,
.audiojs.error p.pause,
.audiojs.error p.load,
.audiojs.error .scrubber,
.audiojs.error .time {
	display: none;
}
.audiojs.playing p.pause,
.audiojs.load p.load,
.audiojs.error p.error,
.audiojs.error .error-message {
	display: block;
}
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 0;
	height: 12px;
	background-color: #A53445;
	margin: 14px 10px;
}
.audiojs .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 12px;
	background-color: #32292F;
	border-right: 2px solid #D91B32;
	z-index: 1;
	cursor: pointer;
}
.audiojs .loaded {
	position: absolute;
	top: 1px;
	left: 0;
	width: 0;
	height: 10px;
	background: #FFF;
	cursor: pointer;
}
.audiojs .time {
	float: left;
	font-size: 12px;
	height: 12px;
	line-height: 14px;
	padding: 14px 10px;
	color: #fff;
	border-left: 1px solid #32292F;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
    font-style: normal;
	margin-right: 3px;
}
.audiojs .time strong {
	color: #C3BABA;
    font-style: normal;
	margin-left: 3px;
}
.audiojs .error-message {
	display: none;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding: 14px 10px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}