
/*******************************************************************************
 * Videos / Podcasts
 *******************************************************************************/

/* Other */ 

.page-videos-home .views-terms-home-categories .term-id-6 > .views-field-name a::after,
.page-videos-home .views-terms-home-categories .term-id-6 .views-terms-popular .views-row-all a::after,
h2 span.term-id-6::after {
  content: 'graphy';
}

/* Colorbox */

#cboxLoadingGraphic {
  background-color: #000;
}

#cboxContent {
  margin: 0;
}

#cboxLoadedContent {
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.33);
}

#cboxClose,
#cboxPrevious,
#cboxNext {
  background-image: none;
  outline: none !important;
  width: 40px;
  height: 68px;
}

#cboxClose {
  height: 40px;
}

#cboxPrevious {
  left: 5px;
}

#cboxNext {
  right: 5px;
}

#cboxClose::before,
#cboxClose::after {
  content: '';
  background-color: #666;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 20px;
  right: 10px;
}

#cboxClose::before {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

#cboxClose::after {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

#cboxPrevious::after,
#cboxNext::after {
  content: '';
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

#cboxPrevious::after {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  left: 12px;
}

#cboxNext::after {
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  right: 12px;
}

#cboxTitle {
  display: none !important;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

body.mobile #cboxLoadedContent {
  overflow: auto !important;
}

#cboxLoadedContent iframe {
  width: 102.2%;
  /* Firefox */
  width: -moz-calc(100% + 17px);
  /* WebKit */
  width: -webkit-calc(100% + 17px);
  /* Opera */
  width: -o-calc(100% + 17px);
  /* Standard */
  width: calc(100% + 17px);
}

body.mobile #cboxLoadedContent iframe {
  width: 100%;
}

#cboxCurrent {
  display: none !important;
}

/* Common */ 

.bg-outer {
  display: none;
}

#main {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.mPage img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.ajax-progress {
  position: relative;
  top: 3px;
  left: 10px;
}

[class*="ajaxblocks-wrapper-"] {
  padding: 30px;
}

#main h2 {
  color: #444;
  font-size: 1.6em;
  padding-bottom: 15px;
  font-weight: 600;
}

.views-field-field-top-shot {
  position: relative;
}

.region-sidebar-inside .views-field-field-top-shot img.podcast-icon,
.region-sidebar-inside .views-field-field-top-shot img.watch-icon {
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 113px;
}

.view-video-last .views-field-title,
.view-new-popular .views-field-title,
.view-new-user .views-field-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-video-last .views-field-title a,
.view-new-popular .views-field-title a,
.view-new-user .views-field-title a {
  color: #4c4c4c;
}

.views-field-field-views,
.views-field-its-field-views,
.views-field-field-updated-date,
.views-field-ds-field-updated-date,
.search-result .field-views,
.search-result .field-pub-time {
  font-size: 12px;
  color: #666;
  float: left;
}

/* Temp hide number of view */
.view-new-user.view-display-id-block_1 .views-field-field-views,
.view-new-related-podcasts .views-field-field-views,
.view-podcast-solr .views-field-its-field-views,
.page-podcasts-search .search-result .field-views,
.node-type-podcast .newViews,
.podcast-player-listen-next .views-field-field-views {
  display: none;
}

.views-field-field-views,
.views-field-its-field-views,
.search-result .field-views {
  padding-right: 7px;
  margin-right: 10px;
  position: relative;
}

.views-field-field-views::after,
.views-field-its-field-views::after,
.search-result .field-views::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.views-field-php-time {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 2px 6px;
  background-color: rgba(0,0,0,0.7);
  border: 0;
  font-size: 14px;
  color: #fff;
}

.views-field-body .views-more-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400 !important;
  color: #769e2d !important;
  text-decoration: none !important;
}

.bnh-progress-bar {
  height: 7px;
  position: relative;
  top: -7px;
  margin-bottom: -7px;
}

.bnh-progress-bar-status {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #708f3f;
}

/* Play Videos + Listen Podcasts */

.play-dark::before,
.listen-dark::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
}

.play,
.listen {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/* Play Videos */

.play {
  width: 44px;
  height: 44px;
  background-color: rgba(153,153,153,0.6);
  border-radius: 50%;
  transition: background-color 0.2s;
}

.play::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 10px solid transparent;
  border-right: 0;
  border-left: 16px solid #fff;
  -ms-transform: translate(-33%,-48%);
  -webkit-transform: translate(-33%,-48%);
  transform: translate(-33%,-48%);
}

.view-new-carousel .play {
  width: 55px;
  height: 55px;
}

.view-new-carousel .play::after {
  border-width: 10px;
  border-left-width: 17px;
}

/* Listen Podcasts */

.listen {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAAAXNSR0IArs4c6QAAAnVJREFUWAntlz1rFFEUhnc0EpMN0WAq0S2if0CIRcTaxsJGLFXyB7RZBD8qtxaEoFjYqH/AXosUgiGYKqDY2ZiosVAIsqCOzzu5s5y53JmdmUw0Qg48ufece857DzN3ZyZRq6LFcbyfkrNwAU7BUUfMuAYfYQWew6soin4xNm800oY7sAFl7QuJt6HdaEcIXoU1qGuqvbLtphA5AA/rdhGoe0BspFZjFI7Cy4CoQp/gEZyHEzDm0FwxrX2GkL0gOFq5KYqeBdS+EbsJY8MEyRmHW/AdfHs6rD6zTvUNXwH/LZzMJJZwVONqGTLWLVHealHSgR+Z0jh+g3+olEAgSbWw4mlqj+OB9GyIJP9WrRM7ls2q7mlz0Nmz9qRQiUwdyt+2gvnFwqIKi2hd8rS110yuBIv+2VnKTa6xgH4Ey2At/yyRtWQzmV+usW9hCZp6yFp7HSwg4yDY2/UT/0gweRtBNKdB2qlpz8FzaZ/R7jCPjP+OF+NX4zcyRXMDofdGTHsOfm22oUHQJeutvVPma+tiJJY0xCU7jXfXxdJhXRPW5uE+TKULVUfVOo15V5toG50e6+oh2XAWZxN8e0zA3u/rRqDSFJ1rTlxnR5rS9k09zOoK9WA8Z4fDxPVBJpveGmr9TWulJc2QqYeeGpoLrf6j2JwamizYXJ+lf9Mm1dCusr2Ght2OvSv0X16hfkHX9mVbkNbYUl9naDVHbjMn3kQ4T3tVDd3L2WGR+E49GKUdsq1eeKl1oW/edgvKxh+BD6CPqHMhhTIx1ToNaSX/uTIuQGrau5vRIjABZ2DwbaIE/DbMZJJrONKQli3F74D2nLDxXTX/A/2glZTQPOY3AAAAAElFTkSuQmCC);
  width: 18px;
  height: 16px;
}

.view-new-carousel .listen {
  width: 36px;
  height: 32px;
}


/*************************** Home ***************************/

/* Top Carousel */

.view-new-carousel {
  overflow: hidden;
}

.view-new-carousel .view-content {
  position: relative;
}

.view-new-carousel .views-field-title {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-shadow: 0px 1px 0px #666666;
  font-size: 24px;
  font-weight: 300;
  margin-top: 54px;
  text-align: center;
}

.view-new-carousel .views-field-title a {
  color: #fff;
}

.view-new-carousel .views-field-title a:hover {
  text-decoration: none;
}

.view-new-carousel .views-slideshow-controls-bottom {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
}

.view-new-carousel .views-slideshow-controls-text {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}

.view-new-carousel .views-slideshow-controls-text-pause {
  display: none;
}

.view-new-carousel .views-slideshow-controls-text-previous,
.view-new-carousel .views-slideshow-controls-text-next {
  display: block;
  width: 80px;
  height: 80px;
  text-indent: -999px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.view-new-carousel .views-slideshow-controls-text-previous::after,
.view-new-carousel .views-slideshow-controls-text-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border: solid rgba(223, 223, 223, 0.8);
  border-width: 0 5px 5px 0;
  -ms-transform: translate(-60%,-40%) rotate(-90deg);
  -webkit-transform: translate(-60%,-40%) rotate(-90deg);
  transform: translate(-60%,-40%) rotate(-90deg);
}

.view-new-carousel .views-slideshow-controls-text-previous:hover::after,
.view-new-carousel .views-slideshow-controls-text-next:hover::after {
  border-color: rgba(223, 223, 223, 1);
}

.view-new-carousel .views-slideshow-controls-text-previous {
  left: 10px;
  -ms-transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.view-new-carousel .views-slideshow-controls-text-next {
  right: 10px;
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.view-new-carousel .views-slideshow-cycle-main-frame,
.view-new-carousel .views-slideshow-cycle-main-frame-row,
.view-new-carousel .views-field-field-head-line,
.view-new-carousel .views-field-field-head-line a {
  width: 100% !important;
  height: 325px !important;
  display: block;
  overflow: hidden;
  position: relative;
}

.view-new-carousel .views-field-field-head-line img {
  /* Set rules to fill background */
  min-width: 101% !important;
  min-height: 325px !important;
  max-width: none !important;
  max-height: none !important;
  
  /* Set up proportionate scaling */
  width: auto !important;
  height: auto !important;
  
  /* Set up positioning */
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.view-new-carousel .view-header {
  max-width: 1350px;
  padding: 30px 30px 35px;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.page-videos-home .view-new-carousel .view-header,
.page-podcasts-home .view-new-carousel .view-header {
  display: block;
}

.view-new-carousel .view-header .carousel-label {
  font-size: 46px;
  font-weight: 300;
  color: #333;
  padding-bottom: 5px;
}

.view-new-carousel .view-header .carousel-text {
  font-size: 16px;
  color: #7f7f7f;
}

/* Latest all */

#block-views-video-last-block-1 {
  margin: 30px 20px 0;
  position: relative;
  min-height: 0;
  transition: min-height 0.3s;
}

.page-videos-home #block-views-video-last-block-1 {
  margin-left: 292px;
}

.mobile.page-videos-home #block-views-video-last-block-1 {
  margin-left: 20px;
}

.video-last-all .views-row {
  width: 18.14%;
  position: relative;
  float: left;
  margin-right: 2.34%;
  margin-bottom: 40px;
}

.page-videos-home:not(.mobile) .video-last-all .views-row {
  width: 23.7%;
  margin-right: 1.75%;
}

.video-last-all .views-row:nth-of-type(5n+1) {
  clear: both;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(5n+1) {
  clear: none;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(4n+1) {
  clear: both;
}

.video-last-all .views-row:nth-of-type(5n+4),
.video-last-all .views-row:nth-of-type(5n) {
  margin-right: 0;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(5n+4),
.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(5n) {
  margin-right: 1.75%;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(4n+3),
.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(4n) {
  margin-right: 0;
}

.video-last-all .views-row:nth-of-type(5n) {
  float: right;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(5n) {
  float: left;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(4n) {
  float: right;
}

body:not(.mobile) .video-last-all .views-row:nth-of-type(n+6),
body:not(.page-videos-home) .video-last-all .views-row:nth-of-type(n+6),
.mobile.page-videos-home .video-last-all .views-row:nth-of-type(n+6) {
  display: none;
}

.page-videos-home:not(.mobile) .video-last-all .views-row:nth-of-type(n+6) {
  display: block;
}

body:not(.mobile) .video-last-all .views-row:nth-of-type(n+9) {
  display: none;
}

/* Views Terms */

[id*='block-views-video-terms-block'] {
  padding: 20px 20px 0;
}

.view-video-terms > .view-content > .views-row {
  width: 17.86%;
  position: relative;
  float: left;
  margin-right: 2.68%;
  margin-bottom: 40px;
}

.view-video-terms.view-count-3 > .view-content > .views-row {
  width: 31.3%;
  margin-right: 3%;
}

.view-video-terms.view-count-4 > .view-content > .views-row {
  width: 23%;
  margin-right: 2.67%;
}

.view-video-terms-tags > .view-content > .views-row:nth-of-type(5n+4),
.view-video-terms-tags > .view-content > .views-row:nth-of-type(5n),
.view-video-terms-tags.view-count-3 > .view-content > .views-row:nth-of-type(3n+2),
.view-video-terms-tags.view-count-3 > .view-content > .views-row:nth-of-type(3n),
.view-video-terms-tags.view-count-4 > .view-content > .views-row:nth-of-type(4n+3),
.view-video-terms-tags.view-count-4 > .view-content > .views-row:nth-of-type(4n) {
  margin-right: 0;
}

.view-video-terms-tags > .view-content > .views-row:nth-of-type(5n),
.view-video-terms-tags.view-count-3 > .view-content > .views-row:nth-of-type(3n),
.view-video-terms-tags.view-count-4 > .view-content > .views-row:nth-of-type(4n) {
  float: right;
}

.view-video-terms .views-field-field-image {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  overflow: hidden;
}

.view-video-terms-tags .views-field-field-image a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
}

.view-video-terms-tags .views-field-field-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.view-video-terms-tags .views-field-name a {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 1.9em;
  font-weight: 600;
  padding: 0 5px;
  text-shadow: 0px 1px 0px #666666;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.4em;
  color: #fff;
}

.view-video-terms-tags.view-count-5 .views-field-name a {
  font-size: 1.5em;
}

.view-video-terms-tags .views-field-name a:hover {
  text-decoration: none;
}

/* Home Tags */

#block-views-video-terms-block-2,
#block-views-video-terms-block-2::before {
  background-color: #f6f5f5;
}

#block-views-video-terms-block-2 {
  padding-top: 30px;
  position: relative;
}

#block-views-video-terms-block-2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}

/* Home Categories */

.page-videos-home #block-views-video-terms-block-1 {
  padding: 0;
}

.page-videos-home .block-views > .content > .views-terms-home-categories  > .view-content > .views-row {
  width: 100%;
  float: none;
  margin: 0;
  padding: 40px 20px;
}

.page-videos-home .block-views > .content > .views-terms-home-categories > .view-content > .views-row.views-row-even,
.page-videos-home .block-views > .content > .views-terms-home-categories > .view-content > .views-row.views-row-even::before {
  background-color: #f6f5f5;
}

.page-videos-home .block-views > .content > .views-terms-home-categories > .view-content > .views-row.views-row-even::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}

.page-videos-home .views-terms-home-categories .views-field-name {
  float: left;
}

.page-videos-home .views-terms-home-categories .views-field-name h2 {
  padding-bottom: 5px;
}

.page-videos-home .views-terms-home-categories .views-field-name a:hover {
  text-decoration: none;
  color: #7f7f7f;
}

.page-videos-home .views-terms-home-categories .views-terms-popular .views-field-name {
  padding-bottom: 0;
}

.page-videos-home .views-terms-home-categories .views-terms-home-categories-terms {
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.page-videos-home .views-terms-home-categories .views-row-all {
  display: none;
}

.page-videos-home .views-terms-home-categories .views-terms-popular .views-row,
.page-videos-home .views-terms-home-categories .views-terms-home-categories-terms .view-content .views-row-all {
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
}

.page-videos-home .views-terms-home-categories .views-terms-popular .views-row,
.page-videos-home .views-terms-home-categories .views-row-all {
  margin-bottom: 7px;
}

.page-videos-home .views-terms-home-categories .views-terms-popular > .view-content > .views-row {
  width: auto;
  position: relative;
  float: none;
  margin-left: 0;
  margin-right: 6px;
}

.page-videos-home .views-terms-home-categories .views-terms-home-categories-terms a {
  color: #444;
  padding: 3px 10px;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
}

.page-videos-home .views-terms-home-categories .views-terms-popular a:hover {
  color: #7f7f7f;
  border-color: #ddd;
  text-decoration: none;
}

.page-videos-home .views-terms-home-categories .views-row-all a {
  color: #769e2d;
  border-color: #769e2d;
}

.page-videos-home .views-terms-home-categories .views-row-all a:hover {
  color: #fff;
  background-color: #769e2d;
  text-decoration: none;
}

.page-videos-home .views-terms-home-categories .views-field-view {
  clear: both;
}

.page-videos-home .views-terms-home-categories .video-last-category-big {
  float: left;
  width: 44.12%;
  max-width: 578px;
  position: relative;
}

.page-videos-home .views-terms-home-categories .video-last-category-big .views-field-title {
  font-size: 1.5em;
}

.page-videos-home .views-terms-home-categories .video-last-category-big .views-field-title a {
  font-weight: 400;
}

.page-videos-home .views-terms-home-categories .video-last-category-small {
  float: right;
  width: 53.82%;
}

.page-videos-home .views-terms-home-categories .video-last-category-small .views-row {
  float: left;
  width: 30.78%;
  position: relative;
}

.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(3n+1) {
  clear: both;
  margin-right: 3.8%;
}

.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(3n) {
  float: right;
}

.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(4),
.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(5),
.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(6) {
  margin-top: 15px;
}

/* Most Popular */

#block-views-new-popular-block,
#block-views-new-popular-block-1,
#block-views-new-popular-block-2 {
  padding-top: 30px;
  margin: 0 20px;
  position: relative;
}

.view-new-popular .views-row {
  width: 18.14%;
  position: relative;
  float: left;
  margin-right: 2.34%;
  margin-bottom: 40px;
}

.view-new-popular .views-row:nth-of-type(5n+4),
.view-new-popular .views-row:nth-of-type(5n) {
  margin-right: 0;
}

.view-new-popular .views-row:nth-of-type(5n) {
  float: right;
}

/* Home SEO */

#content-bottom .block-bean,
#content-bottom .block-bean::before {
  background-color: #f6f5f5;
}

#content-bottom .block-bean {
  position: relative;
  padding: 30px 30px 5px;
  margin-top: 20px;
}

#content-bottom .block-bean::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}

#content-bottom .block-bean p {
  margin-bottom: 1.5em;
}

/* Podcast Page Subscribe */

#block-bean-podcast-page-subscribe {
  margin: 20px;
}

#block-bean-podcast-page-subscribe .subscribe-links {
  display: flex;   
  flex-wrap: wrap;
  margin: 0 -5px;
  font-size: 0;
}

#block-bean-podcast-page-subscribe .subscribe-links a {
  margin: 0 5px;
  flex: 1;
}


/*************************** User ***************************/

/* Continue Watching */

#block-views-new-user-block-1,
#block-views-new-user-block-2 {
  margin: 0 20px;
}

.view-new-user .views-row {
  position: relative;
  float: left;
  margin-right: 2.34%;
  margin-bottom: 40px;
}

.views-user-continue-watching .views-row {
  width: 18.14%;
}

.views-user-continue-watching .views-row:nth-of-type(5n+4),
.views-user-continue-watching .views-row:nth-of-type(5n) {
  margin-right: 0;
}

.views-user-continue-watching .views-row:nth-of-type(5n) {
  float: right;
}


/*************************** Refine ***************************/

.search-refine .sign,
.search-refine .facetapi-limit-link {
  display: none;
}

.search-refine-wrap {
  position: relative;
  color: #333;
}

.search-refine-active {
  padding: 10px 120px 15px 20px;
  min-height: 75px;
}

.search-refine-active li {
  float: left;
  margin: 10px 20px 0 0 !important;
}

.search-refine-button-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
}

.search-refine-button {
  cursor: pointer;
  padding: 5px 10px;
}

.search-refine-button:hover {
  color: #7f7f7f;
}

.search-refine-show .search-refine-button-open,
body:not(.search-refine-show) .search-refine-button-close {
  display: none;
}

.search-refine-svg,
.search-refine-text {
  display: inline-block;
}

.search-refine-text {
  font-size: 20px;
  padding-left: 5px;
}

.search-refine-content {
  background-color: #f6f5f5;
  padding: 30px 30px 0;
  display: none !important;
  clear: both;
  margin-bottom: 40px;
}

.search-refine-show .search-refine-content {
  display: block !important;
}

.search-refine-content-item {
  display: inline-block;
  vertical-align: top;
  padding-right: 70px;
  padding-bottom: 30px;
}

.search-refine-content-item:last-child {
  padding-right: 0;
}

.search-refine-content label {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.search-refine-wrap .search-refine ul,
.search-refine ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-refine ul li {
  margin-top: 10px;
  position: relative;
}

.search-refine-active ul li.clear-all a {
  background-color: transparent;
}

body:not(.mobile) .search-refine-active .clear-all-svg,
body:not(.search-refine-show) .search-refine-active .clear-all-svg {
  display: none;
}

.search-refine li a,
.search-refine li.filters-count {
  display: inline-block;
  color: #333;
  position: relative;
  padding: 5px 23px 5px 0;
  border: 1px solid transparent;
}

.search-refine-active ul li a {
  background-color: #f6f5f5;
  padding: 5px 35px 5px 15px;
}

.search-refine li.filters-count {
  padding: 5px 15px;
}

body.mobile:not(.search-refine-show) .search-refine li.filters-count,
body:not(.mobile) .search-refine li.filters-count {
  display: none;
}

.search-refine-active ul li a:hover {
  background-color: #eee;
}

.search-refine-active ul li.clear-all a {
  padding-right: 15px;
  border-color: #ccc;
  border-radius: 4px;
}

.search-refine-active ul li.clear-all a:hover {
  background-color: transparent;
  color: #7f7f7f;
  border-color: #ddd;
}

.search-refine .count,
.search-refine li a:hover {
  color: #7f7f7f;
  text-decoration: none;
}

.search-refine li a.active,
.search-refine li a.dur-active,
.search-refine li a.facetapi-active {
  color: #769e2d;
}

.search-refine-active li a.active::after,
.search-refine li a.dur-active::after,
.search-refine li a.facetapi-active::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 1px;
  -ms-transform: translate(0,-50%) rotate(45deg);
  -webkit-transform: translate(0,-50%) rotate(45deg);
  transform: translate(0,-50%) rotate(45deg);
  font-weight: 600;
  font-size: 1.6em;
  color: #333;
}

.search-refine-active ul li a::after {
  right: 10px !important;
}

.search-refine-active ul li a:hover::after {
  color: #000 !important;
}

.search-refine-content-sort a.active:hover {
  cursor: default;
}

.search-refine-active ul li img,
.search-refine-content-sort ul li img {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 5px;
  margin-top: -1px;
  cursor: default;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

body.mobile .search-refine-active {
  padding-top: 10px;
  padding-right: 60px;
  font-size: 14px;
}

body.mobile.search-refine-show .search-refine-active {
  background-color: #f6f5f5;
  position: relative;
}

body.mobile.search-refine-show .search-refine-active::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  height: 2px;
  bottom: 0;
  background-color: #dfdfdf;
}

body.mobile.search-refine-show .search-refine-active li {
  display: none;
}

body.mobile.search-refine-show .search-refine-active li.filters-count,
body.mobile.search-refine-show .search-refine-active li.clear-all {
  display: block;
  margin: 0 !important;
}

body.mobile.search-refine-show .search-refine-active li.filters-count {
  padding: 13px 0 0;
  font-size: 18px;
  font-weight: 600;
}

body.mobile.search-refine-show .search-refine-active li.clear-all {
  position: absolute;
  top: 12px;
  right: 65px;
}

body.mobile.search-refine-show .search-refine-active .clear-all-svg {
  margin-bottom: 6px;
}

body.mobile.search-refine-show .search-refine-active li.clear-all a {
  border: none;
  font-size: 12px;
  text-align: center;
}

body.mobile .search-refine-button-wrap {
  padding: 10px 10px 10px 0;
}

body.mobile .search-refine-svg,
body.mobile .search-refine-text {
  display: block;
  text-align: center;
}

body.mobile .search-refine-text {
  font-size: 12px;
  padding: 2px 0 0;
}

body.mobile .search-refine-content {
  padding: 20px 20px 0;
}

body.mobile .search-refine-content-item {
  display: block;
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dfdfdf;
}

body.mobile .search-refine-content-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

body.mobile .search-refine-content label {
  text-transform: none;
  border-bottom: none;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

body.mobile .search-refine-content label::before,
body.mobile .search-refine-content label::after {
  content: 'Expand';
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 3px;
  background-color: #616066;
  font-size: 11px;
  font-weight: 300;
  color: #333;
  line-height: 4em;
  white-space: nowrap;
  text-indent: -11px;
}

body.mobile .search-refine-content label::after {
  content: '';
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

body.mobile.search-refine-open-1 .search-refine-content-item[rid="1"] label::before,
body.mobile.search-refine-open-2 .search-refine-content-item[rid="2"] label::before,
body.mobile.search-refine-open-3 .search-refine-content-item[rid="3"] label::before,
body.mobile.search-refine-open-4 .search-refine-content-item[rid="4"] label::before,
body.mobile.search-refine-open-5 .search-refine-content-item[rid="5"] label::before,
body.mobile.search-refine-open-6 .search-refine-content-item[rid="6"] label::before,
body.mobile.search-refine-open-7 .search-refine-content-item[rid="7"] label::before,
body.mobile.search-refine-open-8 .search-refine-content-item[rid="8"] label::before,
body.mobile.search-refine-open-9 .search-refine-content-item[rid="9"] label::before,
body.mobile.search-refine-open-10 .search-refine-content-item[rid="10"] label::before {
  content: 'Hide';
  text-indent: -3px;
}

body.mobile.search-refine-open-1 .search-refine-content-item[rid="1"] label::after,
body.mobile.search-refine-open-2 .search-refine-content-item[rid="2"] label::after,
body.mobile.search-refine-open-3 .search-refine-content-item[rid="3"] label::after,
body.mobile.search-refine-open-4 .search-refine-content-item[rid="4"] label::after,
body.mobile.search-refine-open-5 .search-refine-content-item[rid="5"] label::after,
body.mobile.search-refine-open-6 .search-refine-content-item[rid="6"] label::after,
body.mobile.search-refine-open-7 .search-refine-content-item[rid="7"] label::after,
body.mobile.search-refine-open-8 .search-refine-content-item[rid="8"] label::after,
body.mobile.search-refine-open-9 .search-refine-content-item[rid="9"] label::after,
body.mobile.search-refine-open-10 .search-refine-content-item[rid="10"] label::after {
  display: none;
}

body.mobile .search-refine-content-item .item-list {
  display: none;
  margin-top: 10px;
}

body.mobile.search-refine-open-1 .search-refine-content-item[rid="1"] .item-list,
body.mobile.search-refine-open-2 .search-refine-content-item[rid="2"] .item-list,
body.mobile.search-refine-open-3 .search-refine-content-item[rid="3"] .item-list,
body.mobile.search-refine-open-4 .search-refine-content-item[rid="4"] .item-list,
body.mobile.search-refine-open-5 .search-refine-content-item[rid="5"] .item-list,
body.mobile.search-refine-open-6 .search-refine-content-item[rid="6"] .item-list,
body.mobile.search-refine-open-7 .search-refine-content-item[rid="7"] .item-list,
body.mobile.search-refine-open-8 .search-refine-content-item[rid="8"] .item-list,
body.mobile.search-refine-open-9 .search-refine-content-item[rid="9"] .item-list,
body.mobile.search-refine-open-10 .search-refine-content-item[rid="10"] .item-list {
  display: block;
}

body.mobile .search-refine-content ul li a {
  position: relative;
  padding-left: 25px;
}

body.mobile .search-refine-content ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
}

body.mobile .search-refine-content ul li a::after {
  display: none;
}

body.mobile .search-refine-content ul li a.active::before,
body.mobile .search-refine-content ul li a.dur-active::before,
body.mobile .search-refine-content ul li a.facetapi-active::before {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #769e2d;
  background-size: 10px;
}

body.mobile .search-refine-content-sort ul li a::before {
  background-image: none !important;
  border-radius: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  border: none;
  z-index: 1;
}

body.mobile .search-refine-content-sort ul li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
}


/*************************** Solr + Search ***************************/

.search-header {
  padding-top: 20px;
}

#block-system-main .search-header {
  display: none;
}

.search-header h2 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  padding: 0 20px 10px;
}

.search-header h2 .query {
  color: #7f7f7f;
}

.search-header .search-total {
  font-size: 16px;
  color: #7f7f7f;
  padding: 0 20px;
}

body.mobile.search-refine-show .search-header .search-total {
  padding-bottom: 15px;
}

.search-results {
  margin: 0 !important;
  padding: 0 !important;
}

.search-results .search-snippet-info {
  padding: 0;
}

.view-new-solr .views-row,
.search-result {
  padding: 20px 20px 20px 30.1%;
  margin-bottom: 40px;
  color: #000;
  min-height: 240px;
  position: relative;
}

.view-new-solr .views-field-field-top-shot,
.search-result .cover-image {
  position: absolute;
  top: 20px;
  left: 1.5%;
  width: 26.37%;
  max-width: 356px;
  background-color: #eee;
}

.view-new-solr .views-field-field-top-shot .field-content,
.search-result .cover-image-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.view-new-solr .views-field-field-top-shot img,
.search-result .cover-image img {
  position: absolute;
}

.view-new-solr .views-field-label,
.search-result .title {
  font-size: 26px;
  font-weight: 300;
  padding-right: 50px;
  padding-bottom: 7px;
  line-height: 1.4em;
}

.view-new-solr .views-field-label a,
.search-result .title a {
  color: #000;
  font-weight: 600;
}

.view-new-solr .views-field-label a:hover,
.search-result .title a:hover {
  text-decoration: none;
}

.view-new-solr .views-field-its-field-views,
.search-result .field-views {
  margin-bottom: 10px;
}

.view-new-solr .bnh-social-new-wrap,
.search-result .bnh-social-new-wrap {
  position: relative;
  top: -20px;
}

.view-new-solr .views-field-content,
.search-result .cover-text-desc {
  clear: both;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.view-new-solr .views-field .see-more,
.search-result .field-see-more {
  padding-top: 10px;
  padding-bottom: 5px;
}

.view-new-solr .views-field .see-more a,
.search-result .field-see-more a {
  color: #769e2d;
}

.view-new-solr-tags {
  font-size: 12px;
  list-style: none !important;
  margin: 0 !important;
  overflow: hidden;
  max-height: 75px;
}

.view-new-solr-tags li {
  display: inline-block;
  margin: 10px 5px 0 0 !important;
}

.view-new-solr-tags li a {
  color: #444;
  padding: 3px 10px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
}

.view-new-solr-tags li a:hover {
  color: #7f7f7f;
  border-color: #ddd;
  text-decoration: none;
}

/* Event Space */

.page-videos-event [id*='block-views-video-terms-block'] {
  padding-top: 0;
}

.page-videos-event .views-terms-event-space,
.page-videos-event .views-terms-event-space::before {
  background-color: #f6f5f5;
}

.page-videos-event .views-terms-event-space {
  position: relative;
  padding: 30px;
  margin: 0 -30px 10px;
  font-size: 14px;
  text-align: right;
}

.page-videos-event .views-terms-event-space::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}

.page-videos-event .views-terms-event-space a:hover {
  text-decoration: none;
}

.page-videos-event .views-terms-event-space .view-header {
  float: left;
}

.page-videos-event .views-terms-event-space .view-content {
  position: relative;
  top: -3px;
  float: right;
}

.page-videos-event .views-terms-event-space .view-footer a.event-space-link {
  display: none;
}

.page-videos-event .views-terms-event-space .view-content a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 3px 10px;
  color: #666;
  border: 1px solid #ccc;
}

.page-videos-event .views-terms-event-space .event-space-title {
  font-size: 26px;
  color: #444;
  font-weight: 600;
}

.page-videos-event .views-terms-event-space .event-space-title svg {
  margin-right: 20px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.page-videos-event .block-views > .content > .views-terms-event-space > .view-content > .views-row {
  width: auto;
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 10px;
  padding: 0;
}

.page-videos-event .views-terms-event-space .view-content a:hover {
  color: #9f9f9f;
  border-color: #ddd;
  text-decoration: none;
}

.page-videos-event .views-terms-event-space a.event-space-link {
  color: #fff;
  background-color: #db8749;
  border-color: #db8749;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  margin-left: 10px;
}

.page-videos-event .views-terms-event-space a.event-space-link:hover {
  color: #fff;
  background-color: #da6a16;
  border-color: #da6a16;
}

.page-videos-event .event-space-content-wrap {
  clear: both;
  white-space: normal;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

.page-videos-event .event-space-content-wrap,
.page-videos-event .event-space-content-wrap a {
  color: #333;
}

.page-videos-event .event-space-content {
  padding: 20px 30px;
  margin-top: 20px;
  float: right;
  width: 48.3%;
  background-color: #fff;
}

.page-videos-event .event-space-content:first-child {
  float: left;
}

.page-videos-event .event-space-content-inner {
  position: relative;
  min-height: 210px;
}

.page-videos-event .event-space-content-image-wrap {
  position: absolute;
  left: 0;
  top: 10px;
  width: 35%;
  max-height: 200px;
  overflow: hidden;
}

.page-videos-event .event-space-content-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-videos-event .event-space-content-image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-videos-event .event-space-content-time {
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px #666666;
  background-color: rgba(0,0,0,0.3);
  padding: 5px 5px 6px;
}

.page-videos-event .event-space-content-clock,
.page-videos-event .event-space-content-label {
  display: inline-block;
  vertical-align: middle;
}

.page-videos-event .event-space-content-clock {
  background-image: url(../images/clock.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-top: 3px;
  margin-bottom: 3px;
  opacity: 0.9;
}

.page-videos-event .event-space-content-text {
  padding-left: 39.3%;
}

.page-videos-event .event-space-content-text-title {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 1.4em;
}

.page-videos-event .event-space-content-text-desc {
  margin-bottom: 12px;
}

.page-videos-event .event-space-content-text-link {
  font-weight: 600;
  position: relative;
}

.page-videos-event .event-space-content-text-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-top: 1px;
  border: 2px solid #333;
  border-width: 2px 2px 0 0;
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}


/*************************** Node ***************************/

.page-node #main {
  padding: 20px;
}

.page-node #main-wrapper #content > .section {
  width: 73.3%;
  float: left;
}

.page-node .iframe #main-wrapper #content > .section {
  width: 100%;
  float: none;
}

.page-node #main-wrapper #content #sidebar-inside {
  width: 22.91%;
  float: right;
}

/* Player */

.bh-videos-video {
  margin-bottom: 20px;
}

.bh-videos-video-outer {
  position: relative;
}

.bh-videos-video-inner {
  padding-top: 56.25%;
}

.bh-videos-video-content {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.bh-videos-video-content:focus {
  outline: none;
}

.soundcloud-podcast {
  width: 100%;
  height: 166px;
  margin-bottom: 15px;
}

/* Content */

.page-node .new-title,
.page-node .field-name-body,
.page-node .new-social,
.page-node h2.comments-title,
.page-node #comment-form-wrapper,
.page-node .parent-thread {
  margin-bottom: 15px;
}

.page-node .field-name-field-top-shot {
  display: none;
}

.page-node h1#page-title {
  font-size: 26px;
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-node .submitted {
  max-width: inherit;
}

.page-node .newViews,
.page-node .newCreated,
.page-node .newLength {
  font-size: 14px;
  color: #7f7f7f;
  float: left;
  padding: 0 10px 0 0;
  margin: 0 15px 0 0;
  position: relative;
}

.page-node .newViews::after,
.page-node .newCreated::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 3px;
  height: 3px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: #7f7f7f;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-node .node-video-host-yt .newCreated::after,
.view-video-host-yt .views-field-field-views,
.view-video-host-yt .views-field-php-time,
.view-video-host-yt .views-field-its-field-views,
.view-video-host-yt .bnh-progress-bar {
  display: none !important;
}

/* Flag */

.page-node .nodeFlags {
  position: relative;
  float: right;
  padding-top: 9px;
  font-size: 11px;
  color: #666;
  text-align: center;
}

.page-node .nodeFlags ul.links {
  margin: 0;
}

.page-node .nodeFlags ul.links li {
  display: inline-block;
  padding: 0 15px;
}

.page-node .nodeFlags .bnh-flag-after {
  display: block;
  margin-top: 6px;
}

/* Record */

.record a {
  text-decoration: none !important;
  color: #666;
}

.record:hover a {
  color: #e6501e;
}

.record-icon,
.record-label {
  display: block;
}

#-speakpipe-widget-side-button {
  display: none !important;
}

/* Social */

.page-node .new-social {
  position: relative;
}

/* Event Space link */

.page-node a.event-space-link {
  color: #007ab8;
  display: block;
  margin-bottom: 20px;
}

.page-node a.event-space-link svg {
  margin-right: 12px;
  margin-bottom: 3px;
  vertical-align: middle;
}

/* Experts */

.page-node .field-name-field-contest-judge-ref {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-node .field-name-field-contest-judge-ref .field-label,
.page-node .field-name-field-contest-judge-ref > .field-items {
  vertical-align: middle;
  float: none;
  display: inline-block;
}

.page-node .field-name-field-contest-judge-ref .field-label {
  font-weight: normal;
  padding: 10px 0;
  margin-right: 15px;
}

.page-node .field-name-field-contest-judge-ref > .field-items > .field-item {
  float: left;
  margin-right: 15px;
}

.page-node .field-name-field-contest-judge-ref .judge-name {
  display: none;
}

.page-node .field-name-field-contest-judge-ref img {
  border-radius: 50%;
  max-width: 50px;
  height: auto;
}

/* Blocks */

#block-views-video-products-block-node,
#block-views-video-cloud-block-node,
#block-views-podcast-products-block-node,
#block-views-podcast-cloud-block-node {
  display: none;
}

/* Tags */

#block-views-video-cloud-block-node
#block-views-podcast-cloud-block-node {
  background-color: #f6f5f5;
  padding: 15px 20px 20px;
  margin: 20px -20px 0;
}

/* Comments */

.page-node #comments {
  margin-top: 20px;
}

.page-node h2.comments-title {
  display: none;
}

.page-node #comment-form-wrapper,
.page-node .parent-thread {
  background-color: #f5f5f5;
  padding: 0 20px;
}

.page-node .bnh-comment-form-wrap .comments-login {
  padding-bottom: 20px;
}

.page-node .parent-thread {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-node .comment-form .comments-login {
  padding: 0;
  background-color: transparent;
}

/* Sidebar */

.page-node .region-sidebar-inside .block {
  margin-bottom: 30px;
}

.page-node .region-sidebar-inside h2 {
  font-size: 26px;
  font-weight: 600;
  color: #4c4c4c;
  text-transform: none;
  padding-bottom: 10px;
}

.page-node .region-sidebar-inside .views-field-title a {
  font-size: 18px;
  font-weight: 600;
  color: #4c4c4c;
}

/* Cloud tags */

.page-node .view-new-cloud {
  margin-top: -10px;
}

.page-node .view-new-cloud .views-row {
  float: left;
  margin: 10px 10px 0 0;
}

.page-node .view-new-cloud .views-row a {
  color: #444;
  padding: 3px 10px;
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 4px;
}

.page-node .view-new-cloud .views-row a:hover {
  color: #7f7f7f;
  border-color: #ddd;
  text-decoration: none;
}

/* Watch/Listen Next + Related Articles/Videos/Podcasts */

.page-node .view-new-next .views-row,
.page-node .view-new-related .views-row {
  position: relative;
}

.page-node .view-new-related .views-row {
  margin-bottom: 30px;
}

.page-node .view-new-related .views-row:last-child {
  margin-bottom: 0;
}

.page-node .region-sidebar-inside .views-field-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Watch/Listen Next */

.page-node #block-views-new-next-block-3,
.page-node #block-views-new-next-block-4 {
  display: none;
}

.page-node .view-new-next .views-field-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}

/* Related Videos/Podcasts */

.page-node .view-new-related-videos .views-field-title,
.page-node .view-new-related-podcasts .views-field-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}

.page-node .view-new-related-podcasts .views-field-title {
  margin-top: 10px;
}

/* Related Articles */

.page-node .view-new-related-articles .views-field-field-top-shot {
  padding-bottom: 5px;
}

.page-node .view-new-related-articles .views-field-php span a {
  font-size: 85%;
  font-style: italic;
}

.page-node .view-new-related-articles .views-field-title a {
  color: #666666;
  font-weight: 600;
  font-size: 115%;
  display: block;
  margin: 5px 0;
}

.page-node .view-new-related-articles .views-field-field-display-author,
.page-node .view-new-related-articles .views-field-field-updated-date {
  float: left;
  margin-right: 10px;
  font-size: 80%;
}

.page-node .view-new-related-articles .views-field-field-display-author a {
  font-weight: 600;
  color: #769e2d;
}

.page-node .view-new-related-articles .views-field-field-updated-date em {
  font-style: normal;
}


/*** Responsive Structure ***/

@media screen and (max-width: 1389px) {

  /* Common */

  .view-video-terms-tags .views-field-name a {
    font-size: 1.5em;
    padding: 0 10px;
  }

  .view-video-terms-tags.view-count-5 .views-field-name a {
    font-size: 1.3em;
  }

  .search-refine-content-item {
    padding-right: 40px;
  }

  .view-new-solr .views-field-label,
  .search-result .title {
    font-size: 22px;
  }

  .view-new-solr .views-field-content,
  .search-result .cover-text-desc {
    font-size: 14px;
    max-height: 44px;
  }

  /* Home page */

  .page-videos-home .views-terms-home-categories .views-field-name-1,
  .page-videos-home .views-terms-home-categories .views-terms-popular {
    height: auto;
    top: -1em;
  }

  /* Event Space page */

  .page-videos-event .event-space-content-text-title {
    font-size: 22px;
  }

  .page-videos-event .event-space-content-text-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 1060px) {
  
  /* Common */

  .page-node #main-wrapper #content > .section {
    width: 64%;
  }

  .page-node #main-wrapper #content #sidebar-inside {
    width: 34%;
  }

  .page-node .region-sidebar-inside h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 960px) {

  /* Common */

  body.mobile .view-new-carousel .view-header .carousel-label {
    font-size: 36px;
  }

  body.mobile .view-new-carousel .views-field-title {
    font-size: 20px;
  }

  body.mobile .view-video-terms-tags .views-field-name a {
    font-size: 1.2em;
    padding: 0 5px;
  }

  body.mobile .view-video-terms-tags.view-count-5 .views-field-name a {
    font-size: 1em;
  }

  /* Home page */

  body.mobile .video-last-all .views-row,
  body.mobile .view-new-popular .views-row,
  body.mobile .views-user-continue-watching .views-row {
    width: 23.7%;
    margin-right: 1.75%;
  }

  body.mobile .video-last-all .views-row:nth-of-type(4n+3),
  body.mobile .video-last-all .views-row:nth-of-type(4n),
  body.mobile .view-new-popular .views-row:nth-of-type(4n+3),
  body.mobile .view-new-popular .views-row:nth-of-type(4n),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(4n+3),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(4n) {
    margin-right: 0;
  }

  body.mobile .video-last-all .views-row:nth-of-type(4n),
  body.mobile .view-new-popular .views-row:nth-of-type(4n),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(4n) {
    float: right;
  }

  body.mobile .video-last-all .views-row:nth-of-type(n+5),
  body.mobile .view-new-popular .views-row:nth-of-type(n+5),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(n+5) {
    display: none;
  }

  /* Podcast Page Subscribe */

  body.mobile #block-bean-podcast-page-subscribe {
    margin-bottom: 5px;
  }

  body.mobile #block-bean-podcast-page-subscribe .subscribe-links {
    display: inline-block;
    margin: 0 -1%;
  }

  body.mobile #block-bean-podcast-page-subscribe .subscribe-links a {
    display: inline-block;
    width: 31%;
    max-width: 225px;
    margin: 0 1% 15px;
  }

  /* Event Space page */

  body.mobile.page-videos-event .event-space-content-text-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  /* Search page */

  body.mobile .search-header h2 {
    font-size: 18px;
  }

  body.mobile .search-header .search-total {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  
  /* Common */

  body.mobile .views-field-php-time {
    font-size: 12px;
  }

  body.mobile #main h2 {
    font-size: 1.4em;
  }

  body.mobile .view-new-carousel .views-slideshow-cycle-main-frame,
  body.mobile .view-new-carousel .views-slideshow-cycle-main-frame-row,
  body.mobile .view-new-carousel .views-field-field-head-line,
  body.mobile .view-new-carousel .views-field-field-head-line a {
    height: 250px !important;
  }

  body.mobile .view-new-carousel .view-header {
    padding: 20px 20px 25px;
  }

  body.mobile .view-new-carousel .views-field-title {
    font-size: 18px;
  }

  body.mobile .views-slideshow-controls-text-previous,
  body.mobile .views-slideshow-controls-text-next {
    width: 64px;
    height: 64px;
  }

  body.mobile .views-slideshow-controls-text-previous::after,
  body.mobile .views-slideshow-controls-text-next::after {
    border-width: 0 4px 4px 0;
  }

  body.mobile .view-new-carousel .view-header .carousel-label {
    font-size: 28px;
  }

  body.mobile .view-video-terms-tags .views-row {
    width: 23%;
    margin-right: 2.67%;
  }

  body.mobile .view-video-terms-tags .views-row:nth-of-type(4n+3),
  body.mobile .view-video-terms-tags .views-row:nth-of-type(4n) {
    margin-right: 0;
  }

  body.mobile .view-video-terms-tags .views-row:nth-of-type(4n) {
    float: right;
  }

  body.mobile .view-video-terms-tags .views-row:nth-of-type(n+5) {
    display: none;
  }

  body.mobile .view-video-terms-tags .views-field-name a {
    font-size: 1em !important;
  }

  body.mobile .view-new-solr .views-field-label,
  body.mobile .search-result .title {
    font-size: 20px;
  }

  /* Home page */

  body.mobile .video-last-all .views-row,
  body.mobile .view-new-popular .views-row,
  body.mobile .views-user-continue-watching .views-row {
    width: 23.7%;
    margin-right: 1.75%;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-big,
  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-small {
    float: none;
    width: 100%;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(n+4) {
    display: none;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-big .views-field-title {
    font-size: 1.3em;
  }

  body.mobile .video-last-all .views-row,
  body.mobile .view-new-popular .views-row,
  body.mobile .views-user-continue-watching .views-row {
    width: 30.78%;
    margin-right: 3.8%;
  }

  body.mobile .video-last-all .views-row:nth-of-type(3n+2),
  body.mobile .video-last-all .views-row:nth-of-type(3n),
  body.mobile .view-new-popular .views-row:nth-of-type(3n+2),
  body.mobile .view-new-popular .views-row:nth-of-type(3n),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(3n+2),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(3n) {
    margin-right: 0;
  }

  body.mobile .video-last-all .views-row:nth-of-type(3n),
  body.mobile .view-new-popular .views-row:nth-of-type(3n),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(3n) {
    float: right;
  }

  body.mobile .video-last-all .views-row:nth-of-type(n+4),
  body.mobile .view-new-popular .views-row:nth-of-type(n+4),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(n+4) {
    display: none;
  }

  /* Node */

  body.mobile.page-node #main-wrapper #content > .section,
  body.mobile.page-node #main-wrapper #content #sidebar-inside {
    float: none;
    width: 100%;
  }

  body.mobile.page-node h1#page-title {
    font-size: 22px;
    padding-bottom: 5px;
  }

  body.mobile.page-node .videoViews,
  body.mobile.page-node .videoCreated,
  body.mobile.page-node .videoLength {
    font-size: 12px;
    color: #7f7f7f;
  }

  body.mobile.page-node .field-name-body,
  body.mobile.page-node .field-name-body p {
    font-size: 14px;
  }

  body.mobile.page-node #comments {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* Block */

  body.mobile #block-views-video-products-block-node,
  body.mobile #block-views-video-cloud-block-node,
  body.mobile #block-views-podcast-products-block-node,
  body.mobile #block-views-podcast-cloud-block-node {
    display: block;
  }

  /* Sidebar */

  body.mobile.page-node .region-sidebar-inside {
    display: none;
  }

  /* Event Space page */

  body.mobile.page-videos-event .views-terms-event-space .event-space-title {
    font-size: 20px;
  }

  body.mobile.page-videos-event .views-terms-event-space .event-space-title svg {
    margin-right: 12px;
    width: 25px;
    height: 20px;
  }

  body.mobile.page-videos-event .event-space-content {
    padding: 20px;
  }

  body.mobile.page-videos-event .event-space-content-image-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  body.mobile.page-videos-event .event-space-content-text {
    padding-left: 0;
  }

  body.mobile.page-videos-event .event-space-content-text-desc {
    display: none;
  }

  /* Refine */

  body.mobile .search-refine-active {
    font-size: 12px;
  }

  body.mobile .search-refine ul li {
    margin-top: 5px;
  }
}

@media screen and (max-width: 650px) {
  body.mobile #block-views-video-terms-block-2 {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  body.mobile .view-video-terms-tags .views-row {
    width: 48% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    float: left;
  }

  body.mobile .view-video-terms-tags .views-row:nth-of-type(2n+1) {
    clear: both;
  }

  body.mobile .view-video-terms-tags .views-row:nth-of-type(2n) {
    float: right;
  }

  body.mobile .view-video-terms-tags.view-count-3 .views-row:nth-of-type(3n) {
    display: none;
  }

  body.mobile .view-video-terms-tags .views-field-name a {
    font-size: 1.3em !important;
  }
}

@media screen and (max-width: 479px) {

  /* Common */

  body.mobile .item-list ul.pager {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  body.mobile .item-list ul.pager li {
    padding-left: 5px;
    padding-right: 6px;
  }

  body.mobile .custom-pager-count {
    font-size: 12px;
  }

  body.mobile .play {
    width: 34px;
    height: 34px;
  }

  body.mobile .play::after {
    border-width: 8px;
    border-left-width: 12px;
  }

  body.mobile .view-new-carousel .play {
    width: 55px;
    height: 55px;
  }

  body.mobile .view-new-carousel .play::after {
    border-width: 10px;
    border-left-width: 17px;
  }

  body.mobile .views-field-php-time {
    font-size: 11px;
  }

  body.mobile #main h2 {
    font-size: 18px;
  }

  body.mobile .view-new-carousel .view-header {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  body.mobile .view-new-carousel .views-field-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
  }

  body.mobile .views-slideshow-controls-text-previous,
  body.mobile .views-slideshow-controls-text-next {
    width: 48px;
    height: 48px;
  }

  body.mobile .views-slideshow-controls-text-previous::after,
  body.mobile .views-slideshow-controls-text-next::after {
    border-width: 0 3px 3px 0;
  }

  body.mobile .view-new-carousel .views-slideshow-cycle-main-frame,
  body.mobile .view-new-carousel .views-slideshow-cycle-main-frame-row,
  body.mobile .view-new-carousel .views-field-field-head-line,
  body.mobile .view-new-carousel .views-field-field-head-line a {
    height: 180px !important;
  }

  body.mobile .view-new-carousel .view-header .carousel-label {
    font-size: 22px;
  }

  body.mobile .view-new-carousel .view-header .carousel-text {
    font-size: 14px;
  }

  body.mobile .view-video-terms-tags .views-field-name a {
    font-size: 1.1em !important;
  }

  body.mobile .bean-seo-text p {
    font-size: 14px;
  }

  body.mobile .view-video-last .views-field-title,
  body.mobile .view-new-popular .views-field-title,
  body.mobile .view-new-user .views-field-title {
    padding-bottom: 5px;
  }

  body.mobile .video-last-all .views-row,
  body.mobile .view-new-popular .views-row,
  body.mobile .views-user-continue-watching .views-row {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  body.mobile .video-last-all .views-row:nth-of-type(n+2),
  body.mobile .view-new-popular .views-row:nth-of-type(n+2),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(n+2) {
    float: right;
  }

  body.mobile .video-last-all .views-row:nth-of-type(n+3),
  body.mobile .view-new-popular .views-row:nth-of-type(n+3),
  body.mobile .views-user-continue-watching .views-row:nth-of-type(n+3) {
    display: none;
  }

  body.mobile #block-views-new-popular-block,
  body.mobile #block-views-new-popular-block-1,
  body.mobile #block-views-new-popular-block-2,
  body.mobile #block-views-video-user-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  /* Home page */

  body.mobile.page-videos-home #block-views-video-last-block-1 {
    display: none;
  }

  body.mobile.page-videos-home .block-views > .content > .views-terms-home-categories > .view-content > .views-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  body.mobile.page-videos-home .views-terms-home-categories .views-field-name {
    float: none;
  }

  body.mobile.page-videos-home .views-terms-home-categories .views-terms-home-categories-terms a {
    font-size: 11px
  }

  body.mobile.page-videos-home .views-terms-home-categories .views-terms-home-categories-terms {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  body.mobile.page-videos-home .views-terms-home-categories .views-terms-popular .views-row,
  body.mobile.page-videos-home .views-terms-home-categories .views-row-all {
    margin-right: 2px;
    margin-bottom: 4px;
  }

  body.mobile.page-videos-home .views-terms-home-categories .views-field-view {
    margin-bottom: 10px;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-big .views-field-title {
    font-size: 1em;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-big .views-field-title a {
    font-weight: 600;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-small .views-row {
    width: 48%;
    margin-right: 0;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(n+2) {
    float: right;
  }

  body.mobile.page-videos-home .views-terms-home-categories .video-last-category-small .views-row:nth-of-type(n+3) {
    display: none;
  }

  /* Podcast Page Subscribe */

  body.mobile #block-bean-podcast-page-subscribe .subscribe-links {
    margin-left: -2%;
    margin-right: -2%;
  }

  body.mobile #block-bean-podcast-page-subscribe .subscribe-links a {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  /* Solr + Search */

  body.mobile .view-new-solr .views-row,
  body.mobile .search-result {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f6f5f5;
  }

  body.mobile .view-new-solr .views-field-field-top-shot,
  body.mobile .search-result .cover-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  body.mobile .view-new-solr .views-field-label,
  body.mobile .search-result .title {
    font-size: 16px;
  }

  body.mobile .view-new-solr .views-field-content,
  body.mobile .search-result .cover-text-desc {
    color: #4b4b4b;
  }

  body.mobile .view-new-solr .views-field .see-more,
  body.mobile .search-result .field-see-more {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 14px;
  }

  body.mobile .view-new-solr .view-new-solr-tags,
  body.mobile .search-result .view-new-solr-tags {
    font-size: 11px;
    max-height: 68px;
  }

  body.mobile .view-new-solr .view-new-solr-tags li,
  body.mobile .search-result .view-new-solr-tags li {
    margin: 3px 0 0 0;
  }

  /* Search page */

  body.mobile .search-header {
    padding-top: 15px;
  }

  body.mobile .search-header h2 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  body.mobile .search-header .search-total {
    font-size: 12px;
  }

  /* Refine */

  body.mobile .search-refine-active li {
    margin: 7px 10px 0 0 !important;
  }

  body.mobile .search-refine-active ul li a {
    padding: 4px 30px 3px 10px;
  }

  body.mobile .search-refine-active ul li.clear-all a {
    padding-right: 10px;
  }

  body.mobile .search-refine-content {
    font-size: 14px;
  }

  /* Event Spave */

  body.mobile.page-videos-event .views-terms-event-space {
    text-align: left;
  }

  body.mobile.page-videos-event .views-terms-event-space .view-content {
    position: relative;
    top: 0;
  }

  body.mobile.page-videos-event .views-terms-event-space .view-header {
    float: none;
    margin-bottom: 15px;
  }

  body.mobile.page-videos-event .views-terms-event-space .event-space-title {
    font-size: 18px;
    float: none;
  }

  body.mobile.page-videos-event .views-terms-event-space .event-space-title svg {
    margin-right: 10px;
    width: 20px;
    height: 16px;
  }

  body.mobile.page-videos-event .block-views > .content > .views-terms-event-space > .view-content > .views-row,
  body.mobile.page-videos-event .views-terms-event-space a.event-space-link {
    margin: 0 5px 7px 0;
    font-size: 12px;
  }

  body.mobile.page-videos-event .event-space-content {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    background-color: transparent;
  }

  body.mobile.page-videos-event .event-space-content-image {
    padding-bottom: 70%;
  }

  body.mobile.page-videos-event .event-space-content-time {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }

  body.mobile.page-videos-event .event-space-content-time::before {
    content: '';
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
  }

  body.mobile.page-videos-event .event-space-content-text-title {
    font-size: 14px;
    font-weight: 600;
  }

  body.mobile.page-videos-event .event-space-content-text-link {
    font-size: 13px;
    font-weight: 400;
    color: #007ab8;
  }

  body.mobile.page-videos-event .event-space-content-text-link::after {
    display: none;
  }

  /* Node */

  body.mobile.page-node h1#page-title {
    font-size: 18px;
  }

  body.mobile.page-node .new-social {
    white-space: nowrap;
  }

  body.mobile.page-node .nodeFlags {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  body.mobile.page-node .nodeFlags ul.links li {
    padding: 0 25px 0 0;
  }

  body.mobile.page-node .nodeFlags ul.links li:last-child {
    padding-right: 23px;
  }

  body.mobile.page-node.bnh-social-new-show-all .nodeFlags ul.links li {
    padding-right: 15px;
  }

  body.mobile.page-node.bnh-social-new-show-all .nodeFlags ul.links li:last-child {
    padding-right: 13px;
  }

  /* Event Space */

  body.mobile.page-node a.event-space-link {
    font-size: 14px;
  }

  body.mobile.page-node a.event-space-link svg {
    margin-right: 8px;
  }
}