/**********************************************
*** GENERAL
**********************************************/

/* URW DIN Fonts */
@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-demi.eot');
    src: url('../fonts/urwdin-demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-demi.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-demi.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-demi.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-demi.svg#urwdin-demi') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-bold.eot');
    src: url('../fonts/urw-fonts/urwdin-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-bold.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-bold.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-bold.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-bold.svg#urwdin-bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-black.eot');
    src: url('../fonts/urw-fonts/urwdin-black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-black.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-black.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-black.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-black.svg#urwdin-black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-light.eot');
    src: url('../fonts/urw-fonts/urwdin-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-light.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-light.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-light.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-light.svg#urwdin-light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-thin.eot');
    src: url('../fonts/urw-fonts/urwdin-thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-thin.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-thin.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-thin.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-thin.svg#urwdin-thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-xlight.eot');
    src: url('../fonts/urw-fonts/urwdin-xlight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-xlight.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-xlight.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-xlight.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-xlight.svg#urwdin-xlight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-medium.eot');
    src: url('../fonts/urw-fonts/urwdin-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-medium.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-medium.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-medium.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-medium.svg#urwdin-medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'urw-din, sans-serif';
    src: url('../fonts/urw-fonts/urwdin-regular.eot');
    src: url('../fonts/urw-fonts/urwdin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/urw-fonts/urwdin-regular.woff2') format('woff2'),
        url('../fonts/urw-fonts/urwdin-regular.woff') format('woff'),
        url('../fonts/urw-fonts/urwdin-regular.ttf') format('truetype'),
        url('../fonts/urw-fonts/urwdin-regular.svg#urwdin-regular') format('svg');
    font-weight: 400;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

body {
    color: #555;
    font-family: 'urw-din, sans-serif';
    font-size: 16px;
    position: relative;
    height: 100vh;
    font-weight: 400;
}

.right { float: right; }
.red { color: #FF5049 !important; }
.red-focus:focus { border: 1px solid #FF5049 !important; }

/**********************************************
*** TOP PART
**********************************************/

.top {
    height: 40vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(back.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.budget {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.budget__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
}

.budget__value {
    font-weight: 300;
    font-size: 46px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.budget__income,
.budget__expenses {
    padding: 12px;
    text-transform: uppercase;
}

.budget__income {
    margin-bottom: 10px;
    background-color: #28B9B5;
}

.budget__expenses {
    background-color: #FF5049;
}

.budget__income--text,
.budget__expenses--text {
    float: left;
    font-size: 13px;
    color: #444;
    margin-top: 2px;
}

.budget__income--value,
.budget__expenses--value {
    letter-spacing: 1px;
    float: left;
}

.budget__income--percentage,
.budget__expenses--percentage {
    float: left;
    width: 34px;
    font-size: 11px;
    padding: 3px 0;
    margin-left: 10px;
}

.budget__expenses--percentage {
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 3px;
}


/**********************************************
*** BOTTOM PART
**********************************************/

/***** FORM *****/
.add {
    padding: 14px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f7f7f7;
}

.add__container {
    margin: 0 auto;
    text-align: center;
}

.add__type {
    width: 55px;
    border: 1px solid #e7e7e7;
    height: 44px;
    font-size: 18px;
    color: inherit;
    background-color: #fff;
    margin-right: 10px;
    font-weight: 300;
    transition: border 0.3s;
}

.add__description,
.add__value {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 15px;
    margin-right: 10px;
    border-radius: 5px;
    transition: border 0.3s;
}

.add__description { width: 400px;}
.add__value { width: 100px;}

.add__btn {
    font-size: 35px;
    background: none;
    border: none;
    color: #28B9B5;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    margin-left: 10px;
}

.add__btn:active { transform: translateY(2px); }

.add__type:focus,
.add__description:focus,
.add__value:focus {
    outline: none;
    border: 1px solid #28B9B5;
}

.add__btn:focus { outline: none; }

/***** LISTS *****/
.container {
    width: 1000px;
    margin: 60px auto;
}

.income {
    float: left;
    width: 475px;
    margin-right: 50px;
}

.expenses {
    float: left;
    width: 475px;
}

h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.icome__title { color: #28B9B5; }
.expenses__title { color: #FF5049; }

.item {
    padding: 13px;
    border-bottom: 1px solid #e7e7e7;
}

.item:first-child { border-top: 1px solid #e7e7e7; }
.item:nth-child(even) { background-color: #f7f7f7; }

.item__description {
    float: left;
}

.item__value {
    float: left;
    transition: transform 0.3s;
}

.item__percentage {
    float: left;
    margin-left: 20px;
    transition: transform 0.3s;
    font-size: 11px;
    background-color: #FFDAD9;
    padding: 3px;
    border-radius: 3px;
    width: 32px;
    text-align: center;
}

.income .item__value,
.income .item__delete--btn {
    color: #28B9B5;
}

.expenses .item__value,
.expenses .item__percentage,
.expenses .item__delete--btn {
    color: #FF5049;
}


.item__delete {
    float: left;
}

.item__delete--btn {
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    display: none;
}

.item__delete--btn:focus { outline: none; }
.item__delete--btn:active { transform: translateY(2px); }

.item:hover .item__delete--btn { display: block; }
.item:hover .item__value { transform: translateX(-20px); }
.item:hover .item__percentage { transform: translateX(-20px); }


.unpaid {
    background-color: #FFDAD9 !important;
    cursor: pointer;
    color: #FF5049;

}

.unpaid .item__percentage { box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }
.unpaid:hover .item__description { font-weight: 900; }




body{font-family:'urw-din, sans-serif' !important}

body.video-hub-page {
  font-family: 'urw-din, 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: 'urw-din, 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;
}
.video__podcast .video__play-btn{display:none}
@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: 'urw-din, 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;
}