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

.page--new-neighbourhoods {
  padding: 25px 0;
}
.page--new-neighbourhoods section {
  margin-bottom: 50px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page--new-neighbourhoods section {
    margin-bottom: 60px;
  }
}
.page--new-neighbourhoods section.has-space {
  padding: 0;
}
.page--new-neighbourhoods section h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page--new-neighbourhoods .hero img {
  max-width: 800px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
}
.page--new-neighbourhoods .heading {
  display: grid;
  gap: 45px;
}
@media (min-width: 992px) {
  .page--new-neighbourhoods .heading {
    grid-template-columns: auto auto;
  }
}
.page--new-neighbourhoods .heading h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.25;
  color: #19A665;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .page--new-neighbourhoods .heading h1 {
    font-size: 35px;
  }
}
.page--new-neighbourhoods .heading h1 span {
  color: #1B4D58;
}
.page--new-neighbourhoods .heading .links {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.page--new-neighbourhoods .heading .links a {
  width: 279px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.page--new-neighbourhoods .heading .intro {
  font-weight: 300;
}
.page--new-neighbourhoods .section-episodes {
  padding: 28px 30px;
  border: 1px solid #D9EDE6;
  border-radius: 13px;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .page--new-neighbourhoods .section-episodes {
    padding: 33px 53px;
    margin: 60px 0;
  }
}
.page--new-neighbourhoods .section-hosts {
  padding: 0 30px;
}
@media (min-width: 992px) {
  .page--new-neighbourhoods .section-hosts {
    padding: 0 60px;
  }
}
.page--new-neighbourhoods .faq {
  font-size: 14px;
}

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