.fill-image {
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  -o-background-size: cover !important;
}
.white-text {
  color: white !important;
}
/* breadcrumbs */
ul#top-level-menu {
  margin: 10px 0;
}
#top-level-menu li {
  float: left;
}
#top-level-menu li + li:before {
  color: black;
  content: " » ";
}
/* tabs section */
#tabs-container {
  margin: -30px 0 0;
  padding: 0;
  clear: both;
}
.tabs-menu {
  height: 30px;
  float: left;
  clear: both;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabs-menu li {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  background-color: #ccc;
  border-top: 1px solid #d4d4d1;
  border-right: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
}
.tabs-menu li.current {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
}
.tabs-menu li a {
  padding: 10px 10px 7px 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.tabs-menu .current a {
  color: #2e7da3;
}
.tab {
  border: 1px solid #d4d4d1;
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
  width: auto;
  clear: both;
}
.tab-content {
  width: 660px;
  padding: 20px;
  display: none;
}
.tab-content p {
  margin-bottom: 5px;
}
#tab-1 {
  display: block;
}
/* end tabs section */
