
.no-flexboxlegacy {
  max-width: 100%;
  overflow-x: hidden;
}

.no-flexboxlegacy .banner-section .row, .no-flexboxlegacy .banner-section__alternate .row {
  display: block;
  width: 100%;
  margin-left: inherit;
  margin-right: inherit;
}

.no-flexboxlegacy .banner--overlay {
  left: 0;
}

.no-flexboxlegacy .banner-minus-overlay {
  width: 100%;
  position: relative;
}

.no-flexboxlegacy .c-block {
  max-width: 100%;
}
.no-flexboxlegacy .c-block__text-container {
  max-width: 50%;
}
.no-flexboxlegacy .c-block--overlay {
  display: table;
  width: 50%;
  float: right;
}
.no-flexboxlegacy .c-block--overlay .c-block__content {
  width: 100%;
  min-height: 470px;
  display: table-cell;
  vertical-align: middle;
}
.no-flexboxlegacy .c-block--overlay .c-block__text-container {
  max-width: 44vw;
  margin-top: 0;
}
.no-flexboxlegacy .c-block--overlay .c-block__content--flipped .c-block__text-container {
  margin-left: 0;
}
.no-flexboxlegacy .c-block__single-content .c-block__text-container {
  max-width: 100%;
}
.no-flexboxlegacy .c-block__image-container {
  max-width: 50%;
}
.no-flexboxlegacy .c-block__image-container.card {
  max-width: 100%;
}

.no-flexboxlegacy .banner-section-text {
  margin-left: auto;
  margin-right: auto;
}

.no-flexboxlegacy .c-homecontent {
  left: 0;
  width: 100%;
  text-align: center;
}
.no-flexboxlegacy .c-scroller {
  display: inline-block;
}

.no-flexboxlegacy .c-header-search {
  text-decoration: none;
}

html[data-useragent*='MSIE 10.0'] .c-video .c-video__image-container .c-video__play-btn-container .c-video__play-btn {
    background: url(/wp-content/themes/living-history/assets/images/icons/play-right.png) no-repeat;
    background-size: auto !important;
    background-position: auto;
    border: none;
    border-radius: 0;
}
html[data-useragent*='MSIE 10.0']  .c-video .c-video__image-container .c-video__play-btn-container .c-video__play-btn:hover {
    background: url(/wp-content/themes/living-history/assets/images/icons/play-right_hover.png) no-repeat;
}
html[data-useragent*='MSIE 10.0'] .c-video .c-video__image-container.video-card .c-video__play-btn-container .c-video__play-btn {
  background-size: cover !important;
}

html[data-useragent*='MSIE 10.0'] p {
    max-width: 100%;
}


.no-flexboxlegacy .category.banner-section__alternate .text-center {
  clear: both;
}

.no-flexboxlegacy .c-cat-dropdown {
  margin: 0 auto;
}
.no-flexboxlegacy .c-cat-dropdown__header {
  text-align: center;
}
.no-flexboxlegacy .c-cat-dropdown__item.vertical.menu {
  width: 250px;
}

.no-flexboxlegacy .c-characters__content {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.no-flexboxlegacy .c-characters__content .c-characters__content__characters {
  display: inline-block;
  width: calc( 33% - 28px );
}

.no-flexboxlegacy .cardLoadItem {
  margin-left: auto;
  margin-right: auto;
}

.no-flexboxlegacy .social-icon {
  display: inline-block;
  margin-top: 2px;
}
.no-flexboxlegacy .c-stats-alternative {
  background-size: 1000px 1000px;
}


/*  Banner Heading on Desktop - Fix */
@media screen and (min-width:1024px) {
.no-flexboxlegacy .banner-heading-stories {
    margin-top: 35px;
  }
}
