@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.jwWrapper {
  padding: 0;
  margin: 0;
}

.size {
  position: absolute;
  float: right;
  width: 44px;
  padding-right: 2px;
  padding-left: 2px;
  margin-top: -19px;
  margin-left: 92px;
  color: #fff;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.48);
}
@media only screen and (max-width: 530px) {
  .size {
    margin: 90px 0 0 2px;
  }
}

.hidden {
  display: none !important;
}

.detailGroup {
  line-height: 16px;
}
@media only screen and (max-width: 530px) {
  .detailGroup .title {
    width: 38%;
  }
}

.videoTitle {
  display: block;
  padding: 0.75rem;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.videoDescription {
  margin-top: 16px;
}

.arrow-up {
  display: none;
  margin-left: 63px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  width: 0;
  height: 0;
}

.videoDetails {
  padding: 25px 15px 15px;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 530px) {
  .videoQuestions {
    display: none;
  }
}

.videoQuestion {
  display: none;
}
@media only screen and (max-width: 530px) {
  .videoQuestion {
    display: block;
  }
}

.questionWrapper {
  position: relative;
  top: -10px;
  display: block;
  float: left;
  width: 100%;
  height: 65px;
  padding: 0 0 15px 27px;
}
@media only screen and (max-width: 530px) {
  .questionWrapper {
    display: none;
  }
}
.questionWrapper .flex-direction-nav a {
  top: 59px;
  width: 20px;
  height: 100px;
  background: url("//www.niehs.nih.gov/resources/images/arrow.png");
  transition: all 0.5s ease-in;
}
.questionWrapper .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
}
.questionWrapper .flex-direction-nav .flex-prev {
  left: -24px;
  opacity: 0.9;
}
.questionWrapper .flex-direction-nav .flex-next {
  right: -24px;
  opacity: 0.9;
  background-position: 21px;
}

.question {
  position: absolute;
  width: 91%;
  padding: 5px;
  color: #fff;
  border-bottom: 1px solid #377445;
  background: rgb(94.2280701754, 178.7719298246, 113.6315789474);
  box-shadow: #9f9f9f 0px 2px 3px;
}
@media only screen and (max-width: 530px) {
  .question {
    display: none;
  }
}

.backToAll {
  display: block;
  width: 100%;
  background: #ebebeb;
}
.backToAll .backToAllText {
  cursor: pointer;
  padding: 0 30px;
  color: #427bad;
  text-decoration: none;
}
.backToAll .backToAllText::before {
  content: " \f104  ";
  font-family: "fontawesome", "Font Awesome 6 Pro";
}
.backToAll .backToAllText:is(:hover, :focus) {
  color: rgb(30.7907949791, 57.3828451883, 80.7092050209);
}

.content a.showMore, .content a.showLess {
  text-decoration: none;
  text-transform: capitalize;
}
.content a.showMore::after, .content a.showLess::after {
  font-family: "fontawesome", "Font Awesome 6 Pro";
}
.content a.showMore {
  float: right;
}
.content a.showMore::after {
  content: " \f107";
}
.content a.showLess {
  float: left;
}
.content a.showLess::after {
  content: " \f106";
}
.content .responsiveWrapper {
  margin-top: -2px;
}
.content .webcastdetails {
  background: none repeat scroll 0 0 #47443b;
}
.content .webcastdetails .title {
  display: block;
  padding: 10px 10px 5px;
  color: #b4b4b4;
  font-weight: bold;
  font-size: 18px;
}
.content .webcastdetails h5 {
  float: right;
  margin-right: 10px;
  color: #b4b4b4;
  font-weight: lighter;
  font-size: 16px;
}
.content .thumbs .flexslider {
  padding: 10px 27px;
}
.content #videoSection {
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 530px) {
  .content #videoSection {
    margin: 0.625rem 0 5rem;
  }
}
.content #videoSection .thumbs {
  background: transparent;
}
.content #videoSection .career-section:last-of-type {
  margin-bottom: 6rem;
}
.content #videoSection .career-section--series .video-card__info__title {
  margin: 0.5rem 0;
  font-weight: normal;
}
.content #videoSection .career-section__back-button {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 1rem 0;
  font-size: 0.8125rem;
  background-color: #cbc9ca;
  transition: all 0.15s ease-in-out;
}
.content #videoSection .career-section__back-button::before {
  content: "\f053";
  margin-right: 0.4rem;
  font-family: "fontawesome", "Font Awesome 6 Pro";
}
.content #videoSection .career-section__back-button > span {
  font-weight: 700;
  text-decoration: underline;
}
.content #videoSection .career-section__back-button:is(:hover, :focus) > span {
  text-decoration: none;
  background-color: darker(#cbc9ca, 5%);
}
.content #videoSection .section-title__title {
  display: inline-block;
  padding: 0;
  margin: 3rem 0 0.4rem;
  font-weight: 700;
  border: transparent;
}
.content #videoSection .section-title a:is(:hover, :focus) .section-title__title {
  -webkit-text-decoration: underline solid currentColor;
  text-decoration: underline solid currentColor;
}
.content #videoSection .section-title a span {
  display: none;
}
.content #videoSection .slides {
  display: block;
  margin-bottom: 3rem;
}
.content #videoSection .slides.slick-initialized:not(.slick-dotted) {
  padding-bottom: 1rem;
}
.content #videoSection .slides .slick-list {
  display: grid;
  margin-right: -20px;
}
.content #videoSection .slides .slick-track {
  padding-top: 0.35rem;
}
.content #videoSection .slides .slick-arrow {
  top: unset;
  bottom: -3.6rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
}
.content #videoSection .slides .slick-arrow::before {
  color: #000;
  transition: opacity 0.25s ease-in-out;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: normal;
}
.content #videoSection .slides .slick-arrow:not(.slick-disabled):is(:hover, :focus)::before {
  font-family: "fa-solid-900", "Font Awesome 6 Pro";
}
.content #videoSection .slides .slick-arrow:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.content #videoSection .slides .slick-disabled:is(:hover, :focus) {
  cursor: default;
}
.content #videoSection .slides .slick-prev {
  left: 0;
}
.content #videoSection .slides .slick-prev::before {
  content: "\f137";
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  font-family: "fa-regular-400", "Font Awesome 6 Pro";
}
.content #videoSection .slides .slick-next {
  right: 0;
}
.content #videoSection .slides .slick-next::before {
  content: "\f138";
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  font-family: "fa-regular-400", "Font Awesome 6 Pro";
}
.content #videoSection .slides .slick-dots {
  position: absolute;
  top: calc(100% + 0.5rem);
  width: 75%;
  min-height: 2rem;
  padding: 0;
  margin: 0 12.5%;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: normal;
}
.content #videoSection .slides .slick-dots li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: normal;
}
.content #videoSection .slides .slick-dots li button:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.content #videoSection .slides .slick-dots li button::before {
  content: "■";
  font-size: 1rem;
  line-height: 1;
  transition: all 0.15s ease-in-out;
}
.content #videoSection .slides .slick-slide > div {
  height: 100%;
}
.content #videoSection .video-card {
  cursor: pointer;
  position: relative;
  display: grid !important;
  grid: 150px 1fr 25px/auto-flow 1fr;
  width: auto;
  height: 100%;
  border: 1px solid #cbc9ca;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fdfdfd;
}
.content #videoSection .video-card:is(:hover, :focus) {
  transform: translateY(-0.35rem);
  background: #d9d9d9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.content #videoSection .video-card:is(:hover, :focus) .video-card__image::after {
  opacity: 1;
}
.content #videoSection .video-card:is(:hover, :focus) .video-card__timestamp {
  color: #fff;
  background: #4d4d4d;
}
.content #videoSection .video-card:is(:hover, :focus) .video-card__info > p {
  color: #353535;
}
.content #videoSection .video-card, .content #videoSection .video-card__image, .content #videoSection .video-card__image::after, .content #videoSection .video-card__timestamp, .content #videoSection .video-card__info > p {
  transition: all 0.25s ease-in-out;
}
.content #videoSection .video-card__image {
  position: relative;
  border-bottom: 4px solid #cbc9ca;
}
.content #videoSection .video-card__image--background {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.content #videoSection .video-card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.content #videoSection .video-card__image img {
  width: 100%;
  height: 151px;
  overflow: hidden;
  border: none;
}
.content #videoSection .video-card__info {
  min-height: 8rem;
  padding: 0.5rem;
  font-size: 0.9rem;
  text-align: left;
}
.content #videoSection .video-card__info__date, .content #videoSection .video-card__info__question, .content #videoSection .video-card__info__title, .content #videoSection .video-card__info__short-description, .content #videoSection .video-card__info__author {
  width: 100%;
  margin: 0;
  color: #545454;
}
.content #videoSection .video-card__info__date {
  font-weight: 500;
  font-size: 0.75rem;
}
.content #videoSection .video-card__info__title, .content #videoSection .video-card__info__question {
  margin-top: 0.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.content #videoSection .video-card__info__author {
  margin: 0.25rem 0 0.5rem;
}
.content #videoSection .video-card__timestamp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0.5rem;
  color: #333;
  font-size: 0.9rem;
  text-align: right;
  border-radius: 0 0 0.35rem 0.35rem;
  background: #cbc9ca;
}
.content #seriesInfo {
  margin: -4rem 0 3rem;
}
.content #seriesInfo h1,
.content #seriesInfo h2,
.content #seriesInfo h3,
.content #seriesInfo h4,
.content #seriesInfo h5,
.content #seriesInfo p {
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
}

@media only screen and (max-width: 530px) {
  article.content .scientistName {
    float: left;
    width: 38%;
    margin-left: 10px;
    color: #47443b;
    font-weight: bold;
    font-size: 14px;
  }
  article.content .flexslider .title {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    color: #47443b;
    font-weight: bold;
    font-size: 14px;
  }
}
article.content #videoSection .sectionInterview {
  margin: 15px 0;
}
article.content .video-info {
  margin: 2rem 0 0.65rem;
}
article.content #videoPlayerTitle {
  background-color: #377445;
}
article.content .slick-dots li.slick-active button::before {
  color: #377445;
}
article.content .slick-dots li:not(.slick-active) button:is(:hover, :focus)::before {
  color: #1d5329;
}
article.content .video-card__image {
  border-bottom-color: #377445 !important;
}
article.content #videoSection .video-card--current-video .video-card__timestamp {
  color: #fff;
  background-color: #377445;
}
article.content #videoSection .video-card--current-video:is(:hover, :focus) .video-card__timestamp {
  background-color: #1d5329;
}
article.content #videoSection .video-card:is(:hover, :focus) .video-card__image {
  border-bottom-color: #1d5329 !important;
}
article.content #videoSection .career-section__back-button {
  color: #fff;
  background-color: #377445;
}
article.content #videoSection .career-section__back-button:is(:hover, :focus) {
  background-color: #1d5329;
}

html.details {
  display: block;
}

.small-content,
.android,
.details,
article.content .thumbs {
  display: none;
}

#videoSection {
  display: none;
}
#videoSection a {
  text-decoration: none;
}
#videoSection a:focus span {
  outline: red;
}
#videoSection--series .video-card__info__title {
  margin: 0.5rem 0;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  article.content .flex-viewport {
    background-color: #ebebeb;
  }
  .slides {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .slides > li {
    width: inherit !important;
  }
  article.content .backToAll {
    padding-top: 10px;
    margin-top: -10px;
  }
  article.content .thumbs .flexslider {
    padding: 0;
  }
}
@media print {
  .content #seriesInfo h2 {
    margin-bottom: 1rem;
  }
  .content #videoSection .slick-dots {
    display: none !important;
  }
  .content #videoSection .slick-list {
    display: initial !important;
  }
  .content #videoSection .slick-track {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
  }
  .content #videoSection .slick-slide {
    display: block !important;
  }
  .content #videoSection .section-title a {
    margin-bottom: 1rem;
  }
  .content #videoSection .section-title a h3 {
    display: block !important;
    margin-bottom: 0 !important;
  }
  .content #videoSection .video-card__timestamp {
    position: absolute !important;
    top: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 0.5rem;
  }
  .content #videoSection .video-card__image {
    position: relative !important;
  }
  .content #videoSection .video-card__image::after {
    opacity: 0 !important;
  }
}
/*# sourceMappingURL=video.css.map */
