.display-flex {
  display: flex;
}

.cts-symbol {
  background: url("../png/md_cts_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 38px;
  padding-top: 7px;
  text-align: center;
  width: 42px;
}

.ctsd-symbol {
  background: url("../png/md_ctsd_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 37px;
  padding-top: 7px;
  text-align: center;
  width: 38px;
}

.ctsi-symbol {
  background: url("../png/md_ctsi_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 41px;
  padding-top: 10px;
  text-align: center;
  width: 42px;
}

.anp-symbol {
  background: url("../png/md_anp_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 37px;
  padding-top: 7px;
  text-align: center;
  width: 40px;
}

.disable-upvote {
  cursor: not-allowed;
}

.centerBox {
  max-width: 1000px;
}

.centerBox.featuredVideo {
  max-width: unset;
}

/* Player widget styles */
.jw-featured-video-container {
  padding: 60px;
}

.jw-main-div {
  width: 100%;
}

.jw-wrapper.jw-reset {
  z-index: 1;
}

.video-div {
  width: 90%;
  position: relative;
  left: 5%;
  padding-top: 60px;
  margin-bottom: -60px;
}

.fa-angle-left, .fa-angle-right {
  position: relative;
  font-size: 50px !important;
  font-weight: bold;
  color: #EE3353;
}

.fa-angle-video {
  margin-top: 215px;
}

.fa-angle-left {
  left: -2%;
}

.fa-angle-right {
  right: -2%;
}

.video-text {
  padding-left: 60px;
}

#current-video-title {
  font-size: 24px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

#current-video-description {
  font-size: 18px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  color: #fff;
}

#current-video-description a:visited {
  color: #fff !important;
}

#current-video-description a, #current-video-description a:hover {
  color: #fff !important;
}

.video-thumbnail-badge-bar {
  margin-top: 3%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sponsor-by {
  color: var(--avixa-eggplant, #3f1833);
  font-size: 0.875rem;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-right: 25px;
  background: var(--avixa-tan, #fcf3e7);
  margin-top: 4px; /*need this so it lines up with RU credits*/
  padding: 0px 5px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
  font-weight: bold;
  display: inline-block;
  padding-inline: 0.3rem;
}

.partner-by {
  color: var(--avixa-eggplant, #3f1833);
  font-size: 0.875rem;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-right: 25px;
  background: var(--avixatv-blue-light, #c8d8f5);
  margin-top: 4px; /*need this so it lines up with RU credits*/
  padding: 0px 5px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
  font-weight: bold;
  display: inline-block;
  padding-inline: 0.3rem;
}

.member-label {
  color: var(--avixa-eggplant, #3f1833);
  font-size: 0.875rem;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-right: 25px;
  background: var(--avixatv-pink, #F2D0D6);
  margin-top: 4px;
  padding: 0px 5px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
  font-weight: bold;
  display: inline-block;
  padding-inline: 0.3rem;
}

.membership-level {
  margin-right: auto; /*added to ensure Share/Like/Download buttons are right aligned and the labels (with Membership at the end) are left aligned*/
}

.sponsor-by a, .partner-by a {
  color: var(--avixa-eggplant, #3f1833);
}

.sponsor-by a:hover, .partner-by a:hover {
  text-decoration: underline;
}

.sponsor-name {
  display: inline;
}

.thumbs-up {
  color: white;
  font-size: 20px;
  display: inline-block;
  padding-inline: 0.3rem;
}

.thumbs-up a {
  color: white;
  text-decoration: none;
}

i.fa.fa-thumbs-up {
  font-size: 20px;
}

.download-transcript {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 15px;
  color: #fff;
  padding: 2px 10px;
  cursor: pointer;
  display: inline-block;
  padding-inline: 0.3rem;
}

/*.gated-container {
    width: 100%;
    max-width: 720px;
}*/
#current-link-info, .showLinkInfo {
  font-size: 18px;
  color: #fff;
}

#current-link-info a {
  color: #fff;
  text-decoration: underline;
}

.up-next-video {
  color: #fff;
  font-size: 18px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  cursor: pointer;
}

.up-next-heading {
  color: #fff !important;
}

#next-video-img {
  margin: 15px 0 15px;
  width: 95%;
}

.ru-background {
  background: var(--avixatv-pink, #F2D0D6);
  margin-left: -20px;
  height: 20px;
  padding: 3px;
  padding-left: 15px;
  line-height: 1;
}

.restart-ru-btn {
  border: none;
  background: #ee3353;
  color: #fff !important;
  padding: 2px;
  height: 55px;
  text-align: center;
  max-width: 110px;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
}

.restart-ru-btn:hover {
  cursor: pointer;
}

.ru-symbol {
  color: #fff;
  z-index: 1;
  height: 36px;
}

#single-ru-container {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  color: var(--avixa-eggplant, #3f1833);
  margin-top: 15px;
}

#single-ru-container .ru-number {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin: 5px;
  font-size: 18px;
  color: #fff;
}

#single-ru-container .mr-1 {
  margin-right: 0.5rem !important;
}

.video-full-width-row {
  position: relative;
  margin-left: -4vw;
  background: transparent;
}
.jumbotron + div .video-full-width-row {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + div .video-full-width-row {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + div .video-full-width-row {
  margin-top: 0px;
}
.jumbotron.no-title + div .video-full-width-row {
  margin-top: -40px;
}

@media (max-width: 820px) {
  .fa-angle-video {
    margin-top: 105px;
  }
  .fa-angle-left {
    left: -3%;
  }
  .fa-angle-right {
    right: -3%;
  }
  .jw-main-div {
    height: 375px;
  }
  #next-video-title {
    font-size: 14px;
  }
  .restart-ru-btn {
    width: 175px;
    margin-bottom: 10px;
  }
  #single-ru-container {
    font-size: 10px;
  }
  #single-ru-container .ru-symbol {
    margin: 0;
  }
  .sponsor-by {
    float: none;
  }
  #main-container {
    width: 100%;
  }
  .download-transcript {
    display: block;
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .jw-featured-video-container {
    width: 420px;
    padding: 20px 50px 10px 10px;
  }
  .video-info-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
  .fa-angle-video {
    margin-top: 69px;
    font-size: 35px;
  }
  .fa-angle-left {
    left: -3%;
  }
  .fa-angle-right {
    right: -1%;
  }
  .jw-main-div {
    height: 185px;
  }
  #single-ru-container {
    margin: -15px 0 10px -10px;
  }
  #single-ru-container .ru-available {
    display: none;
  }
  .sponsor-by {
    margin-bottom: 25px;
  }
}
/* Playlist widget styles */
.video-label {
  font-size: 30px;
  color: #EE3353;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
}

.video-row {
  display: flex;
  gap: 20px;
}

.video {
  flex: 1;
  margin-left: 20px;
  max-width: 272px;
}

.video-author-duration {
  margin-top: 3%;
  display: flex;
  align-items: center;
}

.avixa-tv-author, .avixa-tv-duration {
  color: var(--avixatv-pink, #F2D0D6);
  font-size: 16px;
  display: inline-block;
  padding-inline-end: 4rem;
}

.jw-player-single-video__jw-container {
  width: 100%;
}

.avixa-tv-duration-number {
  font-family: "Apercu", Calibri, Arial, sans-serif;
}

.video-duration {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  color: #262626;
  font-size: 14px;
  position: relative;
  top: 11%;
  left: 75%;
}

.video-info-row {
  margin-left: 0;
  margin-right: 0;
}

.video-full-playlist {
  font-size: 16px;
  color: #EE3353;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  left: 0%;
  margin-top: 10px;
}

.fa-angle-down {
  color: #EE3353;
  font-size: 35px !important;
  position: absolute;
  margin-left: 47px;
  margin-top: -9px;
}

.video-hr {
  margin-top: 65px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .video-full-playlist {
    left: 0%;
  }
  .video-duration {
    left: 70%;
    top: 15%;
  }
  .playlist-container.playlist-feed {
    padding: 30px;
  }
  .avixa-tv-dropdown-menu {
    margin: 10% 0%;
    padding: 0px;
    left: -160%;
  }
}
@media (max-width: 420px) {
  .video-duration {
    left: 72%;
  }
  .video-full-playlist {
    padding: 30px;
    left: 0% !important;
  }
  .playlist-container.playlist-feed {
    padding: 30px;
  }
  .video {
    margin-left: 50px;
  }
  #single-ru-container {
    margin-top: 15px;
  }
  .thumbs-up {
    color: white;
    font-size: 20px;
    display: inline-block;
    padding-inline: 0.3rem;
    margin: 1.2rem 0 1rem 0;
  }
}
@media (min-width: 768px) {
  .avixa-tv-dropdown-menu {
    margin: 10% 0%;
    padding: 0px;
    left: -160%;
  }
}

/*# sourceMappingURL=Detail.JwPlayerSingleVideo.css.map */
