/* Site-specific fixes: homepage banner + main navigation */

#custom-header {
  margin-bottom: 12px;
}

#navigation {
  top: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.corner-left,
.corner-right {
  display: none;
}

#navigation > .menu {
  width: 100%;
}

#navigation ul.menu {
  display: table;
  width: 100%;
  table-layout: auto;
}

#navigation ul.menu > li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#navigation ul.menu > li > a {
  display: block;
  padding: 0 8px;
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

#navigation .sf-sub-indicator {
  background-image: none !important;
  text-indent: 0;
  overflow: visible;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #ffffff;
  top: 23px;
  right: 6px;
}

#navigation ul.menu ul .sf-sub-indicator {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #ffffff;
  border-right: 0;
  top: 16px;
}

#slideshow .flexslider.loading {
  min-height: 420px;
}

#slideshow .slides img {
  width: 100%;
  height: auto;
}
