@import "icomoon.css";
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/**
* Hide elements visually, but keep them available for screen-readers.
*
* Used for information required for screen-reader users to understand and use
* the site where visual display is undesirable. Information provided in this
* manner should be kept concise, to avoid unnecessary burden on the user.
* "!important" is used to prevent unintentional overrides.
*/
.element-invisible {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  text-align: center;
  font: 400 18px/24px "goldenbook", serif;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body {
    font: 400 20px/28px "goldenbook", serif;
  }
}
body.modal-open {
  overflow: hidden;
}
body.open-menu {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  body.open-menu {
    overflow: visible;
  }
}
body #about,
body #home,
body #music {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
body#page-home #home {
  display: block;
}
body#page-music #music {
  display: block;
}
body#page-about #about {
  display: block;
}
body.intermission #about,
body.intermission #home,
body.intermission #music {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  display: block;
}
.landscape-message {
  display: none;
}
a {
  text-decoration: none;
  color: #000;
}
.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
  }
}
.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
.page-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://files.stownpodcast.org/sites/all/themes/town/img/bg-tan.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.site-name {
  margin: 0 auto;
  position: fixed;
  top: 38px;
  left: 50%;
  z-index: 70;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 196px;
}
@media only screen and (min-width: 768px) {
  .site-name {
    z-index: 50;
  }
}
.site-name.positioned {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}
body.intermission .site-name {
  display: none;
}
.site-name h1 {
  padding: 30.591731492% 0 0;
  margin: 0;
  position: relative;
}
.site-name img {
  display: block;
}
.site-name img.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.site-name img.tagline {
  position: absolute;
  top: 23.628691983%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 61.76092545%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
body#page-about .site-name img.tagline,
body#page-music .site-name img.tagline,
body#page-transcript .site-name img.tagline,
body.scrolled .site-name img.tagline {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.site-name img.logo {
  position: absolute;
  top: 38.396624473%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 61.76092545%;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}
body#page-about .site-name img.logo,
body#page-music .site-name img.logo,
body#page-transcript .site-name img.logo,
body.scrolled .site-name img.logo {
  top: 30%;
  width: 68.597560976%;
}
@media only screen and (min-width: 375px) {
  .site-name {
    top: 48px;
    width: 228px;
  }
}
@media only screen and (min-width: 768px) {
  .site-name {
    top: 220px;
    top: 30px;
    width: 374px;
  }
}
body#page-about .site-name,
body#page-music .site-name,
body#page-transcript .site-name,
body.scrolled .site-name {
  width: 142px;
  top: 16px;
}
@media only screen and (min-width: 375px) {
  body#page-about .site-name,
  body#page-music .site-name,
  body#page-transcript .site-name,
  body.scrolled .site-name {
    top: 20px;
    width: 164px;
  }
}
@media only screen and (min-width: 768px) {
  body#page-about .site-name,
  body#page-music .site-name,
  body#page-transcript .site-name,
  body.scrolled .site-name {
    top: 30px !important;
    width: 228px;
  }
}
body#page-about .site-name,
body#page-music .site-name,
body#page-transcript .site-name {
  position: relative;
  left: auto;
  right: auto;
  top: auto !important;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 16px;
  z-index: 54;
}
@media only screen and (min-width: 375px) {
  body#page-about .site-name,
  body#page-music .site-name,
  body#page-transcript .site-name {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  body#page-about .site-name,
  body#page-music .site-name,
  body#page-transcript .site-name {
    margin-top: 30px;
  }
}
.site-name img {
  width: 100%;
}
#inner {
  position: relative;
}
#content {
  padding: 0 10px 44px;
  position: relative;
  margin: 0 auto;
}
body.player #content {
  padding-bottom: 90px;
}
@media only screen and (min-width: 375px) {
  #content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #content {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 650px;
  }
}
@media only screen and (min-width: 1024px) {
  #content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 1240px) {
  body#page-about #content,
  body#page-music #content,
  body#page-transcript #content {
    max-width: 1170px;
  }
}
#content #main {
  font: 400 14px/19px "goldenbook", serif;
  padding-bottom: 50px;
}
@media only screen and (min-width: 375px) {
  #content #main {
    font: 400 16px/22px "goldenbook", serif;
  }
}
@media only screen and (min-width: 768px) {
  #content #main {
    font: 400 20px/28px "goldenbook", serif;
  }
}
@media only screen and (min-width: 1024px) {
  #content #main {
    padding-bottom: 54px;
  }
}
#content #main .date {
  font: 400 12px/13px "mr-eaves-sans", sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px;
  letter-spacing: 1.7px;
}
@media only screen and (min-width: 375px) {
  #content #main .date {
    font: 400 14px/16px "mr-eaves-sans", sans-serif;
  }
}
@media only screen and (min-width: 768px) {
  #content #main .date {
    margin: 0 0 20px;
  }
}
#content #main p {
  margin: 0 6px 16px;
}
#content #main p strong {
  font: 700 16px/19px "goldenbook", serif;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
@media only screen and (min-width: 375px) {
  #content #main p strong {
    font: 700 20px/22px "goldenbook", serif;
  }
}
@media only screen and (min-width: 768px) {
  #content #main p strong {
    font: 400 32px/38px "goldenbook", serif;
    letter-spacing: 0.5px;
  }
}
#eyebrow {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #eyebrow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 50;
    height: 68px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: top 250ms;
    -moz-transition: top 250ms;
    -o-transition: top 250ms;
    -ms-transition: top 250ms;
    transition: top 250ms;
    vertical-align: top;
  }
  #eyebrow a {
    color: #C09A53;
    font-weight: 700;
  }
  #eyebrow span {
    font-weight: 400;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
  }
  body.scrolled #eyebrow {
    top: -68px;
  }
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 50;
  height: 44px;
  background: #A2B8A3;
}
#footer #player {
  display: none;
  line-height: 42px;
  font: 400 14px/42px "mr-eaves-sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 1px 0 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  background: #A2B8A3;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
@media only screen and (min-width: 768px) {
  #footer #player {
    height: 61px;
    font: 400 16px/56px "mr-eaves-sans", sans-serif;
    letter-spacing: 0.6px;
  }
}
#footer #player:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
body.open-menu #footer #player {
  background: #8B9E8C;
}
body.open-menu #footer #player:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body.open-menu #footer #player {
    background: #A2B8A3;
  }
  body.open-menu #footer #player:after {
    display: block;
  }
}
body.player #footer #player {
  display: block;
}
#footer #player .jp-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer #player .jp-progress .jp-seek-bar {
  height: 3px;
  width: 100%;
}
#footer #player .jp-progress .jp-seek-bar .jp-play-bar {
  height: 3px;
  background: #000;
}
@media only screen and (min-width: 768px) {
  #footer #player .jp-progress .jp-seek-bar {
    height: 4px;
  }
  #footer #player .jp-progress .jp-seek-bar .jp-play-bar {
    height: 4px;
  }
}
#footer #player ul.jp-controls {
  margin: 0 60px;
  padding: 0;
  text-align: center;
  height: 42px;
  font-size: 0;
}
#footer #player ul.jp-controls li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 48px;
}
@media only screen and (min-width: 768px) {
  #footer #player ul.jp-controls li {
    width: 58px;
  }
}
#footer #player ul.jp-controls li a {
  display: block;
  padding: 0 12px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
#footer #player ul.jp-controls li a span {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  vertical-align: top;
}
#footer #player ul.jp-controls li a.jp-pause {
  display: none;
}
#footer #player ul.jp-controls li a.jp-play {
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  #footer #player ul.jp-controls {
    height: 56px;
    margin: 0 160px;
  }
  #footer #player ul.jp-controls li a {
    padding: 0 16px;
    height: 56px;
  }
  #footer #player ul.jp-controls li a span {
    font-size: 26px;
    height: 56px;
    line-height: 56px;
  }
}
#footer #player .player-header {
  float: left;
  margin: 0 0 0 10px;
  height: 42px;
  line-height: 46px;
}
#footer #player .player-header .long {
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer #player .player-header {
    height: 56px;
    line-height: 62px;
  }
  #footer #player .player-header .short {
    display: none;
  }
  #footer #player .player-header .long {
    display: inline-block;
  }
}
#footer #player ul.time {
  float: right;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #footer #player ul.time {
    height: 56px;
  }
}
#footer #player ul.time li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #footer #player ul.time li {
    height: 56px;
  }
}
#footer #player ul.time li.left {
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer #player ul.time li.left {
    display: inline-block;
  }
  #footer #player ul.time li.left .jp-current-time:after {
    display: inline-block;
    content: '/';
    margin-left: 4px;
  }
}
body.player #footer {
  height: 90px;
  padding-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  body.player #footer {
    height: 115px;
  }
}
@media only screen and (min-width: 768px) {
  #footer {
    height: 54px;
  }
}
#footer nav h2 {
  margin: 0;
}
#footer nav h2 a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 44px;
  padding: 14px 0 0;
  font: 700 14px/16px "goldenbook", serif;
}
@media only screen and (min-width: 768px) {
  #footer nav h2 a {
    height: 54px;
    padding-top: 20px;
  }
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  margin: 0;
  padding: 0;
}
#footer #menu {
  display: none;
  padding: 80px 20px 44px;
  overflow: scroll;
}
body.player #footer #menu {
  padding-bottom: 90px;
}
@media only screen and (min-width: 1024px) {
  body.player #footer #menu {
    padding-bottom: 61px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer #menu {
    overflow: visible;
  }
}
#footer #menu a.back {
  display: none;
}
#footer #menu.open a.back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font: 400 13px/20px "mr-eaves-sans", sans-serif;
  vertical-align: top;
  text-transform: uppercase;
  padding: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  height: 60px;
}
#footer #menu.open a.back span {
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  margin-right: 4px;
}
@media only screen and (min-width: 1024px) {
  #footer #menu.open a.back {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #footer #menu.open ul#main-menu li.chapters:after {
    bottom: 64px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 89, 81, 0);
    border-top-color: #465951;
    border-width: 10px;
    margin-left: -10px;
  }
}
#footer #menu.open ul#main-menu li.chapters ul.chapters {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  min-height: 100%;
  background: #A2B8A3;
  display: block;
  z-index: 110;
  padding: 0 20px;
}
body.player #footer #menu.open ul#main-menu li.chapters ul.chapters {
  padding-bottom: 46px;
}
@media only screen and (min-width: 1024px) {
  body.player #footer #menu.open ul#main-menu li.chapters ul.chapters {
    padding-bottom: 0;
  }
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li {
  margin: 0;
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li a {
  position: relative;
  padding: 24px 0;
  text-transform: none;
  font: 400 18px/20px "mr-eaves-sans", sans-serif;
  letter-spacing: 0;
  color: #333;
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li a h6 {
  text-transform: uppercase;
  margin: 0;
  font: 700 18px/22px "goldenbook", serif;
  letter-spacing: 1.82px;
  color: #000;
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li a p {
  margin: 0;
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li:first-child a {
  padding-top: 0;
}
#footer #menu.open ul#main-menu li.chapters ul.chapters li:first-child a:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #footer #menu.open ul#main-menu li.chapters ul.chapters {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 84px;
    top: auto;
    right: auto;
    min-height: 0;
    left: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    background: #465951;
    z-index: 150;
    width: 320px;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li {
    display: block;
    padding: 0 14px;
    height: auto;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li a {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
    padding: 14px 0;
    font: 400 16px/17px "mr-eaves-sans", sans-serif;
    letter-spacing: 0;
    color: #C5C5C5;
    text-transform: none;
    position: relative;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=(20));
    opacity: 0.2;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li a h6 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font: 700 18px/22px "goldenbook", serif;
    letter-spacing: 1.82px;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li a p {
    margin: 0;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li:first-child a {
    padding: 14px 0;
  }
}
#footer #menu a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #footer #menu a.close {
    display: none;
  }
}
#footer #menu ul#main-menu {
  margin: 0 0 30px;
}
#footer #menu ul#main-menu:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
#footer #menu ul#main-menu li {
  margin: 0 0 32px;
  font: 700 24px/30px "goldenbook", serif;
  letter-spacing: 1px;
}
#footer #menu ul#main-menu li a {
  text-transform: uppercase;
  display: block;
}
#footer #menu ul#main-menu li.chapters ul.chapters {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #footer #menu ul#main-menu li.chapters {
    position: relative;
  }
}
#footer #menu ul.logos {
  float: right;
  width: 40%;
}
#footer #menu ul.logos li {
  margin: 14px 0;
}
#footer #menu ul.logos li a {
  margin: 0 auto;
  display: block;
}
#footer #menu ul.logos li a span.icon {
  display: block;
  height: 36px;
  margin: 0 auto;
}
#footer #menu ul.logos li.serial a span.icon {
  width: 30px;
  background: url("https://files.stownpodcast.org/sites/all/themes/town/img/serial.png") no-repeat 50% 50%;
}
html.backgroundsize #footer #menu ul.logos li.serial a span.icon {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/serial@2x.png");
  background-size: 30px;
}
html.backgroundsize.svg #footer #menu ul.logos li.serial a span.icon {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/serial.svg");
  background-size: 30px;
}
#footer #menu ul.logos li.this-american-life a span.icon {
  width: 37px;
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/this-american-life-2018.png");
}
html.backgroundsize #footer #menu ul.logos li.this-american-life a span.icon {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/this-american-life-2018@2x.png");
  background-size: 37px;
}
html.backgroundsize.svg #footer #menu ul.logos li.this-american-life a span.icon {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/this-american-life-2018.svg");
  background-size: 37px;
}
#footer #menu ul.social {
  float: left;
  position: relative;
  width: 60%;
}
#footer #menu ul.social:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
#footer #menu ul.social li {
  font: 400 16px/1em "mr-eaves-sans", sans-serif;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
#footer #menu ul.social li.social {
  margin: 0 16px;
  display: inline-block;
}
#footer #menu ul.social li a {
  display: block;
  text-transform: uppercase;
}
#footer #menu ul.social li a:hover {
  text-decoration: underline;
}
body.open-menu #footer {
  z-index: 100;
}
body.open-menu #footer nav h2 {
  display: none;
}
body.open-menu #footer #menu {
  display: block;
  background: #A2B8A3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  #footer {
    overflow: visible;
  }
  #footer nav h2 {
    display: none;
  }
  #footer #menu {
    display: block;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #footer #menu ul.logos {
    position: absolute;
    top: 0;
    left: 18px;
    width: auto;
    white-space: nowrap;
  }
  #footer #menu ul.logos li {
    display: inline-block;
    height: 54px;
    position: relative;
    vertical-align: top;
    margin: 0;
  }
  #footer #menu ul.logos li a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 6px 0 0;
  }
  #footer #menu ul.social {
    position: absolute;
    top: 0;
    right: 18px;
    width: auto;
    white-space: nowrap;
  }
  #footer #menu ul.social:after {
    display: none;
  }
  #footer #menu ul.social li {
    display: inline-block;
    height: 54px;
    position: relative;
    vertical-align: top;
    font: 400 13px/15px "mr-eaves-sans", sans-serif;
    letter-spacing: 1.5px;
  }
  #footer #menu ul.social li a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 16px;
    margin-left: 14px;
    border-right: 1px solid #000;
  }
  #footer #menu ul.social li.social {
    font-size: 14px;
    margin: 0 0 0 18px;
  }
  #footer #menu ul.social li.social a {
    margin: 0;
    padding: 0;
    border: none;
  }
  #footer #menu ul.social li.social a:hover {
    text-decoration: underline;
  }
  #footer #menu ul.social li.social .icon {
    display: inline-block;
    vertical-align: top;
  }
  #footer #menu ul#main-menu {
    margin: 0 364px 0 100px;
  }
  #footer #menu ul#main-menu li {
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font: 700 14px/17px "goldenbook", serif;
    letter-spacing: 1.5px;
    height: 54px;
    position: relative;
  }
  #footer #menu ul#main-menu li a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer #menu ul#main-menu:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #footer #menu ul#main-menu {
    margin: 0;
  }
}
.node-transcript {
  padding-top: 30px;
}
.node-transcript h1 {
  font: 400 32px/40px "goldenbook", serif;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
  margin: 0 0 20px;
  letter-spacing: 1.1px;
  text-align: center;
}
.node-transcript .disclaimer {
  font: 300 18px/26px "mr-eaves-sans", sans-serif;
  text-align: left;
  margin: 0 24px;
}
.node-transcript .disclaimer a {
  color: #C09A53;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .node-transcript .disclaimer {
    margin: 0 48px;
  }
}
.node-transcript .field-name-field-transcript-xml {
  margin: 24px 24px 0;
  text-align: left;
  font: 300 18px/26px "mr-eaves-sans", sans-serif;
}
.node-transcript .field-name-field-transcript-xml .interview,
.node-transcript .field-name-field-transcript-xml .interviewer,
.node-transcript .field-name-field-transcript-xml .subject {
  margin-left: 10%;
}
@media only screen and (min-width: 768px) {
  .node-transcript .field-name-field-transcript-xml .interview,
  .node-transcript .field-name-field-transcript-xml .interviewer,
  .node-transcript .field-name-field-transcript-xml .subject {
    margin-left: 8%;
  }
}
.node-transcript .field-name-field-transcript-xml p {
  margin: 0 0 24px !important;
  font: 300 18px/26px "mr-eaves-sans", sans-serif !important;
}
@media only screen and (min-width: 768px) {
  .node-transcript .field-name-field-transcript-xml p {
    font: 300 20px/28px "mr-eaves-sans", sans-serif !important;
  }
}
.node-transcript .field-name-field-transcript-xml h4 {
  font: 700 18px/26px "goldenbook", serif;
  float: left;
  margin: 0 6px 0 0;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 768px) {
  .node-transcript .field-name-field-transcript-xml {
    margin: 36px 48px 0;
    font: 300 20px/28px "mr-eaves-sans", sans-serif;
  }
  .node-transcript .field-name-field-transcript-xml h4 {
    font: 700 20px/28px "goldenbook", serif;
  }
  .node-transcript .field-name-field-transcript-xml p {
    margin: 0 0 24px !important;
  }
}
#content #main .node-about {
  padding: 16px 10px 0;
  font: 300 18px/28px "mr-eaves-sans", sans-serif;
  text-align: left;
}
@media only screen and (min-width: 375px) {
  #content #main .node-about {
    padding: 20px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  #content #main .node-about {
    padding: 30px 10px 0;
    font: 300 26px/36px "mr-eaves-sans", sans-serif;
  }
}
#content #main .node-about a {
  color: #C09A53;
  font-weight: 700;
}
#content #main .node-about h1,
#content #main .node-about h2 {
  text-align: center;
  font: 400 24px/32px "goldenbook", serif;
  padding: 0 0 20px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
#content #main .node-about h1:after,
#content #main .node-about h2:after {
  content: '';
  background: #000;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about h1,
  #content #main .node-about h2 {
    font: 400 32px/40px "goldenbook", serif;
  }
}
#content #main .node-about .copyright {
  margin: 0 0 24px;
  text-align: center;
  font: 400 16px/24px "mr-eaves-sans", sans-serif;
}
#content #main .node-about .content p {
  margin: 0;
  padding: 0;
}
#content #main .node-about .field-name-body {
  margin: 24px 24px 0;
}
#content #main .node-about .field-name-body p {
  margin: 24px 0 0;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-body {
    margin: 36px 48px 0;
  }
  #content #main .node-about .field-name-body p {
    margin: 36px 0 0;
  }
}
#content #main .node-about .field-name-field-contact {
  text-align: center;
  margin: 0 0 48px;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-contact {
    margin: 24px 0 72px;
  }
}
#content #main .node-about .field-name-field-contact > .field-items {
  margin: 24px 24px 0;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-contact > .field-items {
    margin: 36px 48px 0;
  }
}
#content #main .node-about .field-collection-container {
  margin: 48px 0 0;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-collection-container {
    margin: 72px 0 0;
  }
}
#content #main .node-about .field-name-field-additional {
  text-align: center;
}
#content #main .node-about .field-name-field-additional > .field-items {
  display: inline-block;
  text-align: left;
  margin: 36px 24px 0;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-additional > .field-items {
    margin: 48px 48px 0;
  }
}
@media only screen and (min-width: 1240px) {
  #content #main .node-about .field-name-field-additional > .field-items {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 96px;
    -moz-column-gap: 96px;
    column-gap: 96px;
  }
}
#content #main .node-about .field-name-field-additional .field-collection-item-field-additional {
  margin-bottom: 24px;
  text-transform: uppercase;
}
#content #main .node-about .field-name-field-additional .field-collection-item-field-additional .field-name-field-title {
  font: 700 22px/27px "goldenbook", serif;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-additional .field-collection-item-field-additional .field-name-field-title {
    display: inline-block;
    vertical-align: bottom;
  }
}
#content #main .node-about .field-name-field-additional .field-collection-item-field-additional .field-name-field-position {
  margin: 4px 0 0;
  font: 400 14px/20px "goldenbook", serif;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-additional .field-collection-item-field-additional .field-name-field-position {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 12px;
  }
}
@media only screen and (min-width: 1024px) {
  #content #main .node-about .field-name-field-credits > .field-items > .field-item {
    float: left;
    width: 50%;
  }
}
#content #main .node-about .field-name-field-credits .field-collection-item-field-credits {
  margin: 36px 24px 0;
  font: 300 16px/24px "mr-eaves-sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-credits .field-collection-item-field-credits {
    margin: 48px 48px 0;
    font: 300 20px/28px "mr-eaves-sans", sans-serif;
  }
}
#content #main .node-about .field-name-field-credits .field-collection-item-field-credits .field-name-field-title {
  font: 700 22px/28px "goldenbook", serif;
  text-transform: uppercase;
}
#content #main .node-about .field-name-field-credits .field-collection-item-field-credits .field-name-field-position {
  font: 200 16px/24px "goldenbook", serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #content #main .node-about .field-name-field-credits .field-collection-item-field-credits .field-name-field-position {
    font: 200 22px/28px "goldenbook", serif;
  }
}
#content #main .node-about .field-name-field-credits .field-collection-item-field-credits .field-name-field-body {
  margin: 10px 0 0;
}
#content #main .node-music {
  padding: 16px 10px 0;
  font: 300 18px/28px "mr-eaves-sans", sans-serif;
  text-align: left;
}
#content #main .node-music a {
  color: #C09A53;
  font-weight: 700;
}
@media only screen and (min-width: 375px) {
  #content #main .node-music {
    padding: 20px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  #content #main .node-music {
    padding: 30px 10px 0;
    font: 300 26px/36px "mr-eaves-sans", sans-serif;
  }
}
#content #main .node-music h1,
#content #main .node-music h2 {
  text-align: center;
  font: 400 24px/32px "goldenbook", serif;
  padding: 0 0 20px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
#content #main .node-music h1:after,
#content #main .node-music h2:after {
  content: '';
  background: #000;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  #content #main .node-music h1,
  #content #main .node-music h2 {
    font: 400 32px/40px "goldenbook", serif;
  }
}
#content #main .node-music > .content p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #content #main .node-music > .content {
    margin-bottom: 72px;
  }
}
#content #main .node-music .field-name-body {
  text-align: center;
  margin: 36px 24px 0;
  font: 300 16px/24px "mr-eaves-sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  #content #main .node-music .field-name-body {
    margin: 48px 48px 0;
    font: 300 20px/28px "mr-eaves-sans", sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  #content #main .node-music .field-name-field-musician .left {
    float: left;
    width: 50%;
  }
  #content #main .node-music .field-name-field-musician .right {
    float: right;
    width: 50%;
  }
}
#content #main .node-music .field-collection-item-field-musician {
  margin: 36px 24px 0;
  font: 300 16px/24px "mr-eaves-sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  #content #main .node-music .field-collection-item-field-musician {
    margin: 48px 48px 0;
    font: 300 20px/28px "mr-eaves-sans", sans-serif;
  }
}
#content #main .node-music .field-collection-item-field-musician .field-name-field-title {
  font: 700 22px/28px "goldenbook", serif;
  text-transform: uppercase;
}
#content #main .node-music .field-collection-item-field-musician .field-name-field-position {
  font: 200 16px/24px "goldenbook", serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #content #main .node-music .field-collection-item-field-musician .field-name-field-position {
    font: 200 22px/28px "goldenbook", serif;
  }
}
#content #main .node-music .field-collection-item-field-musician iframe {
  margin: 16px 0 0;
  display: block;
}
#content #main .node-music .field-collection-item-field-musician .field-name-field-body {
  margin: 10px 0 0;
}
.node-episode.view-teaser {
  padding: 50px 0 60px;
  position: relative;
}
.node-episode.view-teaser.resized {
  padding: 1px 0;
}
.node-episode.view-teaser .content {
  position: relative;
  /*
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      */
}
.node-episode .scroll {
  z-index: 40;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: block;
  font: 400 12px/16px "mr-eaves-sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
@media only screen and (min-width: 768px) {
  .node-episode .scroll {
    font-size: 14px;
  }
}
.node-episode .scroll a {
  cursor: pointer;
}
.node-episode .scroll .label span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .node-episode .scroll .label span {
    display: inline;
  }
}
.node-episode .scroll span.icon {
  font-size: 9px;
  margin-top: 10px;
  display: block;
}
.node-episode .content {
  text-align: center;
}
.node-episode .content .field-name-field-image img {
  display: block;
  margin: 0 auto 10px;
  height: 70px;
  width: auto;
  /*
        @media @desktop {
          height: 120px;
          @media @largeheight {
            height: 200px;
          }
        }
        */
}
@media only screen and (min-width: 375px) {
  .node-episode .content .field-name-field-image img {
    height: 110px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .node-episode .content .field-name-field-image img {
    height: 200px;
    height: 172px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .node-episode .content .field-name-field-image img {
    margin-bottom: 30px;
  }
}
.node-episode .content h2 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font: 700 26px/1em "goldenbook", serif;
  letter-spacing: 3px;
}
@media only screen and (min-width: 375px) {
  .node-episode .content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-episode .content h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 900px) {
  .node-episode .content h2 {
    font-size: 50px;
  }
}
.node-episode .content .field-name-field-label {
  font: 300 18px/1em "mr-eaves-sans", sans-serif;
  margin: 0 0 10px;
  color: #333;
}
@media only screen and (min-width: 375px) {
  .node-episode .content .field-name-field-label {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .node-episode .content .field-name-field-label {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .node-episode .content .field-name-field-label {
    margin: 0 0 30px;
  }
}
.node-episode .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.node-episode .content ul.actions {
  margin: 0;
  font-size: 0;
}
.node-episode .content ul.actions li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.7px;
  margin-left: 16px;
  padding-left: 18px;
  border-left: 1px solid #999999;
}
.node-episode .content ul.actions li a {
  display: block;
  color: #C09A53;
  font: 700 12px/13px "mr-eaves-sans", sans-serif;
  letter-spacing: 2px;
}
@media only screen and (min-width: 375px) {
  .node-episode .content ul.actions li a {
    font: 700 14px/16px "mr-eaves-sans", sans-serif;
  }
}
.node-episode .content ul.actions li a:hover {
  text-decoration: underline;
}
.node-episode .content ul.actions li .icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .node-episode .content ul.actions li .icon {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin: 2px 10px 0 0;
  }
}
.node-episode .content ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.node-episode .content ul.actions li.play-button {
  display: block;
  padding: 0;
  border: none;
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .node-episode .content ul.actions li.play-button {
    margin: 30px 0 0;
  }
}
.node-episode .content ul.actions li.play-button a {
  background: #000;
  color: #fff;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node-episode .content ul.actions li.play-button a:hover {
  background: #C09A53;
}
@media only screen and (min-width: 375px) {
  .node-episode .content ul.actions li.play-button a {
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .node-episode .content ul.actions li.play-button a {
    width: 80px;
    height: 80px;
    line-height: 76px;
  }
}
.node-episode .content ul.actions li.play-button a .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 15px;
}
@media only screen and (min-width: 375px) {
  .node-episode .content ul.actions li.play-button a .icon {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .node-episode .content ul.actions li.play-button a .icon {
    font-size: 35px;
    font-size: 25px;
  }
}
.node-episode .content ul.actions li.play-button a .icon.icon-pause {
  display: none;
  margin: 0 0 0 3px;
}
@media only screen and (min-width: 375px) {
  .node-episode .content ul.actions li.play-button a .icon.icon-pause {
    margin: 0 0 0 4px;
  }
}
.node-episode .content ul.actions li.play-button a .icon.icon-play {
  margin: 0 0 0 8px;
}
.node-episode .content ul.actions li.play-button a.playing .icon-pause {
  display: inline-block;
}
.node-episode .content ul.actions li.play-button a.playing .icon-play {
  display: none;
}
.stown-home {
  padding: 98px 0 60px;
  position: relative;
}
.stown-home.resized {
  padding-bottom: 40px;
}
@media only screen and (min-width: 375px) {
  .stown-home.resized {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .stown-home.resized {
    padding: 184px 0 112px;
  }
}
body.scrolled .stown-home a.scroll {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.stown-home .content {
  position: relative;
  /*
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}
.stown-home .content ul.actions li .icon {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  margin: 2px 10px 0 0;
}
.corner-overlap {
  position: fixed;
  pointer-events: none;
  z-index: 60;
  display: none;
}
@media only screen and (min-width: 768px) {
  .corner-overlap {
    display: block;
  }
  .corner-overlap.bottom-left {
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-left-overlap.png") no-repeat left bottom;
    width: 401px;
    height: 99px;
    bottom: 30px;
    right: 72.152777778%;
    -webkit-transition: transform 1000ms;
    -moz-transition: transform 1000ms;
    -o-transition: transform 1000ms;
    -ms-transition: transform 1000ms;
    transition: transform 1000ms;
  }
  html.backgroundsize .corner-overlap.bottom-left {
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-left-overlap@2x.png");
    background-size: 100%;
    width: 27.347222222%;
    right: auto;
    left: 0;
    max-width: 401px;
  }
  html.backgroundsize body.player .corner-overlap.bottom-left {
    bottom: 91px;
  }
  body.scrolled .corner-overlap.bottom-left {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-36%, 16%, 0);
    -ms-transform: translate3d(-36%, 16%, 0);
    transform: translate3d(-36%, 16%, 0);
  }
  body#page-about .corner-overlap.bottom-left,
  body#page-music .corner-overlap.bottom-left,
  body#page-transcript .corner-overlap.bottom-left {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, 100%, 0);
    -ms-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  .corner-overlap.bottom-right {
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right-overlap.png") no-repeat left bottom;
    width: 245px;
    height: 251px;
    bottom: -35px;
    left: 56.041666667%;
    -webkit-transition: transform 1000ms;
    -moz-transition: transform 1000ms;
    -o-transition: transform 1000ms;
    -ms-transition: transform 1000ms;
    transition: transform 1000ms;
  }
  .corner-overlap.bottom-right span {
    display: block;
    padding-top: 84.489795918%;
  }
  html.backgroundsize .corner-overlap.bottom-right {
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right-overlap@2x.png");
    background-size: 100%;
    right: 24%;
    left: auto;
    bottom: 0;
    max-width: 245px;
    width: 17.013888889%;
  }
  html.backgroundsize body.player .corner-overlap.bottom-right {
    bottom: 61px;
  }
  .corner-overlap.bottom-right.underlap {
    z-index: 50;
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right-underlap.png") no-repeat left bottom;
  }
  html.backgroundsize .corner-overlap.bottom-right.underlap {
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right-underlap@2x.png");
    background-size: 100%;
  }
  body.scrolled .corner-overlap.bottom-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(36%, 2%, 0);
    -ms-transform: translate3d(36%, 2%, 0);
    transform: translate3d(36%, 2%, 0);
  }
  body#page-about .corner-overlap.bottom-right,
  body#page-music .corner-overlap.bottom-right,
  body#page-transcript .corner-overlap.bottom-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(300%, 0, 0);
    -ms-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
}
@media only screen and (min-width: 1024px) {
  html.backgroundsize .corner-overlap.bottom-right {
    bottom: -1.5%;
  }
}
@media only screen and (min-width: 1240px) {
  html.backgroundsize .corner-overlap.bottom-right {
    bottom: -2.5%;
  }
}
@media only screen and (min-width: 1440px) {
  html.backgroundsize .corner-overlap.bottom-right {
    bottom: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  html.backgroundsize body.player .corner-overlap.bottom-right {
    bottom: 5.5%;
  }
}
@media only screen and (min-width: 1240px) {
  html.backgroundsize body.player .corner-overlap.bottom-right {
    bottom: 4.5%;
  }
}
@media only screen and (min-width: 1440px) {
  html.backgroundsize body.player .corner-overlap.bottom-right {
    bottom: 26px;
  }
}
.corner {
  position: fixed;
  pointer-events: none;
  z-index: 50;
}
.corner.top-left {
  background: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-left-mobile.png") no-repeat left top;
  width: 146px;
  height: 139px;
  top: -12px;
  left: 0;
  -webkit-transition: transform 1000ms;
  -moz-transition: transform 1000ms;
  -o-transition: transform 1000ms;
  -ms-transition: transform 1000ms;
  transition: transform 1000ms;
}
@media only screen and (min-width: 375px) {
  .corner.top-left {
    top: 0;
  }
}
html.backgroundsize .corner.top-left {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-left-mobile@2x.png");
  background-size: 146px;
}
body.scrolled .corner.top-left {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-8%, 0, 0);
  -ms-transform: translate3d(-8%, 0, 0);
  transform: translate3d(-8%, 0, 0);
}
body#page-music .corner.top-left,
body#page-transcript .corner.top-left {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-100%, -100%, 0);
  -ms-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
}
@media only screen and (min-width: 768px) {
  .corner.top-left {
    z-index: 40;
    width: 637px;
    height: 548px;
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-left.png") no-repeat left top;
    right: 803px;
    right: 55.763888889%;
    bottom: 352px;
    bottom: 39.111111111%;
    top: auto;
    left: auto;
  }
  body.scrolled .corner.top-left {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-4%, -4%, 0);
    -ms-transform: translate3d(-4%, -4%, 0);
    transform: translate3d(-4%, -4%, 0);
  }
  body#page-music .corner.top-left,
  body#page-transcript .corner.top-left {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  html.backgroundsize .corner.top-left {
    width: 44.236111111%;
    height: 100%;
    height: 60.888888889%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-left@2x.png");
    background-size: 637px;
    background-size: 100%;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .corner.top-left {
    bottom: auto;
    top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .corner.top-left {
    right: auto;
    left: 0;
  }
}
.corner.top-right {
  background: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-right-mobile.png") no-repeat right top;
  width: 295px;
  height: 156px;
  right: 0;
  top: -42px;
  -webkit-transition: transform 1000ms;
  -moz-transition: transform 1000ms;
  -o-transition: transform 1000ms;
  -ms-transition: transform 1000ms;
  transition: transform 1000ms;
}
@media only screen and (min-width: 375px) {
  .corner.top-right {
    top: -16px;
  }
}
html.backgroundsize .corner.top-right {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-right-mobile@2x.png");
  background-size: 295px;
}
body.scrolled .corner.top-right {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(2%, 0, 0);
  -ms-transform: translate3d(2%, 0, 0);
  transform: translate3d(2%, 0, 0);
}
body#page-about .corner.top-right,
body#page-transcript .corner.top-right {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(100%, -100%, 0);
  -ms-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
}
@media only screen and (min-width: 768px) {
  .corner.top-right {
    z-index: 40;
    width: 831px;
    height: 539px;
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-right.png") no-repeat right top;
    left: 609px;
    left: 42.291666667%;
    bottom: 361px;
    bottom: 40.111111111%;
    top: auto;
    right: auto;
    -webkit-transition: transform 1000ms;
    -moz-transition: transform 1000ms;
    -o-transition: transform 1000ms;
    -ms-transition: transform 1000ms;
    transition: transform 1000ms;
  }
  body.scrolled .corner.top-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(4%, -4%, 0);
    -ms-transform: translate3d(4%, -4%, 0);
    transform: translate3d(4%, -4%, 0);
  }
  body#page-about .corner.top-right,
  body#page-transcript .corner.top-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(100%, -100%, 0);
    -ms-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  html.backgroundsize .corner.top-right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 57.708333333%;
    height: 100%;
    height: 59.888888889%;
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/upper-right@2x.png");
    background-size: 831px;
    background-size: 100%;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .corner.top-right {
    bottom: auto;
    top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .corner.top-right {
    left: auto;
    right: 0;
  }
}
.corner.bottom-right {
  background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right-bar.png") no-repeat right bottom;
  width: 147px;
  height: 172px;
  left: 232px;
  left: 61.866666667%;
  left: auto;
  right: 0;
  bottom: 35px;
  z-index: 60;
  -webkit-transition: transform 1000ms;
  -moz-transition: transform 1000ms;
  -o-transition: transform 1000ms;
  -ms-transition: transform 1000ms;
  transition: transform 1000ms;
}
body.player .corner.bottom-right {
  bottom: 79px;
}
html.backgroundsize .corner.bottom-right {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right-bar@2x.png");
  background-size: 147px;
}
body.scrolled .corner.bottom-right {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(8%, 0, 0);
  -ms-transform: translate3d(8%, 0, 0);
  transform: translate3d(8%, 0, 0);
}
body#page-about .corner.bottom-right,
body#page-music .corner.bottom-right,
body#page-transcript .corner.bottom-right {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(100%, 100%, 0);
  -ms-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
}
@media only screen and (min-width: 768px) {
  .corner.bottom-right {
    z-index: 40;
    width: 633px;
    height: 391px;
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right.png") no-repeat right bottom;
    left: 807px;
    left: 56.041666667%;
    top: 509px;
    top: 56.555555556%;
    bottom: auto;
    right: auto;
    -webkit-transition: transform 1000ms;
    -moz-transition: transform 1000ms;
    -o-transition: transform 1000ms;
    -ms-transition: transform 1000ms;
    transition: transform 1000ms;
  }
  body.scrolled .corner.bottom-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(15%, 2%, 0);
    -ms-transform: translate3d(15%, 2%, 0);
    transform: translate3d(15%, 2%, 0);
  }
  body#page-about .corner.bottom-right,
  body#page-music .corner.bottom-right,
  body#page-transcript .corner.bottom-right {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(100%, 100%, 0);
    -ms-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  html.backgroundsize .corner.bottom-right {
    bottom: 54px;
    top: auto;
    right: 0;
    left: auto;
    width: 43.958333333%;
    height: 100%;
    height: 43.444444444%;
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-right@2x.png");
    background-size: 633px;
    background-size: 100%;
    background-size: contain;
  }
  html.backgroundsize body.player .corner.bottom-right {
    bottom: 115px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .corner.bottom-right {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .corner.bottom-right {
    left: auto;
    right: 0;
  }
}
.corner.bottom-left {
  background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-left-bar.png") no-repeat left bottom;
  width: 133px;
  height: 165px;
  left: 0;
  bottom: 24px;
  z-index: 60;
  -webkit-transition: transform 1000ms;
  -moz-transition: transform 1000ms;
  -o-transition: transform 1000ms;
  -ms-transition: transform 1000ms;
  transition: transform 1000ms;
}
body.player .corner.bottom-left {
  bottom: 70px;
}
html.backgroundsize .corner.bottom-left {
  background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-left-bar@2x.png");
  background-size: 133px;
}
body.scrolled .corner.bottom-left {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-8%, 0, 0);
  -ms-transform: translate3d(-8%, 0, 0);
  transform: translate3d(-8%, 0, 0);
}
body#page-about .corner.bottom-left,
body#page-music .corner.bottom-left,
body#page-transcript .corner.bottom-left {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-100%, 100%, 0);
  -ms-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
}
@media only screen and (min-width: 768px) {
  .corner.bottom-left {
    z-index: 40;
    width: 633px;
    height: 385px;
    background: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-left.png") no-repeat left bottom;
    top: 515px;
    top: 57.222222222%;
    right: 807px;
    right: 56.041666667%;
    bottom: auto;
    left: auto;
    -webkit-transition: transform 1000ms;
    -moz-transition: transform 1000ms;
    -o-transition: transform 1000ms;
    -ms-transition: transform 1000ms;
    transition: transform 1000ms;
  }
  body.scrolled .corner.bottom-left {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-15%, 2%, 0);
    -ms-transform: translate3d(-15%, 2%, 0);
    transform: translate3d(-15%, 2%, 0);
  }
  body#page-about .corner.bottom-left,
  body#page-music .corner.bottom-left,
  body#page-transcript .corner.bottom-left {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, 100%, 0);
    -ms-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  html.backgroundsize .corner.bottom-left {
    width: 43.958333333%;
    left: 0;
    right: auto;
    bottom: 54px;
    top: auto;
    height: 100%;
    height: 42.777777778%;
    background-image: url("https://files.stownpodcast.org/sites/all/themes/town/img/lower-left@2x.png");
    background-size: 633px;
    background-size: 100%;
    background-size: contain;
  }
  html.backgroundsize body.player .corner.bottom-left {
    bottom: 115px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .corner.bottom-left {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .corner.bottom-left {
    right: auto;
    left: 0;
  }
}
.scrim {
  display: none;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
}
body.open-menu .scrim {
  display: block;
}
@media only screen and (min-width: 1024px) {
  body.open-menu .scrim {
    display: none;
  }
}
body.modal-open .scrim {
  display: block;
}
.modal {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  width: 306px;
  margin-left: -153px;
  background: #EFEBE3;
  padding: 50px 30px;
  font: 300 18px/24px "mr-eaves-sans", sans-serif;
  color: #333;
  z-index: 100;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .modal {
    width: 636px;
    margin-left: -318px;
    padding: 60px 50px 50px;
    font: 300 20px/28px "mr-eaves-sans", sans-serif;
  }
}
.modal a {
  color: #C09A53;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.modal h3 {
  text-transform: uppercase;
  text-align: center;
  font: 700 24px/26px "goldenbook", serif;
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .modal h3 {
    font: 700 32px/40px "goldenbook", serif;
  }
}
.modal p {
  margin: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .modal p {
    margin: 20px 50px;
  }
}
.modal ul.listen {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .modal ul.listen {
    margin: 0 50px;
  }
}
.modal ul.listen li {
  margin: 14px 0 0;
  padding: 0;
  font: 400 14px/16px "mr-eaves-sans", sans-serif;
  text-transform: uppercase;
}
.modal ul.listen li a {
  font-weight: 700;
}
.modal ul.listen li a.itunes {
  display: block;
  margin: 0 0 24px;
  position: relative;
  padding: 4px 0 0 54px;
  height: 40px;
}
.modal ul.listen li a.itunes img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: 100%;
}
.modal a.close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal.share-modal {
  text-align: center;
}
.modal.share-modal .embed-wrapper {
  display: none;
}
.modal.share-modal.embed {
  padding-bottom: 144px;
}
@media only screen and (min-width: 768px) {
  .modal.share-modal.embed {
    padding-bottom: 120px;
  }
}
.modal.share-modal.embed .embed-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E6E2DA;
  height: 95px;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) {
  .modal.share-modal.embed .embed-wrapper {
    height: 70px;
    padding: 15px 140px 15px 70px;
  }
}
.modal.share-modal.embed .embed-wrapper a {
  display: block;
  font: 700 14px/16px "mr-eaves-sans", sans-serif;
  letter-spacing: 1.5px;
  pointer: cursor;
}
@media only screen and (min-width: 768px) {
  .modal.share-modal.embed .embed-wrapper a {
    position: absolute;
    top: 15px;
    right: 70px;
    width: 70px;
    text-align: right;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}
.modal.share-modal.embed .embed-wrapper input {
  display: block;
  background: #E6E2DA;
  border: 1px solid #BEBEBE;
  color: #333;
  height: 40px;
  white-space: nowrap;
  width: 100%;
  padding: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font: 400 14px/16px "mr-eaves-sans", sans-serif;
  margin: 0 0 12px;
  resize: none;
}
@media only screen and (min-width: 768px) {
  .modal.share-modal.embed .embed-wrapper input {
    height: 40px;
    white-space: nowrap;
  }
}
.modal.share-modal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .modal.share-modal ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.modal.share-modal ul li {
  text-align: left;
  padding: 0;
  margin: 24px 0 0;
  white-space: nowrap;
}
.modal.share-modal ul li a {
  display: inline-block;
  font: 700 14px/16px "mr-eaves-sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.modal.share-modal ul li a .icon {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 16px 0 0;
  padding: 0 0 0 4px;
}
.modal.share-modal ul li.facebook {
  margin: 0;
}
.modal.share-modal ul li.facebook a {
  color: #475A95;
}
.modal.share-modal ul li.facebook a .icon {
  font-size: 16px;
  background: #475A95;
}
.modal.share-modal ul li.twitter a {
  color: #00ACED;
}
.modal.share-modal ul li.twitter a .icon {
  font-size: 15px;
  background: #00ACED;
}
.modal.share-modal ul li.email a {
  color: #000;
}
.modal.share-modal ul li.email a .icon {
  font-size: 10px;
}
.modal.share-modal ul li.embed a .icon {
  background: #C09A53;
  font-size: 17px;
}
.video {
  position: relative;
  padding: 56.25% 0 0;
}
.video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.transcript {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EFEBE3;
  padding: 50px 30px;
  font: 300 18px/24px "mr-eaves-sans", sans-serif;
  color: #333;
  z-index: 100;
  text-align: left;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .transcript {
    top: 50px;
    right: auto;
    left: 50%;
    width: 74.027777778%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 60px 50px 50px;
    font: 300 20px/28px "mr-eaves-sans", sans-serif;
  }
}
.transcript a {
  color: #C09A53;
  font-weight: 700;
}
.transcript h3 {
  text-transform: uppercase;
  text-align: center;
  font: 700 24px/26px "goldenbook", serif;
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .transcript h3 {
    font: 700 32px/40px "goldenbook", serif;
  }
}
.transcript .p,
.transcript p {
  margin: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .transcript .p,
  .transcript p {
    margin: 20px 50px;
  }
}
.transcript a.close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) and (max-height: 500px) {
  .site-name {
    top: 16px;
    width: 196px;
  }
  #content {
    padding: 0 24px 50px;
  }
  body#page-about #content,
  body#page-music #content,
  body#page-transcript #content {
    padding: 0 10px 50px;
  }
  #content .stown-home {
    padding: 98px 0 40px;
  }
  #content .stown-home.resized {
    padding-bottom: 40px;
  }
  #content #main p strong {
    font: 700 14px/16px "goldenbook", serif;
  }
  #footer #menu {
    padding: 60px 20px 20px;
  }
  body.player #footer #menu {
    padding: 60px 20px 56px;
  }
  #footer #menu ul#main-menu li {
    margin: 0 0 16px;
  }
  #footer #menu.open ul#main-menu li {
    margin: 0 0 16px;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters {
    top: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-height: 414px) {
  .landscape-message {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #EFEBE3;
    z-index: 999;
    text-align: center;
    font: 700 20px/26px "goldenbook", serif;
    letter-spacing: 0.2px;
  }
  .landscape-message p {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .landscape-message span {
    display: block;
    margin: 0 auto 24px;
    font-size: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 690px) {
  .node-episode .content h2 {
    font-size: 32px;
  }
  .node-episode .content .field-name-field-image {
    padding-top: 32px;
  }
  .node-episode .content .field-name-field-image img {
    height: 140px;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li a {
    padding: 10px 0;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li:first-child a {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 660px) {
  #content #main p strong {
    font: 700 20px/22px "goldenbook", serif;
  }
  .node-episode .content ul.actions li.play-button a {
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
  .node-episode .content ul.actions li.play-button a .icon {
    font-size: 19px;
  }
  .node-episode .content h2 {
    font-size: 28px;
  }
  .node-episode .content .field-name-field-label {
    font-size: 20px;
  }
  .node-episode .content .field-name-field-image {
    padding-top: 36px;
  }
  .node-episode .content .field-name-field-image img {
    height: 100px;
  }
  #footer #menu.open ul#main-menu li.chapters ul.chapters li p {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 600px) {
  #content #main p {
    font: 400 16px/22px "goldenbook", serif;
  }
  #content #main p strong {
    font: 700 16px/22px "goldenbook", serif;
  }
  .node-episode .content ul.actions li.play-button {
    margin: 4px 0 0;
  }
  .node-episode .content ul.actions li.play-button a {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .node-episode .content ul.actions li.play-button a .icon {
    font-size: 14px;
    margin-left: 2px;
  }
  .node-episode .content ul.actions li.play-button a .icon.icon-play {
    margin-left: 4px;
  }
  .node-episode .content h2 {
    font-size: 24px;
  }
  .node-episode .content .field-name-field-label {
    font-size: 18px;
    margin: 0 0 4px;
  }
  .node-episode .content .field-name-field-image {
    padding-top: 36px;
  }
  .node-episode .content .field-name-field-image img {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 400px) {
  #footer #menu.open ul#main-menu li.chapters ul.chapters {
    display: none;
  }
}
