/*      Request ID: 48175409c05dc4c7b8088ef32ca6cf6e_1780879401 (06/12/2026 10:34am) (tc1BDoMwDETRq3CAEh8JUTKqLZxQxRMQt28rVhygq6+3+qJbgcTWqQeCaPWGMWNPbjsOnR2pgvLuT7dlUhaXyeqrIRsqQ6goCEHm7KsET//KjWdaIh6D/Pl05ff6AA==)      */



/*      Resource ID: 805a67af5f6cf0b3471bba01ce8 (lity.css, minified by none) (06/12/2026 10:34am) (A:4071, B:4071, J:4071, K:4071)      */

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/*      Resource ID: cdce95e57bb3f62b3eb2cdaa7f9 (styles.css, minified by none) (06/12/2026 10:33am) (A:5320, B:5320, J:5320, K:5320)      */

body {
  background: #000;
}

.body_edtalk .wrapper.page {
margin: 0 5vw;
}

.body_edtalk.menu-open .wrapper.page {
 width: 100vw;
}

.content {
 width: 100%;
 max-width: 1600px;
 margin: 0 auto;
 position: relative;
 overflow: hidden;
}


.hero__video {
/* text-align: right; */
width: 95%;
min-width: 95%;
/* max-width: none; */
position: absolute;
top: 2.5vw;
left: 0;
overflow:hidden;
margin-left: 25%;
/* z-index: -1; */
}

.hero__video:after {
content: "";
display: block;
position: absolute;
width: 100%;
left: 0;
height: 30%;
bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
overflow: hidden;
}

.hero__video video {
display: none;
}

.hero__video img {
width: 100%;
/* margin-left: 3vw; */
}

.hero__details {
/* max-width: 50%; */
width: 50%;
position: relative;
/* margin-top: 20vw; */
margin-top: 14vw;
/* margin-left: 5vw; */

}

.edtalk-feedback .hero__details {
  margin-top: 7vw;
}

.hero__details__paragraph {
color: white;
font-family: "HK Grotesk",Arial,sans-serif;
/* margin-left: 5vw; */
font-size: 1.25rem;
position: relative;
width: 1200px;
max-width: 100%;
}


.title-divider-yellow {
width:100%;
/* max-width: 550px; */

height: 1px;
background-color: #ffcd00;
margin: 3vw 0 3.5vw;
}

.episodes {
width: 100%;
position: relative;
/* margin-left: 5vw; */
margin-bottom: 80px;
}

.body-divider-gray {
background-color: #878787;
width:100%;
height:1px;
margin-top: 5px;
}

.label-episodes {
margin-top: 8vh;
color: #ffcd07;
font-size: 1rem;
text-transform: uppercase;
}

.wrapper.page .preview__content {
max-width: none;
}

.preview__episode__label {
color: #ffcd07;
font-size: 1.25rem;
text-transform: uppercase;
margin-top: 0;
}

.wrapper.page .preview__title {
max-width: 550px;
}


.wrapper.page .preview__title {
color: #fff;
text-transform: uppercase;
font-size: 1.4em;
letter-spacing: 0.04em;
line-height: 1.3em;
}

.wrapper.page .preview__title a   {
color: inherit;
text-transform: inherit;
font-size: inherit;
letter-spacing: inherit;
line-height: inherit;
}

.wrapper.page .preview__title a, .wrapper.page .preview__title a:visited {
text-decoration: none;
}

.wrapper.page .preview__title a:hover, .wrapper.page .preview__title a:active  {
text-decoration: underline;
}

.preview__episode__details {
color: #878787;
font-size: 1.2rem;
}

.preview__episode__details a, .preview__episode__details a:visited {
color: #878787;
text-decoration: none;
}

.preview__episode__details a:hover, .preview__episode__details a:active {
color: #878787;
text-decoration: underline;
}


.wrapper.page .preview__text {
color: #fff;
font-size: 1.3em;
line-height: 1.5;
margin-top: 30px;
}


.wrapper.page .article-list__item {
  border-top: 1px solid #878787;
}

.preview__image-container {
  height: 330px;
  width: auto;
  margin-right: 50px;
  display: inline-table;
}


@media screen and (min-width: 700px) {


.hero__video {
  top: 1.5vw;
  margin-left: 30%;
}

.hero__video video {
display: block;
}

.hero__video figure {
display: none;
}

.hero__details {
/* padding: calc(75vh - 350px) 170px 8vh; */
/* width: 65%; */
width: 50%;
/* padding-top: 175px; */
position: relative;
/* margin-top: 140.2px; */
}

.hero__details__title {
  /* width: 550px; */
}

.hero__details__paragraph {

font-size: 1.5rem;

}

.wrapper.page .preview__title {
  font-size: 1.5em;
}

.wrapper.page .preview__title a {
  font-size: inherit;
}


.label-episodes {
font-size: 1.25em;
}

/* .hero__video {

width: 95%;
min-width: 95%;
max-width: none;
position: absolute;
top: 3vw;

right: 0;
margin-right: -25vw;

}

.hero__video:after {
content: "";
display: block;
position: absolute;

right: 0;
width: 95%;
height: 30%;

bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));

} */

}

@media screen and (min-width: 960px) {
.hero__details__paragraph {

font-size: 1.75rem;

}

.label-episodes {
font-size: 1.5em;
}

.wrapper.page .preview__title {
  font-size: 1.5em;
}

.wrapper.page .preview__title a   {
  font-size: inherit;
}

}


@media screen and (max-width: 1179px) {
.preview__image {
height: auto;
}
.preview__image-container {
height: auto;
}

}

@media screen and (min-width: 1180px) {
.preview__image-container {
width: 33%;
}

}



@media screen and (min-width: 1200px) {
.hero__details__paragraph {

font-size: 2rem;

}

.label-episodes {
font-size: 1.75em;
}

.wrapper.page .preview__title   {
  font-size: 1.75em;
}

.wrapper.page .preview__title a   {
  font-size: inherit;
}

.wrapper.page .preview__text {
font-size: 1.5em;
}

.hero__video {
  margin-left: 25%;
}

.hero__details {
  width: 40%;
}

}


.lity-close {
  right: 10px;
  top: 10px;
}

.lity-close:active {
  top: 11px;
}

@media screen and (min-width: 1600px) {
  .title-divider-yellow {
    margin: 3vw 0 2.5vw;
  }
}

@media screen and (min-width: 3800px) {
  .hero__details {
    margin-top: 400px;
  }

  .edtalk-feedback .hero__details {
    margin-top: 200px;
  }

}

.edtalk-feedback .content {
  max-width: 960px;
}

.edtalk-feedback .hero__video  video {
  display: none;
}

.edtalk-feedback .hero__video figure {
  display: block;
}

.edtalk-feedback .wrapper.page .lw_widget_forms {
  margin: 0 6px;
}

.edtalk-feedback .wrapper.page .lw_forms_field {
  background-color: white;
  width: 100%;
}

.edtalk-feedback .wrapper.page .lw_forms_form label {
  display: none;
}

.edtalk-feedback .wrapper.page .lw_forms_form textarea {
  border: 0;
}

.edtalk-feedback .wrapper.page .lw_forms_form input {
  background-color: white;
}

.edtalk-feedback .wrapper.page #lw_forms_thanks {
  color: white;
}

.edtalk-feedback .wrapper.page .lw_form_error {
  color: white;
}