/* DO NOT edit the CSS file, edit the SCSS version */
/* (preferred class and ID naming: lowercase-hyphenated-words) */
/* >> Swipe 2 custom mod required styles */
.swipe {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
.swipe * ::-moz-selection {
  background-color: transparent !important;
}
.swipe * ::selection {
  background-color: transparent !important;
}
.swipe .banners, .swipe .banners li, .swipe .thumbs, .swipe .thumbs li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.swipe .banners {
  position: relative;
  overflow: hidden;
}
.swipe .banners a {
  display: block;
}
.swipe .banners li {
  display: none;
}
.swipe .banners li:first-of-type {
  display: block;
}
.swipe .banners > li {
  float: left;
  position: relative;
}
.swipe .banners > li img {
  max-width: 100%;
  height: auto;
}
.swipe .thumbs {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: none;
  width: 100%;
  text-align: center;
}
.swipe .thumbs li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.swipe .thumbs b {
  display: none;
}
.swipe .thumbs a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 20px;
}
.swipe .thumbs a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -6px 0 0 -6px;
  border: 1px solid #555;
  width: 12px;
  height: 12px;
  background-color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.swipe .thumbs li.sel a:after {
  background-color: #fff;
}

/* << Swipe 2 custom mod required styles */
.spotlight {
  padding: 15px 0;
  overflow: hidden;
}
.spotlight .feature a {
  position: relative;
  display: block;
  margin: 0 0 5px;
}
.spotlight .details {
  padding: 0 15px;
}
.spotlight .details h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 200;
  font-size: 1.8rem;
  color: #fefefe;
}
.spotlight .details h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  color: #d4232e;
}
.spotlight .details a[href] {
  text-decoration: none;
  color: #fefefe;
}
.spotlight .details a[href]:focus, .spotlight .details a[href]:active, .spotlight .details a[href]:hover {
  color: #d4232e;
}
.spotlight p {
  margin: 0;
  font-size: 1.4em;
  color: #999;
}

.player {
  position: relative;
  z-index: 1;
  padding: 15px 0 0;
  background-color: #000;
  color: #ccc;
}
.player > .title {
  display: none;
}
.player .side-advert {
  display: none;
  margin: 15px 0 0 20px;
  width: auto;
}
.player .toggle-size {
  float: right;
  position: relative;
  z-index: 3;
  display: none;
  margin-top: 5px;
  padding: 0 55px 0 20px;
  width: auto;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 1.4rem;
  color: #999;
  cursor: pointer;
}
.player .toggle-size:before {
  position: absolute;
  top: -2px;
  left: auto;
  right: 0;
  margin: 0;
  font-size: 40px;
}
.player .next-btn, .player .prev-btn {
  position: absolute;
  top: 0;
  display: none;
  width: 35px;
  height: 100%;
}
.player .next-btn > a, .player .prev-btn > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.player .next-btn > a, .player .next-btn > a *, .player .prev-btn > a, .player .prev-btn > a * {
  text-decoration: none;
}
.player .next-btn > a:focus:after, .player .next-btn > a:active:after, .player .next-btn > a:hover:after, .player .prev-btn > a:focus:after, .player .prev-btn > a:active:after, .player .prev-btn > a:hover:after {
  opacity: 1;
}
.player .next-btn > a:after, .player .prev-btn > a:after {
  opacity: 0.5;
}
.player .next-btn {
  right: -40px;
}
.player .prev-btn {
  left: -40px;
}
.player .swipe .prev-btn, .player .swipe .next-btn {
  display: none;
}
.player .prev-btn .entry, .player .next-btn .entry {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50px;
  display: none;
  margin: -36px 0 0;
  width: 300px;
  height: 72px;
}
.player .next-btn .entry {
  left: auto;
  right: 50px;
}
.player .exclusive {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 1px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.player .exclusive.black {
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.player .exclusive div {
  position: relative;
  z-index: 10;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15%;
  padding: 15px;
  background: #fff none;
  text-align: left;
  color: #999;
}
.player .exclusive h2 {
  margin-bottom: .5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
  font-weight: normal;
  font-size: 1.8rem;
  color: #d4232e;
}
.player .exclusive p {
  margin: .25em 0 0;
}
.player .exclusive strong {
  font-weight: normal;
}
.player .exclusive i {
  color: #d4232e;
}
.player .exclusive .mask {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: block !important;
}

.video-box {
  position: relative;
  z-index: 5;
  margin: 0 0 15px;
  min-height: 250px;
}

.video {
  position: relative;
  z-index: 1;
  min-height: 250px;
}
.video, .video video, .video embed {
  min-width: 320px;
}
.video a[href] {
  color: #d4232e;
}
.video a[href]:focus, .video a[href]:active, .video a[href]:hover {
  color: #b4030e;
}
.video figcaption {
  display: none;
}

.video-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
}

#videoprefill, .player .exclusive {
  width: 100%;
  height: auto;
  min-height: 250px !important;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#videoprefill img {
  width: 100%;
  height: auto;
}

#videoplayer_wrapper, #videoplayer {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
#videoplayer_wrapper iframe, #videoplayer iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  max-height: 100% !important;
}
#videoplayer_wrapper h1.ctr, #videoplayer h1.ctr {
  padding: 3em 0;
}

.blip-frame {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 250px;
  min-height: 250px;
}

.blip-embed {
  display: none;
}

.video .jwdownloaddisplay {
  height: 100% !important;
}

.video video, .video embed {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 250px;
  min-height: 250px;
  /* Blip size requirement */
}

.modal .embed {
  position: relative;
  margin-top: 5px;
  padding: 5px 15px;
  background-color: #fff;
  color: #999;
}
.modal .embed h2 {
  margin-bottom: .5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
  font-weight: normal;
  font-size: 2.4rem;
  color: #d4232e;
}
.modal .embed .code {
  border: 1px solid #ccc;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eaeaea;
  color: #000;
}
.modal .embed .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 15px 0 0;
}

.view-playlist {
  position: relative;
  z-index: 1;
}

.full-size .view-playlist {
  z-index: 0;
}

.view-playlist h1, .prev-btn .entry h1, .next-btn .entry h1 {
  text-transform: uppercase;
  color: #fefefe;
}
.view-playlist a[href], .prev-btn .entry a[href], .next-btn .entry a[href] {
  background: #333 none;
  text-decoration: none;
  color: #999;
}
.view-playlist a[href]:focus, .view-playlist a[href]:active, .view-playlist a[href]:hover, .prev-btn .entry a[href]:focus, .prev-btn .entry a[href]:active, .prev-btn .entry a[href]:hover, .next-btn .entry a[href]:focus, .next-btn .entry a[href]:active, .next-btn .entry a[href]:hover {
  background-color: #444;
}
.view-playlist a[href].next-page, .prev-btn .entry a[href].next-page, .next-btn .entry a[href].next-page {
  min-height: 0;
}
.view-playlist a > i, .prev-btn .entry a > i, .next-btn .entry a > i {
  float: left;
  position: relative;
  top: 8px;
  display: block;
  font-style: normal;
}
.view-playlist a > i .time, .prev-btn .entry a > i .time, .next-btn .entry a > i .time {
  position: absolute;
  bottom: 3px;
  right: 3px;
  display: block;
  padding: 1px 4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 1.2em;
  font-size: 1.2rem;
  color: #fefefe;
}
.view-playlist ul, .prev-btn .entry ul, .next-btn .entry ul {
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.view-playlist ul:before, .prev-btn .entry ul:before, .next-btn .entry ul:before {
  content: "End of List";
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 50%;
  display: block;
  margin: 0 0 0 -100px;
  padding: 15px 0 0;
  width: 200px;
  text-align: center;
  color: #fefefe;
}
.view-playlist li, .prev-btn .entry li, .next-btn .entry li {
  margin: 0;
  border-bottom: 1px solid #2c2c2c;
  list-style-type: none;
}
.view-playlist h2, .prev-btn .entry h2, .next-btn .entry h2 {
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  font-weight: normal;
  font-size: 1rem;
  color: #fefefe;
}
.view-playlist p, .prev-btn .entry p, .next-btn .entry p {
  margin: 0;
  overflow: hidden;
  line-height: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.view-playlist .topvid.title, .prev-btn .entry .topvid.title, .next-btn .entry .topvid.title {
  padding: 0 .5rem;
  height: 30px;
  overflow: hidden;
  background: #333 none;
  line-height: 30px;
}
.view-playlist .topvid.title h1, .prev-btn .entry .topvid.title h1, .next-btn .entry .topvid.title h1 {
  font-size: 1rem;
  color: #fefefe;
}
.view-playlist .current a[href], .view-playlist .current a *, .prev-btn .entry .current a[href], .prev-btn .entry .current a *, .next-btn .entry .current a[href], .next-btn .entry .current a * {
  cursor: default;
}
.view-playlist .side-advert figcaption, .prev-btn .entry .side-advert figcaption, .next-btn .entry .side-advert figcaption {
  display: none;
}
.view-playlist figure, .prev-btn .entry figure, .next-btn .entry figure {
  display: block;
  padding: 0;
}
.view-playlist figure a[href], .prev-btn .entry figure a[href], .next-btn .entry figure a[href] {
  display: block;
  padding: 2px 18px;
  min-height: 72px;
  background-color: #333;
}
.view-playlist figure img, .prev-btn .entry figure img, .next-btn .entry figure img {
  width: 96px;
  max-height: 54px;
}
.view-playlist figure.side-advert a[href], .prev-btn .entry figure.side-advert a[href], .next-btn .entry figure.side-advert a[href] {
  padding: 0;
  width: auto;
  background-color: transparent;
}
.view-playlist figure.side-advert a[href] img, .prev-btn .entry figure.side-advert a[href] img, .next-btn .entry figure.side-advert a[href] img {
  width: 100%;
}
.view-playlist figcaption, .prev-btn .entry figcaption, .next-btn .entry figcaption {
  display: block;
  margin: 2px 0 0 104px;
  padding: 0 4px 0 0;
  height: 66px;
  overflow: hidden;
}
.view-playlist .next-page, .prev-btn .entry .next-page, .next-btn .entry .next-page {
  display: block;
  padding: 8px 18px;
  min-height: 0 !important;
  font-weight: bold;
  font-size: 1.3rem;
}

/* << current video */
/* >> social sharing */
.share-buttons {
  text-align: center;
  white-space: nowrap;
}
.share-buttons ul {
  margin: 0;
}
.share-buttons li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 15px;
  list-style-type: none;
  vertical-align: top;
}
.share-buttons a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 30px;
  color: #999 !important;
}
.share-buttons a:focus, .share-buttons a:active, .share-buttons a:hover {
  color: #d4232e !important;
}
.share-buttons .embed {
  display: none;
}

/* << social sharing */
/* >> video info */
.view-contents {
  margin: 0 10px;
}

.tab-view {
  margin: 5px -5px 0;
}
.tab-view .tabs {
  display: none;
  margin: 0;
  overflow: hidden;
}
.tab-view li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 5px;
  width: auto;
  list-style-type: none;
  text-align: center;
}
.tab-view li, .tab-view a.icon:before {
  font-size: 1.4rem;
}
.tab-view a {
  position: relative;
  display: block;
  border-bottom: 4px solid transparent;
  padding-left: 25px;
  padding-right: 5px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 31px;
  color: #ccc;
  cursor: pointer;
}
.tab-view a:focus, .tab-view a:active, .tab-view a:hover, .tab-view a.sel {
  border-color: #d4232e;
  color: #d4232e;
}
.tab-view a:before {
  position: absolute;
  left: .75em;
}
.tab-view a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding-left: .2em;
  text-transform: uppercase;
}
.tab-view a span i {
  display: inline;
  font-style: normal;
}

.js-enabled .tabs {
  display: block;
}

.supporting {
  position: relative;
  border-bottom: 3px solid #d4232e;
  background: #fff none;
  color: #333;
}

.view-comments {
  display: none;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  color: #333;
}
.view-comments aside.right-side {
  display: none;
  float: right;
  width: 320px;
}

.view-article {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.view-article > h1 {
  margin: 0;
  font-weight: 200;
  font-size: 1.8rem;
  color: #fefefe;
}
.view-article > h2 {
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  color: #d4232e;
}
.view-article > h1 a[href], .view-article > h2 a[href] {
  text-decoration: none;
  color: #fefefe;
}
.view-article > h1 a[href]:focus, .view-article > h1 a[href]:active, .view-article > h1 a[href]:hover, .view-article > h2 a[href]:focus, .view-article > h2 a[href]:active, .view-article > h2 a[href]:hover {
  text-decoration: underline;
  color: #d4232e;
}
.view-article .views {
  margin-top: .5em;
  font-weight: 200;
  font-size: 1.4rem;
}
.view-article p {
  margin: 0;
  color: #fefefe;
}

.view-details {
  display: none;
  padding: 15px 15px 0;
}
.view-details h1 {
  margin: 0 0 .25em;
  max-height: 3.6em;
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1.5rem;
}
.view-details h2, .view-details h3, .view-details h4 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 1.25rem;
}
.view-details .hgroup {
  overflow: hidden;
}
.view-details .hgroup h3 {
  margin: 0 0 0 .5em;
  border-left: 2px solid #999;
  padding-left: .5em;
  white-space: nowrap;
}
.view-details .view-tags {
  margin-top: 5px;
  font-size: .85rem;
  color: #666;
}
.view-details .view-tags a[href] {
  color: #666;
}
.view-details p {
  margin: 0 0 1.25em;
}
.view-details .description {
  margin: 1em 0;
}
.view-details .preview {
  height: 3.85em;
  overflow: hidden;
  line-height: 1.3em;
}
.view-details .full {
  height: auto;
}

.view-series h5 {
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4rem;
  color: #fefefe;
}

.series-data {
  position: relative;
  z-index: 6;
  display: none;
}

.toggle-desc {
  text-align: center;
}
.toggle-desc a {
  display: block;
  margin: 0 0 .5em;
  padding: .25em 0;
  background-color: #eee;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #666;
  cursor: pointer;
}
.toggle-desc a, .toggle-desc span {
  display: block;
}
.toggle-desc .expanded:after {
  border-top-color: #666;
}
.toggle-desc .collapse:after {
  border-bottom-color: #666;
}
.toggle-desc b {
  position: relative;
  padding: 0 1em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.toggle-desc b:before, .toggle-desc b:after {
  border-color: #666;
}
.toggle-desc span:after {
  border-top-color: #666;
}
.toggle-desc a:focus, .toggle-desc a:active, .toggle-desc a:hover {
  color: #d4232e;
}
.toggle-desc a:focus b:before, .toggle-desc a:focus b:after, .toggle-desc a:active b:before, .toggle-desc a:active b:after, .toggle-desc a:hover b:before, .toggle-desc a:hover b:after {
  border-color: #d4232e;
}
.toggle-desc a:focus span.expanded:after, .toggle-desc a:active span.expanded:after, .toggle-desc a:hover span.expanded:after {
  border-top-color: #d4232e;
}
.toggle-desc a:focus span.collapse:after, .toggle-desc a:active span.collapse:after, .toggle-desc a:hover span.collapse:after {
  border-bottom-color: #d4232e;
}

.current .img {
  position: relative;
  display: block;
}
.current .img a, .current figure > a i {
  position: relative;
  display: block;
}
.current .img a:before, .current figure > a i:before {
  content: "Playing";
  position: absolute;
  z-index: 2;
  left: -.5em;
  top: .25em;
  margin: 0;
  border: 1px solid #bbb;
  padding: .2em .5em 0;
  background: #ccc none;
  font-family: "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.3em;
  font-style: normal;
  font-weight: bold;
  font-size: .85em;
  color: #000;
}
.current .img a:after, .current figure > a i:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -.45em;
  top: 1.1em;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: .5em .5em .5em 0;
  border-right-color: #000;
}

.next-video, .view-playlist .next-video a[href] {
  background-color: #666;
  color: #ccc;
}
.next-video figure > a i:before {
  content: "Up Next";
  position: absolute;
  z-index: 2;
  left: -.5em;
  top: .25em;
  margin: 0;
  border: 1px solid #b4030e;
  padding: .2em .5em 0;
  background: #d4232e none;
  font-family: "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.3em;
  font-style: normal;
  font-weight: bold;
  font-size: .9em;
  color: #fefefe;
}
.next-video figure > a i:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -.45em;
  top: 1.2em;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: .5em .5em .5em 0;
  border-right-color: #000;
}

/* << video info */
/* >> browse */
.fixed-right, .fixed-left {
  border-top: 3px solid #d4232e;
}

#browse {
  padding-bottom: 15px;
}
#browse .hgroup {
  position: relative;
  margin: 0 10px;
}
#browse .hgroup ul {
  padding: 0 .5em;
  text-align: center;
}
#browse .hgroup li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em .5em;
  padding: 0;
  list-style-type: none;
}
#browse .hgroup a[href] {
  display: block;
  margin: 0 .25em;
  border-bottom: 4px solid transparent;
  padding: 0 .25em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2em;
  white-space: nowrap;
  font-weight: 200;
  font-size: 1.8rem;
  color: #999;
}
#browse .hgroup .sel a[href], #browse .hgroup a[href]:focus, #browse .hgroup a[href]:active, #browse .hgroup a[href]:hover {
  border-bottom-color: #d4232e;
  color: #d4232e;
}
#browse .browsebar {
  padding: 0 !important;
  min-height: 40px;
}
#browse .browsebar ul {
  padding: 0 0 0 .5em;
}
#browse .browsebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 90px;
  height: 35px;
  background-color: #d4232e;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fefefe;
  cursor: pointer;
}
#browse .browsebtn:focus, #browse .browsebtn:active, #browse .browsebtn:hover {
  background-color: #b4030e;
}
#browse .browsebtn i:after {
  border-top-color: #fefefe;
}
#browse .browsebtn.sel {
  display: block;
}
#browse ul.browselst {
  position: absolute;
  z-index: 3;
  left: auto;
  top: 45px;
  right: 0;
  padding: 0;
  width: 250px;
  min-height: 35px;
  background-color: #000;
}
#browse ul.browselst ul {
  text-align: left;
}
#browse ul.browselst li {
  display: block;
  margin: 0;
  border-top: 1px solid #fff;
  padding: .5em;
  list-style-type: none;
}
#browse ul.browselst a[href] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 31px;
}
#browse .browse h1 {
  margin: 0 0 .5em 0;
  padding: .25em .5em;
  background: #fff none;
  font-size: 2rem;
}
#browse .browse h1 a[href] {
  display: none;
}
#browse .browse figcaption {
  padding: .5em 1.5em 0;
  line-height: 4rem;
}
#browse .browse figcaption h2 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
}
#browse .browse-info {
  margin-top: 15px;
  padding: 15px;
  overflow: hidden;
}
#browse .browse-info.banner img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#browse .browse-info.banner h2, #browse .browse-info.banner p {
  margin: .75em 0 0;
  padding: 0 15px;
}
#browse .browse-info.image img {
  float: left;
  margin: 0 15px .5em 0;
}
#browse .browse-info p {
  display: none;
}
#browse .lazy-load h2, #browse .no-load h2 {
  margin-top: 15px;
  height: auto;
  max-height: none;
  background: #fff none;
}
#browse .lazy-load h2 a, #browse .lazy-load h2 a[href], #browse .no-load h2 a, #browse .no-load h2 a[href] {
  display: block;
  padding: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#browse .lazy-load h2 .sel a[href], #browse .lazy-load h2 a[href]:focus, #browse .lazy-load h2 a[href]:active, #browse .lazy-load h2 a[href]:hover, #browse .no-load h2 .sel a[href], #browse .no-load h2 a[href]:focus, #browse .no-load h2 a[href]:active, #browse .no-load h2 a[href]:hover {
  text-decoration: underline;
}

.js-enabled .find, .js-enabled .lazy-load h2 {
  display: none;
}

/* << browse */
/* >> video groups */
#change-section {
  position: relative;
  z-index: 1;
  margin: 15px 10px 0;
  max-width: 300px;
  min-height: 3rem;
  font-size: 1.5rem;
  cursor: pointer;
}
#change-section ul {
  margin: 0;
}
#change-section li {
  display: none;
  margin: 0;
  list-style-type: none;
}
#change-section.sel li, #change-section li.sel {
  display: block !important;
}
#change-section, #change-section a[href] {
  line-height: 3rem;
}
#change-section a[href] {
  margin-right: -2.3rem;
  padding: 0 0 0 1rem;
  height: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #ccc;
}
#change-section a[href]:focus, #change-section a[href]:active, #change-section a[href]:hover {
  color: #666;
}
#change-section li.sel a[href] {
  display: block;
  color: #666;
}
#change-section .expanded:after {
  top: 1.6rem;
  border-top-color: #666;
}
#change-section .wrap {
  top: 0;
  left: 0;
  border: 1px solid #eaeaea;
  padding-right: .5rem;
  width: 100%;
  min-height: 3rem;
  overflow: hidden;
  background: #fff none;
}
.js-enabled #change-section .wrap {
  position: absolute;
}

.video-families {
  position: relative;
}
.video-families > .hgroup {
  position: relative;
  padding: 0 .5em;
  height: 35px;
  line-height: 35px;
}
.video-families > .hgroup h1 {
  font-size: 1.5rem;
}
.video-families li {
  overflow: hidden;
}
.video-families a {
  display: block;
}
.video-families .tagset[data-category="tags"] a {
  min-height: 80px !important;
}
.video-families .tagset[data-category="tags"] figcaption {
  margin: 0;
  border: 0 none !important;
  width: 100%;
  text-align: center;
}
.video-families .tagset .sel a[href] {
  background: #ccc none;
  color: #d4232e;
}
.video-families .family {
  display: none;
}
#browse .video-families .family.sel, .video-families .family.more {
  display: block;
}

/* video categories */
.browse, .family, .families {
  margin: 0;
}
.browse.sel, .browse ul.sel, .family.sel, .family ul.sel, .families.sel, .families ul.sel {
  display: block;
}
.browse li, .family li, .families li {
  margin: 15px 10px 0;
  list-style-type: none;
  text-align: center;
}
.browse figure, .family figure, .families figure {
  display: block;
  margin: 0 auto;
  border: 1px solid #f3f3f3;
  border-bottom-width: 2px;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.2em;
  text-align: left;
}
.browse figure a[href], .family figure a[href], .families figure a[href] {
  display: block;
  min-height: 81px;
  text-decoration: none;
  vertical-align: top;
  color: #666;
}
.browse figure .img, .family figure .img, .families figure .img {
  float: left;
  position: relative;
  width: 144px;
  text-align: center;
}
.browse figure img, .family figure img, .families figure img {
  max-width: 100%;
  max-height: 81px;
}
.browse figure b, .family figure b, .families figure b {
  font-weight: normal;
}
.browse figcaption, .family figcaption, .families figcaption {
  margin: 0 0 0 144px;
  border-left: 1px solid #ddd;
  padding: .25em 1em 0;
  height: 81px;
  overflow: hidden;
  vertical-align: top;
}
.browse figcaption .series, .family figcaption .series, .families figcaption .series {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #aaa;
}
.browse h2, .family h2, .families h2 {
  margin: 0;
  width: auto;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3em;
  font-weight: normal;
  font-size: 1.2rem;
}
.browse p, .family p, .families p {
  margin: 0;
  overflow: hidden;
  color: #aaa;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3em;
}
.browse .time, .family .time, .families .time {
  position: absolute;
  bottom: 3px;
  right: 3px;
  display: block;
  padding: 3px 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
  color: #fefefe;
}

.families h1 {
  margin-top: .5em;
  padding: 0 .5em;
  font-weight: 200;
  font-size: 2.4rem;
  color: #999;
}

.families .banded-single {
  margin: 1em 20px 0;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.4rem;
  color: #333;
  cursor: pointer;
}
.families .banded-single span:before, .families .banded-single span:after {
  border-top-width: 1px;
  border-color: #999;
}
.families .banded-single:hover {
  color: #000;
}
.families .banded-single:hover span:before, .families .banded-single:hover span:after {
  border-color: #555;
}

.families .see-more {
  display: none;
}

/* << video groups */
/* >> drive marketing */
.drive-welcome {
  padding: 25px;
  background-color: #0cf;
  text-align: center;
  color: #fefefe;
}
.drive-welcome h1 {
  font-weight: 200;
  font-size: 3.2rem;
}

.drive-hgroup {
  padding: 10px 20px 5px 45px;
  background-color: #000;
  color: #fefefe;
}
.drive-hgroup h2 {
  float: left;
  font-weight: normal;
  font-size: 2.4rem;
}
.drive-hgroup .countdown {
  float: right;
  margin-left: 10px;
  line-height: 40px;
  font-size: 1.6rem;
}
.drive-hgroup .countdown.active .status {
  background-color: #d4232e;
  color: #fefefe;
}
.drive-hgroup .countdown.ended .status {
  background-color: #999 !important;
  color: #fefefe;
}
.drive-hgroup .status, .drive-hgroup time {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  padding: 0 1em;
  white-space: nowrap;
  text-transform: uppercase;
}
.drive-hgroup .status {
  background-color: #999;
  color: #333;
}

.direct-drive .strip > .title {
  display: none;
}
.direct-drive .direct-drive .strip > h2 a[href] {
  color: #d4232e;
}
.direct-drive .direct-drive .embed {
  display: none;
}
.direct-drive .fixed-right, .direct-drive .fixed-left {
  min-height: 0;
}

.drive-link {
  padding: 10px 0;
  min-height: 3em;
  text-transform: none !important;
  text-decoration: underline;
  font-weight: bold !important;
  font-size: 1.8rem !important;
}

.drive-banners h1 {
  padding: 0 5px;
}

.drive-banners figure {
  margin: 5px;
  text-align: center;
}

/* << drive marketing */
/* >> responsive */
.desktop main .view-playlist .side-advert {
  display: block;
}
.desktop .spotlight figure > a {
  padding: 15px 15px 0;
}
.desktop .spotlight figure > a:before, .desktop .spotlight figure > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
}
.desktop .spotlight figure > a:before {
  margin: -4rem 0 0 -3.5rem;
  width: 8rem;
  height: 8rem;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  border-radius: 4rem;
}
.desktop .spotlight figure > a:after {
  margin: -2rem 0 0 -.55rem;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 2rem 3.25rem;
  border-left-color: rgba(255, 255, 255, 0.9);
}
.desktop .spotlight figure > a:focus:before, .desktop .spotlight figure > a:active:before, .desktop .spotlight figure > a:hover:before {
  background-color: black;
}
.desktop .spotlight figure > a:focus:after, .desktop .spotlight figure > a:active:after, .desktop .spotlight figure > a:hover:after {
  border-left-color: #fefefe;
}
.desktop .spotlight .details {
  padding: 0 45px;
}
.desktop .spotlight .details h1 {
  font-size: 2.5rem;
}
.desktop .spotlight .details h2 {
  font-size: 1.5em;
}
.desktop .video-box {
  margin: 0 365px 0 45px;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
.desktop .full-size .video-box {
  margin: 0 45px;
}
.desktop .player .prev-btn:hover .entry, .desktop .player .next-btn:hover .entry,
.desktop .player .toggle-size, .desktop .player.full-size .prev-btn, .desktop .player.full-size .next-btn {
  display: block;
}
.desktop .view-playlist, .desktop .playlist, .desktop .playlist ul {
  position: absolute;
  width: 320px;
  height: 100%;
}
.desktop .view-playlist {
  display: block;
  top: 15px;
  right: 45px;
  height: auto;
}
.desktop .playlist {
  height: 243px;
}
.desktop .playlist ul {
  height: 218px;
}
.desktop .tab-view li {
  width: auto;
}
.desktop .tab-view a:before {
  left: .75em;
}
.desktop .tab-view a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.desktop .view-article {
  padding: 0 45px;
}
.desktop .view-article h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2.5rem;
}
.desktop .view-article h2 {
  font-size: 1.5rem;
}
.desktop .view-details, .desktop .view-comments {
  padding: 15px 45px 0;
}
.desktop .view-comments {
  padding: 15px 45px;
}
.desktop .view-comments aside.right-side {
  display: block;
}
.desktop .view-comments aside.right-side + div {
  margin-right: 340px;
}
.desktop .view-tags {
  font-size: 1rem;
}
.desktop .description {
  font-size: 1.2rem;
}
.desktop .share-buttons {
  float: right;
  position: relative;
  padding: 0;
}
.desktop .share-buttons .embed {
  display: inline-block;
}
.desktop #browse .hgroup {
  margin: 0;
}
.desktop #browse .hgroup a[href] {
  font-size: 2.4rem;
}
.desktop #browse .browse-info p {
  display: block;
}
.desktop #browse .browse figcaption {
  text-align: center;
}
.desktop #browse .tagset[data-category="tags"] figcaption {
  padding-top: 1em;
}
.desktop #change-section {
  margin: 15px 20px 0;
}
.desktop .browse.sel, .desktop .family.sel, .desktop .families.sel {
  display: block;
}
.desktop .browse li, .desktop .family li, .desktop .families li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0;
  padding: 0 10px;
  width: 50%;
}
.desktop .browse figure, .desktop .family figure, .desktop .families figure {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}
.desktop .browse figure a[href], .desktop .browse figure .img, .desktop .family figure a[href], .desktop .family figure .img, .desktop .families figure a[href], .desktop .families figure .img {
  float: none;
  width: 100%;
}
.desktop .browse figure a[href]:focus, .desktop .browse figure a[href]:active, .desktop .browse figure a[href]:hover, .desktop .browse figure .img:focus, .desktop .browse figure .img:active, .desktop .browse figure .img:hover, .desktop .family figure a[href]:focus, .desktop .family figure a[href]:active, .desktop .family figure a[href]:hover, .desktop .family figure .img:focus, .desktop .family figure .img:active, .desktop .family figure .img:hover, .desktop .families figure a[href]:focus, .desktop .families figure a[href]:active, .desktop .families figure a[href]:hover, .desktop .families figure .img:focus, .desktop .families figure .img:active, .desktop .families figure .img:hover {
  background-color: #eee !important;
  color: #111 !important;
}
.desktop .browse figure img, .desktop .family figure img, .desktop .families figure img {
  max-height: 180px;
}
.desktop .browse figcaption, .desktop .family figcaption, .desktop .families figcaption {
  margin: 0;
  border-top: 1px solid #ddd;
  border-left: 0 none;
  padding: .25em 1.5em 0;
}
.desktop .families .banded-single {
  margin: 1em 200px 0;
}
.desktop .drive-link {
  float: left;
}
.desktop .drive-banners figure {
  display: block;
  text-align: center;
}
.desktop .drive-banners figure.half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
}
.desktop .families .banded-single {
  margin: 1em 200px 0;
}

@media screen and (min-width: 480px), handheld and (min-width: 480px) {
  .share-buttons {
    float: right;
    padding: 0;
  }

  .drive-link {
    float: left;
  }

  .families .banded-single {
    margin: 1em 60px 0;
  }
}
@media screen and (min-width: 600px), handheld and (min-width: 600px) {
  .player figcaption p {
    display: block;
  }
}
@media screen and (min-width: 768px), handheld and (min-width: 768px) {
  .mobile main .player .view-player, .mobile main .player .view-article, .mobile main .player .supporting, .mobile main .player .view-playlist, .mobile main.playing .fixed-right {
    display: block;
  }

  main .view-playlist .side-advert {
    display: block;
  }

  .spotlight figure > a {
    padding: 15px 15px 0;
  }
  .spotlight figure > a:before, .spotlight figure > a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
  }
  .spotlight figure > a:before {
    margin: -4rem 0 0 -3.5rem;
    width: 8rem;
    height: 8rem;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    border-radius: 4rem;
  }
  .spotlight figure > a:after {
    margin: -2rem 0 0 -.55rem;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 2rem 3.25rem;
    border-left-color: rgba(255, 255, 255, 0.9);
  }
  .spotlight figure > a:focus:before, .spotlight figure > a:active:before, .spotlight figure > a:hover:before {
    background-color: black;
  }
  .spotlight figure > a:focus:after, .spotlight figure > a:active:after, .spotlight figure > a:hover:after {
    border-left-color: #fefefe;
  }

  .spotlight .details {
    padding: 0 45px;
  }

  .spotlight .details h1 {
    font-size: 2.5rem;
  }

  .spotlight .details h2 {
    font-size: 1.5em;
  }

  .video-box {
    margin: 0 365px 0 45px;
  }

  .full-size .video-box {
    margin: 0 45px;
  }

  .player .prev-btn:hover .entry, .player .next-btn:hover .entry,
  .player .toggle-size, .player.full-size .prev-btn, .player.full-size .next-btn {
    display: block;
  }

  .view-playlist, .playlist, .playlist ul {
    position: absolute;
    width: 320px;
    height: 100%;
  }

  .view-playlist {
    display: block;
    top: 15px;
    right: 45px;
    height: auto;
  }

  .playlist {
    height: 243px;
  }
  .playlist ul {
    height: 218px;
  }

  .tab-view li {
    width: auto;
  }
  .tab-view a:before {
    left: .75em;
  }
  .tab-view a span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
  }

  .view-article {
    padding: 0 45px;
  }

  .view-article h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 2.5rem;
  }

  .view-article h2 {
    font-size: 1.5rem;
  }

  .view-details, .view-comments {
    padding: 15px 45px 0;
  }

  .view-comments {
    padding: 15px 45px;
  }
  .view-comments aside.right-side {
    display: block;
  }
  .view-comments aside.right-side + div {
    margin-right: 340px;
  }

  .view-tags {
    font-size: 1rem;
  }

  .description {
    font-size: 1.2rem;
  }

  .share-buttons {
    float: right;
    padding: 0;
  }

  #browse .hgroup {
    margin: 0;
  }
  #browse .hgroup a[href] {
    font-size: 2.4rem;
  }

  #browse .browse-info p {
    display: block;
  }

  #browse .browse figcaption {
    text-align: center;
  }

  #browse .tagset[data-category="tags"] figcaption {
    padding-top: 1em;
  }

  #change-section {
    margin: 15px 20px 0;
  }

  .browse.sel, .family.sel, .families.sel {
    display: block;
  }
  .browse li, .family li, .families li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
    padding: 0 10px;
    width: 50%;
  }
  .browse figure, .family figure, .families figure {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .browse figure a[href], .browse figure .img, .family figure a[href], .family figure .img, .families figure a[href], .families figure .img {
    float: none;
    width: 100%;
  }
  .browse figure a[href]:focus, .browse figure a[href]:active, .browse figure a[href]:hover, .browse figure .img:focus, .browse figure .img:active, .browse figure .img:hover, .family figure a[href]:focus, .family figure a[href]:active, .family figure a[href]:hover, .family figure .img:focus, .family figure .img:active, .family figure .img:hover, .families figure a[href]:focus, .families figure a[href]:active, .families figure a[href]:hover, .families figure .img:focus, .families figure .img:active, .families figure .img:hover {
    background-color: #fff !important;
    color: #111 !important;
  }
  .browse figure img, .family figure img, .families figure img {
    max-height: 180px;
  }
  .browse figcaption, .family figcaption, .families figcaption {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 0 none;
    padding: .25em 1.5em 0;
  }

  .families .banded-single {
    margin: 1em 200px 0;
  }

  .drive-link {
    float: left;
  }

  .drive-banners figure {
    display: block;
    text-align: center;
  }
  .drive-banners figure.half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    max-width: 48%;
  }
}
@media screen and (min-width: 900px), projection and (min-width: 900px), tv and (min-width: 900px), handheld and (min-width: 900px) {
  .browse li, .desktop .browse li, .family li, .desktop .family li, .families li, .desktop .families li {
    width: 33.3%;
  }

  .families .banded-single {
    margin: 1em 200px 0;
  }
}
/* << responsive */
