.bodyContent {
  min-height: 300px; }

.staticContent {
  margin-bottom: 30px; }
  .staticContent .pageHeader {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .staticContent .pageHeader span {
      display: inline-block;
      margin-bottom: -2px;
      border-bottom: 2px solid #1d2c4c;
      padding-bottom: 3px; }
    .staticContent .pageHeader .btn {
      padding: 5px 20px; }
    .staticContent .pageHeader.multiBtn {
      justify-content: flex-end; }
      .staticContent .pageHeader.multiBtn span {
        margin-right: auto; }
      .staticContent .pageHeader.multiBtn .btn + .btn {
        margin-left: 5px; }
        @media (max-width: 575.98px) {
          .staticContent .pageHeader.multiBtn .btn + .btn {
            margin-left: 0;
            margin-top: 5px; } }
    @media (max-width: 575.98px) {
      .staticContent .pageHeader {
        flex-direction: column;
        align-items: flex-start; } }
  .staticContent img {
    width: 200px;
    max-width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }

.imgTextWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .imgTextWrapper .img-fluid {
    flex: 0 0 200px;
    border: 1px solid #ccc; }
  .imgTextWrapper .content {
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px); }
    @media (max-width: 991.98px) {
      .imgTextWrapper .content {
        max-width: 100%;
        flex-basis: 100%; } }

.sectionWrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 15px -10px 15px; }
  .sectionWrapper .sec {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 15px 15px 0 rgba(172, 189, 203, 0.25);
    transform: translate(0px, 0px);
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sectionWrapper .sec {
        width: calc(100% / 3 - 20px); } }
    @media (max-width: 575.98px) {
      .sectionWrapper .sec {
        width: calc(100% / 2 - 20px); } }
    .sectionWrapper .sec img {
      width: 100%;
      max-height: 150px; }
    .sectionWrapper .sec span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 16px;
      color: #ffffff;
      z-index: 2;
      text-align: center; }
      @media (max-width: 575.98px) {
        .sectionWrapper .sec span {
          font-size: 14px; } }
    .sectionWrapper .sec:before {
      background-color: rgba(1, 163, 192, 0.4);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .sectionWrapper .sec:hover {
      box-shadow: 0 15px 50px 0 rgba(172, 189, 203, 0.5);
      transform: translate(0px, -5px); }

/*sponsor pricing*/
.pricingComparebackground {
  background-color: #f3f3f3; }
  .pricingComparebackground .sponsorshipInfo {
    margin: 20px 0;
    text-align: center;
    color: #888888; }
    .pricingComparebackground .sponsorshipInfo .sponsorshipHeading {
      font-size: 36px;
      margin: 0; }
      @media (max-width: 767.98px) {
        .pricingComparebackground .sponsorshipInfo .sponsorshipHeading {
          font-size: 28px; } }
    .pricingComparebackground .sponsorshipInfo .sponsorshipSubHeading {
      font-size: 18px; }
      @media (max-width: 767.98px) {
        .pricingComparebackground .sponsorshipInfo .sponsorshipSubHeading {
          font-size: 16px; } }
    .pricingComparebackground .sponsorshipInfo .sponsorshipEventCount {
      font-size: 14px;
      text-align: center; }
  .pricingComparebackground .pricingCompare {
    display: flex;
    justify-content: space-between; }
    .pricingComparebackground .pricingCompare .priceSection {
      flex: 0 0 48%;
      max-width: 48%;
      text-align: center;
      box-shadow: 0 10px 50px 0 rgba(172, 189, 203, 0.5);
      margin-bottom: 50px;
      background-color: #ffffff; }
      .pricingComparebackground .pricingCompare .priceSection .compareHeading {
        padding: 40px 0;
        background-color: #2ab26f;
        color: #ffffff;
        position: relative;
        overflow: hidden;
        font-size: 24px; }
        .pricingComparebackground .pricingCompare .priceSection .compareHeading.highlight {
          background-color: #007bb7; }
        .pricingComparebackground .pricingCompare .priceSection .compareHeading:before {
          position: absolute;
          content: '';
          border-style: solid;
          position: absolute;
          bottom: 0;
          left: 0;
          border-color: transparent transparent #efefef;
          border-width: 0px 0px 36px 650px; }
        @media (max-width: 767.98px) {
          .pricingComparebackground .pricingCompare .priceSection .compareHeading {
            font-size: 20px;
            padding: 25px 0; } }
      .pricingComparebackground .pricingCompare .priceSection .priceTag {
        font-size: 20px;
        padding: 15px 0;
        background-color: #efefef; }
        .pricingComparebackground .pricingCompare .priceSection .priceTag .amt {
          display: inline-block;
          font-size: 30px; }
        @media (max-width: 767.98px) {
          .pricingComparebackground .pricingCompare .priceSection .priceTag {
            font-size: 16px; }
            .pricingComparebackground .pricingCompare .priceSection .priceTag .amt {
              font-size: 24px; } }
      .pricingComparebackground .pricingCompare .priceSection ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .pricingComparebackground .pricingCompare .priceSection ul li {
          padding: 10px;
          background-color: #ffffff;
          transition: 0.3s;
          position: relative;
          cursor: pointer;
          font-size: 16px; }
          .pricingComparebackground .pricingCompare .priceSection ul li:before {
            content: '';
            width: 3px;
            height: 100%;
            position: absolute;
            background-color: #ffffff;
            transition: 0.3s;
            left: 0;
            top: 0; }
          .pricingComparebackground .pricingCompare .priceSection ul li:hover {
            background-color: #efefef; }
            .pricingComparebackground .pricingCompare .priceSection ul li:hover:before {
              background-color: #007bb7; }
          @media (max-width: 767.98px) {
            .pricingComparebackground .pricingCompare .priceSection ul li {
              font-size: 14px;
              padding: 5px; } }
          .pricingComparebackground .pricingCompare .priceSection ul li.noHover {
            padding: 10px 0px;
            background-color: transparent !important; }
            .pricingComparebackground .pricingCompare .priceSection ul li.noHover span.plus {
              color: #2ab26f;
              font-weight: bold;
              font-size: 20px; }
            .pricingComparebackground .pricingCompare .priceSection ul li.noHover:before {
              display: none; }
      .pricingComparebackground .pricingCompare .priceSection .paymentLink {
        margin: 15px 0  30px; }
        .pricingComparebackground .pricingCompare .priceSection .paymentLink .btn {
          width: 150px;
          max-width: 100%; }
      .pricingComparebackground .pricingCompare .priceSection:hover .compareHeading {
        background-color: #007bb7; }
  .pricingComparebackground .sponsorNote {
    color: #ff0000; }

/*sponsor pricing, startup legal pricing*/
/*video page design*/
.videoContentWrapper {
  display: flex;
  flex-wrap: wrap; }
  .videoContentWrapper .VideoArea {
    flex: 0 0 80%;
    max-width: 80%; }
    .videoContentWrapper .VideoArea iframe {
      width: 100%;
      height: 500px; }
      @media (max-width: 575.98px) {
        .videoContentWrapper .VideoArea iframe {
          height: 350px; } }
    @media (max-width: 767.98px) {
      .videoContentWrapper .VideoArea {
        flex: 0 0 100%;
        max-width: 100%; } }
  .videoContentWrapper .quickVideoList {
    flex: 0 0 18%;
    max-width: 18%;
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .videoContentWrapper .quickVideoList {
        display: none; } }
    .videoContentWrapper .quickVideoList .playlistVideos {
      max-height: 495px;
      overflow-y: auto; }
      .videoContentWrapper .quickVideoList .playlistVideos div + div {
        margin-top: 15px; }
      .videoContentWrapper .quickVideoList .playlistVideos div img {
        float: none;
        margin: 0px;
        cursor: pointer; }
      .videoContentWrapper .quickVideoList .playlistVideos .owl-dots, .videoContentWrapper .quickVideoList .playlistVideos .owl-nav {
        display: none !important; }
  .videoContentWrapper.live .VideoArea {
    flex: 0 0 100%;
    max-width: 100%; }

.playlistContainer .col-lg-12.column {
  display: inline-flex;
  width: 100%;
  flex-direction: column; }

.playlistContainer .playlist {
  margin-bottom: 30px; }
  .playlistContainer .playlist h3.playlistHeader {
    text-transform: capitalize;
    font-weight: normal; }
  .playlistContainer .playlist img {
    cursor: pointer; }
  .playlistContainer .playlist .owl-carousel .owl-nav button {
    width: 25px;
    height: 40px; }
  @media (max-width: 767.98px) {
    .playlistContainer .playlist.active.d-none {
      display: block !important;
      order: -1;
      margin-bottom: 30px; }
      .playlistContainer .playlist.active.d-none h3.playlistHeader {
        display: none; } }

.loaderWrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden; }
  .loaderWrapper .loader {
    border: 16px solid #d5d4d4;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }
  .loaderWrapper.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*news info page design*/
.newsSection img {
  width: 100%;
  max-height: 230px; }

.newsSection .subTitle {
  font-size: 20px; }

.newsSection .authorInfo {
  display: inline-flex;
  flex-wrap: wrap;
  color: #6d6d6d;
  font-weight: 500;
  margin-bottom: 15px; }
  .newsSection .authorInfo .articleDate {
    margin-left: 20px; }

.newsSection .btn.btn-primary {
  margin-bottom: 25px; }

marquee {
  background-color: #0084ba;
  color: #ffffff; }
  marquee span.dates {
    display: inline-block;
    font-size: 14px; }
    marquee span.dates + .dates {
      margin-left: 30px; }

/*news info page design*/
