/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
html {
  -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*! Basscss | http://basscss.com | MIT License */
.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.25rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: .875rem; }

.h6 {
  font-size: .75rem; }

.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: bold;
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

.left-align {
  text-align: left; }

.center {
  text-align: center; }

.right-align {
  text-align: right; }

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.25; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: .5rem; }

.mt1 {
  margin-top: .5rem; }

.mr1 {
  margin-right: .5rem; }

.mb1 {
  margin-bottom: .5rem; }

.ml1 {
  margin-left: .5rem; }

.mx1 {
  margin-left: .5rem;
  margin-right: .5rem; }

.my1 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mxn1 {
  margin-left: -.5rem;
  margin-right: -.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: .5rem; }

.pt1 {
  padding-top: .5rem; }

.pr1 {
  padding-right: .5rem; }

.pb1 {
  padding-bottom: .5rem; }

.pl1 {
  padding-left: .5rem; }

.py1 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.px1 {
  padding-left: .5rem;
  padding-right: .5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.pt3 {
  padding-top: 2rem; }

.pr3 {
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pl3 {
  padding-left: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.pt4 {
  padding-top: 4rem; }

.pr4 {
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pl4 {
  padding-left: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.col, .category .widget--featured-episode, .category .js-set-width {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-right {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4, .category .widget--featured-episode {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 800px) {
  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 1000px) {
  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4, .category .js-set-width {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important; } }

@media (min-width: 64em) {
  .lg-hide {
    display: none !important; } }

.display-none {
  display: none !important; }

.btn-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-align: left; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin: 0 0 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wrapper {
  position: relative;
  width: 100%; }
  @media (min-width: 800px) {
    .wrapper {
      margin: 0 auto;
      max-width: 800px; } }
  @media (min-width: 1000px) {
    .wrapper {
      margin: 0 auto;
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .wrapper {
      margin: 0 auto;
      max-width: 1200px; } }
  @media (min-width: 1400px) {
    .wrapper {
      margin: 0 auto;
      max-width: 1340px; } }

.site-main {
  width: 100%; }
  .search .site-main,
  .error404 .site-main {
    padding: 50px 0; }

.content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px; }
  @media (min-width: 1000px) {
    .content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (max-width: 999px) {
  body:not(.search):not(.page):not(.single) .col, body:not(.search):not(.page):not(.single) .category .widget--featured-episode, .category body:not(.search):not(.page):not(.single) .widget--featured-episode, body:not(.search):not(.page):not(.single) .category .js-set-width, .category body:not(.search):not(.page):not(.single) .js-set-width {
    float: none; }
  .col-3,
  .col-6,
  .col-9 {
    width: auto; } }

.page-template-page-playlist .site-main {
  margin-bottom: 100px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid #D3D3D3;
  height: 66px;
  position: relative;
  width: 100%; }

.site-branding,
.site-branding svg {
  height: 77px;
  position: absolute;
  width: 143px;
  z-index: 10; }
  @media (min-width: 1000px) {
    .site-branding,
    .site-branding svg {
      position: static; } }

.flex-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.site-title {
  height: 0;
  margin: 0;
  text-indent: -9999px; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.site-search {
  background-color: #FFF;
  border-bottom: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  height: 66px;
  position: relative; }
  .site-search .screen-reader-text {
    text-indent: -9999px; }
  .site-search label {
    width: 0; }
  .site-search.focus label {
    width: auto; }

input[type="search"] {
  background: transparent url("../img/search-icon.jpg") center center/24px 24px no-repeat;
  border-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  cursor: pointer;
  display: block;
  float: right;
  height: 66px;
  margin: 0;
  outline: 0;
  text-indent: -500px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-appearance: none;
  width: 75px; }
  @media (min-width: 1400px) {
    input[type="search"] {
      width: 125px; } }
  .focus input[type="search"] {
    background: transparent 85% center;
    color: #666;
    outline: 0;
    padding: 0 70px 0 20px;
    position: relative;
    right: 0;
    text-indent: 0;
    width: 65%; }
    @media (min-width: 480px) {
      .focus input[type="search"] {
        width: 200px; } }
    @media (min-width: 1400px) {
      .focus input[type="search"] {
        width: 300px; } }

input[type="submit"] {
  background: transparent url("../img/search-icon.jpg") center center/24px 24px no-repeat;
  border-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 50px;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.35s linear;
  transition: right 0.35s linear;
  -webkit-appearance: none;
  width: 0; }
  .focus input[type="submit"] {
    right: 40px;
    -webkit-transition: right 0.35s linear;
    transition: right 0.35s linear;
    width: 24px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1000px) {
    .main-navigation ul ul {
      float: left;
      padding-top: 13px;
      position: absolute;
      top: 100%;
      left: -999em;
      -webkit-transform: translateX(-25%);
              transform: translateX(-25%);
      z-index: 99999; }
      .main-navigation ul ul:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid #133C56;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 7px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        background-color: #133C56;
        font-size: 1.4rem;
        font-weight: 300;
        margin: 0 15px;
        padding: 0 15px;
        text-transform: none; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        border-bottom: 1px solid #081A26;
        color: #FFF;
        letter-spacing: 0.78px;
        padding: 15px 0;
        width: 200px; } }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 15px;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 1400px) {
    .main-navigation li {
      margin-left: 65px; } }

.main-navigation a {
  color: #103C57;
  display: block;
  padding: 23px 0;
  position: relative;
  text-decoration: none; }
  .main-navigation a:after {
    background: transparent;
    bottom: -2px;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    margin: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
    width: 0px; }

.main-navigation .menu-item-has-children a {
  padding-right: 20px; }

.main-navigation .menu-item-has-children:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #133C56;
  content: "";
  height: 0;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  width: 0; }

.main-navigation .menu > .current_page_item > a:after,
.main-navigation .menu > .current-menu-item > a:after,
.main-navigation .menu > .current_page_ancestor > a:after,
.main-navigation .menu > .current-menu-ancestor > a:after,
.main-navigation .menu > li:hover > a:after {
  width: 100%;
  background: #F06F37; }

.main-navigation .sub-menu > .current_page_item,
.main-navigation .sub-menu > .current-menu-item,
.main-navigation .sub-menu > .current_page_ancestor,
.main-navigation .sub-menu > .current-menu-ancestor,
.main-navigation .sub-menu > li:hover {
  background-color: #F06F37;
  border-bottom-color: #F06F37; }
  .main-navigation .sub-menu > .current_page_item a,
  .main-navigation .sub-menu > .current-menu-item a,
  .main-navigation .sub-menu > .current_page_ancestor a,
  .main-navigation .sub-menu > .current-menu-ancestor a,
  .main-navigation .sub-menu > li:hover a {
    border-bottom-color: transparent; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  background: transparent url("./../img/hamburger-icon.png") center center/24px 18px no-repeat;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 24px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 100px;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
  width: 24px; }
  body.search .menu-toggle {
    right: 225px; }

.main-navigation.toggled ul {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 66px;
  z-index: 5; }
  .main-navigation.toggled ul li {
    background-color: #FFF;
    float: none;
    margin: 0;
    text-align: center; }
    .main-navigation.toggled ul li.menu-item-has-children:after {
      right: 30%;
      top: 32px; }
      @media (min-width: 475px) {
        .main-navigation.toggled ul li.menu-item-has-children:after {
          right: 38%; } }
    .main-navigation.toggled ul li a {
      display: inline-block; }
    @media (max-width: 1000px) {
      .main-navigation.toggled ul li:last-child {
        border-bottom: 1px solid #103C57; } }
  .main-navigation.toggled ul .sub-menu {
    position: relative;
    top: auto; }
    .main-navigation.toggled ul .sub-menu li {
      background-color: #103C57; }
    .main-navigation.toggled ul .sub-menu a {
      color: #FFF; }
  .main-navigation.toggled ul > .current_page_item,
  .main-navigation.toggled ul > .current-menu-item,
  .main-navigation.toggled ul > .current_page_ancestor,
  .main-navigation.toggled ul > .current-menu-ancestor,
  .main-navigation.toggled ul > li:hover {
    border-bottom-color: transparent; }
    .main-navigation.toggled ul > .current_page_item a,
    .main-navigation.toggled ul > .current-menu-item a,
    .main-navigation.toggled ul > .current_page_ancestor a,
    .main-navigation.toggled ul > .current-menu-ancestor a,
    .main-navigation.toggled ul > li:hover a {
      border-bottom-color: transparent; }
  .main-navigation.toggled ul > .current_page_item > a:after,
  .main-navigation.toggled ul > .current-menu-item > a:after,
  .main-navigation.toggled ul > .current_page_ancestor > a:after,
  .main-navigation.toggled ul > .current-menu-ancestor > a:after,
  .main-navigation.toggled ul > li:hover > a:after {
    width: 100%;
    background: transparent; }

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
## Banners
--------------------------------------------------------------*/
.banners {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0; }
  @media (max-width: 1000px) {
    .banners {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 40px 0 20px; } }

.banners__banner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%; }
  .banners__banner.banners__banner-animal-airwaves {
    margin-right: 10px; }
    @media (max-width: 1000px) {
      .banners__banner.banners__banner-animal-airwaves {
        margin: 0 0 20px; } }
  .banners__banner.banners__banner-health-in-a-heartbeat {
    margin-left: 10px; }
    @media (max-width: 1000px) {
      .banners__banner.banners__banner-health-in-a-heartbeat {
        margin-left: 0; } }
  .banners__banner .banners__link {
    background-color: #F06F37;
    bottom: 15%;
    color: #FFF;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: 10%;
    text-decoration: none; }
    @media (min-width: 800px) {
      .banners__banner .banners__link {
        bottom: 40px;
        font-size: 1.6rem;
        padding: 7px 12px;
        right: 75px; } }
    @media (min-width: 1000px) {
      .banners__banner .banners__link {
        bottom: 20px;
        font-size: 1.2rem;
        right: 15px; } }
    @media (min-width: 1200px) {
      .banners__banner .banners__link {
        bottom: 30px;
        font-size: 1.4rem;
        right: 30px; } }
    @media (min-width: 1400px) {
      .banners__banner .banners__link {
        bottom: 30px;
        font-size: 1.8rem;
        right: 30px; } }

.banner--footer {
  background-color: #BBCAD2;
  height: 260px;
  position: relative;
  width: 100%; }

.banner__content {
  color: #133C56;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 2.0rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 1000px) {
    .banner__content {
      text-align: center; } }

.button {
  background-color: #F06F37;
  color: #FFF;
  display: inline-block;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.0rem;
  font-style: italic;
  font-weight: 100;
  margin-left: 15px;
  padding: 7px 12px;
  text-decoration: none; }
  @media (max-width: 1000px) {
    .button {
      margin: 15px 0 0; } }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .sidebar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1000px) {
    .home .sidebar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 320px; } }
  .sidebar.sidebar--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1000px) {
      .sidebar.sidebar--row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .sidebar.sidebar--single {
    border-left: 1px solid #BBCAD2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0; }
    @media (min-width: 800px) {
      .sidebar.sidebar--single {
        padding-left: 30px; } }
  body.page-template-page-playlist .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block; }

.widget {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .category .widget {
    margin: 10px; }
  @media (max-width: 1000px) {
    .widget.widget--featured-playlist {
      margin: 10px auto;
      max-width: 500px; } }
  .sidebar--single .widget {
    margin: 0 0 30px; }

.widget__title {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.67px;
  margin: 0 0 5px;
  text-transform: uppercase; }

.widget__byline {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  font-style: italic;
  margin: 0; }
  .widget__byline .widget__byline--author {
    font-family: 'Work Sans', sans-serif;
    font-style: normal; }

.widget__publish-date {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  font-style: italic;
  margin: 0; }
  .widget__publish-date .widget__publish-date--date {
    font-family: 'Work Sans', sans-serif;
    font-style: normal; }

.widget__tag-list {
  margin: 0;
  padding: 0; }

.widget__tag {
  display: inline-block;
  list-style: none;
  margin: 3px 10px 3px 0;
  padding: 0; }

.widget__tag a {
  border: 1px solid #206FA0;
  border-radius: 100px;
  color: #206FA0;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.67px;
  padding: 2px 15px;
  text-decoration: none; }

.widget__sources {
  max-width: 300px; }
  .widget__sources p {
    margin: 0 0 8px; }
  .widget__sources a {
    color: #206FA0;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.67px;
    position: relative;
    text-decoration: none; }

.widget__share-download-link {
  color: #206FA0;
  display: inline-block;
  margin: 1em 0 0;
  padding-left: 20px;
  position: relative;
  text-decoration: none; }
  .widget__share-download-link:before {
    background: url(../img/download-icon.png) left center/14px 14px no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px; }

.widget_share-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_share-item {
  display: inline-block;
  margin: 0 10px 0 0; }

.category-live .widget--live-future {
  margin: 20px 20px 20px 0; }

.player__latest-episode .mejs-controls .mejs-play button {
  background: url("./../img/arrow-blue.png") center center/24px 24px no-repeat !important;
  height: 24px;
  margin: 3px 0px;
  width: 24px; }

/*--------------------------------------------------------------
## Rails
--------------------------------------------------------------*/
.center-rail {
  background-color: #F1F1F1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 30px 30px 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .center-rail {
      margin: 0 20px 0; } }
  .center-rail hr {
    border-top: 1px solid #30627F;
    margin: 0 0 20px;
    width: 5%; }
  .category .center-rail {
    background-color: #BBCAD2;
    width: 100%;
    margin: 0; }
    .category .center-rail hr {
      background-color: #30627F; }
    @media (min-width: 1200px) {
      .category .center-rail {
        margin-left: 20px;
        margin-top: -60px;
        padding-bottom: 42px; } }
    @media (min-width: 1400px) {
      .category .center-rail {
        padding-bottom: 83px; } }
  .page .center-rail {
    background-color: #BBCAD2; }
    @media (min-width: 1200px) {
      .page .center-rail {
        margin-top: -240px; } }
    .page .center-rail hr {
      background-color: #30627F; }
  @media (min-width: 1200px) {
    .page-no-subtitle .sidebar .center-rail {
      margin-top: -80px; } }
  .search .center-rail,
  .error404 .center-rail {
    background-color: #BBCAD2; }
    @media (min-width: 1200px) {
      .search .center-rail,
      .error404 .center-rail {
        margin-top: -100px; } }
    .search .center-rail hr,
    .error404 .center-rail hr {
      background-color: #30627F; }
  .category-live .center-rail {
    margin: 0; }
  .tax-playlist .center-rail {
    margin: 0 0 100px;
    padding-bottom: 30px; }

.center-rail__post {
  margin-bottom: 20px; }

.center-rail__title {
  color: #30627F;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.51px;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase; }
  .home .center-rail__title {
    font-size: 1.8rem;
    font-weight: 300; }

.center-rail__category {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }
  .center-rail__category a {
    color: #30627F;
    text-decoration: none; }

.center-rail__post-title {
  font-size: 2.0rem;
  margin: 0; }
  .center-rail__post-title a {
    color: #30627F;
    text-decoration: none; }

.center-rail__date {
  color: #30627F;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  font-style: italic; }

.center-rail__upcoming-post {
  margin-bottom: 10px; }
  .center-rail__upcoming-post h3 {
    color: #30627F; }

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.category__header {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (min-width: 760px) {
    .category__header {
      background-position: left bottom;
      background-size: auto 60%; } }
  @media (min-width: 1200px) {
    .category__header {
      background-size: auto 70%; } }
  @media (min-width: 1400px) {
    .category__header {
      background-size: auto 90%; } }
  .category-health-in-a-heartbeat .category__header {
    background-position: left bottom;
    background-size: 100% auto; }
    @media (min-width: 500px) {
      .category-health-in-a-heartbeat .category__header {
        background-size: 80% auto; } }
    @media (min-width: 865px) {
      .category-health-in-a-heartbeat .category__header {
        background-size: auto 55%; } }
    @media (min-width: 1000px) {
      .category-health-in-a-heartbeat .category__header {
        background-size: auto 70%; } }
    @media (min-width: 1200px) {
      .category-health-in-a-heartbeat .category__header {
        background-size: auto 75%; } }
    @media (min-width: 1400px) {
      .category-health-in-a-heartbeat .category__header {
        background-size: auto 90%; } }

.category__header-info {
  padding: 50px 15px 300px; }
  @media (min-width: 330px) {
    .category__header-info {
      padding: 50px 15px 500px; } }
  @media (min-width: 540px) {
    .category__header-info {
      padding: 50px 15px 700px; } }
  @media (min-width: 760px) {
    .category__header-info {
      padding: 50px 15px 100px 225px; } }
  @media (min-width: 1000px) {
    .category__header-info {
      padding: 50px 15px 50px 300px; } }
  @media (min-width: 1200px) {
    .category__header-info {
      padding: 100px 100px 100px 300px; } }

@media (min-width: 1200px) {
  .category-health-in-a-heartbeat .category__header-info {
    padding: 100px 100px 100px 450px; } }

.category__subtitle {
  color: #30627F;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase; }

.category__description {
  color: #30627F;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2.4rem;
  margin: 50px 0 0; }
  @media (min-width: 760px) {
    .category__description {
      margin: 0 0 0 150px; } }
  @media (min-width: 1200px) {
    .category__description {
      margin: 0 0 0 250px; } }

@media (min-width: 800px) {
  .category__subscribe {
    float: left; } }

.category__rule {
  background-color: #BBCAD2;
  height: 2px;
  margin: 0 0 20px;
  max-width: 40px; }

.category__subscribe-title {
  color: #30627F;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.78px;
  margin: 0 0 20px;
  text-transform: uppercase; }

.category__subscribe-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.category__subscribe-list-item {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.9px;
  margin-bottom: 12px; }
  .category__subscribe-list-item a {
    color: #206FA0;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    text-decoration: none; }
  .category__subscribe-list-item.category__subscribe-list-item--itunes a:before {
    background: url("../img/itunes-icon.png") center center/14px 14px no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px; }
  .category__subscribe-list-item.category__subscribe-list-item--googleplay a:before {
    background: url("../img/googleplay-icon.png") center center/14px 14px no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px; }
  .category__subscribe-list-item.category__subscribe-list-item--soundcloud a:before {
    background: url("../img/soundcloud-icon.png") center center/14px 14px no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px; }
  .category__subscribe-list-item.category__subscribe-list-item--podcast a:before {
    background: url("../img/podcast-feed-icon.png") center center/12px 14px no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px; }

.archive__articles-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px; }
  @media (min-width: 767px) {
    .archive__articles-wrapper {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .archive__articles-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .archive__articles-wrapper > div {
    margin: 10px; }
    @supports (grid-gap: 20px) {
      .archive__articles-wrapper > div {
        margin: 0; } }
  .archive__articles-wrapper > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(22) {
    -ms-grid-row: 6;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(23) {
    -ms-grid-row: 6;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(24) {
    -ms-grid-row: 6;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 4; }
  .archive__articles-wrapper > div:nth-child(29) {
    -ms-grid-row: 8;
    -ms-grid-column: 1; }
  .archive__articles-wrapper > div:nth-child(30) {
    -ms-grid-row: 8;
    -ms-grid-column: 2; }
  .archive__articles-wrapper > div:nth-child(31) {
    -ms-grid-row: 8;
    -ms-grid-column: 3; }
  .archive__articles-wrapper > div:nth-child(32) {
    -ms-grid-row: 8;
    -ms-grid-column: 4; }

/*--------------------------------------------------------------
# Featured Episode
--------------------------------------------------------------*/
.widget--featured-episode {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px; }
  .widget--featured-episode.widget--health-in-a-heartbeat {
    background: center center / cover no-repeat;
    -webkit-box-shadow: inset 0 200px 150px -150px rgba(0, 0, 0, 0.5), inset 0 -200px 150px -150px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 200px 150px -150px rgba(0, 0, 0, 0.5), inset 0 -200px 150px -150px rgba(0, 0, 0, 0.5);
    height: 400px; }
    .home .widget--featured-episode.widget--health-in-a-heartbeat {
      margin: 0 0 20px 0; }
      @media (min-width: 800px) {
        .home .widget--featured-episode.widget--health-in-a-heartbeat {
          margin: 0 0 20px; } }
  .widget--featured-episode.widget--animal-airwaves {
    background: center center / cover no-repeat;
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.9);
            box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.9);
    height: 400px; }
    .home .widget--featured-episode.widget--animal-airwaves {
      margin: 0 0 20px 0; }
      @media (min-width: 800px) {
        .home .widget--featured-episode.widget--animal-airwaves {
          margin: 0; } }
  .widget--featured-episode hr {
    background-color: #F06F37;
    height: 2px;
    margin: 0 0 10px;
    max-width: 40px; }
  .widget--featured-episode .sidebar__description {
    color: #FFF;
    font-family: 'Alegreya', serif;
    font-style: italic;
    letter-spacing: 0.89px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.65); }
  .widget--featured-episode .sidebar__link {
    background: #F06F37;
    color: #FFF;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: auto;
    padding: 10px;
    text-decoration: none; }
  .widget--featured-episode .sidebar__category {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase; }
  .widget--featured-episode .sidebar__title {
    font-size: 2.0rem;
    line-height: 2.1rem;
    margin: 0; }
  .widget--featured-episode .sidebar__player {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%; }
  @media (min-width: 1000px) {
    .widget--featured-episode:first-child {
      margin-left: 0; }
    .widget--featured-episode:last-of-type {
      margin-right: 0; } }
  .widget--featured-episode .mejs-controls {
    -js-display: flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
  .widget--featured-episode .mejs-container, .widget--featured-episode .mejs-container .mejs-controls, .widget--featured-episode .mejs-embed, .widget--featured-episode .mejs-embed body {
    background-color: transparent; }
  .widget--featured-episode .mejs-container .mejs-controls div.mejs-horizontal-volume-slider,
  .widget--featured-episode .mejs-container .mejs-controls a.mejs-volume-button,
  .widget--featured-episode .mejs-currenttime {
    visibility: hidden; }
  .widget--featured-episode .mejs-controls a.mejs-horizontal-volume-slider {
    width: 0; }
  .widget--featured-episode .mejs-currenttime,
  .widget--featured-episode div.mejs-button.mejs-volume-button.mejs-mute,
  .widget--featured-episode .mejs-horizontal-volume-total,
  .widget--featured-episode .mejs-horizontal-volume-current {
    display: none !important; }
  .widget--featured-episode .powerpress_links {
    display: none; }
  .widget--featured-episode .mejs-controls .mejs-play button {
    background: url("./../img/arrow.png") center center/24px 24px no-repeat;
    height: 24px;
    margin: 7px 0px;
    width: 24px; }

.playlist__sidebar-wrapper .widget--featured-episode {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

/*--------------------------------------------------------------
# Featured Playlist
--------------------------------------------------------------*/
.widget--featured-playlist,
.widget--featured-playlist.wp-playlist {
  border: 1px solid #D3D3D3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 30px; }
  .widget--featured-playlist .wp-playlist-caption,
  .widget--featured-playlist.wp-playlist .wp-playlist-caption {
    max-width: none;
    text-overflow: normal;
    white-space: normal;
    overflow: visible; }
  .category .widget--featured-playlist, .category
  .widget--featured-playlist.wp-playlist {
    margin-right: 0;
    padding: 18px; }
  .widget--featured-playlist .sidebar__image,
  .widget--featured-playlist.wp-playlist .sidebar__image {
    margin-bottom: 20px; }
  .widget--featured-playlist .sidebar__playlist,
  .widget--featured-playlist.wp-playlist .sidebar__playlist {
    color: #103C57;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase; }
  .widget--featured-playlist .sidebar__category,
  .widget--featured-playlist.wp-playlist .sidebar__category {
    color: #103C57;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .widget--featured-playlist .sidebar__title,
  .widget--featured-playlist.wp-playlist .sidebar__title {
    color: #103C57;
    margin: 0; }
  .widget--featured-playlist .sidebar__meta-wrap,
  .widget--featured-playlist.wp-playlist .sidebar__meta-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .widget--featured-playlist .sidebar__meta,
  .widget--featured-playlist.wp-playlist .sidebar__meta {
    color: #103C57;
    display: inline-block;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.2rem;
    font-style: italic;
    width: 50%; }
  .widget--featured-playlist .sidebar__episode-list,
  .widget--featured-playlist.wp-playlist .sidebar__episode-list {
    list-style: none;
    margin: 0.5em 0 0;
    padding: 0; }
  .widget--featured-playlist .sidebar__episode-list-item,
  .widget--featured-playlist.wp-playlist .sidebar__episode-list-item {
    background: url(./../img/episode-list.png) left 0.58em no-repeat;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 5px;
    padding-left: 12px; }
    .widget--featured-playlist .sidebar__episode-list-item a, .widget--featured-playlist .sidebar__episode-list-item button,
    .widget--featured-playlist.wp-playlist .sidebar__episode-list-item a,
    .widget--featured-playlist.wp-playlist .sidebar__episode-list-item button {
      color: #103C57;
      text-decoration: none; }
  .widget--featured-playlist .sidebar__link,
  .widget--featured-playlist.wp-playlist .sidebar__link {
    color: #103C57;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase; }
  .widget--featured-playlist .mejs-controls,
  .widget--featured-playlist.wp-playlist .mejs-controls {
    -js-display: flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .widget--featured-playlist .wp-audio-playlist,
  .widget--featured-playlist.wp-playlist .wp-audio-playlist {
    background: #206FA0;
    margin: 10px 0 0;
    max-width: 290px;
    padding: 10px 15px 0; }
  .widget--featured-playlist .mejs-container, .widget--featured-playlist .mejs-container .mejs-controls, .widget--featured-playlist .mejs-embed, .widget--featured-playlist .mejs-embed body,
  .widget--featured-playlist.wp-playlist .mejs-container,
  .widget--featured-playlist.wp-playlist .mejs-container .mejs-controls,
  .widget--featured-playlist.wp-playlist .mejs-embed,
  .widget--featured-playlist.wp-playlist .mejs-embed body {
    background: transparent; }
  .widget--featured-playlist .mejs-controls .mejs-play button,
  .widget--featured-playlist.wp-playlist .mejs-controls .mejs-play button {
    background: url("./../img/arrow-blue.png") center center/24px 24px no-repeat;
    height: 24px;
    margin: 3px -5px 3px;
    width: 24px; }
  .widget--featured-playlist .mejs-controls .mejs-time-rail .mejs-time-current,
  .widget--featured-playlist.wp-playlist .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #103C57 !important; }
  .widget--featured-playlist .mejs-button.mejs-volume-button.mejs-mute,
  .widget--featured-playlist .mejs-time.mejs-currenttime-container,
  .widget--featured-playlist.wp-playlist .mejs-button.mejs-volume-button.mejs-mute,
  .widget--featured-playlist.wp-playlist .mejs-time.mejs-currenttime-container {
    display: none; }
  .widget--featured-playlist a.mejs-horizontal-volume-slider.mejs-mute,
  .widget--featured-playlist.wp-playlist a.mejs-horizontal-volume-slider.mejs-mute {
    height: 0;
    visibility: hidden;
    width: 0; }
  .widget--featured-playlist .mejs-controls div.mejs-time-rail,
  .widget--featured-playlist.wp-playlist .mejs-controls div.mejs-time-rail {
    margin-left: -5px;
    padding-top: 17px; }
  .widget--featured-playlist .wp-playlist-playing .wp-playlist-item-title,
  .widget--featured-playlist.wp-playlist .wp-playlist-playing .wp-playlist-item-title {
    font-weight: bold; }
  .widget--featured-playlist .wp-playlist-tracks,
  .widget--featured-playlist.wp-playlist .wp-playlist-tracks {
    display: none; }
    .widget--featured-playlist .wp-playlist-tracks .wp-playlist-item,
    .widget--featured-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item {
      background: #FFF url(./../img/episode-list.png) left 0.58em no-repeat;
      border-bottom: none;
      color: #103C57;
      padding-bottom: 5px;
      padding-left: 15px;
      padding-right: 15px;
      font-family: 'Work Sans', sans-serif;
      font-size: 1.4rem;
      font-weight: 300; }
      .page-template-page-playlist .widget--featured-playlist .wp-playlist-tracks .wp-playlist-item, .page-template-page-playlist
      .widget--featured-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item {
        background-color: #F1FAFF; }
      .widget--featured-playlist .wp-playlist-tracks .wp-playlist-item a,
      .widget--featured-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item a {
        color: #103C57;
        text-decoration: none; }
      .widget--featured-playlist .wp-playlist-tracks .wp-playlist-item a,
      .widget--featured-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item a {
        color: #103C57; }
  .widget--featured-playlist .wp-playlist-item-length,
  .widget--featured-playlist.wp-playlist .wp-playlist-item-length {
    display: none; }
  .widget--featured-playlist body:not(.page-template-page-playlist) .playlist-wrap,
  .widget--featured-playlist.wp-playlist body:not(.page-template-page-playlist) .playlist-wrap {
    position: relative;
    top: 55px;
    z-index: 9; }
  .widget--featured-playlist body:not(.page-template-page-playlist) .wp-audio-playlist,
  .widget--featured-playlist.wp-playlist body:not(.page-template-page-playlist) .wp-audio-playlist {
    margin-bottom: -50px;
    position: relative;
    top: -72px; }
  .widget--featured-playlist .wp-audio-playlist .wp-playlist-tracks,
  .widget--featured-playlist.wp-playlist .wp-audio-playlist .wp-playlist-tracks {
    background: #FFF;
    display: block;
    margin: 10px -15px 0;
    padding: 15px 0 15px; }
    .page-template-page-playlist .widget--featured-playlist .wp-audio-playlist .wp-playlist-tracks, .page-template-page-playlist
    .widget--featured-playlist.wp-playlist .wp-audio-playlist .wp-playlist-tracks {
      background: #F1FAFF; }
  .widget--featured-playlist .wp-playlist-item-artist,
  .widget--featured-playlist.wp-playlist .wp-playlist-item-artist {
    display: none; }
  .widget--featured-playlist .wp-playlist-current-item,
  .widget--featured-playlist.wp-playlist .wp-playlist-current-item {
    height: auto;
    margin: 0 0 -16px 35px; }
  .widget--featured-playlist .wp-playlist-caption .wp-playlist-item-title a,
  .widget--featured-playlist.wp-playlist .wp-playlist-caption .wp-playlist-item-title a {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.1;
    text-decoration: none; }
  .widget--featured-playlist .mejs-controls .mejs-time-rail span,
  .widget--featured-playlist .mejs-controls .mejs-time-rail a,
  .widget--featured-playlist.wp-playlist .mejs-controls .mejs-time-rail span,
  .widget--featured-playlist.wp-playlist .mejs-controls .mejs-time-rail a {
    height: 5px; }
  .widget--featured-playlist .sidebar__episode-list-item--title,
  .widget--featured-playlist.wp-playlist .sidebar__episode-list-item--title {
    display: block; }
  .widget--featured-playlist .wp-playlist-caption,
  .widget--featured-playlist .wp-playlist-current-item .wp-playlist-item-artist,
  .widget--featured-playlist .wp-playlist-current-item .wp-playlist-item-title,
  .widget--featured-playlist .wp-playlist-item-album,
  .widget--featured-playlist.wp-playlist .wp-playlist-caption,
  .widget--featured-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-item-artist,
  .widget--featured-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-item-title,
  .widget--featured-playlist.wp-playlist .wp-playlist-item-album {
    color: #FFF; }
  .widget--featured-playlist .mejs-duration,
  .widget--featured-playlist.wp-playlist .mejs-duration {
    display: block;
    padding-top: 4px; }

.wp-playlist .wp-playlist {
  border: none; }

.widget--featured-playlist > a {
  line-height: 0; }

.mejs-container {
  visibility: visible; }

.wp-playlist > .sidebar__episode-list.wp-playlist-tracks {
  display: block; }

.category .widget--featured-playlist {
  margin: 10px; }

.category .widget--featured-playlist .wp-audio-playlist .wp-playlist-tracks,
.category .widget--featured-playlist.wp-playlist .wp-audio-playlist .wp-playlist-tracks {
  padding-bottom: 0; }

.page-template-page-playlist .playlist-wrap {
  margin: 15px 0; }

/*--------------------------------------------------------------
# Latest Episode
--------------------------------------------------------------*/
@media (min-width: 800px) {
  .latest-episode {
    border: 1px solid #BBCAD2;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 10px; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .latest-episode {
    margin: 20px 20px 10px 0; } }

@media (min-width: 1200px) {
  .page-template-page-playlist .latest-episode {
    min-height: 321px;
    min-width: 930px; } }

@media (min-width: 800px) {
  .latest-episode__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto; } }

.latest-episode__content {
  padding: 30px; }
  .latest-episode__content p {
    color: #103C57;
    font-size: 1.8rem; }

.latest-episode__subtitle {
  color: #30627F;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.51px;
  margin: 0;
  text-transform: uppercase; }

.latest-episode__title,
.latest-episode__title a {
  color: #103C57;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.8rem;
  margin: 0 0 10px;
  text-decoration: none; }

.latest-episode__image {
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (min-width: 1000px) {
    .latest-episode__image {
      float: right; } }

.latest-episode__link {
  color: #206FA0;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

.page-template-page-playlist .live__content,
.page-template-page-playlist {
  padding: 0;
  width: calc(100% + 2px); }
  .page-template-page-playlist .live__content .mejs__audio,
  .page-template-page-playlist .mejs__audio {
    background: #206FA0;
    height: 70px !important;
    margin: 0 -1px -1px;
    width: 100% !important; }
  .page-template-page-playlist .live__content .mejs-controls,
  .page-template-page-playlist .mejs-controls {
    -js-display: flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .page-template-page-playlist .live__content .mejs__controls,
  .page-template-page-playlist .mejs__controls {
    bottom: 15px;
    padding: 0 30px; }
  .page-template-page-playlist .live__content .mejs__mediaelement,
  .page-template-page-playlist .mejs__mediaelement {
    background: #206FA0;
    height: 30px;
    padding: 15px 30px; }
  .page-template-page-playlist .live__content .mejs-container, .page-template-page-playlist .live__content .mejs-container .mejs-controls, .page-template-page-playlist .live__content .mejs-embed, .page-template-page-playlist .live__content .mejs-embed body,
  .page-template-page-playlist .mejs-container,
  .page-template-page-playlist .mejs-container .mejs-controls,
  .page-template-page-playlist .mejs-embed,
  .page-template-page-playlist .mejs-embed body {
    background: transparent !important; }
  .page-template-page-playlist .live__content .mejs-container .mejs-controls div.mejs-horizontal-volume-slider,
  .page-template-page-playlist .live__content .mejs-container .mejs-controls a.mejs-volume-button,
  .page-template-page-playlist .live__content .mejs-currenttime,
  .page-template-page-playlist .mejs-container .mejs-controls div.mejs-horizontal-volume-slider,
  .page-template-page-playlist .mejs-container .mejs-controls a.mejs-volume-button,
  .page-template-page-playlist .mejs-currenttime {
    visibility: hidden; }
  .page-template-page-playlist .live__content .mejs-controls a.mejs-horizontal-volume-slider,
  .page-template-page-playlist .mejs-controls a.mejs-horizontal-volume-slider {
    width: 0; }
  .page-template-page-playlist .live__content .mejs-currenttime,
  .page-template-page-playlist .live__content div.mejs-button.mejs-volume-button.mejs-mute,
  .page-template-page-playlist .live__content .mejs-horizontal-volume-total,
  .page-template-page-playlist .live__content .mejs-horizontal-volume-current,
  .page-template-page-playlist .mejs-currenttime,
  .page-template-page-playlist div.mejs-button.mejs-volume-button.mejs-mute,
  .page-template-page-playlist .mejs-horizontal-volume-total,
  .page-template-page-playlist .mejs-horizontal-volume-current {
    display: none !important; }
  .page-template-page-playlist .live__content .powerpress_links,
  .page-template-page-playlist .powerpress_links {
    display: none; }
  .page-template-page-playlist .live__content .mejs__play > button,
  .page-template-page-playlist .mejs__play > button {
    background: url("./../img/arrow-blue.png") center center/24px 24px no-repeat;
    height: 24px;
    margin: 7px 0px;
    width: 24px; }

.mejs-controls .mejs__button > button {
  background: url("../../img/arrow-blue.png") center center/24px 24px no-repeat;
  height: 24px;
  margin: 7px 0px;
  width: 24px; }

.player__latest-episode .mejs-controls {
  -js-display: flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.player__latest-episode .powerpress_player {
  background: #206FA0;
  margin: 0;
  padding: 20px 30px; }

.player__latest-episode .mejs-container, .player__latest-episode .mejs-container .mejs-controls, .player__latest-episode .mejs-embed, .player__latest-episode .mejs-embed body {
  background: transparent; }

.player__latest-episode .powerpress_links {
  display: none; }

.player__latest-episode .mejs-controls .mejs-play > button {
  background: url("../../img/arrow-blue.png") center center/24px 24px no-repeat;
  height: 24px;
  margin: 7px 0px;
  width: 24px; }

.player__latest-episode .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #103C57 !important; }

.player__latest-episode .mejs__controls:not([style*='display: none']) {
  background: none; }

/*--------------------------------------------------------------
# Live Archive
--------------------------------------------------------------*/
.category-live .category__header-info {
  padding: 50px 15px; }
  @media (min-width: 800px) {
    .category-live .category__header-info {
      padding: 50px 0; } }

.category-live .category__description {
  margin: 0; }

/*--------------------------------------------------------------
# Live Widget
--------------------------------------------------------------*/
.live {
  background-color: #F1FAFF;
  margin: 20px 0;
  position: relative; }
  @media (max-width: 1400px) {
    .live {
      padding-bottom: 60px; } }
  .live .live__content .mejs-controls {
    -js-display: flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 93%; }
  .live .powerpress_player {
    background: #206FA0;
    bottom: 0;
    left: 0;
    margin: 30px 0 0;
    padding: 15px 30px;
    position: absolute;
    right: 0; }
    @media (min-width: 1400px) {
      .live .powerpress_player {
        left: 50%; } }
  .live .mejs-container, .live .mejs-container .mejs-controls, .live .mejs-embed, .live .mejs-embed body {
    background: transparent; }
  .live .mejs-container .mejs-controls div.mejs-horizontal-volume-slider,
  .live .mejs-container .mejs-controls a.mejs-volume-button,
  .live .mejs-currenttime {
    visibility: hidden; }
  .live .mejs-controls a.mejs-horizontal-volume-slider {
    width: 0; }
  .live .mejs-currenttime,
  .live div.mejs-button.mejs-volume-button.mejs-mute,
  .live .mejs-horizontal-volume-total,
  .live .mejs-horizontal-volume-current {
    display: none !important; }
  .live .powerpress_links {
    display: none; }
  .live .mejs-controls .mejs-play button {
    background: url("./../img/arrow-blue.png") center center/24px 24px no-repeat;
    height: 24px;
    margin: 7px 0px;
    width: 24px; }

.live__tag {
  color: #30627F;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.51px;
  margin: 0;
  text-transform: uppercase; }

.live__info {
  border-bottom: 1px solid rgba(187, 202, 210, 0.5);
  padding: 30px; }
  @media (min-width: 1000px) {
    .live__info {
      border-right: 1px solid rgba(187, 202, 210, 0.5); } }

.live__content {
  padding: 30px 30px 30px 20px; }

.live__title {
  color: #103C57;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.8rem;
  margin: 0; }
  .live__content .live__title {
    font-size: 2.4rem; }

.live_article {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 1.5em; }
  .live__content .live_article {
    font-size: 1.6rem; }

.live__link {
  color: #206FA0;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

.live__player {
  margin-top: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .live__player {
      bottom: 0;
      left: 50%;
      position: absolute;
      right: 0;
      width: 50%; } }

/*--------------------------------------------------------------
# Posts Archive
--------------------------------------------------------------*/
.archive,
.page-template-page-hiah,
.page-template-page-aa-live,
.page-template-page-aa {
  position: relative; }
  .archive .posted-on, .archive .byline,
  .page-template-page-hiah .posted-on,
  .page-template-page-hiah .byline,
  .page-template-page-aa-live .posted-on,
  .page-template-page-aa-live .byline,
  .page-template-page-aa .posted-on,
  .page-template-page-aa .byline {
    color: #30627F;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.2rem;
    font-style: italic; }
  .archive .byline,
  .page-template-page-hiah .byline,
  .page-template-page-aa-live .byline,
  .page-template-page-aa .byline {
    margin-left: 30px; }
  .archive .archive__article .byline,
  .page-template-page-hiah .archive__article .byline,
  .page-template-page-aa-live .archive__article .byline,
  .page-template-page-aa .archive__article .byline {
    margin-left: 0; }
  @media (max-width: 999px) {
    .archive hr,
    .page-template-page-hiah hr,
    .page-template-page-aa-live hr,
    .page-template-page-aa hr {
      margin-left: 15px; } }

#app {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.archive__section-title {
  color: #103C57;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase; }
  @media (max-width: 999px) {
    .archive__section-title {
      margin-left: 15px; } }

.archive__article {
  margin: 0 auto 30px;
  max-width: 320px; }
  .archive__article .archive__article-link {
    display: inline-block;
    line-height: 0;
    width: 100%; }

.archive article {
  -webkit-animation: fadein 1s;
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.attachment-archive__episode-image,
.archive__episode-image {
  display: block;
  margin: 0 auto;
  max-height: 143px; }

.archive__content {
  padding: 15px 20px 20px; }

.archive__rule {
  background: #BBCAD2;
  height: 2px;
  margin: 0 0 30px;
  max-width: 40px; }

.archive__title {
  font-size: 2.0rem;
  margin: 0; }
  .archive__title a {
    color: #30627F;
    text-decoration: none; }

.archive__excerpt {
  color: #30627F;
  font-family: 'Work Sans', serif;
  font-size: 1.4rem;
  letter-spacing: 0.78;
  line-height: 1.8rem; }

.archive__link {
  color: #103C57;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

button.archive__load-more {
  background-color: #D3D3D3;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  margin: 0 auto 50px;
  outline: none;
  padding: 1em 0;
  text-transform: uppercase;
  width: 90%;
  -webkit-appearance: none; }
  button.archive__load-more:hover {
    background-color: #B7B6B6; }

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top; }

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #F06F37; }

.page-template-page-aa .site-main,
.page-template-page-hiah .site-main,
.page-template-page-aa-live .site-main {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 600px) {
    .page-template-page-aa .site-main,
    .page-template-page-hiah .site-main,
    .page-template-page-aa-live .site-main {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 800px) {
    .page-template-page-aa .site-main,
    .page-template-page-hiah .site-main,
    .page-template-page-aa-live .site-main {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 1200px) {
    .page-template-page-aa .site-main,
    .page-template-page-hiah .site-main,
    .page-template-page-aa-live .site-main {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .page-template-page-aa .site-main .archive__article img,
  .page-template-page-hiah .site-main .archive__article img,
  .page-template-page-aa-live .site-main .archive__article img {
    height: 143px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%; }

/*--------------------------------------------------------------
# Single Post Archive
--------------------------------------------------------------*/
.single__player {
  background-color: #206FA0;
  height: 125px;
  margin-top: 200px;
  position: relative; }
  @media (min-width: 400px) {
    .single__player {
      margin-top: 281px; } }
  .single__player .wp-post-image {
    bottom: 100px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.single .post-navigation {
  bottom: 200%;
  position: absolute;
  width: 100%; }
  @media (min-width: 400px) {
    .single .post-navigation {
      bottom: 300px; } }
  @media (min-width: 550px) {
    .single .post-navigation {
      bottom: 360px; } }
  @media (min-width: 800px) {
    .single .post-navigation {
      bottom: 360px; } }
  @media (min-width: 1000px) {
    .single .post-navigation {
      bottom: 225px; } }

.single .powerpress_player {
  margin: 0;
  padding: 15px 30px;
  bottom: 30px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%; }

.single .mejs-controls {
  -js-display: flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.single .mejs-container, .single .mejs-container .mejs-controls, .single .mejs-embed, .single .mejs-embed body {
  background: transparent; }

.single .powerpress_links {
  display: none; }

.single .mejs-controls .mejs-play button {
  background: url("./../img/arrow-single.png") center center/16px 17px no-repeat;
  height: 17px;
  margin: 7px 0px;
  width: 16px; }

.single .nav-links a {
  color: #206FA0;
  display: block;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  text-decoration: none;
  width: 100%; }

.single .nav-links .nav-previous {
  left: 10px;
  position: absolute;
  top: -25px; }
  .single .nav-links .nav-previous a {
    background: url("../img/previous-arrow.png") left center/24px 12px no-repeat;
    padding-left: 30px; }

.single .nav-links .nav-next {
  right: 10px;
  position: absolute;
  top: -25px; }
  .single .nav-links .nav-next a {
    background: url("../img/next-arrow.png") right center/24px 12px no-repeat;
    padding-right: 30px; }

.site-main__single {
  background-color: #EDEDED;
  margin-bottom: 15px; }
  @media (min-width: 800px) {
    .site-main__single {
      padding: 0 75px; }
      .site-main__single .hentry {
        padding-right: 40px; } }

.entry-title {
  color: #103C57;
  font-family: 'Libre Baskerville', serif;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 4.0rem;
  margin: 30px 0; }
  @media (min-width: 800px) {
    .entry-title {
      font-size: 5.4rem;
      line-height: 6.0rem; } }

.post__rule {
  background-color: #BBCAD2;
  height: 2px;
  margin: 0;
  width: 40px; }

.single-content {
  color: #103C57;
  font-family: 'Work Sans', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 3.2rem; }

.external-link-icon {
  padding-left: 5px;
  position: absolute;
  top: 30px; }

/*--------------------------------------------------------------
# Single Page Archive
--------------------------------------------------------------*/
.page__header {
  background-color: #F1F1F1;
  color: #103C57;
  padding: 50px 0; }

.page__title {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 6.0rem;
  margin: 0;
  max-width: 70%; }

.page__subtitle {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2.4rem;
  max-width: 70%; }

.page.hentry {
  max-width: 70%; }
  .page.hentry h1, .page.hentry h2, .page.hentry h3, .page.hentry h4, .page.hentry h5, .page.hentry h6 {
    color: #103C57; }
  .page.hentry a {
    color: #206FA0;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 2.6rem;
    text-decoration: none; }
    .page.hentry a:hover {
      text-decoration: underline; }
  .page.hentry p {
    color: #103C57;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 2.6rem; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumbs li {
    color: #206FA0;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .breadcrumbs a {
    color: #206FA0;
    text-decoration: none; }

.category-live .category__title {
  margin-top: 0; }

.category-live .category__subtitle {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search .hentry {
  border: 1px solid #D3D3D3;
  margin-bottom: 20px;
  max-width: none; }
  @media (min-width: 800px) {
    .search .hentry {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 3fr; } }

.search .float-left {
  background-color: #f1f1f1;
  display: -ms-grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search .float-left.health-in-a-heartbeat {
    background-color: #b7dcee; }

.search .float-left img {
  -ms-grid-column-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  height: none;
  max-width: none; }
  @media (max-width: 800px) {
    .search .float-left img {
      display: block;
      margin: 0 auto; } }
  .search .float-left img.wp-post-image {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover; }

.search .search-content {
  background-color: #FFF;
  -ms-grid-column: 2;
  display: inline-block;
  padding: 30px; }

.search .entry-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  font-weight: bold; }
  @media (min-width: 800px) {
    .search .entry-title {
      letter-spacing: 3px;
      line-height: 4.0rem;
      margin: 0;
      line-height: 50px;
      -webkit-box-flex: 1;
          -ms-flex: 1 2 auto;
              flex: 1 2 auto; } }
  .search .entry-title a {
    color: #103C57;
    display: inline-block;
    text-decoration: none; }
    @media (min-width: 800px) {
      .search .entry-title a {
        line-height: 4.0rem;
        margin: 0;
        font-family: 'Libre Baskerville', serif;
        font-size: 3rem;
        font-weight: bold;
        line-height: 50px;
        -webkit-box-flex: 1;
            -ms-flex: 1 2 auto;
                flex: 1 2 auto; } }

.search .entry-meta {
  color: #30627F;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  font-style: italic;
  margin: .75em 0; }
  .search .entry-meta .separator {
    margin: 0 7px; }

.search .entry-summary {
  color: #103C57;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.0rem;
  margin: 1em 0 0; }
  .search .entry-summary p {
    margin: 0; }

.search .nav-links a {
  color: #206FA0;
  display: block;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1.8rem;
  text-decoration: none;
  width: 100%; }

.search .nav-links .nav-previous a {
  background: url("../img/previous-arrow.png") left center/24px 12px no-repeat;
  padding-left: 30px; }

.search .nav-links .nav-next a {
  background: url("../img/next-arrow.png") right center/24px 12px no-repeat;
  padding-right: 30px; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .search .hentry {
  border: 1px solid #D3D3D3;
  margin-bottom: 20px;
  padding: 30px; }

.error404 .search .entry-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 4.0rem;
  margin: 0; }
  .error404 .search .entry-title a {
    color: #103C57;
    text-decoration: none; }

.error404 .search .entry-meta {
  color: #30627F;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  font-style: italic;
  margin: .75em 0; }

.error404 .search .entry-summary {
  color: #103C57;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.0rem;
  margin: 1em 0 0; }
  .error404 .search .entry-summary p {
    margin: 0; }

/*--------------------------------------------------------------
## Playlist
--------------------------------------------------------------*/
.playlists__header {
  background-color: #F1F1F1;
  margin-bottom: 50px;
  min-height: 250px;
  padding: 50px 0;
  width: 100%; }
  .page-template-page-playlist .playlists__header {
    margin-bottom: 0; }

.playlists__title {
  margin: 0 0 5px; }

.sidebar--playlists {
  margin-top: -120px; }
  .sidebar--playlists .widget {
    background-color: #F1FAFF; }

.playlists__pagination {
  margin: 50px 0 100px;
  text-align: center; }
  .playlists__pagination span, .playlists__pagination a {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    color: #404040;
    margin: 0 5px;
    padding: .5em 1.5em;
    text-decoration: none; }
  .playlists__pagination span {
    background-color: #F1FAFF; }

@media (max-width: 1199px) {
  .sidebar--playlists {
    margin-bottom: 100px;
    margin-top: 50px; } }

.sidebar--playlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .sidebar--playlist .widget {
    margin-bottom: 20px; }

.sidebar--playlist .widget--featured-playlist:nth-of-type(1) {
  background-color: #F1FAFF; }

@media (max-width: 1199px) {
  .tax-playlist .col, .tax-playlist .category .widget--featured-episode, .category .tax-playlist .widget--featured-episode, .tax-playlist .category .js-set-width, .category .tax-playlist .js-set-width {
    float: left; } }

.sidebar__title a {
  color: #103C57;
  text-decoration: none; }

.tax-playlist .widget--featured-episode:last-child {
  margin-bottom: 50px; }

.playlists {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .playlists img {
    margin: 0 auto; }
  .playlists .col.px2, .playlists .category .px2.widget--featured-episode, .category .playlists .px2.widget--featured-episode, .playlists .category .px2.js-set-width, .category .playlists .px2.js-set-width {
    margin-bottom: 20px; }
    @media (max-width: 799px) {
      .playlists .col.px2, .playlists .category .px2.widget--featured-episode, .category .playlists .px2.widget--featured-episode, .playlists .category .px2.js-set-width, .category .playlists .px2.js-set-width {
        margin: 0 auto 20px; } }
  .playlists .widget--featured-playlist {
    height: 100%; }

.page-template-page-playlist .latest-episode {
  margin-left: 10px; }

@media (max-width: 999px) {
  .page-template-page-playlist .sidebar--playlists {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto; } }

@media (min-width: 1200px) {
  .page-template-page-playlist .sidebar--playlists {
    margin-top: -470px; } }

.mejs-controls a.mejs-horizontal-volume-slider {
  display: none !important; }

.pagination {
  text-align: center; }
  .pagination a {
    color: #30627F;
    margin: 0 15px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  background: url("../img/footer-bg.png") center center/1440px 305px repeat;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 65px 15px; }
  @media (min-width: 1000px) {
    .footer {
      padding: 65px 0; } }
  .footer a {
    color: #ffffff; }
  .footer .footer__links {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 800px) {
      .footer .footer__links {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer .footer__logos {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px; }
    @media (max-width: 800px) {
      .footer .footer__logos {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer .footer__logo {
    display: inline-block;
    margin-right: 45px;
    text-indent: -9999px; }
    @media (max-width: 800px) {
      .footer .footer__logo {
        margin-bottom: 15px;
        margin-right: 0; } }
  .footer .footer__logo--ufh {
    background: url("./../img/ufh-logo.png") center center/154px 76px no-repeat;
    height: 76px;
    width: 154px; }
  .footer .footer__logo--uf {
    background: url("./../img/uf-logo.png") center center/166px 76px no-repeat;
    height: 76px;
    width: 166px; }
  .footer .footer__logo--wuft {
    background: url("./../img/wuft-logo.png") center center/125px 64px no-repeat;
    height: 64px;
    width: 125px; }
  .footer .footer__socials {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 800px) {
      .footer .footer__socials {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 36px; } }
  .footer .footer__social {
    display: inline-block;
    height: 24px;
    margin-right: 35px;
    text-indent: -9999px;
    width: 24px; }
    @media (max-width: 800px) {
      .footer .footer__social {
        margin: 0 20px; } }
  .footer .footer__social--twitter {
    background: url("./../img/twitter.png") center center/24px 24px no-repeat; }
  .footer .footer__social--facebook {
    background: url("./../img/facebook.png") center center/24px 24px no-repeat; }
  .footer .footer__social--email {
    background: url("./../img/email.png") center center/24px 16px no-repeat; }
  .footer .footer__menu {
    margin-bottom: 36px; }
    .footer .footer__menu.footer__menu--bottom {
      margin-bottom: 0; }
    .footer .footer__menu ul {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
      @media (max-width: 800px) {
        .footer .footer__menu ul {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0 auto;
          text-align: center; }
          .footer .footer__menu ul a {
            margin: 0 15px; } }
      .footer .footer__menu ul li {
        list-style: none; }
        .footer .footer__menu ul li a {
          line-height: 1.8em;
          text-decoration: none; }
        @media (min-width: 800px) {
          .footer .footer__menu ul li:after {
            content: "|";
            margin-left: 10px;
            padding-right: 10px; }
          .footer .footer__menu ul li:last-child:after {
            content: "";
            margin-left: 0;
            padding-right: 0; } }
  .footer .footer__info {
    margin: 36px 0 0;
    text-align: center; }
    @media (min-width: 800px) {
      .footer .footer__info {
        margin: 0;
        text-align: left; } }
