.by_language_selection { display: none; }
img { color: rgba(0,0,0,0); 
}
.by_form.by_footer_form {
  display: none !important;
}
#by_site_footer .by_col-3-6 {
  width: 100%;

}
@media screen and (min-width: 240px) {
  .by_site_tools_list {
    display: block;
    margin: 0;
  }

  .by_header_menu_opener {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .by_site_tools_list {
    margin-top: 20px;
  }
}

/* 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 */
