#header-top {
  position: relative;
  min-height: 10.5em;
}

#fsc-logo {
  width: 100%;
  clear: both;
  position: absolute;
  left: 0;
  top: 1.5em;
  padding-top: 0;
}

#fsc-logo a {
  display: inline-block;
  width: 157px;
  height: 65px;
}

@media (max-width: 540px) {
  #fsc-logo a,
  #fsc-logo img {
    width: 104.66667px;
    height: 43.33333px;
  }
}

@media (max-width: 900px) {
  #fsc-logo {
    padding-top: 2em;
    position: static;
    left: auto;
    top: auto;
  }
}

nav#top-nav {
  right: 0;
  width: 100%;
}

nav#top-nav ul {
  width: auto;
  right: 0;
  left: auto;
  position: absolute;
}

@media (max-width: 900px) {
  nav#top-nav ul {
    left: 0;
    width: 100%;
  }
}

nav#top-nav ul li {
  padding: 0 !important;
  margin: 0 0 0 2em !important;
  display: inline-block;
}

@media (max-width: 540px) {
  nav#top-nav ul li {
    display: inline;
    font-size: 11px;
    margin-left: 0 !important;
  }
}

nav#top-nav ul li a {
  position: relative;
  display: inline-block;
  padding-right: 2em;
  margin-right: 0.5em;
}

nav#top-nav ul li a img {
  display: inline-block;
  /* Hiding images on mobile to give us the space for all the baskets */
  position: absolute;
  right: 0;
  top: 1px;
  left: auto;
}

nav#top-nav ul li a img.top-nav-padlock {
  top: 2px;
  position: absolute;
  right: 6px;
}

nav#top-nav ul li.basket a {
  padding-right: 3em;
}

nav#top-nav ul li.basket img {
  position: absolute;
  right: 0;
  top: 1px;
  left: auto;
}

#tagline {
  position: absolute;
  top: 2em;
  left: 180px;
  max-width: 20em;
  margin-bottom: 0;
}

@media (max-width: 540px) {
  #tagline {
    font-size: 1em;
    top: 4.5em;
    left: 120px;
  }
}

@media (max-width: 900px) and (min-width: 540px) {
  #tagline {
    left: 180px;
    font-size: 1.4em;
    top: 3.5em;
  }
}

#search-box {
  position: absolute;
  right: 0;
  top: 6em;
  width: 33%;
  margin-bottom: 0;
}

@media (max-width: 759px) {
  #search-box {
    width: 100%;
    clear: both;
    margin-bottom: 1em;
    position: static;
  }
}

#search-box form {
  position: relative;
  overflow: hidden;
}

#search-box input[type=text] {
  width: 66%;
  float: left;
  margin-right: 3%;
  margin-left: 0;
}

#search-box input[type=submit] {
  float: left;
  margin: 0;
  line-height: inherit;
  font-weight: normal;
  font-size: 1em;
  background-image: none;
  background-color: #008c9a;
  padding: 0.8em 1em;
  height: auto;
  width: auto;
  border-radius: 2em;
  position: relative;
  top: 0;
  color: #fff;
  border: none;
  clear: none;
}

#sub-nav {
  width: 100%;
  background-color: #f8f9da;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.93, #F8F9DA), color-stop(1, #EDEDD0));
  border-top: 4px solid #acb640;
  background-image: -o-linear-gradient(bottom, #F8F9DA 93%, #EDEDD0 100%);
  background-image: -moz-linear-gradient(bottom, #F8F9DA 93%, #EDEDD0 100%);
  background-image: -webkit-linear-gradient(bottom, #F8F9DA 93%, #EDEDD0 100%);
  background-image: -ms-linear-gradient(bottom, #F8F9DA 93%, #EDEDD0 100%);
  background-image: linear-gradient(to bottom, #F8F9DA 93%, #EDEDD0 100%);
}

@media (max-width: 540px) {
  #sub-nav {
    background-image: none;
    border-top: none;
  }
}

#sub-nav ul {
  list-style: none outside none;
  overflow: hidden;
}

#sub-nav li {
  display: inline-block;
  position: relative;
}

@media (max-width: 540px) {
  #sub-nav li {
    display: block;
  }
}

#sub-nav a {
  font-family: 'CheltenhamFSBookCondensed', Georgia, Times, 'Times New Roman';
  font-size: 1.75em;
  display: block;
  padding: 0.66em 0.9em;
  margin: 0.33em 0.33em 0;
  border-bottom: none;
  color: #646464;
  /* Lots of tweaks to make sure we always have space for the menu items */
}

#sub-nav a:before {
  content: "";
  border-right: 2px solid #e6e7bb;
  position: absolute;
  top: 0.8em;
  right: 0;
  height: 1.5em;
}

/* D2 Added */

#sub-nav li:last-child a:before {
  border-right: 0px solid #e6e7bb;
}

@media (max-width: 540px) {
  #sub-nav a {
    padding: 0.2em 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  #sub-nav a:before {
    border-right: none;
  }
}

@media (min-width: 540px) and (max-width: 708px) {
  #sub-nav a {
    padding: 0.5em 0.8em;
  }
}

@media (max-width: 708px) {
  #sub-nav a {
    font-size: 1.6em;
  }
}

#sub-nav a:hover,
#sub-nav a:active,
#sub-nav a:focus {
  color: #333;
}

#sub-nav li:first-child a:before {
  /* border-right: none; */
}

#sub-nav .current a {
  background-color: #fff;
  color: #333;
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 9px 9px 0 0;
}

@media (max-width: 540px) {
  #sub-nav .current a {
    box-shadow: none;
    border-radius: 0;
  }
}

#sub-nav .current a:before,
#sub-nav .currentprev a:before {
  border: none;
}

/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-toggle {
  display: block;
  font-family: 'CheltenhamFSBookCondensed', Georgia, Times, 'Times New Roman';
  font-size: 1.6em;
  padding: 0.2em 0.5em;
  background-color: #f8f9da;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.nav-toggle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #008c9a;
  position: absolute;
  right: 0.5em;
  top: 0.75em;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 540px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */