html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 39px 0 0 0;
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  background-color: #007eff;
}

div#pgwrapper {
  background-image: url(../images/newlayout_theme1/background.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}

#pageBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/newlayout_theme1/background.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

div#wrapper {
  width: 1240px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  div#wrapper {
    max-width: 100%;
  }
}

div#wrapper #content {
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 12px;
  background-color: #ffffff;
}

div#wrapper2 {
  margin-top: 20px;
  border-top: 1px solid #004183;
  background: #0060c2
    url(../images/newlayout_theme1/BG-Accent-BlackGradSmallTop-01.png) repeat-x;
}

div#slideshow {
  clear: both;
  margin-bottom: 10px;
}

div#topnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px;
  padding-left: 0;
  padding-right: 0;
  background: #7dbf0e url(../images/newlayout_theme1/TopNav_WhiteAccent.png)
    repeat-x center center;
  background-color: #7dbf0e;
}

@media (max-width: 800px) {
  div#topnav {
    max-width: unset;
  }
}

div.main_content,
div.main_usda_legal {
  background-image: url(../images/newlayout_theme1/BodyCenter.png);
  background-repeat: repeat-y;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
img.content_top {
  padding: 0;
  margin: 0;
  clear: both;
  display: block;
}
img.content_bottom {
  padding: 0;
  margin: 0;
  clear: both;
  display: block;
}

div#content div#main_menu {
  background: #2677e5 url(../images/newlayout_theme1/TopNav_WhiteAccent.png)
    repeat-x center center;
  padding: 1px;
  padding-bottom: 1px;
  border: 1px solid #005bb8;
  border-radius: 7px;
  margin-bottom: 10px;
}

div#content div#main_menu span.menu_sep {
  background: url(../images/newlayout_theme1/MenuSep.png) no-repeat center
    center;
  padding: 10px;
}
div#content div#main_menu a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: normal;
  font-weight: normal;
  text-shadow: none;
  line-height: normal;
  font-size: 1.2em;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: #2677e5;
}
div#content div#main_menu a:hover {
  color: #e2e2e2;
}
div#content div#main_menu .caret {
  color: #ffffff;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  margin-top: 6px;
}

div#content div#main_menu .dropdown-menu a {
  color: black;
}
div#content div#main_menu .dropdown-menu a:hover {
  color: white;
}

div#footer {
  width: 956px;
  min-width: 956px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 15px;
  color: #ffffff;
}

@media (max-width: 800px) {
  div#footer {
    max-width: 100%;
    min-width: unset;
    width: unset;
  }
}

div#footer div.bottom-address {
  line-height: normal;
  padding-bottom: 10px;
}
div#footer div.bottom-address div.address-header,
div#footer div.bottom-address div.address-street,
div#footer div.bottom-address div.address-citystatezip {
  font-family: "Arial";
  color: #ffffff;
}
div#footer div.bottom-address div.address-header {
  font-weight: bolder;
  text-decoration: underline;
  padding-bottom: 2px;
}
div#footer div.bottom-nav {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 9pt;
}
div#footer div.bottom-nav span {
  padding-left: 2px;
  padding-right: 2px;
}
div#footer div.bottom-nav a {
  color: #ffffff;
  text-decoration: none;
}
div#footer div.bottom-nav a:hover {
  color: #c2c2c2;
  text-decoration: underline;
}
div#footer div.copyright {
  font-size: 8pt;
  color: white;
  line-height: normal;
}
div#footer ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 25px;
}
div#footer ul li a {
  display: block;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
}
div#footer ul li a:hover {
  background-color: #7dbf0e;
}
div#footer div.footer-legal {
  line-height: normal;
  font-size: 8pt;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
div#footer div.footer-col {
  padding: 0;
  margin: 0;
  border-right: 1px solid #004183;
  float: left;
  margin-bottom: 10px;
}
div#footer div.footer-powered-col {
  width: 200px;
}
div#footer div.footer-nav-col {
  min-width: 175px;
  max-width: 250px;
}
div#footer div.footer-address-col {
  padding-left: 10px;
  padding-right: 15px;
  width: 250px;
}
div#footer div.footer-address-col div.address-header,
div#footer div.footer-address-col div.address-street,
div#footer div.footer-address-col div.address-citystatezip {
  font-family: "Arial";
  text-align: center;
}
div#footer div.footer-address-col div.address-header {
  font-weight: bolder;
  text-decoration: underline;
  padding-bottom: 2px;
}
/*div#footer div.footer-nav-col ul {border-left:1px solid #004183;border-right: 1px solid #004183;}*/
div#footer div.footer-comp-col {
  width: 225px;
  border-right: 0;
}

div#content-page-wrapper div#content-page-left-col {
  width: 260px;
  float: left;
  margin-right: 10px;
}
div#content-page-wrapper div#content-page-right-col {
  width: 260px;
  float: left;
  margin-left: 10px;
}
div#content-page-wrapper div#content-page-content-col {
  width: 670px;
  float: left;
  margin-top: 10px;
}
div#content-page-wrapper div#content-page-content-full {
  float: left;
  margin-top: 10px;
  width: 100%;
}
div#content-page-wrapper {
  clear: both;
}

div.snafbox-wrapper {
  width: 258px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.snafbox-wrapper div.snafbox-top {
  margin: 0 0;
  height: 12px;
  background: url(../images/newlayout_theme1/BodyBoxTop.jpg) no-repeat center
    bottom;
}
div.snafbox-wrapper div.snafbox-bottom {
  margin: 0 0;
  height: 12px;
  background: url(../images/newlayout_theme1/BodyBoxBottom.jpg) no-repeat center
    bottom;
}
div.snafbox-wrapper div.snafbox-content {
  padding-left: 15px;
  padding-right: 15px;
  background: url(../images/newlayout_theme1/BodyBoxCenter.jpg) repeat-y center
    bottom;
}
div.snafbox-wrapper div.snafbox-content * {
  margin: 0 0;
}
div.snafbox-wrapper div.snafbox-content ul.sidebar_nav {
  list-style-type: none;
  margin: 0;
}
div.snafbox-wrapper div.snafbox-content ul.sidebar_nav li {
  text-align: left;
}
div.snafbox-wrapper div.snafbox-content ul.sidebar_nav li * {
  text-align: left;
}
div.snafbox-wrapper div.snafbox-content ul.sidebar_nav li a {
  display: block;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  text-decoration: none;
}
div.snafbox-wrapper div.snafbox-content ul.sidebar_nav li a:hover {
  background-color: #cfcfcf;
}

div.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  box-shadow: 0px 0px 10px #000000;
}
.hideScrollToTop {
  padding-left: 0;
  display: none;
}

a img {
  border: 0;
}

span.bar-sep-24 {
  background: url(../images/newlayout_theme1/bar_24percent.png) no-repeat center
    left;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  top: 0px;
}
span.bar-sep-64 {
  background: url(../images/newlayout_theme1/bar_64percent.png) no-repeat center
    left;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  top: 0px;
}

.legal {
  font-size: 9pt;
  text-align: center;
  line-height: normal;
}
div.usda-legal {
  font-size: inherit;
  text-align: center;
  line-height: 1.5;
  padding-left: 16px;
  padding-right: 16px;
}
.usda_legal_pdf_link {
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.usda_legal_pdf_link img {
  max-width: 136px;
  border: 0;
}

.navbar {
  margin: 0 auto;
  max-height: 36px;
  text-align: center;
}

@media (max-width: 800px) {
  .navbar {
    max-height: unset;
  }
}

.navbar .nav {
  display: inline-block;
  float: none;
}
.dropdown-menu {
  text-align: left;
}
.modal-nutriboard-body {
  height: 625px;
  max-height: 625px;
}

div#fullWidthHeader {
  min-height: 150px;
  min-width: 1240px;
  padding: 0;
}

@media (max-width: 800px) {
  div#fullWidthHeader {
    max-width: 100%;
    min-width: unset;
  }
}

div#fullWidthHeader #header-container,
div#fullWidthHeader #header-container #overlay-header {
  position: relative;
  z-index: 1;
}

div#fullWidthHeader #header-container div#header-bg1,
div#fullWidthHeader #header-container div#header-bg2 {
  width: 100%;
}

div#fullWidthHeader #header-container #header-bg1,
div#fullWidthHeader #header-container #header-bg2 {
  background-position: right center !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

div#fullWidthHeader > div a,
div#fullWidthHeader > div a img,
div#fullWidthHeader #header-container #header-bg1,
div#fullWidthHeader #header-container #header-bg2,
div#fullWidthHeader #header-container #overlay-header a,
div#fullWidthHeader #header-container #overlay-header a img {
  margin: 0;
  padding: 0;
}

div#fullWidthHeader > div a,
div#fullWidthHeader > div a img,
div#fullWidthHeader #header-container #overlay-header a,
div#fullWidthHeader #header-container #overlay-header a img {
  display: block;
}

div#fullWidthHeader #header-container #header-bg1,
div#fullWidthHeader #header-container #header-bg2 {
  position: absolute;
  top: 0;
  height: 100%;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.9;
}
div.snafbox-wrapper div.snafbox-content h1,
div.snafbox-wrapper div.snafbox-content h2,
div.snafbox-wrapper div.snafbox-content h3,
div.snafbox-wrapper div.snafbox-content h4,
div.snafbox-wrapper div.snafbox-content h5,
div.snafbox-wrapper div.snafbox-content h6 {
  margin-bottom: 10px;
}

.membershipToolbarContainer {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  z-index: 100;
}

.membershipToolbarContainer .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 500;
  height: 45px;
  width: 100px;
  border: 2px solid #5cb85c;
  border-radius: 4px;
  background-color: #fff;
  color: #1d1e1f;
  cursor: pointer;
}

.membershipToolbarContainer .button:last-child {
  margin: 0 30px;
}

.row {
  margin: unset;
}
