/**
 * Located in node_modules OR bower_components
 *
 * These can be imported anywhere with the same
 * import statement.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Karla", sans-serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  overflow-x: hidden; }

img {
  height: auto;
  width: 100%;
  max-width: 100%; }

h1, h2, h3, h4, h5 {
  margin-bottom: 0; }

p {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 16px;
  line-height: 1.7; }
  @media (min-width: 560px) {
    p {
      font-size: calc(0.96154vw + 10.61538px); } }
  @media (min-width: 768px) {
    p {
      font-size: calc(0.79365vw + 11.90476px); } }
  @media (min-width: 1020px) {
    p {
      font-size: 20px; } }

ul li {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 16px;
  line-height: 1.7; }
  @media (min-width: 560px) {
    ul li {
      font-size: calc(0.96154vw + 10.61538px); } }
  @media (min-width: 768px) {
    ul li {
      font-size: calc(0.79365vw + 11.90476px); } }
  @media (min-width: 1020px) {
    ul li {
      font-size: 20px; } }

#page {
  background-color: #fff;
  height: 100%;
  font-family: "Karla", sans-serif; }

.container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

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

.clearfix:after {
  clear: both; }

.button {
  background-color: #F04C2C;
  border: 2px solid #F04C2C;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 30px 12px;
  position: relative;
  color: #fff;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (min-width: 540px) {
    .button {
      font-size: calc(0.30303vw + 18.36364px); } }
  @media (min-width: 1200px) {
    .button {
      font-size: 22px; } }
  .button:hover {
    background-color: #fff;
    color: #F04C2C; }

header.nav--main {
  padding-top: 12px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  header.nav--main nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  header.nav--main .header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: none; }
    header.nav--main .header__logo img {
      margin-right: 10px;
      width: 47px;
      max-width: 100%; }
      @media (max-width: 560px) {
        header.nav--main .header__logo img {
          margin-right: 6px;
          width: 30px; } }
    header.nav--main .header__logo h1, header.nav--main .header__logo p {
      margin: 0;
      font-family: "Palanquin Dark", sans-serif;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      font-size: 20px; }
      @media (min-width: 480px) {
        header.nav--main .header__logo h1, header.nav--main .header__logo p {
          font-size: calc(2.77778vw + 6.66667px); } }
      @media (min-width: 1200px) {
        header.nav--main .header__logo h1, header.nav--main .header__logo p {
          font-size: 40px; } }
      header.nav--main .header__logo h1 span, header.nav--main .header__logo p span {
        color: #F04C2C; }
  header.nav--main .header__menu {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 480px) {
      header.nav--main .header__menu {
        display: block;
        text-align: center; } }
    header.nav--main .header__menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    header.nav--main .header__menu a {
      font-family: "Palanquin Dark", sans-serif;
      font-weight: 700;
      color: #fff;
      font-size: 18px;
      text-decoration: none;
      transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (min-width: 480px) {
        header.nav--main .header__menu a {
          font-size: calc(0.83333vw + 14px); } }
      @media (min-width: 1200px) {
        header.nav--main .header__menu a {
          font-size: 24px; } }
      header.nav--main .header__menu a:hover, header.nav--main .header__menu a:focus {
        color: #F04C2C; }
  header.nav--main .header__social a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    header.nav--main .header__social a:hover, header.nav--main .header__social a:focus {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    @media (max-width: 480px) {
      header.nav--main .header__social a {
        margin-left: 6px;
        width: 30px;
        height: 30px; } }
  header.nav--main .header__social svg {
    height: 27px; }

.listen {
  background-color: #0F1529;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 560px) {
    .listen {
      padding-top: calc(3.125vw + 2.5px); } }
  @media (min-width: 1200px) {
    .listen {
      padding-top: 40px; } }
  @media (min-width: 560px) {
    .listen {
      padding-bottom: calc(3.125vw + 2.5px); } }
  @media (min-width: 1200px) {
    .listen {
      padding-bottom: 40px; } }
  .listen .container {
    max-width: 980px;
    text-align: center; }
  .listen h3 {
    color: #fff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase; }
  .listen p {
    color: #fff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 400;
    font-size: 18px; }
  .listen .listen__podcasts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 640px) {
      .listen .listen__podcasts {
        margin-bottom: 40px;
        max-width: 500px;
        width: 100%;
        text-align: center; } }
    @media (max-width: 560px) {
      .listen .listen__podcasts {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .listen .listen__podcasts a {
      display: block;
      margin-left: 6px;
      margin-right: 6px; }

.site-footer {
  background-color: #010101;
  padding: 12px 0; }
  .site-footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 560px) {
      .site-footer .container {
        display: block; } }
  .site-footer p {
    color: #fff;
    font-size: 14px; }
    @media (max-width: 560px) {
      .site-footer p {
        text-align: center; } }
  .site-footer .site-footer__social {
    text-align: right; }
    @media (max-width: 560px) {
      .site-footer .site-footer__social {
        text-align: center; } }
    .site-footer .site-footer__social a {
      display: inline-block;
      margin-left: 6px;
      width: 36px; }
      @media (max-width: 560px) {
        .site-footer .site-footer__social a {
          margin-left: 4px;
          margin-right: 4px; } }

.newsletter-zone {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 20px;
  padding-bottom: 40px; }
  @media (min-width: 560px) {
    .newsletter-zone {
      padding-top: calc(9.375vw - 32.5px); } }
  @media (min-width: 1200px) {
    .newsletter-zone {
      padding-top: 80px; } }
  @media (min-width: 560px) {
    .newsletter-zone {
      padding-bottom: calc(6.25vw + 5px); } }
  @media (min-width: 1200px) {
    .newsletter-zone {
      padding-bottom: 80px; } }
  .newsletter-zone .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1000px; }
    @media (max-width: 768px) {
      .newsletter-zone .container {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .newsletter-zone h3 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-size: 26px; }
    @media (min-width: 560px) {
      .newsletter-zone h3 {
        font-size: calc(0.625vw + 22.5px); } }
    @media (min-width: 1200px) {
      .newsletter-zone h3 {
        font-size: 30px; } }
    .newsletter-zone h3::after {
      content: '';
      background-color: #F04C2C;
      display: block;
      margin-top: 20px;
      margin-bottom: 10px;
      height: 3px;
      width: 64px; }
  .newsletter-zone .newsletter__form {
    width: 60%; }
    @media (max-width: 768px) {
      .newsletter-zone .newsletter__form {
        width: 100%; } }
    .newsletter-zone .newsletter__form #mc_embed_signup form {
      padding: 0; }
    .newsletter-zone .newsletter__form #mc_embed_signup .form-fields__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 560px) {
        .newsletter-zone .newsletter__form #mc_embed_signup .form-fields__wrapper {
          display: block; } }
      .newsletter-zone .newsletter__form #mc_embed_signup .form-fields__wrapper .mc-field-group {
        width: 48%; }
        @media (max-width: 560px) {
          .newsletter-zone .newsletter__form #mc_embed_signup .form-fields__wrapper .mc-field-group {
            width: 100%; } }
    .newsletter-zone .newsletter__form #mc_embed_signup .asterisk {
      top: -2px;
      font-size: inherit; }
    .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group {
      padding-bottom: 0;
      width: 100%; }
      .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group.input-group {
        margin: auto;
        /* max-width: 332px; */
        min-height: auto;
        padding-bottom: 0; }
      .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group label {
        opacity: 0; }
      .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group input[type="email"] {
        margin-bottom: 20px; }
      .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group li {
        display: -ms-flexbox;
        display: flex; }
      .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group input[type="checkbox"] {
        margin-right: 8px;
        position: relative;
        top: -2px; }
        .newsletter-zone .newsletter__form #mc_embed_signup .mc-field-group input[type="checkbox"] + label {
          opacity: 1;
          font-size: 12px; }
    .newsletter-zone .newsletter__form #mc_embed_signup input:not([type="checkbox"]):not([type="submit"]) {
      border-color: #979797;
      padding: 20px 5%;
      transition: border-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .newsletter-zone .newsletter__form #mc_embed_signup input:not([type="checkbox"]):not([type="submit"]):focus {
        outline: 0;
        border-color: #FF8600; }
      .newsletter-zone .newsletter__form #mc_embed_signup input:not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        text-transform: uppercase; }
      .newsletter-zone .newsletter__form #mc_embed_signup input:not([type="checkbox"]):not([type="submit"]):-moz-placeholder {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        text-transform: uppercase; }
      .newsletter-zone .newsletter__form #mc_embed_signup input:not([type="checkbox"]):not([type="submit"])::-moz-placeholder {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        text-transform: uppercase; }
      .newsletter-zone .newsletter__form #mc_embed_signup input:not([type="checkbox"]):not([type="submit"]):-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        text-transform: uppercase; }
    .newsletter-zone .newsletter__form #mc_embed_signup .form-submit__wrapper {
      margin-top: 30px;
      /* text-align: center; */ }
    .newsletter-zone .newsletter__form #mc_embed_signup input[type="submit"] {
      background-color: #F04C2C;
      border: 2px solid #F04C2C;
      border-radius: 50px;
      display: inline-block;
      height: auto;
      padding: 10px 30px 12px;
      position: relative;
      color: #fff;
      font-family: "Palanquin Dark", sans-serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (min-width: 540px) {
        .newsletter-zone .newsletter__form #mc_embed_signup input[type="submit"] {
          font-size: calc(0.30303vw + 18.36364px); } }
      @media (min-width: 1200px) {
        .newsletter-zone .newsletter__form #mc_embed_signup input[type="submit"] {
          font-size: 22px; } }
      .newsletter-zone .newsletter__form #mc_embed_signup input[type="submit"]:hover {
        background-color: #fff;
        color: #F04C2C; }
  .newsletter-zone .newsletter__logo {
    width: 34%; }
    @media (max-width: 768px) {
      .newsletter-zone .newsletter__logo {
        margin-top: 40px;
        max-width: 300px;
        width: 100%; } }

.hero {
  background-image: url("static/images/hero_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  @media (min-width: 560px) {
    .hero {
      padding-top: calc(12.5vw + 30px); } }
  @media (min-width: 1200px) {
    .hero {
      padding-top: 180px; } }
  @media (min-width: 560px) {
    .hero {
      padding-bottom: calc(15.625vw + 12.5px); } }
  @media (min-width: 1200px) {
    .hero {
      padding-bottom: 200px; } }
  .hero h1, .hero h2 {
    margin-bottom: 1em;
    color: #fff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-size: 36px; }
    @media (min-width: 560px) {
      .hero h1, .hero h2 {
        font-size: calc(1.92308vw + 25.23077px); } }
    @media (min-width: 768px) {
      .hero h1, .hero h2 {
        font-size: calc(1.85185vw + 25.77778px); } }
    @media (min-width: 1200px) {
      .hero h1, .hero h2 {
        font-size: 48px; } }
  .hero .container {
    max-width: 760px; }

.main__intro {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .main__intro .main__introDecoration {
    display: block;
    background-color: #F7F7F7;
    position: absolute;
    top: -20%;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 0; }
    @media (max-width: 920px) {
      .main__intro .main__introDecoration {
        top: -5%; } }
  .main__intro .container {
    margin-bottom: 20px;
    max-width: 820px;
    position: relative;
    z-index: 1; }
  .main__intro .main__introIntro p {
    font-family: "Karla", sans-serif;
    font-weight: 700; }
  .main__intro h2, .main__intro h3 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-size: 30px; }
    @media (min-width: 560px) {
      .main__intro h2, .main__intro h3 {
        font-size: calc(2.8125vw + 14.25px); } }
    @media (min-width: 1200px) {
      .main__intro h2, .main__intro h3 {
        font-size: 48px; } }
    .main__intro h2::after, .main__intro h3::after {
      content: '';
      background-color: #F04C2C;
      display: block;
      margin-top: 20px;
      margin-bottom: 0;
      height: 3px;
      width: 64px; }
  .main__intro .main__introSplit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 640px) {
      .main__intro .main__introSplit {
        display: block; } }
    .main__intro .main__introSplit p {
      font-size: 16px;
      width: 42%; }
      @media (max-width: 640px) {
        .main__intro .main__introSplit p {
          width: 100%; } }

.main__listen {
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  background-color: #0F1529; }
  .main__listen .main__introDecoration {
    display: block;
    background-color: #29AAE1;
    position: absolute;
    top: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 0; }
  .main__listen .container {
    margin-bottom: 20px;
    max-width: 820px;
    position: relative;
    z-index: 1; }
  .main__listen .main__listenDescription p {
    color: #fff;
    font-size: 18px; }
  .main__listen h3 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 560px) {
      .main__listen h3 {
        font-size: calc(2.8125vw + 14.25px); } }
    @media (min-width: 1200px) {
      .main__listen h3 {
        font-size: 48px; } }
    .main__listen h3::after {
      content: '';
      background-color: #F04C2C;
      display: block;
      margin-top: 20px;
      margin-bottom: 0;
      height: 3px;
      width: 64px; }
    .main__listen h3 span {
      font-size: 20px;
      display: block;
      padding: 0px;
      margin: 0px; }
  .main__listen .main__introSplit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 640px) {
      .main__listen .main__introSplit {
        display: block; } }
    .main__listen .main__introSplit p {
      font-size: 16px;
      width: 42%; }
      @media (max-width: 640px) {
        .main__listen .main__introSplit p {
          width: 100%; } }

.meet-hosts {
  background-color: #FBFBFB;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 560px) {
    .meet-hosts {
      padding-top: calc(3.125vw + 2.5px); } }
  @media (min-width: 1200px) {
    .meet-hosts {
      padding-top: 40px; } }
  @media (min-width: 560px) {
    .meet-hosts {
      padding-bottom: calc(3.125vw + 2.5px); } }
  @media (min-width: 1200px) {
    .meet-hosts {
      padding-bottom: 40px; } }
  .meet-hosts .meet-hosts__intro {
    margin-bottom: 50px;
    max-width: 580px; }
    .meet-hosts .meet-hosts__intro h3 {
      font-family: "Palanquin Dark", sans-serif;
      font-size: 40px;
      font-weight: 500;
      font-size: 30px; }
      @media (min-width: 560px) {
        .meet-hosts .meet-hosts__intro h3 {
          font-size: calc(2.8125vw + 14.25px); } }
      @media (min-width: 1200px) {
        .meet-hosts .meet-hosts__intro h3 {
          font-size: 48px; } }
      .meet-hosts .meet-hosts__intro h3::after {
        content: '';
        background-color: #F04C2C;
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
        height: 3px;
        width: 64px; }
    .meet-hosts .meet-hosts__intro p {
      font-size: 16px; }
  .meet-hosts .host__profiles {
    max-width: 820px; }
    @media (max-width: 560px) {
      .meet-hosts .host__profiles {
        display: block; } }
    .meet-hosts .host__profiles .hostModule {
      background-color: #fff;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0 auto 40px;
      max-width: 500px;
      padding: 20px 20px; }
    .meet-hosts .host__profiles .hostModule__image {
      margin-right: 20px;
      max-width: 150px;
      width: 34%; }
    .meet-hosts .host__profiles .host__headshot {
      border-radius: 50%; }
    .meet-hosts .host__profiles .hostModule__text {
      width: 64%; }
      .meet-hosts .host__profiles .hostModule__text img {
        margin-bottom: 1em;
        max-width: 150px; }
    .meet-hosts .host__profiles h4 {
      margin-top: 0;
      margin-bottom: 1em;
      font-family: "Palanquin Dark", sans-serif;
      font-weight: 400;
      font-size: 18px; }
      .meet-hosts .host__profiles h4 + a {
        display: block;
        transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .meet-hosts .host__profiles h4 + a:hover {
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .meet-hosts .host__profiles p {
      margin: auto;
      font-size: 14px;
      line-height: 1.3; }

.splitBoxes {
  background-color: #0F1529;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px; }
  @media (min-width: 560px) {
    .splitBoxes {
      padding-top: calc(6.25vw + 5px); } }
  @media (min-width: 1200px) {
    .splitBoxes {
      padding-top: 80px; } }
  @media (min-width: 560px) {
    .splitBoxes {
      padding-bottom: calc(7.8125vw - 33.75px); } }
  @media (min-width: 1200px) {
    .splitBoxes {
      padding-bottom: 60px; } }
  .splitBoxes .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 850px;
    position: relative;
    z-index: 1; }
    @media (max-width: 640px) {
      .splitBoxes .container {
        display: block; } }
  .splitBoxes .splitBoxes__module {
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
    padding: 5% 7% 7%;
    width: 47%; }
    @media (max-width: 640px) {
      .splitBoxes .splitBoxes__module {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 400px; } }
  .splitBoxes h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: "Palanquin Dark", sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-size: 30px; }
    @media (min-width: 560px) {
      .splitBoxes h3 {
        font-size: calc(2.8125vw + 14.25px); } }
    @media (min-width: 1200px) {
      .splitBoxes h3 {
        font-size: 48px; } }
    .splitBoxes h3::after {
      content: '';
      background-color: #F04C2C;
      display: block;
      margin-top: 20px;
      margin-bottom: 0;
      height: 3px;
      width: 64px; }
  .splitBoxes p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px; }
  .splitBoxes .splitBoxesDecoration {
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 0; }
    .splitBoxes .splitBoxesDecoration--01 {
      background-color: #253C95;
      top: 0;
      left: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .splitBoxes .splitBoxesDecoration--02 {
      background-color: #29AAE1;
      bottom: 0;
      right: 0;
      -ms-transform: translateY(50%);
          transform: translateY(50%); }

.main__episodeContent p, .main__episodeContent ul li {
  font-size: 16px; }

.main__episodeContent a {
  color: #29AAE1;
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .main__episodeContent a:hover, .main__episodeContent a:focus {
    color: #F04C2C; }

.episodeResources .container {
  max-width: 820px;
  position: relative;
  z-index: 1; }

.episodeResources h3 {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-size: 30px; }
  @media (min-width: 560px) {
    .episodeResources h3 {
      font-size: calc(2.8125vw + 14.25px); } }
  @media (min-width: 1200px) {
    .episodeResources h3 {
      font-size: 48px; } }
  .episodeResources h3::after {
    content: '';
    background-color: #F04C2C;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    height: 3px;
    width: 64px; }

.episodeResources .additionalLinks {
  width: 50%; }
  @media (max-width: 768px) {
    .episodeResources .additionalLinks {
      width: 90%; } }
  .episodeResources .additionalLinks li a {
    display: block;
    position: relative;
    color: #29AAE1;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */
    text-decoration: none; }
    .episodeResources .additionalLinks li a:hover, .episodeResources .additionalLinks li a:focus {
      color: rgba(240, 76, 44, 0.7); }
      .episodeResources .additionalLinks li a:hover::after, .episodeResources .additionalLinks li a:focus::after {
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
        -ms-transform: scale(1);
            transform: scale(1); }
    .episodeResources .additionalLinks li a::after {
      content: '';
      background-color: #F04C2C;
      display: block;
      margin-top: 2px;
      height: 3px;
      width: 100%;
      /* position: absolute;
        bottom: 0;
        left: 0; */
      -ms-transform: scale(0);
          transform: scale(0);
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
      transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.episodeSubscribe {
  padding-bottom: 40px; }
  .episodeSubscribe__intro {
    margin-bottom: 30px; }
  .episodeSubscribe__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .episodeSubscribe__buttons a {
      margin-bottom: 1%;
      width: 24%;
      transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform; }
      @media (max-width: 640px) {
        .episodeSubscribe__buttons a {
          width: 48%; } }
      .episodeSubscribe__buttons a:hover, .episodeSubscribe__buttons a:focus {
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .episodeSubscribe h3 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-size: 30px; }
    @media (min-width: 560px) {
      .episodeSubscribe h3 {
        font-size: calc(2.8125vw + 14.25px); } }
    @media (min-width: 1200px) {
      .episodeSubscribe h3 {
        font-size: 48px; } }
    .episodeSubscribe h3::after {
      content: '';
      background-color: #F04C2C;
      display: block;
      margin-top: 20px;
      margin-bottom: 0;
      height: 3px;
      width: 64px; }
  .episodeSubscribe .container {
    max-width: 820px; }

body.episode #newsletter {
  background-color: #FBFBFB; }
  body.episode #newsletter #mc_embed_signup {
    background-color: #FBFBFB; }

@media (max-width: 560px) {
  body.episode .main__intro .main__introDecoration {
    display: none; } }

.episodeLanding .hero {
  background-color: #FBFBFB; }

.episodeLanding .main__intro {
  background-color: #FBFBFB;
  margin-top: 0;
  padding-top: 30px; }

.archiveMain {
  background-color: #FBFBFB;
  padding: 30px 20px 60px; }
  .archiveMain .container {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.13);
    max-width: 780px;
    padding: 0; }
  .archiveMain .archiveModule {
    background-color: #fff;
    border-bottom: 1px solid #D9D9D9;
    padding: 30px; }
    .archiveMain .archiveModule h3 {
      font-size: 20px; }
      .archiveMain .archiveModule h3 a {
        color: #000;
        text-decoration: none;
        transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .archiveMain .archiveModule h3 a:hover, .archiveMain .archiveModule h3 a:focus {
          color: #F04C2C; }
    .archiveMain .archiveModule .archiveModule__description p {
      font-size: 16px; }
    .archiveMain .archiveModule .archiveModule__byline {
      margin-bottom: 40px; }
      .archiveMain .archiveModule .archiveModule__byline p {
        color: #7F7E7E;
        font-size: 13px;
        letter-spacing: 0.2px; }
    .archiveMain .archiveModule .button {
      font-size: 18px; }
