.sf-menu.sf-style-ntfarmers {
  float: left;
  margin-bottom: 1em;
  padding: 0;
}
.sf-menu.sf-style-ntfarmers.sf-navbar {
  width: 100%;
}
.sf-menu.sf-style-ntfarmers ul {
  padding-left: 0;
}
.sf-menu.sf-style-ntfarmers a {
  border: 1px solid #32251B;
  color: white;
  font-weight: 300;
  padding: 0.75em 1em;
}
.sf-menu.sf-style-ntfarmers a.sf-with-ul {
  padding-right: 2.25em;
}
.sf-menu.sf-style-ntfarmers.rtl a.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em;
}
.sf-menu.sf-style-ntfarmers.sf-navbar a {
  border: 0;
}
.sf-menu.sf-style-ntfarmers span.sf-description {
  color: #BEBE06;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}
.sf-menu.sf-style-ntfarmers li,
.sf-menu.sf-style-ntfarmers.sf-navbar {
  background: #32251B;
}
.sf-menu.sf-style-ntfarmers li li {
  background: #32251B;
}
.sf-menu.sf-style-ntfarmers li li li {
  background: #32251B;
}
.sf-menu.sf-style-ntfarmers li:hover,
.sf-menu.sf-style-ntfarmers li.sfHover,
.sf-menu.sf-style-ntfarmers li.active a,
.sf-menu.sf-style-ntfarmers a:focus,
.sf-menu.sf-style-ntfarmers a:hover,
.sf-menu.sf-style-ntfarmers a:active,
.sf-menu.sf-style-ntfarmers.sf-navbar li li {
  background: #32251B;
  color: #BEBE06;
}
.sf-menu.sf-style-ntfarmers.sf-navbar li ul {
  background-color: #32251B;
  font-family: "Raleway", sans-serif;
  font-size: smaller;
}
.sf-menu.sf-style-ntfarmers.sf-navbar li ul li ul {
  background-color: transparent;
}
.sf-menu.sf-style-ntfarmers ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-ntfarmers ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}
.sf-menu.sf-style-ntfarmers ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
  font-weight: bold;
}
.sf-menu.sf-style-ntfarmers ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em;
}
.sf-menu.sf-style-ntfarmers.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em;
}
.sf-menu.sf-style-ntfarmers li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em;
}

/* Modify banner for food futures pages */

.section-food-futures #branding {
	background: url('/sites/default/files/nt-food-futures.jpg') center center !important;
	height: 200px !important;
	padding: 0 20px !important;
}

.section-food-futures #logo {
	display: none !important;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */
.section-food-futures #branding {
	background: url('/sites/default/files/mobile.jpg') center center !important;
	height: 80px !important;
	padding: 0 20px !important;
}
}