#video-app a {
  cursor: pointer;
  text-decoration: none;
}
#video-app a:hover {
  text-decoration: none;
}
#video-app .video-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #DA422F;
  color: white;
  padding: 20px 40px;
  z-index: 999;
}
#video-app .video-error a {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: white;
}
.video-app-latest {
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  color: #aaa;
}
.video-app-latest a {
  color: white;
}
.gallery-badge {
  background: #DA422F;
  color: white;
  text-transform: uppercase;
  position: absolute;
  width: 100px;
  top: 12px;
  right: -24px;
  text-align: center;
  padding: 6px;
  font-size: 11px;
  font-weight: 600;
  transform: rotate(45deg);
  z-index: 500;
}
.video-notification {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 370px;
  border-radius: 4px;
  background: rgba(29, 153, 222, 0.9);
  min-height: 50px;
  z-index: 999;
}
.video-notification a {
  padding: 10px 20px;
  color: white;
  display: block;
}
.video-notification span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  font-size: 18px;
  color: white;
}
.latest-upload {
  zoom: 1;
}
.latest-upload:before,
.latest-upload:after {
  content: "";
  display: table;
}
.latest-upload:after {
  clear: both;
}
.latest-upload .preview-image {
  float: left;
  margin-right: 20px;
}
.latest-upload h3 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.latest-upload h4 {
  font-size: 13px;
}
.latest-upload h5 {
  margin-top: 0;
  color: white;
}
.latest-upload h5 strong {
  margin-right: 10px;
}
.latest-upload .gallery-subtitle {
  margin-top: 5px;
  font-size: 0.9em;
}
.latest-upload .feature-meta {
  margin-top: 3px;
}
.latest-upload .feature-image {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 15px;
  width: 88px;
  height: 50px;
}
.latest-upload .feature-image a {
  display: block;
}
.latest-upload .feature-image img {
  margin: 0;
  max-width: 100%;
}
.latest-upload .feature-image:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -10px;
  content: "\F144";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px;
  padding: 0 1px;
  color: white;
  opacity: 0.9;
}
.latest-upload .feature-image:hover {
  cursor: pointer;
}
.latest-upload .feature-image:hover .gallery-image-caption {
  display: none;
}
button.more-btn {
  display: block;
  max-width: 300px;
  margin: 20px auto;
  padding: 8px 30px;
  background: #248EC7;
  border-radius: 4px;
  border: none;
  color: white;
  text-transform: uppercase;
}
button.more-btn:after {
  content: "\F055";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 1em;
}
button.more-btn:hover,
button.more-btn:focus {
  background: #30739C;
  text-decoration: none;
  outline: none;
}
.video-page-hero {
  text-align: center;
  padding: 0 0 50px;
  border-bottom: 6px solid #248EC7;
  background: url(/summit-video-app/ui/production/images/videos-hero-bkgd.jpg) center center no-repeat;
  background-size: cover;
}
.video-page-hero h1 {
  margin: 30px 0 50px;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: white;
}
.search-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.search-wrapper i {
  position: absolute;
  z-index: 100;
  color: #eee;
}
.search-wrapper i.fa-search {
  left: 20px;
  top: 13px;
}
.video-search-form button {
  display: none;
}
.video-search-form input[type=text] {
  display: block;
  position: relative;
  padding: 10px 10px 10px 50px;
  font-size: 14px;
  border-radius: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  color: white;
}
.video-search-form input[type=text]:focus {
  outline: none;
}
.video-search-form input[type=text]::-webkit-input-placeholder {
  color: white;
}
.video-search-form input[type=text]::-moz-placeholder {
  color: white;
}
.video-search-form input[type=text]:-ms-input-placeholder {
  color: white;
}
.video-search-form input[type=text]:-moz-placeholder {
  color: white;
}
.video-navbar-wrapper {
  position: relative;
  width: 100%;
}
.video-navbar {
  max-width: 680px;
  margin: -20px auto 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.video-navbar a {
  -ms-flex: 1;
      flex: 1;
  width: auto;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-top-color: #248EC7;
  border-bottom-color: #248EC7;
  border-right-color: #30739C;
  color: white;
  padding: 8px 5px;
  background: #248EC7;
  transition: background .4s;
}
.video-navbar a .badge {
  background: #29abe2;
  font-size: 0.75em;
  line-height: 1.1;
  font-weight: 400;
  padding: 2px 9px;
}
.video-navbar a:first-of-type {
  border-left-width: 1px;
  border-left-color: #248EC7;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.video-navbar a:last-of-type {
  border-right-color: #248EC7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.video-navbar a:hover,
.video-navbar a:focus,
.video-navbar a.active {
  text-decoration: none;
  background: #29abe2;
  color: white;
  outline: none;
  border-top-color: #248EC7;
  border-bottom-color: #248EC7;
  border-right-color: #30739C;
  transition: background .4s;
}
.video-navbar a:hover .badge,
.video-navbar a:focus .badge,
.video-navbar a.active .badge {
  background: #248EC7;
}
.video-navbar a:hover:first-of-type,
.video-navbar a:focus:first-of-type,
.video-navbar a.active:first-of-type {
  border-left-color: #29abe2;
}
.video-navbar a:hover:last-of-type,
.video-navbar a:focus:last-of-type,
.video-navbar a.active:last-of-type {
  border-right-color: #29abe2;
}
.loading {
  text-align: center;
  margin: 40px 0 60px;
  font-weight: 600;
}
.loading h1 {
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2;
}
.loading h1:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  max-width: 7em;
  white-space: nowrap;
  color: #29abe2;
  animation: loading 3s linear infinite;
}
@keyframes loading {
  0% {
    max-width: 0;
  }
}
.track-panel {
  zoom: 1;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.video-panel {
  zoom: 1;
  margin-bottom: 30px;
  border-bottom: 1px solid #D4DCE5;
}
.video-panel:before,
.video-panel:after {
  content: "";
  display: table;
}
.video-panel:after {
  clear: both;
}
.video-panel h4 {
  margin-bottom: 20px;
  font-size: 15px;
  color: #2A4E68;
}
.video-panel a.panel-link:hover .gallery-item .gallery-image:before,
.video-panel a.panel-link:hover .gallery-item .gallery-image:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.video-panel a.panel-link .gallery-item {
  text-align: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  box-sizing: border-box;
  height: 220px;
}
.video-panel a.panel-link .gallery-item .gallery-image {
  position: relative;
  overflow: hidden;
}
.video-panel a.panel-link .gallery-item .gallery-image img {
  width: 100%;
  height: 148px;
  z-index: 1;
  margin: 0;
}
.video-panel a.panel-link .gallery-item .gallery-image:focus {
  outline: none;
}
.video-panel a.panel-link .gallery-item .gallery-image:before {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -33px;
  content: "\F144";
  font-family: FontAwesome;
  font-size: 50px;
  margin-right: 5px;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;
  color: white;
  opacity: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.5);
}
.video-panel a.panel-link .gallery-item .gallery-image:hover {
  cursor: pointer;
}
.video-panel a.panel-link .gallery-item .gallery-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: block;
  z-index: 2;
  transition: transform .4s;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.video-panel a.panel-link .gallery-item .gallery-image-caption:before {
  content: "\F041";
  font-family: FontAwesome;
  margin-right: 5px;
  padding: 0 1px;
}
.video-panel a.panel-link .gallery-item .gallery-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.video-panel a.panel-link .gallery-item .gallery-title a {
  color: #30739C;
  font-size: 12px;
  font-weight: 600;
}
.video-panel a.panel-link .gallery-item .gallery-subtitle {
  color: #2A4E68;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2em;
}
.video-panel .summit-item .gallery-image a img,
.video-panel .speaker-item .gallery-image a img {
  margin: 0;
}
.video-panel .summit-item .gallery-image:hover,
.video-panel .speaker-item .gallery-image:hover {
  cursor: pointer;
}
.video-panel .summit-item .gallery-image:hover:before,
.video-panel .speaker-item .gallery-image:hover:before {
  display: none;
}
.video-panel .summit-item .gallery-image-caption,
.video-panel .speaker-item .gallery-image-caption {
  transform: scale(0);
  transition: transform 0.2s ease-in;
}
.video-panel .summit-item .gallery-title:before {
  content: "\F041";
  font-family: FontAwesome;
  margin-right: 5px;
  padding: 0 1px;
  color: #30739C;
}
.video-panel .summit-item .gallery-image:before {
  display: none;
}
.video-panel .speaker-item .gallery-title:before {
  display: none;
}
.video-panel a:hover .gallery-image-caption,
.video-panel a:focus .gallery-image-caption {
  transform: translate(0, 100%);
}
.popular-speakers-link {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-right: 10px;
  color: #30739C;
  float: left;
}
.popular-speakers-link a {
  font-size: 1.1em;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  clear: left;
  display: block;
}
.popular-speakers-link a:hover,
.popular-speakers-link a:focus {
  color: #29abe2;
  text-decoration: none;
}
.popular-speakers-link a.active {
  color: #29abe2;
  border-bottom: 3px solid;
}
ul.speaker-name-filter {
  margin: 20px 0 15px;
  padding: 0;
}
ul.speaker-name-filter li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
ul.speaker-name-filter li a {
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}
ul.speaker-name-filter li a:hover {
  color: #29abe2;
  text-decoration: none;
}
ul.speaker-name-filter li a.active {
  border-bottom: 3px solid;
  text-decoration: none;
  color: #248EC7;
}
ul.speaker-name-filter li.list-title {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-right: 10px;
  color: #30739C;
  display: block;
}
ul.search-tabs {
  margin: 20px 0;
  padding: 0;
}
ul.search-tabs li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}
ul.search-tabs li a {
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}
ul.search-tabs li a span.count {
  font-weight: 400;
  font-size: 9px;
  background: #999;
  color: white;
  padding: 1px 5px;
  border-radius: 20px;
  line-height: 1;
  margin-left: 5px;
}
ul.search-tabs li a:hover {
  color: #29abe2;
  text-decoration: none;
}
ul.search-tabs li a:hover span.count {
  background-color: #29abe2;
}
ul.search-tabs li.active a {
  color: #248EC7;
}
ul.search-tabs li.active a span.count {
  background-color: #248EC7;
}
ul.search-tabs li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  ul.speaker-name-filter {
    text-align: center;
  }
  ul.speaker-name-filter li {
    margin-right: 4px;
  }
  ul.speaker-name-filter li.list-title {
    display: block;
    margin-bottom: 5px;
  }
  ul.speaker-name-filter li:last-child {
    margin-right: 0;
  }
  ul.search-tabs {
    text-align: center;
  }
  ul.search-tabs li {
    margin-right: 20px;
  }
  ul.search-tabs li:last-child {
    margin-right: 0;
  }
}
.video-app-layout {
  min-height: 300px;
}
.featured-video {
  background: #edf2f7;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #D4DCE5;
  float: left;
  margin: 30px 15% 40px;
  width: 70%;
  height: auto;
}
.featured-video:hover,
.featured-video:focus {
  background: #D4DCE5;
  border-color: #30739C;
}
@media (max-width: 767px) {
  .featured-video {
    width: 100%;
    margin: 30px 0 40px;
  }
}
.featured-video h3 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.featured-video h5 {
  margin-top: 0;
  color: #2A4E68;
}
.featured-video .feature-image {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 15px;
}
.featured-video .feature-image a {
  display: block;
}
.featured-video .feature-image img {
  margin: 0;
  max-width: 160px;
}
.featured-video .feature-image:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -10px;
  content: "\F144";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px;
  padding: 0 1px;
  color: white;
  opacity: 0.9;
}
.featured-video .feature-image:hover {
  cursor: pointer;
}
.featured-video .feature-image:hover .gallery-image-caption {
  display: none;
}
.video-breadcrumbs {
  margin-bottom: 15px;
  color: #aaa;
  line-height: 1;
  font-size: 11px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-breadcrumbs a {
  font-size: 10px;
  text-transform: uppercase;
  color: #428bca;
  margin: 0 5px;
}
.video-breadcrumbs a.active {
  color: #248EC7;
  text-decoration: none;
  border-bottom: none;
}
.video-breadcrumbs span {
  font-size: 10px;
  text-transform: uppercase;
  color: #2A4E68;
  margin: 0 5px;
}
.detail-panel-section {
  margin: 0 0 30px;
}
.detail-panel-section:last-of-type {
  margin: 0;
}
h5.section-title {
  color: #2A4E68;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #dae5ee;
  padding-bottom: 15px;
  margin: 10px 0 10px;
}
h3.video-details-title {
  text-align: center;
  margin: 10px 0 20px;
}
.video-detail-panel {
  background: #edf2f7;
  border: 1px solid #D4DCE5;
  border-radius: 4px;
  padding: 20px;
}
ul.video-speakers-list {
  margin: 0;
  padding: 0;
}
ul.video-speakers-list li {
  list-style: none;
  line-height: 2em;
}
.tag,
.track {
  margin: 0 5px 5px 0;
}
ul.videos-share-list {
  margin: 0;
  padding: 0;
}
ul.videos-share-list li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
ul.videos-share-list li:last-child {
  margin-right: 0;
}
ul.videos-share-list li a {
  font-size: 30px;
}
.video-embed {
  width: 100%;
  background: #222;
  height: auto;
  margin: 0 0 30px;
  text-align: center;
  box-sizing: border-box;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.vertical-fade-enter,
.vertical-fade-appear {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.vertical-fade-enter.vertical-fade-enter-active,
.vertical-fade-appear.vertical-fade-enter-active,
.vertical-fade-enter.vertical-fade-appear-active,
.vertical-fade-appear.vertical-fade-appear-active {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.vertical-fade-leave {
  opacity: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.vertical-fade-leave.vertical-fade-leave-active {
  animation-name: fadeOutUp;
  -webkit-animation-name: fadeOutUp;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.vertical-flip-enter,
.vertical-flip-appear {
  backface-visibility: visible !important;
  animation-duration: 1s;
}
.vertical-flip-enter.vertical-flip-enter-active,
.vertical-flip-appear.vertical-flip-enter-active,
.vertical-flip-enter.vertical-flip-appear-active,
.vertical-flip-appear.vertical-flip-appear-active {
  animation-name: flipInX;
  -webkit-animation-name: flipInX;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.vertical-flip-leave {
  backface-visibility: visible !important;
  animation-duration: 1s;
}
.vertical-flip-leave.vertical-flip-leave-active {
  animation-name: flipOutX;
  -webkit-animation-name: flipOutX;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.vertical-slide-enter,
.vertical-slide-appear {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.vertical-slide-enter.vertical-slide-enter-active,
.vertical-slide-appear.vertical-slide-enter-active,
.vertical-slide-enter.vertical-slide-appear-active,
.vertical-slide-appear.vertical-slide-appear-active {
  animation-name: slideInDown;
  -webkit-animation-name: slideInDown;
}
.vertical-slide-leave {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.vertical-slide-leave.vertical-slide-leave-active {
  animation-name: slideOutUp;
  -webkit-animation-name: slideOutUp;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.additional-materials-list {
  list-style: none;
  display: inline-block;
  padding: 0;
}
