a[href]:after { content: none !important; }
img[src]:after { content: none !important; }

select {
    //Remove default arrow
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    &::-ms-expand {
      display: none;
    }
    //Replace with an image
    background-repeat: no-repeat;
    background-image: url("/path_to/selecebox_arrow.png");
    background-position: right;
  }

.search-toggle,
.page-utilities,
ul.menu,
.menu-footer,
.secondary-menu-footer,
#main-menu,
#block-footersocial,
#block-footerright,
#GoogleTranslateOuterContainer,
.footer-cta,
.field-node--field-media-image,
.nav-sidebar
 {
	display: none;
}

.news-list .button {
  display: none;
}