/*Both Views*/
/*==============================================*/
  /*Overall*/
    body {
      font-family: Arial, Helvetica, sans-serif;
    }

    * {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-size: 100%;
      vertical-align: baseline;
      background: transparent;
    }

    p i{
      font-size: inherit
    }
  /*==============================================*/

  /*Contact*/
    .contact-text {
      margin-top:0px;
      text-align: left;
      background: #ffffff;
      color: rgb(0, 0, 0);
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      padding-bottom: 30px
    }

    input {
      width: 100%;
      margin: 5px 0;
      margin-bottom: 24px;
      border: 1px solid black;
      box-sizing: border-box;
      height: 20px
    }

    input[name="name"] {
      width: 95%;
      margin-bottom: 24px;
      border: 1px solid black;
      box-sizing: border-box;
      margin-right: 5%;
      height: 20px
    }

    input[name="subject"] {
      width: 95%;
      margin-bottom: 24px;
      border: 1px solid black;
      box-sizing: border-box;
      margin-right: 5%;
      height: 20px
    }

    input[name="email"] {
      width: 95%;
      margin: 5px 0;
      margin-bottom: 24px;
      border: 1px solid black;
      box-sizing: border-box;
      margin-left: 5%;
      height: 20px
    }
  /*==============================================*/

  /*Transcript*/
    .transcript-text {
      margin-top:0px;
      text-align: left;
      background: #ffffff;
      color: rgb(0, 0, 0);
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      padding-bottom: 30px;
    }
  /*==============================================*/

textarea {
  width: 100%;
  margin: 5px 0;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  height: 80px
}

select {
  width: 95%;
  margin: 5px 0;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  margin-left: 5%;
  height: 20px
}

label {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

label[for="name"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
}

label[for="subject"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
}

label[for="category"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
  margin-left: 5%
}

label[for="email"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
  margin-left: 5%
}

.column-half-width{
  float: left;
  width: 50%;
}

.column-third-width{
  float: left;
  width: 33.333333333%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.player-icons {
  display: inline-block;
  height: 3vw;
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
  margin-right: 1.6vw;
  margin-left: 1.6vw
}

.iframe-row {
  height: 150vw
}

  /*Series Pages*/
    /*Navigation*/
      

    /*Gallery*/
      .image-gallery{
        background-color: white
      }

/* Desktop view */
@media (min-width: 500px) {
  /*Header*/
    .header-desktop {
      margin-top:0;
      /*padding: 30px; /* some padding */
      text-align: center; /* center the text */
      background: white; /* green background */
      color: white;
      width: 100%;
      display: flex
    }

    .header-desktop img {
      border-color: #460057ff;
      border-style: solid;
      border-width: 0px 0px 2px 0;
      width: 100%
    }

    .header-desktop h1 {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 70px;
      text-align: left;
      padding-left: 10px;
      height: 70px
    }

    .header-desktop p {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 30px;
        text-align: left;
        padding-left: 10px;
        height: 30px;
        font-style: italic
    }

    .header-mob {
      display: none
    }
  /*=================================*/

  /*overall subheader*/
    .overall-subheader{
      width: 100%;
      text-align: center;
      padding-bottom: 1%;
      padding-top: 1%;
      padding-right: 1%;
      background-color: #460057ff;
      color: white;
      font-size: 2vw;
      font-weight: bold
    }

  /*player icons*/
    .player-icon {
      display: inline-block;
      height: 3vw;
      margin-top: 0.6vw;
      margin-bottom: 0.6vw;
      margin-right: 1.2vw;
      margin-left: 1.2vw
    }

    .player-icon-svg {
      width: 3vw;
      height: 3vw
    }

    .player-icon-row{
      text-align: center;
      font-weight: bold;
      justify-content: center;
      background-color: white;
      display: flex; flex-direction: row; color: #460057ff
    }

    .player-icon-half-row{
      text-align: center;
      font-size: 2vw;
      font-weight: bold; justify-content: center; border-color: #460057ff; border-style: solid;
      border-width: 8px 8px 8px 8px;
      float: left;
      width: 50%;
    }

  /*Series Pages*/
    /*Navigation*/
      .navigation-row{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background-color: #8a8a8a;
        text-align: center;
        height: 10vw;
        padding: 0;
        background-color: white;
      }

      .nav-link-up {
        display: inline-block;
        font-size: 1.5vw;
        height: 7vw
      }
      
      .nav-link-up .up-arrow{
        width: 3vw;
        height: 3vw;
        vertical-align: middle
      }

      .nav-link-up p{
        height: 4vw;
        vertical-align: middle;
      }

      .nav-link-forward {
        padding-top: 3vw;
        display: inline-block;
        height: 7vw;
        font-size: 1.5vw
      }

      .nav-link-forward .up-arrow-box{
        height: 4vw;
        vertical-align: middle;
        width: 20%;
        float: right
      } 

      .nav-link-forward .up-arrow{
        display: inline-block;
        width: 3vw;
        height: 3vw;
      }

      .nav-link-forward p{
        height: 4vw;
        vertical-align: middle;
        display: inline-block;
        width: 80%;
        text-align: right;
      }

      .nav-link-forward .coming-soon{
        height: 4vw;
        vertical-align: middle;
        display: inline-block;
        width: 80%;
        text-align: right;
        color: grey;
        font-size: 1.3vw;
        font-style: italic
      }

      .nav-link-back {
        padding-top: 3vw;
        display: inline-block;
        height: 7vw;
        font-size: 1.5vw
      }

      .nav-link-back .up-arrow-box{
        height: 4vw;
        vertical-align: middle;
        width: 20%;
        float: left
      } 

      .nav-link-back .up-arrow{
        display: inline-block;
        width: 3vw;
        height: 3vw;
      }

      .nav-link-back p{
        height: 4vw;
        vertical-align: middle;
        display: inline-block;
        width: 80%;
        text-align: left;
      }
        
    /*Gallery*/
      .gallery-entry{
        display: flex;
        flex-direction: row;
        border-color: black;
        border-style: solid;
        border-width: 0px 0px 2px 0;
      }

      .gallery-entry img{
        width: 100%;
        padding-top: 1%;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 1%;
        height: auto
      }

      .gallery-entry .img-div{
        width: 60%;
        height: auto;
        font-size: 1vw
      }

      .image-gallery p{
        width: 40%;
        font-size: 2vw;
        font-style: italic;
        padding-top: 1%;
        padding-right: 5%;
        padding-bottom: 5%
      }

      .image-gallery .p_small p{
        width: 100%;
        font-size: 1vw;
        font-style: italic;
        padding-top: 1%;
        padding-right: 5%;
        padding-bottom: 5%
      }

      .image-gallery ul{
        width: 40%;
        font-size: 2vw;
        font-style: italic;
        padding-top: 1%;
        padding-right: 5%;
        padding-bottom: 5%;
        background-color: white;
      }

      .image-gallery .ul_small ul{
        width: 100%;
        font-size: 1vw;
        font-style: italic;
        padding-top: 1%;
        padding-right: 5%;
        padding-bottom: 5%;
        background-color: white
      }

      .img-div p{
        width: 100%;
        font-size: 1vw;
        font-style: normal;
        padding-left: 5%;
        padding-right: 5%
      }

      .img-text{
        width: 40%;
        flex-direction: column
      }

      .ul_small li{
        padding-bottom: 1vw
      }
  

  .side ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 3vw;
    background-color: #f1f1f1;
  }

  .episode-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 2vw;
    background-color: #f1f1f1;
  }

  .episode-links li {
    height: 4vw
  }

  .episode-links li a {
    height: 4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
    color: black;
    text-decoration: none;
  }

  .episode-links li a p {
    height: 2vw;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
  }

  .side li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
  }

  .episode-links li a:hover {
    background-color: #d42affff;
    color: white;
  }

  .side li a:hover {
    background-color: #d42affff;
    color: white;
  }

  .active {
    background-color: #d42affff;
    color: white;
  }

  .navbar {
    overflow: hidden;
    background-color: #ddd; /* Dark background color */
  }

  .navbar a {
    float: left;
    display: block; /* Change the display to block, for responsive reasons (see below) */
    color: white; /* White text color */
    text-align: center; /* Center the text */
    padding: 14px 20px; /* Add some padding */
    text-decoration: none; /* Remove underline */
  }

  .navbar a.right {
    float: right; /* Float a link to the right */
  }

  .collapsible{
      display: none
  }

  .collapsible.hover {
      display: none
  }

  .content {
      display: none;
  }

  .navbar a:hover {
    background-color: #d42affff; /* Grey background color */
    color: black; /* Black text color */
  }

  .side {
    flex: 20%;
    background-color: #8a8a8a; /* Grey background color */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    border-style: solid;
    border-color: #460057ff;
    border-width: 2px 0 0 0px;
    /*padding: 0px; /* Some padding */
  }

  /* Main column */
  .main {
    flex: 80%;
    background-color: white;
    padding-top: 0px;
    color: black;
    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: #460057ff
  }

  /* Increase the font size of the <h1> element */
  .miniseries-summary-desktop h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 3vw;
    text-align: left;
    height: auto
  }

    .miniseries-summary-desktop p {
      padding-right: 20px;
      padding-left: 10px;
      font-size: 1.5vw;
      text-align: left;
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px
  }

  .miniseries-summary-desktop {
    margin-top:20px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #f1f1f1; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    height: 300px;
    border: 1px solid rgb(0, 0, 0);
    border-left: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }

  .miniseries-summary-mob{
    display: none
  }

  /*Latest Episode Summary*/
  .latest-episode-summary-desktop {
    padding-top: 1%;
    text-align: left;
    background: #ffffff;
    color: rgb(0, 0, 0);
    border-left: none;
    padding-bottom: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 5%;
    padding-right: 5%
  }

  .latest-episode-summary-desktop h1 {
    padding-bottom: 1%;
    font-size: 2vw;
    text-align: left;
    display: flex;
    flex-direction: column
  }

  .latest-episode-summary-desktop p {
    font-size: 1.5vw;
    text-align: left;
    font-style: italic;
    padding-bottom: 1%;
    display: flex;
    flex-direction: column;
  }

  .latest-episode-summary-mob{
    display: none
  }

  /*Episode Summary*/
  
  .episode-summary-desktop {
    margin-top:0.5vw;
    text-align: left;
    background: #f1f1f1;
    color: rgb(0, 0, 0);
    height: 23vw;
    border: 1px solid rgb(0, 0, 0);
    border-left: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    position: relative
  }

  .episode-summary-desktop h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1vw;
    font-size: 3vw;
    text-align: left;
    height: auto
  }

  .episode-summary-desktop p {
    font-size: 1.5vw;
    text-align: left;
    font-style: italic;
    padding-top: 0px;
    width: 100%;
    padding-left: 1vw
  }

  .episode-summary-desktop .text-row {
    border-bottom: 3px solid black;
    height: 12vw;
    width: 100%;
    display: flex;
    flex-direction: row
  }

  .episode-summary-desktop .player-row {
    height: 11vw;
    position: absolute;
    bottom: 0;
    width: 100%
  }
  
  .player-row iframe{
    border: none;
    min-width: min(100%, 430px);
    height:11vw;
  }

  .episode-summary-mob{
    display: none
  }

  .episode-links {
      font-size: 2vw;
      text-align: center;
      font-style: italic;
      width: 20%;
      background-color: #8a8a8a;
      border-left: 1px solid rgb(0, 0, 0);
  }

  .summary-text {
    width: 60%
  }

.episode-summary-text {
  width: 80%;
}

.episode-summary-text iframe{
  position: absolute;
  bottom: 0;
}

/*latest-episode-summary*/
.latest-episode-summary-text {
  background: #ffffff
}

.summary-text-mob{
  display: none
}

   .summary-text-and-links{
    display: none
  }

  .summary-image-and-header {
    display: none
  }

.miniseries-summary-desktop img{
  /*float:left;*/
  width:100%;
  height:auto;
  /*padding-right:10px*/
}

.summary-desktop-img{
  width: 20%
}

.page-header {
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
}

.page-header h1 {
  font-size: 70px;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: 90px;
  margin-top: 5px;
}

.page-subheader {
  text-align: center;
  background: #d42affff;
  color: white;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.page-subheader h1 {
  font-size: 3vw;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: auto;
  margin-top: 5px;
}

.contact-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2vw;
    text-align: left;
    height: auto
  }

  .contact-text p {
      padding-right: 20px;
      font-size: 1.5vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
      /*display: flex;
      flex-direction: column*/
  }

  .transcript-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 2vw;
    text-align: left;
    height: auto
  }

    .transcript-text p {
      padding-right: 20px;
      font-size: 1vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: normal;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
  }

  form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.1vw;
    width: 70%;
}

.contact-text-column{
  float: left;
  width: 60%;
}

.form-column{
  width: 40%; 
  background-color: #f1f1f1; 
  border: 1px solid rgb(0, 0, 0);
}

.form-header-box h1 {
    margin-top:0px;
    text-align: left; /* center the text */
    color: rgb(0, 0, 0); /* white text color */
    /*height: 288px;*/
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-style: italic; 
    font-size: 1.5vw; 
    padding: 10px
  }

.form-header-box{
  background-color: #f1f1f1; 
  padding-bottom: 5px;
  float: left;
}

input[type="submit"] {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid #460057ff;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 1.5vw;
  color:#460057ff;
  height: 40px
}

input[type="submit"]:hover {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid white;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 1.5vw;
  color:white;
  height: 40px
}

.social-icons {
  padding-top: 0px;
  font-size: 1.5vw;
  width: 100%;
  text-align: center;
  text-decoration: none;
  height: 140px;
  line-height: 40px;
  background: #d42affff;
  color: white;
  align-items: center;
  justify-content: center;
  border-color: #460057ff;
  border-style: solid;
  border-width: 2px 0 0 0
}

.social-icons li a {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  /*width: 30px;*/
  height: 50px; 
  /*background: white; */
  /**/
  padding: 7px;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  margin-right: 30px;
  font-size: 1.5vw
}
}


/*===============================================*/

/*Mobile View*/
@media (max-width: 500px) {

  /*=============================================*/
  /*Header*/
    .header-mob {
      margin-top:0;
      /*padding: 30px; /* some padding */
      text-align: center; /* center the text */
      background: white; /* green background */
      color: white; /* white text color */
      margin-bottom: 0px;
      height: auto;
      display: flex
    }

    .header-mob img {
      border-color: #460057ff;
      border-style: solid;
      border-width: 0px 0px 2px 0;
      width: 100%
    }

    .header-mob h1 {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 70px;
      text-align: left;
      padding-left: 10px;
      height: 70px
    }

    .header-mob p {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 30px;
        text-align: left;
        padding-left: 10px;
        height: 30px;
        font-style: italic
    }

    .header-desktop{
      display: none
    }
  /*=============================================*/

  /*Subheader*/
    .overall-subheader{
      width: 100%;
      text-align: center;
      padding-bottom: 1%;
      padding-top: 1%;
      padding-right: 2%;
      padding-left: 2%;
      background-color: #460057ff;
      color: white;
      font-size: 4vw;
      font-weight: bold
    }

  /*Player Icons*/
    .player-icon {
      display: inline-block;
      height: 6vw;
      margin-top: 1.2vw;
      margin-bottom: 1.2vw;
      margin-right: 2.4vw;
      margin-left: 2.4vw
    }

    .player-icon-svg {
      width: 6vw;
      height: 6vw
    }

    .player-icon-row{
      text-align: center;
      font-weight: bold;
      justify-content: center;
      background-color: white;
      display: flex;
      flex-direction: column;
      color: #460057ff
    }

    .player-icon-half-row{
      text-align: center;
      font-size: 4vw;
      font-weight: bold; justify-content: center; border-color: #460057ff; border-style: solid;
      border-width: 8px 8px 8px 8px;
      float: left;
      width: 100%;
    }

  /*Series Pages*/
    /*Navigation*/
      .navigation-row{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background-color: #8a8a8a;
        text-align: center;
        height: 20vw;
        padding: 0;
        background-color: white;
      }

      .nav-link-up {
        display: inline-block;
        font-size: 3vw;
        height: 16vw;
        padding-right: 1.5vw;
        padding-left: 1.5vw;
      }

      .nav-link-up .up-arrow{
        width: 6vw;
        height: 6vw;
        vertical-align: middle
      }

      .nav-link-up p{
        height: 10vw;
        vertical-align: middle;
        display:inline-block
      }

      .nav-link-forward {
        display: inline-block;
        height: 16vw;
        font-size: 3vw;
        text-align: right;
        padding-left: 0.1vw;
      }

      .nav-link-forward .up-arrow-box{
        width: 6vw;
        height: 16vw;
        padding-top: 6vw;
        vertical-align: middle;
        width: 20%;
        float: right
      } 

      .nav-link-forward .up-arrow{
        display: inline-block;
        width: 6vw;
        height: 6vw;
      }

      .nav-link-forward p{
        height: 16vw;
        vertical-align: middle;
        display: inline-block;
        padding-top: 6vw;
        width: 80%
      }

      .nav-link-forward .coming-soon{
        height: 16vw;
        vertical-align: middle;
        display: inline-block;
        padding-top: 6vw;
        width: 80%;
        text-align: right;
        color: grey;
        font-size: 2.2vw;
        font-style: italic
      }

      .nav-link-back {
        display: inline-block;
        height: 16vw;
        font-size: 3vw;
        text-align: left
      }

      .nav-link-back .up-arrow-box{
        width: 6vw;
        height: 16vw;
        padding-top: 6vw;
        vertical-align: middle;
        width: 20%;
        float: left
      } 

      .nav-link-back .up-arrow{
        display: inline-block;
        width: 6vw;
        height: 6vw;
      }

      .nav-link-back p{
        height: 16vw;
        vertical-align: middle;
        display: inline-block;
        padding-top: 6vw;
        width: 80%
      }

    .gallery-entry{
      display: flex;
      flex-direction: column;
      border-color: black;
      border-style: solid;
      border-width: 0px 0px 2px 0;
    }

    .gallery-entry .img-div{
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      font-size: 2vw
    }

    .image-gallery p{
      width: 100%;
      font-size: 3vw;
      font-style: italic;
      padding-right: 5%;
      padding-left: 5%;
      padding-bottom: 5%
    }

    .img-div p{
      width: 100%;
      font-size: 2vw;
      font-style: normal;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 2%
    }

    .img-div p i{
      font-size: 2vw;
    }

    .gallery-entry img{
      width: 100%;
      padding-top: 1%;
      padding-bottom: 1%;
      height: auto
    }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 4vw;
    background-color: #f1f1f1;
    text-align: center
  }

  .image-gallery p{
    width: 100%;
    font-size: 3vw;
    font-style: italic;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%
  }

  .image-gallery .p_small p{
    width: 100%;
    font-size: 3vw;
    font-style: italic;
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%
  }

  .image-gallery ul{
    width: 100%;
    font-size: 3vw;
    font-style: italic;
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-color: white;
  }

  .image-gallery .ul_small ul{
    width: 100%;
    font-size: 3vw;
    font-style: italic;
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-color: white
  }

  .ul_small li{
    padding-bottom: 3vw
  }

  .episode-links li {
    height: 12vw
  }

  .episode-summary-mob .episode-links li {
    height: 15vw
  }

  .episode-links li a {
    height: 12vw;
    padding-top: 4.5vw;
    padding-bottom: 4vw
  }

  .episode-summary-mob .episode-links li a {
    height: 15vw;
    padding-top: 4vw;
    padding-bottom: 4vw
  }

  .episode-links li a p {
    height: 12vw;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
  }

  .episode-summary-mob .episode-links li a p {
    height: 15vw;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
  }

  .episode-links li a:hover {
    background-color: #d42affff;
    color: white;
  }

    li a {
      display: block;
      color: black;
      padding: 8px 16px;
      text-decoration: none;
    }

    li a:hover {
      background-color: #d42affff;
      color: white
    }
    .navbar{
        display:none
    }

    .navbar a{
        display:none
    }

    .navbar a.right{
        display:none
    }

    .navbar a:hover{
        display:none
    }

    .collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    color: black;
    font-weight: bold;
    height: 9vw;
    }

    .collapsible:hover {
      background-color: #d42affff;
      color: #460057ff
    }

    .collapsible path{
      stroke: black;
      fill: black;
    }

    .collapsible .down-arrow{
      padding-top: 0vw;
      height: 5vw;
      display: inline;
      vertical-align: bottom
    }

    .active .down-arrow{
      display: none
    }

    .collapsible .up-arrow{
      display: none
    }

    .active .up-arrow{
      padding-top: 0vw;
      height: 5vw;
      display: inline;
      vertical-align: bottom
    }

    .collapsible p{
      height: 5vw;
      font-size: 5vw;
      margin-top: 2vw;
      margin-bottom: 2vw;
      display: inline;
    }

    .collapsible:hover path{
      stroke: #460057ff;
      fill: #460057ff
    }

    .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    }

    .side {
      display: none;
      flex: 0%; /* Set the width of the sidebar */
      background-color: #8a8a8a; /* Grey background color */
      padding-top: 10px;
      border-right: 1px;
      border-right-color: #460057ff
      /*padding: 0px; /* Some padding */
    }

    /* Main column */
    .main {
      flex: 100%;
      background-color: white;
      border-color: #460057ff;
      border-style: solid;
      border-width: 8px 0 0 0;
    }

  .miniseries-summary-mob {
    margin-top:20px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #f1f1f1; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    height: 300px;
    border: 1px solid rgb(0, 0, 0);
    border-left: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }

    /* Increase the font size of the <h1> element */
  .miniseries-summary-mob h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 6vw;
    text-align: left;
    /*padding-left: 10px;*/
    /*height: 100px;*/
    display: flex;
    flex-direction: column
  }

    .miniseries-summary-mob p {
      padding-right: 20px;
      font-size: 3vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      display: flex;
      flex-direction: column;
      float: right;
      padding-top: 10px;
      padding-left: 10px
  }

  .miniseries-summary-img{
    display: none
  }

  /*Latest Episode Summary*/

  .latest-episode-summary-mob {
    text-align: left;
    background: #ffffff;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column
  }

  .latest-episode-summary-mob p {
    padding-right: 10px;
    font-size: 3vw;
    text-align: left;
    font-style: italic;
    padding-bottom: 3vw;
    padding-right: 3vw;
    padding-left: 3vw;
    display: flex;
    flex-direction: column;
  }

  .latest-episode-summary-mob h1 {
    padding: 3vw;
    font-size: 5vw;
    text-align: left;
    display: flex;
    flex-direction: column
  }

  .latest-episode-summary-desktop{
    display: none
  }

  /*Episode Summary*/

  .episode-summary-mob {
    margin-top:20px;
    text-align: left;
    background: #f1f1f1;
    color: rgb(0, 0, 0);
    height: 75.5vw;
    border: 1px solid rgb(0, 0, 0);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
  }

  .episode-summary-mob h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1vw;
    font-size: 6vw;
    text-align: left;
    height: auto
  }
 
  .episode-summary-mob p {
    font-size: 3vw;
    text-align: left;
    font-style: italic;
    padding-top: 0px;
    width: 100%;
    padding-left: 1vw
  }

  .episode-summary-mob .text-row {
    border-bottom: 0.5vw solid black;
    height: 45.5vw;
    width: 100%;
    display: flex;
    flex-direction: row
  }

  .episode-summary-mob .player-row {
    height: 30vw;
    bottom: 0;
    width: 100%
  }

  .player-row iframe{
    border: none;
    min-width: min(100%, 430px);
    height:30vw;
  }

  .episode-summary-desktop{
    display: none
  }

  .miniseries-summary-desktop {
    display: none
  }

  .episode-links {
      text-align: center;
      font-style: italic;
      background-color: #8a8a8a;
      border-left: 1px solid rgb(0, 0, 0);
      width: 20%
  }

  .episode-links ul {
      font-size: 3vw;
      text-align: center;
      font-style: italic;
      width: 100%
  }

  .summary-text {
    display: none
  }

  .summary-text-and-links{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 200px
  }

  .summary-image-and-header {
    display: flex;
    flex-direction: row;
    width: 100%
  }

  .miniseries-summary-mob img{
    float:left;
    width:100%;
    height:auto;
  }

.summary-image-and-links{
  float: left;
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #8a8a8a;
  border-right: 1px solid rgb(0, 0, 0);
}

.summary-header-and-text{
  float: right;
  width: 75%;
  height: 200px;
  display: flex;
  flex-direction: column
}

.page-header {
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
}

.page-header h1 {
  font-size: 50px;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: 60px;
  margin-top: 2.5px;
}

.page-subheader {
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.page-subheader h1 {
  font-size: 6vw;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: auto
}

.contact-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 5vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

  .contact-text p {
      padding-right: 20px;
      font-size: 3vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
  }

  .transcript-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 5vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

  .transcript-text p {
      padding-right: 20px;
      font-size: 2vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: normal;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
      /*display: flex;
      flex-direction: column*/
  }

  form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3vw;
    width: 90%;
}

.contact-text-column{
  float: left;
  width: 100%;
}

.form-column{
  width: 100%; 
  background-color: #f1f1f1; 
  border: 1px solid rgb(0, 0, 0);
}

.form-header-box h1 {
    margin-top:0px;
    text-align: left;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-style: italic; 
    font-size: 3vw; 
    padding: 10px
  }

.form-header-box{
  background-color: #f1f1f1; 
  padding-bottom: 5px;
  float: left;
}

input[type="submit"] {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid #460057ff;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 5vw;
  color:#460057ff;
  height: 40px
}

input[type="submit"]:hover {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid white;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 5vw;
  color:white;
  height: 40px
}

.social-icons {
  padding-top: 20px;
  /*padding-top: 10px;*/
  /*padding-bottom: 20px;*/
  width: 100%;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 40px;
  background: #d42affff;
  color: white;
  align-items: center;
  justify-content: center;
  border-color: #460057ff;
  border-style: solid;
  border-width: 2px 0 0 0
}

.social-icons li a {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  /*width: 30px;*/
  height: 50px; 
  /*background: white; */
  /**/
  padding: 7px;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  margin-right: 30px;
  font-size: 5vw
}

.episode-summary-text {
    width: 80%;
    margin-right: 2vw
  }

  .episode-summary-text iframe{
    width: 100%;
    margin: 0px
  }
  }

/* Ensure proper sizing */
* {
  box-sizing: border-box;
}

/* Column container */
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #8a8a8a;
  padding-bottom: 0
}



.miniseries-links {
  padding-top: 20px;
  /*padding-top: 10px;*/
  font-size: 30px;
  /*width: 50px;*/
  text-align: center;
  text-decoration: none;
  height: 55px;
  line-height: 40px;
  background: #4a2aa0;
  color: white;
  font-style: italic
}



.social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d42affff;
  text-align: center
}

.social-icons li {
  display: inline-block
}

.social-icons li a:hover {
  background-color: #661280;
}

.icon{
  width: 30px;
  height: 30px; 
  display: block; 
  fill: #d42affff;
  background: white;
  border-radius: 50%;
  margin: 7px
}

.social-icons li path{
  width: 25px; 
  height: 25px; 
  display: block;
}

.social-icons li circle{
  width: 25px; 
  height: 25px; 
  display: block;
}

.social-icons li .link-text{
  margin-right: 30px
}