body.video-hub-page {
  font-family: "Open Sans", sans-serif;
}
body.video-hub-page .center-x {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.video-hub-page .center-y {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.video-hub-page .top-bar {
  padding: 9px 0;
  border-top: 5px #c00 solid;
  background: #f2f2f2;
}
body.video-hub-page .top-bar--pdf {
  padding: 55px;
  border-top: 0;
  background: url("../images/header-bg-pdf.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
body.video-hub-page .top-bar--pdf h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 62px;
}
body.video-hub-page .hero {
  background: url("../images/video_hub_banner_image.jpg") top center no-repeat;
  background-size: cover;
  padding: 160px 0;
  border-bottom: 10px solid #0e8b8d;
}
body.video-hub-page .hero__content h1 {
  font-size: 48px;
  margin: 0 0 60px 0;
  color: #fff;
  font-weight: 600;
  line-height: 47px;
}
body.video-hub-page .hero__content p {
  color: white;
  text-shadow: 1px 1px 1px black;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
}
body.video-hub-page ul.icon-list {
  margin: 2em 0;
  padding-left: 0;
  color: #0f8b8d;
  list-style: none;
}
body.video-hub-page ul.icon-list li {
  font-size: 1.8rem;
  margin-left: 5px;
  padding-left: 55px;
}
body.video-hub-page ul.icon-list li + li {
  margin-top: 20px;
}
body.video-hub-page ul.icon-list li.clock {
  background: url("../images/icon_clock.png") center left no-repeat;
  background-size: auto 100%;
}
body.video-hub-page ul.icon-list li.books {
  background: url("../images/icon_books.png") center left no-repeat;
  background-size: auto 100%;
}
body.video-hub-page ul.icon-list li.light {
  background: url("../images/icon_light.png") center left no-repeat;
  background-size: auto 100%;
}
body.video-hub-page .cta-bar {
  padding: 30px 0;
  background: #0f8b8d;
  color: #fff;
}
body.video-hub-page .cta-bar a {
  color: #fff;
}
.pdf body.video-hub-page .cta-bar {
  padding: 15px 0;
}
body.video-hub-page .cta-text {
  font-size: 3rem;
  text-transform: uppercase;
}
body.video-hub-page .cta-link {
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
body.video-hub-page .social-list {
  margin: 0;
  list-style: none;
}
body.video-hub-page .social-list li {
  display: inline-block;
}
body.video-hub-page .social-list li + li {
  margin-left: 15px;
}
body.video-hub-page .footer-logo {
  display: inline-block;
  margin-top: 6px;
}
body.video-hub-page .social-bar {
  padding: 30px 0;
  background: #3c3c3c;
}
body.video-hub-page .colophon {
  background: #e5e5e5;
}
body.video-hub-page .colophon p {
  font-size: 1.2rem;
  color: #333;
}
body.video-hub-page .colophon a {
  font-size: 1.2rem;
  color: #333;
  font-weight: normal;
}
body.video-hub-page .video-search-box #VideoSearchTextBox {
  min-height: 65px;
  width: 100%;
  color: black;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  padding-right: 80px;
  padding-left: 15px;
  border: 5px solid #e6e6e6;
  outline: none;
}
body.video-hub-page .video-search-box #VideoSearchTextBox::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font-style: italic;
  opacity: 1;
  /* Firefox */
}
body.video-hub-page .video-search-box #VideoSearchTextBox:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font-style: italic;
  opacity: 1;
  /* Firefox */
}
body.video-hub-page .video-search-box #VideoSearchTextBox::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font-style: italic;
  opacity: 1;
  /* Firefox */
}
body.video-hub-page .video-search-box #VideoSearchTextBox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-style: italic;
}
body.video-hub-page .video-search-box #VideoSearchTextBox::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-style: italic;
}
body.video-hub-page .video-search-box #VideoSearchTextBox::-ms-clear {
   display: none;
}
body.video-hub-page .video-search-box .glyphicon.glyphicon-search {
  font-size: 20px;
  color: #cc0000;
  position: absolute;
  top: 15px;
  right: 35px;
  cursor: default;
  background: url(../images/icon-search-submit.png) no-repeat;
  height: 35px;
  width: 35px;
}
body.video-hub-page .video-search-box .glyphicon.glyphicon-search:before {
  content: '';
}
body.video-hub-page .video-search-box .glyphicon.glyphicon-search-close {
  display: none;
  font-size: 2em;
  color: #cc0000;
  position: absolute;
  top: 25px;
  right: 81px;
  cursor: pointer;
  background: url(../images/icon-clear-search.png) no-repeat;
  height: 15px;
  width: 15px;
}
body.video-hub-page .video-search-box .glyphicon.glyphicon-search-close.is-shown {
  display: inline-block;
}
body.video-hub-page .ui-widget-content .ui-menu-item {
  font-size: 16px;
}
body.video-hub-page .ui-widget-content .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: lightgray;
  border: none;
  color: black;
}
body.video-hub-page .intro-container {
  background-color: #414141;
}
body.video-hub-page .intro-section {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  body.video-hub-page .intro-section {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 1290px) {
  body.video-hub-page .intro-section {
    padding: 25px 50px;
  }
}
body.video-hub-page .intro-section > div {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  body.video-hub-page .intro-section > div {
    width: auto;
    text-align: inherit;
  }
}
body.video-hub-page .intro-section a,
body.video-hub-page .intro-section p {
  color: white;
  font-weight: 500;
  font-size: 18px;
}
body.video-hub-page .intro-section a {
  text-decoration: none;
}
body.video-hub-page .intro-section .glyphicon-new-window {
  top: 0;
  font-size: 12px;
  left: 10px;
}
body.video-hub-page .video-search-container h2 {
  font-size: 48px;
  padding: 50px 0;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
body.video-hub-page .video-filter__heading {
  background-color: #414141;
  padding: 22px 20px;
}
body.video-hub-page .video-filter__heading h3 {
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
body.video-hub-page .video-filter__category-list {
  padding: 15px 20px;
}
body.video-hub-page .video-filter__container {
  margin-top: 60px;
}
body.video-hub-page .video-filter__category-list {
  background: #7e7e7e;
}
body.video-hub-page .video-filter__category-list .video-category-option {
  outline: none;
  padding: 8px 0 8px 30px;
  display: block;
  text-decoration: none;
  text-transform: none;
  font-size: 0.9365rem;
  font-weight: 700;
  color: #f1f1f1 !important;
  position: relative;
  font-size: 15px;
}
body.video-hub-page .video-filter__category-list .video-category-option:before {
  background: url(../images/rl-checkbox2.png) no-repeat 0 1px;
  content: '';
  position: absolute;
  width: 20px;
  height: 21px;
  left: 0;
  top: 7px;
}
body.video-hub-page .video-filter__category-list .video-category-option.is-selected:before {
  background-position: 0 -21px;
}
.video-filter__category-list .video-filter__category-row .video-category-option.cbox-twline:before {
    top: 18px;
}
.video-filter__category-list .video-filter__category-row .video-category-option.cbox-thline:before {
    top: 30px;
}
body.video-hub-page .no-result-message {
  display: none;
}
body.video-hub-page .no-result-message.is-shown {
  display: block;
}
body.video-hub-page .video-list-wrapper {
  margin-top: 60px;
}
body.video-hub-page .video-list-wrapper .video__list {
  margin-left: -15px;
  margin-right: -15px;
}
body.video-hub-page .result-bar {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 12px solid #f78e1e;
  width: 100%;
  font-weight: 700;
  padding-bottom: 10px;
  color: #999999;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
body.video-hub-page .video__item {
  display: none;
  margin-bottom: 20px;
}
body.video-hub-page .video__item.is-shown {
  display: block;
}
body.video-hub-page .video__item.is-shown .video-wrapper {
  cursor:pointer;
}
body.video-hub-page .video__item.is-shown .video-wrapper:hover {
    /* box-shadow: 0 0 11px rgba(33,33,33,.2);
      border: 2px solid #9B9B9B; */
}
/*Video Thumbnails Transform CSS*/
body.video-hub-page .video-wrapper .pop{overflow: hidden;}
body.video-hub-page .video-wrapper .pop img.video__thumbnail{transition: all .3s ease;}
body.video-hub-page .video-wrapper:hover .pop img {
    transform: scale(1.1);
    transition: all .3s ease;
}
/*Video Thumbnails Transform CSS*/
@media only screen and (max-width: 767px) {
  body.video-hub-page .subscribe-tile {
    height: 300px !important;
  }
}
body.video-hub-page .subscribe-tile .video-wrapper {
  background-color: #0e8b8d;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 18px;
}
body.video-hub-page .subscribe-tile .video-wrapper h2 {
  font-size: 1.5em;
  font-weight: 400;
}
body.video-hub-page .subscribe-tile .video-wrapper h2,
body.video-hub-page .subscribe-tile .video-wrapper p,
body.video-hub-page .subscribe-tile .video-wrapper a {
  color: white;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body.video-hub-page .subscribe-tile .video-wrapper h2 {
    font-size: 22px !important;
  }
}
body.video-hub-page .subscribe-tile .video-wrapper h2,
body.video-hub-page .subscribe-tile .video-wrapper p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body.video-hub-page .subscribe-tile .video-wrapper h2,
  body.video-hub-page .subscribe-tile .video-wrapper p {
    margin-bottom: 30px;
  }
}
body.video-hub-page .subscribe-tile__text-container {
  padding: 40px 20px 10px;
}
body.video-hub-page .subscribe-tile .subscribe-tile__btn {
  display: block;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ffffff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  outline: 0 none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px 16px;
  width: 100%;
  text-align: center;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}
body.video-hub-page .subscribe-tile .video-wrapper .subscribe-tile__btn {
	color:#000;
}
body.video-hub-page .subscribe-tile .subscribe-tile__btn:hover {
  color: #fff;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  body.video-hub-page .container.video-list-container {
    width: 100%;
  }
}
@media (min-width: 1290px) {
  body.video-hub-page .container.video-list-container {
    width: 1260px;
  }
}
body.video-hub-page .video-wrapper {
  background: #f1f1f1;
  height: 100%;
}
body.video-hub-page .video-wrapper.featured .video__featured-tag {
  display: block;
}
body.video-hub-page .video-wrapper__image-container {
  position: relative;
}
body.video-hub-page .video-wrapper__description-container {
  padding: 24px 20px;
}
body.video-hub-page .video-wrapper__description-container p {
  margin: 0;
}
body.video-hub-page .video-wrapper .video__thumbnail {
  width: 100%;
}
body.video-hub-page .video-wrapper .video__play-icon {
  width: 60px;
}
body.video-hub-page .video-wrapper .video__featured-tag {
  position: absolute;
  display: none;
  top: 10px;
  right: 0;
  background-color: #ce0000;
  padding: 5px 10px;
}
body.video-hub-page .video-wrapper .video__featured-tag span {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
body.video-hub-page .video-wrapper .video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.video-hub-page .video-wrapper .video__sub-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #088c84;
}
body.video-hub-page .video-wrapper .video__title {
  font-weight: bold;
  font-size: 18px;
}
body.video-hub-page .video-popup__container {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  z-index: -1;
}
body.video-hub-page .video-popup__container.is-shown {
  display: block;
  z-index: 99;
}
body.video-hub-page .video-popup__container.is-shown .video-popup__wrapper {
  z-index: 100;
}
body.video-hub-page .video-popup__close-icon {
  background-image: url(/images/hv-close-icon.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  display: block;
}
body.video-hub-page .video-popup__wrapper {
  position: fixed;
  z-index: -1;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
}
body.video-hub-page .video-popup__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
body.video-hub-page .video-popup__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.video-hub-page .load-more-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
body.video-hub-page .show-more-videos-btn {
  display: none;
  background: #ce0000;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 100px;
  border: 1px solid #ce0000;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  text-decoration: none;
}
body.video-hub-page .show-more-videos-btn:hover {
    text-decoration: none;
    color: #ce0000;
    border: 1px solid #ce0000;
    background: transparent;
}
body.video-hub-page .show-more-videos-btn.is-shown {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  body.video-hub-page .video-filter__container{
    margin-top: 30px;
  }
  body.video-hub-page .video-list-wrapper{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.video-hub-page .video-search-box #VideoSearchTextBox {
    font-size: 14px;
    padding-right: 55px;
    border: 5px solid #e6e6e6;
  }
  body.video-hub-page .video-search-container h2 {
    font-size: 30px;
    padding: 50px 0 25px;
  }
}
.vjs-social-overlay .vjs-social-direct-link .vjs-social-label-text, 
.vjs-social-overlay .vjs-social-embed-code .vjs-social-label-text, 
.vjs-social-overlay .vjs-social-start-from .vjs-social-label-text{
  text-align: left;
}