.episodes {
  display: grid;
  gap: 43px;
}
@media (min-width: 768px) {
  .episodes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .episodes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.episodes .episode {
  display: flex;
  flex-direction: column;
}
.episodes .episode .thumbnail {
  height: 206px;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
  background-color: #646F79;
}
.episodes .episode .thumbnail:hover:after {
  content: "";
  border: 2px solid #1CA766;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 15px;
  left: -5px;
  top: -5px;
  z-index: 20;
}
.episodes .episode .thumbnail.no-image {
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: bold;
}
.episodes .episode .thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px;
}
.episodes .episode .thumbnail .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.episodes .episode--sequence {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.episodes .episode--title {
  color: #1B4D58;
  margin-bottom: 13px;
  font-weight: bold;
}
.episodes .episode .description {
  font-size: 11px;
  font-weight: 500;
}
.episodes .episode .badges {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.episodes .episode .badges .badge {
  font-size: 11px;
  font-weight: 600;
  color: #1B4D58;
  background: #D9EDE6;
  border-radius: 23px;
  text-align: center;
  min-width: 112px;
  text-wrap: nowrap;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
}
.episodes .episode .badges .badge:hover:not(.soon) {
  background: #1B4D58;
  color: #D9EDE6;
}
.episodes .episode .badges .badge.soon {
  background: #B5E1FF;
}

.video-play-btn {
  background: url("/themes/openspace/assets/img/new-neighbourhoods/vide_playbutton.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 59px;
  height: 56px;
  display: inline-block;
}

.hosts {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .hosts {
    grid-template-columns: 1fr 1fr;
  }
}
.hosts .host {
  display: flex;
  align-items: center;
  gap: 30px;
  color: inherit !important;
}
.hosts .host:hover {
  color: #1CA766 !important;
}
.hosts .host:hover .thumbnail:after {
  content: "";
  border: 2px solid #1CA766;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 100%;
  left: -5px;
  top: -5px;
  z-index: 20;
}
.hosts .host:hover .thumbnail img {
  border: 1px solid #1CA766;
}
.hosts .host .thumbnail {
  width: 114px;
  height: 114px;
  min-width: 114px;
  border-radius: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hosts .host .thumbnail {
    width: 148px;
    height: 148px;
    min-width: 148px;
  }
}
.hosts .host .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100%;
}
.hosts .host .name {
  font-weight: bold;
  color: #1B4D58;
}
.hosts .host .name img {
  width: 16px;
  height: 16px;
}
.hosts .host .biography {
  font-weight: 300;
}

.social-media-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 15px;
  justify-content: center;
}
@media (min-width: 992px) {
  .social-media-links {
    padding: 0;
    justify-content: flex-start;
  }
}
.social-media-links a {
  text-transform: uppercase;
  border: 1.5px solid #1CA766;
  color: #1CA766;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 347px;
}
@media (min-width: 992px) {
  .social-media-links a {
    gap: 10px;
  }
}
.social-media-links a:hover {
  color: #1CA766;
  text-decoration: underline;
}
.social-media-links a img {
  width: 26px;
  height: 26px;
}

.type-new-neighbourhoods-episode {
  font-weight: 300;
}
.type-new-neighbourhoods-episode h1 {
  font-size: 25px;
  font-weight: bold;
  color: #1CA766;
}
@media (min-width: 768px) {
  .type-new-neighbourhoods-episode h1 {
    font-size: 35px;
  }
}
.type-new-neighbourhoods-episode section {
  margin-bottom: 50px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .type-new-neighbourhoods-episode section {
    margin-bottom: 60px;
  }
}
.type-new-neighbourhoods-episode section h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.type-new-neighbourhoods-episode .section-video .video {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .type-new-neighbourhoods-episode .section-video .video {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .type-new-neighbourhoods-episode .section-video .video .lite-youtube {
    width: 100%;
    max-width: 100%;
    max-height: 587px;
  }
}
.type-new-neighbourhoods-episode .section-more-episodes {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .type-new-neighbourhoods-episode .section-more-episodes {
    margin: 60px 0;
  }
}
.type-new-neighbourhoods-episode .section-more-episodes h2 {
  margin: 0;
}
.type-new-neighbourhoods-episode .section-more-episodes .section--title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .type-new-neighbourhoods-episode .section-more-episodes .section--title {
    gap: 15px;
  }
}
.type-new-neighbourhoods-episode .section-more-episodes .section--title a {
  color: #1CA766;
  border: 1px solid #1CA766;
  border-radius: 25px;
  padding: 0 1em;
  display: block;
  font-size: 11px;
}
.type-new-neighbourhoods-episode .section-more-episodes .section--title a:hover {
  background: #1CA766;
  color: #fff;
}
.type-new-neighbourhoods-episode .hero img {
  max-width: 800px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto 36px auto;
}

.nn_episode_enquiry_form_container {
  padding: 22px 30px;
  border-radius: 15px !important;
}
@media (min-width: 992px) {
  .nn_episode_enquiry_form_container {
    padding: 40px 60px;
  }
}
.nn_episode_enquiry_form_container .header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nn_episode_enquiry_form_container .header {
    margin-bottom: 40px;
  }
}
.nn_episode_enquiry_form_container .header .enquiry-logo {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.nn_episode_enquiry_form_container h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .nn_episode_enquiry_form_container h2 {
    font-size: 24px;
  }
}
.nn_episode_enquiry_form_container label:not(.option) {
  display: none;
}
.nn_episode_enquiry_form_container label.error, .nn_episode_enquiry_form_container label.js-error {
  display: block;
  width: 100%;
  color: #dc3545;
  font-size: 14px;
}
.nn_episode_enquiry_form_container .input-group {
  background: #F6F8FB;
  border: 1px solid #E2E6F0;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.nn_episode_enquiry_form_container .input-group.error {
  border-color: #dc3545;
}
.nn_episode_enquiry_form_container .input-group .input-group-text {
  background: transparent;
  border: 0;
}
.nn_episode_enquiry_form_container .input-group .input-group-prepend select {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: #212529;
}
.nn_episode_enquiry_form_container .input-group .form-control {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.nn_episode_enquiry_form_container .input-group label.error,
.nn_episode_enquiry_form_container .input-group label.js-error {
  position: absolute;
  bottom: -2.5em;
}
.nn_episode_enquiry_form_container .terms-privacy {
  font-size: 10px;
  color: #646F79;
  margin-top: 30px;
}
.nn_episode_enquiry_form_container legend {
  font-size: 16px;
  font-weight: 500;
}
.nn_episode_enquiry_form_container .custom-partners .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 15px;
}
.nn_episode_enquiry_form_container .custom-partners .form-group {
  margin: 0;
}

.partners {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .partners {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .partners {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.partners .partner {
  background-color: #646F79;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 189px;
  position: relative;
}
.partners .partner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.37;
}
.partners .partner > div {
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 25px 0;
}
.partners .partner .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  max-width: 182px;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.partners .partner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.partners .partner .skip {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 182px;
  display: block;
  font-size: 12px;
}
.partners .partner .skip:hover {
  background: #fff;
  color: #000;
}

lite-youtube::before {
  display: none !important;
}