.arrow-right-small:before {
    background: url('../img/icon-right-arrow.png') no-repeat bottom right;
}
a.btn-hollow-dark,
.btn-hollow-dark{
  background: black;
}
@media only screen and (min-width: 850px) {

  .secondary-nav .nav-list > li.search{
    background: no-repeat url('../img/icon-search.png');
  }
  .primary-nav .nav-list li.menu-item-has-children:before{
    content: ' ';
    background: 0 0 no-repeat url('../img/icon-down-arrow.png');
  }

}
.secondary-nav.behind .nav-list li{
  display: none;
}
.secondary-nav.behind .nav-list li:last-child{
  display: block;
}
.primary-header.on{
  height: 30px;
}
.primary-header.on input {
  margin-top: 5px
}
#search{
  display: none;
}
#search.visible{
  right: 30px;
  display: block;
}
.theme-blue .geometry:before {
  background: rgb(16,61,98);
}
.theme-green .geometry:before {
  background: #0f6f3a;
}
.theme-yellow .geometry:before {
  background: #9d8419;
}
.theme-peach .geometry:before {
  background: #93471b;
}
.theme-red .geometry:before {
  background: #980d27;
}
.page-hero-image:before{
  /*background: repeat('');*/
  background: repeat url('../img/ie-shiv.png');
}
a.drilldown-action:after{
    background: 0 0 no-repeat url('../img/icon-down-arrow.png');
}
ul.has-arrows > li a:before{
  background: url('../img/icon-right-arrow-mobile.png') no-repeat left;
  margin-top: -10px;
}
.btn-buy:before {
    background-image: url('../img/icon-cart.png');
}
.btn-download:before {
    background-image: url('../img/icon-download.png');
}
.btn-solid-gray.btn-download:before {
    background-image: url('../img/icon-download-gray.png');
}
.btn-play:before {
    background-image: url('../img/icon-play.png');
}
.btn-ios:before {
    background-image: url('../img/icon-ios.png');
}
.btn-android:before {
    background-image: url('../img/icon-android.png');
}
a.btn-big-arrow, span.btn-big-arrow{
    background: center no-repeat url('../img/icon-right-arrow-lg.png');
}
