.ef_components-pub_layout_with_sidebar_alternating {
  display: flex;
  flex-direction: column;
}

.ef_components-pub_layout_with_sidebar_alternating > div {
  width: auto;
  float: none;
  margin-left: 0;
  box-sizing: border-box;
}

.ef_components-pub_layout_with_sidebar_alternating > .__sidebar_top {
  order: 1;
}
.ef_components-pub_layout_with_sidebar_alternating > .__sidebar_bottom {
  order: 3;
}
.ef_components-pub_layout_with_sidebar_alternating > .__content_top {
  order: 2;
}
.ef_components-pub_layout_with_sidebar_alternating > .__content_bottom {
  order: 4;
}

/* Style-guide Bootstrap 4 breakpoint (lg) Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  .ef_components-pub_layout_with_sidebar_alternating {
    display: block;
    flex-direction: initial;
  }

  .ef_components-pub_layout_with_sidebar_alternating > .__l {
    width: 260px;
    float: left;
    clear: left;
  }

  .ef_components-pub_layout_with_sidebar_alternating > .__r {
    overflow: hidden;
    width: auto;
    margin-left: 300px;
  }

  .ef_components-pub_layout_with_sidebar_alternating > .__sidebar_bottom {
    margin-top: 20px;
  }

}
