﻿.news-item,
.main-video-column-1,
.main-custom-tabs {
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.news-item .post-content,
.main-video-column-1 .post-content,
.main-custom-tabs .post-content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.custom-section .ts-title::before {
  background: #005689;
}
.marketing-section .ts-title::before {
  background: #13bd08;
}
.main-video-column-2 {
  height: 100%;
}
.news-item-top,
.news-item-bottom {
  height: 49%;
  background-color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.news-item-top .post-content,
.news-item-bottom .post-content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.news-item-top .post-title a,
.news-item-bottom .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-bottom {
  margin-top: 4%;
}
.vjs-s3bubble-html5 .vjs-big-play-button {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-left: -25px !important;
  margin-top: -25px !important;
  font-size: 39px !important;
  color: #e91e63 !important;
}
.sponsor-inside-section-header {
  display: inline-block;
  padding-left: 25px;
}
.sponsor-inside-section-header span {
  color: #363333;
}
.sponsor-inside-section-header img {
  height: 40px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.field-validation-error {
  color: red;
}
.input-validation-error {
  border-color: red;
}
.form-group .required::after {
  content: " (*)";
  font-weight: bold;
  color: red;
}
.s3bubble-meta-overlay-container {
  display: none!important;
}
#vjs_video_3 div.vjs-error-display.vjs-modal-dialog div div a {
  display: none !important;
}