@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Montserrat:400,700|Playfair+Display:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Montserrat:400,700|Playfair+Display:400,400i,700,700i|Barlow+Condensed:500,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

.button[hidden],
[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
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 {
  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] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 750px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 750px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: rgb(78.54, 78.54, 78.54);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: rgb(78.54, 78.54, 78.54);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: rgb(118.932, 118.932, 118.932);
  outline: 0;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: #333;
  border-color: rgb(118.932, 118.932, 118.932);
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: rgb(118.932, 118.932, 118.932);
  outline: 2px dotted white;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  color: #333;
  border-color: rgb(118.932, 118.932, 118.932);
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:hover, input[type=reset].button-primary:hover, input[type=button].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:focus, input[type=reset].button-primary:focus, input[type=button].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid rgb(192.984, 192.984, 192.984);
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid rgb(192.984, 192.984, 192.984);
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: rgb(226.92, 226.92, 226.92);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset,
p {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

body {
  font-size: 100%;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
body.scrolling {
  padding-top: 4.375em;
}

.container-fluid {
  width: 100%;
}

.naked-list, .popular-series .popular-series-list, .buy-video-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.assistive-text :hover,
.assistive-text :active,
.assistive-text :focus {
  font-size: 0.875em;
  font-weight: bold;
  line-height: normal;
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

body {
  font-size: 100%;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: auto;
}

h1 {
  color: rgb(81.6, 81.6, 81.6);
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 3.125em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2em;
  margin: 0 auto 1em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.25em;
  }
}

h2 {
  color: rgb(81.6, 81.6, 81.6);
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2em;
  margin: 0 auto 0.5em;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 2.813em;
  }
}

h3 {
  color: #515052;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2em;
  margin: 0 auto 1em;
}
h3 a {
  color: #d12a2f;
}
@media (min-width: 1000px) {
  h3 {
    font-size: 1.6em;
  }
}

h4 {
  color: #666666;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 auto 1em;
}
@media (min-width: 1000px) {
  h4 {
    font-size: 1.25em;
  }
}

h5 {
  color: #666666;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0 auto 1em;
}

h6 {
  color: #666666;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 auto 1em;
}
@media (min-width: 1000px) {
  h6 {
    font-size: 0.938em;
  }
}
h6.overline {
  margin: 0 auto;
}

.meta-info {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .meta-info {
    font-size: 0.938rem;
  }
}

a,
a:visited,
a:active,
a:focus {
  color: #d12a2f;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 750px) {
  a:hover, a:hover a,
  a:visited:hover,
  a:visited:hover a,
  a:active:hover,
  a:active:hover a,
  a:focus:hover,
  a:focus:hover a {
    color: #ad1119;
  }
}
a h3,
a:visited h3,
a:active h3,
a:focus h3 {
  color: #d12a2f;
}
a:hover h3,
a:visited:hover h3,
a:active:hover h3,
a:focus:hover h3 {
  color: #ad1119;
}

p {
  font-size: 1.1em;
  max-width: 750px;
}
@media (min-width: 750px) {
  p {
    font-size: 1.375em;
    margin-bottom: 1em;
  }
}
p.expires {
  font-size: 0.8em;
  color: #333333;
  margin: 10px 0 0 0;
  line-height: 20px;
}
p.expires .icon {
  margin: 0 10px 0 0;
  width: 19px;
  height: 19px;
  display: block;
  float: left;
}
@media (min-width: 1000px) {
  p.expires {
    font-size: 0.8em;
  }
}

small {
  color: rgb(81.6, 81.6, 81.6);
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.813em;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-title {
  margin-bottom: 0.25em;
}
.entry-title.no-year {
  margin-bottom: 0.5em;
}

.entry-meta-single {
  color: #666666;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  margin-top: -1em;
  padding-left: 0.5em;
}

.section-title {
  color: #666666;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1em auto;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .section-title {
    font-size: 2.188em;
  }
  .section-title:before, .section-title:after {
    height: 7px;
    width: 0;
  }
}
.section-title:before, .section-title:after {
  background-color: #ebb32c;
  content: " ";
  display: block;
  height: 7px;
  margin: 0.15em auto;
  width: 0;
  transition: all 2s;
}
.section-title:after {
  transition: all 3s;
}
.section-title.viewable:before, .section-title.viewable:after {
  animation: border 1s forwards ease-out;
}

@keyframes border {
  0% {
    width: 0;
  }
  90% {
    width: 240px;
  }
  100% {
    width: 225px;
  }
}
.section-title-alt {
  background-color: #ebb32c;
  color: #fff;
  display: inline-block;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 900;
  height: 1.5em;
  line-height: 1.5em;
  margin: 1em auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5;
}
@media (min-width: 750px) {
  .section-title-alt {
    font-size: 2.188em;
    padding: 0 1em;
    width: auto;
  }
}
.section-title-alt.viewable:before {
  left: 100%;
}
.section-title-alt.viewable:after {
  width: 0;
}
.section-title-alt:before, .section-title-alt:after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  transition: all 1s;
  width: 100%;
  z-index: 1;
}
.section-title-alt:before {
  top: 0;
}
.section-title-alt:after {
  bottom: 0;
}

.button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #d12a2f;
  border: none;
  box-shadow: none;
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.813em;
  height: auto;
  line-height: 3.125em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  transition: all 1s;
}
.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: #ad1119;
  box-shadow: none;
  color: #fff;
}
.button:active, .button:focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:active,
input[type=button]:focus {
  background-color: #d12a2f;
  color: #fff;
  margin-top: 2px;
}
.button:visited,
input[type=submit]:visited,
input[type=reset]:visited,
input[type=button]:visited {
  background-color: #d12a2f;
  box-shadow: none;
  color: #fff;
}
.button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  background-color: #333333;
}
.button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover {
  background-color: #000;
}
.button.button-primary:active, .button.button-primary:focus,
input[type=submit].button-primary:active,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:active,
input[type=reset].button-primary:focus,
input[type=button].button-primary:active,
input[type=button].button-primary:focus {
  background-color: #000;
}
.button.load-more,
input[type=submit].load-more,
input[type=reset].load-more,
input[type=button].load-more {
  margin: 1em auto;
}

.filteredpost-filter .text-only input {
  visibility: hidden;
}
.filteredpost-filter .text-only label {
  cursor: pointer;
}
.filteredpost-filter .text-only input:checked + label {
  color: #ad1119;
}
.filteredpost-filter label {
  display: inline-block;
}
.filteredpost-filter .controls {
  margin-right: 20px;
}

.social-share {
  position: relative;
  margin: 3em 0 1.5em 0;
}
.social-share input {
  font-size: 16px;
}
.social-share button {
  line-height: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: inherit;
  padding: 0;
  font-size: inherit;
  text-shadow: none;
}
.social-share .share-button {
  background: #d12a2f;
  color: white;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 2em;
}
.social-share .share-button svg {
  display: inline-block;
  fill: white;
  max-height: 1.15em;
  width: 1.15em;
  margin-right: 0.25em;
  vertical-align: text-top;
}
.social-share input {
  border: 1px solid #ccc;
}
.social-share #socialcopy {
  position: absolute;
  left: -10000px;
}
.social-share .share-options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  padding: 0.5em 1em;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  background: white;
  z-index: 1000;
  left: 0;
  top: -5.5em;
}
.social-share .share-options:before, .social-share .share-options:after {
  content: " ";
  display: table;
}
.social-share .share-options:after {
  clear: both;
}
.social-share .share-options:after, .social-share .share-options:before {
  top: 100%;
  left: 3em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.social-share .share-options:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.social-share .share-options:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #e6e6e6;
  border-width: 16px;
  margin-left: -16px;
}
@media (min-width: 1000px) {
  .social-share .share-options {
    left: 9em;
    top: -0.5em;
  }
  .social-share .share-options:after, .social-share .share-options:before {
    right: 100%;
    left: auto;
    top: 1.725em;
  }
  .social-share .share-options:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 14px;
    margin-top: -14px;
  }
  .social-share .share-options:before {
    border-color: rgba(230, 230, 230, 0);
    border-right-color: #e6e6e6;
    border-width: 16px;
    margin-top: -16px;
  }
}
.social-share .share-options li {
  width: 2.5em;
  height: 2.5em;
  float: left;
  margin-bottom: 0;
}
.social-share .share-options li .feedback {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -4em;
  font-size: 0.8125em;
  padding: 0.5em 0.75em;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  letter-spacing: normal;
  background: white;
}
.social-share .share-options li .share-icon {
  background: #333333;
  border-radius: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.social-share .share-options li a {
  display: block;
}
.social-share .share-options li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
  width: 2em;
  height: 2em;
}
.social-share .share-options li:not(:last-of-type) {
  margin-right: 1em;
}
.social-share .share-options.open {
  display: inline-block;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  height: 3em;
  padding: 0 10px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 700;
}
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder { /* Firefox 18- */
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 700;
}
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder { /* Firefox 19+ */
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 700;
}
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

#pbs_dh_search ::-webkit-input-placeholder {
  font-family: "PBSSans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pbs_dh_search :-moz-placeholder { /* Firefox 18- */
  font-family: "PBSSans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pbs_dh_search ::-moz-placeholder { /* Firefox 19+ */
  font-family: "PBSSans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pbs_dh_search :-ms-input-placeholder {
  font-family: "PBSSans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

textarea, select {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-appearance: none;
  height: 3em;
  padding: 0 10px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

select {
  background: #fff url(../../images/arrow-white-red-down.svg) no-repeat right center;
  background-size: auto 100%;
  padding-right: 4em;
  font-weight: 700;
}

.ACGAS-giveaway h1 {
  text-align: center;
}
.ACGAS-giveaway .giveaway-form-wrapper {
  background: #eee;
  padding: 1em 3em;
  font-size: 0.8em;
  margin-bottom: 2em;
}
.ACGAS-giveaway .giveaway-form-wrapper .subscribe-label {
  display: inline;
  margin-left: 1em;
}
.ACGAS-giveaway .giveaway-form-wrapper input {
  font-size: 1em;
}
.ACGAS-giveaway .giveaway-form-wrapper form {
  margin-bottom: auto;
}
.ACGAS-giveaway .shop-image {
  width: 100%;
  padding: 1em;
}
.ACGAS-giveaway .shop-text-wrapper {
  display: flex;
  align-items: center;
}
.ACGAS-giveaway .shop-link {
  display: flex;
}
.ACGAS-giveaway .giveaway-disclaimer {
  width: 90%;
  margin: 0 auto;
}
.ACGAS-giveaway .form_error {
  color: #d12a2f;
  display: block;
  margin-top: -0.7em;
}
.ACGAS-giveaway .ACGAS-labeled-checkbox p {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  color: gray;
  line-height: 1.4;
}
.ACGAS-giveaway .ACGAS-policy p {
  margin-left: 3em;
  margin-right: 3em;
}
.ACGAS-giveaway .center-content {
  display: flex;
  justify-content: center;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  margin-top: initial !important;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

#top-banner {
  background-color: #000;
  height: 3.125em;
  text-align: center;
}
#top-banner:before, #top-banner:after {
  content: " ";
  display: table;
}
#top-banner:after {
  clear: both;
}
@media (min-width: 1000px) {
  #top-banner {
    height: 3.75em;
  }
}

#top-advertiser {
  background: #333 url(../../images/bg-damask-charcoal.png) repeat 0 0;
  background-attachment: fixed;
  padding: 2rem;
  text-align: center;
}
#top-advertiser:before, #top-advertiser:after {
  content: " ";
  display: table;
}
#top-advertiser:after {
  clear: both;
}

#masthead {
  background-color: #d12a2f;
  height: 4em;
  position: relative;
  text-align: center;
  z-index: 9999;
  margin-top: 0.5em;
}
#masthead:before, #masthead:after {
  content: " ";
  display: table;
}
#masthead:after {
  clear: both;
}
#masthead::before {
  background-color: #ebb32c;
  content: "";
  position: absolute;
  display: block;
  height: 0.5em;
  width: 100%;
  top: -0.5em;
}
@media (min-width: 1000px) {
  #masthead {
    min-height: 5.5em;
  }
}
#masthead .container {
  padding: 0;
  width: 100%;
  position: static;
}
@media (min-width: 1000px) {
  #masthead .container {
    width: 90%;
    max-width: 85.625em;
  }
}
#masthead .burger {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  display: block;
  float: left;
  padding: 0;
  text-align: center;
}
@media (min-width: 1000px) {
  #masthead .burger {
    display: none;
  }
}
#masthead .burger .icon-menu {
  display: inline-block;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 1.8em;
  width: 2.8em;
  position: absolute;
  top: 18%;
  left: 16%;
  z-index: 2;
}
#masthead .burger .icon-label {
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.081em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 0 transparent;
  width: 100%;
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: 2;
}
#masthead .site-branding {
  display: inline-block;
  height: 4em;
  margin: 0 auto;
  width: 180px;
}
@media (min-width: 1000px) {
  #masthead .site-branding {
    float: left;
    height: 4.063em;
    position: relative;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #masthead .site-branding {
    width: 20%;
  }
}
#masthead .site-branding .site-title {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  #masthead .site-branding .site-title {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    padding: 0;
  }
}
#masthead .site-branding .site-title a {
  display: block;
  height: 100%;
  width: 100%;
}
#masthead .site-branding .site-title a strong {
  display: none;
}
#masthead .site-branding .site-title a img {
  display: block;
  height: 100%;
  width: auto;
}
#masthead .site-branding .site-description {
  position: absolute;
  top: -9999rem;
  z-index: 0;
}
#masthead .main-navigation {
  text-align: left;
}
@media (min-width: 1000px) {
  #masthead .main-navigation {
    float: left;
    margin-left: 1rem;
    text-align: center;
  }
}
#masthead .main-navigation.toggled .menu {
  display: block;
}
#masthead .main-navigation .burger {
  position: absolute;
  left: 2%;
  top: 0.5em;
  z-index: 1;
}

body:not(.touch) #primary-menu.menu li:hover .sub-menu-container {
  display: block;
  opacity: 1;
}

#primary-menu.menu {
  background-color: #ad1119;
  list-style-type: none;
  margin: 0;
  padding: 0 0 1em 0;
  top: -0.35em;
  width: 100%;
  z-index: 1000;
  position: relative;
}
#primary-menu.menu:before, #primary-menu.menu:after {
  content: " ";
  display: table;
}
#primary-menu.menu:after {
  clear: both;
}
@media (min-width: 1000px) {
  #primary-menu.menu {
    background-color: #d12a2f;
    display: block !important;
    top: 0;
    height: 5.5em;
    width: auto;
    position: static;
    padding: 0;
  }
}
#primary-menu.menu li {
  display: block;
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (min-width: 1000px) {
  #primary-menu.menu li {
    float: left;
  }
  #primary-menu.menu li a {
    height: 100%;
  }
  #primary-menu.menu li.current-menu-item a {
    border-bottom: 5px solid #fff;
  }
}
#primary-menu.menu li .sub-menu-container {
  display: none;
  position: absolute;
  background: #1e1e1e;
  left: 0;
  padding: 20px 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s;
}
#primary-menu.menu li .sub-menu-container:before, #primary-menu.menu li .sub-menu-container:after {
  content: " ";
  display: table;
}
#primary-menu.menu li .sub-menu-container:after {
  clear: both;
}
#primary-menu.menu li .sub-menu-container .container {
  max-width: 1170px;
}
@media (min-width: 1540px) {
  #primary-menu.menu li .sub-menu-container .container {
    max-width: 1370px;
  }
}
#primary-menu.menu li .sub-menu-container .featured-series {
  width: 25%;
  float: left;
  display: block;
  text-align: left;
}
#primary-menu.menu li .sub-menu-container .featured-series li {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
#primary-menu.menu li .sub-menu-container .all-series {
  width: 45%;
  float: left;
  margin-left: 3%;
  display: block;
}
#primary-menu.menu li .sub-menu-container .archive {
  width: 22%;
  margin-left: 3%;
  float: left;
  display: block;
  text-align: left;
}
#primary-menu.menu li .sub-menu-container .archive .close-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  padding: 0;
  font-size: 16px;
  margin: 0;
}
#primary-menu.menu li .sub-menu-container .archive a.button {
  font-size: 14px;
  margin: 40px 0 0;
  display: inline-block;
  position: relative;
  border: none;
}
#primary-menu.menu li .sub-menu-container .archive a.button:hover {
  border: none;
}
#primary-menu.menu li .sub-menu-container h2.title {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#primary-menu.menu li .sub-menu-container ul {
  list-style-type: none;
  margin: 0 0 50px 0;
  padding: 0;
}
#primary-menu.menu li .sub-menu-container ul.all {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#primary-menu.menu li .sub-menu-container ul li {
  margin: 0 0 15px 0;
  float: none;
  text-transform: normal;
  width: 100%;
}
#primary-menu.menu li .sub-menu-container ul li a {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-align: left;
  text-transform: none;
}
#primary-menu.menu li .sub-menu-container ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  #primary-menu.menu li.active .sub-menu-container, #primary-menu.menu li.active.focus .sub-menu-container {
    display: block;
    opacity: 1;
  }
  #primary-menu.menu li.active .sub-menu-container .archive .close-btn {
    display: block;
  }
}
#primary-menu.menu li a {
  border: none;
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 1em 1em 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
#primary-menu.menu li a:hover {
  color: #fff;
}
@media (min-width: 1000px) {
  #primary-menu.menu li a {
    border-width: 5px 0;
    border-style: solid;
    border-top-color: #d12a2f;
    border-bottom-color: #d12a2f;
    font-size: 1.25em;
    line-height: 3.65em;
    height: 100%;
    margin: 0;
    padding: 0 0.6em;
  }
  #primary-menu.menu li a:hover {
    border-bottom-color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  #primary-menu.menu li a {
    margin: 0 0.2em;
    padding: 0 1.15em;
  }
}
@media (max-width: 1296px) {
  #primary-menu.menu li a {
    font-size: 1.1em;
    line-height: 3.85em;
  }
}

.site-footer p {
  font-size: 1.125em;
}

.site-footer {
  background: #d12a2f url(../../images/bg-fan-red-fade.png) repeat-x 0 0;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.site-footer:before, .site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer a {
  color: #fff;
  font-size: 0.938em;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer h4 {
  color: #fff;
  font-size: 0.938em;
}
.site-footer .red-logo {
  height: 1.875em;
  width: auto;
}
@media (min-width: 750px) {
  .site-footer .red-logo {
    height: 2.5em;
    margin-bottom: 1rem;
  }
}
.site-footer .listy-block {
  height: auto;
  margin-bottom: 2rem;
}
.site-footer .listy-block .label {
  display: block;
  font-size: 0.938em;
  line-height: 2em;
}
.site-footer .listy-block a {
  font-size: 0.938em;
  margin-top: 0;
}
.site-footer .listy-block a:hover {
  color: #fff;
}

.menu-footer:before, .menu-footer:after {
  content: " ";
  display: table;
}
.menu-footer:after {
  clear: both;
}
.menu-footer .menu {
  background-color: transparent;
  display: block;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-footer .menu li {
  display: block;
  float: none;
  margin-bottom: 0;
}
.menu-footer .menu li a {
  border: none;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.938em;
  line-height: 2.4em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}
@media (min-width: 750px) {
  .menu-footer .menu li a:hover {
    text-decoration: underline;
  }
}

.instagram-block .instagram-image {
  background: url() no-repeat 0 0;
  min-width: 300px;
  min-height: 300px;
}
.instagram-block h4 {
  line-height: 25px;
}
.instagram-block h4 img {
  float: left;
  height: 25px;
  margin: 0 0.5em 0 0;
  width: auto;
}

.site-footer .listy-block.social-block {
  margin: 1.5rem 0 2.5rem 0;
  float: left;
  display: block;
}
@media (min-width: 750px) {
  .site-footer .listy-block.social-block {
    display: block;
    margin: 0 0 2rem 0;
  }
}
.site-footer .listy-block.social-block .label {
  display: block;
  line-height: 1.2em;
  margin: 0 0 1em;
  width: 100%;
}
.site-footer .listy-block.social-block .label strong,
.site-footer .listy-block.social-block .label a {
  float: none;
  height: auto;
  display: block;
  margin: 0;
}
.site-footer .listy-block.social-block a {
  float: left;
  margin: 0 0.5em 0 0;
}
.site-footer .listy-block.social-block a img {
  height: 2em;
  width: 2em;
}
.site-footer .funder p,
.site-footer .copyright p {
  font-size: 1em;
  line-height: 25px;
  margin: 0 0 1rem 0;
}
@media (min-width: 750px) {
  .site-footer .funder p,
  .site-footer .copyright p {
    margin: 0;
  }
}
.site-footer .funder p img,
.site-footer .copyright p img {
  float: right;
  height: 25px;
  margin-left: 0.5em;
  width: auto;
}
.site-footer .funder {
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .site-footer .funder {
    margin-bottom: 0;
  }
}
.site-footer .copyright {
  text-align: right;
}

.burger {
  width: 45px;
  height: 50px;
  outline: 0;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
.burger:focus {
  outline: 0;
}
.burger span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.burger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.burger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.main-navigation.toggled .burger span {
  left: 5px;
  width: 90%;
}
.main-navigation.toggled .burger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  width: 80%;
}
.main-navigation.toggled .burger span:nth-child(2) {
  top: 39px;
  position: relative;
  opacity: 0;
}
.main-navigation.toggled .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 80%;
  top: 17px;
}

.subpage-nav .burger {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 50px;
  height: 50px;
  outline: 0;
  padding: 0;
  position: relative;
  margin: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
.subpage-nav .burger:focus {
  outline: 0;
}
.subpage-nav .burger span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  display: block;
  position: absolute;
  height: 4px;
  width: 16px;
  left: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.subpage-nav .burger span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 27px;
  top: 14px;
}
.subpage-nav .burger span:nth-child(2) {
  top: 22px;
  left: 19px;
}
.subpage-nav .burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
  left: 20px;
}
.subpage-nav .burger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 20px;
}

.site-main div.fca_qc_quiz img[src=""] {
  display: none;
}
.site-main div.fca_qc_quiz {
  max-width: 53.125em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 50px;
}
.site-main .fca_qc_quiz p {
  width: auto;
}
.site-main h2.fca_qc_quiz_title {
  display: none;
  margin: 0 0 20px;
}
.site-main .fca_qc_quiz_description {
  margin: 0 0 20px;
}
.site-main .fca_qc_quiz_description p {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 2.25em;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.site-main #fca_qc_question {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 2.25em;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.site-main img.fca_qc_quiz_description_img,
.site-main img.fca_qc_quiz_question_img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.site-main img.fca_qc_quiz_answer_img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin-bottom: 10px;
}
.site-main img.fca_qc_quiz_question_img {
  margin-bottom: 15px;
}
.site-main #fca_qc_question_back {
  display: block;
  margin: 1em 0;
  text-align: left;
  padding: 0 20px;
  font-size: 1em;
}
@media (min-width: 750px) {
  .site-main #fca_qc_question_back {
    font-size: 1.375em;
  }
}
.site-main div.fca_qc_quiz svg.fca_qc_rectancle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
.site-main div.fca_qc_quiz span.fca_qc_answer_span {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 35px;
  text-indent: -35px;
  position: relative;
  line-height: 27px;
  font-size: 0.9em;
}
@media (min-width: 750px) {
  .site-main div.fca_qc_quiz span.fca_qc_answer_span {
    font-size: 1.15em;
  }
}
.site-main div.fca_qc_quiz button.fca_qc_button {
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
  background-color: #d12a2f !important;
  color: #FFF;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.813em;
  height: 3.7em;
  line-height: 3.7em;
  font-weight: 700;
  background-color: #d12a2f;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 3em;
  letter-spacing: 0.1rem;
}
.site-main div.fca_qc_quiz button.fca_qc_button:hover {
  background-color: #ad1119 !important;
}
.site-main div.fca_qc_quiz button.fca_qc_button:hover {
  background-color: #ad1119;
}
.site-main div.fca_qc_quiz button.fca_qc_next_question {
  text-shadow: none;
  display: inline-block;
  margin: 2.5em 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.813em;
  height: 3.7em;
  line-height: 3.7em;
  font-weight: 700;
  background-color: #333333;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 3em;
  letter-spacing: 0.1rem;
}
.site-main div.fca_qc_quiz button.fca_qc_next_question:hover {
  background-color: black;
}
.site-main div.fca_qc_quiz div.fca_qc_answer_div {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  background-color: #dbdbdb;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
}
.site-main div.fca_qc_quiz div.fca_qc_answer_div.fca-qc-twoup {
  width: calc(50% - 8px);
  margin: 4px;
  vertical-align: top;
}
.site-main div.fca_qc_quiz div.fca_qc_answer_div.fca-qc-threeup {
  width: calc(33% - 8px);
  margin: 4px;
  vertical-align: top;
}
.site-main #fca_qc_correct_answer,
.site-main #fca_qc_your_answer {
  font-weight: 400;
}
.site-main div.fca_qc_quiz div.fca_qc_answer_div.fakehover,
.site-main div.fca_qc_quiz div.fca_qc_answer_div:active {
  background-color: #ebb32c !important;
}
.site-main div.fca_qc_quiz div.fca_qc_answer_div.fakehover .fca_qc_answer_span:before,
.site-main div.fca_qc_quiz div.fca_qc_answer_div:active .fca_qc_answer_span:before {
  background-image: url(../../images/icon-checkmark.svg);
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  position: absolute;
  top: -0.1em;
  left: -1.75em;
  line-height: 0.5;
  height: 1.75em;
  width: 1.75em;
  z-index: 30;
}
@media (hover: none) {
  .site-main div.fca_qc_quiz div.fca_qc_answer_div.fakehover .fca_qc_answer_span:before,
  .site-main div.fca_qc_quiz div.fca_qc_answer_div:active .fca_qc_answer_span:before {
    display: none;
  }
}
.site-main .fca_qc_score_text {
  margin: 30px 0 10px;
}
.site-main h3.fca_qc_score_title {
  margin: 0 0 20px;
  font-size: 3em;
  font-style: italic;
  text-align: left;
}
.site-main .fca_qc_score_img {
  margin: 0 0 20px;
  max-width: 100%;
}
.site-main .fca_qc_score_desc {
  margin: 0 0 30px;
}
.site-main .fca_qc_score_desc p {
  text-align: left;
  font-size: 0.9em;
}
@media (min-width: 750px) {
  .site-main .fca_qc_score_desc p {
    font-size: 1.15em;
  }
}
.site-main .fca_qc_question_count {
  background: #ebb32c;
  padding: 0.5em;
  color: white;
  font-weight: 700;
}
.site-main .fca_qc_quiz_footer {
  margin-top: 50px;
}
.site-main .fca_qc_your_answers_text {
  font-weight: 700;
  margin: 0 0 15px;
}
.site-main div.fca_qc_quiz div.fca_qc_question_response_item {
  margin: 0 0 15px;
  color: #151515;
}
.site-main div.fca_qc_quiz h3.fca_qc_question_response_question {
  font-weight: 700;
  margin: 0 0 10px;
  padding-top: 15px;
}
.site-main div.fca_qc_quiz p.fca_qc_question_response_response {
  margin: 0 0 10px;
}
.site-main div.fca_qc_quiz p.fca_qc_question_response_correct_answer {
  margin: 0;
  padding-bottom: 15px;
}
.site-main .fca_qc_bold {
  font-weight: 700;
}
.site-main .fca-qc-flipper div {
  padding: 5px;
}
.site-main div.fca_qc_quiz p.fca_qc_back_response {
  font-weight: 700;
  margin-bottom: 0.25em;
  text-align: left;
  padding: 0 20px;
  font-size: 0.9em;
}
@media (min-width: 750px) {
  .site-main div.fca_qc_quiz p.fca_qc_back_response {
    font-size: 1.15em;
  }
}
.site-main #fca_qc_hint {
  font-weight: 400;
  margin-bottom: 3em;
}
.site-main #fca_qc_question_right_or_wrong {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}
.site-main div.fca_qc_quiz div.correct-answer {
  border: 0.25em solid #def0dd;
}
.site-main div.fca_qc_quiz div.correct-answer #fca_qc_question_right_or_wrong {
  color: #239a1a;
}
.site-main div.fca_qc_quiz div.wrong-answer {
  border: 0.25em solid #f5dede;
}
.site-main div.fca_qc_quiz div.wrong-answer #fca_qc_question_right_or_wrong {
  color: #d12a2f;
}
.site-main .flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.site-main .fca-qc-back,
.site-main .fca-qc-front,
.site-main .flip-container {
  width: 100%;
  height: 400px;
}
.site-main .fca-qc-flipper {
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
}
.site-main .fca-qc-back,
.site-main .fca-qc-front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.99;
}
.site-main .fca-qc-front {
  z-index: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.site-main .fca-qc-back {
  z-index: 1;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.site-main .flip .fca-qc-back {
  display: block;
}
.site-main .flip-container.flip .fca-qc-flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.site-main .fca_qc_social_share h3 {
  margin: 0 0 18px;
  text-transform: lowercase;
}
.site-main .fca_qc_social_share h3::first-letter {
  text-transform: uppercase;
}
.site-main .fca_qc_social_share {
  margin: 0 0 30px;
}
.site-main .fca_qc_social_share a.fca_qc_share_link {
  margin: 2px;
  display: inline-block;
  width: 120px;
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
  line-height: 1.43;
}
.site-main .fca_qc_social_share a.fca_qc_share_link:hover {
  opacity: 0.8;
}
.site-main .fca_qc_share_link svg {
  float: left;
  height: 18px;
  width: 18px;
  fill: #fff;
}
.site-main #fca_qc_share_link_twitter {
  background-color: #5bc3ee;
}
.site-main #fca_qc_share_link_facebook {
  background-color: #386497;
}
.site-main #fca_qc_share_link_email {
  background-color: #2a91fb;
}
.site-main #fca_qc_share_link_pinterest {
  background-color: #b81621;
}
.site-main div.fca_qc_quiz h3.fca_qc_email_headline {
  font-weight: 400;
}
.site-main div.fca_qc_quiz button.fca_qc_button.fca_qc_submit_email_button {
  width: 100%;
}
.site-main div.fca_qc_quiz button.fca_qc_skip_email_button {
  background-color: #aaa !important;
  margin-top: 15px;
}
.site-main div.fca_qc_quiz input.fca_qc_optin_input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 37px;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  -ms-transition: All 0.5s ease-in-out;
  transition: All 0.5s ease-in-out;
}
@keyframes pulse {
  from {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.site-main div.fca_qc_quiz input.fca_qc_optin_input.fca_qc_invalid {
  border: 1px solid #e74c3c;
  -webkit-animation: pulse 0.5s;
  -moz-animation: pulse 0.5s;
  -o-animation: pulse 0.5s;
  -ms-animation: pulse 0.5s;
  animation: pulse 0.5s;
}
.site-main .tooltipster-sidetip.tooltipster-borderless.tooltipster-quiz-cat .tooltipster-box {
  background-color: #ea6153;
}
.site-main .tooltipster-arrow-border {
  border-top-color: #ea6153 !important;
}
.site-main .wysiwyg-text-align-left {
  text-align: left !important;
}
.site-main .wysiwyg-text-align-right {
  text-align: right !important;
}
.site-main .wysiwyg-text-align-center {
  text-align: center !important;
}
.site-main div.fca_qc_quiz span.fca_qc_mobile_check {
  display: none;
}
@media (max-width: 600px) {
  .site-main .fca-qc-flipper div {
    padding: 0;
  }
  .site-main div.fca_qc_quiz span.fca_qc_mobile_check {
    display: inline;
  }
  .site-main div.fca_qc_quiz {
    padding: 30px 0;
  }
  .site-main div.fca_qc_quiz button.fca_qc_button {
    width: 80%;
  }
  .site-main div.fca_qc_quiz div.fca_qc_answer_div.fca-qc-threeup img.fca_qc_quiz_answer_img,
  .site-main div.fca_qc_quiz div.fca_qc_answer_div.fca-qc-twoup img.fca_qc_quiz_answer_img {
    max-height: 110px;
  }
  .site-main div.fca_qc_quiz span.fca_qc_answer_span {
    margin-left: 27px;
    text-indent: -30px;
  }
  .site-main div.fca_qc_quiz svg.fca_qc_rectancle {
    margin-right: 3px;
    vertical-align: bottom;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.search-results .hentry {
  margin-bottom: 4em;
}
.search-results .hentry:before, .search-results .hentry:after {
  content: " ";
  display: table;
}
.search-results .hentry:after {
  clear: both;
}
.search-results .search-content .title {
  margin-bottom: 0.15em;
}
.search-results .search-content .result-meta {
  color: #666666;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 1em;
}
.search-results .search-content .result-meta + .title {
  margin-top: 0.3125em;
}
@media (min-width: 1000px) {
  .search-results .search-content .result-meta {
    font-size: 0.938em;
  }
}
.search-results .search-content .result-meta span {
  display: inline-block;
  margin: 0 0.25em;
}
.search-results .search-content p {
  font-size: 1.125em;
}
.search-results .search-content .entry-summary {
  margin-top: 0.5em;
}
@media (min-width: 1000px) {
  .search-results .search-content {
    float: left;
    width: 60%;
    padding-left: 1.5em;
  }
}
.search-results .search-featured {
  position: relative;
  margin: 0;
  display: inline-block;
  border: 0.0625em solid rgb(229.5, 229.5, 229.5);
}
.search-results .search-featured a {
  display: block;
}
.search-results .search-featured img {
  display: block;
  margin: 0;
}
.search-results .search-featured .result-label {
  background: #d12a2f;
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  color: white;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 0 0.75rem;
  padding-left: 2rem;
  line-height: 2;
}
.search-results .search-featured .result-label.watch {
  padding-left: 1.8rem;
}
.search-results .search-featured .result-label svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 1rem;
  width: 1rem;
  vertical-align: top;
  fill: white;
  left: 0.5em;
}
@media (min-width: 1000px) {
  .search-results .search-featured {
    float: left;
    width: 40%;
  }
}
.search-results .entry-footer {
  clear: both;
}
.search-results .numbered-pagination {
  border-top: 0.0625em solid rgb(229.5, 229.5, 229.5);
  padding-top: 1.5em;
  margin-bottom: 8.28125em;
}

.numbered-pagination .page-numbers {
  display: inline-block;
  padding: 0.25em 0.5em;
}
.numbered-pagination .page-numbers:not(:last-of-type) {
  margin-right: 0.25em;
}

.newsletter-overlay {
  display: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10003;
  display: none;
}
.newsletter-overlay .newsletter-bg {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.newsletter-overlay .form-area-wrapper {
  display: flex;
  height: 83%;
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .form-area-wrapper {
    height: 96%;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .form-area-wrapper {
    height: 97%;
  }
}
.newsletter-overlay.showme {
  display: block;
}
.newsletter-overlay.active .newsletter-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.newsletter-overlay.active .general-modal {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.newsletter-overlay.active .newsletter-field {
  bottom: 50%;
}
.newsletter-overlay.active .newsletter-msg {
  bottom: 0;
  height: 50%;
}
.newsletter-overlay .general-modal {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  overflow: visible !important;
  text-align: left;
  background: #000000;
}
@media screen and (min-width: 908px) {
  .newsletter-overlay .general-modal {
    width: 900px;
    height: 565px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal {
    /* 501 - 900 */
    height: 670px;
    width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal {
    /* - 500 */
    height: 640px;
    max-width: 350px;
    width: 90%;
  }
}
.newsletter-overlay .general-modal .newsletter-bg {
  /* display: none; */
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/newsletter_modal/MPT_Modal_Grantchester_mobile_background.jpg);
  z-index: -1;
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal .newsletter-bg {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .newsletter-bg {
    display: block;
    background-position-x: -13px;
  }
}
@media screen and (min-width: 908px) {
  .newsletter-overlay .general-modal .newsletter-bg {
    background-image: url(../../images/newsletter_modal/MPT_Modal_Grantchester_desktop_background.jpg);
  }
}
.newsletter-overlay .general-modal .form-area {
  align-self: flex-end;
  width: 350px;
  padding: 20px 20px 5px 20px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 908px) {
  .newsletter-overlay .general-modal .form-area {
    width: 365px;
    margin: 20px 0 50px auto;
    padding-top: 20px;
  }
}
.newsletter-overlay .general-modal .form-area .text {
  width: 320px;
  margin: 0 auto 1.3em 3px;
  max-width: 320px;
  text-align: center;
}
@media screen and (min-width: 908px) {
  .newsletter-overlay .general-modal .form-area .text {
    width: 307px;
    margin: 2px auto 2em auto;
    max-width: 335px;
    padding: 0;
  }
}
.newsletter-overlay .general-modal .form-area .text p {
  color: #fff;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0.7em 0px 0px 0px;
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal .form-area .text p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .form-area .text p {
    font-size: 15px;
    line-height: 21px;
  }
}
.newsletter-overlay .general-modal .form-area .title .title-1 {
  text-transform: uppercase;
  margin: 0;
}
.newsletter-overlay .general-modal .form-area .title .title-2 {
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .form-area .title {
    margin-bottom: 3.7em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal .form-area .title {
    margin-bottom: 4.5em;
  }
}
@media screen and (min-width: 908px) {
  .newsletter-overlay .general-modal .form-area .title {
    margin-bottom: 5.5em;
  }
}
.newsletter-overlay .general-modal .form-area .form-wrapper {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  /* override other global columns spacing with different break points */
}
.newsletter-overlay .general-modal .form-area .form-wrapper .columns {
  margin-bottom: 10px;
}
.newsletter-overlay .general-modal .form-area .form-wrapper input {
  margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .form-area .form-wrapper input {
    height: 44px;
  }
}
.newsletter-overlay .general-modal .form-area .form-wrapper form {
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .form-area .form-wrapper form {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal .form-area .form-wrapper form {
    margin-bottom: 0px;
  }
}
.newsletter-overlay .general-modal .form-area .form-wrapper form #signup-email {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #333;
  font-weight: 400;
}
.newsletter-overlay .general-modal .form-area .form-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
  font-style: italic;
  color: #666;
  text-transform: capitalize;
}
.newsletter-overlay .general-modal .form-area .form-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
  font-style: italic;
  color: #666;
  text-transform: capitalize;
}
.newsletter-overlay .general-modal .form-area .form-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
  font-style: italic;
  color: #666;
  text-transform: capitalize;
}
.newsletter-overlay .general-modal .form-area .form-wrapper :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
  font-style: italic;
  color: #666;
  text-transform: capitalize;
}
.newsletter-overlay .general-modal .form-area .form-wrapper .zip-code {
  width: 40%;
  border: 1px solid #666;
}
.newsletter-overlay .general-modal .form-area .form-wrapper .submit-button {
  width: 35%;
  margin-left: 10px;
}
.newsletter-overlay .general-modal .form-area .form-wrapper .submit-button input {
  background-color: #ffcb3b;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  transition: background-color 500ms;
  height: 48px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .form-area .form-wrapper .submit-button input {
    height: 44px;
    letter-spacing: normal;
    margin-bottom: 5px;
  }
}
.newsletter-overlay .general-modal .form-area .form-wrapper .submit-button input:hover {
  background-color: #4f2f28;
  color: #fff;
}
.newsletter-overlay .general-modal .form-area .cancel {
  font-weight: 700;
  font-size: 15px;
  padding: 0 0 10px 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal .form-area .cancel {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .form-area .cancel {
    display: none;
  }
}
.newsletter-overlay .general-modal .form-area .cancel .cancel-btn {
  background-size: auto 60%;
  font-size: 12px;
  color: #ffcb3b;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1em;
  width: auto;
  transition: all 0.5s;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, sas-serif;
}
.newsletter-overlay .general-modal .form-area .cancel .cancel-btn:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .newsletter-overlay .general-modal .form-area .cancel .cancel-btn {
    padding-right: 8%;
  }
}
.newsletter-overlay .general-modal.scrollable {
  top: 0;
  left: 0;
  top: unset;
  left: unset;
  position: relative;
  transform: translate(0, 0);
}
.newsletter-overlay .general-modal .overlay-cancel {
  width: fit-content;
  margin-left: auto;
  align-items: center;
  display: flex;
}
.newsletter-overlay .general-modal .overlay-cancel .closed {
  display: block;
  background: transparent url(../../images/btn-close.svg);
  background-size: 100%;
  outline: none;
  width: 23px;
  height: 23px;
  border: none !important;
  margin-top: 0.6rem;
  margin-right: 1rem;
}
.newsletter-overlay .general-modal .overlay-cancel .closed:hover {
  color: #f9cb4d;
}
@media only screen and (max-width: 500px) {
  .newsletter-overlay .general-modal .overlay-cancel .closed {
    width: 13px;
    height: 13px;
    margin-top: 0.4rem;
    margin-right: 0.44rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .newsletter-overlay .general-modal .overlay-cancel .closed {
    width: 13px;
    height: 13px;
    margin-top: 0.4rem;
    margin-right: 0.44rem;
  }
}

body.page-template-page-anniversary-50 {
  /* 
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  #d12a2f
  */
}
body.page-template-page-anniversary-50 .mp50th .mp50th-parent-page {
  text-align: left;
  padding-bottom: 3em;
  background-image: url("/wp-content/themes/masterpiece_s/images/scroll-rule.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
body.page-template-page-anniversary-50 .mp50th .mp50th-parent-page .Xh1 {
  margin-top: 1em;
}
body.page-template-page-anniversary-50 .mp50th .mp50th-parent-page h1 {
  margin-top: 0px;
}
@media (min-width: 750px) {
  body.page-template-page-anniversary-50 .mp50th .mp50th-parent-page h1 {
    margin-top: 0.5em;
  }
}
body.page-template-page-anniversary-50 .mp50th-hosts column.copy {
  background-color: red;
}
body.page-template-page-anniversary-50 .mp50th-hosts h1 {
  margin-top: 0.7em;
}
body.page-template-page-anniversary-50 .mp50th-hosts .row.person-hosts-row {
  margin-bottom: 2em;
}
body.page-template-page-anniversary-50 .mp50th-hosts .person-hosts-row .columns.person-image img {
  width: 100%;
  height: auto;
}
body.page-template-page-anniversary-50 .mp50th .Xmp-fifty-8col {
  padding-bottom: 1.5em;
  background: transparent url("/wp-content/themes/masterpiece_s/images/scroll-rule.svg") 0% 100% no-repeat padding-box;
  text-align: center;
}

/* ARIA ACCORDION */
/**
 * Accordion container element
 */
.ARIAccordion {
  margin: 0;
  padding: 0;
}

/**
 * Accordion Heading
 */
.ARIAccordion__heading {
  font-size: inherit;
  /* margin: -1px 0 0; */
  border-bottom: 3px solid #DFDFDF;
  margin-bottom: 3em;
}

.ARIAccordion__trigger {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  color: #D12A2F;
  position: relative;
  text-align: left;
  cursor: pointer;
  display: block;
  border: 0px transparent;
  box-shadow: none;
  background: none;
  width: 100%;
  margin-bottom: 0px;
}

.ARIAccordion__trigger:before {
  bottom: 0;
  content: "+";
  height: auto;
  margin: auto;
  position: absolute;
  left: 0em;
  top: 0px;
  width: 0;
  font-weight: 700;
  font-size: 2em;
}

.ARIAccordion__trigger[aria-expanded=true] {
  color: #BF1F24;
}

.ARIAccordion__trigger[aria-expanded=true]:before {
  content: "-";
  font-size: 3.3em;
  font-weight: 400;
  top: -5px;
}

.ARIAccordion__trigger:hover, .ARIAccordion__trigger:focus {
  color: #BF1F24;
  box-shadow: none;
}

/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.ARIAccordion__trigger > * {
	pointer-events: none;
}
 */
.ARIAccordion__trigger[aria-disabled=true]:hover {
  /* background-color: #1b75bc; */
  /*color: #fff;*/
  cursor: not-allowed;
}

.ARIAccordion__panel {
  /*background-color: inherit;*/
  max-height: 0vh;
  overflow: hidden;
  padding: 0.001em;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.ARIAccordion__panel h3 {
  color: #515052;
  font-size: 40px;
  font: normal normal bold 40px/33px Playfair Display;
}
.ARIAccordion__panel .bio {
  color: #333333;
}

.ARIAccordion__panel--transition {
  xtransition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}

.ARIAccordion__panel > :last-child {
  margin-bottom: 0;
}

.ARIAccordion__panel[aria-hidden=false] {
  max-height: 100vh;
  overflow: auto;
  /* padding: 1.25em; */
  visibility: visible;
}

.single-cast .cast_heading, .post-type-archive-cast .cast_heading, .cast .cast_heading, .type-cast .cast_heading {
  margin-top: 2.35em;
  text-align: center;
}
.single-cast .cast_heading h1, .post-type-archive-cast .cast_heading h1, .cast .cast_heading h1, .type-cast .cast_heading h1 {
  text-align: center;
}
.single-cast .cast_heading .series-cast-copy, .post-type-archive-cast .cast_heading .series-cast-copy, .cast .cast_heading .series-cast-copy, .type-cast .cast_heading .series-cast-copy {
  text-align: center;
}
@media (max-width: 750px) {
  .single-cast .cast_heading .series-cast-copy, .post-type-archive-cast .cast_heading .series-cast-copy, .cast .cast_heading .series-cast-copy, .type-cast .cast_heading .series-cast-copy {
    padding: 0% 6%;
  }
}
.single-cast .cast_heading .series-cast-copy p, .post-type-archive-cast .cast_heading .series-cast-copy p, .cast .cast_heading .series-cast-copy p, .type-cast .cast_heading .series-cast-copy p {
  margin-left: auto;
  margin-right: auto;
}
.single-cast article.cast section.section-cast .section-cast-column, .post-type-archive-cast article.cast section.section-cast .section-cast-column, .cast article.cast section.section-cast .section-cast-column, .type-cast article.cast section.section-cast .section-cast-column {
  text-align: center;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .cast article.cast section.section-cast .section-cast-column .cast-set-contain, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  display: grid;
  justify-items: stretch;
  align-items: top;
  grid-column-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 750px) {
  .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .cast article.cast section.section-cast .section-cast-column .cast-set-contain, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain {
    min-width: 500px;
    grid-template-columns: repeat(3, 170px);
  }
}
@media (min-width: 1000px) {
  .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .cast article.cast section.section-cast .section-cast-column .cast-set-contain, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain {
    max-width: 772px;
    grid-template-columns: repeat(4, 170px);
  }
}
@media (min-width: 1360px) {
  .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain, .cast article.cast section.section-cast .section-cast-column .cast-set-contain, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain {
    grid-template-columns: repeat(5, 170px);
    max-width: 915px;
  }
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card {
  display: inline-block;
  width: 166px;
  padding: 0em;
  vertical-align: top;
  text-align: center;
  background-color: #efefef;
  margin: 0em 0em 1em 0em;
  /* Larger than phablet */
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
  /* TODO remove widecard */
}
@media only screen and (min-width: 750px) and (max-width: 764px) {
  .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card {
    width: 161px;
  }
}
@media (max-width: 332px) {
  .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card {
    width: 157px;
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card {
  width: 224px;
  padding: 1em 0.5em;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card a.text-link h3.title, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card a.text-link h3.title, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card a.text-link h3.title, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.xwide-card a.text-link h3.title {
  font-size: 15px;
  line-height: 19px;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button {
  /* can be  "<a..." or "<div..." */
  position: relative;
  width: 100%;
  height: auto;
  /*
  border: 6px solid #ffffff;
  border-radius: 50%;
  background-color: #d12a2f;
  box-shadow: 1px 1px 9px 2px rgba(232, 76,  61, .26);
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  */
  margin-left: auto;
  margin-right: auto;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button img.actor-img, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button img.actor-img, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button img.actor-img, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card .pulse-button img.actor-img {
  /* border-radius: 50%; */
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button {
  cursor: pointer;
  /*border: 6px solid #d12a2f; */
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button:hover, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button:hover, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button:hover, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.pulse-button:hover {
  -webkit-animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0em 0.25em 1em 0.25em;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3, .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link .title, .single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3.title, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link .title, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3.title, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link .title, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3.title, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link .title, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card a.text-link h3.title {
  font-size: 16px;
  margin: 3px 0px 0px 0px;
  /* overflow:visible; */
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.selected, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.selected, .cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.selected, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain .card.castmember-card.selected {
  /* 
  background-image: url('../../images/noun_triangle.svg');
  background-repeat: no-repeat;
  background-position: bottom -10px center;
  background-size:auto 26px;
  */
  background-color: #eee;
  margin-bottom: 0em;
}
.single-cast article.cast section.section-cast .section-cast-column .cast-set-contain #selected-cast-copy, .post-type-archive-cast article.cast section.section-cast .section-cast-column .cast-set-contain #selected-cast-copy, .cast article.cast section.section-cast .section-cast-column .cast-set-contain #selected-cast-copy, .type-cast article.cast section.section-cast .section-cast-column .cast-set-contain #selected-cast-copy {
  /* background-color:rgb(246, 246, 246); */
  padding: 1em;
  margin: 0px;
  text-align: left;
  opacity: 0;
  /*
  grid-column-start: 1;
  grid-column-end: span 6;
  grid-row-start: auto;
  grid-row-end: auto;

  grid-column-end: span 5;*/
  grid-column: 1/-1;
  grid-column-gap: 0.5em;
  width: 100%;
  background-color: #eee;
  margin-bottom: 1em;
}

.selected-cast-copy-source {
  display: none;
}

.survey-container {
  max-width: 750px;
}
.survey-container .survey-invite-body {
  display: flex;
  margin: 0 1em;
  margin-bottom: 1em;
}
.survey-container .survey-invite-body .survey-invite {
  flex: 50%;
  font-size: 1.375em;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
}
.survey-container .survey-invite-body #embed-form-button {
  flex: 50%;
  margin: 0;
  margin-left: 1em;
  height: 3.7em;
  line-height: 3.7em;
  background-color: #d12a2f;
}
.survey-container hr {
  height: 1px;
  color: #535353;
}

.survey-overlay {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  display: none;
}
.survey-overlay.absolute {
  position: absolute;
  margin-top: 100px;
}
.survey-overlay .survey-bg {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.survey-overlay.showme {
  display: block;
}
.survey-overlay.active .survey-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.survey-overlay.active .general-modal {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.survey-overlay .general-modal {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: auto;
  width: 650px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  overflow: visible !important;
  text-align: left;
}
@media only screen and (min-width: 501px) and (max-width: 907px) {
  .survey-overlay .general-modal { /* 701 - 900 */
    width: 450px;
    max-width: auto;
  }
}
@media only screen and (max-width: 500px) {
  .survey-overlay .general-modal { /* - 500 */
    max-width: 350px;
    width: 90%;
  }
}
.survey-overlay .general-modal .survey-top {
  background-color: #DFDFDF;
  height: 40px;
  margin-top: -40px;
}
@media (max-width: 500px) {
  .survey-overlay .general-modal .survey-top {
    margin-top: 0;
  }
}
.survey-overlay .general-modal .survey-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  text-align: left;
  position: relative;
  float: none;
  height: auto;
  transition: none;
  margin: 0px;
  background-color: white;
}
.survey-overlay .general-modal .survey-wrapper iframe {
  max-height: 550px;
}
.survey-overlay .general-modal.scrollable {
  top: 0;
  left: 0;
  top: unset;
  left: unset;
  position: relative;
  transform: translate(0, 0);
}
.survey-overlay .general-modal .survey-cancel .closed {
  display: block;
  background: transparent url(../../images/btn-close.svg);
  background-size: 100%;
  filter: invert(100%);
  outline: none;
  width: 20px;
  height: 20px;
  border: none !important;
  position: absolute;
  right: 15px;
  top: -30px;
}
@media (max-width: 500px) {
  .survey-overlay .general-modal .survey-cancel .closed {
    top: 10px;
  }
}

#content ::selection {
  background: #d12a2f;
  color: #fff;
}

#content.site-content {
  clear: both;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes page-curl {
  from {
    border-width: 0 0 0 0;
  }
  to {
    border-width: 30px 30px 0 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container {
  max-width: none;
}
.container.site-main {
  margin-top: 1.5em;
}
@media (min-width: 750px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 85.625em;
  }
}
@media (min-width: 750px) {
  .container .columns.eight {
    width: 53%;
  }
}
@media (min-width: 1000px) {
  .container .columns.eight {
    width: 65.3333333333%;
  }
}

iframe {
  border: 0;
}

.fca_qc_quiz_div {
  transition: all 0.5s;
}

@media (min-width: 1000px) {
  body:not(.home) .carousel {
    margin-bottom: 5em;
  }
}

@media (min-width: 1000px) {
  body.tax-series .carousel {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  body.page-template-page-anniversary-50 .carousel {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  body.page-id-317 .select-options {
    position: absolute !important;
    column-count: 2 !important;
    width: 200.7% !important;
  }
}

figure:not(.search-featured) {
  margin: 0;
}
figure:not(.search-featured) figcaption {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-style: italic;
  font-weight: 700;
}
figure:not(.search-featured) cite {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #8d8d8d;
  font-weight: 700;
}
@media (min-width: 1000px) {
  figure:not(.search-featured) {
    width: 60%;
    max-width: 685px;
  }
}
@media (min-width: 1000px) {
  figure:not(.search-featured) {
    width: initial !important;
    max-width: initial !important;
  }
}
@media (min-width: 1000px) {
  figure:not(.search-featured) {
    width: initial !important;
    max-width: initial !important;
  }
}
figure:not(.search-featured) > * {
  max-width: 100%;
}
figure:not(.search-featured) .wp-caption-text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-style: italic;
  font-weight: 700;
}
figure:not(.search-featured).alignnone {
  margin: 2em 0;
}

.eight.card-details {
  margin-left: 2%;
}
.eight.card-details .card-overline {
  display: inline-block;
  margin-bottom: 0.25em;
}
.eight.card-details .title {
  margin-bottom: 0.25em;
}

.menu-subpage-menu-container,
.subpage-nav {
  clear: both;
  position: relative;
  background-color: #000;
}
.menu-subpage-menu-container:before, .menu-subpage-menu-container:after,
.subpage-nav:before,
.subpage-nav:after {
  content: " ";
  display: table;
}
.menu-subpage-menu-container:after,
.subpage-nav:after {
  clear: both;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container,
  .subpage-nav {
    background-color: #333333;
  }
}
.menu-subpage-menu-container .series-title,
.subpage-nav .series-title {
  color: #fff;
  width: 80%;
  float: left;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 2.5em;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container .series-title,
  .subpage-nav .series-title {
    line-height: 3em;
    width: auto;
  }
  .menu-subpage-menu-container .series-title.current a,
  .subpage-nav .series-title.current a {
    border-bottom-color: #ebb32c;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    text-decoration: none;
  }
}
.menu-subpage-menu-container .series-title a,
.subpage-nav .series-title a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0.85em 0 0.85em;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  transition: all 0.5s;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container .series-title a,
  .subpage-nav .series-title a {
    margin: 0 0.07em;
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    display: block;
  }
  .menu-subpage-menu-container .series-title a:hover,
  .subpage-nav .series-title a:hover {
    border-bottom-color: #ebb32c;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .menu-subpage-menu-container .series-title a,
  .subpage-nav .series-title a {
    margin: 0 0.2em;
  }
}
.menu-subpage-menu-container .burger,
.subpage-nav .burger {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  float: right;
  box-shadow: none;
  border: none;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container .burger,
  .subpage-nav .burger {
    display: none;
  }
}
.menu-subpage-menu-container .burger.open, .menu-subpage-menu-container .burger:active, .menu-subpage-menu-container .burger:focus,
.subpage-nav .burger.open,
.subpage-nav .burger:active,
.subpage-nav .burger:focus {
  background-color: #000;
}
.menu-subpage-menu-container #secondary-menu,
.subpage-nav #secondary-menu {
  display: none;
}
.menu-subpage-menu-container .menu,
.subpage-nav .menu {
  background-color: #000;
  float: left;
  margin: 0;
  width: 100%;
  z-index: 10;
  list-style-type: none;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container .menu,
  .subpage-nav .menu {
    background-color: #333333;
    margin-bottom: 0;
    width: auto;
  }
}
.menu-subpage-menu-container .menu li,
.subpage-nav .menu li {
  line-height: 2.5em;
  margin-bottom: 0;
  width: 100%;
  clear: both;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container .menu li,
  .subpage-nav .menu li {
    float: left;
    width: auto;
    clear: none;
    line-height: 3em;
    display: block;
  }
}
.menu-subpage-menu-container .menu li.current a,
.subpage-nav .menu li.current a {
  border-bottom-color: #ebb32c;
  border-bottom-width: 6px;
  text-decoration: none;
}
.menu-subpage-menu-container .menu li a,
.subpage-nav .menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 1em;
  line-height: 3em;
  font-size: 1.25em;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  transition: all 0.5s;
}
@media (min-width: 1000px) {
  .menu-subpage-menu-container .menu li a,
  .subpage-nav .menu li a {
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-top-color: #333333;
    border-bottom-color: #333333;
    font-size: 1.25em;
    padding: 5px 0.85em 0 0.85em;
    margin: 0 0.07em;
    display: block;
  }
  .menu-subpage-menu-container .menu li a:hover,
  .subpage-nav .menu li a:hover {
    border-bottom-color: #ebb32c;
    border-bottom-width: 6px;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .menu-subpage-menu-container .menu li a,
  .subpage-nav .menu li a {
    margin: 0 0.2em;
  }
}

@media (max-width: 750px) {
  .subnav-menu-container {
    width: 100%;
    padding: 0;
  }
  .subnav-menu-container .menu-subpage-menu-container {
    width: 100%;
  }
  .subnav-menu-container .menu-subpage-menu-container #subpage-menu #main-menu-span {
    display: flex;
    align-items: center;
  }
  .subnav-menu-container .menu-subpage-menu-container #subpage-menu #main-menu-span .series-title {
    flex: 1;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0.85em;
  }
  .subnav-menu-container .menu-subpage-menu-container #subpage-menu #main-menu-span .series-title a {
    padding: 0;
  }
  .subnav-menu-container .menu-subpage-menu-container #secondary-menu li {
    font-size: 0.9em;
  }
  .subnav-menu-container .menu-subpage-menu-container #secondary-menu li a {
    line-height: 2.4em;
  }
}

.scrolling #masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.listy-block {
  height: 3.125em;
}
.listy-block:before, .listy-block:after {
  content: " ";
  display: table;
}
.listy-block:after {
  clear: both;
}
.listy-block .label {
  float: left;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75em;
  color: #fff;
  line-height: 3.125em;
  margin: 0 1em 0 0;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .listy-block .label {
    font-size: 0.9em;
    line-height: 3.75em;
  }
}
.listy-block a {
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .listy-block a:hover {
    color: #ebb32c;
  }
}
.listy-block a img {
  height: 100%;
  width: auto;
}
.listy-block .label {
  color: #fff;
  float: left;
  line-height: 4em;
}
.listy-block.social-block {
  display: none;
  float: left;
}
@media (min-width: 750px) {
  .listy-block.social-block {
    display: block;
  }
}
.listy-block.social-block .label strong,
.listy-block.social-block .label a {
  display: none;
  float: left;
  height: 3.125em;
  text-indent: 0;
}
@media (min-width: 1000px) {
  .listy-block.social-block .label a {
    display: inline-block;
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .listy-block.social-block .label strong {
    display: inline-block;
  }
}
.listy-block.social-block a {
  margin: 0.65em 0.25em;
}
@media (min-width: 1000px) {
  .listy-block.social-block a {
    margin: 0.938em 0.25em;
  }
}
.listy-block.social-block a img {
  height: 1.875em;
  width: 1.875em;
}
.listy-block.sponsoring-block {
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .listy-block.sponsoring-block {
    float: right;
    margin: 0;
  }
}
.listy-block.sponsoring-block .label {
  margin: 0;
}
.listy-block.sponsoring-block .tracker {
  position: absolute;
  top: -9999rem;
  z-index: 0;
}
.listy-block.sponsoring-block .sponsoring img {
  display: block;
  height: 2rem;
  margin: 0.5em 0 0.5em 1em;
  width: auto;
}
@media (min-width: 1000px) {
  .listy-block.sponsoring-block .sponsoring img {
    height: 2.5rem;
    margin: 0.65em 0 0.65em 1em;
  }
}
.listy-block.sponsoring-block .sponsoring img.ad-img {
  height: 1px !important;
  width: 1px !important;
  max-height: none;
  margin: 0;
}
.listy-block.more-ways {
  display: inline-block;
  margin: 0 auto;
  max-width: auto;
}
.listy-block.more-ways .label {
  display: none;
}
@media (min-width: 750px) {
  .listy-block.more-ways .label {
    display: inline-block;
    line-height: 4.3em;
  }
}
.listy-block.more-ways a {
  display: inline-block;
  height: 3.7em;
  margin: 0;
  padding: 1em 0.5em;
  text-indent: 0;
}
@media (min-width: 750px) {
  .listy-block.more-ways a {
    padding: 1em 0.6em;
    height: 3.75em;
    line-height: 3.75em;
  }
}
@media (min-width: 1200px) {
  .listy-block.more-ways a {
    padding: 1em 1em;
  }
}
.listy-block.more-ways a img {
  display: block;
}

.media-container {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.media-container .thumb-container {
  position: absolute;
  top: 0;
  height: auto;
  opacity: 100%;
  transition: all 0.7s;
}
.media-container .thumb-container.activation {
  opacity: 0%;
}
.media-container .thumb-container .video-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 120px;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.media-container .thumb-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-image: url(../../images/play-head.svg);
  background-color: rgba(0, 0, 0, 0.25);
  background-position: 55% center;
  background-repeat: no-repeat;
  box-shadow: none;
  border: 4px solid #fff;
  position: absolute;
  background-size: auto 60%;
  z-index: 5;
  width: 7em;
  height: 7em;
  border: 0.25em solid #fff;
}
@media (min-width: 1000px) {
  .media-container .thumb-container .play-icon {
    width: 15em;
    height: 15em;
    border: 0.5em solid #fff;
  }
}
.media-container .thumb-container img {
  max-width: none;
  width: 100%;
}
.media-container .player-container {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.media-container .player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.episode-info {
  margin-bottom: 1.25em;
}
.episode-info li {
  font-size: 0.875em;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .episode-info li {
    font-size: 1.25em;
  }
}

.episode-prev-next {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  min-height: 150px;
  padding-top: 10px;
}
@media (max-width: 450px) {
  .episode-prev-next {
    min-height: 135px;
  }
}
.episode-prev-next .wrapper {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  width: 95%;
  padding: 0;
}
.episode-prev-next span.overline {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.episode-prev-next span.season {
  color: #525252;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.episode-prev-next span.duration {
  color: #525252;
  font-size: 14px;
}
.episode-prev-next span.title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
.episode-prev-next .thumbnail {
  margin: 10px 0;
  display: block;
}
@media (max-width: 450px) {
  .episode-prev-next .thumbnail {
    max-width: 100px;
    height: auto;
  }
}
.episode-prev-next .info {
  padding-top: 25px;
}
.episode-prev-next .previous a img, .episode-prev-next .next a img {
  /* max-width:160px; */
  width: 100%;
}
.episode-prev-next .previous a .info, .episode-prev-next .next a .info {
  min-width: 100px;
  padding-top: 1.5em;
}
.episode-prev-next .previous span.overline, .episode-prev-next .next span.overline {
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 65% center;
}
.episode-prev-next .previous {
  position: absolute;
  left: 0;
  min-width: 50%;
}
.episode-prev-next .previous a {
  display: grid;
  grid-template-columns: 70px 200px 100px;
  /*grid-template-columns: 19% 170px 32%;*/
  grid-gap: 17px;
}
.episode-prev-next .previous a span.overline {
  background-image: url(../../images/arrow-gray-left.svg);
}
.episode-prev-next .previous a.no-previous-content span.overline {
  min-height: 130px;
}
.episode-prev-next .previous a.no-previous-content .thumbnail {
  margin-top: 22%;
  color: #000;
}
@media (max-width: 769px) {
  .episode-prev-next .previous a {
    grid-template-columns: 70px 130px 100px;
  }
  .episode-prev-next .previous a img {
    max-width: 130px;
  }
  .episode-prev-next .previous a .info {
    padding-top: 0.5em;
  }
  .episode-prev-next .previous a.no-previous-content span.overline {
    min-height: 88px;
  }
  .episode-prev-next .previous a.no-previous-content .thumbnail {
    margin-top: 22%;
    color: #525252;
  }
}
@media (max-width: 703px) {
  .episode-prev-next .previous a img {
    display: none;
  }
  .episode-prev-next .previous a span.overline {
    background-size: 40px 40px;
  }
  .episode-prev-next .previous a.no-previous-content span.overline {
    min-height: 88px;
  }
  .episode-prev-next .previous a.no-previous-content .thumbnail {
    margin-top: 22%;
  }
}
@media (max-width: 600px) {
  .episode-prev-next .previous a.no-previous-content span.overline {
    min-height: 0px;
    background-position: top center;
  }
  .episode-prev-next .previous a.no-previous-content .thumbnail {
    margin-top: 0;
  }
}
.episode-prev-next .next {
  position: absolute;
  right: 0;
  min-width: 50%;
}
.episode-prev-next .next a {
  display: grid;
  /*grid-template-columns: 200px 100px 75px;*/
  grid-template-columns: auto 200px 100px 60px;
  /* grid-template-columns: 60% 20% 15%; */
  grid-gap: 17px;
  margin-right: 0px;
}
.episode-prev-next .next a img {
  margin-right: 0;
  margin-left: auto;
}
.episode-prev-next .next a span.overline {
  background-image: url(../../images/arrow-gray-right.svg);
  background-position: 65% left;
}
@media (max-width: 769px) {
  .episode-prev-next .next a {
    grid-template-columns: auto 130px 100px 60px;
  }
  .episode-prev-next .next a img {
    max-width: 130px;
  }
  .episode-prev-next .next a .info {
    padding-top: 0.5em;
  }
}
@media (max-width: 703px) {
  .episode-prev-next .next a {
    grid-template-columns: auto 100px 60px;
  }
  .episode-prev-next .next a img {
    display: none;
  }
  .episode-prev-next .next a span.overline {
    background-size: 40px 40px;
  }
}
.episode-prev-next .next .thumbnail {
  float: right;
}

.subpage-header {
  padding: 2em 0;
}
.subpage-header .header-info {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1.125em;
}
.subpage-header .header-info li h5 {
  margin: 0;
}

.buy-video-list li {
  float: left;
  margin-right: 1em;
}
.buy-video-list li a {
  display: block;
}
.buy-video-list li a img {
  height: 30px;
  width: auto;
}

.card {
  text-align: left;
  margin-bottom: 3em;
  position: relative;
}
@media (max-width: 750px) {
  .card {
    margin-bottom: 1em;
  }
}
.card.extended {
  margin-left: 0;
  clear: both;
}
.card .overline a {
  display: inline-block;
}
.card .title a:hover {
  text-decoration: underline;
  color: #ad1119;
}
.card.podcast h3 {
  font-size: 22px;
}
.card.podcast a .thumb {
  width: 32%;
  float: left;
  margin-right: 5%;
  padding-bottom: 17.25%;
}
@media (max-width: 600px) {
  .card.podcast a .thumb {
    width: 100%;
    float: none;
    padding-bottom: 56.25%;
  }
}
.card.podcast .info {
  position: relative;
  float: left;
  width: 58%;
}
.card.podcast .info .overline .type {
  margin-left: 8px;
  vertical-align: top;
}
@media (max-width: 600px) {
  .card.podcast .info {
    width: 100%;
  }
}
.card.podcast.columns {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .card.podcast.columns {
    width: 100%;
  }
}
.card a {
  display: block;
  padding: 0;
  position: relative;
  transition: all 1s;
}
@media (min-width: 750px) {
  .card a:hover .thumb {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  }
  .card a:hover .thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
.card a .thumb {
  margin-bottom: 0.5em;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  transition: all 2s;
}
.card a .thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: auto;
  margin: 0;
  max-width: none;
  width: 100%;
  transition: all 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.card a .overline {
  margin: 0;
}
.card a .type-overlay {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  background: #d12a2f;
  text-transform: uppercase;
  padding: 4px 6px;
  font-size: 11px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  z-index: 2;
}
.card a .type-overlay:before {
  content: "";
  background: url(../../images/play-head.svg) no-repeat;
  height: 12px;
  width: 5px;
  margin: 4px 5px 0 0;
  display: block;
  background-size: contain;
  float: left;
}
.card a .type-overlay.no-overlay:before {
  display: none;
}
.card .entry-meta {
  margin: 0;
}
.card .entry-meta strong {
  color: #d12a2f;
}
.card .icon {
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin: 7px 10px 0 0;
}

.card-details {
  margin-bottom: 4em;
}
@media (min-width: 1000px) {
  .card-details {
    margin-bottom: 2em;
  }
}
.card-details .description {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.card-details .premiere {
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 6px;
  margin-left: 10px;
  font-size: 11px;
  margin-top: 2px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  vertical-align: top;
  font-weight: 700;
  z-index: 2;
}
.card-details .premiere.new {
  background: #d12a2f;
  color: #fff;
}
.card-details .premiere.encore {
  background: rgb(229.5, 229.5, 229.5);
  color: #666666;
}
.card-details .icon {
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin: 7px 10px 0 0;
}
.card-details a:hover h3,
.card-details a:hover h3 span {
  color: #ad1119;
  text-decoration: underline;
}

.more-from-pbs {
  margin-bottom: 3.75em;
}
.more-from-pbs .card a:hover .thumb {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
}
.more-from-pbs .card a:hover .thumb img {
  top: 0%;
  left: 0%;
  width: 100%;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 30px;
  width: 30px;
  text-indent: -9999em;
  position: absolute;
  top: 30%;
  z-index: 2;
}
@media (min-width: 750px) {
  .owl-controls .owl-prev,
  .owl-controls .owl-next {
    height: 50px;
    width: 50px;
    top: 40%;
  }
}
@media (min-width: 1000px) {
  .owl-controls .owl-prev,
  .owl-controls .owl-next {
    height: 70px;
    width: 70px;
  }
}
.owl-controls .owl-prev {
  background-image: url(../../images/arrow-yellow-left.svg);
  left: 5%;
}
.owl-controls .owl-next {
  background-image: url(../../images/arrow-yellow-right.svg);
  right: 5%;
}

.owl-carousel .owl-stage-outer {
  height: auto !important;
  /* degug background-color:pink; */
}
.owl-carousel .owl-item {
  display: none;
}
.owl-carousel .owl-item:nth-child(1) {
  display: block;
}
.owl-carousel .owl-item:last-child {
  margin-right: 0 !important;
}
.owl-carousel.owl-loaded .owl-item {
  display: block;
}
.owl-carousel .figure-image {
  background-color: #333;
  margin: 0;
}
.owl-carousel .figure-image:before, .owl-carousel .figure-image:after {
  content: " ";
  display: table;
}
.owl-carousel .figure-image:after {
  clear: both;
}
.owl-carousel .figure-image .figure-caption {
  margin: 0;
  padding: 2rem 0;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  width: 90%;
}
.owl-carousel .figure-image .figure-caption:before, .owl-carousel .figure-image .figure-caption:after {
  content: " ";
  display: table;
}
.owl-carousel .figure-image .figure-caption:after {
  clear: both;
}
.owl-carousel .figure-image .figure-caption .owl-counter {
  color: #fff;
  float: right;
  margin: 0;
}
@media (min-width: 1000px) {
  .owl-carousel .figure-image .figure-caption {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .owl-carousel .figure-image .figure-caption {
    width: 80%;
  }
}
.owl-carousel .figure-image .figure-caption .owl-counter {
  color: #fff;
  float: right;
  margin: 0;
}
.owl-carousel .figure-image .figure-caption .owl-caption {
  color: #fff;
  margin: 0;
}
.owl-carousel .figure-image .figure-caption .owl-description {
  margin-left: 0 !important;
}

.podcast-descripton.podcasts {
  background-color: white;
  min-height: 300px;
  padding-top: 20px;
  margin-left: -1px;
}
@media (min-width: 750px) {
  .podcast-descripton.podcasts {
    margin-top: 5px;
  }
}

.hero-carousel,
.feature-slide {
  display: block;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.hero-carousel .card,
.feature-slide .card {
  padding: 1em;
}
@media (min-width: 750px) {
  .hero-carousel .card,
  .feature-slide .card {
    position: absolute;
    bottom: 0%;
    left: 5%;
    width: 70%;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .hero-carousel .card,
  .feature-slide .card {
    width: 50%;
  }
}
.hero-carousel .card .card-overline,
.hero-carousel .card .card-title,
.hero-carousel .card .card-copy,
.feature-slide .card .card-overline,
.feature-slide .card .card-title,
.feature-slide .card .card-copy {
  margin: 0;
}
.hero-carousel .card .card-icon,
.feature-slide .card .card-icon {
  height: auto;
  width: 2.375em;
}
@media (min-width: 750px) {
  .hero-carousel .card .card-overline,
  .feature-slide .card .card-overline {
    color: #ebb32c;
    text-transform: uppercase;
  }
}
@media (min-width: 750px) {
  .hero-carousel .card .card-title,
  .feature-slide .card .card-title {
    color: #fff;
    font-size: 2.813em;
    text-shadow: 0 1px 1px #333333;
  }
}
@media (min-width: 1200px) {
  .hero-carousel .card .card-title,
  .feature-slide .card .card-title {
    font-size: 3.438em;
  }
}
@media (min-width: 750px) {
  .hero-carousel .card .card-copy,
  .feature-slide .card .card-copy {
    color: #fff;
  }
}
@media (min-width: 1000px) {
  .hero-carousel .card .card-copy,
  .feature-slide .card .card-copy {
    font-size: 1.563em;
  }
}
.hero-carousel .card .button,
.feature-slide .card .button {
  display: inline-block;
  color: #fff;
  font-size: 0.75em;
  line-height: 3.2em;
  margin: 1em 0 0;
  padding: 0 1.5em;
  width: auto;
}
.hero-carousel .card .button:hover,
.feature-slide .card .button:hover {
  background-color: #ad1119;
}
.hero-carousel .owl-item.cloned.active .hero-image img.lazyload, .hero-carousel .owl-item.cloned.active .hero-image img.lazyloading,
.feature-slide .owl-item.cloned.active .hero-image img.lazyload,
.feature-slide .owl-item.cloned.active .hero-image img.lazyloading {
  opacity: 1;
}
.hero-carousel .owl-slide,
.feature-slide .owl-slide {
  overflow: hidden;
  position: relative;
  display: none;
}
@media (min-width: 750px) {
  .hero-carousel .owl-slide,
  .feature-slide .owl-slide {
    padding-bottom: 56%;
  }
}
.hero-carousel .owl-slide:nth-child(1),
.feature-slide .owl-slide:nth-child(1) {
  display: block;
}
.hero-carousel .owl-slide:after,
.feature-slide .owl-slide:after {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 750px) {
  .hero-carousel .owl-slide:after,
  .feature-slide .owl-slide:after {
    display: block;
  }
}
.hero-carousel .owl-slide img,
.feature-slide .owl-slide img {
  height: auto;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 750px) {
  .hero-carousel .owl-slide img,
  .feature-slide .owl-slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.hero-carousel .owl-prev,
.hero-carousel .owl-next,
.feature-slide .owl-prev,
.feature-slide .owl-next {
  background-size: auto 95%;
  transition: all 1s;
}
.hero-carousel .owl-prev:hover,
.hero-carousel .owl-next:hover,
.feature-slide .owl-prev:hover,
.feature-slide .owl-next:hover {
  background-size: auto 100%;
}
.hero-carousel .owl-prev,
.feature-slide .owl-prev {
  background-image: url(../../images/arrow-white-left-sm.svg);
  left: 1%;
}
.hero-carousel .owl-next,
.feature-slide .owl-next {
  background-image: url(../../images/arrow-white-right-sm.svg);
  right: 1%;
}

article > .media-container {
  background-color: #222222;
  background-image: url(../../images/bg-interior-hero.png);
  background-attachment: scroll;
}

.image-constrain {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.hero-carousel-section {
  background-color: #fff;
}
.hero-carousel-section.podcasts {
  margin-bottom: 0 !important;
}
@media (min-width: 1000px) {
  .hero-carousel-section {
    background-color: #1e1e1e;
  }
}

.page_carousel_module {
  background-color: white;
}
.page_carousel_module .owl-controls .owl-prev,
.page_carousel_module .owl-controls .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 50px;
  width: 50px;
  text-indent: -9999em;
  position: absolute;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1000px) {
  .page_carousel_module .owl-controls .owl-prev,
  .page_carousel_module .owl-controls .owl-next {
    top: 20%;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 996px) {
  .page_carousel_module .owl-controls .owl-prev,
  .page_carousel_module .owl-controls .owl-next {
    top: 13%;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 750px) {
  .page_carousel_module .owl-controls .owl-prev,
  .page_carousel_module .owl-controls .owl-next {
    top: 20%;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 600px) {
  .page_carousel_module .owl-controls .owl-prev,
  .page_carousel_module .owl-controls .owl-next {
    top: 15%;
    height: 50px;
    width: 50px;
  }
}
.page_carousel_module .owl-item .podcast-carousel-wrapper {
  background-color: white;
}
.page_carousel_module .owl-slide {
  padding: initial;
}
.page_carousel_module .owl-slide img {
  position: initial;
  top: initial;
  left: initial;
  z-index: inherit;
}
.page_carousel_module .owl-slide:after {
  display: none !important;
}
@media (min-width: 750px) {
  .page_carousel_module .card {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .page_carousel_module .card a p {
    color: #d12a2f !important;
  }
}

.shop-bar {
  background-color: #333333;
  height: 3.75em;
  text-align: center;
}

.big-news {
  background: #fbb140 url(../../images/bg-fan-yellow.png) repeat 0 0;
  background-attachment: fixed;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 1000px) {
  .big-news {
    margin: 5em 0;
  }
}
.big-news.white .big-news-header,
.big-news.white .big-news-copy,
.big-news.white .big-news-label {
  color: #fff;
}
.big-news.floral.light {
  background-image: url(../../images/bg-floral-white.png);
}
.big-news.floral.dark {
  background-image: url(../../images/bg-floral-black.png);
}
.big-news.roses.light {
  background-image: url(../../images/bg-roses-white.png);
}
.big-news.roses.dark {
  background-image: url(../../images/bg-roses-black.png);
}
.big-news.leaves.light {
  background-image: url(../../images/bg-leaves-white.png);
  background-size: 30%;
}
.big-news.leaves.dark {
  background-image: url(../../images/bg-leaves-black.png);
}
.big-news .custom_image {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .big-news .custom_image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .big-news .custom_image {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.big-news .big-news-header {
  color: #000;
  font-size: 2em;
  font-style: italic;
  margin-bottom: 0.5em;
  display: block;
  clear: none;
  width: auto;
}
@media (min-width: 1000px) {
  .big-news .big-news-header {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  .big-news .big-news-header {
    font-size: 3.438em;
    margin-bottom: 0;
  }
}
.big-news .big-news-copy {
  color: #000;
  margin-bottom: 1em;
  display: block;
  clear: none;
  width: auto;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .big-news .big-news-copy {
    font-size: 1.25em;
  }
}
.big-news .big-news-label {
  color: #000;
}
.big-news .newsletter-signup {
  padding-top: 0;
}
@media (min-width: 750px) {
  .big-news .newsletter-signup {
    padding-top: 15%;
  }
}
@media (min-width: 1200px) {
  .big-news .newsletter-signup {
    padding-top: 5%;
  }
}
.big-news .newsletter-signup .columns {
  margin-left: 0;
}
.big-news .newsletter-signup .margin-right {
  margin-right: 10px;
}
.big-news .newsletter-signup .clear {
  clear: both;
  margin-top: 10px;
}

.newsletter-signup {
  color: #000;
}
.newsletter-signup .margin-top {
  margin-top: 10px;
}
.newsletter-signup .margin-right {
  margin-right: 10px;
}
.newsletter-signup .clear {
  clear: both;
}
.newsletter-signup .columns {
  margin-left: 0;
}
.newsletter-signup .columns input,
.newsletter-signup .columns textarea,
.newsletter-signup .columns select,
.newsletter-signup .columns fieldset {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .newsletter-signup .columns input,
  .newsletter-signup .columns textarea,
  .newsletter-signup .columns select,
  .newsletter-signup .columns fieldset {
    margin-bottom: 10px;
  }
}
.newsletter-signup .columns input,
.newsletter-signup .columns fieldset {
  font-weight: 700;
}
.newsletter-signup .columns input[type=submit],
.newsletter-signup .columns input[type=reset],
.newsletter-signup .columns input[type=button] {
  float: right;
  height: 3.7em;
  line-height: 3.7em;
  padding: 0;
}

.filteredpost-list.hide-dropdown .filter-group-left {
  display: none;
}
.filteredpost-list.center {
  text-align: center;
}
.filteredpost-list #filter-status {
  text-align: left;
  font-weight: 600;
}
.filteredpost-list #filter-status h6 {
  color: #000;
}
.filteredpost-list .filter-group-left {
  float: none;
  font-size: 1em;
  text-align: left;
  display: block;
  overflow: hidden;
}
.filteredpost-list .filter-group-left > * {
  float: left;
}
@media (min-width: 750px) {
  .filteredpost-list .filter-group-left {
    font-size: 1.3em;
    margin: 0 auto;
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .filteredpost-list .filter-group-left {
    width: auto;
    float: left;
    overflow: visible;
  }
}
.filteredpost-list .filter-group-left .select-styled {
  font-size: 1em;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
@media (min-width: 1000px) {
  .filteredpost-list .filter-group-left .select-styled {
    font-size: 1.07em;
  }
}
.filteredpost-list .filter-group-right {
  float: left;
}
@media (min-width: 750px) {
  .filteredpost-list .filter-group-right {
    float: none;
    margin: 1em auto 0 auto;
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .filteredpost-list .filter-group-right {
    float: right;
    width: auto;
    margin: auto;
  }
}
.filteredpost-list .select {
  width: 100%;
  position: relative;
  border: 1px solid #abadae;
  display: none;
}
@media (min-width: 1000px) {
  .filteredpost-list .select {
    width: 300px;
  }
}
.filteredpost-list .select .select-hidden {
  display: none;
}
.filteredpost-list .select .select-styled {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: inherit;
  padding: 0.2em 0.5em;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 1000px) {
  .filteredpost-list .select .select-styled {
    width: 250px;
    text-overflow: ellipsis;
  }
}
.filteredpost-list .select .select-styled:after {
  content: "";
  background: #d12a2f url(../../images/arrow-white-down.svg) no-repeat center;
  background-size: 60%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 1.9em;
}
.filteredpost-list .select .select-styled.active:after {
  transform: rotateX(180deg);
}
.filteredpost-list .select .select-options {
  border: 1px solid #c6c6c6;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  display: none;
  position: relative;
  top: 100%;
  right: 0;
  width: 100.7%;
  left: -1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  column-count: 1;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .filteredpost-list .select .select-options {
    position: absolute !important;
  }
}
.filteredpost-list .select .select-options li {
  background-color: #fff;
  padding: 0.2em 0.5em;
  margin-bottom: 0;
  border-bottom: #fff;
  cursor: pointer;
  font-weight: 600;
}
.filteredpost-list .select .select-options li:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.filteredpost-list .select .select-options li.disabled {
  cursor: default;
  color: #ccc;
}
.filteredpost-list .title {
  margin: 5px 10px 0 0;
}
.filteredpost-list .title .icon {
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin: 7px 10px 0 0;
}
.filteredpost-list .text-only input {
  width: 0;
}
.filteredpost-list .text-only label {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  float: left;
}
.filteredpost-list .text-only span {
  float: left;
  margin: 0 5px;
}
.filteredpost-list .checkboxes ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.filteredpost-list .checkboxes ul li {
  margin: 10px 2px 10px 0;
  position: relative;
  display: inline-block;
}
@media (min-width: 1000px) {
  .filteredpost-list .checkboxes ul li {
    margin: 0 10px 0 0;
  }
}
.filteredpost-list .checkboxes label {
  display: inline;
  font-weight: 300;
}
.filteredpost-list .checkboxes [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.filteredpost-list .filteredpost-filter .controls {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1000px) {
  .filteredpost-list .filteredpost-filter .controls {
    width: auto;
  }
}
.filteredpost-list .filteredpost-filter .dropdown select {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.filteredpost-list .filteredpost-filter .checkboxes input {
  position: absolute;
  opacity: 0;
}
.filteredpost-list .filteredpost-filter .checkboxes input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.filteredpost-list .filteredpost-filter .checkboxes input + label:before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #abadae;
}
.filteredpost-list .filteredpost-filter .checkboxes input:focus + label:before, .filteredpost-list .filteredpost-filter .checkboxes input:hover + label:before {
  background: #fff;
}
.filteredpost-list .filteredpost-filter .checkboxes input:checked + label:before {
  background: #fff;
}
.filteredpost-list .filteredpost-filter .checkboxes input.disabled + label, .filteredpost-list .filteredpost-filter .checkboxes input[disabled] + label {
  color: #b8b8b8;
}
.filteredpost-list .filteredpost-filter .checkboxes input.disabled + label:before, .filteredpost-list .filteredpost-filter .checkboxes input[disabled] + label:before {
  box-shadow: none;
  background: #ddd;
}
.filteredpost-list .filteredpost-filter .checkboxes input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background: #fff url(../../images/checkmark.svg) no-repeat 90% center;
  width: 20px;
  height: 20px;
}

.series-list {
  display: block;
  margin-bottom: 2em;
}
.series-list:before, .series-list:after {
  content: " ";
  display: table;
}
.series-list:after {
  clear: both;
}
.series-list li {
  border-bottom: 1px solid #efefef;
  float: left;
  margin: 0 1%;
  padding: 1%;
  width: 100%;
}
.series-list li:nth-child(odd) {
  clear: left;
}
@media (min-width: 750px) {
  .series-list li {
    width: 48%;
  }
}
.series-list li p {
  margin-bottom: 0;
}
.series-list li a {
  display: block;
}

.page-template-page-mp-alpha-archive .alpha-sort a {
  font-size: 20px;
  font-family: montserrat;
  font-weight: bold;
  border: 0;
  outline: 0;
  margin: 0 30px 0 0;
  line-height: 25px;
}
.page-template-page-mp-alpha-archive .alpha-sort a:first-child {
  margin-left: 0;
}
.page-template-page-mp-alpha-archive .alpha-sort a.active {
  color: #000;
}
@media (max-width: 420px) {
  .page-template-page-mp-alpha-archive .alpha-sort a.all {
    display: none;
  }
}
.page-template-page-mp-alpha-archive .alpha-display {
  display: block;
  transition: height 1s;
  font-family: montserrat;
}
.page-template-page-mp-alpha-archive .alpha-display.hide {
  display: none;
}
.page-template-page-mp-alpha-archive .alpha-display .sorter {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: 0.5s opacity;
}
@media (max-width: 420px) {
  .page-template-page-mp-alpha-archive .alpha-display .sorter {
    opacity: 1 !important;
    height: auto !important;
  }
}
.page-template-page-mp-alpha-archive .alpha-display .sorter.active {
  height: auto;
  opacity: 1;
}
.page-template-page-mp-alpha-archive .alpha-display .sorter .title {
  border-top: 3px solid #dfdfdf;
  border-bottom: 3px solid #dfdfdf;
  font-size: 20px;
  font-family: montserrat;
  color: #bf1f24;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 15px 0 15px 15px;
}
.page-template-page-mp-alpha-archive .alpha-display .sorter .alpha-list {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  column-count: 3;
  column-fill: auto;
  display: block;
  height: 400px;
}
@media (max-width: 1024px) {
  .page-template-page-mp-alpha-archive .alpha-display .sorter .alpha-list {
    column-count: 1;
    height: auto;
  }
}
.page-template-page-mp-alpha-archive .alpha-display .sorter .alpha-list li {
  margin: 0 0 10px 0;
  font-style: italic;
  font-size: 18px;
}
.page-template-page-mp-alpha-archive .alpha-display .sorter a.top-link {
  font-size: 15px;
  padding: 0 0 15px 15px;
  display: none;
}
@media (max-width: 420px) {
  .page-template-page-mp-alpha-archive .alpha-display .sorter a.top-link {
    display: block;
  }
}

.passport-page h1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../../images/passport_compass_rose.svg) no-repeat 0 0;
}
.passport-page .section-title {
  margin: 80px 0;
}
.passport-page .card .type {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 12;
  background: url(../../images/passport_compass_rose.svg) no-repeat 0 0;
}

@media (min-width: 1000px) {
  .popular-series {
    margin-bottom: 5em;
  }
}
.popular-series .popular-series-list li {
  padding: 0.5em;
}
.popular-series .popular-series-list li a img {
  width: 100%;
  height: auto;
}
.popular-series .popular-series-list .owl-controls .owl-prev {
  left: -4%;
}
.popular-series .popular-series-list .owl-controls .owl-next {
  right: -4%;
}

.series-episode-list:before, .series-episode-list:after {
  content: " ";
  display: table;
}
.series-episode-list:after {
  clear: both;
}
.featured-content {
  text-align: center;
}
.featured-content .featured-header,
.featured-content .episode-header {
  text-align: left;
}

.featured-carousel {
  background-color: rgb(229.5, 229.5, 229.5);
  margin: 2em auto;
  padding: 2em 0;
}
.featured-carousel .card {
  padding: 0 1%;
}
.featured-carousel .owl-controls {
  display: block;
  position: absolute;
  top: 20%;
  width: 111%;
  margin-left: -5.5%;
}
.featured-carousel .owl-controls .owl-prev,
.featured-carousel .owl-controls .owl-next {
  background-size: auto 95%;
  transition: all 1s;
  top: 50%;
}
.featured-carousel .owl-controls .owl-prev {
  background-image: url(../../images/arrow-gray-left.svg);
  left: 1%;
  display: block;
}
.featured-carousel .owl-controls .owl-next {
  background-image: url(../../images/arrow-gray-right.svg);
  right: 1%;
  display: block;
}
.featured-carousel .load-more {
  display: none;
}

.tax-series .featured-content {
  background-color: rgb(229.5, 229.5, 229.5);
  margin: 2em auto;
  padding: 2em 0;
}
.tax-series .featured-content.featured-carousel .load-more {
  display: none;
}
.tax-series #episode-list {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
}

.more-from-pbs {
  text-align: center;
}

.episode-display .episode-header {
  margin-bottom: 0.5em;
}

.series-banner {
  padding: 2em 0;
  background: #a31519 url(../../images/bg-fan-dkcrimson-fade.png) repeat 0 0;
}
.series-banner .row .column,
.series-banner .row .columns {
  text-align: center;
}
@media (min-width: 750px) {
  .series-banner .row .column,
  .series-banner .row .columns {
    height: 90px;
  }
}
@media (min-width: 1000px) {
  .series-banner .row .column,
  .series-banner .row .columns {
    height: 130px;
  }
}
@media (min-width: 750px) {
  .series-banner .row .column.banner-image,
  .series-banner .row .columns.banner-image {
    text-align: right;
  }
}
.series-banner .row .column.banner-image img,
.series-banner .row .columns.banner-image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  height: 260px;
  width: auto;
}
@media (min-width: 750px) {
  .series-banner .row .column.banner-image img,
  .series-banner .row .columns.banner-image img {
    height: 90px;
  }
}
@media (min-width: 1000px) {
  .series-banner .row .column.banner-image img,
  .series-banner .row .columns.banner-image img {
    height: 130px;
  }
}
.series-banner .row .column.banner-logo,
.series-banner .row .columns.banner-logo {
  position: relative;
}
@media (min-width: 750px) {
  .series-banner .row .column.banner-logo,
  .series-banner .row .columns.banner-logo {
    text-align: left;
  }
}
.series-banner .row .column.banner-logo img,
.series-banner .row .columns.banner-logo img {
  position: relative;
  max-height: 50px;
  margin: 1em auto 0;
  width: auto;
}
@media (min-width: 750px) {
  .series-banner .row .column.banner-logo img,
  .series-banner .row .columns.banner-logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    max-height: 90px;
  }
}
@media (min-width: 1000px) {
  .series-banner .row .column.banner-logo img,
  .series-banner .row .columns.banner-logo img {
    max-height: 130px;
  }
}

.schedule-carousel-container {
  background: #333333 url(../../images/bg-damask-charcoal.png) repeat 0 0;
  background-attachment: fixed;
  background-color: #1e1e1e;
  padding: 0 0 2em;
  text-align: center;
}
.schedule-carousel-container:before, .schedule-carousel-container:after {
  content: " ";
  display: table;
}
.schedule-carousel-container:after {
  clear: both;
}
@media (min-width: 1000px) {
  .schedule-carousel-container {
    margin-bottom: 5em;
  }
}
.schedule-carousel-container .button {
  background: #d12a2f url(../../images/arrow-white-right-sm.svg) no-repeat 93% center;
  background-size: auto 30%;
  font-size: 0.75em;
  padding: 10px 3em 10px 2em;
  width: auto;
  transition: all 0.5s;
}
.schedule-carousel-container .button:hover {
  background-color: #ad1119;
  background-position: 95% center;
}
.schedule-carousel-container .owl-prev,
.schedule-carousel-container .owl-next {
  background-size: auto 95%;
  transition: all 1s;
  top: 50%;
}
.schedule-carousel-container .owl-prev:hover,
.schedule-carousel-container .owl-next:hover {
  background-size: auto 100%;
}
.schedule-carousel-container .owl-prev {
  background-image: url(../../images/arrow-white-left-sm.svg);
  left: 1%;
}
.schedule-carousel-container .owl-next {
  background-image: url(../../images/arrow-white-right-sm.svg);
  right: 1%;
}
.schedule-carousel-container .card {
  background-color: #fff;
  position: relative;
}
.schedule-carousel-container .card:after {
  display: none;
}
.schedule-carousel-container .card.alt {
  max-height: 158px !important;
  background-color: #fff;
  overflow: hidden;
}
.schedule-carousel-container .card.alt::after {
  content: "";
  clear: both;
  display: table;
}
.schedule-carousel-container .card.alt a {
  padding: 0;
}
.schedule-carousel-container .card.alt .card-text {
  display: block;
  float: right;
  width: 50%;
  vertical-align: middle;
  top: 79px;
  bottom: auto;
  position: relative;
  height: auto;
  transform: translateY(-50%);
  min-height: 0;
  margin-left: 10px;
}
.schedule-carousel-container .card.alt .thumb {
  padding-bottom: 0;
  display: block;
  min-height: 175px;
  overflow: hidden;
  width: 50%;
  float: left;
}
.schedule-carousel-container .card.alt .thumb img {
  bottom: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: auto;
  left: -45%;
}
.schedule-carousel-container .card a {
  display: block;
  padding: 1em;
  transition: all 1.5s;
}
.schedule-carousel-container .card a:hover .card-title {
  text-decoration: underline;
  color: #ad1119;
}
.schedule-carousel-container .card a .card-text {
  display: block;
}
@media (min-width: 750px) {
  .schedule-carousel-container .card a .card-text {
    min-height: 100px;
  }
}
.schedule-carousel-container .card a .card-overline {
  font-size: 0.9em;
  margin-bottom: 0px;
}
@media (min-width: 750px) {
  .schedule-carousel-container .card a .card-overline {
    font-size: 1em;
    text-decoration: none;
  }
}
.schedule-carousel-container .card a .card-title {
  color: #d12a2f;
  font-size: 1.375em;
  letter-spacing: 0em;
  margin-bottom: 0px;
}
.schedule-carousel-container .card a .card-season-date {
  font-size: 0.813em;
}
.schedule-carousel-container .card a .thumb {
  margin: 0 -1em -1.04em -1em;
  padding-bottom: 73%;
}
@media (min-width: 1000px) {
  .schedule-carousel-container .card a .thumb {
    padding-bottom: 63%;
  }
}
.schedule-carousel-container .card a .thumb img {
  border: 0;
}

.shop {
  margin: 2em 0;
  text-align: center;
}
@media (min-width: 750px) {
  .shop {
    margin: 5em 0;
  }
}
.shop a {
  display: block;
  margin: 0 auto;
}
.shop a img {
  display: block;
  margin: 0 auto;
}

.advertisment-space {
  padding: 2em 0;
  text-align: center;
  position: relative;
}
.advertisment-space.bg-light {
  background: rgb(229.5, 229.5, 229.5) url(../../images/bg-damask-gray.png) repeat 0 0;
  background-attachment: fixed;
}
.advertisment-space.bg-dark {
  background: #333333 url(../../images/bg-damask-charcoal.png) repeat 0 0;
  background-attachment: fixed;
}
.advertisment-space .advertisment {
  margin: 0 auto;
}
.advertisment-space .advertisment.ad-300, .advertisment-space .advertisment.ad-300x100 {
  max-width: 300px;
  width: 300px;
}
.advertisment-space .advertisment.ad-320 {
  max-width: 320px;
  width: 320px;
}
.advertisment-space .advertisment.ad-970 {
  max-width: 970px;
}
.advertisment-space .advertisment.ad-970-90 {
  max-width: 970px;
}
.advertisment-space .advertisment.ad-1400 {
  max-width: 1400px;
}
.advertisment-space .advertisment img {
  height: auto;
  margin: 0.5em 0;
  width: 100%;
}
.advertisment-space .close:after {
  color: #fff;
  display: block;
  content: "";
  background-image: url(../../images/btn-close-ad.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .advertisment-space .close:after {
    width: 30px;
    height: 30px;
  }
}

#top-banner-ad {
  position: relative;
  text-align: center;
}
#top-banner-ad > div {
  display: inline-block;
  text-align: center;
  position: relative;
}
#top-banner-ad > div > div {
  clear: both;
}
#top-banner-ad small.label {
  color: #f2f2f2;
}
#top-banner-ad small.label a:link, #top-banner-ad small.label a:active, #top-banner-ad small.label a:visited {
  color: #f2f2f2;
}

#second-banner-ad {
  padding: 4em 0 5em 0;
  margin: 4em 0;
  background: #dfdfdf url(../../images/bg-damask-gray-light.png) repeat 0 0;
  background-attachment: fixed;
  text-align: center;
}
#second-banner-ad small.label {
  color: rgb(81.6, 81.6, 81.6);
}
#second-banner-ad small.label a:link, #second-banner-ad small.label a:active, #second-banner-ad small.label a:visited {
  color: rgb(81.6, 81.6, 81.6);
}
#second-banner-ad > div {
  display: inline-block;
  text-align: center;
}
#second-banner-ad > div > div {
  clear: both;
}

body.home .advertisment.ad-970 {
  display: block;
}

body:not(.home) .advertisment.ad-970-90 {
  display: block;
}

.podcasts .entry-header,
.post-type-archive-podcasts .entry-header {
  text-align: left;
}
.podcasts .studio-logo,
.post-type-archive-podcasts .studio-logo {
  display: inline-block;
  height: auto;
  margin: 1em auto;
  width: 80%;
}
@media (min-width: 750px) {
  .podcasts .studio-logo,
  .post-type-archive-podcasts .studio-logo {
    float: left;
    margin: 1em 0;
    width: 50%;
  }
}
.podcasts .wp-post-image,
.post-type-archive-podcasts .wp-post-image {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  margin-top: 37px;
}
.podcasts .podcast-media-embed,
.post-type-archive-podcasts .podcast-media-embed {
  margin-bottom: 1em;
  padding: 0;
}
.podcasts .podcast-media-embed iframe,
.post-type-archive-podcasts .podcast-media-embed iframe {
  display: block;
}
.podcasts .podcast-media-embed audio,
.post-type-archive-podcasts .podcast-media-embed audio {
  width: 100%;
  display: block;
  background: #fff;
  color: #333;
}
.podcasts .entry-title,
.post-type-archive-podcasts .entry-title {
  text-align: left;
  margin-bottom: 0.5em;
}
.podcasts .entry-podcast-meta,
.post-type-archive-podcasts .entry-podcast-meta {
  text-align: left;
  margin-bottom: 0.5em;
}
.podcast-content .entry-podcast-warning {
  font-style: italic;
}
.podcast-content .entry-podcast-warning span {
  color: #d12a2f;
  font-weight: bold;
}

.podcastseries-hero {
  margin-top: 37px;
}

.podcast-hero .feature-slide {
  margin-top: 2em;
}
.podcast-hero .page_carousel_module .card {
  padding: 0;
}
@media (max-width: 1000px) {
  .podcast-hero .page_carousel_module .card {
    position: relative;
  }
}
@media (max-width: 750px) {
  .podcast-hero .page_carousel_module .card {
    position: relative;
  }
}
.podcast-hero .card {
  padding: 0;
}
@media (min-width: 750px) {
  .podcast-hero .card {
    position: relative;
  }
}
@media (min-width: 1000px) {
  .podcast-hero .card {
    position: absolute;
    bottom: 0%;
    left: 5%;
    width: 70%;
    z-index: 3;
  }
}
.podcast-hero .card .card-icon {
  display: none;
}
@media (min-width: 750px) {
  .podcast-hero .card .card-icon {
    display: block;
    position: absolute;
    margin-top: -25%;
    z-index: 3;
  }
}
@media (min-width: 1000px) {
  .podcast-hero .card .card-icon {
    position: relative;
  }
}
.podcast-hero .card .card-icon,
.podcast-hero .card .card-overline,
.podcast-hero .card .card-title,
.podcast-hero .card .card-copy {
  margin-bottom: 0.25em;
}
.podcast-hero .card .card-icon {
  margin-bottom: 0.5em;
}
.podcast-hero .card .card-overline {
  color: #666666;
}
@media (min-width: 750px) {
  .podcast-hero .card .card-overline {
    font-size: 1.125em;
  }
}
@media (min-width: 1000px) {
  .podcast-hero .card .card-overline {
    color: #ebb32c;
  }
}
.podcast-hero .card .card-title {
  color: #333333;
  font-size: 2em;
}
@media (min-width: 750px) {
  .podcast-hero .card .card-title {
    text-shadow: 0 0 0 #fff;
  }
}
@media (min-width: 1000px) {
  .podcast-hero .card .card-title {
    color: #fff;
    text-shadow: 0 1px 1px #333333;
  }
}

.podcast-series-single {
  /* too much space below taxonomy page hero
  margin: 60px 0;
  */
  margin: 0px 0px 60px 0px;
  padding: 30px 0 60px 0;
  background: rgb(229.5, 229.5, 229.5);
}
.podcast-series-single .wrapper {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0;
}
.podcast-series-single .podcastseries {
  display: flex;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .podcast-series-single .podcastseries {
    display: block;
  }
}
.podcast-series-single .podcastseries .logo {
  width: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-right: 5%;
  min-height: 250px;
}
@media (max-width: 768px) {
  .podcast-series-single .podcastseries .logo {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
  }
}
.podcast-series-single .podcastseries .copy {
  width: 60%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .podcast-series-single .podcastseries .copy {
    width: 100%;
    margin-bottom: 15px;
  }
}
.podcast-series-single .podcastseries .copy p {
  font-size: 20px;
}

.podcast-series-module {
  margin-bottom: 60px;
  padding: 30px 0 60px;
  background: #333333 url(../../images/bg-damask-charcoal.png) repeat 0 0;
  background-attachment: fixed;
}
.podcast-series-module .section-title {
  color: #fff;
}
.podcast-series-module .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 400px) {
  .podcast-series-module .wrapper {
    display: block;
  }
}
.podcast-series-module .podcastseries {
  background-color: #fff;
  padding: 15px;
  margin: 0 1%;
  flex-direction: column;
  display: flex;
  width: 45%;
}
@media (max-width: 768px) {
  .podcast-series-module .podcastseries {
    display: block;
  }
}
@media (max-width: 400px) {
  .podcast-series-module .podcastseries {
    margin-bottom: 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.podcast-series-module .podcastseries .logo {
  align-self: center;
  margin-bottom: 1em;
  width: 50%;
  margin-right: 5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  min-height: 120px;
}
@media (max-width: 768px) {
  .podcast-series-module .podcastseries .logo {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
  }
}
.podcast-series-module .podcastseries .copy {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .podcast-series-module .podcastseries .copy {
    width: 100%;
    margin-bottom: 15px;
  }
}
.podcast-series-module .podcastseries .copy p {
  font-size: 15px;
}
.podcast-series-module .podcastseries .copy a {
  display: block;
}

.download-studio {
  background: #333333 url(../../images/bg-damask-charcoal.png) repeat 0 0;
  background-attachment: fixed;
  margin: 49px auto;
  max-width: 300px;
  width: 300px;
  padding: 0 0;
  width: 300px;
  text-align: center;
}
.download-studio .label {
  color: rgb(229.5, 229.5, 229.5);
  display: block;
  padding: 1.5em 0;
}
.download-studio .button {
  background-color: #d12a2f;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 210px;
}
@media (min-width: 1000px) {
  .download-studio .button:hover {
    background-color: #ad1119;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  }
}
.download-studio .button img {
  display: block;
  height: 4em;
  width: auto;
  max-width: 150px;
}
.download-studio .button.spotify {
  width: 100%;
}
.download-studio .button.spotify img {
  padding: 10px 0;
  width: auto;
  height: 4em;
  margin: 0 auto;
}

.accordion {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}

.accordion-handle {
  cursor: pointer;
}
.accordion-handle:before, .accordion-handle:after {
  content: " ";
  display: table;
}
.accordion-handle:after {
  clear: both;
}
.accordion-handle.active .accordion-icon:before, .accordion-handle.active .accordion-icon:after {
  top: 45%;
}
.accordion-handle.over .accordion-icon {
  background-color: #ad1119;
}
.accordion-handle .accordion-icon {
  background: #d12a2f;
  float: left;
  height: 2.5em;
  margin-right: 1em;
  position: relative;
  width: 2.5em;
}
.accordion-handle .accordion-icon:before, .accordion-handle .accordion-icon:after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 3px;
  width: 30%;
  position: absolute;
  transition: all 0.25s;
}
.accordion-handle .accordion-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 35%;
  top: 34%;
}
.accordion-handle .accordion-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 35%;
  top: 52%;
}
.accordion-handle .accordion-title {
  line-height: 2.5em;
  margin: 0;
}

.accordion-drawer {
  position: relative;
}
.accordion-drawer .entry-transcript {
  padding: 1em;
}
.accordion-drawer .button {
  bottom: -50px;
  font-size: 0.875em;
  margin: 0;
  padding: 0 0.5em;
  position: fixed;
  right: 1.5em;
  transition: all 1s;
  z-index: 5;
}
.accordion-drawer .button.active {
  bottom: 0;
}
@media (min-width: 750px) {
  .accordion-drawer .button {
    right: 21%;
  }
}
@media (min-width: 1000px) {
  .accordion-drawer .button {
    right: 19%;
  }
}
@media (min-width: 1200px) {
  .accordion-drawer .button {
    right: 16%;
  }
}

.masterpiece-sweepstakes-iframe iframe {
  border: 0;
}

.podcast-list {
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 2em 0;
  text-align: center;
  display: flex;
}
.podcast-list.related h2 {
  text-align: left;
}
.podcast-list.related h2 .meta-info {
  color: black;
  display: block;
}
@media (min-width: 750px) {
  .podcast-list.related h2 .meta-info {
    margin-left: 1rem;
    display: inline;
  }
}
.podcast-list.related ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.podcast-list.related ul li {
  display: flex;
  width: 50%;
}
.podcast-list.related ul li:before, .podcast-list.related ul li:after {
  content: " ";
  display: table;
}
.podcast-list.related ul li:after {
  clear: both;
}
.podcast-list .podcast-section-title {
  text-align: left;
}
.podcast-list .podcast-section-title small {
  display: block;
  font-size: 0.4em;
}
@media (min-width: 750px) {
  .podcast-list .podcast-section-title small {
    display: inline-block;
  }
}
.podcast-list .card .thumb {
  float: left;
  margin-right: 1em;
}
.podcast-list .card .thumb img {
  display: inline-block;
}
.podcast-list .card .card-content {
  display: block;
  overflow: hidden;
}
.podcast-list .card .card-content a:hover {
  text-decoration: none;
}
.podcast-list .card .card-content a:hover .title {
  text-decoration: underline;
}
.podcast-list .card .card-content a .summary {
  color: rgb(81.6, 81.6, 81.6);
}
.podcast-list .card .overline {
  margin: 0;
}
.podcast-list .card .overline a {
  display: inline-block;
}

.passport-icon {
  float: left;
}
.passport-icon.imageoverlay {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.passport-icon.large {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
@media (min-width: 1000px) {
  .passport-icon.large {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.passport-icon img {
  width: 100% !important;
  position: relative !important;
}

.carousel .passport-icon.large {
  margin-top: 2px;
}
@media (min-width: 750px) {
  .carousel .passport-icon.large {
    margin-top: 7px;
  }
}
@media (min-width: 1000px) {
  .carousel .passport-icon.large {
    margin-top: 3px;
  }
}

.streaming_expire {
  display: flex;
  justify-content: end;
  width: 75%;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .streaming_expire {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1000px) {
  .streaming_expire {
    display: block;
  }
}
.streaming_expire .stream_expire_message {
  padding: 20px;
  padding-bottom: 5px;
  background-color: #f2f2f2;
  font-weight: 700;
  display: flex;
  width: 70%;
}
@media (max-width: 750px) {
  .streaming_expire .stream_expire_message {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .streaming_expire .stream_expire_message {
    width: 100%;
  }
}
.streaming_expire .stream_expire_message:nth-child(n+2) {
  width: 60%;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .streaming_expire .stream_expire_message:nth-child(n+2) {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .streaming_expire .stream_expire_message:nth-child(n+2) {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.streaming_expire .stream_expire_message img {
  height: 30px;
  margin-right: 10px;
  top: 4px;
  position: relative;
}
.streaming_expire .stream_expire_message p {
  font-size: 15px;
  text-transform: uppercase;
}

html.isfullscreen body {
  overflow: hidden;
}
html.isfullscreen .pbs-cleanslate {
  display: none;
}
@media (max-height: 905px) {
  html.isfullscreen .full-width-container {
    overflow: auto;
  }
}

.type-specialfeatures .entry-header .subpage-header .columns.list {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.type-specialfeatures .entry-header .subpage-header .columns.list .entry-title {
  text-align: center;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle {
  color: #ebb32c;
  padding: 0;
  list-style-type: none !important;
  counter-reset: simple-list-counter;
  display: block;
  margin: 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle.nolist {
  list-style-type: none !important;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle.nolist li span.number {
  display: none;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li {
    margin-bottom: 60px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .caption {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin: 10px 0 10px 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .credit {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #abadae;
  margin: 10px 0 10px 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li span.number {
  font-weight: 700;
  font-size: 75px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  display: block;
  margin-bottom: 40px;
  float: left;
  line-height: 0.15;
  margin-right: 0;
  margin-left: -50px;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li span.number {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0;
    float: none;
    display: inline;
    vertical-align: top;
    margin-left: 25px;
  }
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li span.number {
    margin-left: 0;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li h3 {
  color: #404040;
  font-size: 36px;
  padding-bottom: 0;
  margin-left: 25px;
  margin-bottom: 0;
  max-width: 750px;
  padding-top: 10px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 900;
  line-height: 45px;
  color: #525252;
  font-style: normal;
  display: inline-block;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li h3 + div {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li h3 {
    font-size: 30px;
    line-height: 1;
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li h3 {
    margin-left: 20px;
    max-width: calc(100% - 50px);
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li p {
  color: #404040;
  font-weight: normal;
  font-style: normal;
  margin: 10px auto;
  clear: left;
  display: inline-block;
  text-align: left;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 800px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li p {
    margin-left: 25px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li img,
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li video {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .full-width-container img {
  max-width: 1200px;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .full-width-container.isfullscreen img {
  max-width: 1360px;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .full-width-container .trigger h3 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .full-width-container .trigger h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .full-width-container .trigger h4 {
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .full-width-container .trigger h4 {
    font-size: 15px;
    line-height: 16px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.listicle li .video-container {
  padding-top: 0;
  margin: 15px 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline {
  color: #ebb32c;
  padding: 0;
  list-style-type: none !important;
  counter-reset: simple-list-counter;
  display: block;
  margin: 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li {
  margin-bottom: 0;
  display: block;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li:first-child {
  margin-top: 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li:last-child:after {
  display: none;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li:after {
  content: "";
  display: block;
  border-right: 5px solid #404040;
  height: 200px;
  width: 5px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li:after {
    height: 100px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li .date {
  text-align: center;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li .date p {
  color: #eaeaea;
  padding: 0 20px;
  display: inline-block;
  margin: 0 auto 15px;
  background-color: #404040;
  text-align: center;
  clear: both;
  width: auto;
  font-family: "Barlow Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li .date p {
    font-size: 24px;
    line-height: 26px;
    padding: 5px 10px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li h3 {
  color: #404040;
  font-size: 60px;
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  font-family: "Barlow Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 65px;
  color: #525252;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li h3 {
    font-size: 30px;
    line-height: 1;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li .description {
  margin: 0;
  padding: 0;
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li .description p {
  color: #404040;
  font-weight: normal;
  font-style: normal;
  margin: 10px auto;
  line-height: 1.4;
  clear: left;
  display: inline-block;
  text-align: left;
  margin-left: 0;
  width: 100%;
  font-size: 20px;
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li .description p {
    font-size: 16px;
  }
}
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li img,
.type-specialfeatures .entry-header .subpage-header .columns.list ol.timeline li video {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
}
.type-specialfeatures .entry-header iframe.instagram-media {
  margin: 30px auto !important;
}
.type-specialfeatures .entry-header iframe.spotify-media {
  margin: 0 auto !important;
  height: 400px;
  width: 100%;
}
.type-specialfeatures .entry-header .flipcard {
  width: 100% !important;
  max-width: 640px;
  height: 350px;
  position: relative;
  margin: 0 auto 20px;
  margin-bottom: 30px;
  float: none;
  outline: none;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard {
    max-width: 320px;
    height: 500px;
    background-size: auto;
    background-position: center center !important;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front {
  background: #1e1e1e url(../../images/bg-damask-charcoal.png) repeat center center;
  color: #fff;
  padding: 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front span {
  width: 100%;
  text-align: center;
  background-color: #fbb140;
  color: #1e1e1e;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front .content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front .content h3:before {
  content: "";
  background: url(../../images/img-gold-flourish.png) no-repeat 0 0;
  width: 38px;
  height: 28px;
  position: absolute;
  top: -35px;
  left: calc(50% - 19px);
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front .content h3 {
  color: #fbb140;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front .content {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .front .content h1 {
  font-style: italic;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  font-size: 26px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back {
  background: #1e1e1e url(../../images/bg-damask-charcoal.png) repeat 0 0;
  overflow: hidden;
  padding: 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 10%;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content h3 {
  display: none;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content h3 {
    color: #ebb32c;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    text-align: left;
    left: 30%;
    width: 200px;
  }
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content h3:after {
    content: "";
    background: url(../../images/img-gold-arrow.png) no-repeat 0 0;
    width: 119px;
    height: 9px;
    position: absolute;
    top: 9.5px;
    left: 46%;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character {
  top: 5%;
  width: 127px;
  height: 127px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character {
    margin: 15px auto;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character span.number {
  font-weight: 700;
  font-size: 75px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  display: block;
  margin-bottom: 40px;
  float: left;
  line-height: 0.15;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character span.number {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0;
    float: none;
    display: inline;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character h3 {
  color: #404040;
  font-size: 36px;
  margin-left: 0;
  padding-top: 10px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 900;
  line-height: 45px;
  color: #525252;
  font-style: normal;
  margin: 10px;
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character h3 {
    font-size: 30px;
    line-height: 1;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character p {
  color: #404040;
  font-weight: normal;
  font-style: normal;
  margin: 20px 0 25px;
  clear: left;
  display: inline-block;
  text-align: left;
  margin-left: 35px;
  width: 100%;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character img,
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character video {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .character .video-container {
  padding-top: 0;
  margin: 15px 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info {
  left: 33%;
  text-align: left;
  position: absolute;
  top: 5%;
  width: 55%;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info {
    position: relative;
    width: 85%;
    margin: 0 auto;
    left: auto;
    text-align: left;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info h3 {
  color: #ebb32c;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info h3 {
    display: none;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info h3:after {
  content: "";
  background: url(../../images/img-gold-arrow.png) no-repeat 0 0;
  width: 119px;
  height: 9px;
  position: absolute;
  top: 9.5px;
  left: 27%;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info h3:after {
    display: none;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_a .back .content .info p {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-weight: bold;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front {
  background: #fbb140 url(../../images/bg-gold-fan.png) repeat 0 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content h3 {
  color: #fff;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, georgia, serif;
  font-weight: bold;
  text-transform: initial;
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 25px;
  display: none;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content h3 {
    display: block;
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content {
    position: relative;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .character {
  position: relative;
  width: 185px;
  height: 185px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .character {
    margin: 0 auto 15px;
    width: 150px;
    height: 150px;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .info {
  left: 37%;
  text-align: left;
  position: absolute;
  top: 6%;
  width: 60%;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .info {
    position: relative;
    left: auto;
    width: 85%;
    margin: 0 auto;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .info h3 {
  color: #fff;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, georgia, serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .info h3 {
    display: none;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .info p {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  color: #1e1e1e;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content .info p {
    font-size: 20px;
    line-height: 28px;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .front .content span {
  width: 100%;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .back {
  background: #fbb140 url(../../images/bg-gold-fan.png) repeat 0 0;
  color: #fff;
  padding: 0;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .back .content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .back .content h1 {
  color: #fff;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, georgia, serif;
  font-weight: bold;
  text-transform: normal;
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .back .content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .back .content p {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.fact_fiction.style_b .back .content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .front {
  background: #bd222a url(../../images/bg-red-floral.png) repeat 0 0;
  color: #fff;
  padding: 0;
  text-align: center;
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .front span {
  width: 100%;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .front .content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .front .content p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 0 20px;
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .front .content p.quote {
  font-size: 40px;
  line-height: 50px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  font-style: italic;
  text-transform: none !important;
  font-weight: bolder;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.quote.style_a .front .content p.quote {
    font-size: 30px;
    line-height: 32px;
  }
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .back {
  padding: 0;
  background-size: cover;
}
.type-specialfeatures .entry-header .flipcard.quote.style_a .back .author {
  width: 100%;
  position: absolute;
  margin: 0;
  bottom: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 22px;
  line-height: 26px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, helvetica, sans-serif;
  text-align: center;
  padding: 12px 0;
  background: #bd222a url(../../images/bg-red-floral.png) repeat-x 0 0;
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .front {
  background: #bd222a url(../../images/bg-flourish-frame.png) no-repeat center 20px;
  background-size: 93%;
  color: #fff;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.quote.style_b .front {
    background: #bd222a;
  }
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .front span {
  width: 100%;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .front .content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  padding: 30px;
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .front .content p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 0 20px;
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .front .content p.quote {
  font-size: 40px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  font-style: italic;
  text-transform: none !important;
  font-weight: bolder;
  line-height: 1;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.quote.style_b .front .content p.quote {
    font-size: 30px;
    line-height: 32px;
  }
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .back {
  padding: 0;
  background-size: cover;
}
.type-specialfeatures .entry-header .flipcard.quote.style_b .back .author {
  width: 100%;
  position: absolute;
  margin: 0;
  bottom: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 22px;
  line-height: 26px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, helvetica, sans-serif;
  text-align: center;
  padding: 12px 0;
  background: #bd222a;
}
.type-specialfeatures .entry-header .flipcard.character.style_a .front span {
  width: 100%;
  text-align: center;
  background-color: #bd222a;
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.character.style_a .back {
  padding: 0;
  background: #bd222a url(../../images/bg-red-frame.png) no-repeat center 14px;
  background-size: 95%;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_a .back {
    background: #bd222a;
  }
}
.type-specialfeatures .entry-header .flipcard.character.style_a .back .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 75px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_a .back .content {
    padding: 0 25px;
  }
}
.type-specialfeatures .entry-header .flipcard.character.style_a .back .content p.info {
  font-size: 24px;
  line-height: 30px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_a .back .content p.info {
    font-size: 20px;
    line-height: 28px;
  }
}
.type-specialfeatures .entry-header .flipcard.character.style_a .back .content p.quote {
  font-size: 26px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  line-height: 30px;
  font-style: italic;
  color: #fff;
  text-transform: none !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_a .back .content p.quote {
    font-size: 24px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .flipcard.character.style_b .front span {
  width: 100%;
  text-align: center;
  background-color: #fbb140;
  color: #1e1e1e;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.character.style_b .back {
  padding: 0;
  background: #fbb140 url(../../images/bg-gold-damask.png) repeat center center;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_b .back {
    background: #fbb140;
  }
}
.type-specialfeatures .entry-header .flipcard.character.style_b .back .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 35px;
}
.type-specialfeatures .entry-header .flipcard.character.style_b .back .content p.info {
  font-size: 22px;
  line-height: 30px;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  color: #1e1e1e;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_b .back .content p.info {
    font-size: 20px;
    line-height: 28px;
  }
}
.type-specialfeatures .entry-header .flipcard.character.style_b .back .content p.quote {
  font-size: 26px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  line-height: 40px;
  font-style: normal;
  color: #1e1e1e;
  text-transform: none !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.character.style_b .back .content p.quote {
    font-size: 24px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_a .front span {
  width: 100%;
  text-align: center;
  background-color: #bd222a;
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_a .back {
  padding: 0;
  background: #bf1f24 url(../../images/bg-red-fan.png) repeat center center;
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_a .back .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_a .back .content p.info {
  font-size: 16px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  line-height: 1.7;
  padding: 0 20px;
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_a .back .content p.quote {
  font-size: 25px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  font-style: normal;
  color: #fff;
  text-transform: none !important;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 0 20px;
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .front span {
  width: 100%;
  text-align: center;
  background-color: #fbb140;
  color: #1e1e1e;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  bottom: 0;
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .back {
  padding: 0;
  background: #1e1e1e url(../../images/bg-gold-frame.png) no-repeat center center;
  background-size: 95%;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .back {
    background: #1e1e1e;
  }
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .back .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 75px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .back .content {
    padding: 0 20px;
  }
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .back .content p.info {
  font-size: 18px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  line-height: 30px;
}
.type-specialfeatures .entry-header .flipcard.behind_the_scenes.style_b .back .content p.quote {
  font-size: 26px;
  line-height: 40px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  font-style: normal;
  color: #fff;
  text-transform: none !important;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.type-specialfeatures .entry-header .flipcard .flip.flipper {
  transform: rotateY(-180deg);
}
.type-specialfeatures .entry-header .flipcard .flipper {
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateY(0deg);
  width: 100% !important;
  height: 350px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard .flipper {
    height: 500px;
  }
}
.type-specialfeatures .entry-header .flipcard .front,
.type-specialfeatures .entry-header .flipcard .back {
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-position: center center;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .flipcard .front,
  .type-specialfeatures .entry-header .flipcard .back {
    height: 500px;
  }
}
.type-specialfeatures .entry-header .flipcard .front {
  z-index: 1;
  transform: rotateY(0deg);
  background-size: cover;
}
.type-specialfeatures .entry-header .flipcard .front span {
  position: absolute;
  display: block;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  font-weight: 700;
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
}
.type-specialfeatures .entry-header .flipcard .back {
  z-index: 0;
  transform: rotateY(180deg);
  background-image: url(../../images/bg-fan-yellow.png);
  background-color: #fbb140;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.type-specialfeatures .entry-header .flipcard:hover .flipper:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #999 #fff;
  z-index: 2;
  animation-duration: 0.3s;
  animation-name: page-curl;
  backface-visibility: hidden;
}
.type-specialfeatures .entry-header .flip-details {
  margin-bottom: 60px;
}
.type-specialfeatures .entry-header .question-answer .qa-wrap {
  margin-bottom: 100px;
  position: relative;
}
.type-specialfeatures .entry-header .question-answer .question,
.type-specialfeatures .entry-header .question-answer .answer {
  min-height: 100px;
  padding-left: 150px;
}
.type-specialfeatures .entry-header .question-answer .question:before,
.type-specialfeatures .entry-header .question-answer .answer:before {
  content: "";
  font-size: 100px;
  font-weight: 700;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #ebb32c;
  position: absolute;
  display: block;
  margin-bottom: 40px;
  margin-left: -110px;
  line-height: 0.8;
  margin-right: 10px;
}
.type-specialfeatures .entry-header .question-answer .question:before {
  content: "Q";
}
.type-specialfeatures .entry-header .question-answer .question p {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.type-specialfeatures .entry-header .question-answer .answer:before {
  content: "A";
}
.type-specialfeatures .entry-header .interview {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100%;
}
.type-specialfeatures .entry-header .interview .lead-image {
  max-width: 1000px;
  width: 1000px;
  margin-left: -100px;
  display: block;
  margin-bottom: 55px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .interview .lead-image {
    width: 100%;
    margin-left: 0;
  }
}
.type-specialfeatures .entry-header .interview .lead-image figcaption {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-style: italic;
  font-weight: 700;
}
.type-specialfeatures .entry-header .interview .lead-image cite {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #8d8d8d;
  font-weight: 700;
}
.type-specialfeatures .entry-header .interview .question-wrap {
  position: relative;
  margin-bottom: 80px;
  padding: 0 25px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .interview .question-wrap {
    padding: 0;
    margin-bottom: 60px;
  }
}
.type-specialfeatures .entry-header .interview .question-wrap p {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #1e1e1e;
  padding: 0 0 35px;
  margin: 0;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .interview .question-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .interview .question-wrap .title {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #d12a2f;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .interview .question-wrap .title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .interview .question-wrap .title {
    padding-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .type-specialfeatures .entry-header .interview .question-wrap .title {
    padding-bottom: 10px;
  }
}
.type-specialfeatures .entry-header .interview .question-wrap .question {
  position: relative;
}
.type-specialfeatures .entry-header .interview .question-wrap .question p {
  font-weight: 700;
}
.type-specialfeatures .entry-header .interview .question-wrap .answer p:last-child {
  padding: 0;
}
.type-specialfeatures .entry-header .interview .quote-wrapper {
  position: relative;
  padding: 0 25px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .interview .quote-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.type-specialfeatures .entry-header .interview .quote-wrapper:after {
  content: "";
  width: 170px;
  height: 45px;
  border-bottom: #ebb32c 10px solid;
  display: block;
}
.type-specialfeatures .entry-header .interview .quote-wrapper:before {
  content: "";
  width: 170px;
  height: 45px;
  border-top: #ebb32c 10px solid;
  display: block;
}
.type-specialfeatures .entry-header .interview .quote-wrapper .quote {
  position: relative;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-style: italic;
  color: #333;
  font-size: 32px;
  line-height: 50px;
  padding: 0 0 35px;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .interview .quote-wrapper .quote {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .interview .quote-wrapper .quote {
    font-size: 20px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .interview .quote-wrapper .credit {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, serif;
  color: #8d8d8d;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.type-specialfeatures .entry-header .related-links ul.related {
  list-style: disc;
  color: #8d8d8d;
  font-weight: 500;
  margin-left: 20px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .related-links ul.related {
    margin-left: 10px;
  }
}
.type-specialfeatures .entry-header .related-links ul.related li {
  font-size: 22px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .related-links ul.related li {
    font-size: 20px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .related-links ul.related li a {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin: 25px 0;
  color: #d12a2f;
}
@media (max-width: 768px) {
  .type-specialfeatures .entry-header .related-links ul.related li a {
    font-size: 18px;
    line-height: 28px;
  }
}
.type-specialfeatures .entry-header .article-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.type-specialfeatures .entry-header .article-wrapper h1.entry-title {
  width: 100%;
  margin: inherit auto;
  max-width: 750px;
  text-align: center;
}
.type-specialfeatures .entry-header .article-wrapper .overline {
  width: 100%;
  margin: inherit auto;
  max-width: 750px;
  text-align: left;
}
.type-specialfeatures .entry-header .article-wrapper h2,
.type-specialfeatures .entry-header .article-wrapper h3,
.type-specialfeatures .entry-header .article-wrapper h4,
.type-specialfeatures .entry-header .article-wrapper h5,
.type-specialfeatures .entry-header .article-wrapper h6,
.type-specialfeatures .entry-header .article-wrapper .overline,
.type-specialfeatures .entry-header .article-wrapper p {
  max-width: 750px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
.type-specialfeatures .entry-header .article-wrapper h2 img,
.type-specialfeatures .entry-header .article-wrapper h3 img,
.type-specialfeatures .entry-header .article-wrapper h4 img,
.type-specialfeatures .entry-header .article-wrapper h5 img,
.type-specialfeatures .entry-header .article-wrapper h6 img,
.type-specialfeatures .entry-header .article-wrapper .overline img,
.type-specialfeatures .entry-header .article-wrapper p img {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 900px) {
  .type-specialfeatures .entry-header .article-wrapper h2 img,
  .type-specialfeatures .entry-header .article-wrapper h3 img,
  .type-specialfeatures .entry-header .article-wrapper h4 img,
  .type-specialfeatures .entry-header .article-wrapper h5 img,
  .type-specialfeatures .entry-header .article-wrapper h6 img,
  .type-specialfeatures .entry-header .article-wrapper .overline img,
  .type-specialfeatures .entry-header .article-wrapper p img {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
}
.type-specialfeatures .entry-header .featured-image {
  max-width: 1000px;
  margin: 0 auto 15px;
}
.type-specialfeatures .entry-header .featured-image .caption {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin: 10px 0 10px 0;
}
.type-specialfeatures .entry-header .featured-image .credit {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #abadae;
  margin: 10px 0 10px 0;
}
.type-specialfeatures .entry-header .letter-format {
  position: relative;
  font-size: 16px;
}
.type-specialfeatures .entry-header .letter-format .address,
.type-specialfeatures .entry-header .letter-format .greeting,
.type-specialfeatures .entry-header .letter-format .body-content,
.type-specialfeatures .entry-header .letter-format .closing {
  font-size: 16px;
}
.type-specialfeatures .entry-header .letter-format .address {
  text-align: right;
}
.type-specialfeatures .entry-header .letter-format .body-content p {
  text-indent: 50px;
}
.type-specialfeatures .entry-header .letter-format .closing p {
  padding-left: 40%;
}
.type-specialfeatures .entry-header .entry-content .social-share {
  clear: both;
}
.type-specialfeatures .entry-header .entry-title {
  text-align: center;
  max-width: 1000px;
}
.type-specialfeatures .entry-header .entry-content > *:not(blockquote):not(.instagram-container):not(p),
.type-specialfeatures .entry-header .overline,
.type-specialfeatures .entry-header .entry-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.type-specialfeatures .entry-header .entry-content > p {
  width: 100%;
  max-width: 750px;
}
@media (min-width: 1200px) {
  .type-specialfeatures .entry-header .entry-content > p {
    padding-left: 5%;
  }
}
.type-specialfeatures .entry-header .wp-caption.alignleft {
  margin-left: 0em !important;
  margin-right: 2em !important;
}
@media (min-width: 1200px) {
  .type-specialfeatures .entry-header .wp-caption.alignleft {
    margin-left: -3em;
  }
}
.type-specialfeatures .entry-header .wp-caption.alignright {
  margin-right: 0em !important;
  margin-left: 2em !important;
}
@media (min-width: 1200px) {
  .type-specialfeatures .entry-header .wp-caption.alignright {
    margin-right: -3em;
  }
}
.type-specialfeatures .entry-header .overline {
  margin-bottom: 0;
}
.type-specialfeatures .entry-header .overline.max {
  max-width: 1000px;
}
.type-specialfeatures .entry-header .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.type-specialfeatures .entry-header .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type-specialfeatures .entry-header .instagram-container {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 100%;
}
.type-specialfeatures .entry-header figure {
  margin: 0;
}
.type-specialfeatures .entry-header figure cite {
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #8d8d8d;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .type-specialfeatures .entry-header figure {
    width: 60%;
    max-width: 685px;
  }
}
@media (min-width: 1000px) {
  .type-specialfeatures .entry-header figure {
    width: initial !important;
    max-width: initial !important;
  }
}
@media (min-width: 1000px) {
  .type-specialfeatures .entry-header figure {
    width: initial !important;
    max-width: initial !important;
  }
}
.type-specialfeatures .entry-header figure > * {
  max-width: 100%;
}
.type-specialfeatures .entry-header figure .wp-caption-text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-style: italic;
  font-weight: 700;
}
.type-specialfeatures .entry-header figure.alignnone {
  margin: 2em 0;
}
.type-specialfeatures .entry-header blockquote {
  display: block;
  overflow: hidden;
  padding: 2em 2.5em;
  margin: 1.5em 0;
  background: #ebb32c url(../../images/bg-white-floral.png) repeat 0 0;
}
@media (min-width: 1200px) {
  .type-specialfeatures .entry-header blockquote {
    margin: 1.5em 0;
  }
}
.type-specialfeatures .entry-header blockquote p {
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  margin: initial;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block !important;
  width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 1000px) {
  .type-specialfeatures .entry-header blockquote p {
    width: 75%;
    font-size: 30px;
  }
}
.type-specialfeatures .entry-header blockquote p:first-child {
  width: 100%;
  min-width: 180px;
  float: left;
}
@media (min-width: 480px) {
  .type-specialfeatures .entry-header blockquote p:first-child {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .type-specialfeatures .entry-header blockquote p:first-child {
    width: 15%;
  }
}
.type-specialfeatures .entry-header blockquote em {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  color: #9c6e1c;
  margin: 1em 0 0 0;
}
.type-specialfeatures .entry-header blockquote img {
  float: none;
  margin: 0 auto 15px auto;
  display: block;
  position: absolute;
  height: 100%;
  margin-left: 0 !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  max-height: 150px;
  max-width: 150px;
  height: 120px !important;
  width: 120px !important;
  position: relative;
  top: 20px;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .type-specialfeatures .entry-header blockquote img {
    float: left;
    margin: auto;
    margin-bottom: 25px;
  }
}
.type-specialfeatures .entry-header blockquote h6 {
  display: inline-block;
  position: relative;
  float: right;
  width: 75%;
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header blockquote h6 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header blockquote h6 {
    width: 100%;
  }
}
.type-specialfeatures .entry-header hr {
  border: 1px solid rgb(229.5, 229.5, 229.5);
  margin: 3em 0;
  max-width: 100%;
}
.type-specialfeatures .entry-header hr:after {
  content: "";
  display: block;
  background: #fff url(../../images/hr-flourish.svg);
  background-size: 80%;
  background-position: center center;
  width: 120px;
  height: 40px;
  background-repeat: no-repeat;
  margin: -1.25em auto 0 auto;
}
.type-specialfeatures .entry-header .owl-carousel {
  position: relative;
  margin-bottom: 30px;
}
.type-specialfeatures .entry-header .owl-carousel .owl-stage-outer {
  border-right: 2px solid #ececec;
  border-left: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  box-sizing: border-box;
}
.type-specialfeatures .entry-header .owl-carousel .figure-image {
  background-color: transparent;
}
.type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption {
  margin: 0 auto;
  padding: 1.2rem;
  width: 100%;
}
.type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption .owl-caption,
.type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption .owl-description {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  margin-top: 10px;
  margin-bottom: 1px;
  text-transform: none;
  font-style: normal;
  padding: 0;
  width: 100%;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption .owl-caption,
  .type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption .owl-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption .owl-caption,
  .type-specialfeatures .entry-header .owl-carousel .figure-image .figure-caption .owl-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.type-specialfeatures .entry-header .owl-carousel .owlStatus {
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 5px;
  text-align: right;
  display: block;
}
.type-specialfeatures .entry-header .owl-controls {
  position: absolute;
  top: 29px;
  right: 2px;
  width: 125px;
  margin-right: 0%;
}
.type-specialfeatures .entry-header .owl-controls .owl-nav {
  right: 0;
  position: absolute;
}
.type-specialfeatures .entry-header .owl-controls .owl-next,
.type-specialfeatures .entry-header .owl-controls .owl-prev {
  background-image: none;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #d12a2f;
  display: block;
  float: left;
  left: auto;
  right: auto;
}
@media (min-width: 750px) {
  .type-specialfeatures .entry-header .owl-controls .owl-next,
  .type-specialfeatures .entry-header .owl-controls .owl-prev {
    width: 60px;
    height: 60px;
  }
}
.type-specialfeatures .entry-header .owl-controls .owl-next:before,
.type-specialfeatures .entry-header .owl-controls .owl-prev:before {
  content: "";
  display: block;
  height: 15px;
  width: 10px;
  margin: 8px auto 0 auto;
}
@media (min-width: 750px) {
  .type-specialfeatures .entry-header .owl-controls .owl-next:before,
  .type-specialfeatures .entry-header .owl-controls .owl-prev:before {
    height: 30px;
    width: 20px;
    margin: 12px auto 0 auto;
  }
}
.type-specialfeatures .entry-header .owl-controls .owl-next:before {
  background-image: url(../../images/arrow-white-right-sm.svg);
  right: 1%;
  background-repeat: no-repeat;
  font-size: 0;
}
.type-specialfeatures .entry-header .owl-controls .owl-prev {
  float: left;
  margin-right: 5px;
}
.type-specialfeatures .entry-header .owl-controls .owl-prev:before {
  background-image: url(../../images/arrow-white-left-sm.svg);
  left: 1%;
  background-repeat: no-repeat;
  font-size: 0;
}
.type-specialfeatures .entry-header .full-width-container {
  display: block;
  width: 100vw;
  height: auto;
  background-color: #ececec;
  padding: 15px 0 0;
  margin-left: calc(-50vw + 49%);
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .type-specialfeatures .entry-header .full-width-container {
    margin-left: 0;
    width: 98vw;
    margin-left: calc(-50vw + 51%);
  }
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container {
    width: 100vw;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
  }
}
.type-specialfeatures .entry-header .full-width-container .fs-toggle {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 1200px;
  width: 100%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.type-specialfeatures .entry-header .full-width-container .fs-toggle.active {
  display: block;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .fs-toggle {
    display: none;
  }
}
.type-specialfeatures .entry-header .full-width-container .fs-toggle span {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.6) url(../../images/icon-expand.svg) no-repeat center center;
  background-size: 55%;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 10px;
  float: right;
  margin: 15px 15px 0 0;
  transform-origin: center center;
}
@media (hover: hover) {
  .type-specialfeatures .entry-header .full-width-container .fs-toggle:hover span {
    width: 32px;
    height: 32px;
    margin: 14px 14px 0 0;
    background-size: 60%;
  }
}
.type-specialfeatures .entry-header .full-width-container .trigger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-100%);
  z-index: 10000;
  cursor: pointer;
  background-color: rgba(206, 27, 47, 0.7);
  color: #fff;
  padding: 20px;
  display: none;
  width: 400px;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .trigger {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .type-specialfeatures .entry-header .full-width-container .trigger {
    width: 75%;
    transform: translateY(-150%);
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .type-specialfeatures .entry-header .full-width-container .trigger {
    transform: unset;
    top: 20%;
  }
}
.type-specialfeatures .entry-header .full-width-container .trigger.active {
  display: block;
}
.type-specialfeatures .entry-header .full-width-container .trigger h3 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, Georgia, serif;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .full-width-container .trigger h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.type-specialfeatures .entry-header .full-width-container .trigger h4 {
  color: #fff;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif, helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .trigger h4 {
    font-size: 15px;
    line-height: 16px;
  }
}
.type-specialfeatures .entry-header .full-width-container .trigger .arrow {
  display: block;
  position: absolute;
  right: 15px;
  background: url(../../images/arrow-start.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .type-specialfeatures .entry-header .full-width-container .trigger .arrow {
    width: 30px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .type-specialfeatures .entry-header .full-width-container .trigger .arrow {
    width: 25px;
    height: 35px;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel {
  position: relative;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image {
  background-color: transparent;
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption {
  height: 190px;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption {
    margin: 0 2%;
  }
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption {
    height: 200px;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption {
    height: 230px;
  }
}
@media (max-width: 480px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption {
    height: auto;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-headline {
  display: block;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  margin: 15px 0 0;
  text-transform: none;
  font-style: normal;
  padding: 0;
  width: 100%;
  text-align: left;
  max-width: 900px !important;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-headline {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    margin: 10px 0 0;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-caption {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif, sans-serif;
  margin-top: 10px;
  margin-bottom: 1px;
  text-transform: none;
  font-style: normal;
  padding: 0;
  width: 100%;
  max-width: 900px !important;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-caption {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-caption {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-description {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px !important;
  color: #8d8d8d;
  font-weight: 400;
  width: 100%;
  font-style: italic;
  font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .figure-image .figure-caption .owl-description {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px !important;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-carousel .owlStatus {
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 10px;
  text-align: right;
  display: block;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .owlStatus {
    padding: 0 2.5%;
    width: 95%;
  }
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .owlStatus {
    padding: 0 2.5%;
    width: 95%;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .type-specialfeatures .entry-header .full-width-container .owl-carousel .owlStatus {
    text-align: left;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-controls {
  position: absolute;
  bottom: 257px;
  top: unset;
  right: 0%;
  width: 135px;
  margin-right: 0%;
  display: none;
}
@media (max-width: 1000px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls {
    bottom: 267px;
  }
}
@media (max-width: 750px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls {
    bottom: 237px;
  }
}
@media (max-width: 700px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls {
    bottom: 267px;
  }
}
@media (max-width: 480px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls {
    bottom: unset;
    top: -14px;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-controls.active {
  display: block;
}
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-nav {
  right: 0;
  position: absolute;
}
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next,
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev {
  background-image: none;
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #d12a2f;
  display: block;
  float: left;
  left: auto;
  right: auto;
}
@media (max-width: 480px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next,
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 750px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next,
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev {
    width: 65px;
    height: 65px;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next:before,
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev:before {
  content: "";
  display: block;
  height: 15px;
  width: 10px;
  margin: 10px auto 0 auto;
}
@media (max-width: 480px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next:before,
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev:before {
    margin: 16px auto 0;
  }
}
@media (min-width: 750px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next:before,
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev:before {
    height: 30px;
    width: 20px;
    margin: 18px auto 0 auto;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-next:before {
  background-image: url(../../images/arrow-white-right-sm.svg);
  right: 1%;
  background-repeat: no-repeat;
  font-size: 0;
}
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev {
  float: left;
  margin-right: 5px;
}
@media (max-width: 420px) {
  .type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev {
    margin-right: 2px;
  }
}
.type-specialfeatures .entry-header .full-width-container .owl-controls .owl-prev:before {
  background-image: url(../../images/arrow-white-left-sm.svg);
  left: 1%;
  background-repeat: no-repeat;
  font-size: 0;
}
.type-specialfeatures .entry-header .full-width-container.no-captions {
  padding-bottom: 55px;
}
.type-specialfeatures .entry-header .full-width-container.no-captions .trigger {
  transform: translateY(-50%);
}
.type-specialfeatures .entry-header .full-width-container.no-captions .owl-carousel {
  position: relative;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.type-specialfeatures .entry-header .full-width-container.no-captions .owl-carousel .figure-image {
  background-color: transparent;
}
.type-specialfeatures .entry-header .full-width-container.no-captions .owl-carousel .owlStatus {
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 10px;
  text-align: right;
  display: block;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .type-specialfeatures .entry-header .full-width-container.no-captions .owl-carousel .owlStatus {
    padding: 0 2.5%;
    width: 95%;
  }
}
.type-specialfeatures .entry-header .full-width-container.no-captions .owl-controls {
  position: absolute;
  bottom: 65px;
  right: 0%;
  width: 135px;
  margin-right: 0%;
  display: none;
}
.type-specialfeatures .entry-header .full-width-container.no-captions .owl-controls.active {
  display: block;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0 0 150px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12000;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen .episode-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1360px;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen .fs-toggle {
  top: 0;
  max-width: 100%;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen .fs-toggle span {
  background: rgba(0, 0, 0, 0.6) url(../../images/icon-collapse.svg) no-repeat center center;
  background-size: 55%;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen .owl-carousel .owl-stage-outer {
  border-right: none;
  border-left: none;
  border-bottom: none;
  box-sizing: border-box;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen .owl-carousel .owlStatus {
  padding: 0 1vw;
  color: #fff;
}
.type-specialfeatures .entry-header .full-width-container.isfullscreen .owl-carousel .owl-headline,
.type-specialfeatures .entry-header .full-width-container.isfullscreen .owl-carousel .owl-caption,
.type-specialfeatures .entry-header .full-width-container.isfullscreen .owl-carousel .owl-description {
  color: #fff !important;
}

.fancy-header {
  font-weight: 700;
  font-size: 50px;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  display: block;
  line-height: 1;
  color: #959595;
}

ul.timeline {
  margin-left: 100px !important;
  list-style: none;
}
ul.timeline span {
  display: inline-block !important;
  font-weight: 700;
  color: #333333;
}

.post-type-archive-specialfeatures .grid-list .columns.four:nth-child(3n+1) {
  margin-left: 0;
}

.mejs-container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #d12a2f !important;
  height: 50px !important;
  margin: 2rem 0;
  width: 90% !important;
}
.mejs-container .mejs-controls {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #d12a2f !important;
  height: 50px !important;
  padding: 0 1rem 0 0 !important;
}
.mejs-container .mejs-controls .mejs-button {
  height: 50px;
  width: 50px;
}
.mejs-container .mejs-controls .mejs-button button {
  background: transparent url(../../images/audio-player-icons.png) no-repeat 0 0;
  box-shadow: none;
  margin: 0;
  height: 50px;
  width: 50px;
}
.mejs-container .mejs-controls .mejs-button.mejs-pause button {
  background: transparent url(../../images/audio-player-icons.png) no-repeat -50px 0;
}
.mejs-container .mejs-controls .mejs-time {
  font-size: 1.1rem;
  line-height: 50px;
  padding: 0 !important;
  height: 50px !important;
}
.mejs-container .mejs-controls .mejs-time-rail {
  height: 20px;
  margin: 15px 0;
  padding: 0;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-slider {
  height: 20px;
  margin: 0 10px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-slider span {
  height: 20px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-slider span.mejs-time-current {
  background: #ebb32c;
}
.mejs-container .mejs-controls .mejs-volume-button {
  display: none;
}
.mejs-container .mejs-controls .mejs-volume-button button {
  background: transparent url(../../images/audio-player-icons.png) no-repeat -100px 0;
  box-shadow: none;
}
.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button {
  background: transparent url(../../images/audio-player-icons.png) no-repeat -150px 0;
}
@media (min-width: 750px) {
  .mejs-container .mejs-controls .mejs-volume-button {
    display: block;
  }
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  height: 10px;
  margin: 10px 0;
  width: 0;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider div {
  display: none;
}
@media (min-width: 750px) {
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    width: 50px;
  }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider div {
    display: block;
  }
}

.special-feature-downloads .multi-image-listitem {
  border: none;
  margin: 20px 0;
}
.special-feature-downloads .multi-image-listitem tr td {
  border: none;
}
.special-feature-downloads .multi-image-listitem tr td img {
  margin: 0px !important;
}
.special-feature-downloads .multi-image-listitem tr td h5 {
  font-size: 1.5em;
  font-family: "Playfair Display", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
.special-feature-downloads .custom-divider {
  margin: 0 auto;
  display: block;
}

.sing_in_btn {
  box-shadow: none;
}

.mobile_menu, #station-btn {
  outline: none !important;
  border-radius: 0;
}

#search_input::-webkit-input-placeholder {
  font-family: "PBSSans", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}