#cap-oils + label,
#cap-biofuels + label,
#cap-chemicals + label,
#cap-waste + label,
#cap-potable-alcohol + label,
#cap-gas + label,
#cap-marine_fuel + label {
  padding-left: 37px;
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 10px center;
}

#cap-oils + label {
  background-image: url('../images/icons/oil_black.svg');
}

#cap-biofuels + label {
  background-image: url('../images/icons/biofuels_black.svg');
}

#cap-chemicals + label {
  background-image: url('../images/icons/chemicals_black.svg');
}

#cap-waste + label {
  background-image: url('../images/icons/waste_black.svg');
}

#cap-potable-alcohol + label {
  background-image: url('../images/icons/potable_alcohol_black.svg');
}

#cap-gas + label {
  background-image: url('../images/icons/gas_black.svg');
}

#cap-marine_fuel + label {
  background-image: url('../images/icons/marine_fuel_black.svg');
}

ul.capabilities_key li span {
  border-left: 0;
  text-indent: -1000px;
  display: block;
}

ul.capabilities_key li.oils span {
  background-image: url('../images/icons/oil_black.svg');
}

ul.capabilities_key li.biofuels span {
  background-image: url('../images/icons/biofuels_black.svg');
}

ul.capabilities_key li.chemicals span {
  background-image: url('../images/icons/chemicals_black.svg');
}

ul.capabilities_key li.waste span {
  background-image: url('../images/icons/waste_black.svg');
}

ul.capabilities_key li.potable-alcohol span {
  background-image: url('../images/icons/potable_alcohol_black.svg');
}

ul.capabilities_key li.gas span {
  background-image: url('../images/icons/gas_black.svg');
}

ul.capabilities_key li.marine_fuel span {
  background-image: url('../images/icons/marine_fuel_black.svg');
}

#facilities + .assets-list .b-by-b-item {
  width: 100%;
}

.asset-box {
  position: relative;
}

.asset-box .asset-content {
  margin-left: 0;
  overflow: hidden;
  margin-right: 260px;
}

.asset-box .asset-image {
  position: absolute;
  right: -10px;
  top: -10px;
  bottom: -10px;
  width: 260px;
}

.asset-box .asset-image img {
  height: 100%;
  width: 100%;
}

.assets-list .single-column:last-child .b-by-b-item .asset-box {
  margin-left: 0;
}

.assets-list .asset-filter {
  overflow: visible;
  max-height: none;
}

.assets-list .asset-filter .asset-box {
  margin: 15px 0px 45px 0px;
}

.assets-list .asset-filter.asset-hidden .asset-box {
  margin: 0;
}

ul.capabilities_key li {
  border: 0;
}

ul.capabilities_key li span,
.assets-list ul.capabilities_key li span {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.assets-list ul.capabilities_key {
  float: left;
  width: 75px;
  overflow: hidden;
}

.assets-list ul.capabilities_key li {
  float: left;
  margin: 0 10px 10px 0;
}

.assets-list ul.capabilities_key li:nth-child(odd) {
  clear: left;
}

.asset-box h3 {
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 75px;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.asset-box p {
  padding-left: 75px;
}

.asset-box p a {
  display: block;
  margin-top: 15px;
}

.asset-location-united-kingdom-ireland .asset-box h3 {
  background-image: url('../images/flags/UK.svg')
}

.asset-location-ireland .asset-box h3 {
  background-image: url('../images/flags/IE.svg')
}

.asset-location-germany .asset-box h3 {
  background-image: url('../images/flags/DE.svg')
}

.asset-location-denmark .asset-box h3 {
  background-image: url('../images/flags/DK.svg')
}

.asset-location-sweden .asset-box h3 {
  background-image: url('../images/flags/SE.svg')
}

.asset-location-netherlands .asset-box h3 {
  background-image: url('../images/flags/NL.svg')
}

@media screen and (max-width: 991px) {
  #cap-oils + label,
  #cap-biofuels + label,
  #cap-chemicals + label,
  #cap-waste + label,
  #cap-potable-alcohol + label,
  #cap-gas + label,
  #cap-marine_fuel + label {
    background-size: 2%;
  }

  .asset-box .asset-image {
    width: 140px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
  }

  .asset-box .asset-image img {
    height: auto;
  }

  .asset-box .asset-content {
    margin-right: 150px;
  }

  .asset-box h3 {
    margin-bottom: 5px;
  }

  .assets-list ul.capabilities_key {
    float: none;
    width: auto;
    margin-left: 75px;
  }

  .assets-list ul.capabilities_key li {
    float: none;
  }

  .asset-location-united-kingdom-ireland .asset-box h3,
  .asset-location-ireland .asset-box h3,
  .asset-location-germany .asset-box h3,
  .asset-location-denmark .asset-box h3,
  .asset-location-sweden .asset-box h3,
  .asset-location-netherlands .asset-box h3 {
    background-image: none;
  }

  .asset-location-united-kingdom-ireland .asset-content,
  .asset-location-ireland .asset-content,
  .asset-location-germany .asset-content,
  .asset-location-denmark .asset-content,
  .asset-location-sweden .asset-content,
  .asset-location-netherlands .asset-content {
    background-repeat: no-repeat;
    background-size: 40px;
  }

  .asset-location-united-kingdom-ireland .asset-content {
    background-image: url('../images/flags/UK.svg')
  }

  .asset-location-ireland .asset-content {
    background-image: url('../images/flags/IE.svg')
  }

  .asset-location-germany .asset-content {
    background-image: url('../images/flags/DE.svg')
  }

  .asset-location-denmark .asset-content {
    background-image: url('../images/flags/DK.svg')
  }

  .asset-location-sweden .asset-content {
    background-image: url('../images/flags/SE.svg')
  }

  .asset-location-netherlands .asset-content {
    background-image: url('../images/flags/NL.svg')
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .assets-list .asset-box h3 {
    background-image: none;
  }
}
