.tb-genericmediaelement-container {
  overflow: hidden;
  background: #F1F1F1;
  margin: 16px 0;
}

.tb-genericmediaelement-container .tb-genericmediaelement-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tb-genericmediaelement-container .tb-genericmediaelement-img {
  line-height: 0;
}

.tb-genericmediaelement-container .tb-genericmediaelement-img img {
  width: 100%;
  height: 100%;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section {
  padding: 40px 32px;
  background: #F1F1F1;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-heading {
  margin-bottom: 16px;
  /* color: #002664; */
}
.tb-genericmediaelement-para strong
{
  color: #002664;
}
.tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-link {
  margin-top: 16px;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-link a {
  text-decoration: none;
  color: #998242;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section span {
  display: inline;
}

.tb-genericmediaelement-container.tb-genericmediaelement-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-genericmediaelement-container.tb-genericmediaelement-overlay .tb-genericmediaelement-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.tb-genericmediaelement-container.tb-genericmediaelement-overlay .tb-genericmediaelement-des-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.tb-genericmediaelement-container.tb-genericmediaelement-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap:not(.right) .tb-showbulletpoints ul li {
  text-indent: 5px;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img {
  width: 50%;
  float: left;
  margin-right: 24px;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img-right {
  float: right !important;
  margin-left: 24px;
  margin-right: 0;
  width: 50%;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img-right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-genericmediaelement-container a.tb-gme-anchor {
  /* color: #393939 !important; */
  text-decoration: none !important;
}

.equalized-content .tb-genericmediaelement-des-section {
  padding-bottom: 0;
}

.tb-genericmediaelement-border .tb-genericmediaelement-section:first-child {
  overflow: hidden;
  border: 1px solid #BFBFBF;
}

.tb-genericmediaelement-border .tb-genericmediaelement-section:first-child .tb-genericmediaelement-img {
  overflow: hidden;
}

.tb-genericmediaelement-border .tb-genericmediaelement-img-right .tb-genericmediaelement-section:first-child {
  border: none;
}

.tb-genericmediaelement-border .tb-genericmediaelement-img-right .tb-genericmediaelement-section:last-child {
  overflow: hidden;
  border: 1px solid #BFBFBF;
}

.tb-genericmediaelement-border .tb-genericmediaelement-img-right .tb-genericmediaelement-section:last-child .tb-genericmediaelement-img {
  overflow: hidden;
}

.tb-genericmediaelement-container.tb-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1024px) {
  .tb-genericmediaelement-container {
    margin: 12px 0;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-des-section {
    padding: 32px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-genericmediaelement-container {
    margin: 8px 8px;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-des-section {
    padding: 16px;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-header-wrapper {
    height: auto !important;
  }
  .tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img {
    float: none;
    width: 100%;
  }
  .tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img img {
    width: 100%;
  }
  .tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img-right {
    float: none !important;
    width: 100%;
    margin: 0;
  }
  .tb-genericmediaelement-container:not(.gme-variant-only-img) {
    min-height: auto !important;
  }
  .tb-genericmediaelement-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tb-genericmediaelement-container.tb-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .row.component.column-splitter .col-1, .row.component.column-splitter .col-2, .row.component.column-splitter .col-3, .row.component.column-splitter .col-4, .row.component.column-splitter .col-5, .row.component.column-splitter .col-6, .row.component.column-splitter .col-7, .row.component.column-splitter .col-8, .row.component.column-splitter .col-9, .row.component.column-splitter .col-10, .row.component.column-splitter .col-11, .row.component.column-splitter .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tb-img-scale-bottom .tb-genericmediaelement-img, .tb-img-scale-left .tb-genericmediaelement-img, .tb-img-scale-top .tb-genericmediaelement-img, .tb-img-scale-right .tb-genericmediaelement-img, .tb-img-scale-center .tb-genericmediaelement-img {
  height: 100%;
}

.tb-img-scale-bottom .tb-genericmediaelement-img img, .tb-img-scale-left .tb-genericmediaelement-img img, .tb-img-scale-top .tb-genericmediaelement-img img, .tb-img-scale-right .tb-genericmediaelement-img img, .tb-img-scale-center .tb-genericmediaelement-img img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.generic-media-element.tb-img-scale-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.generic-media-element.tb-img-scale-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
