.by_form.by_footer_form {
  display: none !important;
}
#by_site_footer .by_col-3-6 {
  width: 100%;
}

/* temp fix for BY-2390 */
.by_richtext a {
  /*   text-decoration: underline; */
}

.by_richtext a:hover {
    text-decoration: none;
}

.by_richtext a:visited, .by_richtext a:active {
    text-decoration: underline;
    color: #7f988f;
    border: 0;
    outline: 0;
}
/* end temp fix for BY-2390 */

/* Temporary fix for BY-2604 */
.by_hero_container.by_video .by_play {
  z-index: 3;
}

.by_responsive_image {
  -webkit-backface-visibility: hidden;
}
/* End temporary fix for BY-2604 */

/* temporary fix for: BYS-887 Home page carousel tiles not loading in Chrome/Edge */
.by_homepage_tiles .by_cover_tile__half .by_cover_tile_img_inner img { width: 100%; }
.by_homepage_tiles .by_cover_tile__half .by_cover_tile_img_inner img.by_visible { width: auto; }
/* End temporary fix for: BYS-887  */
