.inActive {
  display: none;
}
.highlight {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.highlight:before,
.highlight:after {
  content: " ";
  display: table;
}
.highlight:after {
  clear: both;
}
.highlight .picture {
  position: relative;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.highlight .picture i {
  height: 0;
  padding-bottom: 49.23076923%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.highlight .picture i img {
  display: none;
}
.highlight .picture img {
  display: none;
}
.highlight .picture i {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.highlight .picture.video i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("../../../business/common/images/vdo-80.png");
  background-size: cover;
  z-index: 1;
}
.highlight .title {
  overflow: hidden;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #cfcfcf;
  padding: 8px;
  width: 100%;
  height: 64px;
}
.highlight .title a {
  display: block;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #424242;
  font-size: 14px;
  line-height: 24px;
}
.highlight .title a.businessName {
  font-size: 16px;
  line-height: 24px;
  color: #0070a8;
}
.highlight .title .bookmarks {
  margin-left: 8px;
  text-align: center;
  float: right;
}
.highlight .location {
  position: absolute;
  top: 8px;
  right: 1px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.highlight .author {
  position: absolute;
  top: 30%;
  right: 8px;
  width: 48px;
  height: 48px;
  text-align: center;
}
.highlight .author .picture {
  width: 100%;
  height: 100%;
}
.highlight .author .picture i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #ffffff;
}
.highlight .author .picture i img {
  display: none;
}
.highlight .author .picture img {
  display: none;
}
.highlight .author .by {
  display: none;
}
.highlight .title .name {
  display: -webkit-flex;
  display: flex;
}
.highlight .title .name .c-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.ad.highlight .title .name:after {
  line-height: 24px;
  content: " • [Ad]";
  color: #a3a3a3;
  font-weight: normal;
  font-size: 12px;
  flex: 1;
}
.ad.highlight .title .name:after:hover {
  text-decoration: none;
}
.highlight .video.picture {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .theaterC .blockItems {
    padding-bottom: 64px;
  }
}
ul.highlights {
  margin-left: -8px;
  margin-right: -8px;
}
ul.highlights:before,
ul.highlights:after {
  content: " ";
  display: table;
}
ul.highlights:after {
  clear: both;
}
ul.highlights > li {
  margin-top: 8px;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  ul.highlights > li {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  ul.highlights > li {
    margin-top: 0;
  }
}
ul.highlights.wui-theater {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  ul.highlights.wui-theater {
    height: 0;
    padding-bottom: 49.23076923%;
  }
  #body ul.highlights.wui-theater > li {
    position: absolute;
    display: none;
  }
  #body ul.highlights.wui-theater > li:first-child {
    display: block;
    width: 100%;
  }
  ul.highlights.wui-theater > .nav {
    position: absolute;
    bottom: 8px;
    margin: 0;
    width: 100%;
  }
}
div.ui-dialog div.facebookVideoContainer {
  overflow: hidden;
  background-color: #212121;
}
div.ui-dialog div.facebookVideoContainer .video.fb-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
