.content-fragment select {
  background: none;
}
/*.sort .order select:hover, .sort .by select:hover, .sort .order select:focus, .sort .by select:focus*/

select:hover {
  background-color: #11809f !important;
  color: white;
}
select option:hover {
  background-color: #11809f !important;
}
select option {
  color: #414444 !important;
  background-color: #eeeded !important;
}
.uiselect > span:after {
  Content: '';
}
.sort .order:after,
.sort .by:after,
.view div:after,
.filter-selector div:after {
  content: '';
}
.uiselect {
  width: 100% !important;
}
.uiselect > span {
  width: 100% !important;
}
span.uiselect {
  border: none !important;
}
.filter-selector div select:hover,
.filter-selector div select:focus {
  background-color: #009fc1;
}
.banner.context .parent-navigation ul a.more.crumb::before {
  font-size: 15px;
  color: white;
  top: 5px;
}
.banner.context .parent-navigation ul a.more.crumb {
  width: 16px;
  height: 16px;
}
.header-fragments .banner.context.home .navigation-list.applications ul li {
  /*min-width: 100px;*/
  padding-right: 0px;
  margin-right: 0px;
}
.touch .banner.context .description {
  padding-top: 10px;
}
.banner.context .navigation-list.applications {
  padding-top: 10px;
}
