/*
Theme Name: RJRT custom1
Author: PriceWeber
Author URI: https://www.priceweber.com
*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #f3f1ed;
  color: #58595b;
  font: 11px/16px Verdana, Arial, sans-serif;
  height:100%;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 965px;
  background-color: white;
}

@media (min-width: 920px) {
  #container {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  }
}

main {
  position: relative;
  width: 100%;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width:544px) {
  .rtl {
    float: right !important;
  }

}

/***
*
* HEADER AREA
*
***/

/* STICKY HEADER */

header {
  position: fixed;
  z-index: 20;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #da5617;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.4);
}

main {
  padding-top: 84px;
  padding-bottom: 60px;
}

#bannerLogo {
  display: inline-block;
  margin: 10px 0 0 10px;
}

#bannerLogo img {
  max-width: 60%;
}

#mainNav,
#topNav,
#site-search {
  display: none !important;
}

@media (min-width:544px) {
  #bannerLogo img {
    max-width: none;
    margin: 0 0 10px 20px;
  }

}

@media (min-width:920px) {
  header {
    position: relative;
    z-index: auto;
    padding-top: 15px;
    box-shadow: none;
    border-bottom: 0;
  }

  main {
    padding-top: 0 !important;
  }

  #bannerLogo {
    margin: 0 0 15px 20px;
  }

  #mainNav,
  #topNav,
  #site-search {
    display: inline-block !important;
  }

}

#site-search {
  float: right;
  margin: 10px 65px 0 0;
}

/* END STICKY HEADER */
.main-nav-container {
  float: right;
}

/*#colorBar {
  display:none;
  background: url('img/interior-top-rule.gif') no-repeat center;
  width: 100%;
  height: 11px;
  margin: 0;
  padding: 0;
  }*/

.heroBanner {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.heroBanner.desktop {
  background: url('img/landing-anim-bg.jpg') no-repeat center;
}

.heroBanner.mobile {
  max-height: 120px;
  background-image: url('img/landing-hero-left.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heroBanner-mobile-img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

@media (min-width: 920px) {
  .heroBanner.mobile,
  .heroBanner-mobile-img {
    display: none;
  }
}

.heroBanner.desktop {
  display: none;
}

@media (min-width: 920px) {
  .heroBanner.desktop {
    display: block;
  }
}

.heroBanner .blurb {
  opacity: 0;
  position: absolute;
  top: 75%;
  left: 60%;
  left: -1000px;
  color: #fff;
  font-family: Arial, Sans-Serif;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  text-shadow: #333333 1px 1px 5px;
  width: 100%;
  line-height: 40px;
  transform: translate(-50%,-50%);
  transition: all 1s ease-out;
}

@media (min-width: 920px) {
  .heroBanner .blurb {
    transform: translateY(-50%);
  }
}

.heroBanner .blurb.go {
  opacity: 1;
  left: 60%;
}

@media (min-width: 920px) {
  .heroBanner .blurb.go {
    left: 20px;
  }
}

@media (min-width: 544px) {
  .heroBanner .blurb {
    font-size: 26px;
  }
}

/***
*
* TOP NAVIGATION MENU IN HEADER
*
***/
#topNav {
  text-align: right;
  margin: 26px 35px 0 0;
}

#topNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topNav ul li {
  float: left;
  margin: 0 27px 0 0;
}

#topNav ul li a {
  background: url('img/menu-blt.gif') no-repeat 0 5px;
  padding: 0 0 0 9px;
  color: #58595b;
}

#topNav ul li a:hover,
#topNav ul li a:active,
#topNav ul li a:focus {
  background: url('img/top-menu-ov.gif') repeat-x 0 100%;
  padding: 0 0 6px;
  margin: 0 0 0 9px;
  color: #e4761e;
}

/***
*
* MAIN NAVIGATION MENU IN HEADER
*
***/
#mainNav {
  background: #da5617; /* Old browsers */
  background: -moz-linear-gradient(left, #da5617 0%, #f47c2f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #da5617), color-stop(100%, #f47c2f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #da5617 0%, #f47c2f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #da5617 0%, #f47c2f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #da5617 0%, #f47c2f 100%); /* IE10+ */
  background: linear-gradient(to right, #da5617 0%, #f47c2f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da5617', endColorstr='#f47c2f', GradientType=1); /* IE6-9 */
  width: 100%;
  font: 15px/18px Arial, Verdana, sans-serif;
  height: 30px;
}

#mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  margin: 0 auto;
}

#mainNav ul li {
  float: left;
}

#mainNav ul li a {
  display: block;
  color: #fff;
  font-weight: normal;
  font-style: italic;
  margin: 4px 5px;
  line-height: 10px;
  padding: 6px 10px;
  background: transparent;
  transition: background 0.2s ease-in-out;
}

#mainNav ul li a:hover {
  background: #008bbe;
  border-radius: 5px;
}

#mainNav ul li.current-menu-item a,
#mainNav ul li.current-page-ancestor a {
  background: #008bbe;
  border-radius: 5px;
  transition: background 0.2s ease-in-out;
}

#mainNav ul li.current-menu-item a:hover,
#mainNav ul li.current-page-ancestor a:hover {
  background: #0078a5;
}

/***
*
* MOBILE NAVIGATION
*
***/
.side-navigation-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 29;
  opacity: 0.75;
}

.side-navigation-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  color: #fff;
  border-left: 4px solid #da5617;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
}

.side-navigation-menu.is-open {
  transform: translate(0, 0);
}

.side-navigation-menu .side-nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 10px 20px;
}

.side-navigation-menu #bannerLogo {
  margin: 10px 0 0 0;
}

.side-navigation-menu #bannerLogo img {
  margin: 0 auto;
}

.side-navigation-menu .side-nav-home-link {
  display: block;
  width: 200px;
}

.side-navigation-menu .side-nav-home-link img {
  max-width: 100%;
}

.side-navigation-menu .close-icon {
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: block;
  color: #da5617;
  width: 50px;
  height: 50px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 50px;
  line-height: 0;
}

.side-navigation-menu .close-icon:hover,
.side-navigation-menu .close-icon:focus {
  color: #fff;
  background: #da5617;
}

.side-navigation-menu .side-nav-searchbar {
  margin: 2em auto 0;
  text-align: center;
}

@media (min-width:400px) {
  .side-navigation-menu .side-nav-searchbar {
    text-align: left;
  }

}

.side-navigation-menu .side-nav-searchbar .search-field {
  width: 60%;
  height: 25px;
  border: 1px solid #58595b;
  padding: 5px;
  color: #58595b;
  font: inherit;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.side-navigation-menu .side-nav-searchbar .search-submit {
  display: inline-block;
  height: 36px;
  padding: 6px 10px;
  border: 2px solid #da5617;
  background: #da5617;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}

.side-navigation-menu .side-nav-searchbar .search-submit:hover,
.side-navigation-menu .side-nav-searchbar .search-submit:focus {
  background: #BB6132;
  border-color: #BB6132;
}

.side-navigation-menu .side-nav-main-menu ul,
.side-navigation-menu .side-nav-lower-menu ul {
  padding-left: 0;
}

.side-navigation-menu .side-nav-main-menu ul li {
  padding: 10px 0;
}

.side-navigation-menu .side-nav-lower-menu ul li {
  padding: 5px 0;
}

.side-navigation-menu .side-nav-main-menu ul li a,
.side-navigation-menu .side-nav-lower-menu ul li a {
  color: #da5617;
  background: transparent;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  padding: 6px 10px;
  border-radius: 5px;
}

.side-navigation-menu .side-nav-main-menu ul li a:hover,
.side-navigation-menu .side-nav-lower-menu ul li a:hover {
  color: #fff;
  background: #008bbe;
}

.side-navigation-menu .side-nav-main-menu ul li.current-menu-item a,
.side-navigation-menu .side-nav-lower-menu ul li.current-menu-item a {
  color: #fff;
  background: #008bbe;
}

.side-navigation-menu .side-nav-main-menu ul li.current-menu-item a:hover,
.side-navigation-menu .side-nav-lower-menu ul li.current-menu-item a:hover {
  background: #0078a5;
}

.side-navigation-menu .side-nav-main-menu {
  font-size: 16px;
  margin-top: 30px;
}

.side-navigation-menu .side-nav-main-menu ul:first-of-type {
  margin-bottom: 0;
}

.side-navigation-menu .side-nav-main-menu.second-menu,
.side-navigation-menu .side-nav-main-menu.second-menu ul {
  margin-top: 0;
}

.side-navigation-menu .side-nav-lower-menu {
  position: relative;
  bottom: 0;
  margin-top: 0;
  font-size: 12px;
}

.side-navigation-menu .side-nav-lower-menu p {
  margin: 0 auto 1rem;
  padding: 0;
}

.hamburger-icon {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  padding-top: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 50px;
  line-height: 0;
}

@media (min-width:544px) {
  .hamburger-icon {
    top: 25px;
  }

}

@media (min-width:920px) {
  .hamburger-icon {
    display: none;
  }

}

.hamburger-icon .line {
  display: block;
  height: 3px;
  width: 30px;
  margin: 0 auto 5px;
  background: #da5617;
}

.hamburger-icon:hover,
.hamburger-icon:focus {
  background: #da5617;
}

.hamburger-icon:hover .line,
.hamburger-icon:focus .line {
  background: #fff;
}

.hamburger-icon,
.hamburger-icon .line,
.close-icon {
  transition: all 0.2s ease-in-out;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/***
*
* PRINT SHARE BOOKMARK BUTTONS
*
***/
#printShareBookmark {
  float: right;
  margin: 12px auto 0;
  padding-right: 22px;
}

@media (min-width:544px) {
  #printShareBookmark {
    margin-top: 12px;
  }

}

#printShareBookmark ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#printShareBookmark ul li {
  float: left;
  margin-right: 13px;
  font-weight: bold;
}

#printShareBookmark ul li a {
  padding: 1px 0 1px 20px;
  color: #58595b;
}

#printShareBookmark ul li a:hover,
#printShareBookmark ul li a:active,
#printShareBookmark ul li a:focus {
  color: #e4761e;
  text-decoration: underline;
}

#printShareBookmark ul li.lnk-print {
  background: url('img/lnk-print.gif') no-repeat 0 3px;
}

#printShareBookmark ul li.lnk-share {
  background: url('img/lnk-share.gif') no-repeat 0 3px;
}

#printShareBookmark ul li.lnk-bookmark {
  background: url('img/lnk-bookmark.gif') no-repeat 0 3px;
}

/***
*
* LEFT SIDEBAR AREA
*
***/
#leftSidebar {
  width: 100%;
  padding-left: 35px;
  clear: right;
}

@media (min-width:544px) {
  #leftSidebar {
    float: left;
    width: 35%;
    clear: none;
  }

}

@media (min-width:920px) {
  #leftSidebar {
    width: 30%;
  }

}

@media (min-width:992px) {
  #leftSidebar {
    width: 24%;
  }

}

#leftSidebar h4 {
  background: #fff url('img/sidenav-sep.gif') repeat-x 0 100%;
  color: #008bbe;
  font: normal 19px/20px Arial, Verdana, sans-serif;
  margin: 0;
  padding: 20px 0 10px;
}

#leftSidebar > ul {
  margin: 0 0 38px 0;
  padding: 0;
  list-style: none;
}

#leftSidebar > ul > li {
  background: #fff url('img/sidenav-sep.gif') repeat-x 0 100%;
}

#leftSidebar > ul > li > a {
  background: url('img/sidenav-blt.gif') no-repeat 0 50%;
  width: 100%;
  display: block;
  padding: 12px 0px 11px 24px;
  color: #58595b;
}

#leftSidebar > ul > li > a:hover,
#leftSidebar > ul > li > a:active,
#leftSidebar > ul > li > a:focus {
  color: #e4761e;
  text-decoration: underline;
}

#leftSidebar > ul > li.current-menu-item > a,
#leftSidebar > ul > li.current-menu-ancestor > a {
  background-image: url('img/sidenav-blt-ov.gif');
  color: #e4761e;
}

#leftSidebar > ul > li:not(.current-menu-ancestor) > ul {
  display: none;
}

#leftSidebar > ul > li.current-menu-item > ul {
  display: block;
}

/* hotfix for hiding list-item on Careers page */
body.page-id-49 #menu-item-826 {
  display: none;
}

/* hotfix for sidebar title on California Supply Chain page */
body.page-id-322 #leftSidebar h4 {
  visibility: hidden;
}

/** LEFT SIDEBAR SUB-MENU **/
#leftSidebar > ul > li > ul {
  padding-left: 23px;
  font: 11px/14px Arial, Verdana, sans-serif;
  list-style: none;
}

#leftSidebar > ul > li > ul > li {
  background: #fff url('img/dashed-sep.gif') repeat-x 0 100%;
}

#leftSidebar > ul > li > ul > li:last-child {
  background-image: none;
  background: transparent;
}

#leftSidebar > ul > li > ul > li > a {
  display: block;
  padding: 11px 0 11px 11px;
  color: #218a3d;
  background: url('img/subnav-blt.gif') no-repeat 0 14px;
}

#leftSidebar > ul > li > ul > li > a:hover,
#leftSidebar > ul > li > ul > li > a:active,
#leftSidebar > ul > li > ul > li > a:focus {
  text-decoration: underline;
}

#leftSidebar > ul > li > ul > li.current-menu-item > a {
  color: #e4761e;
}

#leftSidebar > ul > li > ul > li:first-child a {
  padding-top: 3px;
  background-position: 0 6px;
}

/***
*
* MAIN CONTENT AREA
*
***/
#pageBody {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: left;
}

@media (min-width:544px) {
  #pageBody {
    float: left;
    width: 65%;
  }

}

@media (min-width:920px) {
  #pageBody {
    width: 70%;
  }

  #pageBody.homepage-pageBody {
    width: 60%;
  }

}

@media (min-width:992px) {
  #pageBody {
    width: 76%;
  }

  #pageBody.homepage-pageBody {
    width: 61.5%;
  }

}

#content {
  width: 100%;
  max-width: 635px;
  margin: 0;
  padding: 40px 20px 50px;
}

@media (min-width:544px) {
  #content {
    padding: 40px 35px 50px;
  }

}

@media (min-width:920px) {
  #content {
    padding: 10px 35px 50px;
  }

}

#pageBody.homepage-pageBody #content {
  padding-top: 10px;
}

#content h3 {
  color: #6fb434;
  font: bold 12px Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

#content h2 {
  color: #008bbe;
  font: normal 18px/20px Arial, Verdana, sans-serif;
  margin: 9px 0 14px;
  padding: 0;
}

body.page-id-52 #content h2 {

  /* hotfix for Contact Us page line spacing */
  margin: 0;
}

body.page-id-52 #content h3:first-of-type {

  /* hotfix for Contact Us page line spacing */
  margin-bottom: 10px;
}

body.page-id-52 #content p {

  /* hotfix for Contact Us page line spacing */
  margin: 0 0 10px;
}

body.page-id-52 #content h2:first-of-type {

  /* hotfix for Contact Us page heading */
  display: none;
}

#content h4 {
  color: #6fb434;
  font: bold 12px Arial, Verdana, sans-serif;
  margin: 0;
}

#content h5 {
  color: #008bbe;
  font: bold 14px Arial, Verdana, sans-serif;
  margin: 8px 0;
}

#content h6 {
  color: #78262b;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 1px;
}

#content p {
  margin: 10px 0 0;
  padding: 0;
}

#content p a,
#content li a {
  color: #da5617;
  font-weight: bold;
}

#content p a:hover,
#content p a:active,
#content p a:focus,
#content li a:hover,
#content li a:active,
#content li a:focus {
  color: #da5617;
  text-decoration: underline;
}

a.linkoutBtn {
  display: inline-block;
  background: url('img/lnk-btn.gif') no-repeat center;
  width: 78px;
  height: 19px;
  overflow: hidden;
  margin-top: 16px;
  text-indent: -9999px;
}

hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin: 10px 0;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.alignright {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/***
*
* FOOTER AREA
*
***/
footer {
  background: #008bbe; /* Old browsers */
  background: -moz-linear-gradient(left, #008bbe 0%, #00b3e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008bbe), color-stop(100%, #00b3e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #008bbe 0%, #00b3e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #008bbe 0%, #00b3e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #008bbe 0%, #00b3e9 100%); /* IE10+ */
  background: linear-gradient(to right, #008bbe 0%, #00b3e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bbe', endColorstr='#00b3e9', GradientType=1); /* IE6-9 */
  width: 100%;
  color: #ffffff;
  font: bold 10px Arial, Verdana, sans-serif;
  padding: 15px 10px 10px 20px;
  overflow: auto;
  position: fixed;
  bottom: 0;
}

@media (min-width: 580px) {
  footer {
    padding: 13px 35px 10px 42px;
  }
}

@media (min-width: 920px) {
  footer {
    position: relative;
    bottom: auto;
  }
}

/***
*
* FOOTER MENU
*
***/
#footerMenu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: visible;
}

@media (min-width:544px) {
  #footerMenu {
    margin: 0;
  }

}

#footerMenu ul {
  margin: 0 auto 20px;
  padding: 0;
  list-style: none;
}

@media (min-width:544px) {
  #footerMenu ul {
    margin: 0;
    padding: 8px 0 0;
  }

}

#footerMenu ul li {
  float: left;
  margin-right: 15px;
  padding: 5px 0;
}

@media (min-width:580px) {
  #footerMenu ul li {
    margin-right: 30px;
  }
}

#footerMenu ul li a {
  color: #ffffff;
  font-style: italic;
}

#footerMenu ul li a:hover,
#footerMenu ul li a:active,
#footerMenu ul li a:focus {
  text-decoration: underline;
}

#footerLogo {
  display: none;
  text-align: center;
}

@media (min-width:580px) {
  #footerLogo {
    float: right;
    display: block;
  }
}

/*** TOBACCO INGREDIENT TABLE styles are set in the TablePress plugin options. ***/

/***
*
* HOMEPAGE
*
***/
#rightSidebar {
  width: 100%;
  padding: 0 35px;
  clear: right;
}

@media (min-width:544px) {
  #rightSidebar {
    float: left;
    width: 35%;
    clear: none;
  }

}

@media (min-width:920px) {
  #rightSidebar {
    width: 30%;
  }

  #rightSidebar.homepage-rightSidebar {
    width: 40%;
  }

}

@media (min-width:992px) {
  #rightSidebar {
    width: 24%;
  }

  #rightSidebar.homepage-rightSidebar {
    width: 38.5%;
  }

}

#rightSidebar {

  /*  width: 100%;
  max-width: 100%;
  margin: 15px auto 0;
  padding:0 35px;*/
}

@media (min-width:920px) {
  #rightSidebar {

    /*width: 330px;
    max-width: 100%;
    float: right;*/
    margin-top: 15px;    /*padding-right:35px;*/
  }

}

#rightSidebar h3 {
  margin-top: 7px;
  margin-bottom: 4px;
}

#rightSidebar h3 a {
  color: #008bbe;
  font: bold 14px Arial, Verdana, sans-serif;
}

#rightSidebar h3 a:hover,
#rightSidebar h3 a:active,
#rightSidebar h3 a:focus {
  text-decoration: underline;
}

#rightSidebar .latestNewsDate {
  margin: 0;
  font: bold 10px/12px Arial, Verdana, sans-serif;
  color: #58595b;
}

#rightSidebar > .title {
  margin: 14px 0 0;
}

#rightSidebar > .title a {
  color: #58595b;
}

#rightSidebar > .title a:hover,
#rightSidebar > .title a:active,
#rightSidebar > .title a:focus {
  color: #e4761e;
  text-decoration: underline;
}

#rightSidebar p.linkout {
  margin-top: 8px;
}

#rightSidebar p.linkout a {
  color: #218a3d;
  font-weight: bold;
  margin-top: 8px;
}

#rightSidebar p.linkout a:hover,
#rightSidebar p.linkout a:active,
#rightSidebar p.linkout a:focus {
  color: #e4761e;
  text-decoration: underline;
}

#rightSidebar #newsFeed {
  border-top: 1px dotted #aaa;
  -webkit-box-shadow: 0 -12px 20px -10px rgba(194, 187, 132, 0.3);
  box-shadow: 0 -12px 20px -10px rgba(194, 187, 132, 0.3);
  padding: 0;
  margin: 18px 0 0;
}

#rightSidebar #newsFeed .newsItem p {
  margin: 0;
}

#rightSidebar #newsFeed .newsItem p:first-child a {
  color: #da5617;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
}

#rightSidebar #newsFeed .newsItem p:first-child a:hover,
#rightSidebar #newsFeed .newsItem p:first-child a:active,
#rightSidebar #newsFeed .newsItem p:first-child a:focus {
  text-decoration: underline;
}

#rightSidebar #newsFeed .newsItem p:nth-child(n+2) {
  line-height: 14px;
}

#rightSidebar #newsFeed .newsItem p:nth-child(n+2) a {
  color: #58595b;
}

#rightSidebar #newsFeed .newsItem p:nth-child(n+2) a:hover,
#rightSidebar #newsFeed .newsItem p:nth-child(n+2) a:active,
#rightSidebar #newsFeed .newsItem p:nth-child(n+2) a:focus {
  text-decoration: underline;
}

.img-right {
  float: right;
  margin: 0 0 20px 20px;
}

.homePageContent {
  margin-top: 12px;
}

.homePageContent h3 {
  color: #e4761e;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.homePageContent table {
  border-top: 1px dotted #58595b;
  border-bottom: 1px dotted #58595b;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

.homePageContent table td {
  padding: 5px;
}

.homePageContent table td:nth-of-type(2) {
  text-align: right;
}

.homePageContent table td a {
  color: #da5617;
}

.homePageContent table td:nth-of-type(2) a {
  color: #6fb434;
  font-weight: bold;
}

.homePageContent table a:hover,
.homePageContent table a:active,
.homePageContent table a:focus {
  text-decoration: underline;
}

/***
*
* TABLES ON A COUPLE PAGES
*
***/
#proposalDatesTable,
#coFactsTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0;
}

#proposalDatesTable th,
#proposalDatesTable td,
#coFactsTable th,
#coFactsTable td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

#proposalDatesTable th,
#coFactsTable th {
  vertical-align: bottom;
}

#proposalDatesTable th,
#proposalDatesTable td {
  width: 25%;
}

#coFactsTable th,
#coFactsTable td {
  width: 33.3333%;
}

/***
*
* LEADERSHIP PAGE
*
***/
.leader-img {
  float: left;
  margin: 0 20px 10px 0;
}

.leadership-item {
  padding: 25px 0 30px;
  border-bottom: 1px solid #ddd;
}

/***
*
* NEWS AND PRESS RELEASE PAGES
*
***/
ul#newsItems,
ul#prItems {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

li.newsItem,
li.prItem {
  clear: both;
  margin: 0;
  padding: 15px 0;
  overflow: auto;
  border-bottom: 1px dotted #ddd;
}

li.newsItem span,
li.prItem span {
  float: left;
}

.newsItem .newsItemIcon,
.newsItem .newsItemDate,
.prItem .prItemDate {
  margin-right: 20px;
  text-align: left;
}

.newsItem .newsItemIcon {
  width: 20px;
}

.newsItem .newsItemDate {
  width: 55px;
}

.newsItem .newsItemText {
  width: 425px;
}

.prItem .prItemDate {
  width: 100px;
  background: url('img/pdf.png') no-repeat 0 center;
  padding-left: 34px;
}

.prItem .prItemText {
  width: 420px;
}

#prItems .prItem .prItemText a {
  font-weight: normal;
  color: #58595b;
}

#prItems .prItem .prItemText a:hover,
#prItems .prItem .prItemText a:active,
#prItems .prItem .prItemText a:focus {
  color: #e4761e;
  text-decoration: underline;
}

/***
*
* INGREDIENT SELECT PAGES
*
***/
#controller {
  margin-top: 30px;
}

#controller label {
  display: block;
  color: #e4761e;
  font: 15px/18px Arial, Verdana, sans-serif;
  padding-bottom: 7px;
}

#compounds {
  margin-top: 40px;
  -webkit-box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.2), -11px 0 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.2), -11px 0 10px -10px rgba(0, 0, 0, 0.2);
}

#compounds h4 {
  color: #427ca6;
  font-size: 11px;
  border-top: 5px solid #eea34d;
  border-bottom: 1px solid #eee;
  background: -webkit-linear-gradient(bottom, #f9f9f9, #fff 30%);
  background: linear-gradient(bottom, #f9f9f9, #fff 30%);
  padding: 10px 15px 25px;
}

#compounds ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 15px;
}

#compounds ul li {
  padding: 4px 0;
  border-bottom: 1px dotted #ddd;
  color: #e4761e;
  font-weight: bold;
}

/***
*
* SHARE MODAL
*
***/
#share_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
}

#share_form {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 420px;
  background: #fff;
  margin-left: -210px;
  padding: 20px 25px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

#share_form .modal-header button {
  float: right;
}

#share_form .modal-title {
  margin: 12px 0 0;
  color: #802028;
  font: 18px/20px Arial, Verdana, sans-serif;
}

#share_form .modal-body p {
  margin: 15px 0;
}

#share_form .modal-body .form-group {
  padding: 0 0 15px;
}

#share_form .modal-body label {
  float: left;
  width: 113px;
  font-weight: bold;
  padding: 3px 0 0;
}

#share_form .modal-body label.error {
  color: #f00;
  float: none;
  clear: both;
  display: block;
  width: 100%;
  margin-left: 113px;
}

#share_form .modal-body input,
#share_form .modal-body textarea {
  width: 230px;
}

#share_form .modal-footer button {
  background: url('img/btn-share.gif') no-repeat;
  float: right;
  border: none;
  text-indent: -9999px;
  width: 78px;
  height: 25px;
}

/***
*
* INGREDIENTS TEMPLATES
*
***/
.page-template-page-ingredients1 #controller select,
.page-template-page-ingredients-smokefree #controller select {
  width: 224px;
}

/***
*
* SITEMAP PAGE
*
***/
h2.sitemap-subhead {
  background: url('img/yellow-blt.gif') no-repeat 0 46px;
  font: bold 14px Arial, Verdana, sans-serif !important;
  margin: 0 0 10px !important;
  padding: 42px 0 12px 12px !important;
  border-bottom: 1px solid #d9d9d9;
}

h2.sitemap-subhead a {
  color: #e4761e;
}

h2.sitemap-subhead a:hover,
h2.sitemap-subhead a:active,
h2.sitemap-subhead a:focus {
  text-decoration: underline;
}

ul.sitemap-items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  clear: both;
}

ul.sitemap-items > li {
  float: left;
  margin: 0;
  padding: 10px 15px;
  width: 25%;
  font: bold 12px/14px Arial, Verdana, sans-serif;
  overflow: visible;
}

ul.sitemap-items > li > a {
  color: #58595b !important;
}

ul.sitemap-items > li > a:hover,
ul.sitemap-items > li > a:active,
ul.sitemap-items > li > a:focus {
  color: #e4761e !important;
}

ul.sitemap-items li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.sitemap-items li ul li {
  font: normal 11px/14px Arial, Verdana, sans-serif;
  padding: 16px 0 8px 12px;
  background: url('img/subnav-blt.gif') no-repeat 0 20px;
}

ul.sitemap-items li ul li a {
  font-weight: normal !important;
  color: #218a3d !important;
}

/***
*
* SEARCH
*
***/
#result_report {
  margin-bottom: 15px;
}

#other_pages a {
  color: #00b3e2;
}

#results > b {
  float: left;
  padding: 8px 0px 8px 3px;
  width: 32px;
  text-align: center;
  background-color: #eee;
  border-radius: 50%;
  -webkit-transform: translate(-10px, -2px);
  -ms-transform: translate(-10px, -2px);
  transform: translate(-10px, -2px);
}

#results > a {
  color: #00b3e2;
  font-size: 12px;
  font-weight: bold;
}

#results > a:hover,
#results > a:active,
#results > a:focus {
  text-decoration: underline;
}

#results .description {
  padding: 6px 0;
}

#results .url {
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  color: #e4761e;
}

#other_pages a,
#other_pages b {
  padding: 3px 10px;
  border-right: 1px solid #ddd;
}

#other_pages a,
#other_pages b {
  padding: 3px 12px 3px 8px;
  border-right: 1px solid #ddd;
}

#other_pages:last-child {
  border: none;
}

#other_pages a:hover,
#other_pages a:active,
#other_pages a:focus {
  color: #000;
  text-decoration: underline;
}

/***
*
* FLASH PAGES
*
***/
.page-id-548 #content,
.page-id-703 #content {
  padding-left: 0;
  padding-right: 0;
}

.page-id-548 #content h2,
.page-id-703 #content h2 {
  display: none;
}
