html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#main_wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #main_wrapper {
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #main_wrapper {
    padding: 0 50px;
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  #main_wrapper {
    padding: 0;
  }
}

.text-block {
  margin: 0 24px;
}
.text-block p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .text-block p {
    font-size: 17px;
  }
}
.text-block h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
@media (min-width: 600px) {
  .text-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
  }
}
.text-block h4 {
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.text-block ul {
  margin: 0 24px;
  margin-bottom: 30px;
}
.text-block ul li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.text-block .font20 {
  font-size: 20px;
}

.bg-gradient-beige {
  background: linear-gradient(0deg, rgba(251, 228, 209, 0) 0%, #F2F2EA 100%);
}

.bg-gradient-blue {
  background: linear-gradient(180deg, rgba(209, 228, 251, 0) 1.56%, #D1E4FB 55.21%, rgba(209, 228, 251, 0) 100%);
}

.bg-gradient-blue2 {
  background: linear-gradient(180deg, #D1E4FB 0%, rgba(209, 228, 251, 0) 100%);
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(223, 241, 223, 0) 1.56%, #DFF1DF 55.21%, rgba(223, 241, 223, 0) 100%);
}

.bg-gradient-green2 {
  background: linear-gradient(180deg, #CCE9CC 0%, rgba(204, 233, 204, 0) 100%);
}

.bg-gradient-purple {
  background: linear-gradient(180deg, rgba(248, 244, 255, 0) 1.56%, #F8F4FF 55.21%, rgba(248, 244, 255, 0) 100%);
}

.bg-gradient-purple2 {
  background: linear-gradient(180deg, #E0D1FB 0%, rgba(224, 209, 251, 0) 100%);
}

.radial-bg-peach {
  background: radial-gradient(50% 50% at 100% 40%, #FBE4D1 0%, rgba(251, 228, 209, 0) 100%);
  background-repeat: no-repeat;
}

.radial-bg-green {
  background: radial-gradient(50% 50% at 100% 40%, rgba(223, 241, 223, 0.8) 0%, rgba(223, 241, 223, 0) 100%);
  background-repeat: no-repeat;
}

.radial-bg-purple {
  background: radial-gradient(50% 50% at 100% 40%, #F8F4FF 0%, rgba(248, 244, 255, 0) 100%);
  background-repeat: no-repeat;
}

.data-robust {
  color: #006838;
}

.data-good {
  color: #009D4E;
}

.data-fair {
  color: #ff9e16;
}

.data-limited {
  color: #fbb042;
}

.data-none {
  color: #E63C2F;
}

.checkmark {
  margin: 0 8px 0 0;
  width: 26px;
}

#references {
  word-break: break-word;
}

.redflag {
  background: url(https://static.ewg.org/reports/2020/sunscreens/img/red_flag.png);
  background-position: 8px 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 0px 10px 0px 40px;
}

.yellow_warning {
  background: url(https://static.ewg.org/reports/2020/sunscreens/img/warning_sign_sm.png);
  background-position: 7px 5px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 0px 10px 0px 40px;
}

.sunscreen-tips-wrapper {
  margin-bottom: 100px;
}
.sunscreen-tips-wrapper .section-title-sm p {
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sunscreen-tips-wrapper .section-title-lg {
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  margin-bottom: 75px;
}
.sunscreen-tips-wrapper .section-title-lg h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 110% */
  letter-spacing: -0.16px;
  margin-bottom: 15px;
}
.sunscreen-tips-wrapper .sunscreen-tips-img {
  margin: 0 20px;
}
.sunscreen-tips-wrapper .sunscreen-tips-img h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0;
}
.sunscreen-tips-wrapper .sunscreen-tips-img p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .sunscreen-tips-wrapper .sunscreen-tips-img p {
    margin-bottom: 1rem;
  }
}

.subpage-nav {
  color: #0F854A;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 192.308% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .subpage-nav {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .subpage-nav {
    padding-left: 0;
  }
}

#title_h1_from_wp, #search_title_h1_from_wp {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.16px;
}

#title_h1_from_wp {
  text-transform: capitalize;
}

#search_title_h1_from_wp {
  padding-left: 20px;
}
@media (min-width: 992px) {
  #search_title_h1_from_wp {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  #search_title_h1_from_wp {
    padding-left: 20px;
  }
}

.verified-yearly-update {
  width: 100%;
  position: relative;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  color: #2b2b2b;
  font-size: 16px;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 600px) {
  .verified-yearly-update {
    width: 505px;
    flex-shrink: 0;
    display: flex;
    right: 43px;
    bottom: 20px;
  }
}
.verified-yearly-update strong {
  color: #2b2b2b;
  font-size: 16px;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 500;
  line-height: 21px;
  word-wrap: break-word;
}
.verified-yearly-update a:link,
.verified-yearly-update a:visited {
  color: #2b2b2b;
  font-size: 16px;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  line-height: 21px;
  word-wrap: break-word;
  cursor: pointer;
}

.verified-yearly-update-inner {
  width: 432px;
  padding-right: 30px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .verified-yearly-update-inner {
    padding: 0;
  }
}

.verified-yearly-svg {
  width: 10px;
  height: 10.957px;
  flex-shrink: 0;
  fill: #2b2b2b;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
}

.hero_text h1 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 125% */
  margin: 30px 0;
}
.hero_text h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero_text p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: -0.02px;
}

.get-the-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px auto !important;
}
@media (min-width: 768px) {
  .get-the-guide {
    flex-direction: row;
  }
}
.get-the-guide .get-the-guide-img {
  display: none;
}
@media (min-width: 768px) {
  .get-the-guide .get-the-guide-img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .get-the-guide .get-the-guide-img {
    display: block;
  }
}
@media (min-width: 1400px) {
  .get-the-guide .get-the-guide-img {
    height: 610px;
  }
}
.get-the-guide .get-the-guide-content {
  background-color: #402302;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 0 250px 0;
}
@media (min-width: 768px) {
  .get-the-guide .get-the-guide-content {
    border-radius: 0 0 300px 0;
    width: 100%;
    height: 577px;
  }
}
@media (min-width: 1200px) {
  .get-the-guide .get-the-guide-content {
    border-radius: 0 49% 49% 0;
  }
}
@media (min-width: 1400px) {
  .get-the-guide .get-the-guide-content {
    height: 607px;
  }
}
@media (min-width: 768px) {
  .get-the-guide .get-the-guide-content .guide-title-sm, .get-the-guide .get-the-guide-content .guide-title-lg, .get-the-guide .get-the-guide-content .guide-content, .get-the-guide .get-the-guide-content .get-guide-btn {
    margin-left: 100px;
  }
}
.get-the-guide .get-the-guide-content .guide-title-sm {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.get-the-guide .get-the-guide-content .guide-title-lg {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .get-the-guide .get-the-guide-content .guide-title-lg {
    padding-right: 300px;
  }
}
.get-the-guide .get-the-guide-content .guide-content {
  color: #fff;
  font-size: 20px;
  font-family: "freight-text-pro", serif;
  line-height: 30px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  padding: 35px 0 40px 0;
}
@media (min-width: 768px) {
  .get-the-guide .get-the-guide-content .guide-content {
    padding-right: 200px;
  }
}
.get-the-guide .get-the-guide-content .get-guide-btn {
  width: 100%;
  background-color: #0F854A;
  border: 2px solid #0F854A !important;
  padding: 20px 50px;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.get-the-guide .get-the-guide-content .get-guide-btn:hover {
  background-color: transparent;
  /* border: 1px solid #0F854A; */
}

.get-guide-btn, .read-report-btn, .hidden-get-guide-btn {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  /* height: 12%; */
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 1.5px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .footer-ea-embed .ngp-form.at {
    height: 350px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.footer-ea-embed .ngp-form.at label > kbd,
.footer-ea-embed .ngp-form.at .suggestion > kbd {
  border: 3px solid #231f20;
  clip: auto;
  color: #231f20;
  display: none;
  font-size: 20px;
  height: auto;
  justify-content: center;
  margin: 0 0 0 10px;
  overflow: hidden;
  padding: 0 26px;
  position: relative !important;
  width: auto;
}
@media (min-width: 600px) {
  .footer-ea-embed .ngp-form.at label > kbd,
  .footer-ea-embed .ngp-form.at .suggestion > kbd {
    font-size: 24px;
  }
}
.footer-ea-embed .ngp-form.at ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2b2b2b;
}
.footer-ea-embed .ngp-form.at ::-moz-placeholder { /* Firefox 19+ */
  color: #2b2b2b;
}
.footer-ea-embed .ngp-form.at :-ms-input-placeholder { /* IE 10+ */
  color: #2b2b2b;
}
.footer-ea-embed .ngp-form.at :-moz-placeholder { /* Firefox 18- */
  color: #2b2b2b;
}

.at input[type=text]:focus, .at input[type=password]:focus, .at input[type=date]:focus, .at input[type=datetime]:focus, .at input[type=datetime-local]:focus, .at input[type=month]:focus, .at input[type=week]:focus, .at input[type=email]:focus, .at input[type=number]:focus, .at input[type=search]:focus, .at input[type=tel]:focus, .at input[type=time]:focus, .at input[type=url]:focus, .at input[type=color]:focus, .at textarea:focus {
  box-shadow: none !important;
  border-color: #996529 !important;
}

.download-app-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 80px auto !important;
}
@media (min-width: 992px) {
  .download-app-container {
    flex-direction: row;
  }
}
.download-app-container .download-app-content {
  background-color: #402302;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 250px;
  text-align: center;
}
@media (min-width: 768px) {
  .download-app-container .download-app-content {
    border-radius: 0 0 0 300px;
    width: 100%;
    height: 524px;
  }
}
@media (min-width: 1200px) {
  .download-app-container .download-app-content {
    border-radius: 49% 0 0 49%;
  }
}
@media (min-width: 1400px) {
  .download-app-container .download-app-content {
    height: 614px;
  }
}
@media (min-width: 1400px) {
  .download-app-container .download-app-content .app-title, .download-app-container .download-app-content .app-text, .download-app-container .download-app-content a.app-link {
    margin-right: 110px;
  }
}
.download-app-container .download-app-content .app-title {
  font-family: "niveau-grotesk", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.16px;
}
.download-app-container .download-app-content .app-text {
  font-family: "freight-text-pro", serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
  padding: 25px 20px;
}
@media (min-width: 1400px) {
  .download-app-container .download-app-content .app-text {
    padding: 25px 100px;
  }
}
.download-app-container .download-app-content a.app-link {
  font-family: "niveau-grotesk", sans-serif;
  color: #FAF0D2 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-decoration: none !important;
}
.download-app-container .download-app-img-mid {
  display: none;
}
@media (min-width: 1200px) {
  .download-app-container .download-app-img-mid {
    display: block;
    position: absolute;
    max-width: 450px;
    height: auto;
    padding-top: 35px;
    margin-right: -300px;
  }
}
@media (min-width: 1400px) {
  .download-app-container .download-app-img-mid {
    max-width: 500px;
    padding-top: 55px;
    margin-right: -200px;
  }
}
.download-app-container .download-app-img {
  display: none;
}
@media (min-width: 768px) {
  .download-app-container .download-app-img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .download-app-container .download-app-img {
    display: block;
  }
}
@media (min-width: 1400px) {
  .download-app-container .download-app-img {
    height: 610px;
  }
}

.sunscreen101-wrapper .section-title-sm {
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.sunscreen101-wrapper .section-title-lg {
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 110% */
  letter-spacing: -0.16px;
}

.tips-boxes {
  margin: 0 25px 30px;
}

.inside-the-report hr {
  margin: 2rem 0 !important;
}
.inside-the-report a {
  text-decoration: none !important;
  transition: 0.3s ease-in-out !important;
}
.inside-the-report a h1 {
  color: #2b2b2b !important;
  font-family: "niveau-grotesk", sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  letter-spacing: -0.088px;
}
.inside-the-report a p {
  color: #2b2b2b !important;
  font-family: "freight-text-pro", serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.088px;
}
.inside-the-report a:hover > * {
  color: #0F854A !important;
}

.mobile-hide {
  display: none;
}
@media (min-width: 600px) {
  .mobile-hide {
    display: block;
  }
}

.mobile-hide-768 {
  display: none;
}

.mobile-hide-flex {
  display: none;
}
@media (min-width: 600px) {
  .mobile-hide-flex {
    display: flex;
  }
}

.sidebar-menu {
  display: none;
}
.sidebar-menu section {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .mobile-show {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile-hide-768 {
    display: block;
  }
  .mobile-show-768 {
    display: none;
  }
  .tip-sheet-tile {
    width: 32%;
  }
  .article-flex-wrapper {
    justify-content: space-around;
  }
  .article-flex-wrapper:after {
    content: "";
    width: 32%;
  }
  .signup-form-tile {
    display: block;
    width: 246px;
    height: 207px;
  }
  .signup-form-tile .signup-form-mobile-zip {
    width: 75%;
  }
  .signup-form-tile p {
    font-size: 14px;
    line-height: 1;
  }
  .signup-form-tile input {
    margin-bottom: 5px;
  }
  .signup-form-tile button {
    padding: 5px 11px;
    margin-left: -5px;
  }
}
@media screen and (min-width: 920px) {
  .signup-form-tile {
    width: 306px;
    height: 258px;
  }
  .signup-form-tile p {
    font-size: 16px;
    line-height: 1.2;
  }
  .signup-form-tile input {
    margin-bottom: 8px;
  }
  .signup-form-tile button {
    padding: 5px 10px;
    margin-left: -4px;
  }
  #ty_phone {
    background-position: 0 0;
    background-size: cover;
  }
  .article-flex-wrapper .use-our-app {
    width: 306px;
  }
}
@media screen and (min-width: 960px) {
  .flexbox-column-wrapper {
    max-width: 960px;
    width: 100%;
    display: flex;
    flex: 1;
    margin: 0 auto;
  }
  main {
    flex: 1 1 0%;
  }
  .sidebar-menu {
    display: block;
    width: 300px;
    flex: 0 0 300px;
  }
  article {
    margin: 0 30px 40px;
  }
  .article-flex-wrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    margin-left: 0;
  }
  article {
    margin: 0 30px 40px 0;
  }
}
#leftcol {
  width: 0;
  margin: 0;
  float: right;
}
@media (min-width: 1200px) {
  #leftcol {
    width: 220px;
    margin: 20px 65px 0 0;
    float: left;
  }
}

#rightcol {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 70px;
}
@media (min-width: 768px) {
  #rightcol {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  #rightcol {
    margin-top: 0;
    padding: 0;
  }
}

.plus, .minus, .plus-2, .minus-2 {
  width: 10px;
  margin: 5px 0 0 0;
  float: right;
}

.minus {
  display: none;
}

.plus-2 {
  display: none;
}

.references {
  font-size: 17px;
  letter-spacing: 0.045em;
  line-height: 1.3;
  margin-bottom: 50px;
}

.references h2 {
  margin-bottom: 8px;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
}

.dn {
  display: none !important;
}

.mr-auto {
  margin-right: auto;
}

.show-sm {
  display: none;
}

.header-filters-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .header-filters-btn-wrapper {
    margin-top: -44px;
  }
}

.btn-filters {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  margin: 0 25px 4px 0;
  padding: 10px 12px;
}
@media (min-width: 768px) {
  .btn-filters {
    margin: 0 22px 4px 0;
  }
}
@media (min-width: 1160px) {
  .btn-filters {
    display: none;
  }
}
.btn-filters .fa-chevron-right {
  margin: 0 0 0 20px;
}

.search-filters {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: scroll;
  padding: 15px 0 0;
  position: fixed;
  right: -240px;
  top: 0;
  transition: 0.5s ease;
  width: 240px;
  z-index: 10;
}
@media (min-width: 1160px) {
  .search-filters {
    border-left: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    transition: none;
    right: auto;
  }
}
.search-filters input[type=checkbox] {
  margin: 3px 3px 3px 0;
}

.filter-padding {
  padding: 0 20px;
}
.filter-padding:nth-child(2) {
  margin-left: 20px !important;
}
@media (min-width: 1200px) {
  .filter-padding {
    padding: 0;
  }
}
.filter-padding p {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 !important;
}
.filter-padding p a {
  font-weight: 500;
}
.filter-padding h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
}

.filter-collapsable-header, .filter-collapsable-header-inner {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.filter-collapsable-header .plus, .filter-collapsable-header .minus, .filter-collapsable-header-inner .plus, .filter-collapsable-header-inner .minus {
  margin: 0;
  width: 10px;
  position: absolute;
  right: 0;
}
.filter-collapsable-header h3, .filter-collapsable-header-inner h3 {
  color: #2b2b2b;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
}
.filter-collapsable-header a, .filter-collapsable-header p, .filter-collapsable-header-inner a, .filter-collapsable-header-inner p {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 18px */
  letter-spacing: 0px;
  text-transform: none;
  padding: 3px 0px 10px 10px;
}

.filter-collapsable-content {
  display: none;
  padding-top: 10px;
}
.filter-collapsable-content .brand-filters-wrapper {
  max-height: 300px;
  overflow-y: scroll;
}
.filter-collapsable-content ul {
  padding-left: 0 !important;
}
.filter-collapsable-content ul li {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 18px */
  width: 100%;
}
.filter-collapsable-content ul li a {
  color: #183D49;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}
.filter-collapsable-content .selected {
  border: 1px solid #0F854A;
}

.mobile-filters-header {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1160px) {
  .mobile-filters-header {
    display: none;
  }
}

.checkbox-wrapper {
  margin: 0 !important;
}
.checkbox-wrapper .side-nav-search-ul {
  padding-left: 0 !important;
}
.checkbox-wrapper label {
  color: #183D49;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 16.5px */
}

.filter-listings-wrapper {
  display: block;
  max-width: 1252px;
}
@media (min-width: 768px) {
  .filter-listings-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.filter-listings-wrapper .product-listings {
  margin: 0 auto 30px;
}
@media (min-width: 1160px) {
  .filter-listings-wrapper .product-listings {
    margin: 0 0 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1180px) {
  .filter-listings-wrapper .product-listings {
    padding-left: 0;
  }
}
@media (min-width: 1272px) {
  .filter-listings-wrapper .product-listings {
    padding-right: 0;
  }
}

.current-page-displayer {
  margin: 30px 25px 0;
  padding: 0;
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .current-page-displayer {
    margin: 30px 25px 20px 45px;
  }
}
@media (min-width: 992px) {
  .current-page-displayer {
    margin: 0 0 25px 25px;
  }
}
@media (min-width: 1200px) {
  .current-page-displayer {
    margin: 0 0 25px;
  }
}
.current-page-displayer a {
  color: #2b2b2b;
}

.score-legend-wrapper {
  justify-content: space-between;
  margin: 100px auto 30px !important;
  max-width: 1134px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .score-legend-wrapper {
    align-items: flex-start;
    display: flex;
    margin: 0 auto 60px !important;
  }
}
@media (min-width: 1200px) {
  .score-legend-wrapper {
    padding: 0 24px 0 70px;
  }
}
.score-legend-wrapper.header {
  max-width: 1292px;
}
@media (min-width: 1200px) {
  .score-legend-wrapper.header {
    padding: 0;
  }
}
.score-legend-wrapper a {
  line-height: 160%;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 768px) {
  .score-legend-wrapper a {
    text-decoration: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .score-legend-wrapper a {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .score-legend-wrapper a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .score-legend-wrapper .hazard-img-wrapper {
    display: flex;
  }
}
.score-legend-wrapper .hazard {
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  margin-right: 24px;
  margin-top: 15px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .score-legend-wrapper .hazard {
    margin-top: 2px;
  }
}
@media (min-width: 1200px) {
  .score-legend-wrapper .hazard {
    margin-top: 15px;
  }
}
.score-legend-wrapper .underline-hover:after, .score-legend-wrapper .underline-hover:before {
  bottom: -4px;
  content: none;
}
@media (min-width: 768px) {
  .score-legend-wrapper .underline-hover:after, .score-legend-wrapper .underline-hover:before {
    content: "";
  }
}

.legend-img-wrapper {
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .legend-img-wrapper {
    margin: 0;
    max-width: 400px;
  }
}
.legend-img-wrapper img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .legend-img-wrapper img {
    margin: 0 auto;
    max-width: 390px;
    width: 390px;
  }
}
@media (min-width: 992px) {
  .legend-img-wrapper img {
    max-width: 400px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .legend-img-wrapper img {
    margin: 0;
  }
}

.learn-more-wrapper {
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .learn-more-wrapper {
    max-width: 610px;
  }
}
@media (min-width: 768px) {
  .learn-more-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .learn-more-wrapper {
    width: auto;
    flex-direction: row;
    margin: 0;
    padding-top: 12px;
  }
}
.learn-more-wrapper .underline-hover {
  color: #2b2b2b;
  font-size: 8px;
}
@media (min-width: 480px) {
  .learn-more-wrapper .underline-hover {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .learn-more-wrapper .underline-hover {
    font-size: 12px;
  }
}

.product-info-wrapper {
  margin: 0 20px !important;
}
@media (min-width: 992px) {
  .product-info-wrapper {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .product-info-wrapper {
    column-gap: 80px;
    display: grid;
    grid-template-columns: 630px 340px;
    grid-template-rows: auto 1fr;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .product-info-wrapper {
    grid-template-columns: 730px 340px;
  }
}

.product-score-name-wrapper {
  display: flex;
  max-width: 732px;
  padding: 0;
}
@media (min-width: 768px) {
  .product-score-name-wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .product-score-name-wrapper {
    padding: 0;
  }
}
.product-score-name-wrapper .product-score {
  margin-bottom: 20px;
  max-width: 100%; /* was 70px */
  text-align: center;
}
@media (min-width: 768px) {
  .product-score-name-wrapper .product-score {
    max-width: 106px;
  }
}
@media (min-width: 1200px) {
  .product-score-name-wrapper .product-score {
    margin-bottom: 0;
  }
}
.product-score-name-wrapper .product-score.kit {
  text-align: left;
}
.product-score-name-wrapper .product-score p {
  font-family: "niveau-grotesk", sans-serif;
}
.product-score-name-wrapper .product-score .data-level,
.product-score-name-wrapper .product-score .availability {
  font-size: 13px;
  line-height: 114%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .product-score-name-wrapper .product-score .data-level,
  .product-score-name-wrapper .product-score .availability {
    font-size: 14px;
  }
}
.product-score-name-wrapper .product-score img .product-score-img {
  width: 106px;
  height: 106px;
}
.product-score-name-wrapper .product-score-range {
  align-items: center;
  display: flex;
  font-size: 34px;
  justify-content: space-around;
  margin: 10px 0 18px;
}
.product-score-name-wrapper img.range-product-score {
  width: 28px;
}
@media (min-width: 600px) {
  .product-score-name-wrapper img.range-product-score {
    width: 38px;
  }
}
.product-score-name-wrapper .verified,
.product-score-name-wrapper .squircle {
  margin-bottom: 8px;
  width: 100%;
}
.product-score-name-wrapper .product-name {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 120%;
  margin-bottom: 20px;
  max-width: 418px;
}
@media (min-width: 768px) {
  .product-score-name-wrapper .product-name {
    font-size: 38px;
  }
}
.product-score-name-wrapper .product-name #productname, .product-score-name-wrapper .product-name #ingredientName {
  background-color: transparent;
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  padding-left: 20px;
}
.product-score-name-wrapper .product-name #productname h1, .product-score-name-wrapper .product-name #ingredientName h1 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 120%;
  margin-bottom: 20px;
  max-width: 418px;
}
@media (min-width: 768px) {
  .product-score-name-wrapper .product-name #productname h1, .product-score-name-wrapper .product-name #ingredientName h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 41.8px */
    letter-spacing: -1px;
    margin: 0px;
  }
}

.product-wrapper {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 340px;
  padding: 30px 28px 32px;
}
@media (min-width: 768px) {
  .product-wrapper {
    display: flex;
    margin: 0 auto 30px;
    max-width: 800px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-wrapper {
    align-self: flex-start;
    display: block;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1/span 2;
    margin: 0 auto 100px;
  }
}
.product-wrapper hr {
  border: 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  height: 0;
}
.product-wrapper .btn {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  max-width: 276px;
  margin-bottom: 12px;
  color: #fff !important;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid #2b2b2b;
  background-color: #2b2b2b;
  transition: 0.3s ease-in-out;
}
.product-wrapper .btn:hover {
  color: #2b2b2b !important;
  background-color: transparent;
}
.product-wrapper .title {
  color: #2b2b2b !important;
  font-family: "niveau-grotesk", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .product-wrapper .product-upper {
    flex-basis: 276px;
    margin-right: 66px;
  }
}
@media (min-width: 1200px) {
  .product-wrapper .product-upper {
    flex-basis: initial;
    margin-right: 0;
  }
}
.product-wrapper .product-upper .source {
  color: rgba(43, 43, 43, 0.7);
  font-family: "niveau-grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 46px;
  margin-left: 20px;
  margin-top: -30px;
}
.product-wrapper .product-upper .source a {
  color: rgba(43, 43, 43, 0.7);
  font-size: 14px;
  text-decoration: underline;
}
.product-wrapper .product-upper #productimg {
  margin: 0px 0 0 0;
  background-color: #FFFFFF;
  text-align: center;
}
.product-wrapper .product-upper #productimg img {
  max-width: 285px;
  max-height: 350px;
  height: 100%;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-wrapper .product-upper .product-image img {
    width: 100%;
    height: auto;
  }
}
.product-wrapper .product-upper ul {
  padding-left: 0;
}
.product-wrapper .product-upper ul li a {
  color: #fff !important;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid #2b2b2b;
  background-color: #2b2b2b;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
  padding: 0 20px;
}
.product-wrapper .product-upper ul li a:hover {
  color: #2b2b2b !important;
  background-color: transparent;
}
.product-wrapper .product-upper .affiliate-disclaimer {
  color: #727272;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin: 6px 0 14px;
}
.product-wrapper .product-upper .affiliate-disclaimer a {
  color: #727272;
  font-weight: 400;
}
.product-wrapper .product-lower {
  line-height: 120%;
}
.product-wrapper .product-lower a, .product-wrapper .product-lower p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  opacity: 0.9;
  padding: 0;
}
.product-wrapper .product-lower a {
  text-decoration-line: underline;
  text-transform: capitalize;
}
.product-wrapper .product-lower .lower-content-container {
  height: 200px;
  overflow-y: scroll;
}

.understanding-scores {
  font-family: "niveau-grotesk", sans-serif;
  background: linear-gradient(180deg, rgba(223, 241, 223, 0) 1.56%, #DFF1DF 55.21%, rgba(223, 241, 223, 0) 100%);
  padding: 0 20px 80px;
}
@media (min-width: 768px) {
  .understanding-scores {
    padding: 0 20px 138px;
  }
}
.understanding-scores .intro-wrapper {
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.understanding-scores .intro-wrapper h2 {
  color: #2b2b2b;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  margin-bottom: 20px;
}
.understanding-scores .intro-wrapper p {
  color: #2b2b2b;
  text-align: center;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin-bottom: 20px;
  padding: 0;
}
.understanding-scores .intro-wrapper a {
  color: #2b2b2b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .understanding-scores .intro-wrapper {
    margin-bottom: 65px;
  }
}
.understanding-scores .intro-text {
  max-width: 550px;
}
@media (min-width: 1290px) {
  .understanding-scores .score-availability-wrapper {
    display: flex;
  }
}
.understanding-scores .hazard-score,
.understanding-scores .data-availability,
.understanding-scores .verification-process {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
@media (min-width: 1200px) {
  .understanding-scores .hazard-score,
  .understanding-scores .data-availability,
  .understanding-scores .verification-process {
    display: flex;
    flex-direction: column;
    height: 428px;
    justify-content: space-between;
  }
}
.understanding-scores .hazard-score h3,
.understanding-scores .data-availability h3,
.understanding-scores .verification-process h3 {
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.16px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .understanding-scores .hazard-score h3,
  .understanding-scores .data-availability h3,
  .understanding-scores .verification-process h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .understanding-scores .hazard-score h3,
  .understanding-scores .data-availability h3,
  .understanding-scores .verification-process h3 {
    font-size: 28px;
  }
}
.understanding-scores .hazard-score p,
.understanding-scores .data-availability p,
.understanding-scores .verification-process p {
  color: #2b2b2b;
  text-align: center;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  padding: 0;
}
.understanding-scores .hazard-score .title,
.understanding-scores .data-availability .title,
.understanding-scores .verification-process .title {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 233.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .understanding-scores .hazard-score.verified-product,
  .understanding-scores .verification-process {
    height: 478px;
  }
}
.understanding-scores .hazard-score {
  margin-bottom: 24px;
}
.understanding-scores .hazard-score .score-legend {
  display: block;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
@media (min-width: 1200px) {
  .understanding-scores .hazard-score .score-legend {
    margin-top: 5px;
  }
}
.understanding-scores .hazard-score-upper,
.understanding-scores .data-availability-upper,
.understanding-scores .verification-process-upper {
  padding: 25px 22px;
}
@media (min-width: 1200px) {
  .understanding-scores .hazard-score-upper,
  .understanding-scores .data-availability-upper,
  .understanding-scores .verification-process-upper {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
  }
}
.understanding-scores .verification-process-upper h3 {
  margin-bottom: 24px;
}
.understanding-scores .verification-process-upper .inner-flex {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .understanding-scores .verification-process-upper .inner-flex {
    padding-left: 42px;
  }
}
.understanding-scores .verification-process-upper .inner-flex p {
  max-width: 338px;
  text-align: left;
}
.understanding-scores .verification-process-upper .logo-text-wrapper {
  margin-right: 20px;
}
.understanding-scores .verification-process-upper .verified {
  margin-bottom: 14px;
  width: 100px;
}
.understanding-scores .verification-process-upper .verified-title {
  font-size: 14px;
  text-align: center;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .understanding-scores .data-availability-graph {
    margin-top: auto;
    margin-bottom: 30px;
  }
}
.understanding-scores .scale {
  font-size: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.understanding-scores .gradient {
  height: 4px;
  background: linear-gradient(270deg, #00418E 0%, #D1E4FB 100%);
  margin-bottom: 8px;
}
.understanding-scores .availability {
  font-size: 12px;
  justify-content: space-between;
}
.understanding-scores .availability .low, .understanding-scores .availability .mod, .understanding-scores .availability .high {
  width: 70px;
}
.understanding-scores .availability .mod {
  text-align: center;
}
.understanding-scores .availability .high {
  text-align: right;
}
.understanding-scores .hazard-score-footer,
.understanding-scores .data-availability-footer,
.understanding-scores .verification-process-footer {
  background-color: #f8f8f8;
  padding: 18px 22px;
}
@media (min-width: 1200px) {
  .understanding-scores .hazard-score-footer,
  .understanding-scores .data-availability-footer,
  .understanding-scores .verification-process-footer {
    height: 144px;
  }
}
.understanding-scores .hazard-score-footer p, .understanding-scores .hazard-score-footer a,
.understanding-scores .data-availability-footer p,
.understanding-scores .data-availability-footer a,
.understanding-scores .verification-process-footer p,
.understanding-scores .verification-process-footer a {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  text-align: left;
}
@media (min-width: 1200px) {
  .understanding-scores .hazard-score-footer.verified-product,
  .understanding-scores .verification-process-footer {
    height: 204px;
  }
}
@media (min-width: 768px) {
  .understanding-scores .data-availability-footer {
    display: flex;
  }
}
.understanding-scores .data-availability-footer .text-wrapper {
  margin-bottom: 14px;
}
.understanding-scores .verification-process-footer a {
  text-decoration: underline;
}
.understanding-scores .verification-process-footer ul {
  font-family: "freight-text-pro", serif;
  font-size: 16px;
  line-height: 140%;
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .understanding-scores .verification-process-footer ul {
    font-size: 18px;
  }
}

.product-concerns-and-info {
  padding: 44px 0px;
}
@media (min-width: 768px) {
  .product-concerns-and-info {
    padding: 44px 20px;
  }
}
@media (min-width: 992px) {
  .product-concerns-and-info {
    padding: 44px 0;
  }
}
.product-concerns-and-info h2 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  margin-bottom: 10px;
}
.product-concerns-and-info h4 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
.product-concerns-and-info h4 .ingredient-disclosure-good {
  color: #0F854A;
}
.product-concerns-and-info h4 .ingredient-disclosure-some {
  color: #fbb042;
}
.product-concerns-and-info h4 .ingredient-disclosure-poor {
  color: #E63C2F;
}
.product-concerns-and-info p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0.9;
}
.product-concerns-and-info .chemical-about-text {
  margin-bottom: 38px;
}
.product-concerns-and-info .certifications, .product-concerns-and-info .label-info {
  margin: 0;
  max-width: 572px;
}

.product-concerns-and-info-nav {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  justify-content: space-between;
  margin: 0 0 20px;
  max-width: 670px;
}
@media (min-width: 768px) {
  .product-concerns-and-info-nav {
    justify-content: flex-start;
  }
}
.product-concerns-and-info-nav .nav-element {
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-bottom: -1px;
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  .product-concerns-and-info-nav .nav-element {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .product-concerns-and-info-nav .nav-element {
    margin-right: 34px;
  }
}
.product-concerns-and-info-nav .nav-element.active {
  border-bottom: 1px solid #000;
}

.product-ingredient-info-wrapper {
  margin: 0;
  max-width: 620px;
}
.product-ingredient-info-wrapper h2 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  margin-bottom: 20px;
}
.product-ingredient-info-wrapper h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-top: 25px;
}
.product-ingredient-info-wrapper p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0.9;
}
.product-ingredient-info-wrapper a {
  color: #2b2b2b;
}
.product-ingredient-info-wrapper .ingredient-concerns {
  margin-bottom: 34px;
}
.product-ingredient-info-wrapper .ingredient-concerns ul {
  padding-left: 0;
}

.ingredient-concerns .concern, .byo-concerns .concern {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.ingredient-concerns .level, .byo-concerns .level {
  flex-basis: 100px;
  font-size: 10px;
  letter-spacing: 1.5px;
  padding-top: 6px;
  text-transform: uppercase;
}
.ingredient-concerns .level.range, .byo-concerns .level.range {
  flex-basis: 160px;
}
.ingredient-concerns .level div[class^=concern-], .byo-concerns .level div[class^=concern-] {
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  margin-right: 6px;
  width: 9px;
}
.ingredient-concerns .level .concern-low, .byo-concerns .level .concern-low {
  background-color: #009D4E;
}
.ingredient-concerns .level .concern-some, .byo-concerns .level .concern-some {
  background-color: #fbb042;
}
.ingredient-concerns .level .concern-moderate, .byo-concerns .level .concern-moderate {
  background-color: #E0803B;
}
.ingredient-concerns .level .concern-high, .byo-concerns .level .concern-high {
  background-color: #E63C2F;
}
.ingredient-concerns .concern-text, .byo-concerns .concern-text {
  flex: 1;
  padding-right: 20px;
}

.ingredient-concerns-table-wrapper {
  max-height: 600px;
  margin-bottom: 34px;
  overflow: auto;
}
.ingredient-concerns-table-wrapper h2 {
  margin-bottom: 30px;
}
.ingredient-concerns-table-wrapper ul {
  width: 100%;
}
.ingredient-concerns-table-wrapper ul li:first-child {
  border-top: 1px solid #808285;
}
.ingredient-concerns-table-wrapper ul li {
  border-bottom: 1px solid #808285;
  padding: 14px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .ingredient-concerns-table-wrapper ul li {
    min-height: 126px;
  }
}
.ingredient-concerns-table-wrapper ul li:hover {
  background-color: #F1F2F2;
}

.table-ingredient-concerns {
  border-collapse: separate;
  border-spacing: 0 2px;
  overflow: scroll;
  width: 100%;
}
.table-ingredient-concerns p {
  line-height: 1.2;
}
.table-ingredient-concerns tr {
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
.table-ingredient-concerns td,
.table-ingredient-concerns th {
  font-size: 14px;
  padding: 12px 10px;
}
@media (min-width: 600px) {
  .table-ingredient-concerns td,
  .table-ingredient-concerns th {
    font-size: 16px;
  }
}
.table-ingredient-concerns th {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 600px) {
  .table-ingredient-concerns th {
    font-size: 17px;
  }
}
.table-ingredient-concerns .plus,
.table-ingredient-concerns .minus {
  margin-right: 0;
}
.table-ingredient-concerns .minus {
  display: block;
}
.table-ingredient-concerns .ingredient-overview-tr {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.table-ingredient-concerns .td-score {
  text-align: center;
  width: 65px;
}
.table-ingredient-concerns .td-concern {
  max-width: 300px;
  text-align: left;
  width: 30px;
}
.table-ingredient-concerns .td-availability-interior {
  width: 175px;
}
.table-ingredient-concerns .td-availability-interior .text-intro {
  font-weight: 300;
}
.table-ingredient-concerns .td-availability-interior #data-availability-bold {
  font-weight: 500;
}
.table-ingredient-concerns .td-ingredient {
  align-items: center;
  padding: 18px 2px;
  width: 270px;
}
@media (min-width: 768px) {
  .table-ingredient-concerns .td-ingredient {
    display: flex;
    justify-content: space-between;
    width: 520px;
  }
}
.table-ingredient-concerns .td-ingredient-interior {
  max-width: 290px;
}
.table-ingredient-concerns .td-concern-interior {
  margin: 0 auto;
  max-width: 372px;
}
.table-ingredient-concerns .td-concern-interior .plus, .table-ingredient-concerns .td-concern-interior .minus {
  margin: 0;
}
.table-ingredient-concerns .ingredient-more-info-wrapper {
  background-color: #fff;
}
.table-ingredient-concerns .ingredient-more-info-wrapper > td {
  transition: 0.6s all ease-out;
}
.table-ingredient-concerns .ingredient-more-info {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: -14px;
  width: 100%;
}
.table-ingredient-concerns .ingredient-more-info tr {
  background-color: #fff;
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  display: flex;
  align-items: center;
}
.table-ingredient-concerns .ingredient-more-info tr:last-child {
  border-bottom: none;
}
.table-ingredient-concerns .ingredient-more-info tr:last-child td {
  padding: 10px 24px 14px;
}
.table-ingredient-concerns .ingredient-more-info tr:last-child td a {
  color: #2b2b2b;
  text-decoration: none;
}
.table-ingredient-concerns .ingredient-more-info td {
  padding: 18px 12px;
}
@media (min-width: 768px) {
  .table-ingredient-concerns .ingredient-more-info td {
    padding: 18px 24px;
  }
}
.table-ingredient-concerns .ingredient-more-info td:first-child {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.table-ingredient-concerns .ingredient-more-info td:nth-child(2) {
  font-family: "freight-text-pro", serif;
  font-size: 14px;
  max-width: 220px;
}
@media (min-width: 600px) {
  .table-ingredient-concerns .ingredient-more-info td:nth-child(2) {
    font-size: 16px;
    max-width: 400px;
  }
}

.ingredient-score-data {
  align-items: flex-start;
  bottom: 14px;
  display: flex;
  top: auto;
}
@media (min-width: 768px) {
  .ingredient-score-data {
    bottom: auto;
    top: 70px;
  }
}
.ingredient-score-data p {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.07em;
  margin-left: 10px;
}

.ingredient-score {
  width: 34px;
}
@media (min-width: 600px) {
  .ingredient-score {
    width: 35px;
  }
}

.cert-image-text-wrapper {
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .cert-image-text-wrapper {
    display: flex;
  }
}
.cert-image-text-wrapper a {
  color: #2b2b2b;
  text-decoration: none;
}

img.thirdpartylogo {
  width: 175px;
  float: left;
  padding: 15px 20px 0 0;
  margin-right: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  img.thirdpartylogo {
    margin-bottom: 0;
  }
}

.collapsable-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.collapsable-header h2 {
  font-size: 26px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collapsable-header h2 {
    font-size: 32px;
  }
}
.collapsable-header h3 {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 0;
}
.collapsable-header .plus, .collapsable-header .minus {
  width: 10px;
  margin: 0 !important;
}
.collapsable-header .chemical-concern-table {
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}
.collapsable-header .chemical-concern-table tr {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}
.collapsable-header .chemical-concern-table tr:last-child {
  border-bottom: none;
}
.collapsable-header .chemical-concern-table th {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.collapsable-header .chemical-concern-table th:first-child {
  width: 100px;
  padding-bottom: 18px;
}
@media (min-width: 600px) {
  .collapsable-header .chemical-concern-table th:first-child {
    padding-bottom: 5px;
  }
}
.collapsable-header .chemical-concern-table .concern-text {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: none !important;
  letter-spacing: 0.2px;
}

.collapsable-block-content {
  display: none;
}
.collapsable-block-content.where-to-purchase {
  margin: -20px 0 60px;
}
.collapsable-block-content .chemical-concern-table {
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}
.collapsable-block-content .chemical-concern-table tr {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}
.collapsable-block-content .chemical-concern-table tr:last-child {
  border-bottom: none;
}
.collapsable-block-content .chemical-concern-table td {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  padding: 20px 0 0;
  vertical-align: initial;
  opacity: 0.9;
}

#search_results_wrap .cd-member-info {
  height: 125px;
}
@media (min-width: 768px) {
  #search_results_wrap .cd-member-info {
    height: 135px;
  }
}
#search_results_wrap .product-score-wrapper {
  padding: 0 15px;
  background-color: #F8F8F8;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#search_results_wrap .product-score-wrapper .product-score-img {
  width: 40px;
  height: 40px;
  position: static;
  margin: 10px 10px 10px 0 !important;
  transform: none;
}
#search_results_wrap .product-score-wrapper .product-score-text {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.search-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .search-title-wrapper .sort-by-main-wrapper {
    margin-right: 11px;
  }
}

.product-page-nav {
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-page-nav label {
  letter-spacing: 0.05em;
}
.product-page-nav .go-to-page input {
  width: 52px;
  height: 30px;
  border: none;
  background-color: #F1F2F2;
}
@media (min-width: 992px) {
  .product-page-nav .sort-by-wrapper {
    margin-right: 17px;
  }
}
.product-page-nav .sort-by-wrapper .current {
  font-size: 1em;
  font-weight: 400;
}
.product-page-nav .previous_page {
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 20px;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.product-page-nav .next_page {
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 20px;
  margin-left: 5px;
  position: absolute;
  right: 0;
}
.product-page-nav .previous_page,
.product-page-nav .next_page {
  display: flex;
}
.product-page-nav .previous_page img,
.product-page-nav .next_page img {
  margin: 0 10px;
  width: 10px;
}
.product-page-nav .disabled {
  visibility: hidden;
}
.product-page-nav .pages {
  font-size: 13px;
  align-items: center;
}
@media (min-width: 768px) {
  .product-page-nav .pages {
    font-size: 16px;
  }
}
.product-page-nav .pages p {
  padding: 0 10px;
}
.product-page-nav .pages a:not(.previous_page):not(.next_page) {
  color: #000000;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page-nav .pages a:not(.previous_page):not(.next_page):hover {
  background-color: #f9f9f9;
  border-radius: 50%;
}
.product-page-nav .pages .current {
  background-color: #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.2em;
  height: 30px;
  width: 30px;
}
.product-page-nav.product-sort-wrapper {
  justify-content: flex-start;
  max-width: 250px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .product-page-nav.product-sort-wrapper {
    justify-content: flex-end;
    max-width: 1252px;
  }
}
@media (min-width: 992px) {
  .product-page-nav.product-sort-wrapper {
    padding-right: 0;
  }
}

.product-page-nav-mobile {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 14px;
}
.product-page-nav-mobile a {
  color: #000000;
}
.product-page-nav-mobile .flex-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.product-page-nav-mobile .product-page-nav-btn {
  border: 1px solid #000000;
  padding: 0 10px;
  height: 36px;
  display: flex;
  align-items: center;
}
.product-page-nav-mobile .product-page-nav-btn p {
  display: inline;
  font-size: 12px;
  font-weight: 600;
}
.product-page-nav-mobile .product-page-nav-btn .fa-angle-left {
  padding-right: 4px;
}
.product-page-nav-mobile .product-page-nav-btn .fa-angle-right {
  padding-left: 4px;
}
.product-page-nav-mobile .disabled .product-page-nav-btn {
  color: #BCBEC0;
  border: 1px solid #BCBEC0 !important;
}
.product-page-nav-mobile .page-counter {
  color: #6D6E71;
  font-size: 12px;
  text-align: right;
}
.product-page-nav-mobile .page-counter p {
  margin-right: 20px;
}

.flex {
  display: flex;
}

b,
.bold {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.upcase {
  text-transform: uppercase;
}

.flex-wrapper {
  display: flex;
}

.grid {
  display: grid;
}

.m0a {
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.p0-12 {
  padding: 0 12px !important;
}

.pt80 {
  padding-top: 80px;
}

.pb200 {
  padding-bottom: 200px;
}

.mfix {
  margin: -100px 0 100px 0;
}

.width90 {
  width: 90%;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clearfix {
  clear: both;
}

.clearfix-right-mobile {
  clear: both;
}

.db {
  display: block;
}

.dn {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.tac {
  text-align: center;
}

.underline-hover {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .underline-hover {
    font-size: 12px;
  }
}

.underline-hover:before {
  transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
  transform-origin: 0 50%;
  transform: scaleX(0) translateZ(0);
}

.underline-hover:after, .underline-hover:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #122940;
}

.underline-hover:after {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.13s;
  transform-origin: 100% 50%;
  transform: scaleX(1) translateZ(0);
}

@media (any-hover: hover) {
  .underline-hover:hover:before {
    transform: scaleX(1) translateZ(0);
    transition-delay: 0.13s;
    transition-duration: 0.5s;
  }
  .underline-hover:hover:after {
    transform: scaleX(0) translateZ(0);
    transition-delay: 0s;
    transition-duration: 0.45s;
  }
}
.nice-select {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 38px;
  margin: 6px 2px;
  outline: none;
  padding-left: 12px;
  padding-right: 34px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .nice-select {
    width: 240px;
  }
}
.nice-select:hover {
  border-color: #e9e9e9;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #000;
}
.nice-select:after {
  content: "";
  display: block;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid #000;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 62%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #fbfbfb;
  color: #f8f8f8;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #333333;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 15px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #f6f6f6;
  box-shadow: 0 0 0 1px rgba(246, 246, 246, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-20px);
  -ms-transform: scale(0.75) translateY(-20px);
  transform: scale(0.75) translateY(-20px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  width: 240px;
  z-index: 9;
}
@media (min-width: 768px) {
  .nice-select .list {
    width: 240px;
  }
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  list-style: none;
  min-height: 35px;
  outline: none;
  padding-left: 12px;
  padding-right: 23px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option:hover {
  background-color: #000;
  color: #fff;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #f8f8f8;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.active {
  color: #2b2b2b;
}

.header-main {
  background-color: #996529;
  height: 50px;
  font-size: 10px;
  letter-spacing: 1.5px;
  position: relative;
  text-transform: uppercase;
  color: #fff !important;
}
@media (min-width: 768px) {
  .header-main {
    font-size: 11px;
  }
}
.header-main p {
  font-size: 14px;
  color: #fff;
}
.header-main a {
  align-items: center;
  display: flex;
  height: 50px;
  margin-left: 18px;
  color: #fff;
  text-decoration: none !important;
  font-weight: 400;
}
.header-main a:hover {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.header-main .mobile-hide {
  display: none;
}
@media (min-width: 1370px) {
  .header-main .mobile-hide {
    display: flex;
  }
}
.header-main .content-max-width {
  display: flex;
  justify-content: space-between;
}
.header-main .header-main-left {
  align-items: center;
  display: flex;
  padding-left: 20px;
  width: 230px;
  color: #fff;
  line-height: 1;
  height: 50px;
}
@media (min-width: 600px) {
  .header-main .header-main-left {
    width: auto;
  }
}
@media (min-width: 768px) {
  .header-main .header-main-left {
    padding-left: 20px;
    padding-right: 0;
  }
}
.header-main .header-main-right {
  align-items: center;
  display: flex;
  padding-right: 42px;
  position: relative;
  color: #fff;
}
.header-main .profile-icon {
  margin-right: 6px;
  width: 18px;
}
.header-main .search-icon-wrapper {
  cursor: pointer;
}
.header-main .search-icon {
  width: 14px;
}
.header-main .header-main-donate {
  background-color: #ff4e00;
}
.header-main .header-main-signup {
  background-color: #ff9e1f;
}
.header-main .header-menu {
  margin-left: 30px;
  color: #fff;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.header-main .header-menu i {
  margin-right: 20px;
}
.header-main .header-logo {
  margin-right: 30px;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #fff;
}
.header-main .header-logo a {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}
.header-main li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 150ms ease-in-out;
}
.header-main .header-main-donate:hover {
  background-color: #ff4e00;
  text-decoration: underline;
}
.header-main .header-main-signup:hover {
  background-color: #ff9e1f;
  text-decoration: underline;
}
.header-main .hamburger-menu {
  cursor: pointer;
  margin-left: 12px;
  width: 21px;
}
@media (min-width: 1370px) {
  .header-main .hamburger-menu {
    display: none;
  }
}

.header-sub {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 20px 0;
  padding-top: 20px;
  margin-bottom: 26px !important;
}
@media (min-width: 600px) {
  .header-sub {
    height: auto;
  }
}
@media (min-width: 768px) {
  .header-sub {
    padding: 24px 22px 0;
  }
}
@media (min-width: 992px) {
  .header-sub {
    padding: 24px 0 0 0;
  }
}
.header-sub h3.title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  color: #2b2b2b;
  margin-right: 50px;
}
.header-sub p {
  margin-left: 16px;
  margin-right: 18px;
}
.header-sub .header-sub-left {
  align-items: center;
  left: 0;
}
@media (min-width: 768px) {
  .header-sub .header-sub-left {
    padding-left: 35px;
  }
}
.header-sub .header-sub-left a {
  color: #2b2b2b !important;
  text-decoration: none !important;
}
.header-sub .header-sub-right {
  display: flex;
  right: 0;
  padding-right: 50px;
}
.header-sub .header-sub-left,
.header-sub .header-sub-right-mobile {
  align-items: center;
}
.header-sub .header-sub-left .sub-header-link,
.header-sub .header-sub-right-mobile .sub-header-link {
  margin-right: 30px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}
.header-sub .header-sub-left .sub-header-link:last-child,
.header-sub .header-sub-right-mobile .sub-header-link:last-child {
  margin-right: 0;
}
.header-sub .header-sub-left .sub-header-link:hover, .header-sub .header-sub-left .sub-header-link.active,
.header-sub .header-sub-right-mobile .sub-header-link:hover,
.header-sub .header-sub-right-mobile .sub-header-link.active {
  text-decoration: underline !important;
  text-underline-offset: 4px;
  cursor: pointer;
}
.header-sub .header-sub-center {
  display: none;
  font-size: 15px;
}
@media (min-width: 1370px) {
  .header-sub .header-sub-center {
    display: block;
  }
}
.header-sub .header-sub-center a {
  margin-right: 20px;
}
.header-sub .header-sub-center a:last-child {
  margin-right: 0;
}
.header-sub .header-sub-center a:hover, .header-sub .header-sub-center a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.header-sub .chevron {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  width: 10px;
}
.header-sub .header-sub-right {
  align-self: flex-start;
  display: none;
}
@media (min-width: 768px) {
  .header-sub .header-sub-right {
    display: flex;
  }
}
.header-sub .header-sub-right .links {
  font-size: 13px;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 24px;
}
.header-sub .header-sub-right .links a {
  color: #939598;
}
.header-sub .header-sub-right .links a:hover {
  text-decoration: underline;
}
.header-sub .header-sub-right .searches {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-right: 0;
}
.header-sub .header-sub-right .searches span {
  background-color: #eeebef;
}
.header-sub .header-logo {
  width: 38px;
  margin-right: 18px;
}
@media (min-width: 600px) {
  .header-sub .header-logo {
    margin-left: 18px;
    width: 50px;
  }
}
.header-sub .btn {
  align-items: center;
  display: flex;
  font-size: 11px;
  height: 44px;
  justify-content: center;
  letter-spacing: 1.5px;
  width: 150px;
  border-radius: 0 !important;
  color: #fff;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: #0F854A;
  border: 2px solid #0F854A;
  padding: 17px 35px;
  transition: 0.3s ease-in-out;
  width: 120px;
  height: 50px;
}
.header-sub .btn:hover {
  background: #084828;
  border: 2px solid #084828;
  color: #fff;
}
.header-sub .header-menu {
  width: 28px;
}
.header-sub .close-menu {
  width: 24px;
}
.header-sub .first-dropdown-trigger:hover ~ .first-menu-dropdown {
  visibility: visible;
  transition-delay: 0s;
}
.header-sub .first-dropdown-trigger:hover ~ .first-menu-dropdown .category-cards-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
  transition-delay: 0.2s;
}
.header-sub .first-dropdown-trigger svg {
  margin-bottom: 2px;
  margin-left: 2px;
}
.header-sub .second-dropdown-trigger:hover ~ .second-menu-dropdown {
  visibility: visible;
  transition-delay: 0s;
}
.header-sub .second-dropdown-trigger:hover ~ .second-menu-dropdown .category-cards-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
  transition-delay: 0.2s;
}
.header-sub .second-dropdown-trigger svg {
  margin-bottom: 2px;
  margin-left: 2px;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 1400px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-mobile-2 {
  display: none;
}
@media only screen and (min-width: 1370px) {
  .hide-on-mobile-2 {
    display: block;
  }
}

.mobile-menu-wrapper {
  background-color: rgba(43, 43, 43, 0.2);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.mobile-menu .menu-card {
  background-color: #fff;
  height: 100vh;
  width: 340px;
  overflow: scroll;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s all ease-in-out;
  z-index: 20;
  padding-bottom: 10em;
}
.mobile-menu .main-links {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.mobile-menu .main-links li {
  border-bottom: 0.5px solid rgba(43, 43, 43, 0.25);
}
.mobile-menu .main-links a {
  color: #2b2b2b;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 20px;
}
.mobile-menu .main-links .cat-title {
  cursor: initial;
}
.mobile-menu .main-links .close,
.mobile-menu .main-links .caret {
  cursor: pointer;
}
.mobile-menu .sub-links {
  padding: 25px 20px;
  list-style-type: none !important;
  margin-bottom: 0;
}
.mobile-menu .sub-links li {
  margin-bottom: 20px;
}
.mobile-menu .sub-links a {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.mobile-menu .btns-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.mobile-menu .btn {
  align-items: center;
  display: flex;
  font-size: 11px;
  height: 55px;
  justify-content: center;
  margin-right: 15px;
  letter-spacing: 1.5px;
  width: 144px;
  border-radius: 0;
}
.mobile-menu .btn-hollow {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: transparent;
  color: #37205f;
  border: 2px solid #37205f;
  padding: 0 5px;
  transition: 0.3s ease-in-out;
}
.mobile-menu .btn-hollow:hover {
  background: #37205f;
  color: #fff;
}
.mobile-menu .btn-green {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #0F854A;
  border: 2px solid #0F854A;
  font-weight: 500;
  padding: 0 5px;
  transition: 0.3s ease-in-out;
}
.mobile-menu .btn-green:hover {
  background: #006031;
  border: 2px solid #006031;
  color: #fff;
}
.mobile-menu .close {
  width: 12px;
}
.mobile-menu .caret {
  width: 6px;
}
.mobile-menu .menu-card-hide {
  right: -340px;
  transition: 0.4s all ease-in-out;
}
.mobile-menu .menu-card-show {
  right: 0;
  transition: 0.4s all ease-in-out;
}

.header-search-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.header-search-wrapper .browse-search-wrapper {
  margin-bottom: 0;
  padding: 0 10px;
  z-index: 11;
}
.header-search-wrapper .browse-search-wrapper a {
  height: auto;
  margin-left: 0;
}
.header-search-wrapper .browse-search-submit {
  right: 25px;
}

#hidden-dropdown-search {
  display: none;
}

.first-menu-dropdown, .second-menu-dropdown {
  background-color: #fff;
  left: 0;
  right: 0;
  position: absolute;
  top: 150px;
  visibility: hidden;
  transition: 0.2s;
  z-index: 100;
}
.first-menu-dropdown:hover, .second-menu-dropdown:hover {
  visibility: visible;
  transition-delay: 0s;
}
.first-menu-dropdown:hover .category-cards-wrapper, .second-menu-dropdown:hover .category-cards-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
  transition-delay: 0.2s;
}
.first-menu-dropdown .dropdown-search-wrapper, .second-menu-dropdown .dropdown-search-wrapper {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  padding: 21px 0;
}
.first-menu-dropdown .dropdown-search-wrapper .homepage-search-wrapper, .second-menu-dropdown .dropdown-search-wrapper .homepage-search-wrapper {
  margin-bottom: 0;
}
.first-menu-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input, .second-menu-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input {
  border: none;
  border-radius: 100px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  height: 49px;
  max-width: 592px;
  text-indent: 20px;
}
@media (min-width: 768px) {
  .first-menu-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input, .second-menu-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input {
    font-size: 14px;
    width: 592px;
  }
}
.first-menu-dropdown .dropdown-search-wrapper .homepage-search-input, .second-menu-dropdown .dropdown-search-wrapper .homepage-search-input {
  border: 1px solid rgba(43, 43, 43, 0.15);
  box-shadow: none;
}
.first-menu-dropdown .category-cards-wrapper, .second-menu-dropdown .category-cards-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 100px 30px;
  opacity: 0;
  transform: translateY(0.7rem);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
  transition-delay: 0s;
}
@media (min-width: 1440px) {
  .first-menu-dropdown .category-cards-wrapper, .second-menu-dropdown .category-cards-wrapper {
    flex-direction: row;
    padding: 48px 100px 80px;
  }
}
.first-menu-dropdown .categories, .second-menu-dropdown .categories {
  border-bottom: 1px solid rgba(43, 43, 43, 0.25);
  display: grid;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media (min-width: 1440px) {
  .first-menu-dropdown .categories, .second-menu-dropdown .categories {
    border-bottom: none;
    border-right: 1px solid rgba(43, 43, 43, 0.25);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 74px;
  }
}
.first-menu-dropdown .category, .second-menu-dropdown .category {
  max-width: 330px; /* old value: 230px */
}
.first-menu-dropdown .category hr, .first-menu-dropdown .category-2 hr, .second-menu-dropdown .category hr, .second-menu-dropdown .category-2 hr {
  border: none;
  border-bottom: 1px solid rgb(43, 43, 43);
  margin-bottom: 22px;
}
.first-menu-dropdown .category ul, .first-menu-dropdown .category li, .first-menu-dropdown .category-2 ul, .first-menu-dropdown .category-2 li, .second-menu-dropdown .category ul, .second-menu-dropdown .category li, .second-menu-dropdown .category-2 ul, .second-menu-dropdown .category-2 li {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.first-menu-dropdown .category ul, .first-menu-dropdown .category-2 ul, .second-menu-dropdown .category ul, .second-menu-dropdown .category-2 ul {
  margin-bottom: 20px;
}
.first-menu-dropdown .category li, .first-menu-dropdown .category-2 li, .second-menu-dropdown .category li, .second-menu-dropdown .category-2 li {
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 15px;
  cursor: pointer;
}
.first-menu-dropdown .category li:hover, .first-menu-dropdown .category-2 li:hover, .second-menu-dropdown .category li:hover, .second-menu-dropdown .category-2 li:hover {
  text-decoration: underline !important;
}
.first-menu-dropdown .category .cat-header, .first-menu-dropdown .category-2 .cat-header, .second-menu-dropdown .category .cat-header, .second-menu-dropdown .category-2 .cat-header {
  color: #2b2b2b;
  margin-bottom: 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.first-menu-dropdown .category .title, .first-menu-dropdown .category .title a, .first-menu-dropdown .category-2 .title, .first-menu-dropdown .category-2 .title a, .second-menu-dropdown .category .title, .second-menu-dropdown .category .title a, .second-menu-dropdown .category-2 .title, .second-menu-dropdown .category-2 .title a {
  font-weight: 500;
  margin-bottom: 10px;
}
.first-menu-dropdown .columns-wrapper, .second-menu-dropdown .columns-wrapper {
  display: flex;
  justify-content: space-between;
}
.first-menu-dropdown .cards, .second-menu-dropdown .cards {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 1440px) {
  .first-menu-dropdown .cards, .second-menu-dropdown .cards {
    display: block;
  }
}
.first-menu-dropdown .card, .second-menu-dropdown .card {
  margin-bottom: 28px;
  padding: 50px 45px;
  max-width: 329px;
}
.first-menu-dropdown .card h3, .second-menu-dropdown .card h3 {
  line-height: 120%;
}
.first-menu-dropdown .card p, .second-menu-dropdown .card p {
  font-size: 17px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 28px;
}
.first-menu-dropdown .card .btn, .second-menu-dropdown .card .btn {
  background-color: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 11px;
  height: auto;
  letter-spacing: 1.5px;
  padding: 18px;
  width: 17em;
  border: none;
}
.first-menu-dropdown .card .btn:hover, .second-menu-dropdown .card .btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
}
.first-menu-dropdown .card-glossary, .second-menu-dropdown .card-glossary {
  background-image: url(https://static.ewg.org/sunscreen/sunscreen-25-hidden-menu-img.jpg);
}
.first-menu-dropdown .card-report, .second-menu-dropdown .card-report {
  background-image: url(https://static.ewg.org/upload/jpg/ewg-cleaners-dropdown-img-2.jpg);
}
.first-menu-dropdown .card-glossary, .first-menu-dropdown .card-report, .second-menu-dropdown .card-glossary, .second-menu-dropdown .card-report {
  background-size: cover;
  width: 100%;
  border: none;
  border-radius: 0 !important;
}
.first-menu-dropdown .card-glossary h3, .first-menu-dropdown .card-report h3, .second-menu-dropdown .card-glossary h3, .second-menu-dropdown .card-report h3 {
  color: #2b2b2b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.first-menu-dropdown .card-glossary p, .first-menu-dropdown .card-report p, .second-menu-dropdown .card-glossary p, .second-menu-dropdown .card-report p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.first-menu-dropdown .column, .second-menu-dropdown .column {
  width: 300px;
}

.first-menu-dropdown .categories, .second-menu-dropdown .categories {
  gap: 34px 28px;
  grid-template-columns: 348px 348px;
}

@media (min-width: 992px) {
  .at-fields {
    display: flex;
  }
}

@media (min-width: 992px) {
  .at .at-fieldset {
    min-width: 0 !important;
  }
}

.at form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .at form {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}

.footer-form-wrapper .ngp-form.at input[type=email] {
  color: #2b2b2b;
}

.tyty2015_class_signup_left_updated .ngp-form.at {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .tyty2015_class_signup_left_updated .ngp-form.at {
    max-width: 280px !important;
  }
}
.tyty2015_class_signup_left_updated .at-fields {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=main.css.map */
