@charset "UTF-8";
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, img,
ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li,
pre, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

button, [type=submit], [type=button], [type=reset] {
  cursor: pointer;
  border: 0;
  text-align: center;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}

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

table {
  table-layout: fixed;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

select::-ms-expand {
  display: none;
}

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* != ms-clear */
input[type=text]::-ms-clear {
  display: none;
}

/* != BACKGROUND POSITION AND BOX SIZING */
*, *:before, *:after {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
}

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

svg path {
  d: revert-layer !important;
}

/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
/* != Poppins ====================================== */
/*
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-Thin.woff") format("woff");
	font-style:normal;font-weight:100;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-ThinItalic.woff") format("woff");
	font-style:italic;font-weight:100;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-ExtraLight.woff") format("woff");
	font-style:normal;font-weight:200;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff");
	font-style:italic;font-weight:200;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-Light.woff") format("woff");
	font-style:normal;font-weight:300;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-LightItalic.woff") format("woff");
	font-style:italic;font-weight:300;
}
	*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
/*
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-Medium.woff") format("woff");
	font-style:normal;font-weight:500;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-MediumItalic.woff") format("woff");
	font-style:italic;font-weight:500;
} */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
/* @font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff");
	font-style:normal;font-weight:800;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff");
	font-style:italic;font-weight:800;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-Black.woff") format("woff");
	font-style:normal;font-weight:900;
}
@font-face { font-family:"Poppins";
	src:url("../fonts/Poppins/Poppins-BlackItalic.woff") format("woff");
	font-style:italic;font-weight:900;
}
 */
/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
/* != DEFAULT STYLES ===== */
html, body {
  scroll-behavior: smooth;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

[id] {
  scroll-margin-top: 100px;
}

h1, .title1 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
}
.banner-content h1, .banner-content .title1 {
  font-size: 3.75rem;
}
@media screen and (max-width: 1000px) {
  h1, .title1 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .episode-no + h1, .episode-no + .title1 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  .episode-no + h1, .episode-no + .title1 {
    font-size: 1.875rem;
  }
}

h2, .title2 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2, .title2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  h2, .title2 {
    font-size: 36px;
  }
}

h3, .title3 {
  font-size: 1.875rem;
  color: #000000;
  font-weight: 600;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 600px) {
  h3, .title3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 400px) {
  h3, .title3 {
    font-size: 1.375rem;
  }
}

h4, .title4 {
  font-size: 1.375rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 600px) {
  h4, .title4 {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.intro p {
  font-size: 1.25rem;
}

p + h2, p + h3, ul + h2, ul + h3, ol + h2, ol + h3 {
  margin: 40px 0 10px 0;
}

blockquote {
  font-size: 1.25rem;
  padding: 50px 0;
  color: #5D3DA0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin: 50px 0;
}
blockquote p {
  font-size: inherit;
}
blockquote cite {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 20px;
  color: #000000;
}

img {
  display: block;
  border-radius: 10px;
}

a {
  color: #50B849;
  text-decoration: underline;
}
a:hover {
  color: #5D3DA0;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  background: #5D3DA0;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 0 0 transparent;
}
p + .btn {
  margin-top: 20px;
}
.btn.alt {
  background: #fff;
  color: #5D3DA0;
}
.btn:hover {
  background: #50B849;
  color: #fff;
  box-shadow: 0 10px 20px -10px rgba(80, 184, 73, 0.2);
}
.btn.alt:hover {
  background: #fff;
  color: #50B849;
  box-shadow: 0 10px 20px -10px rgba(255, 255, 255, 0.2);
}
.btn[disabled] {
  display: none;
}

.more {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.2s;
}
.more:hover {
  color: #5D3DA0;
}

.meta {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  transition: 0.2s;
  color: #757575;
  display: block;
  font-size: 1.2;
}

.content ul:not([class*=gf]) {
  margin: 20px 0 20px 20px;
}
.content ul:not([class*=gf]) > li {
  position: relative;
  padding-left: 10px;
}
.content ul:not([class*=gf]) > li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.content ol {
  counter-reset: li;
  margin: 20px 0 20px 20px;
}
.content ol > li {
  position: relative;
  padding-left: 20px;
}
.content ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  right: calc(100% - 15px);
}

.socials ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.socials ul .social {
  height: 27px;
}
.socials ul .social svg {
  fill: #fff;
  background-color: #5D3DA0;
  padding: 4px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transition: all 0.2s;
}
.socials ul .social:hover svg {
  background-color: #50B849;
}

::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != ACCESSIBILITY STYLES ===== */
.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid rgba(0, 0, 0, 0.5);
  outline-offset: 3px;
}

@supports selector(:focus-visible) {
  *:focus {
    outline: none;
  }
  *:focus-visible {
    outline: 3px solid rgba(0, 0, 0, 0.5);
    outline-offset: 3px;
  }
}
#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 9999999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#skipnav:focus {
  transform: translateY(0%);
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
    ::selection         {
        background: #aaa;
        color: #fff;
    }
    ::-moz-selection    {
        background: #aaa;
        color: #fff;
    }
    ::-webkit-selection {
        background: #aaa;
        color: #fff;
    }
*/
/* != LAYOUT STYLES ===== */
.wrap {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

#header {
  position: absolute;
  width: 100%;
  padding: 30px 0;
  z-index: 1;
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 20px 0;
  }
}

#logo {
  position: relative;
  z-index: 1;
}
#logo img {
  width: 171px;
  height: 73px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #logo img {
    width: 137px;
    height: 58px;
  }
}

#main-nav > ul > li {
  display: inline-block;
  position: relative;
}
#main-nav > ul > li > a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.1875rem;
  border-radius: 50px;
  transition: 0.2s;
  text-decoration: none;
}
#main-nav > ul > li > a:hover, #main-nav > ul > li > a:focus {
  color: #5D3DA0;
  background-color: #fff;
}
#main-nav > ul > li .sub-menu-wrap {
  display: block;
  background: #555;
  width: 300px;
  padding: 30px 20px;
  position: absolute;
}
#main-nav > ul > li .sub-menu-wrap ul[aria-hidden=true] {
  display: none;
}
#main-nav > ul > li .sub-menu-wrap li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
#main-nav > ul > li .sub-menu-wrap li a {
  color: #fff;
  text-decoration: none;
}
#main-nav > ul > li.menu-item-has-children {
  position: relative;
}
#main-nav > ul > li.menu-item-has-children > .menu-toggle-button {
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  background-color: none;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li.menu-item-has-children:hover .sub-menu-wrap ul {
    display: block;
  }
}
#main-nav > ul > li.menu-item-has-children:hover > a {
  color: #fff;
  background-color: #555;
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li.menu-item-has-children.active .sub-menu-wrap ul {
    display: block;
  }
}
#main-nav > ul > li.menu-item-has-children.active > a {
  color: #fff;
  background-color: #555;
}
@media screen and (max-width: 768px) {
  #main-nav > ul > li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #main-nav {
    display: none;
  }
}

#main-mobile-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.2s;
  padding: 110px 20px 20px;
}
#main-mobile-nav ul li {
  margin: 10px 0;
}
#main-mobile-nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
}
#main-mobile-nav .socials {
  margin-top: 20px;
}
#main-mobile-nav .socials a svg {
  background: #fff;
  fill: #5D3DA0;
}
@media screen and (max-width: 600px) {
  #main-mobile-nav {
    display: block;
    z-index: 0;
    background: linear-gradient(to bottom right, #5C3C9F 0, #A883F1 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  #main-mobile-nav.active {
    opacity: 1;
    visibility: visible;
  }
}

#menu-toggle {
  align-self: flex-start;
  vertical-align: middle;
  display: none;
  padding: 0 0 0 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: none;
  position: relative;
  z-index: 1;
}
#menu-toggle span, #menu-toggle span:before, #menu-toggle span:after {
  cursor: pointer;
  border-radius: 5px;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
#menu-toggle span:before {
  top: -6px;
}
#menu-toggle span:after {
  bottom: -6px;
}
#menu-toggle,
#menu-toggle span:before,
#menu-toggle span:after {
  transition: all 0.2s ease-in-out;
}
#menu-toggle.active span {
  background-color: transparent;
}
#menu-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
}
#menu-toggle.active span:after {
  transform: translateY(-8px) rotate(-45deg);
  top: 8px;
}
@media screen and (max-width: 600px) {
  #menu-toggle {
    display: block;
  }
}

#banner {
  background: linear-gradient(to bottom right, #5C3C9F 0, #A883F1 100%);
  z-index: 0;
  padding-top: 100px;
  position: relative;
}
#banner.interior {
  padding-top: 175px;
}
#banner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}
#banner .banner-content {
  font-size: 1.25rem;
  color: #fff;
  flex: 0 0 465px;
  padding: 80px 0;
}
#banner .banner-content h1 {
  color: #fff;
}
#banner .slide {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
}
#banner .slide img {
  border-radius: 0;
}
#banner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1500/75;
  background: url("data:image/svg+xml,%3Csvg width%3D%221500%22 height%3D%2275%22 viewBox%3D%220 0 1500 75%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M0 0L750 70L1500 0V75H750H0V0Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 100%;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 940px) {
  #banner .banner-content h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 860px) {
  #banner .banner-content {
    flex: 0 0 calc(50% - 15px);
  }
  #banner .slide {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  #banner.interior {
    padding-top: 130px;
  }
}
@media screen and (max-width: 800px) {
  #banner .wrap {
    display: block;
  }
  #banner .banner-content {
    text-align: center;
    padding: 50px 0 0 0;
  }
  #banner .banner-content h1 {
    text-wrap: balance;
  }
  #banner .slide img {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}

#page-title {
  text-align: center;
  margin: 40px 0 -40px 0;
}
#page-title .episode-no {
  text-transform: uppercase;
  color: #5D3DA0;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 400px) {
  #page-title {
    margin: 40px 0 0 0;
  }
}

section {
  margin: 100px 0;
}
section.mod-podcast-nav {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  section {
    margin: 80px 0;
  }
  section.mod-podcast-nav {
    margin: 40px 0;
  }
}
@media screen and (max-width: 400px) {
  section {
    margin: 60px 0;
  }
  section.mod-podcast-nav {
    margin: 20px 0;
  }
}

.mod-podcast-nav + section {
  margin-top: 50px;
}

.podcast-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.content-sub .podcast-options {
  justify-content: flex-start;
}
.podcast-options a {
  display: block;
}
.podcast-options a img {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin: 0;
  box-shadow: transparent;
  transition: 0.2s;
  width: 161px;
  height: auto;
}
.content-sub .podcast-options a img {
  margin: 0;
}
.podcast-options a:hover img {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 400px) {
  .podcast-options {
    gap: 10px;
  }
  .podcast-options a img {
    width: 150px;
    display: block;
  }
}

.mod-content-centered .content-centered {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.mod-episodes {
  text-align: center;
}
.mod-episodes .episodes {
  max-width: 950px;
  margin: 0 auto;
}
.mod-episodes .episodes .episode {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #E0E0E0;
}
.mod-episodes .episodes .episode .episode-no {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(to bottom right, #5C3C9F 0, #A883F1 100%);
  font-size: 1.625rem;
  font-weight: 600;
  border-radius: 5px;
  flex: 0 0 80px;
}
.mod-episodes .episodes .episode .episode-title {
  text-align: left;
  text-decoration: none;
}
.mod-episodes .episodes .episode .episode-title .meta {
  margin: 0 0 5px 0;
}
.mod-episodes .episodes .episode .episode-title .title4 {
  margin-bottom: 5px;
}
.mod-episodes .episodes .episode:first-child {
  border-top: none;
}
@media screen and (max-width: 600px) {
  .mod-episodes .episodes .episode .episode-no {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
    flex: 0 0 60px;
  }
}

.mod-content-area .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.mod-content-area .content-main {
  flex: 0 0 60.1754385965%;
}
.mod-content-area .content-sub {
  flex: 0 0 31.7543859649%;
}
.mod-content-area .content-sub img {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .mod-content-area .wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
  .mod-content-area .content-main {
    flex: 0 0 100%;
  }
  .mod-content-area .content-sub {
    flex: 0 0 100%;
  }
  .mod-content-area .content-sub img {
    margin: 0 auto 20px;
  }
  .mod-content-area .content-sub .socials ul {
    justify-content: center;
  }
  .mod-content-area.episode .wrap {
    flex-direction: column-reverse;
  }
  .mod-content-area.episode .content-sub {
    text-align: center;
  }
  .mod-content-area.episode .content-sub .podcast-options {
    gap: 10px;
    justify-content: center;
  }
}

.episode .content h2 {
  font-size: 1.5rem;
}
.episode .content h3 {
  font-size: 1.25rem;
}

.mod-newsletter .newsletter {
  background: linear-gradient(to bottom right, #5C3C9F 0, #A883F1 100%);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  padding: 60px 30px;
  overflow: hidden;
}
.mod-newsletter .newsletter .title3 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.mod-newsletter .newsletter:after {
  content: "";
  position: absolute;
  width: 669px;
  height: 174px;
  background: url(../svg/bg-img.svg) no-repeat 0 0;
  bottom: -87px;
  left: 10px;
  z-index: 0;
}
.mod-newsletter .newsletter form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  flex: 0 0 42.1052631579%;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.mod-newsletter .newsletter form label {
  position: absolute;
  left: -9000px;
}
.mod-newsletter .newsletter form input {
  flex: 0 1 100%;
}
.mod-newsletter .newsletter form button {
  flex: 0 0 auto;
}
.mod-newsletter .newsletter p {
  flex: 0 0 42.1052631579%;
  color: #fff;
}
.mod-newsletter .newsletter .hidden {
  display: none;
}
@media screen and (max-width: 900px) {
  .mod-newsletter .newsletter form, .mod-newsletter .newsletter p {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .mod-newsletter .newsletter {
    padding: 30px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mod-newsletter .newsletter .title3 {
    flex: 0 0 100%;
  }
  .mod-newsletter .newsletter form, .mod-newsletter .newsletter p {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 400px) {
  .mod-newsletter .newsletter form {
    flex-wrap: wrap;
  }
}

.mod-fifty-fifty .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  gap: 30px 7.8947368421%;
}
.mod-fifty-fifty .fifty-fifty-image {
  flex: 0 0 50%;
}
.mod-fifty-fifty .fifty-fifty-image img {
  border-radius: 10px;
}
.mod-fifty-fifty .fifty-fifty-text {
  flex: 0 1 auto;
}
@media screen and (max-width: 700px) {
  .mod-fifty-fifty .wrap {
    flex-wrap: wrap;
  }
  .mod-fifty-fifty .fifty-fifty-image {
    flex: 0 0 100%;
  }
  .mod-fifty-fifty .fifty-fifty-image img {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

#footer {
  padding-bottom: 25px;
}
#footer img {
  border-radius: 0;
}
#footer .footer-top {
  border-top: 1px solid #E0E0E0;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}
#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  font-size: 0.625rem;
  padding: 10px 0 0 0;
  color: #757575;
}
#footer .footer-bottom a {
  color: #757575;
}
#footer .footer-bottom .jasonlarose {
  opacity: 0.5;
}
@media screen and (max-width: 400px) {
  #footer .footer-top {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #footer .footer-bottom {
    flex-direction: column;
    gap: 0;
  }
}

#footer .jackrabbit a {
  text-decoration: underline;
}
#footer .jackrabbit a:hover {
  text-decoration: none;
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
/*
    ::-webkit-input-placeholder {
        color: #aaa;
    }

    ::-moz-placeholder {
        color: #aaa;
    }
*/
/* != FORM STYLES ===== */
input[type=text], input[type=password], input[type=url], input[type=number], input[type=tel], input[type=email] {
  width: 100%;
  padding: 12px 15px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}

textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}

/* .ginput_container_checkbox {
	.gfield_checkbox {
		.gchoice {
			label {
				padding: 0 0 0 2px;
				cursor: pointer;
				position: relative;
				&:before {
					border: 1px solid #00f;
					@include size(15px);
					border-radius: 2px;
					left: -17px;
					top: 1px;
					content: '';
					position: absolute;
					opacity: 1;
				}
				&:after {
					border-left: 3px solid #f00;
					border-bottom: 3px solid #f00;
					@include size(17px, 6px);
					transform: rotate(-45deg);
					top: 5px;
					left: -14px;
					content: '';
					position: absolute;
					opacity: 0;
				}
				&:hover {
					&:after {
						opacity: 0.3;
					}
				}
			}
			input[type=checkbox] {
				visibility: hidden;
				&:checked + label:after {
					opacity: 1;
				}
			}
		}
	}
}
.ginput_container_radio {
	.gfield_radio {
		.gchoice {
			label {
				padding: 0 0 0 2px;
				cursor: pointer;
				position: relative;
				&:before {
					border: 1px solid #00f;
					@include size(15px);
					border-radius: 50%;
					left: -17px;
					top: 1px;
					content: '';
					position: absolute;
					opacity: 1;
				}
				&:after {
					@include size(5px);
					border-radius: 50%;
					left: -12px;
					top: 6px;
					content: '';
					position: absolute;
					opacity: 0;
				}
				&:hover {
					&:after {
						opacity: 0.3;
					}
				}
			}
			input[type=radio] {
				visibility: hidden;
				&:checked + label:before {
					background: #f00;
					border: 1px solid #f00;
				}
				&:checked + label:after {
					background: #fff;
					opacity: 1;
				}
			}
		}
	}
} */
input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}
select {
  padding: 10px 35px 10px 15px;
  width: 100%;
  background: #fff url("data:image/svg+xml,%3Csvg width%3D%2213%22 height%3D%228%22 viewBox%3D%220 0 13 8%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293c.36-.36.928-.388 1.32-.083l.094.083L6.51 5.096 11.313.293c.36-.36.928-.388 1.32-.083l.094.083c.36.36.389.928.084 1.32l-.084.094-5.51 5.51c-.36.36-.927.388-1.32.083l-.094-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z%22 fill%3D%22%23f00%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  border: 1px solid #f00;
}

.gform_validation_errors {
  background-color: #c00;
  color: #fff;
  padding: 20px;
}
.gform_validation_errors h2 {
  color: #fff;
}

.gform_validation_container {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */