.calcu-body {
  background: #F0F0F0;
  padding: 50px 20px 50px 20px; }

#savings-form-btn {
  background-color: #252525;
  color: #FFF;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid; }

#savings-form-container {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: fit-content;
  padding: 1rem; }

#user-savings-form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

#user-savings-form input, #user-savings-form select {
  width: 100%;
  border: 1px solid #bec6ca;
  background-color: whitesmoke;
  padding: 6px 12px; }

#user-savings-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  max-width: 500px;
  border-radius: 5px;
  border: 1px solid #eeeeee; }

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%; }

.user-savings-form-header {
  margin: 0; }

.user-savings-form-header--text {
  text-align: center;
  font-family: 'Poppins';
  font-size: 16px !important;
  font-weight: bold; }

.question-text {
  margin: 10px 0;
  padding: 0;
  color: #333333;
  font-family: inherit;
  font-weight: 500;
  font-size: 24px;
  min-height: 24px; }

.calcu-body {
  background: #F0F0F0;
  padding: 50px 20px 50px 20px; }

table {
  border: none !important; }

table tr td,
table thead tr th {
  padding: .78571rem 1rem; }

table tr:nth-of-type(2n) {
  background: #F0F0F0; }

/* ICONS */
.fa {
  font-size: 18px !important; }

.fa-minus-circle {
  color: #71624D !important; }

#myTable,
.oregon-epr-input-table {
  border: none !important;
  background: #F0F0F0 !important;
  color: #F0F0F0 !important;
  table-layout: fixed;
  width: 100%; }

#myTable thead,
.oregon-epr-input-table thead {
  background: #F0F0F0 !important;
  padding: 15px 25px; }

#myTable th,
.oregon-epr-input-table th {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  width: 25% !important; }

#myTable select,
.oregon-epr-input-table select {
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  padding: 10px; }

#myTable input,
.oregon-epr-input-table input {
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  padding: 10px;
  gap: 4px;
  width: -webkit-fill-available; }

.table-buttons {
  display: grid;
  grid-template-columns: 60% 20% 20%;
  gap: 15px;
  width: 95%; }

#addRow {
  text-align: left;
  color: #466C50;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px; }

#submitButton,
#clearButton,
#clearButton2,
#downloadPDF,
#downloadPDF-modal,
#download-no-company,
#downloadExcel {
  text-align: center;
  text-transform: uppercase;
  color: #466C50;
  font-weight: 700;
  font-size: 16px;
  padding: 8px;
  border-radius: 100px; }

#submitButton,
#downloadExcel,
#downloadPDF,
#downloadPDF-modal,
#download-no-company {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  background: #466C50;
  border: 1px solid #D1D5DB;
  color: #ffffff; }

#clearButton,
#clearButton2 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border: 2px solid #466C50; }

#myTable fa {
  background-color: #466C50; }

/* TOTAL SAVINGS STYLES */
#total-savings table,
#by-product-savings table {
  width: -webkit-fill-available; }

#total-savings td,
#by-product-savings td {
  background: #ffffff;
  border: 1px solid #F5F5F5;
  /* box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25); */
  font-weight: 500;
  font-size: 14px; }

#total-savings td strong,
#by-product-savings td strong {
  font-weight: 500;
  font-size: 14px; }

#total-savings thead,
#by-product-savings thead {
  background: #ffffff; }

#total-savings h2,
#by-product-savings h2 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase; }

#total-savings thead tr:first-child,
#by-product-savings thead tr:first-child {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase; }

#total-savings thead tr:first-child th,
#by-product-savings thead tr:first-child th {
  width: 25% !important; }

#total-savings thead tr:first-child th p,
#by-product-savings thead tr:first-child th p {
  border: unset !important;
  /* border-collapse: collapse; */
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  /* border: 1px solid #4E4E4E !important; */
  width: 25% !important;
  /* background: rgba(131, 183, 133, 0.4); */
  padding: 15px;
  display: table-cell; }

#total-savings thead tr:first-child th:first-child p,
#by-product-savings thead tr:first-child th:first-child p {
  text-align: center;
  border: 1px solid transparent !important; }

#total-savings thead tr:first-child th:nth-child(4) p,
#by-product-savings thead tr:first-child th:nth-child(4) p {
  /* background: rgba(131, 183, 133, 0.4) !important;
     border: 1px solid #466C50 !important; */
  /* padding: 40px; */ }

#total-savings thead tr:first-child th:not(:first-child),
#by-product-savings thead tr:first-child th:not(:first-child) {
  border-radius: 10px !important;
  border: 1px solid #4E4E4E !important; }

#total-savings thead tr:first-child th:nth-child(4),
#by-product-savings thead tr:first-child th:nth-child(4) {
  background: rgba(131, 183, 133, 0.4) !important;
  border: 1px solid #466C50 !important;
  padding: 40px; }

#total-savings tr td:nth-child(4),
#by-product-savings tr td:nth-child(4) {
  background: rgba(131, 183, 133, 0.4) !important;
  /* border: 1px solid #466C50; */ }

#total-savings tr td,
#by-product-savings tr td {
  text-align: center !important;
  line-height: normal !important; }

table tr:nth-of-type(2n) {
  background: unset !important; }

.deleteRow {
  padding: 0 !important;
  cursor: pointer; }

/* DOWNLOADS */
#downloadPDF,
#downloadPDF-modal,
#download-no-company,
#downloadExcel,
#clearButton2 {
  width: 245px; }

#download-buttons,
#clear-bottom {
  display: flex;
  justify-content: center; }

.paper-info-container {
  display: grid;
  grid-template-columns: 15% 85%; }

.grid-item-paper {
  text-align: left;
  border: 1px solid #F5F5F5; }

.paper-header {
  text-align: center;
  font-weight: 700;
  padding: 20px 10px;
  color: #2F2F2B;
  display: flex;
  justify-content: center;
  align-items: center; }

.paper-content {
  font-weight: 500;
  padding-left: 10px;
  color: #2F2F2B;
  padding: 20px; }

.collapse-button {
  background: #F0F0F0;
  border-radius: 20px;
  align-items: center;
  padding: 5px 0px;
  gap: 10px;
  width: 70px;
  height: 25px;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 20px; }

.collapse-button .fa {
  font-weight: 900 !important;
  font-size: 28px !important;
  color: #466C50 !important;
  vertical-align: middle !important;
  margin-top: -10px; }

.fa-angle-up:before,
.fa-angle-down:before {
  top: -2px !important;
  position: relative; }

.elevated-box {
  box-sizing: border-box;
  display: block;
  flex-wrap: wrap;
  z-index: 0;
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 50px;
  padding-left: 60px;
  position: relative;
  margin-top: -140px;
  background: #FFFFFF;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1); }

.container {
  padding: 0 1.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 107.14286rem !important;
  float: unset !important; }

.calcu-lists p {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 400 !important; }

.calcu-lists li {
  font-size: 16px !important; }

@media screen and (min-width: 551px) {
  .collapse-button {
    display: none !important; } }

@media screen and (max-width: 550px) {
  .answer-text {
    display: none;
    margin-bottom: 10px !important; }
  .answer-text p {
    margin-bottom: 20px !important; }
  .question-text {
    text-align: center;
    font-size: 24px; } }

.collapse-button2 {
  background: #F0F0F0;
  border-radius: 20px;
  align-items: center;
  padding: 5px 0px;
  gap: 10px;
  width: 70px;
  height: 25px;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 20px; }

.collapse-button2 .fa {
  font-weight: 900 !important;
  font-size: 28px !important;
  color: #466C50 !important;
  vertical-align: middle !important;
  margin-top: -10px; }

.fa-angle-up:before,
.fa-angle-down:before {
  top: -2px !important;
  position: relative; }

@media screen and (min-width: 551px) {
  .collapse-button2 {
    display: none !important; } }

@media screen and (max-width: 550px) {
  #calcu-lists {
    display: none;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 850px) {
  .elevated-box {
    padding: 40px !important; }
  [data-layout-name="Layout-Calcu"] {
    padding: 20px !important;
    margin-top: 0px !important; }
  .text_over_image h1 {
    margin-top: 18% !important;
    font-size: 25px !important;
    box-shadow: unset !important;
    padding: 0px !important; }
  .subTitle {
    margin-top: -28px !important;
    font-size: 18px !important; }
  .text_over_image {
    margin-top: -200px !important; }
  [data-sub-layout="ca45f649-4af6-493f-bc3b-1eb368b19676"] {
    padding: 0px;
    margin: 0px; }
  #myTable th,
  .oregon-epr-input-table th {
    font-size: 10px;
    line-height: 15px; }
  .calcu-body {
    padding: 30px 10px !important; }
  #total-savings,
  #by-product-savings,
  #paper-info {
    padding: 30px 20px !important; }
  #myTable th,
  #myTable td,
  .oregon-epr-input-table th,
  .oregon-epr-input-table td {
    padding: 10px !important; }
  #total-savings thead tr:first-child th p,
  #by-product-savings thead tr:first-child th p {
    padding: 0px !important;
    line-height: 18px !important; }
  #total-savings thead tr:first-child th:nth-child(4) p,
  #by-product-savings thead tr:first-child th:nth-child(4) p {
    height: 76px !important;
    vertical-align: middle !important; }
  #total-savings td,
  #by-product-savings td {
    line-height: 18px !important;
    padding: 10px !important; }
  .paper-info-container {
    grid-template-columns: 25% 75% !important; }
  .paper-content {
    font-size: 14px !important; } }

input:disabled {
  background-color: #f0f0f0;
  /* Light grey background */
  border: 2px solid #d0d0d0 !important;
  /* Light grey border */ }

@media screen and (max-width: 600px) {
  .text_over_image h1 {
    margin-top: 32% !important;
    font-size: 30px !important; }
  .elevated-box {
    padding: 0px !important;
    margin-top: 0px !important; }
  .container {
    padding: 0px !important; }
  [data-layout-name="Layout-Calcu"] {
    padding: 0px !important; }
  main .page-content {
    padding: 0 !important; }
  [class*="sd-simple-text"],
  .question-text,
  .answer-text,
  #sources-methodology,
  .calcu-lists,
  .epr-legal-disclaimer {
    padding: 0 1.5rem !important; }
  .epr-legal-disclaimer {
    padding-bottom: 2px !important; }
  .oregon-epr-input-title {
    font-size: 1.1em !important;
    padding: 0px 1.5rem !important; }
  .calcu-body {
    padding: 20px 0px !important; }
  #myTable,
  .oregon-epr-input-table {
    border: 0 !important;
    margin-bottom: 0 !important; }
  #myTable caption,
  .oregon-epr-input-table caption {
    font-size: 1.3em !important; }
  #myTable thead,
  .oregon-epr-input-table thead {
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  #myTable tr,
  .oregon-epr-input-table tr {
    border: none !important;
    display: block !important;
    margin-bottom: 0 !important; }
  #myTable td,
  .oregon-epr-input-table td {
    display: block !important;
    font-size: 14px !important;
    text-align: right !important;
    border: unset !important;
    padding: 10px 1.5rem !important;
    float: left;
    width: 100%; }
  #myTable td::before,
  .oregon-epr-input-table td::before {
    content: attr(data-label) !important;
    float: left !important;
    font-weight: bold !important;
    text-transform: uppercase !important; }
  #myTable td:last-child,
  .oregon-epr-input-table td:last-child {
    border-bottom: 0 !important; }
  .table-buttons {
    grid-template-columns: auto;
    margin: auto;
    padding: 0 0.5rem; }
  #addRow {
    position: relative;
    margin: auto; }
  #total-savings,
  #by-product-savings {
    padding: 0px !important;
    margin: 0px !important;
    padding-top: 1px !important; }
  #total-savings thead tr:first-child th p,
  #by-product-savings thead tr:first-child th p {
    padding: 0 !important;
    line-height: 15px !important;
    font-size: 10px !important; }
  #total-savings-title,
  #by-product-savings-title,
  #paper-info,
  #download-buttons,
  #clear-bottom {
    margin: 0px !important;
    padding: 0 1.5rem !important; }
  #total-savings td strong,
  #by-product-savings td strong {
    font-size: 12px !important; }
  #total-savings td,
  #by-product-savings td {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 10px !important;
    word-wrap: break-word; }
  #total-savings table,
  #by-product-savings table {
    table-layout: fixed !important;
    width: 100% !important;
    padding: 10px !important; }
  .empty-cell th {
    padding: 10px !important; }
  #by-product-savings h3 {
    padding: 0 1.5rem !important; }
  #total-savings thead tr:first-child th:nth-child(4) p,
  #by-product-savings thead tr:first-child th:nth-child(4) p {
    height: 67px !important;
    vertical-align: middle !important; }
  #download-buttons,
  #clear-bottom {
    display: block !important; }
  #clear-bottom {
    padding-bottom: 5px !important; }
  #downloadPDF,
  #downloadPDF-modal,
  #download-no-company,
  #downloadExcel,
  #clearButton2 {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important; }
  #clearButton2 {
    padding-bottom: 10px !important; }
  #total-savings,
  #by-product-savings {
    padding-bottom: 2px !important; }
  #paper-info {
    padding: 5px 1.5rem 30px 1.5rem !important; }
  .paper-info-container {
    grid-template-columns: 30% 70% !important; }
  #paper-info h2 {
    font-size: 22px !important; }
  .paper-content {
    font-size: 12px !important; }
  .paper-header {
    font-size: 14px !important; } }

/* PDF CALCU STYLE START HERE */
.grid-container-pdf,
.grid-container-pdf .pdf-right-image {
  display: grid;
  padding: 10px 78px;
  padding-bottom: 5px; }

.grid-container-pdf {
  grid-template-columns: 24% 76%; }

.grid-container-pdf img {
  width: -webkit-fill-available; }

.grid-container-pdf div > div {
  width: 235px !important;
  height: 235px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important; }

.grid-container-pdf p strong {
  font-weight: 600; }

.grid-container-pdf .grid-item-pdf:nth-child(2),
.pdf-right-image .grid-container-pdf .grid-item-pdf:nth-child(1) {
  /* margin: auto; */ }

.pdf-right-image {
  grid-template-columns: 64% 30% !important; }

.learn-calculations {
  border: 5px solid #000000;
  border-radius: 24px;
  margin: 0px 78px;
  padding: 15px 0px;
  background-color: #ffffff; }

.learn-calculations p {
  text-align: center;
  font-size: 20px !important;
  margin-bottom: 0px !important; }

#paper-info2 {
  background-color: #D2D2D2;
  padding: 50px 0px;
  padding-bottom: 0px !important; }

#paper-info2 h1 {
  font-size: 42px;
  color: #000000; }

#paper-info2 p {
  font-size: 23px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  text-align: left !important;
  margin-top: 25px; }

.grid-container-behind {
  display: flex;
  grid-template-columns: 38% 62%;
  justify-content: space-between;
  margin-bottom: 20px; }

.grid-container-behind .grid-item-behind {
  margin: auto; }

.grid-container-behind .grid-item-behind h1 {
  font-size: 45px !important;
  padding: 0 !important;
  margin: auto !important; }

.grid-container-behind .grid-item-behind p {
  font-size: 23px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: auto !important; }

#sustain-copy {
  font-size: 20px !important; }

.packaging-ecoreport {
  background-color: #466d51;
  padding: 50px;
  padding-bottom: 50%; }

.packaging-ecoreport .grid-container-ecoreport {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 20px;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px; }

.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport {
  margin: auto; }

.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport h1 {
  font-size: 45px !important;
  padding: 0 !important;
  margin: auto !important;
  color: #FFFFFF; }

.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport p {
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 4px !important;
  color: #FFFFFF;
  text-align: right;
  position: relative;
  right: 18%;
  padding-bottom: 10px !important; }

.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport span,
.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport h3 {
  display: flex;
  margin-top: 5px;
  font-size: 23px;
  color: #FFFFFF; }

.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport #company-name {
  margin-top: 0px;
  margin-left: 10px; }

.packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport img {
  height: 36px; }

.ecoreport-saves {
  border: 5px solid #000000;
  border-radius: 24px;
  padding: 25px;
  background-color: #f4f3f2;
  margin-bottom: 2%; }

.ecoreport-saves h2 {
  margin-top: 0px; }

.copy-saves {
  font-size: 19px; }

.copy-saves strong {
  font-weight: 400; }

.column-eco-report {
  float: left;
  width: 50%;
  padding: 10px; }

.row-eco-report:after {
  content: "";
  display: table;
  clear: both; }

.column-eco-report-in {
  float: left; }

.column-eco-report-in h2,
.column-eco-report-in h3 {
  font-size: 32px;
  margin: 0px; }

.column-eco-report-in h4 {
  font-size: 17px;
  margin: 0px;
  font-weight: 400; }

.column-eco-report-in:nth-child(1) {
  width: 24%; }

.column-eco-report-in:nth-child(1) img {
  width: 160px;
  height: 132px; }

.second-report {
  width: 100% !important; }

.column-eco-report-in:nth-child(2) {
  width: 70%;
  padding: 0px 0px 0px 15px; }

.row-eco-report-in:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 8%; }

.eco-report-product {
  display: flex;
  flex-wrap: wrap; }

.eco-report-product .per-product {
  margin-bottom: 20px;
  width: 50%; }

.eco-report-product .per-product p {
  margin-bottom: 0px;
  font-size: 17px; }

.eco-report-product .per-product p:nth-child(1) {
  font-weight: 700; }

.ecoreport-saves #circularity-div {
  margin-top: 25px; }

.modal-pdf {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content-pdf {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  display: flow-root;
  margin-top: 115px; }

.modal-content-pdf p {
  margin-top: 2%;
  font-weight: 600;
  text-align: center;
  margin-left: 30px; }

.close-pdf {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close-pdf:hover,
.close-pdf:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #466D51;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 25px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.text_over_image {
  margin-top: -206px !important; }

.elevated-box {
  margin-top: -140px; }

.elevated-box li {
  color: #333333 !important;
  font-size: 14px; }

.subTitle {
  margin-top: -10px !important; }

/* Responsive Styling */
@media screen and (min-width: 1200px) {
  .elevated-box {
    margin-right: 40px !important;
    margin-left: 40px !important; } }

/* Large Screens */
@media screen and (max-width: 1400px) {
  .grid-container-pdf {
    gap: 3% !important; }
  .grid-container-behind .grid-item-behind {
    margin: auto; }
  #paper-info2 h1 {
    font-size: 42px !important; }
  #paper-info2 p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0 !important;
    text-align: left !important; }
  .learn-calculations p,
  #sustain-copy {
    font-size: 17px !important; }
  .column-eco-report-in:nth-child(1) img {
    height: 125px; }
  .column-eco-report-in h2,
  .column-eco-report-in h3 {
    font-size: 26px !important; } }

@media screen and (max-width: 1281px) {
  .grid-container-pdf div > div {
    width: 220px !important;
    height: 220px !important; }
  .grid-container-pdf,
  .grid-container-pdf .pdf-right-image {
    padding: 10px 55px; }
  .learn-calculations {
    margin: 0px 55px; }
  #paper-info2 p {
    margin-top: 15px; }
  .column-eco-report-in:nth-child(1) img {
    height: 116px; } }

@media screen and (max-width: 1025px) {
  [data-layout-name="Layout-Calcu"] {
    padding: 20px !important; }
  [data-sub-layout="ca45f649-4af6-493f-bc3b-1eb368b19676"] {
    padding: 0px;
    margin: 0px; }
  #paper-info2 {
    padding: 30px 0px; }
  .grid-container-behind {
    margin-bottom: 5px; }
  .grid-container-behind .grid-item-behind {
    margin: auto; }
  .grid-container-behind .grid-item-behind h1 {
    font-size: 20px !important;
    text-align: center; }
  .grid-container-behind .grid-item-behind p {
    font-size: 22px !important;
    line-height: 16px !important;
    font-weight: 500 !important; }
  .grid-container-pdf,
  .pdf-right-image {
    padding: 10px 42px;
    gap: 1% !important; }
  .grid-container-pdf div div,
  .pdf-right-image div div {
    width: 150px !important;
    height: 150px !important; }
  #paper-info2 h1 {
    font-size: 28px !important; }
  #paper-info2 p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px !important;
    text-align: left !important;
    margin-top: 15px; }
  #sustain-copy,
  .learn-calculations p {
    font-size: 12px !important; }
  .grid-container-pdf div > div {
    width: 155px !important;
    height: 155px !important; }
  .packaging-ecoreport {
    padding: 30px;
    padding-bottom: 50%; }
  .packaging-ecoreport .grid-container-ecoreport {
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport {
    margin: auto; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport h1 {
    font-size: 28px !important; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport p {
    font-size: 12px !important;
    line-height: 18px !important;
    right: 5%; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport span {
    margin-top: 5px;
    font-size: 12px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport h3 {
    margin-top: 0px;
    font-size: 12px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport img {
    height: 26px; }
  .packaging-ecoreport .grid-item-ecoreport p {
    font-size: 12px !important;
    line-height: 18px !important;
    right: 5%; }
  .packaging-ecoreport .grid-item-ecoreport span,
  .packaging-ecoreport .grid-item-ecoreport h3 {
    font-size: 12px; }
  .packaging-ecoreport .grid-item-ecoreport img {
    height: 26px; }
  .ecoreport-saves {
    padding: 12px;
    margin-bottom: 2%; }
  .ecoreport-saves h2 {
    margin-top: 0px;
    font-size: 16px; }
  .row-eco-report-in:after {
    margin-bottom: 6%; }
  .copy-saves {
    font-size: 12px;
    margin-bottom: 8px; }
  .column-eco-report {
    padding: 5px; }
  .column-eco-report-in h4 {
    font-size: 12px; }
  .column-eco-report-in:nth-child(1) img {
    width: 70px;
    height: 66px; }
  .column-eco-report-in:nth-child(2) {
    width: 70%;
    padding: 0px 0px 0px 0px; }
  .eco-report-product .per-product p {
    font-size: 12px; }
  .column-eco-report-in h2,
  .column-eco-report-in h3 {
    font-size: 20px !important; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport p {
    padding-bottom: 4px; }
  .row-eco-report-in:after {
    margin-bottom: 4%; }
  .learn-calculations {
    margin: 0px 42px; } }

@media screen and (max-width: 850px) {
  .grid-container-pdf,
  .pdf-right-image {
    padding: 10px 20px;
    gap: 1% !important; }
  .grid-container-pdf div div,
  .pdf-right-image div div {
    width: 125px !important;
    height: 130px !important; }
  #paper-info2 p {
    font-size: 11px; }
  .learn-calculations {
    margin: 0px 20px; }
  #sustain-copy {
    font-size: 10px !important; }
  .column-eco-report-in h2,
  .column-eco-report-in h3 {
    font-size: 14px !important; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport p {
    padding-bottom: 5px !important; }
  .column-eco-report-in:nth-child(2) {
    padding: 0px 0px 0px 10px; }
  #circularity-div {
    margin-top: 15px; } }

@media screen and (max-width: 550px) {
  .text_over_image h1 {
    margin-top: 32% !important;
    font-size: 30px !important; }
  .grid-container-behind {
    margin-bottom: 5px; }
  .grid-container-behind .grid-item-behind {
    margin: auto; }
  .grid-container-behind .grid-item-behind h1 {
    font-size: 18px !important;
    text-align: center; }
  .grid-container-behind .grid-item-behind p {
    font-size: 12px !important;
    line-height: 8px !important;
    font-weight: 500 !important; }
  .grid-container-behind .grid-item-behind #sustain-copy {
    font-size: 5px !important; }
  .grid-container-pdf {
    padding: 5px;
    gap: 1% !important;
    grid-template-columns: 20% 80% !important; }
  .grid-container-pdf div div,
  .pdf-right-image div div {
    width: 50px !important;
    height: 50px !important; }
  .grid-container-pdf div {
    margin: unset !important; }
  .grid-container-pdf p {
    font-size: 10px; }
  .grid-container-pdf p strong {
    font-weight: 600; }
  .pdf-right-image div div {
    width: 50px !important;
    height: 50px !important; }
  #paper-info2 h1 {
    font-size: 12px !important; }
  #paper-info2 {
    padding: 15px 0px; }
  .learn-calculations {
    margin: 0px;
    border: 2px solid #000000;
    border-radius: 14px;
    padding: 8px 0px; }
  .learn-calculations p {
    font-size: 5px !important; }
  #paper-info2 p {
    font-size: 7px;
    line-height: 8px;
    margin-bottom: 0px !important;
    text-align: left !important;
    margin-top: 5px !important; }
  .packaging-ecoreport {
    padding: 12px;
    padding-bottom: 50%; }
  .packaging-ecoreport .grid-container-ecoreport {
    margin-bottom: 5px;
    margin-left: 10px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport {
    margin: auto; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport h1 {
    font-size: 12px !important; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport p {
    font-size: 6px !important;
    line-height: 8px !important;
    right: 4%;
    margin: 0px !important;
    padding: 0px !important; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport span {
    margin-top: 2px;
    font-size: 6px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport h3 {
    margin-top: 0px;
    font-size: 6px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport img {
    height: 12px; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport #company-name {
    margin-left: 4px;
    margin-bottom: 0px; }
  .ecoreport-saves {
    padding: 6px;
    margin-bottom: 2%;
    border-radius: 9px;
    border: 2px solid #000000; }
  .ecoreport-saves h2 {
    margin-top: 0px;
    font-size: 8px;
    margin-bottom: 0px; }
  .copy-saves {
    font-size: 6px;
    margin-bottom: 5px; }
  .column-eco-report {
    padding: 5px; }
  .column-eco-report-in h2,
  .column-eco-report-in h3 {
    font-size: 8px !important; }
  .column-eco-report-in h4 {
    font-size: 6px; }
  .column-eco-report-in:nth-child(2) {
    padding: 0px 0px 0px 5px; }
  .column-eco-report-in:nth-child(1) img {
    width: 30px;
    height: 30px; }
  .eco-report-product .per-product p {
    font-size: 6px; }
  .column-eco-report-in h2,
  .column-eco-report-in h3 {
    font-size: 8px !important; }
  .packaging-ecoreport .grid-container-ecoreport .grid-item-ecoreport p {
    padding-bottom: 0px !important; }
  .custom-bread {
    padding: 0 1rem !important; }
  .calcu-lists {
    padding: 0 1.5rem !important; }
  .column-eco-report-in:nth-child(2) {
    padding: 0px 0px 0px 2px; }
  .ecoreport-saves #circularity-div {
    margin-top: 6px !important; }
  .modal-content-pdf {
    width: 85%;
    display: flow-root; }
  .modal-content-pdf p {
    margin-top: 2%;
    font-weight: 600;
    text-align: center;
    margin-left: 10px; }
  .modal-content-pdf #downloadPDF-modal,
  #download-no-company {
    padding: 10px !important; }
  .calcu-lists {
    padding: 0 1.5rem !important; }
  .calcu-lists p {
    font-size: 16px !important;
    color: #333333;
    font-weight: 500; } }

.mountain-img {
  margin-bottom: 100% !important;
  padding-bottom: 100% !important; }

.oregon-epr-input-title {
  padding: 0px 1rem; }

.oregon-epr-result-section h2,
.oregon-epr-result-section h3,
.oregon-epr-result-section p {
  padding: 0px 10px 0px 10px !important; }

.oregon-epr-results-table {
  margin: 0px 25px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch; }

.oregon-epr-results-table table {
  width: 100%;
  border: none;
  border-collapse: separate;
  table-layout: fixed;
  /* force equal column widths */ }

.oregon-epr-results-table th {
  line-height: normal !important;
  padding: .78571rem 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #000;
  /* black border */
  border-radius: 8px;
  /* rounded corners */
  background: #fff;
  /* default white */ }

.oregon-epr-results-table th:last-child {
  background: #cde2d0;
  /* green background for last header */ }

.oregon-epr-results-table td {
  line-height: normal !important;
  padding: .78571rem 1.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ddd; }

.oregon-epr-table-scroll {
  overflow-x: auto; }

.oregon-epr-table-scroll table {
  min-width: 800px;
  /* force scroll if too many columns */ }

/* On small screens, shrink font size and padding */
@media screen and (max-width: 1281px) {
  .oregon-epr-results-table {
    padding: 10px;
    margin: 0px 10px; }
  .oregon-epr-results-table th,
  .oregon-epr-results-table td {
    font-size: 12px !important;
    padding: 8px; } }

@media screen and (max-width: 850px) {
  .oregon-epr-input-title {
    font-size: 1.1em;
    padding: 0px 10px; } }

@media (max-width: 768px) {
  .oregon-epr-results-table {
    padding: 5px;
    margin: 0px 10px; }
  .oregon-epr-results-table th,
  .oregon-epr-results-table td {
    font-size: 12px !important;
    padding: 8px; } }

@media (max-width: 480px) {
  .oregon-epr-results-table {
    padding: 5px; }
  .oregon-epr-results-table th,
  .oregon-epr-results-table td {
    font-size: 10px !important;
    padding: 6px; } }
