
    .main-event.row > .main-event--img,
    .main-event.row > .main-event--content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-event--img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .main-event--content {
        background: #fff;
        padding: 30px;
    }
    .main-event.row {
        align-items: stretch;
    }

    .educators-program-title{
        padding-top: 70px;
        background: #222;
        height: 100%;
        top: 0;
        display: flex;
        position: relative;
    }

    .ep-title h1,
    .cls-intro p {
        color: #fff !important;
    }

    .ep-description p,
    .cls-intro h2 {
        color: #DAF2EE;
    }

    #mainContent .title-text {
        font-size: 48px !important;
        font-weight: 700 !important;
        font-style: normal;
        line-height: 57.6px;
        letter-spacing: -1.2px;
    }

    .description-content {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 31.2px;
    }

    .educators-program-container {
        background-color: #011D3D;
    }

    .ep-title-container {
      background-color: #222;
      padding-top: 70px;
    }

    .main-event--content {
        background: #fff;
        padding: 30px;
    }

    .main-event--img {
        padding-right: 0px;


    }

    .main-event--img a:hover img {
      opacity: 0.9;
    }

    .main-event--button {
        text-transform: uppercase;
        background: #43414B;
        color: #DAF2EE;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    .main-event--button:hover {
        background: #605D6D;
        color: #DAF2EE;
    }
    .main-event--button:focus {
      outline: 2px solid #33B6E4;
      color: #DAF2EE !important;
    }

    .main-event-details {
        padding: 0px 30px;
    }

    .event-card {
        min-height: 570px;
        display: flex;
    }

    .event-card-details {
        padding: 20px;
        background: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .event-card--image {
        position: relative;
    }

    .event-card--image a:hover img {
      opacity: 0.9;
    }

    .event-card--chip {
        position: absolute;
        top: 3px;
    }

    .event-badge {
        padding: 8px; border-radius: 0px;
    }

    .cls-list,
    .title-section {
        max-width: 1440px;
        margin: 0 auto;
    }

    .top-mobile-menu,
    .tablet-menu .top-tablet-menu,
    .top-desktop-menu {
        background: rgba(52, 58, 64, 0.85) !important;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
      body.body-light .home-page-container .top-tablet-menu, body.body-light .home-page-container .tablet-menu {
          background-color: rgba(52, 58, 64, 0.85) !important;
      }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      body.body-light .home-page-container .tablet-menu {
          background-color: rgba(52, 58, 64, 0.85) !important;
      }
    }

    .top-mobile-menu .cms-menus a,
    .top-tablet-menu .cms-menus a,
    .top-desktop-menu .cms-menus a {
      color: #fff !important;
    }

    .cls-intro--title {
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: -0.9px;
    }

    .cls-intro--description {
        /* font-family: "Open Sans"; */
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.7px;
    }

    .main-event--title {
        color: #011D3D;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.32px;
        margin-top: 0;
    }

    .main-event--title a {
      color: #011D3D;
    }

    .main-event--title a:hover {
      opacity: 0.8;
    }

    .main-event--title a:focus, .main-event--title a:focus-visible {
      outline: none;
      text-decoration: underline !important;
    }

    .main-event--description {
        color: #222;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
    }

    .main-event--caption {
        color: #555151;
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: 15.6px;
    }

    .main-event-btn {
      padding-left: 30px;
      padding-right: 30px;
    }

    .event-card--title {
        color:  #011D3D;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .event-card--title a {
      color:  #011D3D;
    }

    .event-card--title a:hover {
      opacity: 0.8;
    }

    .event-card--title a:focus, .event-card--title a:focus-visible {
      outline: none;
      text-decoration: underline !important;
    }

    .event-card--description {
        color: #312C2C;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .educators-program-container .event-card--description {
      -webkit-line-clamp: 7;
    }

    .event-badge {
        color: #413B3B;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .series-card {
      height: auto;
    }

    .view-series-container {
      background-color: #eee;
      padding: 30px 10px 0px 10px;
    }

    .view-series-container .cls-intro--title {
      color: #011D3D;
    }

    .view-series-container .cls-intro--description {
      color: #14141C !important;
    }

    .view-series-title {
      font-size: 32px;
    }
@media (max-width: 767px) {
  .main-event--content {
    padding: 20px;
  }
  .main-event-details {
    padding: 0px 20px;
  }
  .main-event-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .main-event {
    align-items: stretch !important;
  }

  .main-event--img {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
  }

  .main-event--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
}

