@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8 {
    padding-right: 55px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.archive.category, .archive.date {
  background-color: #f5f5f5;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 20px;
  background: #f2f1f1;
  border-radius: 5px;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

.page-template-podcast h1 {
  margin-bottom: 30px;
}

.page-template-podcast .latest-podcasts {
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .page-template-podcast .latest-podcasts {
    padding-bottom: 0;
  }
}
.page-template-podcast .latest-podcasts img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.page-template-podcast .latest-podcasts .cw_video_open_popup_customized {
  position: relative;
}

.page-template-podcast .latest-podcasts .cw_video_open_popup_customized::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 35.72px;
  background-image: url("../../dist/images/btn-play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-podcast .latest-podcasts .cw_video_open_popup_customized img {
  margin-right: 0;
}

.page-template-podcast .latest-podcasts .btn-transcript {
  font-family: var(--main-font), sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #474747;
  position: relative;
  padding-left: 22px;
}

.page-template-podcast .latest-podcasts .btn-transcript:hover {
  text-decoration: underline;
}

.page-template-podcast .latest-podcasts .btn-transcript::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
  background-image: url("../../dist/images/transcript-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-podcast .main-content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
}

.page-template-podcast .main-content .row {
  flex-direction: column-reverse;
  display: flex;
}

.page-template-podcast .main-content .subtitle {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #C3AC61;
  font-style: italic;
}

.page-template-podcast .main-content h2 {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .page-template-podcast .main-content h2 {
    margin-top: 30px;
  }
}
.page-template-podcast .main-content img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-template-podcast .main-content .container,
.page-template-podcast .main-content .row,
.page-template-podcast .main-content .col-right {
  position: initial;
}

.page-template-podcast .social-share {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0px;
  color: var(--text-color);
}

.page-template-podcast .social-share .fa-envelope {
  padding-left: 20px;
}

.page-template-podcast .social-share .fa-envelope::before {
  background-image: url("../../dist/images/email.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-podcast .social-share .fa-facebook {
  padding-left: 18px;
}

.page-template-podcast .social-share .fa-facebook::before {
  background-image: url("../../dist/images/fb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-podcast .social-share .fa-twitter {
  padding-left: 18px;
}

.page-template-podcast .social-share .fa-twitter::before {
  background-image: url("../../dist/images/x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-podcast .social-share .fa-pinterest {
  padding-left: 18px;
}

.page-template-podcast .social-share .fa-pinterest::before {
  background-image: url("../../dist/images/pinterest.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 58px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-podcast .social-share a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
  color: #253C57;
  position: relative;
  margin-top: 10px;
}

.page-template-podcast .podcast-title {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 0;
}

.page-template-podcast .share-label {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0px;
  color: var(--text-color);
}

.page-template-podcast .social-share-top {
  margin-top: 22px;
}

.page-template-podcast .podcast-item {
  margin-bottom: 30px;
}

.page-template-podcast .main-content h3, .page-template-podcast .main-content .h3-heading {
  color: var(--color-secondary);
  font-style: italic;
}

@media (min-width: 1200px) {
  .page-template-podcast .latest-podcasts {
    padding: 30px 0 30px;
  }
  .page-template-podcast .latest-podcasts h2 {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .page-template-podcast .main-content {
    padding-bottom: 60px;
  }
  .page-template-podcast .main-content img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 50%;
  }
  .page-template-podcast .main-content .row {
    flex-direction: row;
  }
  .page-template-podcast.page-template #hero.default-hero .container .row .text-wrap .banner-title {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 51px;
    line-height: 41px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .page-template-podcast #hero {
    height: 236px !important;
  }
}
@media (min-width: 1700px) {
  .page-template-podcast .main-content img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .page-template-podcast .col-lg-7 {
    margin-top: 20px;
  }
  .page-template-podcast .is-not-frontpage {
    padding-top: 30px;
  }
}

/*# sourceMappingURL=podcast.css.map*/