body {
  font-family: 'Roboto';
}
ul {
  margin: 0;
}
.button {
  background-color: #601F7C;
  border: #601F7C;
}
.button.inverted {
  background-color: #fff;
  color: #601F7C;
  border: #fff;
}
.button.bigger {
  font-size: 1.5rem;
  height: 4.5rem;
  padding: auto 4rem;
  line-height: 4.5rem;
}
.bold {
  font-weight: 500;
}
blockquote {
  margin-left: 6px;
}
blockquote.roboto {
  font-family: 'Roboto', sans-serif;
}
blockquote.color {
  border-left-color: #601F7C;
}
blockquote.colorLight {
  border-left-color: #FF9735;
}
blockquote.textColor {
  color: #601F7C;
}
blockquote.textColorLight {
  color: #FF9735;
}
blockquote.text-15 {
  font-size: 1.3em;
}
blockquote.thickbar {
  border-left-width: 5px;
}
.underline {
  text-decoration: underline !important;
}
.lightText {
  color: #FF9735 !important;
}
input[type='submit'] {
  border: #606c76;
}
input[tpye='email']:focus {
  border-color: #606c76;
}
a {
  color: #601F7C;
}
a.mutedLink {
  color: #dadbdb !important;
}
a.inline {
  display: inline;
}
div > .two-column-equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #dadbdb;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.u-transition--fadeOut300 {
  visibility: hidden;
  opacity: 0;
}
.u-transition--fadeIn300 {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.3s 0s;
  transition: visibility 0s linear 0s, opacity 0.3s 0s;
}
.nav {
  padding-top: 30px;
}
.nav ul.breadcrumb {
  font-weight: 500;
  list-style: none;
  margin: 0 0 40px 0;
}
.nav ul.breadcrumb li {
  display: inline;
}
.nav ul.breadcrumb li a {
  color: #FF9735;
}
.nav ul.breadcrumb li a.active {
  color: #606c76;
}
.nav ul.breadcrumb li + li::before {
  padding: 0 15px;
  color: black;
  content: '/';
}
.nav .chapter {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 130px 1fr;
}
.nav .chapter span {
  font-weight: bold;
  color: #7D7D7D;
  font-size: 20px;
  line-height: 20px;
}
.nav .chapter > *:first-child::after {
  padding-left: 5px;
  color: #601F7C;
  content: ' | ';
}
.head {
  margin-bottom: 80px;
}
.head h1 {
  font-family: 'Bitter', serif;
  font-weight: 500;
  color: #FF9735;
  margin: 0 !important;
}
.head h4 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #3d3d3d;
}
.head .author {
  color: #7D7D7D;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 400;
  font-size: 14px;
  display: grid;
  margin-bottom: 30px !important;
}
.head .author div + div a {
  color: #FF9735;
}
.head .author span {
  display: block;
}
.paragraphs {
  line-height: 2em;
  word-spacing: 3px;
  position: relative;
}
.paragraphs .section {
  margin-bottom: 50px;
  font-family: 'Lora', serif;
  color: #3d3d3d;
  letter-spacing: -0.05px;
}
.paragraphs .section h3.heading {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  margin: 25px 0 -10px 0;
  color: #FF9735;
  letter-spacing: 0.7px;
  font-size: 26px;
}
.paragraphs .section p {
  margin: 30px 5px;
  font-weight: 400;
}
.paragraphs .section p.end {
  text-align: center;
  font-style: italic;
}
.paragraphs .section p.end::before,
.paragraphs .section p.end::after {
  padding: 20px;
  content: "\"";
}
.paragraphs .section p.no-para {
  margin: 15px 5px !important;
}
.paragraphs .section ol,
.paragraphs .section ul {
  padding-left: 5px;
}
.paragraphs .section ol li,
.paragraphs .section ul li {
  list-style-position: inside;
}
.paragraphs .section ol li.list-head,
.paragraphs .section ul li.list-head {
  color: #000;
  margin: 30px 0 -25px 0;
  font-size: 1.1em;
  font-weight: 700;
}
.paragraphs .section ol ol,
.paragraphs .section ul ol,
.paragraphs .section ol ul.sub-list,
.paragraphs .section ul ul.sub-list {
  margin-left: 15px !important;
  font-size: inherit;
  list-style: lower-alpha;
}
.paragraphs .section img {
  margin: 20px 0;
}
.controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: 400;
  margin-top: 200px;
  margin-bottom: 50px;
}
.controls p {
  margin: auto 18px;
}
.controls .previous {
  text-align: left;
}
.controls .previous a::before {
  padding: 0 8px 0 0;
  font-family: 'FontAwesome';
  font-weight: lighter;
  content: '\f060';
}
.controls .next {
  text-align: right;
}
.controls .next a::after {
  padding: 0 0 0 8px;
  font-family: 'FontAwesome';
  font-weight: lighter;
  content: '\f061 ';
}
.underlined {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.italics {
  font-style: italic;
}
.strong {
  font-weight: bold !important;
  color: #000;
}
.dark {
  color: #000 !important;
}
.bookmark li a {
  color: #601F7C !important;
}
.bookmark.fixed {
  position: fixed;
  float: left;
  clear: both;
  top: 175px;
  left: 100px;
}
.bookmark.absolute {
  position: absolute;
  float: left;
  clear: both;
}
.overlay-banner {
  position: absolute;
  top: -20px;
  transform: rotate(-7deg);
  opacity: 0.7;
  width: 50vw;
  min-width: 250px;
  max-width: 540px;
}
.right {
  float: right;
  clear: both;
}
.text-muted {
  color: #b1b1b1;
  font-size: 0.7em;
}
.banner {
  background: #FF9735;
  width: 100%;
}
.banner .container {
  display: grid;
  max-width: 92%;
  grid-template-areas: 1fr 50%;
}
.banner .container #contents {
  grid-column: 2 / span 1;
  text-align: right;
  color: #fff;
}
.banner .container #contents h1 {
  font-family: 'Bitter', serif;
  word-spacing: 4px;
  margin-top: 0 !important;
  font-weight: bold;
  letter-spacing: 0.05px;
  margin-bottom: 8px;
}
.banner .container #contents h5#episodes {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.banner .container #contents #branding {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 40%;
  float: right;
  right: 4%;
  justify-content: flex-end;
}
.banner .container #contents #branding > * {
  margin-top: 10px;
}
.banner .container #contents #branding img {
  margin-left: 20px;
}
.banner .container #contents a {
  align-self: flex-end;
}
.banner .container #contents > *:first-child {
  margin-top: 0;
}
.banner .container #contents > *:last-child {
  margin: 5px auto 0 auto;
}
.content {
  margin-bottom: 80px;
}
.content .episode-list {
  margin-top: 15vh;
}
.content .episode-list table td {
  display: grid;
  grid-template-columns: 1fr 20px;
  padding: 10px 20px;
  cursor: pointer;
}
.content .episode-list table td div:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
.content .episode-list table td:hover span.name {
  text-decoration: underline;
}
.content .episode-list table td:hover div:nth-child(2) {
  transform: translateX(4px);
}
.content .episode-list table td a {
  color: #601F7C;
  font-weight: 500;
  display: block;
  margin-bottom: 1.4em;
  font-size: 18px;
}
.content .episode-list table td a span.name {
  font-family: 'Bitter', serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.content .episode-list table td a span.read-time {
  font-size: 0.7em;
  margin-left: 15px;
  color: #b1b1b1;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .overlay-banner {
    left: 6%;
  }
  .banner .container #contents {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .banner .container #contents h1.landing-heading {
    font-size: 50px;
    line-height: 70px;
  }
  .banner .container #contents > * {
    margin: 15px 0;
  }
  .paragraphs .section {
    font-size: 1.15em;
    line-height: 2em;
  }
  ul.share.horizontal li a {
    font-size: 20px;
  }
  .head h1 {
    font-size: 50px;
  }
  .head h4 {
    font-size: 1.5em;
    letter-spacing: 0.6px;
  }
  .head .author {
    grid-template-columns: 1fr 150px 150px;
    margin-bottom: 10px;
  }
  .head .author div + div {
    text-align: right;
  }
  .reading-width {
    max-width: 800px;
  }
}
@media (max-width: 786px) {
  .overlay-banner {
    left: 4%;
  }
  .banner .container #contents {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .banner .container #contents h1.landing-heading {
    font-size: 40px;
    line-height: 55px;
  }
  .banner .container #contents > * {
    margin: 10px 0;
  }
  .paragraphs .section {
    font-size: 1.15em;
    line-height: 1.9em;
  }
  ul.share.horizontal li a {
    font-size: 20px;
  }
  .head h1 {
    font-size: 40px;
  }
  .head h4 {
    font-size: 1.4em;
    letter-spacing: 0.6px;
  }
  .head .author {
    grid-template-columns: 1fr 150px 150px;
  }
  .head .author div + div {
    text-align: right;
  }
  .reading-width {
    max-width: 550px;
  }
}
@media (max-width: 425px) {
  .overlay-banner {
    left: -3%;
  }
  .banner .container #contents {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .banner .container #contents h1.landing-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .banner .container #contents > * {
    margin: 5px 0;
  }
  .paragraphs .section {
    font-size: 1em;
    line-height: 1.6em;
  }
  ul.share.horizontal li a {
    font-size: 17px;
  }
  .head h1 {
    font-size: 33px;
  }
  .head h4 {
    font-size: 1em;
    letter-spacing: 0.4px;
  }
  .head .author {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .head .author div:nth-child(2) {
    text-align: left;
  }
  .head .author div:first-child {
    grid-column: 1 / span 2;
    margin-bottom: 5px;
  }
  .head .author div + div {
    grid-row-start: 2;
  }
  .reading-width {
    max-width: 410px;
  }
  .bookmark {
    display: none;
  }
  .nav ul.breadcrumb li {
    font-size: 0.8em;
  }
  .newsletter-widget h4 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .overlay-banner {
    left: -8%;
  }
  .banner .container #contents {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .banner .container #contents h1.landing-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .banner .container #contents h5#episodes {
    font-size: 12px;
  }
  .banner .container #contents .button {
    font-size: 12px;
  }
  .banner .container #contents img {
    height: 45px;
  }
  .banner .container #contents > * {
    margin: 0;
  }
  .content .episode-list table td div h5 span.name {
    font-size: 16px;
  }
  .content .episode-list table td div p {
    font-size: 14px;
  }
  .paragraphs .section {
    font-size: 1.05em;
    line-height: 1.6em;
  }
  ul.share.horizontal li a {
    font-size: 16px;
    align-content: flex-start;
  }
  .nav .chapter {
    grid-template-columns: 90px 1fr;
  }
  .nav .chapter span {
    font-size: 14px;
  }
  .nav .chapter > *:first-child::after {
    padding-left: 8px;
  }
  .head h1 {
    font-size: 28px;
  }
  .head h4 {
    font-size: 0.7em;
    letter-spacing: 0.4px;
  }
  .head .author div span {
    font-size: 12px;
  }
  .paragraphs .section {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .paragraphs .section h3.heading {
    font-size: 22px;
  }
  .paragraphs .section .text-15 {
    font-size: 1.2em;
  }
  .reading-width {
    max-width: 360px;
  }
  .newsletter-widget svg {
    height: 40px;
  }
  .newsletter-widget h6 {
    font-size: 14px;
  }
  .newsletter-widget input[type='submit'] {
    font-size: 12px;
  }
}
nav.navigation {
  background: #f5f5f5;
  width: 100%;
}
nav.navigation .container {
  padding: 0 0;
  max-width: 92%;
}
nav.navigation .container img {
  margin: 5px 0;
}
nav.navigation .container ul.big {
  list-style: none;
}
nav.navigation .container ul.big li {
  display: inline-block;
  margin: 0 25px;
  font-weight: 700;
  line-height: 60px;
}
nav.navigation .container ul.big li:last-child {
  margin-right: 0;
}
nav.navigation .container ul.big li a {
  color: #7D7D7D;
  text-transform: uppercase;
}
nav.navigation .container .small #ham {
  padding: 15px;
  line-height: 30px;
  font-size: 24px;
}
#hidden-menu {
  background: rgba(255, 151, 53, 0.9);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}
#hidden-menu #overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 20px;
}
#hidden-menu #overlay-close i {
  font-size: 30px;
  color: #fff;
}
#hidden-menu ul {
  margin-top: 20vh;
  list-style: none;
  width: 100vw;
}
#hidden-menu ul li {
  padding: 20px;
  width: 100%;
  text-align: center;
}
#hidden-menu ul li a {
  font-size: 30px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .big {
    display: block;
  }
  .small {
    display: none;
  }
}
@media (max-width: 768px) {
  .big {
    display: none;
  }
  .small {
    display: inline-block;
  }
}
.newsletter-widget {
  background: #FF9735;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  max-height: 500px;
}
.newsletter-widget * {
  margin: 25px auto;
}
.newsletter-widget h4 {
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
}
.newsletter-widget h6 {
  text-align: center;
}
.newsletter-widget form input[type='email'] {
  max-width: 450px;
  padding: 20px;
  background: #f4f5f6;
  color: #606c76;
  text-align: center;
  border-radius: 10px;
}
.newsletter-widget form input {
  margin: 15px auto;
  display: block;
}
@media (max-width: 768px) {
  .newsletter-widget h3 {
    font-size: 25px;
  }
}
.centre {
  display: table;
  margin: 0 auto;
}
ul.share {
  list-style: none;
}
ul.share.light li a {
  color: #601F7C;
}
ul.share.horizontal li {
  display: inline-block;
}
ul.share.horizontal li + li::before {
  padding: 0 11px;
  content: ' ';
}
ul.share.vertical li {
  font-size: 18px;
}
ul.share.vertical li a {
  color: gray;
}
ul.share.vertical li + li::before {
  padding: 7px;
}
