.latest-posts-container .multiple-items button.slick-next:before,
.latest-posts-container .multiple-items button.slick-prev:before {
  background: url(/assets/images/arrow-slider.svg) no-repeat;
}

section.inner-intro.intro-type-2 h2.section-title.text-color-dark:before {
  background-image: url(../images/title-top-symbol.svg);
}
section.inner-intro.intro-type-2 h2.section-title.text-color-light:before {
  background-image: url(../images/title-top-symbol-white.svg);
}

.nb-scores.text-color-light .score-desc:before {
  background-image: url(../images/white-symbol.svg);
}
.nb-scores.text-color-dark .score-desc:before {
  background-image: url(../images/title-top-symbol.svg);
}
.resident-section-content a:after {
  background-image: url(../images/feather-arrow-left.svg);
}

select {
  background-image: url(../images/arrow-down.svg);
}
.text-color-light select {
  background-image: url(../images/arrow-down-white.svg) !important;
}
