@charset "UTF-8";
/* Change the following values if you change Foundation's version */
.schedule {
  background-color: #EEECEC;
}
.schedule .schedule-main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1160px;
  margin: 0 auto;
}
.schedule .schedule-main .row {
  margin-left: 0;
  margin-right: 0;
}
.schedule .schedule-main .error {
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.schedule .schedule-main .loader {
  width: 250px;
  height: 100%;
}
.schedule .schedule-main .loader .line {
  height: 15px;
  margin: 15px;
  -webkit-animation: tv_pulse 1s infinite ease-in-out;
  animation: tv_pulse 1s infinite ease-in-out;
}
.schedule .schedule-main .header .title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 52px;
  float: left;
  margin-bottom: 17px;
}
.schedule .schedule-main .header .subtitleLink {
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 60px;
  text-align: right;
  cursor: pointer;
}
.schedule .schedule-main .selector-row {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
.schedule .schedule-main .selector-row:before {
  display: none;
}
.schedule .schedule-main .selector-row .channelIMG img {
  width: 174px;
}
.schedule .schedule-main .selector-row .dropdown {
  float: right;
}
.schedule .schedule-main .selector-row .dropdown label {
  font-family: "IBM Plex Sans", sans-serif;
  padding-bottom: 8px;
  display: block;
}
.schedule .schedule-main .selector-row .dropdown span {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.schedule .schedule-main .selector-row .dropdown select {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
  border: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='20px' viewBox='0 0 13 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 5%3C/title%3E%3Cg id='PAGES-D' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PAGE-D-/-TV-Listings-/-Single-Logo' transform='translate(-883.000000, -212.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Group-2' transform='translate(532.000000, 172.000000)'%3E%3Cg id='Group' transform='translate(1.000000, 29.000000)'%3E%3Cg id='Group-5' transform='translate(350.000000, 11.000000)'%3E%3Cpolygon id='▸' transform='translate(6.825000, 16.250000) rotate(-270.000000) translate(-6.825000, -16.250000) ' points='3.9 22.1 3.9 10.4 9.75 16.25'%3E%3C/polygon%3E%3Cpolygon id='▸' transform='translate(6.825000, 3.250000) rotate(-90.000000) translate(-6.825000, -3.250000) ' points='3.9 9.1 3.9 -2.6 9.75 3.25'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 96.5%;
  background-position-y: 13px;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.schedule .schedule-main .timetable {
  margin-bottom: 40px;
}
.schedule .schedule-main .timetable .tabs {
  display: flex;
  margin-bottom: 27px;
}
.schedule .schedule-main .timetable .tabs div {
  display: inline-block;
  height: 40px;
  flex-grow: 1;
  text-align: center;
}
.schedule .schedule-main .timetable .tabs div img {
  max-height: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 7px;
}
.schedule .schedule-main .timetable .tabs div.active img {
  border: 2px solid #24221f;
  border-radius: 7px;
}
.schedule .schedule-main .timetable .schedule.radio .row {
  -ms-grid-columns: 1fr 3fr 5fr;
  grid-template-columns: 1fr 3fr 5fr;
}
.schedule .schedule-main .timetable .schedule .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 5fr 1fr;
  grid-template-columns: 1fr 3fr 5fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-column-gap: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px;
}
.schedule .schedule-main .timetable .schedule .row:before, .schedule .schedule-main .timetable .schedule .row:after {
  display: none;
}
.schedule .schedule-main .timetable .schedule .row.head {
  background-color: #24221f;
  color: #FFFFFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.schedule .schedule-main .timetable .schedule .row.head div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.schedule .schedule-main .timetable .schedule .row.even {
  background-color: white;
}
.schedule .schedule-main .timetable .schedule .row.odd {
  background-color: #F6F5F5;
}
.schedule .schedule-main .timetable .schedule .row.live-show {
  cursor: pointer;
}
.schedule .schedule-main .timetable .schedule .row .details span {
  text-transform: capitalize;
}
.schedule .schedule-main .timetable .schedule .row .details .hd {
  text-transform: uppercase;
}
.schedule .schedule-main .timetable .schedule .row .listing-image {
  max-width: 100%;
  height: auto;
}
.schedule .schedule-main .timetable .schedule .row .adittionaldata {
  grid-row: 2;
  grid-column: span 6;
}
.schedule .schedule-main .timetable .schedule .row .adittionaldata pre {
  max-width: 400px;
  width: 400px;
}
.schedule .schedule-main .timetable .schedule .row .time {
  font-weight: 600;
}
.schedule .schedule-main .timetable .schedule .row .live {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: #CE2323;
}
.schedule .schedule-main .timetable .schedule .row .live .circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #CE2323;
}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}

@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes tv_pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.4);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
@keyframes tv_pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.4);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
@media screen and (max-width: 63.9375em) {
  .schedule .schedule-main {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .schedule .schedule-main .row {
    margin-left: 0;
    margin-right: 0;
  }
  .schedule .schedule-main .timetable .schedule .row {
    margin-left: 0;
    margin-right: 0;
    -ms-grid-columns: 1fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
  }
  .schedule .schedule-main .timetable .schedule .row .description, .schedule .schedule-main .timetable .schedule .row .image, .schedule .schedule-main .timetable .schedule .row .plus {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .schedule .schedule-main .header .title {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    padding-left: 0;
  }
  .schedule .schedule-main .header .subtitleLink {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 0;
  }
  .schedule .schedule-main .header .dropdown {
    margin-top: 0;
    margin-bottom: 14px;
    width: 261px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .schedule .schedule-main .header .dropdown select {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }
  .schedule .schedule-main .selector-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-column-gap: 20px;
  }
  .schedule .schedule-main .selector-row .channelIMG {
    grid-row: 2;
  }
  .schedule .schedule-main .selector-row .dropdown {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .schedule .schedule-main .selector-row .dropdown label {
    margin-bottom: 15px;
    display: block;
  }
  .schedule .schedule-main .selector-row .dropdown select {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }
  .schedule .schedule-main .timetable .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
  .schedule .schedule-main .timetable .schedule .row.head {
    height: 34px;
  }
  .schedule .schedule-main .timetable .schedule .row.head div {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 7px;
  }
  .schedule .schedule-main .timetable .schedule .row {
    font-size: 14px;
  }
  .schedule .schedule-main .timetable .schedule .row div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .schedule .row {
    margin-left: 0;
    margin-right: 0;
  }
  .schedule .schedule-main .header {
    padding-left: 9px;
    padding-right: 9px;
  }
  .schedule .schedule-main .header .title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .schedule .schedule-main .header .subtitleLink {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 0;
  }
  .schedule .schedule-main .selector-row {
    padding: 10px 10px 0;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 62px;
  }
  .schedule .schedule-main .selector-row .channelIMG {
    grid-row: 3;
  }
  .schedule .schedule-main .selector-row .channelIMG img {
    max-width: 50%;
    max-height: 100px;
  }
  .schedule .schedule-main .selector-row .dropdown {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .schedule .schedule-main .selector-row .dropdown span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .schedule .schedule-main .selector-row .dropdown select {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }
  .schedule .schedule-main .timetable .tabs {
    padding-left: 9px;
    padding-right: 9px;
    display: grid;
    grid-template-columns: 1fr 1fr minmax(auto, 20%);
    grid-auto-rows: 1fr;
  }
  .schedule .schedule-main .timetable .tabs div.tab {
    height: 43.16px;
  }
  .schedule .schedule-main .timetable .schedule .row {
    grid-template-columns: 1fr 4fr minmax(auto, 20%);
    grid-column-gap: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .schedule .schedule-main .timetable .schedule .row .now {
    display: none;
  }
  .schedule .schedule-main .timetable .schedule .row .description {
    display: none;
  }
}

/*# sourceMappingURL=tv-radio-schedule.css.map */
