/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-videos .webinars,
.page-template-videos .chalk-talk,
.page-template-videos .cw-video {
  padding-bottom: 50px;
}

.page-template-videos .webinars__grid, .page-template-videos .webinars__grid-chalktalk,
.page-template-videos .chalk-talk__grid,
.page-template-videos .chalk-talk__grid-chalktalk,
.page-template-videos .cw-video__grid,
.page-template-videos .cw-video__grid-chalktalk {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .page-template-videos .webinars__grid, .page-template-videos .webinars__grid-chalktalk,
.page-template-videos .chalk-talk__grid,
.page-template-videos .chalk-talk__grid-chalktalk,
.page-template-videos .cw-video__grid,
.page-template-videos .cw-video__grid-chalktalk {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-template-videos .webinars__content,
.page-template-videos .chalk-talk__content,
.page-template-videos .cw-video__content {
  padding: 46px 0 75px;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .page-template-videos .webinars__content,
.page-template-videos .chalk-talk__content,
.page-template-videos .cw-video__content {
    padding: 30px 30px 75px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-videos .webinars__content,
.page-template-videos .chalk-talk__content,
.page-template-videos .cw-video__content {
    padding-top: 40px;
  }
}
.page-template-videos .webinars__content p,
.page-template-videos .chalk-talk__content p,
.page-template-videos .cw-video__content p {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .page-template-videos .webinars__content p,
.page-template-videos .chalk-talk__content p,
.page-template-videos .cw-video__content p {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-videos .webinars__content p,
.page-template-videos .chalk-talk__content p,
.page-template-videos .cw-video__content p {
    padding: 0 160px;
  }
}
.page-template-videos .webinars__item,
.page-template-videos .chalk-talk__item,
.page-template-videos .cw-video__item {
  border: 1px solid var(--accent-color);
  margin-bottom: 22px;
}

.page-template-videos .webinars__item-thumbnail,
.page-template-videos .chalk-talk__item-thumbnail,
.page-template-videos .cw-video__item-thumbnail {
  position: relative;
  margin-bottom: 0;
}

.page-template-videos .webinars__item-thumbnail .video_thumbnail,
.page-template-videos .chalk-talk__item-thumbnail .video_thumbnail,
.page-template-videos .cw-video__item-thumbnail .video_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 450px) {
  .page-template-videos .webinars__item-thumbnail .video_thumbnail,
.page-template-videos .chalk-talk__item-thumbnail .video_thumbnail,
.page-template-videos .cw-video__item-thumbnail .video_thumbnail {
    height: 250px;
  }
}
.page-template-videos .webinars__item-thumbnail .video-thumbnail-play,
.page-template-videos .chalk-talk__item-thumbnail .video-thumbnail-play,
.page-template-videos .cw-video__item-thumbnail .video-thumbnail-play {
  position: absolute;
  height: auto;
  bottom: -30px;
  z-index: 99;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.page-template-videos .webinars__item-content,
.page-template-videos .chalk-talk__item-content,
.page-template-videos .cw-video__item-content {
  padding: 40px 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-template-videos .webinars__item-content,
.page-template-videos .chalk-talk__item-content,
.page-template-videos .cw-video__item-content {
    min-height: 255px;
    max-height: 255px;
    overflow-y: auto;
    padding: 40px 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-videos .webinars__item-content,
.page-template-videos .chalk-talk__item-content,
.page-template-videos .cw-video__item-content {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-videos .webinars__item-content,
.page-template-videos .chalk-talk__item-content,
.page-template-videos .cw-video__item-content {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-videos .webinars__item-content,
.page-template-videos .chalk-talk__item-content,
.page-template-videos .cw-video__item-content {
    padding-top: 70px;
    min-height: 255px;
    max-height: 255px;
  }
}
.page-template-videos .webinars__item-content p,
.page-template-videos .chalk-talk__item-content p,
.page-template-videos .cw-video__item-content p {
  margin-bottom: 0;
}

.page-template-videos .webinars__item-category,
.page-template-videos .chalk-talk__item-category,
.page-template-videos .cw-video__item-category {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .page-template-videos .webinars__item-category,
.page-template-videos .chalk-talk__item-category,
.page-template-videos .cw-video__item-category {
    font-size: 18px;
    letter-spacing: 3.6px;
  }
}
.page-template-videos .webinars__item-category a,
.page-template-videos .chalk-talk__item-category a,
.page-template-videos .cw-video__item-category a {
  color: var(--text-color);
}

.page-template-videos .webinars__item-title,
.page-template-videos .chalk-talk__item-title,
.page-template-videos .cw-video__item-title {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .page-template-videos .webinars__item-title,
.page-template-videos .chalk-talk__item-title,
.page-template-videos .cw-video__item-title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-videos .webinars__item-title,
.page-template-videos .chalk-talk__item-title,
.page-template-videos .cw-video__item-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.page-template-videos .webinars__item-author,
.page-template-videos .chalk-talk__item-author,
.page-template-videos .cw-video__item-author {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .page-template-videos .webinars__item-author,
.page-template-videos .chalk-talk__item-author,
.page-template-videos .cw-video__item-author {
    font-size: 16px;
    bottom: 40px;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .page-template-videos .webinars__item-author,
.page-template-videos .chalk-talk__item-author,
.page-template-videos .cw-video__item-author {
    font-size: 16px;
  }
}
.page-template-videos .webinars__load-more,
.page-template-videos .chalk-talk__load-more,
.page-template-videos .cw-video__load-more {
  margin-top: 28px;
}

.page-template-videos .chalk-talk {
  padding: 20px 0 80px;
}

.page-template-videos .chalk-talk h2 {
  margin-top: 30px;
}

.page-template-videos .chalk-talk .cw-video__item-category,
.page-template-videos .chalk-talk .chalk-talk__item-category {
  display: none;
}

/*# sourceMappingURL=videos.css.map*/