@charset "UTF-8";
/* Globals ===================*/
/* Open Sans - Bold */
@font-face {
  font-family: 'open_sans-bold';
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sans-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Open Sans - Italic */
@font-face {
  font-family: 'open_sans-italic';
  src: url("../fonts/OpenSans-Italic-webfont.eot");
  src: url("../fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Italic-webfont.svg#open_sans-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Open Sans - Regular */
@font-face {
  font-family: 'open_sans-regular';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sans-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Open Sans - Semibold */
@font-face {
  font-family: 'open_sans-semibold';
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sans-semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* merriweather-regular - latin */
@font-face {
  font-family: 'merriweather';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/merriweather-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v20-latin-regular.woff2") format("woff2"), url("../fonts/merriweather-v20-latin-regular.woff") format("woff"), url("../fonts/merriweather-v20-latin-regular.ttf") format("truetype"); }

/* merriweather-italic - latin */
@font-face {
  font-family: 'merriweather-italic';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/merriweather-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Italic"), local("Merriweather-Italic"), url("../fonts/merriweather-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v20-latin-italic.woff2") format("woff2"), url("../fonts/merriweather-v20-latin-italic.woff") format("woff"), url("../fonts/merriweather-v20-latin-italic.ttf") format("truetype"); }

/* merriweather-700 - latin */
@font-face {
  font-family: 'merriweather-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../fonts/merriweather-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v20-latin-700.woff2") format("woff2"), url("../fonts/merriweather-v20-latin-700.woff") format("woff"), url("../fonts/merriweather-v20-latin-700.ttf") format("truetype"); }

/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/* EXTENDS---------------------------------------------------------------------- */
/* Media Breakpoints - Only */
.container {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 999.98px) {
    .container {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 767.98px) {
    .container {
      margin-left: 0;
      margin-right: 0; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto; }

/* Media Breakpoints - Up */
/* Media Breakpoints - Down */
/* -----------------------------------------------------------------------------
Rich Text Editor
----------------------------------------------------------------------------- */
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/* EXTENDS---------------------------------------------------------------------- */
.flush-top-margin > h1:first-child,
.flush-top-margin > h2:first-child,
.flush-top-margin > h3:first-child,
.flush-top-margin > h4:first-child,
.flush-top-margin > h5:first-child,
.flush-top-margin > h6:first-child {
  margin-top: 0;
  line-height: 1em; }

.flush-top-margin > p:first-child {
  margin-top: 0; }

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
  margin: 0;
  line-height: 0; }

canvas {
  display: none; }

/* Images */
.img-responsive {
  max-width: 100%; }

/* Margins */
.margin-bottom-sm {
  margin-bottom: 25px; }

.margin-top-sm {
  margin-top: 25px; }

.margin-bottom {
  margin-bottom: 45px; }

.margin-top {
  margin-top: 45px; }

/* Widths */
.width--25 {
  width: 25%;
  min-width: 175px; }
  @media (max-width: 921.98px) {
    .width--25 {
      width: 50%; } }

.width--50 {
  width: 50%; }
  @media (max-width: 921.98px) {
    .width--50 {
      width: 75%; } }

.width--75 {
  width: 75%; }

.width--full {
  width: 100%; }

.popover .popover-body {
  color: #FFFFFF;
  font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
  background-color: #3E9AAC;
  box-shadow: 1px 0 2px 1px rgba(62, 154, 172, 0.2); }

.popover .arrow::before, .popover .arrow::after {
  border-top-color: #3E9AAC;
  border-bottom-color: #3E9AAC; }

.invalid-feedback {
  font-size: 1.1em; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/* Custom Font Treatments*/
.italic {
  font-style: italic; }

.text--green {
  color: #1CA922; }

.row--border {
  border-top: 1px solid #EAEBF0;
  margin-top: 50px;
  padding-top: 30px; }

/* Display*/
.d-none {
  display: none; }

.d-block {
  display: block; }

.disable-rating {
  pointer-events: none; }

.margin-top-up {
  margin-top: -30px; }

.border-top {
  border-top: 1px solid #F2F2F2;
  margin-bottom: 15px; }

/* Alignment */
.align-center {
  text-align: center; }

.inline * {
  display: inline; }

.col-6.aaos--row {
  height: 96px; }
  @media (max-width: 921.98px) {
    .col-6.aaos--row {
      height: 70px;
      max-width: 50%;
      min-width: 50%; }
      .col-6.aaos--row + .col-6 {
        min-width: 50%;
        max-width: 50%; } }

.aaos--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  height: 48px; }
  @media (max-width: 921.98px) {
    .aaos--row {
      height: 60px; } }
  .aaos--row.aaos--flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 921.98px) {
      .aaos--row.aaos--flex-end {
        display: none; } }

.is-visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.prototype-gray-border {
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px; }

.breakword {
  word-wrap: break-word; }

@font-face {
  font-family: 'aaos-glyphs';
  src: url("//cdn.icomoon.io/165603/AAOS-Glyphs/aaos-glyphs.eot?n75wbj");
  src: url("//cdn.icomoon.io/165603/AAOS-Glyphs/aaos-glyphs.eot?n75wbj#iefix") format("embedded-opentype"), url("//cdn.icomoon.io/165603/AAOS-Glyphs/aaos-glyphs.woff2?n75wbj") format("woff2"), url("//cdn.icomoon.io/165603/AAOS-Glyphs/aaos-glyphs.ttf?n75wbj") format("truetype"), url("//cdn.icomoon.io/165603/AAOS-Glyphs/aaos-glyphs.woff?n75wbj") format("woff"), url("//cdn.icomoon.io/165603/AAOS-Glyphs/aaos-glyphs.svg?n75wbj#aaos-glyphs") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aaos-glyphs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-sort-arrow-down:before {
  content: ""; }

.icon-sort-arrow-up:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-caret-right-double:before {
  content: ""; }

.icon-caret-left-double:before {
  content: ""; }

.icon-success:before {
  content: ""; }

.icon-upload-video:before {
  content: ""; }

.icon-video-file:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-filters:before {
  content: ""; }

.icon-select-caret-down:before {
  content: ""; }

.icon-select-caret-up:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-podcast:before {
  content: ""; }

.icon-dislike:before {
  content: ""; }

.icon-like:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-warning:before {
  content: ""; }

.icon-printer:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-select-arrows:before {
  content: "\e922"; }

/* -----------------------------------------------------------------------------
Video Portal Styles
----------------------------------------------------------------------------- */
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/* EXTENDS---------------------------------------------------------------------- */
.title.title--xlg {
  font-size: 24px;
  font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif; }

footer {
  background-color: #354054; }

.title {
  font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
  color: #313C50;
  letter-spacing: 0.05em;
  font-weight: unset;
  font-size: 20px;
  margin: 10px 0; }
  .title.title--xlg {
    font-size: 26px;
    margin: 25px 0; }

.form-group label {
  font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
  color: #313C50;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px; }

.author-details {
  color: #313C50; }

.video-author {
  width: 100%; }
  .video-author::after {
    display: block;
    clear: both;
    content: ""; }
  .video-author .author-thumb {
    float: left; }
  .video-author .author-thumb {
    padding-right: 10px; }
  .video-author .author-details {
    font-size: 14px;
    line-height: 16px; }
  .video-author .author-name {
    font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
    width: 100% !important; }
  .video-author .author-submitted {
    color: #A3A3A3;
    font-family: "open_sans-regular", Helvetica, Arial, sans-serif;
    font-size: 12px; }

a.author-btn {
  color: inherit; }

a.author-btn:hover {
  color: inherit; }

a.disable-author-engagement {
  pointer-events: none;
  cursor: default; }

div.author-channel {
  margin-top: 50px;
  margin-bottom: 70px; }

.comments .comment {
  border-top: 2px solid #EAEBF0;
  margin-top: 25px;
  padding-top: 45px; }

.comments .comment--nested {
  border-top: none;
  margin-top: 15px;
  padding-top: 15px; }

.comments .comment-name {
  font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 7.5px; }

.comments .comment-timestamp {
  color: #A3A3A3;
  display: inline-block;
  font-family: "open_sans-regular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -2px; }
  .comments .comment-timestamp:before {
    content: '\25cf';
    margin-right: 8px; }

.filter {
  background-color: #4E4E4E;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
  margin-right: 5px;
  padding: 3px 8px 4px;
  text-decoration: none;
  /* Adding Close 'X' */ }
  .filter:hover {
    background-color: #4E4E4E;
    color: #FFFFFF; }
  .filter:after {
    content: 'X';
    display: inline-block;
    font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
    font-size: 10px;
    margin-left: 15px; }

/* Dropdowns */
.dropdown--container {
  z-index: 1000; }

.dropdown {
  z-index: 1000; }

.dropdown--filters {
  background: #FFFFFF;
  border: 1px solid #A3A3A3;
  font-size: 12px;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 35px;
  width: 260px; }

.upload-progress {
  height: 125px;
  position: relative;
  text-align: center; }
  .upload-progress::after {
    display: block;
    clear: both;
    content: ""; }
  .upload-progress:before {
    background-color: #A3A3A3;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .upload-progress:before {
        top: 40px; } }
  .upload-progress:after {
    background-color: #3E9AAC;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 45px;
    width: 0;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .upload-progress:after {
        top: 40px; } }
  .upload-progress.progress--2:after {
    width: 25%; }
  .upload-progress.progress--3:after {
    width: 50%; }
  .upload-progress.progress--4:after {
    width: 75%; }
  .upload-progress.progress--5:after {
    width: 100%; }
  .upload-progress .progress--block {
    background-color: #FFFFFF;
    margin-left: -44px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    width: 88px; }
    @media (max-width: 767.98px) {
      .upload-progress .progress--block {
        margin-left: -60px;
        padding: 20px 10px;
        width: 60px; } }
    .upload-progress .progress--block.progress--block-1 {
      left: 0; }
    .upload-progress .progress--block.progress--block-2 {
      left: 25%; }
    .upload-progress .progress--block.progress--block-3 {
      left: 50%; }
    .upload-progress .progress--block.progress--block-4 {
      left: 75%; }
    .upload-progress .progress--block.progress--block-5 {
      left: 100%; }
    .upload-progress .progress--block:hover .btn--round {
      background-color: #A3A3A3;
      border-color: #A3A3A3;
      color: #FFFFFF; }
    .upload-progress .progress--block:hover .progress-name {
      color: #A3A3A3; }
    .upload-progress .progress--block.active .btn--round {
      background-color: #3E9AAC;
      border-color: #3E9AAC;
      color: #FFFFFF; }
    .upload-progress .progress--block.active .progress-name {
      color: #3E9AAC; }
    .upload-progress .progress--block.next:hover .btn--round {
      color: #FFFFFF;
      background-color: #3E9AAC; }
    .upload-progress .progress--block.next .btn--round {
      border-color: #3E9AAC;
      color: #3E9AAC; }
    .upload-progress .progress--block.next .progress-name {
      color: #3E9AAC; }
  .upload-progress .btn--round {
    background-color: #FFFFFF;
    border: 3px solid #A3A3A3;
    color: #A3A3A3;
    font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
    font-size: 20px;
    height: 50px;
    line-height: 1.6em;
    margin: 0 auto;
    width: 50px; }
    @media (max-width: 767.98px) {
      .upload-progress .btn--round {
        font-size: 16px;
        height: 40px;
        line-height: 35px;
        width: 40px; } }
  .upload-progress .progress-name {
    color: #A3A3A3;
    font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .upload-progress .progress-name {
        font-size: 8px; } }

.author-details {
  font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
  margin-bottom: 25px;
  width: 100%; }
  .author-details .author-name,
  .author-details .status {
    font-size: 18px;
    line-height: 22px; }
  .author-details .author-name {
    position: relative;
    width: 55%; }
    @media (max-width: 767.98px) {
      .author-details .author-name {
        width: 100%; } }
    .author-details .author-name .btn--remove {
      position: absolute;
      right: 0;
      top: 0; }
  .author-details .make-lead-author {
    margin-top: 10px; }
  .author-details .btn--container {
    margin-top: 10px; }

.no-author-details {
  font-family: "open_sans-regular", Helvetica, Arial, sans-serif;
  color: #A3A3A3;
  margin-bottom: 25px;
  width: 100%; }

.status.status-complete {
  color: #1CA922; }

.status.status-incomplete {
  color: #E14038; }

.list-authors {
  margin-bottom: 45px; }
  .list-authors .author-details {
    margin-bottom: 10px; }

.file-upload {
  border: 2px solid #B4B4B4;
  margin-bottom: 25px;
  min-height: 100px;
  padding: 15px 15px 15px 100px;
  position: relative; }
  .file-upload:before {
    color: #B4B4B4;
    content: '\e91c';
    font-family: "aaos-glyphs";
    font-size: 50px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px; }
  .file-upload--dzname {
    font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
    color: #4E4E4E;
    text-transform: uppercase; }
  .file-upload--dzsize {
    font-size: 12px;
    font-family: "open_sans-regular", Helvetica, Arial, sans-serif;
    color: #A3A3A3;
    text-transform: lowercase; }
    .file-upload--dzsize strong {
      font-weight: normal; }
  .file-upload--progress {
    padding-top: 10px;
    padding-bottom: 10px; }

.progress {
  height: 25px; }
  .progress .progress-bar {
    background-color: #3E9AAC; }

.video-file-size {
  height: 102px;
  margin-bottom: 10px;
  width: 189px; }

.dz-image-preview .upload-btn {
  display: inline-block; }

.thumbnail--file-preview {
  width: 120px;
  height: 120px; }

.notransition {
  transition: none !important; }

.video--single {
  margin-bottom: 35px;
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  /* Video Options */
  /* Likes */
  /* Video Details */ }
  .video--single::after {
    display: block;
    clear: both;
    content: ""; }
  .video--single .video-options {
    -ms-flex: 0 0 28%;
        flex: 0 0 28%;
    max-width: 28%;
    /* Credit */
    /* Sponsored */
    /* Duration */
    /* Video Buttons */ }
    @media (max-width: 921.98px) {
      .video--single .video-options {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 921.98px) {
      .video--single .video-options .vjs-time-control.vjs-current-time {
        margin-left: 0px; } }
    @media (max-width: 921.98px) {
      .video--single .video-options .video-js .vjs-time-control {
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 921.98px) {
      .video--single .video-options .vjs-playback-rate .vjs-playback-rate-value {
        font-size: 1.2em;
        line-height: 2.6; } }
    .video--single .video-options .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
      width: 6em;
      left: 2em;
      padding-bottom: 0; }
      .video--single .video-options .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item {
        margin: 0;
        padding: .2em 0;
        border-radius: 0;
        font-size: 1em; }
      .video--single .video-options .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item:not(.vjs-selected) {
        background-color: #4E4E4E; }
    .video--single .video-options .video-container {
      color: #FFFFFF;
      float: left;
      font-size: 10px;
      min-width: 250px;
      min-height: 140px;
      position: relative;
      background-color: #4E4E4E;
      overflow: hidden; }
      @media (max-width: 921.98px) {
        .video--single .video-options .video-container {
          width: 100%;
          height: 420px; } }
    .video--single .video-options .video-thumbnail {
      min-width: 260px;
      min-height: 150px;
      max-height: 420px; }
      .video--single .video-options .video-thumbnail.video-inactive {
        pointer-events: none;
        cursor: default; }
      .video--single .video-options .video-thumbnail img {
        left: 50%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
    .video--single .video-options .overlay--credit,
    .video--single .video-options .overlay--likes,
    .video--single .video-options .overlay--sponsored,
    .video--single .video-options .overlay--duration {
      position: absolute; }
    .video--single .video-options .overlay--credit,
    .video--single .video-options .overlay--sponsored,
    .video--single .video-options .overlay--duration {
      background-color: #A3A3A3;
      font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
      padding: 3px 6px; }
    .video--single .video-options .overlay--credit {
      left: 10px;
      top: 10px; }
    .video--single .video-options .overlay--sponsored {
      background-color: #CC0033;
      border: 1px solid #FFFFFF;
      bottom: 10px;
      left: 10px;
      text-transform: uppercase; }
    .video--single .video-options .overlay--duration {
      bottom: 10px;
      right: 10px;
      pointer-events: none; }
    .video--single .video-options .video-buttons {
      float: left;
      padding-left: 10px; }
      @media (max-width: 921.98px) {
        .video--single .video-options .video-buttons {
          padding-left: 0px;
          padding-top: 15px;
          margin-left: 0;
          padding-bottom: 10px;
          width: 100%; } }
      .video--single .video-options .video-buttons .btn--round {
        margin-bottom: 6px; }
        @media (max-width: 921.98px) {
          .video--single .video-options .video-buttons .btn--round {
            display: inline-block; } }
      .video--single .video-options .video-buttons .btn--share + .share-count {
        color: #3E9AAC;
        font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
        font-size: 11px;
        margin-top: -6px;
        width: 34px;
        text-align: center; }
        @media (max-width: 921.98px) {
          .video--single .video-options .video-buttons .btn--share + .share-count {
            position: relative;
            left: 36px; } }
      .video--single .video-options .video-buttons.engagement-inactive .btn--share,
      .video--single .video-options .video-buttons.engagement-inactive .btn--add,
      .video--single .video-options .video-buttons.engagement-inactive .btn--bookmark {
        background: #ececec;
        border-color: #A3A3A3;
        color: #A3A3A3;
        pointer-events: none;
        cursor: default; }
        .video--single .video-options .video-buttons.engagement-inactive .btn--share:hover,
        .video--single .video-options .video-buttons.engagement-inactive .btn--add:hover,
        .video--single .video-options .video-buttons.engagement-inactive .btn--bookmark:hover {
          background: #ececec;
          color: #A3A3A3; }
      .video--single .video-options .video-buttons.engagement-inactive .share-count,
      .video--single .video-options .video-buttons.video-inactive .share-count {
        color: #A3A3A3; }
      .video--single .video-options .video-buttons .st-content {
        display: none;
        position: absolute;
        top: auto;
        right: auto;
        font-size: 14px;
        line-height: 25px; }
        .video--single .video-options .video-buttons .st-content .network-title {
          /** not sure why we need this **/
          position: relative; }
  .video--single .video-title {
    line-height: 1.4em;
    font-size: 19px; }
  .video--single .video-desc {
    line-height: 1.5em; }
  .video--single .overlay--likes, .video--single .st-content {
    right: 10px;
    top: 10px; }
    .video--single .overlay--likes .btn--round, .video--single .st-content .btn--round {
      background-color: #A3A3A3;
      border-color: #A3A3A3;
      color: #FFFFFF;
      height: 26px;
      position: relative;
      width: 26px;
      cursor: pointer;
      /* Dislikes/Like Count */ }
      .video--single .overlay--likes .btn--round:hover, .video--single .st-content .btn--round:hover {
        background-color: #bdbdbd;
        cursor: pointer; }
      .video--single .overlay--likes .btn--round.btn--dislike, .video--single .st-content .btn--round.btn--dislike {
        margin-right: 5px; }
      .video--single .overlay--likes .btn--round .count, .video--single .st-content .btn--round .count {
        bottom: -17px;
        display: block;
        font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
        position: absolute;
        text-align: center;
        width: 100%; }
  .video--single .video-details {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%; }
    @media (max-width: 921.98px) {
      .video--single .video-details {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px; } }
    .video--single .video-details .video-title {
      margin-top: -2px; }
      .video--single .video-details .video-title a {
        color: #313C50; }
      .video--single .video-details .video-title p {
        margin-bottom: 0; }
    .video--single .video-details .video-desc {
      line-height: 22px; }
    .video--single .video-details .video-contributors {
      color: #7B7B7B;
      font-size: 16px;
      line-height: 20px; }
    .video--single .video-details .video-views {
      margin: 10px 0; }
      .video--single .video-details .video-views:after {
        content: '\2022';
        margin: 0 5px; }
    .video--single .video-details.video-inactive {
      color: #A3A3A3; }
    .video--single .video-details.video-inactive .video-title a {
      color: #A3A3A3;
      pointer-events: none;
      cursor: default; }
    .video--single .video-details .video-tags.engagement-inactive a.tag {
      border-color: #A3A3A3;
      color: #A3A3A3;
      pointer-events: none;
      cursor: default; }

.video--review {
  margin: 0; }
  .video--review .video-options {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
    .video--review .video-options .video-container {
      min-width: 220px;
      min-height: 120px; }
      .video--review .video-options .video-container .video-thumbnail {
        min-width: 220px;
        min-height: 120px; }
    @media (max-width: 921.98px) {
      .video--review .video-options {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        min-width: 0;
        width: 100%;
        min-height: 120px; }
        .video--review .video-options .video-container {
          min-width: 100%;
          min-height: 120px; } }
  .video--review .video-details {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%; }
    .video--review .video-details .video-review-flag {
      font-size: 12px;
      color: #A3A3A3;
      padding-bottom: 10px; }
    @media (max-width: 921.98px) {
      .video--review .video-details {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .video--review .clickable-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px; }
    .video--review .clickable-block:hover {
      background-color: #F2F2F2; }
  .video--review a {
    color: #4E4E4E;
    display: block;
    float: left;
    padding: 15px 0;
    width: 100%; }
    .video--review a.active, .video--review a:hover {
      background-color: #F2F2F2;
      text-decoration: none; }

.video--details {
  margin: 0;
  /* make sure each part is a full line */ }
  .video--details .video-options {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .video--details .video-options {
    margin-bottom: 75px; }
  .video--details .video-container {
    float: left;
    height: auto;
    max-height: 100%; }
    .video--details .video-container::after {
      display: block;
      clear: both;
      content: ""; }
  .video--details .overlay--likes .btn {
    margin: 0 0 0 15px !important; }
    @media (max-width: 921.98px) {
      .video--details .overlay--likes .btn {
        margin: 0 0 0 5px !important; } }
  .video--details .video-status,
  .video--details .video-conflict-of-interest {
    background-color: #f5f5f5;
    clear: both;
    font-size: 18px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%; }
  .video--details .video-conflict-of-interest.conflict {
    font-style: italic;
    line-height: 1.0;
    border-radius: 0; }
  .video--details .row {
    width: calc(100% + 30px); }
  .video--details .video-duration {
    font-family: "open_sans-bold", "Helvetica-bold", "Arial-bold", sans-serif;
    font-size: 22px;
    line-height: 22px; }
  .video--details .video-views:after {
    content: '\2022';
    margin: 0 5px; }
  .video--details .btn--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin: 0; }
    .video--details .btn--container .btn + .btn {
      margin-left: 10px; }
  .video--details .video-tags {
    margin-top: 15px; }
  .video--details .video-title {
    padding-bottom: 12px;
    margin-bottom: 0; }
    .video--details .video-title a {
      color: #313C50; }
    .video--details .video-title p {
      margin-bottom: 0; }
  .video--details .video-authors {
    font-size: 12px;
    font-family: "open_sans-semibold", "Helvetica-bold", "Arial-bold", sans-serif;
    margin-bottom: 25px;
    color: #4E4E4E; }
    .video--details .video-authors p {
      margin: 0;
      padding: 0; }
  .video--details .video-tags, .video--details .video-title, .video--details .video-authors, .video--details .video-desc {
    min-width: 100%; }

/* Right Rail - Videos */
.video--right-rail {
  margin-bottom: 5px; }
  .video--right-rail .clickable-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 921.98px) {
      .video--right-rail .clickable-block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .video--right-rail .clickable-block:hover {
      background-color: #F2F2F2;
      text-decoration: none; }
  .video--right-rail .video-options {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 10px; }
    @media (max-width: 921.98px) {
      .video--right-rail .video-options {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px; } }
    .video--right-rail .video-options .video-container {
      padding: 0;
      min-height: 1px;
      min-width: 1px;
      max-width: 150px; }
      @media (max-width: 921.98px) {
        .video--right-rail .video-options .video-container {
          max-height: 420px;
          max-width: 100%; } }
    .video--right-rail .video-options .video-thumbnail {
      padding: 0;
      min-height: 80px;
      min-width: 140px; }
      @media (max-width: 999.98px) {
        .video--right-rail .video-options .video-thumbnail {
          min-width: 135px; } }
      @media (max-width: 921.98px) {
        .video--right-rail .video-options .video-thumbnail {
          min-height: 50vw;
          max-height: 420px;
          width: 100vw; }
          .video--right-rail .video-options .video-thumbnail img {
            width: 100%;
            height: auto; } }
  .video--right-rail .video-details {
    -ms-flex: 0 1 56%;
        flex: 0 1 56%;
    max-width: 56%;
    padding: 0px;
    margin-left: 0px; }
    @media (max-width: 921.98px) {
      .video--right-rail .video-details {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .video--right-rail .video-title {
    font-size: 12px; }

.filter-videos {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 35px;
  padding-bottom: 20px; }

.results {
  color: #A3A3A3;
  font-family: "open_sans-italic", "Helvetica-italic", "Arial-italic", sans-serif;
  margin-bottom: 10px; }

.video-js .vjs-dock-description, .video-js .vjs-dock-title {
  height: 1px !important; }

#brightcove-container #st-content {
  width: 160px;
  top: 30px;
  right: 90px; }

.image-wrapper {
  position: relative;
  margin-bottom: 30px; }
  .image-wrapper img {
    width: 100%;
    height: auto; }

.lock-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 3;
  padding: 17px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

.lock-icon {
  background: white;
  border-radius: 3px;
  width: 25px;
  height: 20px;
  position: relative;
  margin-top: 7px;
  border: 2px solid; }
  .lock-icon:before {
    content: "";
    display: block;
    position: absolute;
    border: 4px solid white;
    top: -14px;
    left: 3.1px;
    width: 15px;
    height: 27px;
    border-radius: 35px 35px 0 0; }

.upload-new-video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F2F2;
  padding: 30px 25px;
  text-transform: uppercase; }
  .upload-new-video > div {
    margin: 0; }
  .upload-new-video .icon-upload-video {
    margin-right: 25px; }
