.eventdetails .title .cmp-title__text {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
  color: #333333;
  margin-left: 15px;
  margin-right: 15px;
}

.status-bar {
  width: 100%;
  background-color: #4d4d4d;
  display: inline-flex;
}

.status-bar .status-container {
  background-color: #00538A;
  padding: 10px 15px;
}

@media (max-width:600px) {
  .status-bar .status-container {
    background-color: #00538A;
    padding: 10px 6px;
  }

  .status-bar .date-container {
    padding: 10px 6px;
  }
}

.status-bar .date-container {
  padding: 10px 15px;
}

.status-bar p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.status-bar span {
  color: #FFFFFF;
}

.event-container {
  position: relative;
  /*height: 370.49px;*/
  display: block;
  width: 100%;
}

.event-container .watch-live-now,
.event-container .stay-tuned-container {
  height: 100% !important;
}

.event-container .video-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.event-container .play {
  background: red;
  border-radius: 50%/10%;
  color: #FFFFFF;
  font-size: 2em;
  height: 1.75em;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 2.5em;
  cursor: pointer;
}

.event-container .play:after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  font-size: 0.5em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.event-container .responsive-event-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.event-container .responsive-event-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-card-container.upcoming-live-event {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-card-container .teaser {
  height: 100%;
  background-color: #000a0d;
}

.event-card-container .cmp-teaser {
  display: flex;
  flex-direction: row;
}

.event-card-container .cmp-teaser__content {
  width: 55%;
  padding: 0 40px;
  display: inline-block;
  height: 320px;
  padding: 15px 23px;
  width: 54%;
  margin-left: -15px;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.85);
}

/*.event-card-container .cmp-teaser__image {
  width: 45%;
}*/

.event-card-container .cmp-teaser__content .cmp-teaser__pretitle {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 15px;
  color: #FFFFFF;
}

.event-card-container .cmp-teaser__content .cmp-teaser__title,
.event-card-container .cmp-teaser__content .cmp-teaser__title a {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  font-family: "Andes";
  margin: 0px 0px 16px 0px;
}

.event-card-container .cmp-teaser__content .cmp-teaser__description p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #FFFFFF;
}

.event-card-container .cmp-teaser__action-link {
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #0271BC !important;
  font-style: normal;
  padding: 15px 20px;
  text-transform: uppercase;
}

.event-card-container .email-reminder {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  flex-wrap: wrap;
  margin: 0.5rem 0;
  position: relative;
}

.event-card-container .email-reminder .button {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  width: 47%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 999;
  border-radius: 0px;
  border: none;
  background-color: #0071BC;
  color: #ffffff !important;
}

.event-card-container .email-reminder .button .sign-up-button-text {
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-left: 5px;
}

.event-card-container .email-reminder .button .calendar-title {
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 5px;
}

.event-card-container .email-reminder .button .addeventatc_icon {
  display: none;
}

.event-card-container .email-reminder .button .fa {
  font-size: small;
}

.event-card-container .watch-replay a {
  background-color: white;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-style: normal;
  display: block;
  color: #0071BC;
  border: 1px solid;
  text-decoration: none;
  width: 45%;
}

.event-card-container .event-tag {
  position: absolute;
  background: #0071Bc;
  padding: 5px 20px;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  z-index: 9;
  color: #FFFFFF;
}

.timer-container {
  color: #ffffff;
  background: #0271bc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.timer-container .cmp-title .cmp-title__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  text-align: center;
  margin: 0px;
}

.count-down-timer .time {
  font-size: 24px;
  line-height: 32px;
  margin-left: 15px;
  font-weight: 600;
  font-family: "Andes";
}

.count-down-timer {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.upcoming-live-event .cmp-teaser {
  background-color: rgba(0, 0, 0, 0.85);
}

.upcoming-live-event .cmp-teaser .cmp-teaser__pretitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  font-family: "Open Sans";
  margin: 0px;
}

.upcoming-live-event .cmp-teaser .sub-title p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Open Sans";
}

.upcoming-live-event .cmp-teaser .sub-title a {
  color: #FFFFFF;
  text-decoration: underline;
}

.upcoming-live-event .cmp-teaser {
  height: 100%
}

/*.upcoming-live-event .cmp-teaser .cmp-image {
	height: 100%
}

.upcoming-live-event .cmp-teaser .cmp-image .cmp-image__image {
	height: 100%;
    object-fit: cover;
}*/

@media (min-width:768px) {

  .upcoming-live-event .cmp-teaser .cmp-image .cmp-image__image {
    width: 348px;
  }
}

.view-the-replay,
.watch-live-now {
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
  display: flex;
}

.view-the-replay iframe,
.watch-live-now iframe {
    max-width: 100%;
    width: 100%;
}

@media (max-width:992px) {

  .view-the-replay,
  .watch-live-now {
    position: relative;
    padding-bottom: 61%;
    height: 0;
    margin-bottom: 44px;
  }

  .view-the-replay iframe,
  .watch-live-now iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 44px;

  }
}

.event-details-transcript {
  /* border: 10px solid #4d4d4d;*/
  border-bottom: none;
}

.watch-live-now-label {
  width: 100%;
  background-color: #4d4d4d;
  display: inline-flex;
}

.watch-live-now-label p {
  background-color: #ff0000;
  width: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .event-container {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .event-container {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .upcoming-live-event .teaser .event-tag {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
  }

  .upcoming-live-event .teaser .cmp-teaser {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__image {
    position: relative;
    width: 100%;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__image .cmp-image__image {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.75);
    position: absolute;
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a,
  .event-card-container .cmp-teaser__content .cmp-teaser__title,
  .event-card-container .cmp-teaser__content .cmp-teaser__title a {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Andes";
    text-align: center;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content .sub-title p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Open Sans";
    margin: 0px 0px 16px 0px;
  }

  .upcoming-live-event .cmp-teaser .cmp-teaser__pretitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Andes";
    margin: 0px 0px 8px 0px;
    text-align: center;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content .email-reminder .button .sign-up-button-text {
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding-left: 5px;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content .email-reminder .button .calendar-title {
    text-transform: uppercase;
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding-left: 5px;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content .email-reminder .button i {
    font-size: 1rem;
  }

  .upcoming-live-event .timer-container {
    z-index: 99;
    position: relative;
  }

  .count-down-timer .time {
    font-size: 26px;
    margin-left: 10px;
  }
}

@media (max-width: 576px) {
  .upcoming-live-event .cmp-teaser .cmp-teaser__pretitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Andes";
    margin: 0px;
    font-size: 75%;
  }

  .event-card-container .cmp-teaser__content .cmp-teaser__title,
  .event-card-container .cmp-teaser__content .cmp-teaser__title a,
  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Andes";
    text-align: center;
  }
}

/* .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__image .cmp-image__image {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .upcoming-live-event .teaser .cmp-teaser .cmp-teaser__image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 350px;
  }
}*/
@media(max-width:992px) {
  .event-card-container .cmp-teaser__content {
    padding: 0 20px;
  }
}

@media(max-width:600px) {
  .status-bar p {
    font-size: 12px;
    padding-top: 2px;
  }

  .status-bar span {
    font-size: 13px;
  }
}