.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#whitepaper-menu {
  display: none;
}
@media (max-width: 1200px) {
  #whitepaper-menu {
    display: block;
  }
}
#whitepaper-menu:link,
#whitepaper-menu:visited {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #31c961;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 0 0 6px #353535;
}
#whitepaper-menu:link span,
#whitepaper-menu:visited span {
  display: block;
  background-color: #fff;
  height: 3px;
  position: absolute;
  width: 50%;
  left: 25%;
}
#whitepaper-menu:link span:nth-child(1),
#whitepaper-menu:visited span:nth-child(1) {
  top: 13px;
}
#whitepaper-menu:link span:nth-child(2),
#whitepaper-menu:visited span:nth-child(2) {
  top: 19px;
}
#whitepaper-menu:link span:nth-child(3),
#whitepaper-menu:visited span:nth-child(3) {
  top: 25px;
}
#whitepaper-menu:link div,
#whitepaper-menu:visited div {
  color: #fff;
  position: absolute;
  font-size: 10px;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
}
#whitepaper-toc-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #0078B4;
  display: none;
}
@media (max-width: 1200px) {
  #whitepaper-toc-menu {
    padding: 70px 15px 150px 15px;
  }
  #whitepaper-toc-menu.open {
    display: block;
  }
  #whitepaper-toc-menu nav {
    z-index: 10;
  }
  #whitepaper-toc-menu nav p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
  }
  #whitepaper-toc-menu nav.open {
    display: block;
  }
  #whitepaper-toc-menu nav ul {
    margin: 0;
    padding: 0;
  }
  #whitepaper-toc-menu nav ul li {
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }
  #whitepaper-toc-menu nav ul li a:link,
  #whitepaper-toc-menu nav ul li a:visited {
    color: #fff;
    width: auto;
    box-shadow: none;
    border-radius: 0;
  }
}
.whitepaper-title {
  *zoom: 1;
  background-color: #fafafa;
  margin: 0 0 40px 0;
  max-width: 100%;
}
.whitepaper-title:before,
.whitepaper-title:after {
  content: " ";
  display: table;
}
.whitepaper-title:after {
  clear: both;
}
.whitepaper-title p {
  color: #0078B4;
  font-family: Lato, sans-serif;
  float: left;
  font-size: 30px;
  width: calc(100% - 120px);
  font-weight: 900;
  margin: 0;
  padding: 10px 20px;
  line-height: 1;
}
.whitepaper-title p span {
  font-weight: 100;
  text-transform: uppercase;
}
.whitepaper-title a:link,
.whitepaper-title a:visited {
  display: block;
  background-color: #31c961;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 5px;
  float: right;
  text-transform: uppercase;
  width: 120px;
}
.whitepaper-title a:hover,
.whitepaper-title a:active {
  background-color: #31c961;
  text-decoration: none;
}
@media (max-width: 700px) {
  .whitepaper-title p {
    float: none;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    padding: 0 5%;
  }
  .whitepaper-title a:link,
  .whitepaper-title a:visited {
    width: 100%;
    float: none;
    padding: 15px;
  }
}
aside.whitepaper nav.sidebar {
  border-right: 2px solid #aeaeae;
  padding-right: 20px;
}
@media (max-width: 700px) {
  aside.whitepaper {
    display: none;
  }
}
section.whitepaper h1 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1200px) {
  section.whitepaper {
    text-align: center;
  }
}
section.whitepaper h2.light {
  text-transform: uppercase;
  color: #0078B4;
}
section.whitepaper h2.light a:link,
section.whitepaper h2.light a:visited {
  color: #0078B4;
}
section.whitepaper h2.intengine-title {
  color: #31c961;
  font-size: 30px;
  text-align: center;
  margin: 4% 7%;
}
section.whitepaper h3 {
  color: #0078B4;
  font-size: 35px;
  text-align: center;
}
section.whitepaper p {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
section.whitepaper p.small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #5c5c5c;
  margin: 10px 0;
}
section.whitepaper div.title {
  margin: 20px 0;
}
section.whitepaper div.title h2,
section.whitepaper div.title h3 {
  color: #0078B4;
  font-family: Lato, sans-serif;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
section.whitepaper div.title h2 {
  font-weight: 100;
  font-size: 30px;
}
section.whitepaper div.title h3 {
  font-weight: 900;
  font-size: 36px;
}
section.whitepaper div.photos {
  text-align: center;
}
section.whitepaper div.photos img {
  display: block;
  margin: 0 auto 40px auto;
}
section.whitepaper div.two-columns {
  *zoom: 1;
  margin-top: 50px;
}
section.whitepaper div.two-columns:before,
section.whitepaper div.two-columns:after {
  content: " ";
  display: table;
}
section.whitepaper div.two-columns:after {
  clear: both;
}
section.whitepaper div.two-columns div.column {
  width: 49%;
  float: left;
  margin: 0 1% 0 0;
}
@media (max-width: 700px) {
  section.whitepaper div.two-columns div.column {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
}
section.whitepaper div.two-columns div.column.right {
  text-align: right;
}
section.whitepaper div.two-columns div.column.green h2 {
  color: #31c961;
}
section.whitepaper div.two-columns div.column.blue h2 {
  color: #0078B4;
}
section.whitepaper div.two-columns div.column:last-child {
  margin: 0 0 0 1%;
}
section.whitepaper div.two-columns div.column h2 {
  font-size: 33px;
}
section.whitepaper div.two-columns div.column h2,
section.whitepaper div.two-columns div.column p {
  margin: 0 20px 16px 20px;
}
section.whitepaper div.two-columns div.column p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding: 0;
}
section.whitepaper div.two-columns div.column p strong {
  font-weight: bold;
  text-transform: uppercase;
}
section.whitepaper div.two-columns div.column p.blue {
  background-color: #0078B4;
  color: #fff;
  padding: 20px;
}
section.whitepaper div.two-columns div.column p strong {
  font-weight: bold;
}
section.whitepaper div.two-columns div.column p img {
  float: right;
}
section.whitepaper blockquote {
  margin: 50px;
  color: #0078B4;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
section.whitepaper div.panel {
  margin-top: 20px;
  padding: 20px;
}
section.whitepaper div.panel.dark-blue {
  background-color: #0078B4;
  color: #fff;
}
section.whitepaper div.panel.blue {
  margin-bottom: 30px;
  background-color: #E0EDF9;
}
section.whitepaper div.panel.blue ol {
  margin: 0;
  padding: 0;
}
section.whitepaper div.panel.blue ol li {
  color: #000;
  padding: 0;
  margin: 0 40px;
  line-height: 1.5;
  font-weight: 700;
}
section.whitepaper div.panel.green {
  background-color: #31c961;
  color: #fff;
}
section.whitepaper div.panel.green h2 {
  text-transform: uppercase;
}
section.whitepaper div.panel.green p {
  font-weight: normal;
}
section.whitepaper div.panel.green h2,
section.whitepaper div.panel.green p {
  color: #fff;
}
section.whitepaper div.whitepaper-quote {
  width: 280px;
  margin: 30px 0 0 0;
  text-align: center;
}
section.whitepaper div.whitepaper-quote.left {
  float: left;
  margin-right: 120px;
}
section.whitepaper div.whitepaper-quote.right {
  float: right;
  margin-left: 120px;
}
section.whitepaper div.whitepaper-quote.small h2 {
  font-size: 22px;
}
section.whitepaper div.whitepaper-quote.wide {
  width: 420px;
  margin-left: 20px;
}
section.whitepaper div.whitepaper-quote.wide h2,
section.whitepaper div.whitepaper-quote.wide p {
  margin: 5px 0;
  padding: 0;
}
section.whitepaper div.whitepaper-quote.full {
  width: 100%;
  margin: 40px 0;
  padding: 30px 0;
  font-size: 22px;
  font-weight: bold;
}
section.whitepaper div.whitepaper-quote.top-bottom-borders {
  border-top: 5px solid #aeaeae;
  border-bottom: 5px solid #aeaeae;
}
section.whitepaper div.whitepaper-quote h2,
section.whitepaper div.whitepaper-quote p {
  font-family: Lato, sans-serif;
}
section.whitepaper div.whitepaper-quote.green h2,
section.whitepaper div.whitepaper-quote.green p {
  color: #31c961;
}
section.whitepaper div.whitepaper-quote.blue h2,
section.whitepaper div.whitepaper-quote.blue p {
  color: #0078B4;
}
@media (max-width: 700px) {
  section.whitepaper div.whitepaper-quote,
  section.whitepaper div.whitepaper-quote.left,
  section.whitepaper div.whitepaper-quote.right {
    width: 90%;
    max-width: 90%;
    margin: 2% 5%;
    float: none;
  }
}
section.whitepaper div.whitepaper-quote h2 {
  font-size: 33px;
  margin: 0;
}
section.whitepaper div.whitepaper-quote p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
section.whitepaper div.whitepaper-quote p span.stat {
  font-size: 55px;
  display: block;
  text-align: center;
}
section.whitepaper div.whitepaper-quote p span.stat.increase {
  background: transparent url(../../img/whitepapers/sustainable-packaging/up-arrow.png) no-repeat 50% 0;
  padding-top: 90px;
  background-size: 80px 80px;
}
section.whitepaper hr {
  border-top: 3px solid #aeaeae;
}
section.whitepaper div.border {
  border: 3px solid #aeaeae;
  padding: 30px;
  margin: 0 0 40px 0;
  text-align: center;
}
section.whitepaper div.border p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 50px;
}
section.whitepaper div.border p.small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #5c5c5c;
  margin: 10px 0;
}
section.whitepaper div.border h2 {
  font-size: 28px;
  margin: 0 90px;
}
section.whitepaper div.border h2,
section.whitepaper div.border p {
  color: #000;
  font-family: Lato, sans-serif;
}
section.whitepaper div.border h2.blue {
  color: #0078B4;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
@media (max-width: 600px) {
  section.whitepaper div.border p {
    font-size: 18px;
    margin: 0 10px;
  }
  section.whitepaper div.border h2 {
    font-size: 22px;
    margin: 0 10px;
  }
}
section.whitepaper div.border h3 {
  font-size: 22px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
section.whitepaper div.border ul.points {
  margin: 0;
}
section.whitepaper div.border ul.points li {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
section.whitepaper div.border ul.initiatives {
  margin: 0;
  padding: 0;
}
section.whitepaper div.border ul.initiatives li {
  text-align: left;
}
section.whitepaper div.border ul.leaders {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.whitepaper div.border ul.leaders:before,
section.whitepaper div.border ul.leaders:after {
  content: " ";
  display: table;
}
section.whitepaper div.border ul.leaders:after {
  clear: both;
}
section.whitepaper div.border ul.leaders li {
  background-color: #aeaeae;
  width: 29%;
  padding: 2%;
  margin-right: 1%;
  float: left;
  min-height: 580px;
  position: relative;
  *zoom: 1;
}
@media (max-width: 700px) {
  section.whitepaper div.border ul.leaders li {
    width: 98%;
    margin: 2% 1%;
    float: none;
    padding: 10px;
    min-height: auto;
  }
}
section.whitepaper div.border ul.leaders li:before,
section.whitepaper div.border ul.leaders li:after {
  content: " ";
  display: table;
}
section.whitepaper div.border ul.leaders li:after {
  clear: both;
}
section.whitepaper div.border ul.leaders li:last-child {
  margin-right: 0;
}
section.whitepaper div.border ul.leaders li h2,
section.whitepaper div.border ul.leaders li h3,
section.whitepaper div.border ul.leaders li p {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
section.whitepaper div.border ul.leaders li h2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #0078B4;
  text-transform: uppercase;
  font-weight: 900;
}
section.whitepaper div.border ul.leaders li h2 span {
  display: block;
  text-transform: none;
}
section.whitepaper div.border ul.leaders li h3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
section.whitepaper div.border ul.leaders li p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
section.whitepaper div.border ul.leaders li p a:link,
section.whitepaper div.border ul.leaders li p a:visited {
  font-weight: bold;
  font-size: 16px;
  color: #0078B4;
  text-transform: uppercase;
}
section.whitepaper div.border ul.leaders li img {
  max-width: 126px;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.whitepaper div.border a:link.leaders,
section.whitepaper div.border a:visited.leaders {
  background-color: #0078B4;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
  width: 370px;
  max-width: 98%;
}
section.whitepaper ul.goals-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.whitepaper ul.goals-icons li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0 2% 0 0;
  width: 32%;
  float: left;
  color: #31c961;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 700px) {
  section.whitepaper ul.goals-icons li {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    float: none;
  }
}
section.whitepaper ul.goals-icons li.goal1 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal1.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal2 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal2.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal3 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal3.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal4 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal4.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal5 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal5.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal6 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal6.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal7 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal7.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal8 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal8.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal9 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/goal9.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li:nth-child(4,8) {
  clear: both;
  padding: 0;
}
section.whitepaper ul.whitepaper-icons {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.whitepaper ul.whitepaper-icons:before,
section.whitepaper ul.whitepaper-icons:after {
  content: " ";
  display: table;
}
section.whitepaper ul.whitepaper-icons:after {
  clear: both;
}
section.whitepaper ul.whitepaper-icons li {
  width: 32%;
  padding: 0;
  margin: 0 2% 0 0;
  float: left;
  font-size: 18px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  text-align: center;
}
@media (max-width: 700px) {
  section.whitepaper ul.whitepaper-icons li {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    float: none;
  }
}
section.whitepaper ul.whitepaper-icons li:last-child {
  margin: 0;
}
section.whitepaper ul.whitepaper-icons li.green {
  color: #31c961;
}
section.whitepaper ul.whitepaper-icons li.blue {
  color: #0078B4;
}
section.whitepaper ul.whitepaper-icons li.orange {
  color: #ff6900;
}
section.whitepaper ul.whitepaper-icons li.caps {
  text-transform: uppercase;
}
section.whitepaper ul.whitepaper-icons li span {
  padding-top: 265px;
  display: block;
  clear: both;
}
section.whitepaper ul.whitepaper-icons li span.no-icon {
  padding-top: 0;
  font-size: 50px;
}
section.whitepaper ul.whitepaper-icons li span.increased-sales {
  background: transparent url(../../img/whitepapers/sustainable-packaging/sales-increase.png) no-repeat 50% 50%;
  background-size: 180px 180px;
}
section.whitepaper ul.whitepaper-icons li span.customer-influence {
  background: transparent url(../../img/whitepapers/sustainable-packaging/customer-influence.png) no-repeat 50% 50%;
  background-size: 218px 180px;
}
section.whitepaper ul.whitepaper-icons li span.decreased-costs {
  background: transparent url(../../img/whitepapers/sustainable-packaging/costs-decrease.png) no-repeat 50% 50%;
  background-size: 180px 180px;
}
section.whitepaper ul.whitepaper-icons li span.percent-35 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/35-percent.png) no-repeat 50% 50%;
  background-size: 180px;
}
section.whitepaper ul.whitepaper-icons li span.percent-80 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/80-percent.png) no-repeat 50% 50%;
  background-size: 180px;
}
section.whitepaper ul.whitepaper-icons li span.percent-57 {
  background: transparent url(../../img/whitepapers/sustainable-packaging/57-percent.png) no-repeat 50% 50%;
  background-size: 180px;
}
section.whitepaper ul.whitepaper-icons li p {
  font-size: 15px;
  font-weight: 300;
  color: #5c5c5c;
}
section.whitepaper table.light-table {
  border: 1px solid #0078B4;
}
section.whitepaper table.light-table thead tr th {
  background-color: #0078B4;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
section.whitepaper table.light-table thead tr th:nth-child(odd) {
  width: 40%;
}
section.whitepaper table.light-table thead tr th:nth-child(even) {
  width: 60%;
}
@media (max-width: 700px) {
  section.whitepaper table.light-table thead tr th:nth-child(odd),
  section.whitepaper table.light-table thead tr th:nth-child(even) {
    width: 48%;
  }
}
section.whitepaper table.light-table tbody tr:nth-child(even) {
  background-color: #E0EDF9;
}
section.whitepaper table.light-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
section.whitepaper table.light-table tbody tr td {
  padding: 10px;
}
section.whitepaper table.light-table tbody tr td h3 {
  width: calc(100% - 125px);
  font-family: Lato, sans-serif;
  font-size: 22px;
  color: #000;
  display: block;
  float: right;
  padding-top: 20px;
}
section.whitepaper table.light-table tbody tr td img {
  width: 85px;
  float: left;
  margin: 30px 20px 0 20px;
}
@media (max-width: 700px) {
  section.whitepaper table.light-table tbody tr td img,
  section.whitepaper table.light-table tbody tr td h3 {
    float: none;
    width: auto;
  }
  section.whitepaper table.light-table tbody tr td img {
    width: 60px;
    margin: 0 auto;
  }
  section.whitepaper table.light-table tbody tr td h3 {
    text-align: left;
  }
}
section.whitepaper table.whitepaper-grid {
  border: 1px solid #0078B4;
  margin-bottom: 50px;
}
section.whitepaper table.whitepaper-grid thead tr th {
  background-color: #0078B4;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  section.whitepaper table.whitepaper-grid thead tr th {
    font-size: 20px;
  }
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(even) {
  background-color: #E0EDF9;
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(even) td {
  width: 55%;
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(odd) {
  background-color: #fff;
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(odd) td {
  width: 45%;
}
section.whitepaper table.whitepaper-grid tbody tr td {
  padding: 20px;
}
section.whitepaper table.whitepaper-grid tbody tr td h3 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}
section.whitepaper table.whitepaper-grid tbody tr td p {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 10p 10px 10px;
  padding: 0;
}
section.whitepaper table.whitepaper-grid tbody tr td ul {
  margin: 0;
  padding: 10px;
}
section.whitepaper table.whitepaper-grid tbody tr td ul li {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 600px) {
  section.whitepaper table.whitepaper-grid tbody tr td h3 {
    font-size: 18px;
    text-align: left;
  }
  section.whitepaper table.whitepaper-grid tbody tr td p {
    font-size: 15px;
    text-align: left;
  }
  section.whitepaper table.whitepaper-grid tbody tr td ul {
    padding: 4px;
    text-align: left;
  }
}
section.whitepaper div.pointers div.pointer {
  border-bottom: 1px solid #000;
  *zoom: 1;
}
section.whitepaper div.pointers div.pointer:before,
section.whitepaper div.pointers div.pointer:after {
  content: " ";
  display: table;
}
section.whitepaper div.pointers div.pointer:after {
  clear: both;
}
section.whitepaper div.pointers div.pointer:last-child {
  border-bottom: none;
}
section.whitepaper div.pointers div.pointer span {
  color: #31c961;
  font-weight: 900;
  display: block;
  float: left;
  font-size: 70px;
  width: 80px;
  margin: 20px 0 0 0;
}
section.whitepaper div.pointers div.pointer p {
  float: right;
  width: calc(100% - 100px);
  font-weight: normal;
  font-size: 22px;
  margin: 20px 0 0 0;
  padding-bottom: 30px;
}
section.whitepaper div.examples div.example {
  clear: both;
  display: block;
  margin: 0 0 20px 0;
  background-color: #EDEDEE;
  *zoom: 1;
}
section.whitepaper div.examples div.example:before,
section.whitepaper div.examples div.example:after {
  content: " ";
  display: table;
}
section.whitepaper div.examples div.example:after {
  clear: both;
}
section.whitepaper div.examples div.example div.example-content {
  float: left;
  padding: 10px;
  width: calc(100% - 250px);
}
section.whitepaper div.examples div.example div.example-content h2 {
  color: #0078B4;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
}
section.whitepaper div.examples div.example div.example-content h3 {
  font-style: italic;
  color: #000;
  font-size: 20px;
  margin: 0;
  text-align: left;
}
section.whitepaper div.examples div.example div.example-content p {
  color: #000;
  font-size: 16px;
}
section.whitepaper div.examples div.example img {
  float: right;
  padding: 50px;
  width: 250px;
}
@media (max-width: 700px) {
  section.whitepaper div.examples div.example div.example-content {
    float: none;
    width: 98%;
  }
  section.whitepaper div.examples div.example img {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}
section.whitepaper nav.whitepaper-next-prev {
  display: block;
  clear: both;
  margin: 50px 0 0 0;
  padding: 6px;
}
section.whitepaper nav.whitepaper-next-prev ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fafafa;
  display: block;
}
section.whitepaper nav.whitepaper-next-prev ul:before,
section.whitepaper nav.whitepaper-next-prev ul:after {
  content: " ";
  display: table;
}
section.whitepaper nav.whitepaper-next-prev ul:after {
  clear: both;
}
section.whitepaper nav.whitepaper-next-prev ul li {
  width: 45%;
}
section.whitepaper nav.whitepaper-next-prev ul li.prev {
  float: left;
  margin-right: 2%;
  text-align: left;
  background: transparent url(../../img/whitepapers/sustainable-packaging/prev-arrow.png) no-repeat 0% 50%;
  background-size: 20px 20px;
  padding-left: 30px;
}
section.whitepaper nav.whitepaper-next-prev ul li.next {
  float: right;
  margin-left: 2%;
  text-align: right;
  background: transparent url(../../img/whitepapers/sustainable-packaging/next-arrow.png) no-repeat 100% 50%;
  background-size: 20px 20px;
  padding-right: 30px;
}
@media (max-width: 700px) {
  section.whitepaper nav.whitepaper-next-prev ul li,
  section.whitepaper nav.whitepaper-next-prev ul li.next,
  section.whitepaper nav.whitepaper-next-prev ul li.prev {
    width: 98%;
    margin: 0 1%;
  }
}
section.whitepaper nav.whitepaper-next-prev.top {
  margin: 0 0 10px 0;
}
section.whitepaper nav.whitepaper-next-prev.top ul {
  background-color: transparent;
  border-bottom: 1px solid #aeaeae;
}
