/* CSS Document */
@media print {
  -webkit-print-color-adjust: exact;
  
  * h1,
  * h2,
  * h3,
  * h4 {
    font-size: 24px !important;
    line-height: 24px !important;
    color: #30302f !important;
  }
  * p,
  * ul,
  * li {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #30302f;
  }
  #header {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
  }
  #header #navigation {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
  }
  #header #navigation #logo {
    background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-logo-lockup.png) center center no-repeat;
    background-size: contain;
    width: 186px;
    height: 85px;
    float: left;
    position: relative;
    display: block;
  }
  #header #navigation #menu-btn,
  #header #navigation #search_btn {
    display: none;
  }
  #header #navigation ul#menu-header {
    display: none;
  }
  #header #navigation #search-box {
    display: none !important;
  }
  #section-nav {
    display: none !important;
  }
  .callouts {
    display: none !important;
  }
  #newsletter-bar,
  #footer {
    display: none !important;
  }
  #copyright-bar p,
  #copyright-bar a {
    color: #30302f !important;
  }
  ul#menu-copyright-bar {
    display: none !important;
    margin-left: 0px !important;
  }
  ul#menu-copyright-bar li:first-child {
    margin-left: 0px !important;
  }
  a.cta,
  div.cta {
    display: none !important;
  }
  #landing-hero,
  #page-hero {
    background-color: #fff;
    background-image: none !important;
    width: 100%;
    height: auto;
    max-height: auto;
    padding: 0px 0px 0px 0px;
  }
  #landing-hero .content,
  #page-hero .content {
    margin-top: 0px !important;
    align-items: center;
  }
  #landing-hero .content a.section,
  #page-hero .content a.section {
    color: #30302f;
    border: 2px solid #30302f;
  }
  #landing-hero .content h1,
  #page-hero .content h1,
  #landing-hero .content h2,
  #page-hero .content h2 {
    color: #30302f;
    text-align: center;
    border: 0px !important;
  }
  #landing-hero .content #scroll-down,
  #page-hero .content #scroll-down {
    display: none !important;
  }
  #description {
    margin: 0px 0px 0px 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #description .content {
    background-color: #fff !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #description .content div {
    color: #30302f;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 100;
    line-height: 24px !important;
    margin: 0 auto;
  }
  #types_of_sugar_nav {
    display: none !important;
  }
  .typesofsugar h3 {
    padding-top: 50px !important;
    margin-top: 0px !important;
  }
  .stage .content img {
    width: 75% !important;
    height: auto !important;
  }
  .stage .content.types .gray-bg {
    margin: 0px 0px 0px 0px !important;
    background-color: #fff;
    display: block !important;
  }
  .stage .content.types ul.types-of-sugar {
    width: calc(100% - 60px);
    margin: 20px 0px 0px 0px !important;
    display: block !important;
    position: relative !important;
    height: auto !important;
  }
  .stage .content.types ul.types-of-sugar li.type {
    page-break-inside: avoid;
    background: none !important;
    width: 100% !important;
    height: auto !important;
    width: calc(100%) !important;
    float: left;
    position: relative !important;
    margin: 0px 0px 40px 0px !important;
    padding: 0px 0px 0px 0px !important;
    box-shadow: none !important;
    clear: both;
    display: block !important;
    left: 0 !important;
    top: 0 !important;
  }
  .stage .content.types ul.types-of-sugar li.type h4 {
    float: left;
    position: relative;
    width: 80% !important;
    top: auto;
    left: auto;
    max-width: 100%;
    margin: 40px 0px -60px 54px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    order: 2;
    color: #7bbd33;
    display: inline-block;
  }
  .stage .content.types ul.types-of-sugar li.type .description {
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    order: 3;
    float: left;
    position: relative;
  }
  .stage .content.types ul.types-of-sugar li.type .description ul,
  .stage .content.types ul.types-of-sugar li.type .description li,
  .stage .content.types ul.types-of-sugar li.type .description p {
    color: #949691 !important;
    display: block !important;
  }
  .stage .content.types ul.types-of-sugar li.type div.thumbnail {
    width: 200px;
    height: 200px;
    float: right !important;
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    order: 1;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    overflow: hidden;
  }
  .stage .content.types ul.types-of-sugar li.type div.arrow {
    display: none;
  }
  .stage .content.types ul.types-of-sugar li.type.open {
    width: calc(100% - 40px);
  }
  li.type .thumbnail {
    width: 120px !important;
    height: 120px !important;
  }
}
