/* 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;
}

.defaultWrap {
	width: 100%;
	clear: both;
}

.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;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

.mobileOnly {
	display: none;
}

/* Animations */
@keyframes highlightHeaderLink {
	from { border-color: rgba(216, 58, 76, 0); }
	to { border-color: rgba(216, 58, 76, 1); }
}
@keyframes opacityHalfToFull {
	from { opacity: 0.5; }
	to { opacity: 1; }
}
@keyframes opacityNoneToFull {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes headerDrop {
	from { top: -70; }
	to { top: 0; }
}
@keyframes blueLinkBg {
	from { background-color: #2E86AB; }
	to { background-color: #6B97AA; }
}
@keyframes blueLinkBorder {
	from { border-color: #2E86AB; }
	to { border-color: #6B97AA; }
}
@keyframes redLinkBg {
	from { background-color: #8B2635; }
	to { background-color: #A53445; }
}
@keyframes redLinkText {
	from { color: #8B2635; }
	to { color: #A53445; }
}
@keyframes inputHover {
	from { border-color: #C3BABA; }
	to { border-color: #D91B32; }
}
@keyframes buttonHover {
	from { background-color: #FFF; color: #32292F; }
	to { background-color: #A53445; color: #FFF; }
}

#headerWrap {
	position: absolute;
	z-index: 100;
}
#headerWrap.fixedHeader {
	animation-name: headerDrop;
	animation-duration: .2s;
	position: fixed;
	background-color: #8B2635;
	box-shadow: 2px 1px 5px rgba(0,0,0,0.7);
}

/* Header */
.headerContainer {
	width: 860px;
	padding: 20px;
	margin: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #8B2635;
}
#headerWrap.fixedHeader  .headerContainer {
	padding: 5px 0;
}

.mobileLogo {
	display: none;
}
.headerLogo {
	display: inline-block;
	min-width: 101px;
	font-size: 0px;
}
#headerWrap.fixedHeader .headerLogo:hover a.logoImage {
	animation-name: highlightHeaderLink;
	animation-duration: .4s;
	padding-bottom: 0px;
	border-bottom: 5px solid #D83A4C;
}

a.logoImage {
	display: none;
	position: absolute;
	height: 50px;
	width: 101px;
	z-index: 10;
}
a.logoImage img {
	height: 100%;
}
.logoPart {
	position: relative;
	display: inline-block;
	height: 50px;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}
.logoPart.rpp1 {
	width: 119px;
	background-size: 114px 50px;
	background-image: url(../images/logo/logo_red.png);
}
.logoPart.rpp2 {
	width: 172px;
	background-size: 167px 50px;
	background-image: url(../images/logo/logo_pages.png);
}
.logoPart.rpp3 {
	width: 229px;
	background-size: 229px 50px;
	background-image: url(../images/logo/logo_podcast.png);
}

ul.headerNav {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#headerWrap.fixedHeader ul.headerNav {
	position: absolute;
	bottom: 0px;
}

ul.headerNav li {
	display: inline-block;
	margin-left: 10px;
}
#headerWrap.fixedHeader ul.headerNav li {
	margin-bottom: 18px;
}

ul.headerNav li a {
	color: #D91B32;
	font-weight: 700;
}
ul.headerNav li a:hover {
	animation-name: highlightHeaderLink;
	animation-duration: .4s;
	color: #D83A4C;
	font-weight: 700;
	border-bottom: 4px solid #D83A4C;
}
#headerWrap.fixedHeader ul.headerNav li a {
	padding: 12px;
}
#headerWrap.fixedHeader ul.headerNav li a:hover {
	border-width: 5px;
}

/* Carousel */
#carouselWrap {
	height: 500px;
	background-color: #C3BABA;
}

.carouselItem {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	outline: 0;
}

.carouselItem .carouselGradient {
    position: absolute;
    height: 100%;
    width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.4)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.4)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.4))); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.4)); /* Standard syntax */
}

.carouselItem > a {
	position: relative;
	display: block;
	height: 345px;
	width: 750px;
	margin: 95px auto 0px;
}

.carouselItem > a:hover {
	background-image: url(../images/icons/play-icon.png);
	background-position: center 30%;
	background-repeat: no-repeat;
}

.carouselItem > a .carouselContent {
	opacity: 1;
	position: absolute;
	bottom: 20px;
	color: #FFF;
}

.carouselItem > a .carouselContent h2 {
	text-shadow: 2px 1px 5px #32292F;
	margin: 10px 0;
}
.carouselItem > a .carouselContent p {
	text-shadow: 2px 1px 2px #32292F;
	margin: 0;
}

.carouselLeftArrow, .carouselRightArrow {
    position: absolute;
    top: 0;
	z-index: 2;
    height: 500px;
    width: 50px;
    cursor: pointer;
	opacity: 0.5;
}
.carouselLeftArrow:hover, .carouselRightArrow:hover {
	animation-name: opacityHalfToFull;
	animation-duration: .4s;
	opacity: 1;
}
.carouselLeftArrow span, .carouselRightArrow span {
	display: block;
	height: 100%;
	width: 100%;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.carouselLeftArrow {
    left: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Standard syntax */
}
.carouselLeftArrow span {
	background-image: url(../images/icons/left-arrow.png);
}
.carouselRightArrow {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Standard syntax */
}
.carouselRightArrow span {
	background-image: url(../images/icons/right-arrow.png);
}

/* Main Content */
.backgroundOffset ~ #contentWrap  {
	position: relative;
	margin-top: -60px;
}

#contentWrap h1 {
	padding: 0 0 7px;
	margin: 0 0 7px;
	border-bottom: 1px dashed #C3BABA;
}
#contentWrap h3 {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
}
#contentWrap h3 a {
	color: #32292F;
}
#contentWrap h3 small {
	position: absolute;
	right: 0;
	font-size: inherit;
}
#contentWrap p {
	margin: 0 0 15px;
}

.container {
	width: 800px;
	background-color: #E0E2DB;
	margin: auto;
}
.backgroundOffset ~ #contentWrap  .container {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 20px;
}
#contentWrap  .container {
	padding: 120px 20px 20px;
}

.newsContainer {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 2px dashed #32292F;
}

.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;
}

.rowContainer {
	margin-bottom: 20px;
}

.colContainer {
	float: left;
	width: 45%;
}

span.dividerCol {
	display: block;
	float: left;
	width: 10%;
}

/* Footer */
.copy {
	background-color: #C3BABA;
	width: 800px;
	text-align: center;
	padding: 20px;
	margin: auto;
}

/* About Content */
blockquote footer {
	font-size: smaller;
	text-align: right;
}

/* Episodes Content */
.episodePaging {
	position: relative;
	padding: 20px 0px;
	height: 32px;
	text-align: center;
}
.episodePaging:last-child {
	padding-top: 10px;
}

.episodePaging ul {
	display: inline-block;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}
.episodePaging ul.pagingSearch {
	left: 0px;
}
.episodePaging .pagingSearchResults {
	position: absolute;
	right: 0;
	line-height: 32px;
}
.episodePaging ul.pagingNav {
	right: 0px;
}
.episodePaging ul.pagingGoTo {
	display: none;
	right: 0px;
}
.episodePaging ul:first-child {
	padding: 0;
}
.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%;
	width: 250px;
	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: 20px;
	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;
}

.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 */
#backgroundWrap {
	height: 500px;
	background-color: #C3BABA;
}

#backgroundWrap .episodeBackground {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.episodeBackground .episodeGradient {
    position: absolute;
    height: 100%;
    width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 65%, rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0) 65%, rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0) 65%, rgba(0,0,0,0.5))); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0) 65%, rgba(0,0,0,0.5)); /* Standard syntax */
}

.episodeBackground h2.episodeTitle {
	position: absolute;
    bottom: 80px;
    left: 50%;
    width: 750px;
    margin: 0 0 0 -375px;
	color: #FFF;
	text-shadow: 2px 1px 5px #32292F;
}

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

.episodeHeader {
	position: relative;
}
.episodeHeader .episodeShare {
	position: absolute;
	top: 0;
	right: 0;
}
.episodeHeader .episodeShare > span {
	display: inline-block;
	vertical-align: middle;
}
.episodeHeader .episodeShare  a {
	display: inline-block;
	color: #8B2635;
	font-size: 20px;
	line-height: 20px;
	margin-left: 3px;
	vertical-align: middle;
}
.episodeHeader .episodeShare  a:hover {
	animation-name: redLinkText;
	animation-duration: .4s;
	color: #A53445;
}

.episodeDownload {
	margin-bottom: 15px;
}

.episodeDownload a {
	display: inline-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-right: 10px;
}
.episodeDownload a:hover {
	animation-name: redLinkBg;
	animation-duration: .4s;
	background-color: #A53445;
}

.episodeNav {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 20px 0px;
}
.episodeNav .previousShow {
	position: absolute;
	right: -50px;
}
.episodeNav .nextShow {
	position: absolute;
	left: -50px;
}
.episodeNav a {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	background-color: #8B2635;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.episodeNav a:hover {
	animation-name: redLinkBg;
	animation-duration: .4s;
	background-color: #A53445;
}
.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:hover,
form textarea:hover {
	animation-name: inputHover;
	animation-duration: .4s;
	border-color: #D91B32;
}
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;
}
form button:hover {
	animation-name: buttonHover;
	animation-duration: .4s;
	background-color: #A53445;
	color: #FFF;
}

.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 20px;
	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;
}