@charset "UTF-8";
/* 
SCSS: http://sass-lang.com/
Compass SCSS Reference: http://compass-style.org/reference/compass/
*/
@import url(http://fonts.googleapis.com/css?family=Economica);
/* line 7, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
ol, ul {
  list-style: none;
}

/* line 21, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
q, blockquote {
  quotes: "" "";
}

/* line 96, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, app/assets/stylesheets/compass/reset/_utilities-legacy.scss */
a img {
  border: none;
}

/* line 5, app/assets/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, app/assets/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, app/assets/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, app/assets/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, app/assets/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

/* line 103, app/assets/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, app/assets/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, app/assets/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, app/assets/stylesheets/layout/_category-grid.scss */
ul, li {
  list-style: none !important;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/layout/_category-grid.scss */
.browse-categories {
  background-color: #F8F4FF;
  padding: 42px 0 28px;
}

/* line 10, app/assets/stylesheets/layout/_category-grid.scss */
.browse-categories h3 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/layout/_category-grid.scss */
  .browse-categories h3 {
    margin-bottom: 34px;
  }
}

@media (min-width: 960px) {
  /* line 10, app/assets/stylesheets/layout/_category-grid.scss */
  .browse-categories h3 {
    font-size: 28px;
    margin-bottom: 26px;
  }
}

/* line 31, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid {
  display: grid;
  gap: 0 10px;
  grid-template-columns: repeat(auto-fill, 140px);
  justify-content: center;
}

@media (min-width: 960px) {
  /* line 31, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid {
    gap: 16px;
  }
}

/* line 41, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .category-wrapper {
  display: block;
  height: 140px;
  position: relative;
  transition: .13s all ease-in-out;
  width: 140px;
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .category-wrapper:hover {
  opacity: 0.8;
  transition: .13s all ease-in-out;
}

/* line 54, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .category-wrapper img {
  width: 100%;
  border-radius: 50%;
}

/* line 60, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .cat-block {
  padding-bottom: 10px;
}

/* line 64, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .cat-block:hover .hover-menu {
  display: flex;
}

@media (min-width: 600px) and (max-width: 739px) {
  /* line 73, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid .cat-block:nth-child(3) .hover-menu, .category-grid .cat-block:nth-child(4) .hover-menu, .category-grid .cat-block:nth-child(8) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 740px) and (max-width: 1130px) {
  /* line 81, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid .cat-block:nth-child(5) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1076px) and (max-width: 1157px) {
  /* line 89, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid .cat-block:nth-child(7) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1232px) and (max-width: 1674px) {
  /* line 97, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid .cat-block:nth-child(8) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1388px) and (max-width: 1542px) {
  /* line 105, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid .cat-block:nth-child(9) .hover-menu {
    right: 20px;
  }
}

/* line 112, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .cat-title, .category-grid .cat-title-2 {
  border-radius: 50%;
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 98px;
  justify-content: center;
  left: 50%;
  letter-spacing: 1.3px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: 98px;
}

/* line 130, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .cat-title {
  font-size: 12px;
}

/* line 134, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .cat-title-2 {
  font-size: 10px;
}

/* line 138, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .hover-menu {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  font-size: 14px;
  gap: 0 20px;
  justify-content: center;
  left: 0;
  letter-spacing: 0.8px;
  margin: 10px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  z-index: 10;
}

@media (min-width: 600px) {
  /* line 138, app/assets/stylesheets/layout/_category-grid.scss */
  .category-grid .hover-menu {
    left: auto;
    right: auto;
  }
}

/* line 160, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid a:hover {
  text-decoration: underline;
}

/* line 165, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid li {
  margin-bottom: 10px !important;
}

/* line 168, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid li:last-child {
  margin-bottom: 14px;
}

/* line 173, app/assets/stylesheets/layout/_category-grid.scss */
.category-grid .list-header {
  text-transform: uppercase;
  margin-top: 5px;
}

/* line 179, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid {
  display: grid;
  gap: 0 10px;
  grid-template-columns: repeat(auto-fill, 120px);
  justify-content: center;
}

@media (min-width: 960px) {
  /* line 179, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid {
    gap: 16px;
  }
}

/* line 189, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .category-wrapper {
  display: block;
  height: 120px;
  position: relative;
  transition: .13s all ease-in-out;
  width: 120px;
}

/* line 196, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .category-wrapper:hover {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  transition: .13s all ease-in-out;
}

/* line 201, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .category-wrapper img {
  width: 100%;
}

/* line 206, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .cat-block {
  padding-bottom: 10px;
}

/* line 210, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .cat-block:hover .hover-menu {
  display: flex;
}

@media (min-width: 600px) and (max-width: 739px) {
  /* line 219, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .cat-block:nth-child(3) .hover-menu, .baby-category-grid .cat-block:nth-child(4) .hover-menu, .baby-category-grid .cat-block:nth-child(8) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 740px) and (max-width: 1130px) {
  /* line 227, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .cat-block:nth-child(5) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1076px) and (max-width: 1157px) {
  /* line 235, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .cat-block:nth-child(7) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1232px) and (max-width: 1674px) {
  /* line 243, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .cat-block:nth-child(8) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1388px) and (max-width: 1542px) {
  /* line 251, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .cat-block:nth-child(9) .hover-menu {
    right: 20px;
  }
}

@media (min-width: 1388px) and (max-width: 1542px) {
  /* line 258, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .cat-block:nth-child(10) .hover-menu {
    right: 20px;
  }
}

/* line 265, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .cat-title {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 12px;
  height: 98px;
  justify-content: center;
  left: 50%;
  letter-spacing: 1.3px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: 98px;
}

/* line 283, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .hover-menu {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  font-size: 14px;
  gap: 0 20px;
  justify-content: center;
  left: 0;
  letter-spacing: 0.8px;
  margin: 10px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  z-index: 10;
}

@media (min-width: 600px) {
  /* line 283, app/assets/stylesheets/layout/_category-grid.scss */
  .baby-category-grid .hover-menu {
    left: auto;
    right: auto;
  }
}

/* line 305, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid a:hover {
  text-decoration: underline;
}

/* line 310, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid li {
  margin-bottom: 10px;
}

/* line 313, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid li:last-child {
  margin-bottom: 14px;
}

/* line 318, app/assets/stylesheets/layout/_category-grid.scss */
.baby-category-grid .list-header {
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .ngp-form {
  max-width: none !important;
}

/* line 5, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .ngp-form input[type=email], .ea-wrapper .ngp-form input[type=tel], .ea-wrapper .ngp-form input[type=text] {
  font-family: "open sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  border: 1px solid #393939;
  background-color: #fff !important;
  padding: 7px 5px !important;
  height: inherit !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #7e7b7a !important;
  -webkit-transition: background .2s ease !important;
  transition: background .2s ease !important;
  outline: medium !important;
  width: 100% !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

/* line 24, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .ngp-form input[type=email]:hover, .ea-wrapper .ngp-form input[type=tel]:hover, .ea-wrapper .ngp-form input[type=text]:hover {
  background: #fff888 !important;
}

/* line 28, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .ngp-form input[type=email]::-webkit-input-placeholder, .ea-wrapper .ngp-form input[type=tel]::-webkit-input-placeholder, .ea-wrapper .ngp-form input[type=text]::-webkit-input-placeholder, .ea-wrapper-form input::-webkit-input-placeholder {
  color: #7e7b7a;
}

/* line 32, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .ngp-form input[type=email]:-moz-placeholder, .ea-wrapper .ngp-form input[type=email]::-moz-placeholder, .ea-wrapper .ngp-form input[type=tel]:-moz-placeholder, .ea-wrapper .ngp-form input[type=tel]::-moz-placeholder, .ea-wrapper .ngp-form input[type=text]:-moz-placeholder, .ea-wrapper .ngp-form input[type=text]::-moz-placeholder, .ea-wrapper-form input:-moz-placeholder, .ea-wrapper-form input::-moz-placeholder {
  color: #7e7b7a;
}

/* line 36, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .ngp-form input[type=email]:-ms-input-placeholder, .ea-wrapper .ngp-form input[type=tel]:-ms-input-placeholder, .ea-wrapper .ngp-form input[type=text]:-ms-input-placeholder, .ea-wrapper-form input:-ms-input-placeholder {
  color: #7e7b7a;
}

/* line 39, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at-row > [class^="at-"] {
  min-width: 0 !important;
}

/* line 42, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at {
  overflow: visible !important;
}

/* line 46, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at-submit {
  font-family: "open sans", sans-serif !important;
  outline: medium !important;
  background: #009a4f !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 15px !important;
  margin: 10px 0 !important;
  height: 28px !important;
  line-height: 14px !important;
  color: #fff !important;
  -webkit-transition: color 0.2s ease, background 0.2s ease !important;
  transition: color 0.2s ease, background 0.2s ease !important;
  width: auto !important;
  border: 1px solid #006b37 !important;
  border-radius: 5px;
}

/* line 64, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at-submit:hover {
  background: #a7e36c !important;
  cursor: pointer !important;
}

/* line 69, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at .at-fieldset {
  min-width: 0 !important;
  padding: 0 !important;
  margin-top: -10px !important;
}

/* line 74, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .HeaderHtml {
  padding: 0;
}

/* line 77, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at p {
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  font-family: "open sans", sans-serif !important;
  font-weight: 400;
  color: #7e7b7a;
}

/* line 85, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at-title {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  height: auto;
  border-bottom: 2px solid #006b37;
  background-color: #009a4f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009a4f), to(#3a9329));
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  padding: 7px 10px 3px 10px;
  font-style: normal;
  line-height: 25p;
}

/* line 105, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at fieldset legend, .pum-content.popmake-content > p {
  display: none;
}

/* line 109, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .at-inner {
  border: 0 !important;
  background: 0 0 !important;
  color: #fff;
}

/* line 115, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .PostalCode {
  width: 100% !important;
  -webkit-transition: color .2 ease,background .2s ease;
  transition: color .2 ease,background .2s ease;
}

/* line 121, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper.is-fullWidth {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/* line 127, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper .constrained, .ea-wrapper-group1 {
  position: relative;
}

/* line 131, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper a {
  color: #6c0;
}

/* line 135, app/assets/stylesheets/layout/_everyaction.scss */
.ea-wrapper a:hover {
  color: #a7e36c;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxsBo4hlZyBvkZICS3KpNonM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxuw_rQOTGi-AJs5XCWaKIhU.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
  font-display: swap;
}

/* line 1, app/assets/stylesheets/layout/_footer.scss */
footer {
  background: linear-gradient(180deg, rgba(224, 209, 251, 0) 0%, #E0D1FB 100%, #E0D1FB 100%);
  background-size: cover;
  width: 100%;
}

/* line 7, app/assets/stylesheets/layout/_footer.scss */
.footer-logo-social {
  width: 22px;
}

/* line 11, app/assets/stylesheets/layout/_footer.scss */
.contact-social {
  grid-template-columns: 1fr;
  padding: 30px 40px;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/layout/_footer.scss */
  .contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* line 22, app/assets/stylesheets/layout/_footer.scss */
.footer-ewg-logo {
  width: 200px;
  margin-top: 24px;
  margin-bottom: 30px;
}

/* line 28, app/assets/stylesheets/layout/_footer.scss */
.social {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/layout/_footer.scss */
  .social {
    grid-template-columns: 2fr 1fr;
  }
}

/* line 35, app/assets/stylesheets/layout/_footer.scss */
.social span {
  display: block;
  margin: 30px 0;
}

/* line 40, app/assets/stylesheets/layout/_footer.scss */
.social img:first-child {
  margin: 0 15px 0 5px;
}

/* line 48, app/assets/stylesheets/layout/_footer.scss */
.social li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 300;
}

/* line 55, app/assets/stylesheets/layout/_footer.scss */
.social i {
  margin-right: 10px;
}

/* line 60, app/assets/stylesheets/layout/_footer.scss */
.office-locations {
  margin: 0 0 30px;
}

/* line 63, app/assets/stylesheets/layout/_footer.scss */
.office-locations p {
  font-weight: 700;
  margin: 0 0 8px;
}

/* line 69, app/assets/stylesheets/layout/_footer.scss */
.footer-nav {
  font-size: 11px;
  justify-content: center;
  letter-spacing: 1.5px;
  margin: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/layout/_footer.scss */
  .footer-nav {
    align-items: flex-end;
    display: flex;
  }
}

@media (min-width: 768px) {
  /* line 90, app/assets/stylesheets/layout/_footer.scss */
  .footer-nav ul {
    text-align: left;
    margin-right: 50px;
  }
}

/* line 98, app/assets/stylesheets/layout/_footer.scss */
.footer-nav a {
  text-decoration: none;
}

/* line 101, app/assets/stylesheets/layout/_footer.scss */
.footer-nav a:hover {
  text-decoration: underline;
}

/* line 106, app/assets/stylesheets/layout/_footer.scss */
.footer-nav li {
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/layout/_footer.scss */
  .footer-nav li {
    margin: 0 12px 0 0;
  }
}

/* line 115, app/assets/stylesheets/layout/_footer.scss */
.legal {
  font-size: 13px;
  margin: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 115, app/assets/stylesheets/layout/_footer.scss */
  .legal {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
  }
}

/* line 127, app/assets/stylesheets/layout/_footer.scss */
.legal p, .legal a {
  font-size: 13px;
}

/* line 131, app/assets/stylesheets/layout/_footer.scss */
.legal p {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/layout/_footer.scss */
  .legal p {
    margin-bottom: 10px;
    width: 375px;
  }
}

@media (min-width: 1100px) {
  /* line 131, app/assets/stylesheets/layout/_footer.scss */
  .legal p {
    width: auto;
  }
}

/* line 145, app/assets/stylesheets/layout/_footer.scss */
.legal-links {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/layout/_footer.scss */
  .legal-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 260px;
  }
}

@media (min-width: 768px) and (min-width: 1100px) {
  /* line 145, app/assets/stylesheets/layout/_footer.scss */
  .legal-links {
    width: auto;
  }
}

/* line 160, app/assets/stylesheets/layout/_footer.scss */
.legal-links a {
  text-decoration: underline;
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  /* line 160, app/assets/stylesheets/layout/_footer.scss */
  .legal-links a {
    margin: 0 0 0 20px;
  }
}

/* line 170, app/assets/stylesheets/layout/_footer.scss */
.social-icons-list {
  font-size: 11px;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 142px;
}

@media (min-width: 768px) {
  /* line 170, app/assets/stylesheets/layout/_footer.scss */
  .social-icons-list {
    align-items: flex-end;
    margin: 0 0 30px;
  }
}

@media (min-width: 960px) {
  /* line 170, app/assets/stylesheets/layout/_footer.scss */
  .social-icons-list {
    justify-content: flex-end;
  }
}

/* line 185, app/assets/stylesheets/layout/_footer.scss */
.social-icons-list a {
  text-decoration: none;
}

/* line 190, app/assets/stylesheets/layout/_footer.scss */
.beautyCounterBanner {
  background-image: url(https://static.ewg.org/upload/png/skindeep-beautycounter-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: block;
  justify-content: center;
}

@media (min-width: 960px) {
  /* line 190, app/assets/stylesheets/layout/_footer.scss */
  .beautyCounterBanner {
    display: flex;
  }
}

/* line 203, app/assets/stylesheets/layout/_footer.scss */
.banner-logo {
  height: auto;
  width: 80%;
  margin: 80px 30px 30px;
}

@media (min-width: 1100px) {
  /* line 203, app/assets/stylesheets/layout/_footer.scss */
  .banner-logo {
    width: 40%;
    height: 50%;
    margin-left: 50px;
  }
}

@media (min-width: 1360px) {
  /* line 203, app/assets/stylesheets/layout/_footer.scss */
  .banner-logo {
    width: 31%;
    height: auto;
    margin: 50px;
  }
}

@media (min-width: 2200px) {
  /* line 203, app/assets/stylesheets/layout/_footer.scss */
  .banner-logo {
    width: 25%;
    height: 56%;
    margin: 80px 50px;
  }
}

/* line 227, app/assets/stylesheets/layout/_footer.scss */
.banner-text {
  font-family: 'niveau-grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.16px;
  color: #FFFFFF;
  margin: 30px 20px 80px;
}

@media (min-width: 960px) {
  /* line 227, app/assets/stylesheets/layout/_footer.scss */
  .banner-text {
    margin: 50px;
  }
}

@media (min-width: 2200px) {
  /* line 227, app/assets/stylesheets/layout/_footer.scss */
  .banner-text {
    margin: 100px;
  }
}

/* line 247, app/assets/stylesheets/layout/_footer.scss */
.banner-btn {
  background-color: #fff;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.63636px;
  width: 70%;
  margin: 0 auto;
  padding: 22px 0;
  border: 1px solid #fff;
}

@media (min-width: 960px) {
  /* line 247, app/assets/stylesheets/layout/_footer.scss */
  .banner-btn {
    width: 35%;
    padding: 18px 0;
  }
}

/* line 265, app/assets/stylesheets/layout/_footer.scss */
.banner-btn:hover {
  background-color: transparent;
  color: #fff;
}

/* line 271, app/assets/stylesheets/layout/_footer.scss */
.cleancon-logo {
  margin-bottom: 25px;
  width: 75%;
}

/* line 1, app/assets/stylesheets/layout/_forms-and-tiles.scss */
input.homepage-search-input {
  border: none;
  border-radius: 100px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  height: 49px;
  max-width: 592px;
  text-indent: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  input.homepage-search-input {
    font-size: 14px;
    width: 592px;
  }
}

/* line 17, app/assets/stylesheets/layout/_forms-and-tiles.scss */
input.dropdown-search-input {
  border: none;
  border-radius: 100px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  height: 49px;
  max-width: 592px;
  text-indent: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  input.dropdown-search-input {
    font-size: 14px;
    width: 592px;
  }
}

/* line 33, app/assets/stylesheets/layout/_forms-and-tiles.scss */
input.homepage-search-input:focus-visible, input.dropdown-search-input:focus-visible, input.header-search-input:focus-visible {
  outline: 2px solid #b287ff;
  outline-offset: -3px;
}

@media (min-width: 600px) {
  /* line 38, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .tiles section {
    height: 400px;
    margin-bottom: 40px;
  }
}

/* line 53, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tiles section img {
  width: 100%;
}

/* line 59, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner,
.search-banner-homepage {
  background-color: #CC6295;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  padding: 18px 14px 20px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

/* line 71, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner h2,
.search-banner-homepage h2 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-bottom: 10px;
  word-spacing: 0.1em;
}

/* line 80, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner form,
.search-banner-homepage form {
  display: flex;
  justify-content: center;
}

/* line 86, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner input,
.search-banner-homepage input {
  height: 36px;
  letter-spacing: 0.05em;
  text-indent: 6px;
  width: 80%;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .search-banner input,
.search-banner-homepage input {
    font-size: 20px;
    height: 58px;
    margin-bottom: 20px;
    text-indent: 20px;
    width: 100%;
  }
}

/* line 102, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner input:focus::-webkit-input-placeholder,
.search-banner-homepage input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AAAAAA;
  transition: 1s;
}

/* line 106, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner input:focus::-moz-placeholder,
.search-banner-homepage input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA;
  transition: 1s;
}

/* line 110, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner input:focus:-ms-input-placeholder,
.search-banner-homepage input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #AAAAAA;
  transition: 1s;
}

/* line 114, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner input:focus:-moz-placeholder,
.search-banner-homepage input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA;
  transition: 1s;
}

/* line 121, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner button,
.search-banner-homepage button {
  height: 36px;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 0 16px;
  letter-spacing: 0.1em;
  font-weight: 300;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner button:hover,
.search-banner-homepage button:hover {
  background-color: #efc5de;
  color: #000;
}

/* line 139, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner {
  background-color: #FFFFFF;
  padding: 0 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 145, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner input {
  height: 48px;
  background-color: #F1F2F2;
  border: none;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .search-banner input {
    height: 58px;
  }
}

/* line 155, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner button {
  height: 48px;
}

/* line 159, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.search-banner img {
  width: 30px;
}

/* line 164, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.under-search-banner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 50px;
  position: relative;
  background-size: cover;
}

/* line 174, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.under-search-banner .under-search-banner-overlay {
  position: relative;
}

/* line 178, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.under-search-banner img {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: block;
}

/* line 185, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.under-search-banner .btn {
  align-items: center;
  background-color: #FF4E00;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
}

@media (min-width: 960px) {
  /* line 185, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .under-search-banner .btn {
    font-size: 20px;
    height: 46px;
    right: 40px;
    width: 220px;
  }
}

/* line 211, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.under-search-banner .btn:hover {
  background-color: #fff;
  color: #FF4E00;
}

/* line 218, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers {
  margin: 20px 0;
  max-width: 410px;
  order: 10;
  padding: 6px 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 218, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers {
    margin: 0 0 36px;
  }
}

@media (min-width: 960px) {
  /* line 218, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers {
    justify-content: center;
    margin: 0 0 36px;
  }
}

@media (min-width: 1200px) {
  /* line 218, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers {
    display: flex;
  }
}

/* line 238, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 0 10px;
  text-align: left;
}

@media (min-width: 960px) {
  /* line 238, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers p {
    font-size: 26px;
  }
}

/* line 250, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers .number-wrapper {
  width: calc(100% / 3);
}

/* line 253, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers .number-wrapper:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 259, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers .number {
  font-size: 32px;
  margin: 0 0 17px;
}

@media (min-width: 768px) {
  /* line 259, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .number {
    font-size: 40px;
  }
}

@media (max-width: 1000px) {
  /* line 268, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .odometer.odometer-auto-theme .odometer-digit {
    height: 60px;
  }
}

@media (max-width: 599px) {
  /* line 268, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .odometer.odometer-auto-theme .odometer-digit {
    height: 42px;
  }
}

@media (max-width: 480px) {
  /* line 268, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .odometer.odometer-auto-theme .odometer-digit {
    height: 30px;
  }
}

/* line 282, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers .flex-wrapper {
  justify-content: space-between;
}

@media (min-width: 600px) {
  /* line 282, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .flex-wrapper {
    width: 460px;
  }
}

@media (min-width: 768px) {
  /* line 282, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .flex-wrapper {
    flex-direction: row;
    width: 100%;
  }
}

@media (min-width: 960px) {
  /* line 282, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .flex-wrapper {
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  /* line 282, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* line 306, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers .flex-column {
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
}

@media (min-width: 960px) {
  /* line 306, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .flex-column {
    width: 100%;
    margin-left: 10px;
    align-self: center;
    justify-content: space-between;
  }
}

/* line 319, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.skin-deep-numbers .date {
  color: #AD6186;
  font-family: 'Zilla Slab Highlight', cursive;
  font-size: 36px;
  letter-spacing: 0.06em;
  padding: 10px 0;
  line-height: 1;
}

@media (min-width: 960px) {
  /* line 319, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .skin-deep-numbers .date {
    font-size: 80px;
  }
}

/* line 333, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tips-and-facts-tile {
  background-image: linear-gradient(to bottom right, #FBF5D9, #ECCDC4 70%);
  height: 250px;
  padding: 12px 14px;
}

/* line 338, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tips-and-facts-tile h2 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 26px;
}

/* line 344, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tips-and-facts-tile p {
  font-size: 14px;
  letter-spacing: 0.096em;
  line-height: 1.3;
  margin-bottom: 14px;
}

/* line 351, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tips-and-facts-tile a {
  color: #000000;
}

/* line 355, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tips-and-facts-tile ul {
  height: 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/* line 362, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tips-and-facts-tile li {
  font-size: 14px;
  margin-bottom: 13px;
  margin-right: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* line 371, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide {
  position: relative;
}

/* line 374, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide img {
  width: 100%;
  display: block;
}

/* line 379, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide .btn {
  width: 160px;
  height: 30px;
  background-color: #FF4E00;
  margin: 0 auto;
  left: 12px;
  bottom: 10px;
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 397, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide .btn:hover {
  background-color: #fff;
  color: #FF4E00;
}

/* line 404, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide-tile {
  position: relative;
}

/* line 407, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide-tile .btn {
  width: 230px;
  height: 56px;
  background-color: #FF4E00;
  margin: 0 auto;
  left: 12px;
  top: 158px;
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 425, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sunscreen-get-the-guide-tile .btn:hover {
  background-color: #fff;
  color: #FF4E00;
}

/* line 432, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form,
.signup-form-mobile,
.signup-form-tile {
  background-color: #FFCB9C;
  color: #000000;
  padding: 12px;
  font-family: 'Lato', sans-serif;
}

/* line 440, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form h2,
.signup-form-mobile h2,
.signup-form-tile h2 {
  font-family: 'Permanent Marker', cursive;
  font-size: 24px;
  margin-bottom: 8px;
}

/* line 446, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form p,
.signup-form-mobile p,
.signup-form-tile p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.2;
  margin: 0 auto 20px;
}

/* line 454, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form input,
.signup-form-mobile input,
.signup-form-tile input {
  height: 37px;
  width: 80%;
  margin-bottom: 8px;
  border: none;
  font-size: 20px;
  text-indent: 10px;
}

/* line 463, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form .signup-form-mobile-email,
.signup-form-mobile .signup-form-mobile-email,
.signup-form-tile .signup-form-mobile-email {
  width: 99%;
}

/* line 467, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form button,
.signup-form-mobile button,
.signup-form-tile button {
  background-color: #FFFF00;
  border: none;
  color: #AFAA02;
  font-size: 20px;
  padding: 7px 11px;
  margin-left: -4px;
  border-radius: 0;
  cursor: pointer;
}

/* line 479, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile {
  margin-top: 30px;
  padding: 80px 0 12px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 479, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .signup-form.medium-tile {
    margin-top: 0;
  }
}

/* line 488, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile h2 {
  font-size: 52px;
  font-weight: 400;
  left: 90px;
  position: absolute;
  text-align: center;
  top: -4px;
  transform: rotate(-17deg);
}

@media (min-width: 768px) {
  /* line 488, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .signup-form.medium-tile h2 {
    left: -18px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: left;
    top: -7px;
    width: 86%;
  }
}

/* line 507, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile p {
  width: 86%;
  font-size: 24px;
  font-weight: 300;
  width: 90%;
  margin: 0 auto 20px;
}

/* line 518, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile form {
  text-align: center;
}

/* line 522, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile input {
  height: 52px;
  width: 86%;
}

/* line 530, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile .signup-form-mobile-email {
  width: 86%;
}

/* line 534, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form.medium-tile button {
  margin-left: -57px;
  font-size: 24px;
  padding: 11px 15px 13px;
  margin-left: -69px;
}

/* line 545, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile {
  margin: 0 0 14px;
}

/* line 548, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile h2 {
  text-align: center;
}

/* line 552, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile p {
  width: 86%;
}

/* line 556, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile form {
  text-align: center;
}

/* line 560, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile input {
  width: 86%;
}

/* line 564, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile .signup-form-mobile-email {
  width: 86%;
}

/* line 568, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.signup-form-mobile button {
  margin-left: -57px;
}

/* line 573, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile,
.cosmetics-guide-mobile-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 10px;
  background-size: contain;
  background-color: #ffd8d3;
  display: flex;
  height: 400px;
  font-size: 20px;
  justify-content: center;
  text-align: center;
}

/* line 587, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .flex-wrapper,
.cosmetics-guide-mobile-banner .flex-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 26px;
  padding: 14px 0px;
}

/* line 597, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile h2,
.cosmetics-guide-mobile-banner h2 {
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 602, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile p,
.cosmetics-guide-mobile-banner p {
  font-weight: 300;
  margin-bottom: 6px;
}

/* line 607, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .btn,
.cosmetics-guide-mobile-banner .btn {
  background-color: #FF4E00;
  color: #fff;
  font-size: 24px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 0;
  width: 236px;
}

/* line 616, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .btn:hover,
.cosmetics-guide-mobile-banner .btn:hover {
  background-color: #fff;
  color: #FF4E00;
}

@media (min-width: 600px) {
  /* line 623, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .cosmetics-guide-tile {
    background-position: top;
    background-position-y: initial;
    background-size: 100%;
    height: 400px;
    width: 300px;
  }
  /* line 632, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .cosmetics-guide-tile .flex-wrapper {
    margin-right: 0;
    margin-bottom: 76px;
    padding: 14px 0;
    width: 100%;
    letter-spacing: .06em;
    line-height: 1.1;
  }
  /* line 641, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .cosmetics-guide-tile h2 {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  }
  /* line 647, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .cosmetics-guide-tile p {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 654, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .cosmetics-guide-tile .btn {
    width: 220px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 24px;
  }
}

/* line 664, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .ngp-form .at-inner {
  background-color: #ffd8d3;
  background-image: none;
}

@media (min-width: 600px) {
  /* line 664, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .cosmetics-guide-tile .ngp-form .at-inner {
    background-image: url(https://www.ewg.org/cleaners/EWG_SD_Side-NewCosemticsAds_C03.jpg);
  }
}

/* line 674, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .ngp-form header.at-title {
  color: #1d5537;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  padding: 8px 10px 0;
}

/* line 684, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .ngp-form footer p {
  color: #fff;
  line-height: 0.4;
  text-shadow: 1px 1px 0px #000;
  width: 100%;
}

/* line 692, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .ngp-form .at-markup .HeaderHtml {
  display: none;
}

/* line 696, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .ngp-form .FooterHtml {
  padding: 0 10px;
}

/* line 701, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .at-form-submit {
  padding: 0;
}

/* line 704, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .at-form-submit .at-submit {
  margin: 0;
  float: none;
}

/* line 711, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .at .btn-at-primary {
  background-color: #FF4E00;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 12px 18px;
  font-size: 24px;
}

/* line 720, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .at .btn-at-primary:hover {
  background-color: #fff;
  color: #FF4E00;
}

/* line 726, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .at input[type="tel"],
.cosmetics-guide-tile .at input[type="email"] {
  margin: 0 0 6px;
}

/* line 732, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .select2-container {
  margin-bottom: 6px;
}

/* line 737, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-tile .at-row label {
  text-align: left;
}

/* line 743, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-mobile-banner {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-size: 38%;
  background-position: 6px;
}

/* line 750, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-mobile-banner h2 {
  font-size: 18px;
  margin-bottom: 4px;
}

/* line 755, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-mobile-banner p {
  font-size: 14px;
}

/* line 759, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-mobile-banner .flex-wrapper {
  letter-spacing: 0;
  width: 200px;
  margin-right: 6px;
  padding: 8px 0;
}

/* line 766, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.cosmetics-guide-mobile-banner .btn:hover {
  background-color: #000;
  color: #ECE8EE;
}

/* line 772, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile {
  background-color: #fff;
  padding: 22px 32px 0;
}

@media (min-width: 600px) {
  /* line 772, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile {
    padding: 22px 32px 32px;
  }
  /* line 779, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile.large-tile {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 960px) {
  /* line 786, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile.large-tile {
    height: 400px;
    width: 830px;
  }
}

/* line 793, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile h2 a {
  display: initial;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00));
  background-image: linear-gradient(to right, #FFFF00);
  background-position: 0 1.01em;
  background-repeat: repeat-x;
  background-size: 100% 5px;
}

/* line 801, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile h2 a:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f500));
  background-image: linear-gradient(to right, #f5f500);
}

/* line 809, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 17px;
  padding: 0 10px 0 0;
  width: 100%;
}

@media (min-width: 960px) {
  /* line 809, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile p {
    width: 100%;
  }
}

/* line 821, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile p a {
  border: 1px solid #009A4F;
  color: #009A4F;
  display: block;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 7px;
  text-decoration: none;
  width: 110px;
}

/* line 831, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile p a:hover {
  color: #fff;
  background-color: #009A4F;
}

/* line 837, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile p .research-item-title {
  font-weight: 600;
  letter-spacing: .013em;
}

/* line 844, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile .flex-wrapper {
  flex-direction: column;
  height: 100%;
}

@media (min-width: 960px) {
  /* line 844, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile .flex-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 854, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile .research-item {
  align-items: flex-start;
  width: 100%;
}

@media (min-width: 960px) {
  /* line 854, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile .research-item {
    width: 50%;
  }
}

/* line 862, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile .research-item img {
  display: none;
  margin: 0 10px 0 0;
  width: 60px;
}

@media (min-width: 600px) {
  /* line 862, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .research-from-ewg-tile .research-item img {
    display: block;
  }
}

/* line 873, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.research-from-ewg-tile .research-magnify {
  margin: 0 16px 0 0;
  width: 24px;
}

/* line 879, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile-wrapper {
  flex-direction: column;
  justify-content: space-between;
}

/* line 888, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile-wrapper.large-tile {
  height: auto;
}

/* line 893, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile, .black-owned-brands-tile, .ewg-verified-diaper-tile {
  align-items: center;
  background-color: #009d4f;
  background-size: cover;
  color: #fff;
  justify-content: center;
  margin: 0 0 20px;
  padding: 14px;
}

@media (min-width: 600px) {
  /* line 893, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile, .black-owned-brands-tile, .ewg-verified-diaper-tile {
    width: 100%;
    max-width: 830px;
  }
}

@media (min-width: 768px) {
  /* line 893, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile, .black-owned-brands-tile, .ewg-verified-diaper-tile {
    margin: 0;
    width: 49%;
  }
}

@media (min-width: 960px) {
  /* line 893, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile, .black-owned-brands-tile, .ewg-verified-diaper-tile {
    width: 49%;
  }
}

/* line 917, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile .interior-border, .black-owned-brands-tile .interior-border, .ewg-verified-diaper-tile .interior-border {
  align-items: center;
  border: 2px solid #fff;
  height: 290px;
  justify-content: space-between;
  padding: 12px 20px;
}

@media (min-width: 600px) {
  /* line 917, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile .interior-border, .black-owned-brands-tile .interior-border, .ewg-verified-diaper-tile .interior-border {
    padding: 18px 20px;
  }
}

@media (min-width: 768px) {
  /* line 917, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile .interior-border, .black-owned-brands-tile .interior-border, .ewg-verified-diaper-tile .interior-border {
    height: 290px;
  }
}

/* line 933, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile h2, .black-owned-brands-tile h2, .ewg-verified-diaper-tile h2 {
  font-family: 'JennaSue';
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  /* line 933, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile h2, .black-owned-brands-tile h2, .ewg-verified-diaper-tile h2 {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  /* line 933, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile h2, .black-owned-brands-tile h2, .ewg-verified-diaper-tile h2 {
    font-size: 90px;
  }
}

/* line 947, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile h2 sup, .black-owned-brands-tile h2 sup, .ewg-verified-diaper-tile h2 sup {
  bottom: 1.5ex;
}

/* line 952, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile p, .black-owned-brands-tile p, .ewg-verified-diaper-tile p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 952, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile p, .black-owned-brands-tile p, .ewg-verified-diaper-tile p {
    font-size: 18px;
  }
}

/* line 966, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile .verified-logo, .black-owned-brands-tile .verified-logo, .ewg-verified-diaper-tile .verified-logo {
  width: 86px;
}

@media (min-width: 768px) {
  /* line 966, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile .verified-logo, .black-owned-brands-tile .verified-logo, .ewg-verified-diaper-tile .verified-logo {
    width: 86px;
  }
}

/* line 974, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile .btn, .black-owned-brands-tile .btn, .ewg-verified-diaper-tile .btn {
  width: 180px;
  height: 50px;
  border: 2px solid #fff;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  /* line 974, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-tile .btn, .black-owned-brands-tile .btn, .ewg-verified-diaper-tile .btn {
    font-size: 24px;
    width: 236px;
  }
}

/* line 994, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-tile .btn:hover, .black-owned-brands-tile .btn:hover, .ewg-verified-diaper-tile .btn:hover {
  background-color: #fff;
  color: #009d4f;
}

/* line 1000, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-diaper-tile {
  background-color: #599ad2;
}

/* line 1004, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-diaper-tile .verified-diaper-tile {
  background-color: #599ad2;
}

/* line 1007, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-diaper-tile .verified-diaper-tile h3 {
  font-size: 29px;
  letter-spacing: .01em;
}

@media (min-width: 768px) {
  /* line 1007, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ewg-verified-diaper-tile .verified-diaper-tile h3 {
    font-size: 29px;
  }
}

/* line 1017, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-diaper-tile .btn:hover {
  background-color: #fff;
  color: #599ad2;
}

/* line 1022, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-diaper-tile .logos-wrapper {
  align-items: center;
  justify-content: space-around;
  width: 90%;
}

/* line 1028, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ewg-verified-diaper-tile .healthynest-logo {
  max-width: 180px;
}

/* line 1033, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.verified-tile-int-wrapper {
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 1033, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .verified-tile-int-wrapper {
    flex-direction: row;
  }
}

/* line 1042, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.black-owned-brands-tile {
  background-color: #ffa717;
  margin: 0 0 20px;
  width: 100%;
}

/* line 1048, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.black-owned-brands-tile a {
  color: #fff;
}

/* line 1051, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.black-owned-brands-tile a:hover {
  text-decoration: underline;
}

/* line 1056, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.black-owned-brands-tile .interior-border {
  height: auto;
  padding: 12px 20px;
}

/* line 1062, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tap-water-tile {
  align-items: center;
  background-color: #11475e;
  background-position: right;
  background-size: cover;
  padding: 49px 16px;
}

@media (min-width: 600px) {
  /* line 1062, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .tap-water-tile {
    align-items: flex-end;
    max-width: 300px;
    padding: 89px 16px;
    width: 300px;
  }
}

@media (min-width: 960px) {
  /* line 1062, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .tap-water-tile {
    align-items: flex-end;
    background-image: url(https://www.ewg.org/cleaners/SD_New_TapWater-Ad.png);
    max-width: initial;
    padding: 89px 16px;
  }
}

/* line 1083, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tap-water-tile h2 {
  font-size: 46px;
  color: #37abcd;
  margin-bottom: 0;
}

/* line 1088, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tap-water-tile h2 span {
  color: #fff;
  font-size: 86px;
}

/* line 1095, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.rethinking-cancer-tile {
  background-image: url(https://www.ewg.org/cleaners/EWG_ChildrensHealth.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 140px;
}

/* line 1101, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.rethinking-cancer-tile h2 {
  font-size: 36px;
  color: #FFF;
  background-color: #48A2DC;
  display: inline;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

/* line 1113, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tap-water-tile .btn,
.rethinking-cancer-tile .btn {
  width: 236px;
  height: 50px;
  border: 2px solid #FFF;
  margin: 0 auto;
  margin-top: 24px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1128, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tap-water-tile .btn:hover,
.rethinking-cancer-tile .btn:hover {
  background-color: #FFF;
  color: #000;
}

/* line 1135, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.rethinking-cancer-tile .btn {
  margin-top: 28px;
}

/* line 1141, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.tap-water-tile .btn {
  margin-right: 25px;
  margin-top: 10px;
}

/* line 1147, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.use-our-app-tile {
  background-image: url(https://www.ewg.org/cleaners/EWG_SD-App-Ad-2017.png);
  background-position-y: -40px;
  background-size: cover;
  height: 190px;
  justify-content: flex-end;
  position: relative;
}

/* line 1155, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.use-our-app-tile .btn {
  width: 212px;
  height: 50px;
  background-color: #E54E40;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 44px;
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1174, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.use-our-app-tile .btn:hover {
  background-color: #FFFFFF;
  color: #E54E40;
}

/* line 1180, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.build-report-use-app-tile.small-tile {
  background-color: #fff;
}

@media (min-width: 600px) {
  /* line 1180, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .build-report-use-app-tile.small-tile {
    background-color: #fff;
  }
}

/* line 1188, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.build-report-tile {
  align-items: center;
  border: 2px solid #000;
  flex-direction: column;
  height: 190px;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 20px 14px;
}

/* line 1197, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.build-report-tile p {
  font-size: 21px;
}

/* line 1203, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.btn-build-report-tile {
  background-color: #CD6295;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 11px 30px;
}

/* line 1211, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.btn-build-report-tile:hover {
  background-color: #fff;
  border: 2px solid #CD6295;
  color: #CD6295;
}

/* line 1219, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel {
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1180px;
}

@media (min-width: 768px) {
  /* line 1219, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .carousel {
    margin-bottom: 108px;
  }
}

/* line 1230, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 1230, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .carousel-tile {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 1230, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .carousel-tile {
    width: 33.3333333333%;
  }
}

/* line 1243, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile img {
  display: block;
  transition: 2s;
  width: 100%;
}

/* line 1249, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile img:hover {
  transform: scale(1.1);
  transition: 2s;
}

/* line 1254, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 28px;
  height: 80px;
  justify-content: center;
  letter-spacing: .03em;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1254, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .carousel-tile .carousel-tile-text {
    height: 116px;
  }
}

/* line 1271, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text.food-scores {
  background-color: #b95150;
  color: #fff;
}

/* line 1276, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text.cleaners {
  background-color: #f074a5;
  color: #fff;
}

/* line 1281, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text.sunscreen {
  background-color: #66a0c8;
  color: #fff;
}

/* line 1286, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text.ewg-verified {
  background-color: #b1a763;
  color: #fff;
}

/* line 1291, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text.healthy-living {
  background-color: #fa8a2f;
  color: #fff;
}

/* line 1296, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.carousel-tile .carousel-tile-text.shoppers-guide {
  background-color: #d6373a;
  color: #fff;
}

/* line 1313, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sidebar-use-our-app {
  position: relative;
}

/* line 1316, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sidebar-use-our-app img {
  width: 100%;
}

/* line 1320, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sidebar-use-our-app .use-our-app-btn {
  width: 212px;
  height: 50px;
  background-color: #E54E40;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1339, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.sidebar-use-our-app .use-our-app-btn:hover {
  color: #E54E40;
  background-color: #fff;
}

/* line 1346, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper {
  margin: 0 0 52px;
}

@media (min-width: 768px) {
  /* line 1346, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper {
    margin: 40px 0 60px;
  }
}

/* line 1353, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at {
  background-color: #fadfd8;
  background-image: url(https://static.ewg.org/skindeep/img/ea-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: initial;
  padding: 7.5em 0 5.5em;
}

/* line 1361, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at.orange-bubbles {
  background-image: url(https://static.ewg.org/skindeep/img/form-bg-orange-bubbles.jpg);
}

/* line 1365, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-inner {
  background-color: transparent;
  padding: 0 0 10px;
}

/* line 1369, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-inner fieldset {
  min-width: 0 !important;
  width: 100% !important;
}

/* line 1375, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-fields {
  max-width: 560px;
  margin: 1.5em auto !important;
}

@media (min-width: 768px) {
  /* line 1375, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at .at-fields {
    max-width: initial;
    display: flex;
  }
}

/* line 1385, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-form {
  max-width: 910px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 1389, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at .at-form .clearfix {
    display: flex;
  }
}

/* line 1397, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-title {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  padding: 10px 23px;
}

@media (min-width: 600px) {
  /* line 1397, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at .at-title {
    font-size: 32px;
  }
}

/* line 1410, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-form-submit {
  padding: 1.4em 0.625rem;
}

/* line 1413, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-form-submit .at-submit {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  color: #2b2b2b;
  display: block;
  float: none;
  font-size: 20px;
  margin: 0.625rem auto;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

/* line 1426, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-form-submit .at-submit:hover {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 1435, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at input[type="email"], .ea-footer-form-wrapper .ngp-form.at .select2-selection__rendered, .ea-footer-form-wrapper .ngp-form.at input[type="tel"], .ea-footer-form-wrapper .ngp-form.at input[type="submit"] {
  font-family: "niveau-grotesk", sans-serif;
}

/* line 1440, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at input[type="submit"] {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.636px;
  padding: 2em 4em;
}

@media (min-width: 768px) {
  /* line 1440, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at input[type="submit"] {
    padding: 0 4em;
  }
}

/* line 1453, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at input[type="email"] {
  margin-top: 20px;
}

/* line 1457, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 0;
}

/* line 1464, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .select2-container {
  flex: 1;
  margin-bottom: 0;
}

/* line 1469, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .FooterHtml {
  background: transparent;
  line-height: 1;
  text-align: center;
}

/* line 1475, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-row.Country.PostalCode {
  flex-direction: column;
  flex-flow: column;
}

@media (min-width: 768px) {
  /* line 1475, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at .at-row.Country.PostalCode {
    flex-direction: row;
    flex-flow: row;
  }
}

/* line 1486, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-row > [class^="at-"] {
  flex: auto;
}

/* line 1490, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at label.Country,
.ea-footer-form-wrapper .ngp-form.at label.PostalCode,
.ea-footer-form-wrapper .ngp-form.at label.EmailAddress {
  display: flex;
  flex-direction: row-reverse;
  text-transform: uppercase;
  align-items: flex-end;
}

/* line 1499, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at label.Country {
  margin: 0 0.625rem 20px;
}

@media (min-width: 768px) {
  /* line 1499, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at label.Country {
    margin: 0 0.625rem;
  }
}

/* line 1507, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 0;
  margin: 0;
}

/* line 1516, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at label.PostalCode kbd {
  min-width: 152px;
}

@media (min-width: 600px) {
  /* line 1516, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at label.PostalCode kbd {
    min-width: 164px;
  }
}

/* line 1525, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at label > kbd,
.ea-footer-form-wrapper .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) {
  /* line 1525, app/assets/stylesheets/layout/_forms-and-tiles.scss */
  .ea-footer-form-wrapper .ngp-form.at label > kbd,
.ea-footer-form-wrapper .ngp-form.at .suggestion > kbd {
    font-size: 24px;
  }
}

/* line 1546, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b2b2b;
}

/* line 1549, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2b2b;
}

/* line 1552, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at :-ms-input-placeholder {
  /* IE 10+ */
  color: #2b2b2b;
}

/* line 1555, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at :-moz-placeholder {
  /* Firefox 18- */
  color: #2b2b2b;
}

/* line 1559, app/assets/stylesheets/layout/_forms-and-tiles.scss */
.ea-footer-form-wrapper .ngp-form.at .at-markup, .ea-footer-form-wrapper .ngp-form.at .at-legend {
  display: none;
}

/* line 1, app/assets/stylesheets/layout/_header.scss */
header {
  width: 100%;
}

/* line 5, app/assets/stylesheets/layout/_header.scss */
header p {
  color: #ffffff;
  margin-left: 10px;
  letter-spacing: 0.07em;
}

/* line 12, app/assets/stylesheets/layout/_header.scss */
nav {
  width: 100%;
  z-index: 10;
}

/* line 16, app/assets/stylesheets/layout/_header.scss */
nav a {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/layout/_header.scss */
nav a:hover {
  text-decoration: underline;
}

/* line 25, app/assets/stylesheets/layout/_header.scss */
.mobile-nav {
  display: none;
  background-color: #221f20;
  overflow: auto;
}

/* line 30, app/assets/stylesheets/layout/_header.scss */
.mobile-nav > ul {
  margin-top: 20px;
}

/* line 34, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-header {
  border: 1px solid #ffffff;
  background-color: #000;
  height: auto;
  margin: 0 auto;
  min-height: initial;
  padding: 14px 10px;
  width: 90%;
}

/* line 43, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-header h2 {
  font-size: 20px;
}

/* line 49, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-block:nth-child(2n) .collapsable-header {
  background-color: #000;
}

/* line 55, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-block-content .column-left {
  float: left;
  width: 50%;
}

/* line 60, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-block-content .column-right {
  float: right;
  width: 50%;
}

/* line 65, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-block-content li {
  margin-bottom: 12px;
}

/* line 69, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .collapsable-block-content li:last-of-type {
  margin-bottom: 40px;
}

/* line 74, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .mobile-nav-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  margin: 40px 0 30px;
}

/* line 81, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .mobile-nav-social li {
  padding-right: 4px;
}

/* line 85, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .mobile-nav-social li:first-child {
  left: 30px;
  position: absolute;
  letter-spacing: 0.05em;
}

/* line 91, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .mobile-nav-social .fa-2x {
  font-size: 1.4em;
}

/* line 96, app/assets/stylesheets/layout/_header.scss */
.mobile-nav #verified-mobile-nav {
  background-color: #43964d;
  border: none;
}

/* line 101, app/assets/stylesheets/layout/_header.scss */
.mobile-nav .links {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 20px 30px;
}

/* line 108, app/assets/stylesheets/layout/_header.scss */
#mobile-nav-toggle {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/layout/_header.scss */
.desktop-nav {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;
}

/* line 118, app/assets/stylesheets/layout/_header.scss */
.desktop-nav p {
  color: #000000;
  cursor: pointer;
  font-size: 17px;
  margin-left: 2px;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  /* line 118, app/assets/stylesheets/layout/_header.scss */
  .desktop-nav p {
    font-size: 18px;
  }
}

/* line 130, app/assets/stylesheets/layout/_header.scss */
.desktop-nav p:hover {
  text-decoration: underline;
}

/* line 134, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul {
  justify-content: space-between;
}

/* line 137, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul li {
  position: relative;
  letter-spacing: 0.05em;
}

/* line 142, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul > li:last-of-type {
  background-color: #43964d;
  height: fit-content;
}

/* line 146, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul > li:last-of-type p {
  padding: 2px 0;
}

/* line 150, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul > li:last-of-type a {
  color: #ffffff;
}

/* line 155, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul .dropdown-menu {
  display: none;
}

/* line 161, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul > li:hover .has_elements {
  text-decoration: underline;
}

/* line 165, app/assets/stylesheets/layout/_header.scss */
.desktop-nav .desktop-nav-upper-ul > li:hover .dropdown-menu {
  display: flex;
}

/* line 171, app/assets/stylesheets/layout/_header.scss */
.desktop-nav #desktop-nav-men {
  right: -60px;
}

/* line 175, app/assets/stylesheets/layout/_header.scss */
.desktop-nav li.list-header {
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/* line 184, app/assets/stylesheets/layout/_header.scss */
li.list-header {
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 191, app/assets/stylesheets/layout/_header.scss */
.dropdown-menu {
  display: none;
  background-color: #221f20;
  padding: 10px 10px 0;
  position: absolute;
  z-index: 2;
}

/* line 198, app/assets/stylesheets/layout/_header.scss */
.dropdown-menu ul {
  width: 206px;
  padding: 0 10px;
}

/* line 203, app/assets/stylesheets/layout/_header.scss */
.dropdown-menu li {
  margin-bottom: 17px;
  font-weight: 300;
}

/* line 208, app/assets/stylesheets/layout/_header.scss */
.dropdown-menu .mb40 {
  margin-bottom: 40px;
}

/* line 213, app/assets/stylesheets/layout/_header.scss */
.header-logo-img {
  width: 31px;
}

/* line 217, app/assets/stylesheets/layout/_header.scss */
.header-main {
  background-color: #37205f;
  height: 50px;
  font-size: 10px;
  letter-spacing: 1.5px;
  position: relative;
  text-transform: uppercase;
  color: #fff !important;
}

@media (min-width: 768px) {
  /* line 217, app/assets/stylesheets/layout/_header.scss */
  .header-main {
    font-size: 11px;
  }
}

/* line 235, app/assets/stylesheets/layout/_header.scss */
.header-main p {
  font-size: 14px;
  color: #fff;
}

/* line 240, app/assets/stylesheets/layout/_header.scss */
.header-main a {
  align-items: center;
  display: flex;
  height: 50px;
  margin-left: 18px;
  color: #fff;
  text-decoration: none !important;
  font-weight: 400;
}

/* line 249, app/assets/stylesheets/layout/_header.scss */
.header-main a:hover {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* line 255, app/assets/stylesheets/layout/_header.scss */
.header-main .mobile-hide {
  display: none;
}

@media (min-width: 1370px) {
  /* line 255, app/assets/stylesheets/layout/_header.scss */
  .header-main .mobile-hide {
    display: flex;
  }
}

/* line 263, app/assets/stylesheets/layout/_header.scss */
.header-main .content-max-width {
  display: flex;
  justify-content: space-between;
}

/* line 268, app/assets/stylesheets/layout/_header.scss */
.header-main .header-main-left {
  align-items: center;
  display: flex;
  padding-left: 20px;
  width: 230px;
  color: #fff;
  line-height: 1;
}

@media (min-width: 600px) {
  /* line 268, app/assets/stylesheets/layout/_header.scss */
  .header-main .header-main-left {
    width: auto;
  }
}

/* line 288, app/assets/stylesheets/layout/_header.scss */
.header-main .header-main-right {
  align-items: center;
  display: flex;
  padding-right: 42px;
  position: relative;
  color: #fff;
}

/* line 296, app/assets/stylesheets/layout/_header.scss */
.header-main .profile-icon {
  margin-right: 6px;
  width: 18px;
}

/* line 301, app/assets/stylesheets/layout/_header.scss */
.header-main .search-icon-wrapper {
  cursor: pointer;
}

/* line 305, app/assets/stylesheets/layout/_header.scss */
.header-main .search-icon {
  width: 14px;
}

/* line 314, app/assets/stylesheets/layout/_header.scss */
.header-main .header-main-donate {
  background-color: #ff4e00;
}

/* line 318, app/assets/stylesheets/layout/_header.scss */
.header-main .header-main-signup {
  background-color: #ff9e1f;
}

/* line 322, app/assets/stylesheets/layout/_header.scss */
.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;
}

/* line 333, app/assets/stylesheets/layout/_header.scss */
.header-main .header-menu i {
  margin-right: 20px;
}

/* line 338, app/assets/stylesheets/layout/_header.scss */
.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;
}

/* line 349, app/assets/stylesheets/layout/_header.scss */
.header-main .header-logo a {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

/* line 356, app/assets/stylesheets/layout/_header.scss */
.header-main li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 150ms ease-in-out;
}

/* line 361, app/assets/stylesheets/layout/_header.scss */
.header-main .header-main-donate:hover {
  background-color: #ff4e00;
  text-decoration: underline;
}

/* line 366, app/assets/stylesheets/layout/_header.scss */
.header-main .header-main-signup:hover {
  background-color: #ff9e1f;
  text-decoration: underline;
}

/* line 371, app/assets/stylesheets/layout/_header.scss */
.header-main .hamburger-menu {
  cursor: pointer;
  margin-left: 12px;
  width: 21px;
}

@media (min-width: 1370px) {
  /* line 371, app/assets/stylesheets/layout/_header.scss */
  .header-main .hamburger-menu {
    display: none;
  }
}

/* line 386, app/assets/stylesheets/layout/_header.scss */
.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: 44px !important;
}

@media (min-width: 600px) {
  /* line 386, app/assets/stylesheets/layout/_header.scss */
  .header-sub {
    height: auto;
  }
}

@media (min-width: 768px) {
  /* line 386, app/assets/stylesheets/layout/_header.scss */
  .header-sub {
    padding: 24px 22px 0;
  }
}

@media (min-width: 960px) {
  /* line 386, app/assets/stylesheets/layout/_header.scss */
  .header-sub {
    padding: 24px 50px 0 36px;
  }
}

/* line 409, app/assets/stylesheets/layout/_header.scss */
.header-sub h3.title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  color: #2b2b2b;
  margin-right: 75px;
}

/* line 418, app/assets/stylesheets/layout/_header.scss */
.header-sub p {
  margin-left: 16px;
  margin-right: 18px;
}

/* line 423, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-left,
.header-sub .header-sub-right-mobile {
  align-items: center;
}

/* line 427, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-left .sub-header-link,
.header-sub .header-sub-right-mobile .sub-header-link {
  margin-right: 30px;
  color: #2b2b2b;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}

/* line 437, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-left .sub-header-link:last-child,
.header-sub .header-sub-right-mobile .sub-header-link:last-child {
  margin-right: 0;
}

/* line 441, app/assets/stylesheets/layout/_header.scss */
.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;
  text-underline-offset: 4px;
}

/* line 449, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-center {
  display: none;
  font-size: 15px;
}

@media (min-width: 1370px) {
  /* line 449, app/assets/stylesheets/layout/_header.scss */
  .header-sub .header-sub-center {
    display: block;
  }
}

/* line 458, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-center a {
  margin-right: 20px;
}

/* line 461, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-center a:last-child {
  margin-right: 0;
}

/* line 465, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-center a:hover, .header-sub .header-sub-center a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* line 473, app/assets/stylesheets/layout/_header.scss */
.header-sub .chevron {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  width: 10px;
}

/* line 480, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-right {
  align-self: flex-start;
  display: none;
}

@media (min-width: 768px) {
  /* line 480, app/assets/stylesheets/layout/_header.scss */
  .header-sub .header-sub-right {
    display: flex;
  }
}

/* line 488, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-right .links {
  font-size: 13px;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 24px;
}

/* line 494, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-right .links a {
  color: #939598;
}

/* line 497, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-right .links a:hover {
  text-decoration: underline;
}

/* line 503, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-right .searches {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-right: 0;
}

/* line 509, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-sub-right .searches span {
  background-color: #eeebef;
}

/* line 515, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-logo {
  width: 38px;
  margin-right: 18px;
  display: flex;
}

@media (min-width: 600px) {
  /* line 515, app/assets/stylesheets/layout/_header.scss */
  .header-sub .header-logo {
    margin-left: 18px;
    width: 50px;
  }
}

/* line 527, app/assets/stylesheets/layout/_header.scss */
.header-sub .btn {
  align-items: center;
  display: flex;
  font-size: 11px;
  height: 44px;
  justify-content: center;
  margin-right: 15px;
  letter-spacing: 1.5px;
  width: 116px;
  border-radius: 0 !important;
}

/* line 538, app/assets/stylesheets/layout/_header.scss */
.header-sub .btn:last-child {
  margin-right: 0;
}

/* line 543, app/assets/stylesheets/layout/_header.scss */
.header-sub .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;
}

/* line 557, app/assets/stylesheets/layout/_header.scss */
.header-sub .btn-hollow:hover {
  background: #37205f;
  color: #fff;
}

/* line 563, app/assets/stylesheets/layout/_header.scss */
.header-sub .btn-green {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #009A4F;
  border: 2px solid #009A4F;
  font-weight: 500;
  padding: 0 5px;
  transition: 0.3s ease-in-out;
}

/* line 577, app/assets/stylesheets/layout/_header.scss */
.header-sub .btn-green:hover {
  background: #006031;
  border: 2px solid #006031;
  color: #fff;
}

/* line 584, app/assets/stylesheets/layout/_header.scss */
.header-sub .header-menu {
  width: 28px;
}

/* line 588, app/assets/stylesheets/layout/_header.scss */
.header-sub .close-menu {
  width: 24px;
}

/* line 597, app/assets/stylesheets/layout/_header.scss */
.header-sub .product-dropdown-trigger:hover ~ .products-ingredients-dropdown {
  visibility: visible;
  transition-delay: 0s;
}

/* line 602, app/assets/stylesheets/layout/_header.scss */
.header-sub .product-dropdown-trigger:hover ~ .products-ingredients-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;
}

/* line 618, app/assets/stylesheets/layout/_header.scss */
.header-sub .info-dropdown-trigger:hover ~ .info-dropdown {
  visibility: visible;
  transition-delay: 0s;
}

/* line 623, app/assets/stylesheets/layout/_header.scss */
.header-sub .info-dropdown-trigger:hover ~ .info-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;
}

/* line 635, app/assets/stylesheets/layout/_header.scss */
#other-guides {
  position: relative;
  z-index: 100;
}

/* line 639, app/assets/stylesheets/layout/_header.scss */
#other-guides svg {
  fill: #fff;
  transform-origin: 0 0;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

/* line 647, app/assets/stylesheets/layout/_header.scss */
#other-guides.active svg {
  transform: rotateX(180deg) translateY(-50%);
}

/* line 652, app/assets/stylesheets/layout/_header.scss */
#other-guides-sub-menu {
  display: none;
  width: 275px;
  position: absolute;
  background-color: #535456;
  top: 50px;
  left: 0;
  padding: 10px 0;
  text-align: left;
}

/* line 662, app/assets/stylesheets/layout/_header.scss */
#other-guides-sub-menu li {
  letter-spacing: 0.07em;
  line-height: 1.3;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* line 669, app/assets/stylesheets/layout/_header.scss */
#other-guides-sub-menu li a {
  height: auto;
}

/* line 674, app/assets/stylesheets/layout/_header.scss */
#other-guides-sub-menu li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 679, app/assets/stylesheets/layout/_header.scss */
.fixed-margin-buffer {
  height: 120px;
}

/* line 683, app/assets/stylesheets/layout/_header.scss */
.disclaimer-wrapper {
  margin: 0 14px;
}

/* line 687, app/assets/stylesheets/layout/_header.scss */
.disclaimer-homepage {
  border: 2px solid #000;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: -16px auto 20px;
  max-width: 1060px;
  padding: 26px 14px 14px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  /* line 687, app/assets/stylesheets/layout/_header.scss */
  .disclaimer-homepage {
    margin: -16px auto 30px;
  }
}

@media (min-width: 768px) {
  /* line 687, app/assets/stylesheets/layout/_header.scss */
  .disclaimer-homepage {
    border-radius: 70px;
    font-size: 16px;
    padding: 26px 70px 20px;
  }
}

/* line 709, app/assets/stylesheets/layout/_header.scss */
.disclaimer-homepage .smaller {
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* line 715, app/assets/stylesheets/layout/_header.scss */
.header-banner {
  margin: 0;
  max-width: 1060px;
}

@media (min-width: 769px) {
  /* line 715, app/assets/stylesheets/layout/_header.scss */
  .header-banner {
    margin: 20px auto 0;
  }
}

/* line 723, app/assets/stylesheets/layout/_header.scss */
.header-banner img {
  width: 100%;
}

@media (min-width: 769px) {
  /* line 727, app/assets/stylesheets/layout/_header.scss */
  .header-banner .banner-img-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 733, app/assets/stylesheets/layout/_header.scss */
  .header-banner .banner-img {
    display: none;
  }
}

/* line 740, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown, .info-dropdown {
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 150px;
  visibility: hidden;
  transition: 0.2s;
  z-index: 100;
}

/* line 750, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown:hover, .info-dropdown:hover {
  visibility: visible;
  transition-delay: 0s;
}

/* line 755, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown:hover .category-cards-wrapper, .info-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;
}

/* line 765, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .dropdown-search-wrapper, .info-dropdown .dropdown-search-wrapper {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  padding: 21px 0;
}

/* line 771, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .dropdown-search-wrapper .homepage-search-wrapper, .info-dropdown .dropdown-search-wrapper .homepage-search-wrapper {
  margin-bottom: 0;
}

/* line 774, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input, .info-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) {
  /* line 774, app/assets/stylesheets/layout/_header.scss */
  .products-ingredients-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input, .info-dropdown .dropdown-search-wrapper .homepage-search-wrapper .dropdown-search-input {
    font-size: 14px;
    width: 592px;
  }
}

/* line 791, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .dropdown-search-wrapper .homepage-search-input, .info-dropdown .dropdown-search-wrapper .homepage-search-input {
  border: 1px solid rgba(43, 43, 43, 0.15);
  box-shadow: none;
}

/* line 797, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category-cards-wrapper, .info-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) {
  /* line 797, app/assets/stylesheets/layout/_header.scss */
  .products-ingredients-dropdown .category-cards-wrapper, .info-dropdown .category-cards-wrapper {
    flex-direction: row;
    padding: 48px 100px 80px;
  }
}

/* line 816, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .categories, .info-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) {
  /* line 816, app/assets/stylesheets/layout/_header.scss */
  .products-ingredients-dropdown .categories, .info-dropdown .categories {
    border-bottom: none;
    border-right: 1px solid rgba(43, 43, 43, 0.25);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 74px;
  }
}

/* line 831, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category, .info-dropdown .category {
  max-width: 230px;
}

/* line 834, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category-2, .info-dropdown .category-2 {
  max-width: 430px;
}

/* line 839, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category hr, .products-ingredients-dropdown .category-2 hr, .info-dropdown .category hr, .info-dropdown .category-2 hr {
  border: none;
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 22px;
}

/* line 845, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category ul, .products-ingredients-dropdown .category li, .products-ingredients-dropdown .category-2 ul, .products-ingredients-dropdown .category-2 li, .info-dropdown .category ul, .info-dropdown .category li, .info-dropdown .category-2 ul, .info-dropdown .category-2 li {
  list-style-type: none !important;
  padding-left: 0 !important;
}

/* line 850, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category ul, .products-ingredients-dropdown .category-2 ul, .info-dropdown .category ul, .info-dropdown .category-2 ul {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category li, .products-ingredients-dropdown .category-2 li, .info-dropdown .category li, .info-dropdown .category-2 li {
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 9px;
  cursor: pointer;
}

/* line 860, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category li:hover, .products-ingredients-dropdown .category-2 li:hover, .info-dropdown .category li:hover, .info-dropdown .category-2 li:hover {
  text-decoration: underline !important;
}

/* line 865, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category .cat-header, .products-ingredients-dropdown .category-2 .cat-header, .info-dropdown .category .cat-header, .info-dropdown .category-2 .cat-header {
  margin-bottom: 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* line 873, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .category .title, .products-ingredients-dropdown .category .title a, .products-ingredients-dropdown .category-2 .title, .products-ingredients-dropdown .category-2 .title a, .info-dropdown .category .title, .info-dropdown .category .title a, .info-dropdown .category-2 .title, .info-dropdown .category-2 .title a {
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 879, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .columns-wrapper, .info-dropdown .columns-wrapper {
  display: flex;
  justify-content: space-between;
}

/* line 888, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .cards, .info-dropdown .cards {
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 1440px) {
  /* line 888, app/assets/stylesheets/layout/_header.scss */
  .products-ingredients-dropdown .cards, .info-dropdown .cards {
    display: block;
  }
}

/* line 897, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card, .info-dropdown .card {
  margin-bottom: 28px;
  padding: 32px 32px 60px;
  max-width: 329px;
}

/* line 902, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card h3, .info-dropdown .card h3 {
  line-height: 120%;
}

/* line 906, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card p, .info-dropdown .card p {
  font-size: 17px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 28px;
}

/* line 913, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card .btn, .info-dropdown .card .btn {
  background-color: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 11px;
  height: auto;
  letter-spacing: 1.5px;
  padding: 18px;
  width: 17em;
}

/* line 923, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card .btn:hover, .info-dropdown .card .btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 930, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card-glossary, .info-dropdown .card-glossary {
  background-image: url(https://static.ewg.org/upload/jpg/ewg-cleaners-dropdown-img-1.jpg);
}

/* line 934, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card-report, .info-dropdown .card-report {
  background-image: url(https://static.ewg.org/upload/jpg/ewg-cleaners-dropdown-img-2.jpg);
}

/* line 938, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card-glossary, .products-ingredients-dropdown .card-report, .info-dropdown .card-glossary, .info-dropdown .card-report {
  background-size: cover;
  width: 100%;
  border: none;
  border-radius: 0 !important;
}

/* line 944, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card-glossary h3, .products-ingredients-dropdown .card-report h3, .info-dropdown .card-glossary h3, .info-dropdown .card-report h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* line 951, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .card-glossary p, .products-ingredients-dropdown .card-report p, .info-dropdown .card-glossary p, .info-dropdown .card-report p {
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* line 962, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .column {
  width: 170px;
}

/* line 968, app/assets/stylesheets/layout/_header.scss */
.info-dropdown .column {
  width: 200px;
}

/* line 974, app/assets/stylesheets/layout/_header.scss */
.products-ingredients-dropdown .categories {
  grid-template-columns: 232px 432px;
  gap: 34px 88px;
}

/* line 981, app/assets/stylesheets/layout/_header.scss */
.info-dropdown .categories {
  grid-template-columns: 232px 232px 232px;
  gap: 0 28px;
}

/* line 987, app/assets/stylesheets/layout/_header.scss */
.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;
}

/* line 1005, app/assets/stylesheets/layout/_header.scss */
.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;
}

/* line 1018, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .main-links {
  list-style-type: none !important;
  padding-left: 0 !important;
}

/* line 1022, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .main-links li {
  border-bottom: 0.5px solid rgba(43, 43, 43, 0.25);
}

/* line 1026, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .main-links a {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 20px;
}

/* line 1034, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .main-links .cat-title {
  cursor: initial;
}

/* line 1038, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .main-links .close,
.mobile-menu .main-links .caret {
  cursor: pointer;
}

/* line 1044, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .sub-links {
  padding: 25px 20px;
  list-style-type: none !important;
}

/* line 1048, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .sub-links li {
  margin-bottom: 20px;
}

/* line 1052, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .sub-links a {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 1059, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .btns-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

/* line 1065, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .btn {
  align-items: center;
  display: flex;
  font-size: 11px;
  height: 44px;
  justify-content: center;
  margin-right: 15px;
  letter-spacing: 1.5px;
  width: 144px;
  border-radius: 0;
}

/* line 1077, app/assets/stylesheets/layout/_header.scss */
.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;
}

/* line 1091, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .btn-hollow:hover {
  background: #37205f;
  color: #fff;
}

/* line 1097, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .btn-green {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #009A4F;
  border: 2px solid #009A4F;
  font-weight: 500;
  padding: 0 5px;
  transition: 0.3s ease-in-out;
}

/* line 1111, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .btn-green:hover {
  background: #006031;
  border: 2px solid #006031;
  color: #fff;
}

/* line 1118, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .close {
  width: 12px;
}

/* line 1122, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .caret {
  width: 6px;
}

/* line 1126, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .menu-card-hide {
  right: -340px;
  transition: 0.4s all ease-in-out;
}

/* line 1131, app/assets/stylesheets/layout/_header.scss */
.mobile-menu .menu-card-show {
  right: 0;
  transition: 0.4s all ease-in-out;
}

/* line 1137, app/assets/stylesheets/layout/_header.scss */
.header-search-wrapper {
  position: absolute;
  top: 60px;
  right: 0;
  width: 350px;
}

@media (min-width: 768px) {
  /* line 1137, app/assets/stylesheets/layout/_header.scss */
  .header-search-wrapper {
    width: 500px;
  }
}

/* line 1147, app/assets/stylesheets/layout/_header.scss */
.header-search-wrapper .browse-search-wrapper {
  margin-bottom: 0;
  padding: 0 10px;
  z-index: 11;
  visibility: hidden;
  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;
}

/* line 1157, app/assets/stylesheets/layout/_header.scss */
.header-search-wrapper .browse-search-wrapper.visible {
  visibility: visible;
  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: 0s;
}

/* line 1164, app/assets/stylesheets/layout/_header.scss */
.header-search-wrapper .browse-search-wrapper a {
  height: auto;
  margin-left: 0;
}

/* line 1170, app/assets/stylesheets/layout/_header.scss */
.header-search-wrapper .browse-search-submit {
  right: 25px;
}

/* line 1175, app/assets/stylesheets/layout/_header.scss */
#hidden-dropdown-search {
  display: none;
}

/* line 1179, app/assets/stylesheets/layout/_header.scss */
.hide-on-mobile {
  display: none;
}

@media (min-width: 1400px) {
  /* line 1179, app/assets/stylesheets/layout/_header.scss */
  .hide-on-mobile {
    display: block;
  }
}

/* line 1187, app/assets/stylesheets/layout/_header.scss */
.hide-on-mobile-2 {
  display: none;
}

@media only screen and (min-width: 1370px) {
  /* line 1187, app/assets/stylesheets/layout/_header.scss */
  .hide-on-mobile-2 {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/layout/_homepage.scss */
#homepage_rotator {
  width: 934px;
  height: 296px;
  border: 1px solid #aaaaaa;
  margin: 136px auto 15px;
  text-align: center;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}

/* line 13, app/assets/stylesheets/layout/_homepage.scss */
#rotator_images img {
  width: 934px;
  height: 204px;
}

/* line 18, app/assets/stylesheets/layout/_homepage.scss */
#rotator_images {
  width: 934px;
  height: 204px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/slidebg-77c2dbe29372df431585a5868cd84e17c5fbb06311bebbf7ed4e509f88f5c085.jpg);
  background-repeat: no-repeat;
  margin-top: 39px;
}

/* line 25, app/assets/stylesheets/layout/_homepage.scss */
#front_update {
  display: block;
  width: 934px;
  height: 39px;
  background: url(https://www.ewg.org/cleaners/assets/uc_product_bar-82ae75e0540c034fe34f48580c3ddf533babac033daf6f14d44d2cd117940a3e.gif);
  text-indent: -99999px;
  position: absolute;
  right: 50%;
  margin-right: -467px;
}

/* line 36, app/assets/stylesheets/layout/_homepage.scss */
#rotator_menu {
  width: 938px;
  height: 54px;
}

/* line 40, app/assets/stylesheets/layout/_homepage.scss */
#home_nav_div {
  width: 723px;
  height: 42px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #f0efea;
  /*
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#D9D9D9));
background-image: -moz-linear-gradient(#ececec, #D9D9D9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9')";
*/
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  /*
-o-box-shadow:0 0px 0 #999999; -moz-box-shadow:0 0px 0 #999999; -webkit-box-shadow:0 0px 0 #999999; box-shadow:0 0px 0 #999999;
*/
  color: #868686;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}

/* line 71, app/assets/stylesheets/layout/_homepage.scss */
.hometab {
  padding: 10px 8px;
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/layout/_homepage.scss */
.hometab:hover {
  background-color: #ffffff;
  /*
	-moz-box-shadow: inset 0 0 3px 0px #999999; -webkit-box-shadow: inset 0 0 3px 0px #999999; box-shadow: inset 0 0 3px 0px #999999;*/
}

/* line 74, app/assets/stylesheets/layout/_homepage.scss */
.hometab_active {
  background-color: #ffffff;
  /*
	-moz-box-shadow: inset 0 0 3px 0px #999999; -webkit-box-shadow: inset 0 0 3px 0px #999999; box-shadow: inset 0 0 3px 0px #999999;*/
}

/* line 77, app/assets/stylesheets/layout/_homepage.scss */
.home_rightcol_h1 {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/title_bg-104612fa442bec3cf0e2d74acd9710552c61226c5959ef7f23602eea7ac675a7.jpg) no-repeat scroll 0 0 transparent;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  color: #656565;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  height: 37px;
  line-height: 24px;
  margin: -20px 0 0 -20px;
  padding: 13px 0 0 20px;
  width: 703px;
}

/* line 92, app/assets/stylesheets/layout/_homepage.scss */
#home_search {
  width: 934px;
  height: 53px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/home_search-8570a9e6441a20f5e2af18f957803023a36e3c92e6c22a315e1cc56ed848ad3b.png);
  background-repeat: no-repeat;
  background-position: -2px -2px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}

/* line 98, app/assets/stylesheets/layout/_homepage.scss */
#topsearchformid_large {
  padding: 0;
  margin: 0;
}

/* line 100, app/assets/stylesheets/layout/_homepage.scss */
.searchtopinputboxclass_large {
  width: 735px;
  height: 33px;
  border: 0 none;
  background-color: #FFFFFF;
  color: #707070;
  font-weight: normal;
  font-size: 19px;
  padding: 0px;
  margin: 10px 0 0 59px;
  outline: none;
}

/* line 110, app/assets/stylesheets/layout/_homepage.scss */
.searchtopbtnclass_large {
  margin: 7px 0 0 4px;
  padding: 0px;
  border: 0 none;
  width: 125px;
  height: 39px;
  background: #f0efea;
  color: #595e60;
  font-size: 17px;
  font-weight: 400;
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/layout/_homepage.scss */
#topsearchbarbg {
  width: 433px;
  height: 39px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/top_search_bg-c279fe51d712c06143d090f0d24068102601e9bc57b9a88f654df907dbce87f3.png);
  background-repeat: no-repeat;
}

/* line 133, app/assets/stylesheets/layout/_homepage.scss */
#topsearchformid {
  padding: 0;
  margin: 0;
}

/* line 134, app/assets/stylesheets/layout/_homepage.scss */
.searchtopinputboxclass {
  width: 320px;
  height: 24px;
  border: 0 none;
  background-color: #FFFFFF;
  color: #707070;
  font-weight: normal;
  font-size: 15px;
  padding: 0px;
  margin: 5px 0px 0px 27px;
  outline: none;
}

/* line 145, app/assets/stylesheets/layout/_homepage.scss */
.searchtopbtnclass {
  margin: 3px 0 0 4px;
  padding: 0px;
  border: 0 none;
  width: 75px;
  height: 30px;
}

/* line 154, app/assets/stylesheets/layout/_homepage.scss */
.homepagegraphic {
  float: left;
  padding-right: 10px;
}

/* line 157, app/assets/stylesheets/layout/_homepage.scss */
#uc_left_col {
  font-weight: 400;
  font-size: 26px;
  color: #868686;
  width: 452px;
  height: 92px;
  /*
    background-image: linear-gradient(bottom, #C6C4B6 44%,#E9E8E2 100%);
  background-image: -o-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -moz-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -webkit-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -ms-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #C6C4B6), color-stop(1, #E9E8E2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6C4B6', endColorstr='#E9E8E2');
 
 */
  background: #f0efea;
  border-radius: 8px 0px 0px 0px;
  -moz-border-radius: 8px 0px 0px 0px;
  -webkit-border-radius: 8px 0px 0px 0px;
  float: left;
  border-bottom: 1px solid #aaa;
}

/* line 178, app/assets/stylesheets/layout/_homepage.scss */
.uc_healthy_clean_small {
  font-size: 18px !important;
}

/* line 179, app/assets/stylesheets/layout/_homepage.scss */
.uc_bottle_graphic {
  float: left;
  margin-right: 15px;
  padding-top: 12px;
  padding-left: 14px;
}

/* line 180, app/assets/stylesheets/layout/_homepage.scss */
.uc_title {
  float: left;
  padding-top: 12px;
}

/* line 181, app/assets/stylesheets/layout/_homepage.scss */
.uc_title a {
  color: #868686;
}

/* line 183, app/assets/stylesheets/layout/_homepage.scss */
#uc_whole_col {
  font-weight: 400;
  font-size: 26px;
  color: #868686;
  width: 723px;
  height: 92px;
  background-image: linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -o-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -moz-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -webkit-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -ms-linear-gradient(bottom, #C6C4B6 44%, #E9E8E2 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #C6C4B6), color-stop(1, #E9E8E2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6C4B6', endColorstr='#E9E8E2');
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  float: left;
  margin-bottom: 15px;
}

/* line 198, app/assets/stylesheets/layout/_homepage.scss */
.uc_healthy_clean_small {
  font-size: 18px !important;
}

/* line 199, app/assets/stylesheets/layout/_homepage.scss */
.uc_bottle_graphic {
  float: left;
  margin-right: 15px;
  padding-top: 12px;
  padding-left: 14px;
}

/* line 200, app/assets/stylesheets/layout/_homepage.scss */
.uc_title {
  float: left;
  padding-top: 12px;
}

/* line 201, app/assets/stylesheets/layout/_homepage.scss */
.uc_title a {
  color: #868686;
}

/* line 203, app/assets/stylesheets/layout/_homepage.scss */
#uc_right_col {
  font-weight: 400;
  font-size: 19px;
  color: white;
  width: 268px;
  height: 92px;
  /*
  background-image: linear-gradient(bottom, rgb(201,131,2) 19%, rgb(253,164,0) 92%);
  background-image: -o-linear-gradient(bottom, rgb(201,131,2) 19%, rgb(253,164,0) 92%);
  background-image: -moz-linear-gradient(bottom, rgb(201,131,2) 19%, rgb(253,164,0) 92%);
  background-image: -webkit-linear-gradient(bottom, rgb(201,131,2) 19%, rgb(253,164,0) 92%);
  background-image: -ms-linear-gradient(bottom, #c98302 19%, #fda400 92%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.19, rgb(201,131,2)),
    color-stop(0.92, rgb(253,164,0))
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c98302', endColorstr='#fda400');
  */
  background: #009a4f;
  border-bottom: 1px solid #aaa;
  float: left;
  border-radius: 0px 8px 0px 0px;
  -moz-border-radius: 0px 8px 0px 0px;
  -webkit-border-radius: 0px 8px 0px 0px;
  border-left: 1px solid #aaaaaa;
  zoom: 1;
}

/* line 229, app/assets/stylesheets/layout/_homepage.scss */
.uc_refresh_symbol_home {
  margin-top: 2px;
  margin-right: 6px;
  float: left;
}

/* line 230, app/assets/stylesheets/layout/_homepage.scss */
.uc_latest_title {
  float: left;
}

/* line 231, app/assets/stylesheets/layout/_homepage.scss */
.uc_latest_container {
  float: left;
  padding-top: 31px;
  padding-left: 26px;
}

/* line 233, app/assets/stylesheets/layout/_homepage.scss */
.uc_product_container {
  border-bottom: 1px solid #cfcdc4;
  margin-top: 12px;
  padding-bottom: 9px;
  padding-left: 15px;
}

/* line 235, app/assets/stylesheets/layout/_homepage.scss */
.update_center_product_img {
  float: left;
  width: 60px;
  padding-right: 4px;
  text-align: center;
  display: block;
}

/* line 236, app/assets/stylesheets/layout/_homepage.scss */
.update_center_product_img img {
  max-height: 70px;
  max-width: 60px;
}

/* line 238, app/assets/stylesheets/layout/_homepage.scss */
.uc_prod_name_date a {
  float: left;
  width: 167px;
  line-height: 18px;
  font-weight: 400 !important;
  text-decoration: underline !important;
  color: #72706a;
}

/* line 239, app/assets/stylesheets/layout/_homepage.scss */
.uc_prod_date {
  font-weight: bold;
  font-size: 12px;
}

/* line 241, app/assets/stylesheets/layout/_homepage.scss */
#update_center_container {
  width: 723px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/uc_slice_bkg_12-a6e6b77ea263999e37418c2b79f60000a89c47dfe7238a4c73504a6613cb7200.png) repeat-y;
  border: 1px solid #AAA;
  -webkit-box-shadow: 0 1px 0 #999;
  -moz-box-shadow: 0 1px 0 #999;
  box-shadow: 0 1px 0 #999;
}

/* line 256, app/assets/stylesheets/layout/_homepage.scss */
#update_center_headers {
  height: 92px;
}

/* line 259, app/assets/stylesheets/layout/_homepage.scss */
#ucleftcol_inside_content {
  padding: 15px;
  width: 422px;
  float: left;
  border-right: 1px solid #aaa;
}

/* line 266, app/assets/stylesheets/layout/_homepage.scss */
#ucrightcol_inside_content {
  width: 268px;
  float: left;
  background: #f0efea;
}

/* line 272, app/assets/stylesheets/layout/_homepage.scss */
.uc_shadowedline {
  height: 1px;
  width: 457px;
  background-color: #E4E4E4;
  margin: 20px 0 20px -15px;
}

/* line 278, app/assets/stylesheets/layout/_homepage.scss */
.uc_prod_name_date {
  width: 189px;
  float: left;
}

/* line 282, app/assets/stylesheets/layout/_homepage.scss */
img#logo_2015 {
  height: auto;
  margin: 8px 0 0;
  width: 200px;
}

/* line 1, app/assets/stylesheets/layout/_layout.scss */
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-repeat: repeat;
  /*
  background: image-url(/cleaners/assets/stylesheetgraphics/tiled_stripe_ewg-f962585e66db50fd5f22504a1cdd0a66244c7d3db8658a70b57412988dd7d4aa.png) fixed;
  */
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  color: #868686;
  font-family: "niveau-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 17, app/assets/stylesheets/layout/_layout.scss */
div {
  padding: 0;
  margin: 0;
}

/* line 21, app/assets/stylesheets/layout/_layout.scss */
.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

/* line 26, app/assets/stylesheets/layout/_layout.scss */
.fleft {
  float: left;
}

/* line 29, app/assets/stylesheets/layout/_layout.scss */
.fright {
  float: right;
}

/* line 32, app/assets/stylesheets/layout/_layout.scss */
.fright2 {
  float: right;
  font-weight: 600;
  font-size: 13px !important;
  margin-right: 12px;
}

/* line 38, app/assets/stylesheets/layout/_layout.scss */
.center {
  margin: 0 auto;
}

/* line 41, app/assets/stylesheets/layout/_layout.scss */
.lmenu_bmargin {
  margin-bottom: 15px;
}

/* line 44, app/assets/stylesheets/layout/_layout.scss */
img {
  border: 0 none;
}

/* line 47, app/assets/stylesheets/layout/_layout.scss */
a, a:link, a:visited {
  text-decoration: none;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/layout/_layout.scss */
a:hover, a:active, a.nice-select.open {
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/layout/_layout.scss */
.substance_ahref:link, .substance_ahref:visited, .substance_noahref {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/layout/_layout.scss */
  .substance_ahref:link, .substance_ahref:visited, .substance_noahref {
    font-size: 18px;
  }
}

/* line 70, app/assets/stylesheets/layout/_layout.scss */
.substance_ahref-2 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150%;
  /* 18px */
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/layout/_layout.scss */
  .substance_ahref-2 {
    font-size: 12px !important;
  }
}

/* line 87, app/assets/stylesheets/layout/_layout.scss */
a img {
  text-decoration: none;
  border: 0 none;
}

/* line 91, app/assets/stylesheets/layout/_layout.scss */
a div {
  text-decoration: none;
  border: 0 none;
}

/* line 95, app/assets/stylesheets/layout/_layout.scss */
a img.hoverimg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 98, app/assets/stylesheets/layout/_layout.scss */
a img.hoverimg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 106, app/assets/stylesheets/layout/_layout.scss */
#fright3 {
  font-size: 14px !important;
  margin-right: 15px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #f0efea;
}

/* line 111, app/assets/stylesheets/layout/_layout.scss */
.error404 {
  height: 240px;
  margin: 20px;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #AAA;
  -webkit-box-shadow: 0 1px 0 #999;
  -moz-box-shadow: 0 1px 0 #999999;
  box-shadow: 0 1px 0 #999;
}

/* line 126, app/assets/stylesheets/layout/_layout.scss */
#flash_notice, #flash_error, #flash_alert {
  border: 1px solid #C1C1C1;
  display: block;
  margin: 20px 0px;
  padding: 5px 15px;
  text-align: left;
  color: #868686;
  text-decoration: none;
  background-color: #D9D9D9;
}

/* line 137, app/assets/stylesheets/layout/_layout.scss */
#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

/* line 142, app/assets/stylesheets/layout/_layout.scss */
#flash_error, #flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
}

/* line 149, app/assets/stylesheets/layout/_layout.scss */
#top {
  height: 2px;
  width: 100%;
  background-color: #7e7d7b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 158, app/assets/stylesheets/layout/_layout.scss */
#topofpage {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 163, app/assets/stylesheets/layout/_layout.scss */
#header_out {
  height: 120px;
  width: 100%;
  /*
  background-color:#eeede5;
  */
  background: #ffffff;
  position: fixed;
  top: 2px;
  left: 0;
  z-index: 9999;
  /*
  -o-box-shadow:0 0 5px #7E7D7B;
  -moz-box-shadow:0 0 5px #7E7D7B;
  -webkit-box-shadow:0 0 5px #7E7D7B;
  box-shadow:0 0 5px #7E7D7B;
*/
}

/* line 181, app/assets/stylesheets/layout/_layout.scss */
#header_in {
  height: 120px;
  width: 100%;
}

/* line 186, app/assets/stylesheets/layout/_layout.scss */
#header_in_top {
  width: 940px;
  height: 81px;
}

/* line 190, app/assets/stylesheets/layout/_layout.scss */
#logo {
  width: 279px;
  height: 81px;
}

/* line 194, app/assets/stylesheets/layout/_layout.scss */
#admin_and_sm {
  width: 412px;
  height: 81px;
  margin: 0px 0 0 248px;
  text-align: right;
}

/* line 200, app/assets/stylesheets/layout/_layout.scss */
#admin {
  margin: 8px 0 0px 0;
}

/* line 203, app/assets/stylesheets/layout/_layout.scss */
.horizontal-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}

/* line 60, app/assets/stylesheets/compass/typography/lists/_horizontal-list.scss */
.horizontal-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 48, app/assets/stylesheets/compass/typography/lists/_horizontal-list.scss */
.horizontal-list li:first-child, .horizontal-list li.first {
  padding-left: 0;
}

/* line 49, app/assets/stylesheets/compass/typography/lists/_horizontal-list.scss */
.horizontal-list li:last-child {
  padding-right: 0;
}

/* line 50, app/assets/stylesheets/compass/typography/lists/_horizontal-list.scss */
.horizontal-list li.last {
  padding-right: 0;
}

/* line 206, app/assets/stylesheets/layout/_layout.scss */
#socialmedia {
  margin: 2px 0px 0 240px;
}

/* line 228, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-addthis {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/addthis-cadbee3a38ab09d74c7331814249a0561d279570386f33c747f8bc706f553526.png);
}

/* line 231, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-amazon {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/amazon-f2b7db06c9dce21912c25e9926893bb9fb1232b80ba968772a079dddb7b01baa.png);
}

/* line 232, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-email {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/email-80a2b60601fd9f6bc4a461116bf841f1c4101fcc4dde1eef015086de77a0ed30.png);
}

/* line 233, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-facebook {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/facebook-3205ae5a23969b6637f700667fb49a22dbc209247f465e7ea951cbf11c4b54c7.png);
}

/* line 234, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-rss {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/rss-2dee11c6c01a0ae915a6df9ae14a336b549a82f856cd0fd361ce0693ef7114d6.png);
}

/* line 235, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-twitter {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/twitter-348967e40c3c1075f9fe926a3e3bfa7caa4adad09f3fbd46e441cb83bce76169.png);
}

/* line 236, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-youtube {
  background-image: url(https://www.ewg.org/cleaners/assets/socialmediaicons/youtube-13ee2f6ec82be5f3dc17dddd0e7a661455aec5a2dabf75d14de36fd540a53789.png);
}

/* line 239, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons {
  width: 16px;
  height: 16px;
  display: block;
}

/* line 244, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons:link, .socialmediaicons:visited {
  text-indent: -99999px;
}

/* line 247, app/assets/stylesheets/layout/_layout.scss */
#header_in_bottom {
  width: 938px;
  height: 39px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/header_in_bottom_bg-96c1d520bd23c9e12f21bd01d95e5fdcb9be0815d95832427e37f2721a9bec7b.jpg);
  background-repeat: repeat-x;
}

/* line 253, app/assets/stylesheets/layout/_layout.scss */
#dropdown_navigation {
  width: 265px;
}

/* line 256, app/assets/stylesheets/layout/_layout.scss */
#db_logo_left {
  width: 32px;
}

/* line 257, app/assets/stylesheets/layout/_layout.scss */
.lastliitem {
  border: 0 none !important;
}

/* line 258, app/assets/stylesheets/layout/_layout.scss */
#top_search {
  width: 433px;
  margin: 0 0 0 238px;
}

/* line 259, app/assets/stylesheets/layout/_layout.scss */
.width186 {
  width: 186px !important;
}

/* line 260, app/assets/stylesheets/layout/_layout.scss */
.bottomleftmenudiv {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 264, app/assets/stylesheets/layout/_layout.scss */
.bottomrightmenudiv {
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 268, app/assets/stylesheets/layout/_layout.scss */
#development_top {
  width: 938px;
  height: 88px;
  margin: 132px auto 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
}

/* line 276, app/assets/stylesheets/layout/_layout.scss */
img.developmentb940 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 938px;
  height: 88px;
  border: 0 solid #aaaaaa;
}

/* line 282, app/assets/stylesheets/layout/_layout.scss */
#development_left {
  width: 200px;
  height: 323px;
  margin: 15px auto;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
}

/* line 290, app/assets/stylesheets/layout/_layout.scss */
img.developmentb202 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  height: 323px;
  border: 0px solid #aaaaaa;
}

/* line 296, app/assets/stylesheets/layout/_layout.scss */
#contact_company {
  width: 202px;
  margin: 10px 0 0px 0;
}

/* line 297, app/assets/stylesheets/layout/_layout.scss */
#contact_company img {
  width: 202px;
}

/* line 299, app/assets/stylesheets/layout/_layout.scss */
#product_discontinued {
  background-color: #d00000;
  height: 40px;
  text-align: left;
  color: white;
  padding-top: 8px;
  padding-left: 32px;
  background-image: url(https://www.ewg.org/cleaners/assets/white_x-341c4494ecb711f4d89014640c638745c2a834b05067ddb11b6af3b5faddc5a7.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

/* line 312, app/assets/stylesheets/layout/_layout.scss */
#product_being_updated {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #009a4f;
  height: 30px;
  text-align: left;
  color: white;
  padding-top: 8px;
  padding-left: 32px;
  background-image: url(https://www.ewg.org/cleaners/assets/refresh_orange_2b-962f99a987d216f7213a44d7b1b9e30d4000f34e3f22246c44061199769b2730.jpg);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

/* line 324, app/assets/stylesheets/layout/_layout.scss */
a.product_being_updated_popuptext {
  position: relative;
  z-index: 24;
  color: #FFFFFF;
  border-bottom: none;
  text-decoration: none;
}

/* line 325, app/assets/stylesheets/layout/_layout.scss */
a.product_being_updated_popuptext:hover {
  z-index: 25;
  background-color: #d09018;
}

/* line 326, app/assets/stylesheets/layout/_layout.scss */
a.product_being_updated_popuptext span {
  display: none;
}

/* line 327, app/assets/stylesheets/layout/_layout.scss */
a.product_being_updated_popuptext:hover span {
  display: block;
  position: absolute;
  top: 2em;
  left: 0;
  width: 18em;
  padding: .3em;
  border: 2px outset #BBB;
  color: #000;
  background: #FF9;
  text-align: center;
}

/* line 330, app/assets/stylesheets/layout/_layout.scss */
#product_first_added {
  text-align: left;
  padding-bottom: 8px;
  padding-left: 10px;
}

/* line 337, app/assets/stylesheets/layout/_layout.scss */
#previous_version {
  color: #2b2b2b;
  text-align: left;
  background-image: url(https://www.ewg.org/cleaners/assets/history_07-2bf8cbc9ecfc1ae297f20ebd2f515bd3fcb2454c61b5c6a0169da73c29f0fa2a.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 6px 0 20px 35px;
}

/* line 351, app/assets/stylesheets/layout/_layout.scss */
#save_and_favorite {
  display: none;
  border: 1px solid #aaaaaa;
  height: 44px;
  width: 200px;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc));
  background-image: -moz-linear-gradient(#ececec, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')";
}

/* line 363, app/assets/stylesheets/layout/_layout.scss */
a.save_fav_ahref, a.save_fav_ahref:link, a.save_fav_ahref:visited {
  color: #868686;
  text-decoration: none;
}

/* line 364, app/assets/stylesheets/layout/_layout.scss */
a.save_fav_ahref:hover, a.save_fav_ahref:active, .save_fav_ahref.nice-select.open {
  color: #868686;
  text-decoration: underline;
}

/* line 365, app/assets/stylesheets/layout/_layout.scss */
#addthis_share {
  width: 152px;
  height: 29px;
  padding: 15px 0 0px 48px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/addthis_share-7fd76d16e3bddeab8271dd9e3ed11dc6e9e7cc69162541c6f70ac73449f4788c.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #868686;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 379, app/assets/stylesheets/layout/_layout.scss */
#addthis_share:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 385, app/assets/stylesheets/layout/_layout.scss */
#addthis_share_2 {
  height: 27px;
  padding: 13px 9px 0px 38px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/addthis_share-7fd76d16e3bddeab8271dd9e3ed11dc6e9e7cc69162541c6f70ac73449f4788c.png);
  background-repeat: no-repeat;
  background-position: -2px 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 393, app/assets/stylesheets/layout/_layout.scss */
#addthis_share_2:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 399, app/assets/stylesheets/layout/_layout.scss */
#smicons {
  padding: 13px 0 0 0 !important;
}

/* line 400, app/assets/stylesheets/layout/_layout.scss */
#smicons:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 406, app/assets/stylesheets/layout/_layout.scss */
#save {
  width: 50px;
  height: 29px;
  padding: 15px 0 0 48px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/save-851d1ccf8ff670267bb4b64a41f9b7efaf6cacfbd2ac0ddee6eef0d5273bcfe0.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #868686;
}

/* line 419, app/assets/stylesheets/layout/_layout.scss */
#favorite {
  width: 58px;
  height: 29px;
  padding: 15px 0 0px 40px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/favorite-f2ba55d03778c25992116c93e2c72bcbfb9033ad054ffd785b552c5ba5ab6e9d.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #868686;
}

/* line 432, app/assets/stylesheets/layout/_layout.scss */
#save_fav_crease {
  width: 0;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #fdfdfd;
  height: 44px;
  margin: 0 1px 0 1px;
  padding: 0px;
}

/* line 439, app/assets/stylesheets/layout/_layout.scss */
#learnmore {
  width: 190px;
  background-color: #f0efea;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #AAAAAA;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #747373;
  padding: 10px 0 10px 10px;
}

/* line 452, app/assets/stylesheets/layout/_layout.scss */
#learnmore_curved {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  width: 190px;
  background-color: #f0efea;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #AAAAAA;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #747373;
  padding: 10px 0 10px 10px;
}

/* line 467, app/assets/stylesheets/layout/_layout.scss */
#products_home {
  color: #2b2b2b !important;
  font-family: "niveau-grotesk", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  background-color: transparent;
  padding: 9px 0;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  margin: 5px 0 0 0;
}

/* line 488, app/assets/stylesheets/layout/_layout.scss */
#report_learnmore {
  width: 190px;
  background-color: #f0efea;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #AAAAAA;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #747373;
  padding: 10px 0 10px 10px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 498, app/assets/stylesheets/layout/_layout.scss */
#toc {
  background-color: #f0efea;
  border: 1px solid #aaaaaa;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 505, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc {
  background-color: transparent;
  margin: 0 0 15px 0;
}

/* line 513, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc_ul {
  color: #2b2b2b !important;
  font-family: "niveau-grotesk", sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 120% !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 526, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc_ul li {
  display: block;
  margin: 0;
  padding: 7px 0px 5px 10px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}

/* line 541, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc_ul li #home_product_toc_items_ul {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 11px;
  color: #2b2b2b;
  list-style-type: none;
  margin: -10px 0px 0px -10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2b2b2b30;
}

/* line 553, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc_ul li #home_product_toc_items_ul li {
  margin-top: 5px;
  border-top: 0;
  border-bottom: 0px;
  display: block;
  margin: 0;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
}

/* line 571, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc_ul li #home_product_toc_items_ul lihover {
  color: #2b2b2b;
}

/* line 575, app/assets/stylesheets/layout/_layout.scss */
#home_product_toc_ul li #home_product_toc_items_ul li .category-links {
  padding: 7px 0px 5px 10px;
}

/* line 592, app/assets/stylesheets/layout/_layout.scss */
#report_toc {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f0efea;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  margin: 0 0 15px 0;
}

/* line 599, app/assets/stylesheets/layout/_layout.scss */
#toc_ul {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #868686;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 607, app/assets/stylesheets/layout/_layout.scss */
#toc_ul li {
  border-bottom: 1px solid #c1c1c1;
  display: block;
  margin: 0;
  padding: 10px 0px 10px 10px;
  text-align: left;
  cursor: pointer;
  color: #868686;
  text-decoration: none;
}

/* line 617, app/assets/stylesheets/layout/_layout.scss */
#toc_ul li:hover {
  color: #868686;
  text-decoration: underline;
}

/* line 620, app/assets/stylesheets/layout/_layout.scss */
.last_li {
  border: 0 none !important;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 624, app/assets/stylesheets/layout/_layout.scss */
.highlight_li {
  background: #ffffff;
  font-size: 1.1em;
}

/* line 631, app/assets/stylesheets/layout/_layout.scss */
#report_toc_ul {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #868686;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 639, app/assets/stylesheets/layout/_layout.scss */
#report_toc_ul li {
  border-bottom: 1px solid #c1c1c1;
  display: block;
  margin: 0;
  padding: 10px 0px 10px 10px;
  text-align: left;
  cursor: pointer;
  color: #868686;
  text-decoration: none;
}

/* line 648, app/assets/stylesheets/layout/_layout.scss */
#report_toc_ul li:hover {
  color: #868686;
  text-decoration: underline;
}

/* line 651, app/assets/stylesheets/layout/_layout.scss */
a.toc_ul_li_ahref, a.toc_ul_li_ahref:link, a.toc_ul_li_ahref:visited {
  color: #868686;
  text-decoration: none;
}

/* line 654, app/assets/stylesheets/layout/_layout.scss */
a.toc_ul_li_ahref:hover, a.toc_ul_li_ahref:active, .toc_ul_li_ahref.nice-select.open {
  color: #868686;
  text-decoration: underline;
}

/* line 658, app/assets/stylesheets/layout/_layout.scss */
#main_wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  /* line 658, app/assets/stylesheets/layout/_layout.scss */
  #main_wrapper {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  /* line 658, app/assets/stylesheets/layout/_layout.scss */
  #main_wrapper {
    padding: 0 50px;
    width: 1150px;
  }
}

@media (min-width: 1400px) {
  /* line 658, app/assets/stylesheets/layout/_layout.scss */
  #main_wrapper {
    padding: 0;
  }
}

/* line 676, app/assets/stylesheets/layout/_layout.scss */
#leftcol {
  width: 0;
  margin: 0;
  float: right;
}

@media (min-width: 1100px) {
  /* line 676, app/assets/stylesheets/layout/_layout.scss */
  #leftcol {
    width: 220px;
    margin: 0 65px 0 0;
    float: left;
  }
}

/* line 688, app/assets/stylesheets/layout/_layout.scss */
.gobackbutton {
  width: 202px;
}

/* line 689, app/assets/stylesheets/layout/_layout.scss */
#signup, #searchbox {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  width: 200px;
}

/* line 696, app/assets/stylesheets/layout/_layout.scss */
#signup_top, #searchbox_top {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  padding: 7px 10px 3px 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff !important;
  text-shadow: 0px 1px #000;
  height: 23px;
  border-bottom: 2px solid #006b37;
}

/* line 708, app/assets/stylesheets/layout/_layout.scss */
#signup_text, #searchbox_text {
  padding: 10px 10px 0px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #868686;
}

/* line 716, app/assets/stylesheets/layout/_layout.scss */
#emailsignupform, #searchboxform {
  padding: 10px;
  width: 180px;
}

/* line 717, app/assets/stylesheets/layout/_layout.scss */
.inputbox {
  background-color: #f1f1f1;
  border: 1px solid #bababa;
  padding: 5px;
  width: 168px;
  height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 8px;
  -moz-box-shadow: 8px;
  box-shadow: 8px;
  color: #707070;
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0 10px 0;
  outline: none;
}

/* line 725, app/assets/stylesheets/layout/_layout.scss */
.inputbox_2 {
  background-color: #f1f1f1;
  border: 1px solid #bababa;
  padding: 5px;
  width: 178px;
  height: 18px;
  -webkit-box-shadow: 8px;
  -moz-box-shadow: 8px;
  box-shadow: 8px;
  color: #707070;
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0 10px 0;
  outline: none;
  -webkit-box-shadow: 0 -1px 0 0 #999 #333333;
  -moz-box-shadow: 0 -1px 0 0 #999 #333333;
  box-shadow: 0 -1px 0 0 #999 #333333;
}

/* line 734, app/assets/stylesheets/layout/_layout.scss */
.emailsubmitbutton, .searchboxsubmitbutton {
  cursor: pointer;
  -webkit-box-shadow: 13px;
  -moz-box-shadow: 13px;
  box-shadow: 13px;
  border: 1px solid #aaaaaa;
  color: #676767;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#D9D9D9));
  background-image: -moz-linear-gradient(#ececec, #D9D9D9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9')";
}

/* line 749, app/assets/stylesheets/layout/_layout.scss */
.emailsubmitbutton:hover, .searchboxsubmitbutton:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 755, app/assets/stylesheets/layout/_layout.scss */
#topsearchbarbg {
  width: 433px;
  height: 39px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/top_search_bg-c279fe51d712c06143d090f0d24068102601e9bc57b9a88f654df907dbce87f3.png);
  background-repeat: no-repeat;
}

/* line 761, app/assets/stylesheets/layout/_layout.scss */
#topsearchformid {
  padding: 0;
  margin: 0;
}

/* line 762, app/assets/stylesheets/layout/_layout.scss */
.searchtopinputboxclass {
  width: 320px;
  height: 24px;
  border: 0 none;
  background-color: #FFFFFF;
  color: #707070;
  font-weight: normal;
  font-size: 15px;
  padding: 0px;
  margin: 5px 0 0 27px;
  outline: none;
}

/* line 772, app/assets/stylesheets/layout/_layout.scss */
.searchtopbtnclass {
  margin: 3px 0 0 4px;
  padding: 0px;
  border: 0 none;
  width: 75px;
  height: 30px;
}

/* line 779, app/assets/stylesheets/layout/_layout.scss */
a.nocolorchange, a.nocolorchange:link, a.nocolorchange:visited {
  color: #868686;
  text-decoration: none;
}

/* line 780, app/assets/stylesheets/layout/_layout.scss */
a.nocolorchange:hover, a.nocolorchange:active, .nocolorchange.nice-select.open {
  color: #868686;
  text-decoration: none;
}

/* line 781, app/assets/stylesheets/layout/_layout.scss */
a.nocolorchange2, a.nocolorchange2:link, a.nocolorchange2:visited {
  color: #868686;
  text-decoration: none;
}

/* line 782, app/assets/stylesheets/layout/_layout.scss */
a.nocolorchange2:hover, a.nocolorchange2:active, .nocolorchange2.nice-select.open {
  color: #868686;
  text-decoration: none;
}

/* line 784, app/assets/stylesheets/layout/_layout.scss */
a.bolderlink, a.bolderlink:link, a.bolderlink:visited {
  font-weight: 600;
  color: #868686;
}

/* line 789, app/assets/stylesheets/layout/_layout.scss */
a.bolderlink:hover, a.bolderlink:active, .bolderlink.nice-select.open {
  text-decoration: underline;
  color: #E09100;
}

/* line 796, app/assets/stylesheets/layout/_layout.scss */
a.noboldahref {
  text-decoration: underline;
  font-weight: normal;
}

/* line 797, app/assets/stylesheets/layout/_layout.scss */
a img.logoclass {
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 5px;
  width: 200px;
  height: 150px;
  float: left;
  margin: 15px 19px 20px 0px;
}

/* line 807, app/assets/stylesheets/layout/_layout.scss */
#hidethese {
  display: none;
}

/* line 808, app/assets/stylesheets/layout/_layout.scss */
#footer {
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  margin: 50px auto 0;
  padding: 25px 0;
  text-align: center;
  background-color: #EEEDE5;
  border-top: 1px solid #d0cfca;
  -webkit-box-shadow: 0 0 5px 0 #7e7d7b;
  -moz-box-shadow: 0 0 5px 0 #7e7d7b;
  box-shadow: 0 0 5px 0 #7e7d7b;
  background-color: #EEEDE5;
}

/* line 819, app/assets/stylesheets/layout/_layout.scss */
#full_page {
  width: 898px;
  min-height: 500px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 20px 0 20px;
  margin: 0px 0 0 0;
  background-color: #FFFFFF;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  margin: 150px 0 0 0;
}

/* line 831, app/assets/stylesheets/layout/_layout.scss */
#ratingsout {
  background-color: #006b37;
  min-height: 46px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 832, app/assets/stylesheets/layout/_layout.scss */
#ratingsin {
  width: 950px;
  margin: 0 auto;
  padding: 8px 0px;
}

/* line 833, app/assets/stylesheets/layout/_layout.scss */
#aboutratings {
  width: 204px;
  cursor: pointer;
}

/* line 834, app/assets/stylesheets/layout/_layout.scss */
.showratingsinfo {
  color: #f3dc9d;
  cursor: pointer;
}

/* line 835, app/assets/stylesheets/layout/_layout.scss */
.hideratingsinfo {
  color: #f3dc9d;
  cursor: pointer;
}

/* line 836, app/assets/stylesheets/layout/_layout.scss */
#hideratings {
  display: none;
}

/* line 837, app/assets/stylesheets/layout/_layout.scss */
#hiddenratings {
  width: 746px;
  color: #ffffff;
  font-style: italic;
  font-size: 15px;
  line-height: 28px;
}

/* line 838, app/assets/stylesheets/layout/_layout.scss */
#shownratings {
  display: none;
  width: 746px;
  color: #ffffff;
  font-style: italic;
  font-size: 15px;
  line-height: 28px;
  padding: 0 0 10px 0;
}

/* line 840, app/assets/stylesheets/layout/_layout.scss */
#footer_outter {
  background-color: #009a4f;
  min-height: 300px;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
}

/* line 841, app/assets/stylesheets/layout/_layout.scss */
#footer_inner {
  width: 950px;
  margin: 0 auto;
  padding: 20px 5px;
}

/* line 842, app/assets/stylesheets/layout/_layout.scss */
.indfooterarea {
  width: 160px;
  margin: 0 40px 0 0;
}

/* line 843, app/assets/stylesheets/layout/_layout.scss */
.indfooterarea_last {
  width: 150px;
  margin: 0 !important;
}

/* line 844, app/assets/stylesheets/layout/_layout.scss */
h3.menutitleh3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #f3dc9d;
}

/* line 845, app/assets/stylesheets/layout/_layout.scss */
a.footermenua, a.footermenua:link, a.footermenua:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 846, app/assets/stylesheets/layout/_layout.scss */
a.footermenua:active, .footermenua.nice-select.open, a.footermenua:hover {
  text-decoration: underline;
}

/* line 847, app/assets/stylesheets/layout/_layout.scss */
.footercrease {
  border-top: 1px solid #fff;
  /*border-bottom:1px solid #757575;*/
  height: 0px;
  margin: 20px auto;
  width: 950px;
}

/* line 848, app/assets/stylesheets/layout/_layout.scss */
#footer_contact {
  width: 950px;
  margin: 30px auto;
  padding: 20px 5px;
  color: #ffffff;
  font-size: px;
}

/* line 849, app/assets/stylesheets/layout/_layout.scss */
.ewg_location {
  font-size: px;
  font-weight: 600;
  color: #f3dc9d;
}

/* line 850, app/assets/stylesheets/layout/_layout.scss */
a.contactewga, a.contactewga:link, a.contactewga:visited {
  color: #f3dc9d;
  text-decoration: underline;
}

/* line 851, app/assets/stylesheets/layout/_layout.scss */
a.contactewga:active, .contactewga.nice-select.open, a.contactewga:hover {
  color: #f3dc9d;
  text-decoration: underline;
}

/* line 852, app/assets/stylesheets/layout/_layout.scss */
img.footerlogo {
  margin: 0 0 0 0px;
}

/* line 853, app/assets/stylesheets/layout/_layout.scss */
.footer_contact_left {
  width: 629px;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
  float: left;
  height: 260px;
}

/* line 854, app/assets/stylesheets/layout/_layout.scss */
.footer_contact_right {
  width: 279px;
  padding-left: 20px;
  border-left: 0px solid #757575;
  float: left;
  height: 260px;
}

/* line 856, app/assets/stylesheets/layout/_layout.scss */
a.legala {
  color: #F3DC9D !important;
}

/* line 858, app/assets/stylesheets/layout/_layout.scss */
.leftimg_internal {
  width: 220px;
  padding: 0px;
  margin: 0 20px 20px 0;
}

/* line 859, app/assets/stylesheets/layout/_layout.scss */
.righttxt_internal {
  width: 443px;
  padding: 0;
  margin: 0;
}

/* line 861, app/assets/stylesheets/layout/_layout.scss */
#full_page h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 15px 0;
}

/* line 862, app/assets/stylesheets/layout/_layout.scss */
#full_page h2 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 15px 0;
}

/* line 863, app/assets/stylesheets/layout/_layout.scss */
h1.faqh1 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 15px 0;
  font-weight: 400;
}

/* line 865, app/assets/stylesheets/layout/_layout.scss */
#homesm {
  width: 693px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  background-color: #f7f6f0;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 874, app/assets/stylesheets/layout/_layout.scss */
.fbleft {
  background-color: #fff;
  width: 350px;
  height: 258px;
  margin-right: 23px;
}

/* line 875, app/assets/stylesheets/layout/_layout.scss */
.twright {
  width: 320px;
}

/* line 877, app/assets/stylesheets/layout/_layout.scss */
#tempplaceholderright, #tempplaceholderright-2 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 877, app/assets/stylesheets/layout/_layout.scss */
  #tempplaceholderright, #tempplaceholderright-2 {
    width: 65%;
  }
}

@media (min-width: 1400px) {
  /* line 877, app/assets/stylesheets/layout/_layout.scss */
  #tempplaceholderright, #tempplaceholderright-2 {
    width: 75%;
  }
}

@media (min-width: 1100px) {
  /* line 889, app/assets/stylesheets/layout/_layout.scss */
  #tempplaceholderright-2 {
    margin-left: 285px;
  }
}

/* line 895, app/assets/stylesheets/layout/_layout.scss */
#home_nav_div {
  width: 723px;
  height: 42px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #f0efea;
  /*
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#D9D9D9));
background-image: -moz-linear-gradient(#ececec, #D9D9D9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9')";
*/
  -o-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  /*
-o-box-shadow:0 0px 0 #999999; -moz-box-shadow:0 0px 0 #999999; -webkit-box-shadow:0 0px 0 #999999; box-shadow:0 0px 0 #999999;
*/
  color: #868686;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}

/* line 930, app/assets/stylesheets/layout/_layout.scss */
a.nounderlineahref, a.nounderlineahref:link, a.nounderlineahref:visited {
  color: #868686 !important;
  text-decoration: none !important;
}

/* line 931, app/assets/stylesheets/layout/_layout.scss */
a.nounderlineahref:active, .nounderlineahref.nice-select.open, a.nounderlineahref:hover {
  color: #868686 !important;
  text-decoration: none !important;
}

/* line 933, app/assets/stylesheets/layout/_layout.scss */
.signup_top_green {
  background-color: #009a4f !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009a4f), to(#3a9329)) !important;
  background-image: -moz-linear-gradient(#009a4f, #3a9329) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009a4f', endColorstr='#3a9329') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009a4f', endColorstr='#3a9329')" !important;
  color: #fff !important;
  text-shadow: 0 -1px #37692a !important;
  font-weight: 600 !important;
}

/* line 943, app/assets/stylesheets/layout/_layout.scss */
.emailsubmitbutton_green {
  background-color: #009a4f !important;
  background: #009a4f !important;
  /*
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009a4f), to(#3a9329)) !important; 
  background-image: -moz-linear-gradient(#009a4f, #3a9329) !important; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009a4f', endColorstr='#3a9329') !important; 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009a4f', endColorstr='#3a9329')" !important; 
  color:#fff !important;
  text-shadow:0 -1px #37692a !important;
  */
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  text-align: center;
  font-weight: normal !important;
  font-size: 14px !important;
  /*
  @include single-box-shadow( 0, 1px, 0, 0, #999);
  */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  padding: 5px 20px;
  margin: 5px 0;
  color: #ffffff;
}

/* line 969, app/assets/stylesheets/layout/_layout.scss */
.emailsubmitbutton_green:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 970, app/assets/stylesheets/layout/_layout.scss */
.tabonetopleft {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 971, app/assets/stylesheets/layout/_layout.scss */
.topleftandtoprightcornered {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 972, app/assets/stylesheets/layout/_layout.scss */
.topleft {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 973, app/assets/stylesheets/layout/_layout.scss */
.topright {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 974, app/assets/stylesheets/layout/_layout.scss */
.bottomleft {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 975, app/assets/stylesheets/layout/_layout.scss */
.bottomright {
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 977, app/assets/stylesheets/layout/_layout.scss */
.gradient_bg_top {
  /*  background-color:#ececec; 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#D9D9D9)); 
  background-image: -moz-linear-gradient(#ececec, #D9D9D9); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#D9D9D9')"; 
  */
  background: #f0efea;
  color: #868686 !important;
  text-shadow: none !important;
  font-weight: 600 !important;
}

/* line 990, app/assets/stylesheets/layout/_layout.scss */
.margintop15 {
  margin-top: 15px !important;
}

/* line 991, app/assets/stylesheets/layout/_layout.scss */
.bigbutton {
  width: 200px;
  height: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0px;
  margin: 0px 0 15px 0;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 1000, app/assets/stylesheets/layout/_layout.scss */
.bigbutton:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 1001, app/assets/stylesheets/layout/_layout.scss */
.bigbutton22 {
  width: 200px;
  height: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0px;
  margin: 0px 0 15px 0;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 1010, app/assets/stylesheets/layout/_layout.scss */
.bigbutton22:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 1011, app/assets/stylesheets/layout/_layout.scss */
.removebottomroundedcorners {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 1015, app/assets/stylesheets/layout/_layout.scss */
#fullpage_share {
  border-top: 1px solid #cecece;
  padding: 10px;
  width: 918px;
  margin: 0px 0 0 -20px;
  text-align: right !important;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
  background-image: -moz-linear-gradient(#ffffff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')";
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 1029, app/assets/stylesheets/layout/_layout.scss */
ol#faq_ol {
  padding: 0;
  margin: 20px 0 20px 0px;
  font-size: 14px;
  line-height: 25px;
  color: #2b2b2b;
  display: none;
}

/* line 1039, app/assets/stylesheets/layout/_layout.scss */
ol#faq_ol li {
  padding: 5px 0;
  margin: 0 0 0 20px;
  text-decoration: underline;
  color: #2b2b2b;
}

/* line 1046, app/assets/stylesheets/layout/_layout.scss */
p.backtotop_p {
  display: none;
  text-align: left;
}

/* line 1051, app/assets/stylesheets/layout/_layout.scss */
.search_results {
  min-height: 700px;
}

/* line 1055, app/assets/stylesheets/layout/_layout.scss */
.search_suggestions {
  margin: 10px 0 0 5px;
  font-size: 18px;
}

/* line 1060, app/assets/stylesheets/layout/_layout.scss */
.search_row {
  margin: 0px;
  background-color: #fff;
  height: 25em;
}

/* line 1068, app/assets/stylesheets/layout/_layout.scss */
.search_noresults {
  padding: 5px;
}

/* line 1072, app/assets/stylesheets/layout/_layout.scss */
.search_row_image {
  width: 100%;
  height: 240px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* line 1083, app/assets/stylesheets/layout/_layout.scss */
.search_row_image img {
  max-height: 200px;
  max-width: 100%;
}

/* line 1090, app/assets/stylesheets/layout/_layout.scss */
.search_row_label {
  padding: 0 20px;
  width: 100%;
  height: 130px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 1400px) {
  /* line 1090, app/assets/stylesheets/layout/_layout.scss */
  .search_row_label {
    height: 105px;
  }
}

/* line 1105, app/assets/stylesheets/layout/_layout.scss */
.search_row_label p {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* line 1116, app/assets/stylesheets/layout/_layout.scss */
.search_row_label h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* line 1135, app/assets/stylesheets/layout/_layout.scss */
.search_row_type {
  font-size: 10px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px 20px;
}

@media (min-width: 768px) {
  /* line 1135, app/assets/stylesheets/layout/_layout.scss */
  .search_row_type {
    padding: 15px 0;
  }
}

/* line 1146, app/assets/stylesheets/layout/_layout.scss */
.table-row {
  background-color: #e1e0e0;
}

/* line 1150, app/assets/stylesheets/layout/_layout.scss */
.footer_contact_right span {
  display: inline-block;
  margin: 0 3px -2px 0;
}

/* line 1156, app/assets/stylesheets/layout/_layout.scss */
#allthreetogether {
  margin: 0 auto;
  width: 951px;
  padding-bottom: 20px;
}

/* line 1157, app/assets/stylesheets/layout/_layout.scss */
.three_cta_boxes {
  float: left;
  padding: 0 6px;
  width: 305px;
}

/* line 1158, app/assets/stylesheets/layout/_layout.scss */
.topofbox {
  float: left;
  height: 137px;
  width: 303px;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-top: 1px #a7a6a0 solid;
  border-right: 1px #a7a6a0 solid;
  border-left: 1px #a7a6a0 solid;
}

/* line 1160, app/assets/stylesheets/layout/_layout.scss */
#topofbox_topprod {
  height: 137px;
  width: 303px;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-top: 1px #a7a6a0 solid;
  border-right: 1px #a7a6a0 solid;
  border-left: 1px #a7a6a0 solid;
  background: url(https://www.ewg.org/cleaners/assets/april2016update/Cleaners_TopProducts-e51232c5f159e1c5036f6a1076d5d662406925e4e72c2d6842c6573fe2fa96b1.jpg) center no-repeat;
}

/* line 1162, app/assets/stylesheets/layout/_layout.scss */
#topofbox_labeldec {
  height: 137px;
  width: 303px;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-top: 1px #a7a6a0 solid;
  border-right: 1px #a7a6a0 solid;
  border-left: 1px #a7a6a0 solid;
  background: url(https://www.ewg.org/cleaners/assets/april2016update/Cleaners_LabelDecoder-8d85b63a6557e1287376a22478138f378f5fcfc3a68b66c57cb44b2cfca3c3a0.jpg) center no-repeat;
}

/* line 1164, app/assets/stylesheets/layout/_layout.scss */
#topofbox_about {
  height: 137px;
  width: 303px;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-top: 1px #a7a6a0 solid;
  border-right: 1px #a7a6a0 solid;
  border-left: 1px #a7a6a0 solid;
  background: url(https://www.ewg.org/cleaners/assets/april2016update/Cleaners_AboutReport-b82c954c9ff4f5b31ffac06fc53362f573c36caa5e1334c93e9b3ddf679f2b83.jpg) center no-repeat;
}

/* line 1166, app/assets/stylesheets/layout/_layout.scss */
.bottomofbox {
  font-weight: 400;
  font-size: 15px;
  width: 303px;
  height: 68px;
  background: #fff;
  color: #515151;
  border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  border: 1px #a7a6a0 solid;
}

/* line 1169, app/assets/stylesheets/layout/_layout.scss */
.cta_box_left {
  padding: 10px;
  width: 195px;
  float: left;
}

/* line 1170, app/assets/stylesheets/layout/_layout.scss */
.cta_arrow {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/cta_arrow_03-d0603e67495273364d8b7bc1f808cfe9dd201dcb668d15002fea843ab0d571a4.gif) center no-repeat;
  height: 35px;
  padding: 15px;
  width: 34px;
  float: right;
}

/* line 1172, app/assets/stylesheets/layout/_layout.scss */
.notice_h2 {
  font-size: 21px;
  font-weight: 400;
  color: #009a4f;
  margin-top: 3px !important;
  margin-bottom: 5px !important;
}

/* line 1173, app/assets/stylesheets/layout/_layout.scss */
.notice_date {
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 1174, app/assets/stylesheets/layout/_layout.scss */
.notice_post {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}

/* ================================================================================================ */
/* 1 - Mouse Pointers */
/* line 1181, app/assets/stylesheets/layout/_layout.scss */
#green_certified_no {
  cursor: pointer;
}

/* line 1182, app/assets/stylesheets/layout/_layout.scss */
#formulations_in_lastbar {
  cursor: pointer;
}

/* line 1183, app/assets/stylesheets/layout/_layout.scss */
.contactcompanybutton {
  cursor: pointer;
}

/* ================================================================================================ */
/* ================================================================================================ */
/* 3 - Adding the CLOCK icon next to a place holder text on search results page using the ahref class of "prevversions_ahref" */
/* line 1190, app/assets/stylesheets/layout/_layout.scss */
a.prevversions_ahref, a.prevversions_ahref:link, a.prevversions_ahref:visited {
  background-color: transparent !important;
  background-image: url("https://phorcys-static.ewg.org/cleaners_images/history_07.png");
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  padding-left: 30px !important;
  color: #868686 !important;
  display: none;
}

/* line 1201, app/assets/stylesheets/layout/_layout.scss */
a.prevversions_ahref:active, .prevversions_ahref.nice-select.open, a.prevversions_ahref:hover {
  background-color: transparent !important;
  background-image: url("https://phorcys-static.ewg.org/cleaners_images/history_07.png");
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  padding-left: 30px !important;
  color: #E09100 !important;
}

/* ================================================================================================ */
/* line 1212, app/assets/stylesheets/layout/_layout.scss */
.prodcut_versioninfo {
  margin-left: 82px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
}

/* line 1227, app/assets/stylesheets/layout/_layout.scss */
.prodcut_version_highlight {
  font-size: 1.1em;
  display: block;
  width: 723px;
  background-color: #FFFBF2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFBF2), to(#FFF2CC));
  background-image: -moz-linear-gradient(#FFFBF2, #FFF2CC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBF2', endColorstr='#FFF2CC');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBF2', endColorstr='#FFF2CC')";
  color: #868686;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0 0 0 -15px;
  padding-top: 10px;
}

/* line 1247, app/assets/stylesheets/layout/_layout.scss */
.prodcut_version {
  font-size: 1.1em;
  display: block;
  width: 723px;
  background-color: #fff;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
  background-image: -moz-linear-gradient(#ffffff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')";
  */
  color: #868686;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0 0 0 -15px;
  padding-top: 10px;
}

/* line 1268, app/assets/stylesheets/layout/_layout.scss */
#facebook_like_widget {
  background: url("https://static.ewg.org/img/facebook_like_cleaners.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
  height: 163px;
  position: fixed;
  width: 279px;
  z-index: 200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 1276, app/assets/stylesheets/layout/_layout.scss */
#facebook_like_widget_inner {
  height: 163px;
  position: relative;
  width: 279px;
}

/* line 1281, app/assets/stylesheets/layout/_layout.scss */
#facebook_like_widget_close {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none !important;
  cursor: pointer;
  height: 20px;
  outline: medium none !important;
  position: absolute;
  right: 3px;
  text-decoration: none !important;
  top: 3px;
  width: 20px;
  z-index: 1003;
}

/* line 1294, app/assets/stylesheets/layout/_layout.scss */
#facebook_like_counter {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  height: 75px;
  left: 10px;
  padding: 5px;
  position: absolute;
  top: 65px;
  width: 250px;
  z-index: 1002;
}

/* line 1305, app/assets/stylesheets/layout/_layout.scss */
.facebookWidget_hide {
  left: -300px;
}

/* line 1306, app/assets/stylesheets/layout/_layout.scss */
.facebookWidget_show {
  left: 15px;
}

/* line 1309, app/assets/stylesheets/layout/_layout.scss */
.socialmediaicons-addthis.ty_2015 {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/addthis_gray_ty-002c711d76bde0e52df86c7284b41254ea074945507a2b8abccd27c821831ac1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 20px;
  width: 20px;
  border: 0px solid;
  background-size: 20px;
  margin-top: 3px;
}

/* line 1320, app/assets/stylesheets/layout/_layout.scss */
h3.menutitleh3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

/* line 1326, app/assets/stylesheets/layout/_layout.scss */
.ewg_location {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* line 1331, app/assets/stylesheets/layout/_layout.scss */
a.legala {
  color: #fff !important;
}

/* line 1336, app/assets/stylesheets/layout/_layout.scss */
.notice_image {
  float: none !important;
  height: auto;
  width: 100%;
}

/* line 1343, app/assets/stylesheets/layout/_layout.scss */
.company_row_top.white {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-imame: none !important;
}

/* line 1345, app/assets/stylesheets/layout/_layout.scss */
.individualbar_3col {
  background: none repeat scroll 0 0 #f0efea;
}

/* line 1349, app/assets/stylesheets/layout/_layout.scss */
.individualbar_3col:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-imame: none !important;
}

/* line 1352, app/assets/stylesheets/layout/_layout.scss */
a .bigbutton .backtoresultsbutton {
  text-decoration: none !important;
}

/* line 1354, app/assets/stylesheets/layout/_layout.scss */
.prodcut_version_highlight {
  background-color: #f0efea;
  background-image: none;
}

/* line 1359, app/assets/stylesheets/layout/_layout.scss */
#formulations_in_lastbar {
  background: none repeat scroll 0 0 #009a4f !important;
}

/* line 1363, app/assets/stylesheets/layout/_layout.scss */
.footnote {
  font-size: 0.9em !important;
  padding: .4em .6em;
  margin-bottom: .3em;
  text-align: left;
}

/* line 1371, app/assets/stylesheets/layout/_layout.scss */
ul.search_tabs {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #ddd;
  width: 100%;
}

/* line 1380, app/assets/stylesheets/layout/_layout.scss */
ul.search_tabs > li {
  float: left;
  padding: 5px 15px;
  background-color: #ddd;
  border-right: 1px solid #888;
}

/* line 1387, app/assets/stylesheets/layout/_layout.scss */
ul.search_tabs > li:hover {
  background-color: #fdd;
}

/* line 1391, app/assets/stylesheets/layout/_layout.scss */
ul.search_tabs > li.active {
  background-color: #aaa;
}

/* line 1395, app/assets/stylesheets/layout/_layout.scss */
.ba-verified-cleaners-padding-left {
  padding-left: 16px;
}

/* line 1399, app/assets/stylesheets/layout/_layout.scss */
.flex {
  display: flex;
}

/* line 1403, app/assets/stylesheets/layout/_layout.scss */
.btn {
  background-color: #2b2b2b;
  color: #fff;
  display: flex;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/layout/_menu.scss */
#db_logo_right {
  width: 233px;
  height: 39px;
}

/* line 7, app/assets/stylesheets/layout/_menu.scss */
ul#topnav {
  float: left;
  width: 100%;
  height: 39px;
  list-style: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 18, app/assets/stylesheets/layout/_menu.scss */
ul#topnav li a {
  text-decoration: none;
  vertical-align: middle;
  height: 39px;
}

/* line 25, app/assets/stylesheets/layout/_menu.scss */
ul#topnav a.submenus, a.submenus, a.donatemenu, a.faqmenu {
  font-size: 12px;
  color: #fff;
  height: 39px;
}

/* line 32, app/assets/stylesheets/layout/_menu.scss */
ul#topnav li .sub {
  position: absolute;
  top: 39px;
  left: 0;
  background: #009a4f;
  width: 100%;
  float: left;
  display: none;
  z-index: 100;
  padding: 10px;
}

/* line 45, app/assets/stylesheets/layout/_menu.scss */
ul#topnav li .sub_men {
  left: -233px;
}

/* line 50, app/assets/stylesheets/layout/_menu.scss */
ul#topnav .sub ul li a {
  float: none;
  text-indent: 0;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 0 5px 3px;
}

/* line 64, app/assets/stylesheets/layout/_menu.scss */
.submenus {
  line-height: 37px;
}

/* line 69, app/assets/stylesheets/layout/_menu.scss */
li.menuhover:hover {
  background-color: #179db2;
  height: 39px;
}

/* line 75, app/assets/stylesheets/layout/_menu.scss */
#info_dropdown_div {
  /*
  width:68px;
  */
  height: 37px;
  text-align: left;
}

/* line 84, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info {
  float: left;
  width: 100%;
  height: 37px;
  list-style: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 95, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info li a {
  text-decoration: none;
  vertical-align: middle;
  height: 37px;
}

/* line 102, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info a.submenus, a.submenus, a.donatemenu, a.faqmenu {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  height: 37px;
}

/* line 110, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info li .sub_info {
  position: absolute;
  top: 33px;
  right: 2px;
  background-color: #696969;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#696969), to(#262626));
  background-image: -moz-linear-gradient(#696969, #262626);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969',endColorstr='#262626');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#262626')";
  width: 100%;
  float: left;
  display: none;
  z-index: 100;
  padding: 0;
}

/* line 127, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info li .sub_men {
  left: -200px;
}

/* line 132, app/assets/stylesheets/layout/_menu.scss */
.no_bottom_border_here {
  border: 0 none !important;
}

/* line 137, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info .sub_info ul li a {
  float: none;
  text-indent: 0;
  height: auto;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 0 10px 10px;
}

/* line 149, app/assets/stylesheets/layout/_menu.scss */
li.menuhover_Info:hover {
  height: 37px;
}

/* line 154, app/assets/stylesheets/layout/_menu.scss */
ul#topnav li, ul#topnav_info li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 162, app/assets/stylesheets/layout/_menu.scss */
ul#topnav .submenus, ul#topnav .submenus, ul#topnav li, ul#topnav_info .submenus, ul#topnav_info .submenus, ul#topnav_info li {
  padding: 0;
}

/* line 167, app/assets/stylesheets/layout/_menu.scss */
ul#topnav li .row, ul#topnav_info li .row_info {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 175, app/assets/stylesheets/layout/_menu.scss */
ul#topnav li .sub ul, ul#topnav li .sub ul#exposed {
  list-style: none;
  width: 298px;
  float: left;
  margin: 0;
  padding: 0;
}

/* line 184, app/assets/stylesheets/layout/_menu.scss */
ul#topnav .sub ul li, ul#topnav_info .sub_info ul li {
  width: 100%;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 191, app/assets/stylesheets/layout/_menu.scss */
ul#topnav .sub ul li h2, ul#topnav_info .sub_info ul li h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 199, app/assets/stylesheets/layout/_menu.scss */
ul#topnav .sub ul li h2 a, ul#topnav_info .sub_info ul li h2 a {
  background-image: none;
  color: #2a2a2a;
  padding: 5px 0;
}

/* line 206, app/assets/stylesheets/layout/_menu.scss */
ul#topnav .sub ul li a:hover, ul#topnav_info .sub_info ul li a:hover {
  color: #fff;
  background-position: 5px 12px;
  text-decoration: underline;
}

/* line 213, app/assets/stylesheets/layout/_menu.scss */
ul#topnav_info li .sub_info ul, ul#topnav_info li .sub_info ul#exposed {
  list-style: none;
  width: 202px;
  float: left;
  margin: 0;
  padding: 0;
}

/* line 21, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  clear: both;
  cursor: pointer;
  display: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  letter-spacing: .05em;
  line-height: 38px;
  margin: 6px 2px 0 20px;
  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) {
  /* line 21, app/assets/stylesheets/layout/_nice-select.scss */
  .nice-select {
    width: 240px;
    margin: 6px 2px;
  }
}

/* line 56, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select:hover {
  border-color: #e9e9e9;
}

/* line 59, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #000;
}

/* line 64, app/assets/stylesheets/layout/_nice-select.scss */
.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;
}

/* line 93, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 98, app/assets/stylesheets/layout/_nice-select.scss */
.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);
}

/* line 106, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.disabled {
  border-color: #fbfbfb;
  color: #f8f8f8;
  pointer-events: none;
}

/* line 110, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.disabled:after {
  border-color: #333333;
}

/* line 116, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.wide {
  width: 100%;
}

/* line 118, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

/* line 123, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.right {
  float: right;
}

/* line 125, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.right .list {
  left: auto;
  right: 0;
}

/* line 130, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.small {
  font-size: 15px;
  height: 36px;
  line-height: 34px;
}

/* line 134, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.small:after {
  height: 4px;
  width: 4px;
}

/* line 138, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

/* line 145, app/assets/stylesheets/layout/_nice-select.scss */
.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) {
  /* line 145, app/assets/stylesheets/layout/_nice-select.scss */
  .nice-select .list {
    width: 240px;
  }
}

/* line 176, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* line 180, app/assets/stylesheets/layout/_nice-select.scss */
.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;
}

/* line 195, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select .option.selected {
  font-weight: bold;
}

/* line 209, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select .option:hover {
  background-color: #000;
  color: #fff;
}

/* line 213, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select .option.disabled {
  background-color: transparent;
  color: #f8f8f8;
  cursor: default;
}

/* line 224, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select:nth-last-child(2) {
  display: inline-block !important;
}

/* line 227, app/assets/stylesheets/layout/_nice-select.scss */
.nice-select:nth-child(-1) {
  display: none !important;
}

/* line 233, app/assets/stylesheets/layout/_nice-select.scss */
.no-csspointerevents .nice-select .list {
  display: none;
}

/* line 237, app/assets/stylesheets/layout/_nice-select.scss */
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* line 10, app/assets/stylesheets/layout/_popup.scss */
.popup_block {
  display: none;
  background: #fff;
  padding: 0px;
  border: 10px solid #fff;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0 0 20px 0 #000;
  -moz-box-shadow: 0 0 20px 0 #000;
  box-shadow: 0 0 20px 0 #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 23, app/assets/stylesheets/layout/_popup.scss */
img.btn_close {
  float: right;
  margin: -30px -34px 0 0;
}

/* line 27, app/assets/stylesheets/layout/_popup.scss */
.popup p {
  padding: 5px 10px;
  margin: 5px 0;
}

/* line 31, app/assets/stylesheets/layout/_popup.scss */
#popupdiv {
  width: 660px;
  margin: 20px 0;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 38, app/assets/stylesheets/layout/_popup.scss */
#popupdiv_disclaimer {
  width: 640px;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 46, app/assets/stylesheets/layout/_popup.scss */
.popup_score {
  width: 62px;
  height: 62px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #aaaaaa;
}

/* line 47, app/assets/stylesheets/layout/_popup.scss */
.popup_score img {
  width: 62px;
  height: 62px;
}

/* line 48, app/assets/stylesheets/layout/_popup.scss */
.popup_explain {
  width: 578px;
  padding: 10px;
  height: 42px;
  margin: 0;
  border-bottom: 1px solid #aaa;
  background-color: #ffffff;
  /*
  background-color:#ffffff; 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec)); 
  background-image: -moz-linear-gradient(#ffffff, #ececec); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')"; 
*/
}

/* line 64, app/assets/stylesheets/layout/_popup.scss */
.popup_explain p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

/* line 65, app/assets/stylesheets/layout/_popup.scss */
.popup_explain h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 66, app/assets/stylesheets/layout/_popup.scss */
.lastpopup {
  border: 0 none;
}

/* line 69, app/assets/stylesheets/layout/_popup.scss */
#ty_guides {
  padding: 0px;
  margin: 0px;
  width: 912px;
  height: 434px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 70, app/assets/stylesheets/layout/_popup.scss */
.veryimportant_popup {
  border: 0px solid #FFFFFF !important;
}

/* line 71, app/assets/stylesheets/layout/_popup.scss */
.thenewbigimage {
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 72, app/assets/stylesheets/layout/_popup.scss */
div.veryimportant_popup img.btn_close {
  position: absolute  !important;
  z-index: 99999  !important;
  right: -23px  !important;
  top: -23px  !important;
  float: none  !important;
  margin: 0px !important;
}

/* Grades originally imported via compress into sprite. */
/* line 3, app/assets/stylesheets/layout/_product.scss */
.grades-verified, .grades-sprite, .grades-a, .grades-b, .grades-c, .grades-d, .grades-f, .grades-unk {
  display: block;
  width: 106px;
  height: 106px;
  text-indent: -99999px;
  background-size: 106px 106px !important;
  cursor: auto;
}

/* line 11, app/assets/stylesheets/layout/_product.scss */
.grades-verified {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-Verified.png) no-repeat;
  background-size: 90px 90px;
}

/* line 15, app/assets/stylesheets/layout/_product.scss */
.grades-a {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-A.png) no-repeat;
  background-size: 90px 90px;
}

/* line 19, app/assets/stylesheets/layout/_product.scss */
.grades-b {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-B.png) no-repeat;
  background-size: 90px 90px;
}

/* line 23, app/assets/stylesheets/layout/_product.scss */
.grades-c {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-C.png) no-repeat;
  background-size: 90px 90px;
}

/* line 27, app/assets/stylesheets/layout/_product.scss */
.grades-d {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-D.png) no-repeat;
  background-size: 90px 90px;
}

/* line 31, app/assets/stylesheets/layout/_product.scss */
.grades-f {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-F.png) no-repeat;
  background-size: 90px 90px;
}

/* line 35, app/assets/stylesheets/layout/_product.scss */
.grades-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-sprite.jpg) no-repeat;
  background-position: 0 -460px;
}

/* line 40, app/assets/stylesheets/layout/_product.scss */
.grades-62-sprite, .grades-62-verified, .grades-62-a, .grades-62-b, .grades-62-c, .grades-62-d, .grades-62-f, .grades-62-unk {
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -99999px;
  cursor: auto;
}

/* line 47, app/assets/stylesheets/layout/_product.scss */
.grades-62-verified {
  background-color: #880000;
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-Verified.jpg) no-repeat;
  background-size: 60px 60px;
}

/* line 52, app/assets/stylesheets/layout/_product.scss */
.grades-62-a {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-A.jpg) no-repeat;
  background-size: 60px 60px;
}

/* line 56, app/assets/stylesheets/layout/_product.scss */
.grades-62-b {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-B.jpg) no-repeat;
  background-size: 60px 60px;
}

/* line 60, app/assets/stylesheets/layout/_product.scss */
.grades-62-c {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-C.jpg) no-repeat;
  background-size: 60px 60px;
}

/* line 64, app/assets/stylesheets/layout/_product.scss */
.grades-62-d {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-D.jpg) no-repeat;
  background-size: 60px 60px;
}

/* line 68, app/assets/stylesheets/layout/_product.scss */
.grades-62-f {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-F.jpg) no-repeat;
  background-size: 60px 60px;
}

/* line 72, app/assets/stylesheets/layout/_product.scss */
.grades-62-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-62-sprite.jpg) no-repeat;
  background-position: 0 -310px;
}

/* line 77, app/assets/stylesheets/layout/_product.scss */
.grades-50-sprite, .grades-50-verified, .grades-50-a, .grades-50-b, .grades-50-c, .grades-50-d, .grades-50-f, .grades-50-unk {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -99999px;
  margin-right: 10px;
  cursor: auto;
}

/* line 85, app/assets/stylesheets/layout/_product.scss */
.grades-50-verified {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-Verified.png) no-repeat;
  background-size: 35px 35px;
}

/* line 89, app/assets/stylesheets/layout/_product.scss */
.grades-50-a {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-A.png) no-repeat;
  background-size: 35px 35px;
}

/* line 93, app/assets/stylesheets/layout/_product.scss */
.grades-50-b {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-B.png) no-repeat;
  background-size: 35px 35px;
}

/* line 97, app/assets/stylesheets/layout/_product.scss */
.grades-50-c {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-C.png) no-repeat;
  background-size: 35px 35px;
}

/* line 101, app/assets/stylesheets/layout/_product.scss */
.grades-50-d {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-D.png) no-repeat;
  background-size: 35px 35px;
}

/* line 105, app/assets/stylesheets/layout/_product.scss */
.grades-50-f {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-Sep-Rating-F.png) no-repeat;
  background-size: 35px 35px;
}

/* line 109, app/assets/stylesheets/layout/_product.scss */
.grades-50-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-50-sprite.jpg) no-repeat;
  background-position: 0 -250px;
}

/* line 114, app/assets/stylesheets/layout/_product.scss */
.grades-40-sprite, .grades-40-verified, .grades-40-a, .grades-40-b, .grades-40-c, .grades-40-d, .grades-40-f, .grades-40-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-40-sprite.jpg) no-repeat;
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -99999px;
  cursor: auto;
}

/* line 122, app/assets/stylesheets/layout/_product.scss */
.grades-40-verified {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-2024-Rating-Verified.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 122, app/assets/stylesheets/layout/_product.scss */
  .grades-40-verified {
    background-size: 220px 37px;
  }
}

/* line 131, app/assets/stylesheets/layout/_product.scss */
.grades-40-a {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-2024-Rating-A.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/layout/_product.scss */
  .grades-40-a {
    background-size: 220px 37px;
  }
}

/* line 140, app/assets/stylesheets/layout/_product.scss */
.grades-40-b {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-2024-Rating-B.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 140, app/assets/stylesheets/layout/_product.scss */
  .grades-40-b {
    background-size: 220px 37px;
  }
}

/* line 149, app/assets/stylesheets/layout/_product.scss */
.grades-40-c {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-2024-Rating-C.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 149, app/assets/stylesheets/layout/_product.scss */
  .grades-40-c {
    background-size: 220px 37px;
  }
}

/* line 158, app/assets/stylesheets/layout/_product.scss */
.grades-40-d {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-2024-Rating-D.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 158, app/assets/stylesheets/layout/_product.scss */
  .grades-40-d {
    background-size: 220px 37px;
  }
}

/* line 167, app/assets/stylesheets/layout/_product.scss */
.grades-40-f {
  background: url(https://static.ewg.org/cleaners/img/Cleaners-2024-Rating-F.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 167, app/assets/stylesheets/layout/_product.scss */
  .grades-40-f {
    background-size: 220px 37px;
  }
}

/* line 176, app/assets/stylesheets/layout/_product.scss */
.grades-40-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-40-sprite.jpg) no-repeat;
  background-position: 0 -200px;
}

/* line 181, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-sprite, .grades-40-noplus-verified, .grades-40-noplus-a, .grades-40-noplus-b, .grades-40-noplus-c, .grades-40-noplus-d, .grades-40-noplus-f, .grades-40-noplus-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-40-noplus-sprite.jpg) no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  cursor: auto;
}

/* line 189, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-verified {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-Verified.jpg) no-repeat;
  background-size: 38px 38px;
}

/* line 193, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-a {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-A.jpg) no-repeat;
  background-size: 38px 38px;
}

/* line 197, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-b {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-B.jpg) no-repeat;
  background-size: 38px 38px;
}

/* line 201, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-c {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-C.jpg) no-repeat;
  background-size: 38px 38px;
}

/* line 205, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-d {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-D.jpg) no-repeat;
  background-size: 38px 38px;
}

/* line 209, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-f {
  background: url(https://phorcys-static.ewg.org/cleaners_images/2020_grade_images/Cleaners-Rating-F.jpg) no-repeat;
  background-size: 38px 38px;
}

/* line 213, app/assets/stylesheets/layout/_product.scss */
.grades-40-noplus-unk {
  background: url(https://phorcys-static.ewg.org/cleaners_images/grades-40-noplus-sprite.jpg) no-repeat;
  background-position: 0 -200px;
}

/* line 219, app/assets/stylesheets/layout/_product.scss */
.discontinued {
  color: #d00000 !important;
}

/* line 223, app/assets/stylesheets/layout/_product.scss */
#productname, #ingredientName {
  background-color: transparent;
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  padding-left: 20px;
}

/* line 231, app/assets/stylesheets/layout/_product.scss */
#productname h1.h1small, #productname h1.h1verysmall, #productname h1.h1veryverysmall, #productname h1.h1veryveryverysmall, #productname h1.h1medium, #productname h1.h1large, #ingredientName h1.h1small, #ingredientName h1.h1verysmall, #ingredientName h1.h1veryverysmall, #ingredientName h1.h1veryveryverysmall, #ingredientName h1.h1medium, #ingredientName h1.h1large {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 120%;
  margin-bottom: 20px;
  max-width: 418px;
}

@media (min-width: 768px) {
  /* line 231, app/assets/stylesheets/layout/_product.scss */
  #productname h1.h1small, #productname h1.h1verysmall, #productname h1.h1veryverysmall, #productname h1.h1veryveryverysmall, #productname h1.h1medium, #productname h1.h1large, #ingredientName h1.h1small, #ingredientName h1.h1verysmall, #ingredientName h1.h1veryverysmall, #ingredientName h1.h1veryveryverysmall, #ingredientName h1.h1medium, #ingredientName h1.h1large {
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -1px;
    margin: 0px;
  }
}

/* line 256, app/assets/stylesheets/layout/_product.scss */
#product_sub_info_two {
  height: 40px;
  border-top: 2px solid #006b37;
  border-bottom: 1px solid #aaa;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc));
  background-image: -moz-linear-gradient(#ececec, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')";
  color: #868686;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

/* line 271, app/assets/stylesheets/layout/_product.scss */
#product_sub_info {
  height: 80px;
  border-top: 1px solid #aaa;
  /*
  background-color:#ececec; 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc)); 
  background-image: -moz-linear-gradient(#ececec, #dcdcdc); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')"; 
  */
  background: #ffffff;
  color: #868686;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  padding: 0px;
}

/* line 292, app/assets/stylesheets/layout/_product.scss */
.crease_three {
  width: 0px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #fdfdfd;
  height: 42px;
  margin: 0 0px 0 0px;
  padding: 0px;
}

/* line 293, app/assets/stylesheets/layout/_product.scss */
.crease_two {
  width: 0px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #fdfdfd;
  height: 40px;
  margin: 0 1px 0 1px;
  padding: 0px;
}

/* line 293, app/assets/stylesheets/layout/_product.scss */
#prodcat {
  padding: 13px 5px 0 10px;
}

/* line 293, app/assets/stylesheets/layout/_product.scss */
#prodcat_substance {
  padding: 0px 0px 0 15px;
}

/* line 294, app/assets/stylesheets/layout/_product.scss */
#hqlabel {
  padding: 13px 15px 0 15px;
}

/* line 295, app/assets/stylesheets/layout/_product.scss */
#srlabel {
  padding: 13px 15px 0 15px;
  width: 170px;
}

/* line 296, app/assets/stylesheets/layout/_product.scss */
#srlabel_two {
  margin: 0;
  padding: 6px 0 0 0;
  width: 158px;
}

/* line 301, app/assets/stylesheets/layout/_product.scss */
#hqadress {
  padding: 13px 5px 0 10px;
}

/* line 302, app/assets/stylesheets/layout/_product.scss */
.sortbuttons_active {
  padding: 5px 10px;
  background-color: #d0d0d0;
  margin: 6px 20px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  cursor: pointer;
  color: #868686;
  text-decoration: none;
}

/* line 314, app/assets/stylesheets/layout/_product.scss */
.sortbuttons_in_active_two {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 0 #999;
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
}

/* line 323, app/assets/stylesheets/layout/_product.scss */
.sortbuttons_active_two {
  background-color: #D0D0D0;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 0 #999;
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
}

/* line 333, app/assets/stylesheets/layout/_product.scss */
.sortbuttons_in_active {
  cursor: pointer;
  padding: 5px 10px;
  margin: 6px 20px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -o-box-shadow: 0 1px 0 #999;
  -moz-box-shadow: 0 1px 0 #999;
  -webkit-box-shadow: 0 1px 0 #999;
  box-shadow: 0 1px 0 #999;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  color: #999;
}

/* line 343, app/assets/stylesheets/layout/_product.scss */
#prodcat_number {
  padding: 5px 10px;
  background-color: #f0efea;
  margin: 6px 10px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 350, app/assets/stylesheets/layout/_product.scss */
#prodcomp_number {
  padding: 5px 10px;
  background-color: #f0efea;
  margin: 6px 10px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 357, app/assets/stylesheets/layout/_product.scss */
#prodcat_number_importantmargin {
  padding: 5px 10px;
  background-color: #d0d0d0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  margin: 6px 0px 0 10px !important;
  position: relative;
}

/* line 366, app/assets/stylesheets/layout/_product.scss */
#dropdownarrowdiv {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/dropdownarrow_small-9f9bc8c2b40f3c025a0cfe608ff93aebe769a778f134f97777e52fd19191f927.png);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding: 5px 10px;
  background-color: #d0d0d0;
  margin: 6px 10px 0 0px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #999 #333333;
  -moz-box-shadow: 0 1px 0 #999 #333333;
  box-shadow: 0 1px 0 #999 #333333;
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
}

/* line 380, app/assets/stylesheets/layout/_product.scss */
#dropdownarrowdiv:hover {
  background-color: #a0a0a0;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/dropdownarrow_small-9f9bc8c2b40f3c025a0cfe608ff93aebe769a778f134f97777e52fd19191f927.png);
  background-repeat: no-repeat;
  background-position: 2px 3px;
}

/* line 385, app/assets/stylesheets/layout/_product.scss */
#dropdown_categories {
  padding: 0px;
  background-color: #d0d0d0;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 999;
}

/* line 399, app/assets/stylesheets/layout/_product.scss */
#dropdown_categories ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0px;
  width: 150px;
  text-align: left;
}

/* line 400, app/assets/stylesheets/layout/_product.scss */
#dropdown_categories ul li {
  margin: 10px 0;
  padding: 0 10px;
  display: block;
}

/* line 401, app/assets/stylesheets/layout/_product.scss */
#prodco {
  padding: 13px 5px 0 10px;
}

/* line 402, app/assets/stylesheets/layout/_product.scss */
#prodco_name {
  padding: 5px 10px;
  background-color: #d0d0d0;
  margin: 6px 10px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 409, app/assets/stylesheets/layout/_product.scss */
#prodname {
  padding: 13px 5px 0 10px;
}

/* line 411, app/assets/stylesheets/layout/_product.scss */
#prodname_name {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
  text-decoration-line: underline;
  width: 100%;
  opacity: 0.9;
}

/* line 431, app/assets/stylesheets/layout/_product.scss */
#total_ingredients_btn {
  padding: 5px 10px;
  background-color: #d0d0d0;
  margin: 6px 10px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 440, app/assets/stylesheets/layout/_product.scss */
#prodcomments {
  cursor: pointer;
  padding: 5px 10px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/comments-2c3a548f0c6dabe2590878ea7cde93011baf47a6597de4d9845d2940b4731f4a.png);
  background-repeat: no-repeat;
  background-position: 90px 0px;
  background-color: #868686;
  margin: 6px 10px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  width: 100px;
  border: 1px solid #393939;
  -webkit-box-shadow: 0 1px 0 0 #393939;
  -moz-box-shadow: 0 1px 0 0 #393939;
  box-shadow: 0 1px 0 0 #393939;
  color: #fff;
  text-shadow: -1px 1px #aaaaaa;
}

/* line 456, app/assets/stylesheets/layout/_product.scss */
#bars {
  margin: 1px 0 0 0;
  width: 100%;
  padding: 0px;
  background-color: transparent;
  color: #868686;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

/* line 472, app/assets/stylesheets/layout/_product.scss */
.individualbar_3col {
  margin: 0px;
  width: 700px;
  padding: 12px 12px 12px 11px;
}

/* line 477, app/assets/stylesheets/layout/_product.scss */
.individualbar_3col:hover {
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#ececec));
  background-image: -moz-linear-gradient(#ececec, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ececec')";
}

/* line 484, app/assets/stylesheets/layout/_product.scss */
.individualbar_3col_company {
  margin: 0px;
  width: 700px;
  padding: 0px 12px 0px 0px;
}

/* line 490, app/assets/stylesheets/layout/_product.scss */
.individualbar_bottom_crease {
  border-bottom: 1px solid #d4d4d4;
  height: 0px;
  width: 723px;
  margin: 1px 0;
  padding: 0px;
}

/* line 497, app/assets/stylesheets/layout/_product.scss */
.individualbar_bottom_crease_company {
  height: 1px;
  background-color: #d4d4d4;
  width: 723px;
  margin: 0px 0;
  padding: 0;
}

/* line 504, app/assets/stylesheets/layout/_product.scss */
.sm_crease {
  border-top: 1px solid #e0dece;
  height: 0px;
  width: 723px;
  margin: 15px 0 15px -15px;
  padding: 0;
}

/* line 511, app/assets/stylesheets/layout/_product.scss */
.h2_sm {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400 !important;
  margin: 0;
  padding: 5px 0;
}

/* line 518, app/assets/stylesheets/layout/_product.scss */
.individualbar_col1 {
  width: 175px;
  border-right: 0px solid #000;
}

/* line 519, app/assets/stylesheets/layout/_product.scss */
.individualbar_col1_ohc {
  width: 180px;
  border-right: 0px solid #000;
}

/* line 520, app/assets/stylesheets/layout/_product.scss */
.individualbar_col2 {
  width: 350px;
  border-right: 0px solid #000;
}

/* line 521, app/assets/stylesheets/layout/_product.scss */
.individualbar_col3 {
  width: 175px;
  font-size: 13px;
}

/* line 522, app/assets/stylesheets/layout/_product.scss */
.individualbar_col3_ohc {
  width: 520px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

/* line 523, app/assets/stylesheets/layout/_product.scss */
.dimmed_text {
  color: #bebebe;
}

/* line 524, app/assets/stylesheets/layout/_product.scss */
.bar_frame_typersean {
  height: 10px;
  width: 300px;
  margin: 0;
  padding: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 531, app/assets/stylesheets/layout/_product.scss */
.bar_frame {
  height: 10px;
  width: 300px;
  margin: 0;
  padding: 0;
  background-image: -o-linear-gradient(bottom, #ebebeb 18%, lightgray 68%, #c4c4c4 84%);
  background-image: -moz-linear-gradient(bottom, #ebebeb 18%, lightgray 68%, #c4c4c4 84%);
  background-image: -webkit-linear-gradient(bottom, #ebebeb 18%, lightgray 68%, #c4c4c4 84%);
  background-image: -ms-linear-gradient(bottom, #ebebeb 18%, lightgray 68%, #c4c4c4 84%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, #ebebeb), color-stop(0.68, lightgray), color-stop(0.84, #c4c4c4));
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #a2a2a2;
}

/* line 550, app/assets/stylesheets/layout/_product.scss */
.basic_bar {
  height: 10px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #969696;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#6d6d6d));
  background-image: -moz-linear-gradient(#969696, #6d6d6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d')";
}

/* line 561, app/assets/stylesheets/layout/_product.scss */
.high_concern {
  height: 10px;
  width: 250px;
  margin: 0;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #969696;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#6d6d6d));
  background-image: -moz-linear-gradient(#969696, #6d6d6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d')";
}

/* line 573, app/assets/stylesheets/layout/_product.scss */
.moderate_concern {
  height: 10px;
  width: 180px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #969696;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#6d6d6d));
  background-image: -moz-linear-gradient(#969696, #6d6d6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d')";
}

/* line 585, app/assets/stylesheets/layout/_product.scss */
.low_concern {
  height: 10px;
  width: 100px;
  margin: 0;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #969696;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#6d6d6d));
  background-image: -moz-linear-gradient(#969696, #6d6d6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d')";
}

/* line 597, app/assets/stylesheets/layout/_product.scss */
.no_concern {
  height: 10px;
  width: 0px;
  margin: 0;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #969696;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#6d6d6d));
  background-image: -moz-linear-gradient(#969696, #6d6d6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#6d6d6d')";
}

/* line 610, app/assets/stylesheets/layout/_product.scss */
.no_info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 613, app/assets/stylesheets/layout/_product.scss */
.data_bar_color {
  height: 10px;
  background-color: #d20502 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d20502), to(#9c0301)) !important;
  background-image: -moz-linear-gradient(#d20502, #9c0301) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d20502', endColorstr='#9c0301') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d20502', endColorstr='#9c0301')" !important;
}

/* line 621, app/assets/stylesheets/layout/_product.scss */
#quick_options {
  height: 40px;
  border-top: 1px solid #aaa;
  background-color: #ffffff;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc)); 
  background-image: -moz-linear-gradient(#ececec, #dcdcdc); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')"; 
  */
  color: #868686;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

/* line 639, app/assets/stylesheets/layout/_product.scss */
.option_title {
  padding: 13px 5px 0 10px;
}

/* line 640, app/assets/stylesheets/layout/_product.scss */
a div.option_title {
  color: #868686;
  text-decoration: none;
}

/* line 641, app/assets/stylesheets/layout/_product.scss */
a:link div.option_title {
  color: #868686;
  text-decoration: none;
}

/* line 642, app/assets/stylesheets/layout/_product.scss */
a:hover div.option_title {
  color: #868686;
  text-decoration: none;
}

/* line 643, app/assets/stylesheets/layout/_product.scss */
a:active div.option_title, a.nice-select.open div.option_title {
  color: #868686;
  text-decoration: none;
}

/* line 644, app/assets/stylesheets/layout/_product.scss */
a:visited div.option_title {
  color: #868686;
  text-decoration: none;
}

/* line 645, app/assets/stylesheets/layout/_product.scss */
.option_result {
  padding: 5px 10px;
  background-color: #f0efea;
  margin: 6px 10px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 652, app/assets/stylesheets/layout/_product.scss */
#green_certified_yes {
  height: 27px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/green_leaf-d9b5acab6e38a38450d891a1323833601ec31f5eab7a36505d9c7aa300cfbd4b.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 13px 5px 0 35px !important;
}

/* line 653, app/assets/stylesheets/layout/_product.scss */
#gc_yes_no {
  cursor: pointer;
}

/* line 654, app/assets/stylesheets/layout/_product.scss */
#at_yes_no {
  cursor: pointer;
}

/* line 657, app/assets/stylesheets/layout/_product.scss */
#formulations_yes_no {
  cursor: pointer;
}

/* line 658, app/assets/stylesheets/layout/_product.scss */
.formulations_number {
  color: #868686;
  padding: 5px 10px;
  background-color: #ffffff;
  margin: 6px 5px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 666, app/assets/stylesheets/layout/_product.scss */
#formulations_text {
  padding: 13px 10px 0 10px;
  color: white;
}

/* line 667, app/assets/stylesheets/layout/_product.scss */
#formulations_in_lastbar {
  height: 40px;
  width: 190px;
  border-top: 1px solid #aaa;
  background-image: linear-gradient(bottom, #c98302 19%, #fda400 92%);
  background-image: -o-linear-gradient(bottom, #c98302 19%, #fda400 92%);
  background-image: -moz-linear-gradient(bottom, #c98302 19%, #fda400 92%);
  background-image: -webkit-linear-gradient(bottom, #c98302 19%, #fda400 92%);
  background-image: -ms-linear-gradient(bottom, #c98302 19%, #fda400 92%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.19, #c98302), color-stop(0.92, #fda400));
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

/* line 685, app/assets/stylesheets/layout/_product.scss */
#green_certified_no {
  height: 27px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/gray_leaf-446108ee6577f66b2e2c10621201982a8356d2c5a0aef8960d46709efd9631a0.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 13px 5px 0 35px !important;
}

/* line 686, app/assets/stylesheets/layout/_product.scss */
.atspan {
  font-weight: bold;
  font-size: 12px;
}

/* line 687, app/assets/stylesheets/layout/_product.scss */
.fw400_gray {
  font-weight: 700;
  color: #5e5e5d;
}

/* line 688, app/assets/stylesheets/layout/_product.scss */
.fw400_red {
  font-weight: 700;
  color: #d20502;
}

/* line 689, app/assets/stylesheets/layout/_product.scss */
.fw400_orange {
  font-weight: 700;
  color: #e09100;
}

/* line 690, app/assets/stylesheets/layout/_product.scss */
.fw400_green {
  font-weight: 700;
  color: #77bd52;
}

/* line 691, app/assets/stylesheets/layout/_product.scss */
#notice_li_orange {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/refresh_symbol_03-faf7d58da43a7bfab0009a70bbfaf4b7c7cca92ae86c70f446b6272334816bda.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 692, app/assets/stylesheets/layout/_product.scss */
#pv_li_gray {
  background: url(https://www.ewg.org/cleaners/assets/history_07-2bf8cbc9ecfc1ae297f20ebd2f515bd3fcb2454c61b5c6a0169da73c29f0fa2a.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 693, app/assets/stylesheets/layout/_product.scss */
#gc_li_green {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/green_leaf-d9b5acab6e38a38450d891a1323833601ec31f5eab7a36505d9c7aa300cfbd4b.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 694, app/assets/stylesheets/layout/_product.scss */
#gc_li_gray {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/gray_leaf-446108ee6577f66b2e2c10621201982a8356d2c5a0aef8960d46709efd9631a0.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 695, app/assets/stylesheets/layout/_product.scss */
#gc_li_red {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/red_leaf-76442508b1cee51b33110924f34e548a8832ba824d24d29208bf4c66d4d613e6.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 696, app/assets/stylesheets/layout/_product.scss */
#at_li_gray {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/gray_paw-633caef98ade40886284f8bb72c33819b08f7163da75fd9fb48c8e88fb63926f.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 697, app/assets/stylesheets/layout/_product.scss */
#at_li_green {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/green_paw-868ed56c128077e18c82471d2236bedba7a5ca00ed2ecfac73601f43bfead6eb.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 698, app/assets/stylesheets/layout/_product.scss */
#at_li_red {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/red_paw-325e226cbe2d6765f459b059dbb957ed2fe7260dff28273b0b128f4069f643a0.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 699, app/assets/stylesheets/layout/_product.scss */
#comments_li_gray {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/comments_gray-9df4984984ad9b607d1b348d3397f6b79b8e3008aeb2136406a7db855a6e8f44.png);
  background-repeat: no-repeat;
  background-position: 5px 5px !important;
  padding-left: 35px !important;
}

/* line 700, app/assets/stylesheets/layout/_product.scss */
#animal_tested_yes {
  height: 27px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/red_paw-325e226cbe2d6765f459b059dbb957ed2fe7260dff28273b0b128f4069f643a0.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 13px 5px 0 35px !important;
}

/* line 701, app/assets/stylesheets/layout/_product.scss */
#animal_tested_no {
  height: 27px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/green_paw-868ed56c128077e18c82471d2236bedba7a5ca00ed2ecfac73601f43bfead6eb.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 13px 5px 0 35px !important;
}

/* line 702, app/assets/stylesheets/layout/_product.scss */
#animal_tested_unknown {
  height: 27px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/gray_paw-633caef98ade40886284f8bb72c33819b08f7163da75fd9fb48c8e88fb63926f.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 13px 5px 0 35px !important;
}

/* line 703, app/assets/stylesheets/layout/_product.scss */
#printer {
  cursor: pointer;
  height: 27px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/printer-a68fa5f748cb883fc692d2c9a8ed3d52c02e5d74410704b39b82ebaec076c731.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 13px 12px 0 35px !important;
}

/* line 705, app/assets/stylesheets/layout/_product.scss */
#ingredients_listed_gray_2 {
  padding: 13px 12px 0 40px !important;
}

/* line 714, app/assets/stylesheets/layout/_product.scss */
#comments_ty {
  display: none;
}

/* line 715, app/assets/stylesheets/layout/_product.scss */
#Green_Certified {
  display: none;
}

/* line 716, app/assets/stylesheets/layout/_product.scss */
#Animal_Tested {
  display: none;
}

/* line 718, app/assets/stylesheets/layout/_product.scss */
img.thirdpartylogo {
  width: 175px;
  float: left;
  padding: 15px 20px 0 0;
  margin-right: 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 718, app/assets/stylesheets/layout/_product.scss */
  img.thirdpartylogo {
    margin-bottom: 0;
  }
}

/* line 730, app/assets/stylesheets/layout/_product.scss */
.blockindividual {
  width: 220px;
  border-bottom: 0px solid #e4e4e4;
  font-size: 13px;
  padding: 0 0 25px 0;
}

/* line 731, app/assets/stylesheets/layout/_product.scss */
.blockindividual_version2new {
  width: 218px;
  border-bottom: 0px solid #e4e4e4;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px !important;
  padding: 0 0 10px 0;
}

/* line 740, app/assets/stylesheets/layout/_product.scss */
.blockindividual_version2 {
  width: 218px;
  border-bottom: 0px solid #e4e4e4;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px !important;
  padding: 0 0 25px 0;
}

/* line 747, app/assets/stylesheets/layout/_product.scss */
.blockindividual_version3 {
  width: 218px;
  border-bottom: 0px solid #e4e4e4;
  border: 1px dotted #e4e4e4;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  padding: 0 0 0px 0;
}

/* line 756, app/assets/stylesheets/layout/_product.scss */
.blockindividual img {
  width: 90px;
}

/* line 757, app/assets/stylesheets/layout/_product.scss */
.blockindividual_version2 img {
  width: 90px;
}

/* line 758, app/assets/stylesheets/layout/_product.scss */
.blockindividual_version3 img {
  width: 90px;
}

/* line 759, app/assets/stylesheets/layout/_product.scss */
.imgblock {
  width: 90px;
  margin: 0 10px 0 0;
}

/* line 760, app/assets/stylesheets/layout/_product.scss */
.imgblock_version2 {
  width: 90px;
  margin: 0 0px 0 0;
}

/* line 761, app/assets/stylesheets/layout/_product.scss */
.imgblock_version_companytops {
  width: 190px;
  margin: 0 auto 0 auto;
}

/* line 762, app/assets/stylesheets/layout/_product.scss */
.imgblock_version_companytops img {
  width: 190px;
}

/* line 763, app/assets/stylesheets/layout/_product.scss */
.textblock {
  width: 120px;
}

/* line 764, app/assets/stylesheets/layout/_product.scss */
.textblock_version2 {
  width: 118px;
  line-heignt: 15px !important;
}

/* line 765, app/assets/stylesheets/layout/_product.scss */
.blockseperate {
  width: 11px;
}

/* line 766, app/assets/stylesheets/layout/_product.scss */
.bolderspan {
  font-weight: 600;
}

/* line 767, app/assets/stylesheets/layout/_product.scss */
.scoreinfo {
  background-color: #eeede5;
  margin-bottom: 25px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 772, app/assets/stylesheets/layout/_product.scss */
.scoreinfo img {
  width: 42px;
  height: 42px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 777, app/assets/stylesheets/layout/_product.scss */
.scoreinfo_version3 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/tiled_stripe_ewg-f962585e66db50fd5f22504a1cdd0a66244c7d3db8658a70b57412988dd7d4aa.png) fixed;
  margin-bottom: 0px;
  margin-top: 25px;
}

/* line 784, app/assets/stylesheets/layout/_product.scss */
.scoreinfo_version3 img {
  width: 42px;
  height: 42px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 790, app/assets/stylesheets/layout/_product.scss */
.prodtitlehome {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 14px 0 0 10px;
  height: 28px;
  font-weight: 600 !important;
}

/* line 791, app/assets/stylesheets/layout/_product.scss */
#top_products {
  margin-top: -40px !important;
}

/* line 792, app/assets/stylesheets/layout/_product.scss */
#our_research {
  margin-top: -40px !important;
}

/* line 793, app/assets/stylesheets/layout/_product.scss */
#tips_and_resources {
  margin-top: -40px !important;
}

/* line 795, app/assets/stylesheets/layout/_product.scss */
#about_the_database {
  margin-top: -12px !important;
}

/* line 799, app/assets/stylesheets/layout/_product.scss */
#about_the_database .current-page-displayer 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;
}

/* line 811, app/assets/stylesheets/layout/_product.scss */
#about_the_database h2 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 100% */
  margin-bottom: 20px;
}

/* line 821, app/assets/stylesheets/layout/_product.scss */
#about_the_database h2.faqh2 {
  opacity: 0.9;
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 140%;
  margin-bottom: 20px;
}

/* line 832, app/assets/stylesheets/layout/_product.scss */
#about_the_database h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 100% */
  opacity: 0.9;
  margin-bottom: 20px;
}

/* line 843, app/assets/stylesheets/layout/_product.scss */
#about_the_database p, #about_the_database ul {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.9;
  margin-bottom: 20px;
}

/* line 853, app/assets/stylesheets/layout/_product.scss */
#about_the_database p h2, #about_the_database ul h2 {
  font-family: "niveau-grotesk", sans-serif !important;
  color: #2b2b2b;
}

/* line 858, app/assets/stylesheets/layout/_product.scss */
#about_the_database p li, #about_the_database ul li {
  margin-bottom: 1rem;
  list-style: disc !important;
}

/* line 864, app/assets/stylesheets/layout/_product.scss */
#about_the_database strong {
  font-family: "niveau-grotesk", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
}

/* line 873, app/assets/stylesheets/layout/_product.scss */
#about_the_database ul {
  padding-left: 25px;
}

/* line 882, app/assets/stylesheets/layout/_product.scss */
#about_the_database a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  /* line 887, app/assets/stylesheets/layout/_product.scss */
  .content-ul-column-2 {
    column-count: 2;
  }
}

/* line 893, app/assets/stylesheets/layout/_product.scss */
.companynameforversion2 {
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: -10px 0 15px 0;
}

/* line 894, app/assets/stylesheets/layout/_product.scss */
.row_tar {
  margin: 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 0px solid #000;
  border-top: 0px solid #F00;
}

/* line 895, app/assets/stylesheets/layout/_product.scss */
.col_1_tar {
  width: 220px;
}

/* line 896, app/assets/stylesheets/layout/_product.scss */
.col_2_tar {
  width: 11px;
}

/* line 897, app/assets/stylesheets/layout/_product.scss */
.col_3_tar {
  width: 220px;
}

/* line 898, app/assets/stylesheets/layout/_product.scss */
.col_4_tar {
  width: 12px;
}

/* line 899, app/assets/stylesheets/layout/_product.scss */
.col_5_tar {
  width: 220px;
}

/* line 900, app/assets/stylesheets/layout/_product.scss */
.type_tar {
  color: #E09100;
  font-weight: 600;
  font-size: 16px;
}

/* line 901, app/assets/stylesheets/layout/_product.scss */
.title_tar {
  font-weight: 600;
  font-size: 18px;
  color: #777474;
  margin: 0 0 15px;
}

/* line 902, app/assets/stylesheets/layout/_product.scss */
.row_tar img {
  height: 130px;
  margin: 0 0 15px;
  width: 200px;
}

/* line 907, app/assets/stylesheets/layout/_product.scss */
.row_tar p {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 22px;
}

/* line 908, app/assets/stylesheets/layout/_product.scss */
#our_research p {
  font-size: 13px;
  line-height: 22px;
}

/* line 910, app/assets/stylesheets/layout/_product.scss */
#gradeinfodivfooter {
  margin: 0px 0px 0px 215px;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 10px;
  line-height: 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 917, app/assets/stylesheets/layout/_product.scss */
.individualbar_3col_company .individualbar_col1 img {
  width: 42px;
  height: 42px;
}

/* line 922, app/assets/stylesheets/layout/_product.scss */
.company_row_top {
  display: block;
  width: 100%;
  /*
  background-color:#fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
  background-image: -moz-linear-gradient(#ffffff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')";
  */
  color: #868686;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  background: transparent;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

/* line 945, app/assets/stylesheets/layout/_product.scss */
.company_row_top:hover {
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.2);
}

/* line 950, app/assets/stylesheets/layout/_product.scss */
.company_row_top_grades {
  display: block;
  width: 723px;
  color: #868686;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border-bottom: 1px solid #aaaaaa;
  background: #e7e7e7;
}

/* line 963, app/assets/stylesheets/layout/_product.scss */
.white_row {
  background: #ffffff !important;
}

/* line 967, app/assets/stylesheets/layout/_product.scss */
.company_row_top_grades:hover {
  background-color: #ffffff !important;
}

/* line 970, app/assets/stylesheets/layout/_product.scss */
.company_row_top_col1 {
  width: 210px;
  margin-left: 15px;
  padding-top: 15px;
  text-align: left;
}

/* line 971, app/assets/stylesheets/layout/_product.scss */
.company_row_top_col2 {
  width: 330px;
  margin-right: 0px;
  text-align: center;
  padding-top: 15px;
}

/* line 972, app/assets/stylesheets/layout/_product.scss */
.company_row_top_col3 {
  width: 75px;
  height: 40px;
}

/* line 973, app/assets/stylesheets/layout/_product.scss */
.company_row_top_col4 {
  width: 80px;
  margin-right: 13px;
  padding-top: 15px;
}

/* line 974, app/assets/stylesheets/layout/_product.scss */
.company_row_top_col3 img {
  width: 40px;
  height: 40px;
}

/* line 975, app/assets/stylesheets/layout/_product.scss */
.company_row_top_col2_and_3 {
  margin-left: 10px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

/* line 981, app/assets/stylesheets/layout/_product.scss */
.width_long_gap {
  width: 440px;
}

/* line 982, app/assets/stylesheets/layout/_product.scss */
.individual_products_row {
  border-bottom: 1px solid #e4e4e4;
  width: 723px;
  margin: 0 0 0 -15px;
}

/* line 983, app/assets/stylesheets/layout/_product.scss */
.individual_products_row_col1 {
  width: 60px;
  margin: 0 4px 0 20px;
  padding: 5px 0;
  text-align: center;
}

/* line 984, app/assets/stylesheets/layout/_product.scss */
.individual_products_row_col1 img {
  max-width: 60px;
}

/* line 986, app/assets/stylesheets/layout/_product.scss */
.individual_products_row_col2 {
  width: 100%;
  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;
  margin-bottom: 15px;
}

/* line 999, app/assets/stylesheets/layout/_product.scss */
.individual_products_row_col2:hover {
  text-decoration: underline;
}

/* line 1004, app/assets/stylesheets/layout/_product.scss */
.individual_products_row_col3 {
  width: 60px;
  margin: 0 0 0 20px;
}

/* line 1005, app/assets/stylesheets/layout/_product.scss */
.individual_products_row_col3 img {
  width: 60px;
  height: 60px;
}

/* line 1006, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row {
  border-bottom: 1px solid #e4e4e4;
  width: 723px;
  margin: 0 0 0 -15px;
  background-color: #fff;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ececec));
  background-image: -moz-linear-gradient(#fff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec')";
*/
}

/* line 1018, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row_col1 {
  width: 60px;
  margin: 0 23px 0 20px;
  padding: 21px 0 0 0;
}

/* line 1019, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row_col1 img {
  width: 60px;
}

/* line 1021, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row_col2 {
  width: 460px;
  line-height: 25px;
  padding: 5px 0px 3px 10px;
}

/* line 1027, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row_col2 a.bolderlink {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 18px */
}

/* line 1035, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row_col2 a.bolderlink:hover {
  text-decoration: none !important;
}

/* line 1041, app/assets/stylesheets/layout/_product.scss */
.individual_brands_row_col3 {
  width: 140px;
  padding-top: 21px;
  margin: 0 0 0 20px;
}

/* line 1042, app/assets/stylesheets/layout/_product.scss */
.score_range_brand {
  width: 110px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ececec));
  background-image: -moz-linear-gradient(#fff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec')";
}

/* line 1050, app/assets/stylesheets/layout/_product.scss */
.score_range_brand_col1 {
  width: 30px;
}

/* line 1051, app/assets/stylesheets/layout/_product.scss */
.score_range_brand_col1 img {
  width: 30px;
}

/* line 1052, app/assets/stylesheets/layout/_product.scss */
.score_range_brand_col_bla_1 {
  width: 50px;
}

/* line 1053, app/assets/stylesheets/layout/_product.scss */
.score_range_brand_col_bla_1 img {
  width: 50px;
}

/* line 1054, app/assets/stylesheets/layout/_product.scss */
.score_range_brand_col2 {
  width: 80px;
  height: 22px;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  padding-top: 8px;
}

/* line 1055, app/assets/stylesheets/layout/_product.scss */
.evenrow {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ececec));
  background-image: -moz-linear-gradient(#fff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec')";
}

/* line 1062, app/assets/stylesheets/layout/_product.scss */
.gotobrandsbtn {
  cursor: pointer;
}

/* line 1063, app/assets/stylesheets/layout/_product.scss */
.gotoproductsbtn {
  cursor: pointer;
}

/* line 1064, app/assets/stylesheets/layout/_product.scss */
.gotocompaniesbtn {
  cursor: pointer;
}

/* line 1065, app/assets/stylesheets/layout/_product.scss */
.sharethispagebutton {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  height: 32px;
  padding: 16px 0 0 50px;
  margin: 0px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/addthis_share-7fd76d16e3bddeab8271dd9e3ed11dc6e9e7cc69162541c6f70ac73449f4788c.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

/* line 1074, app/assets/stylesheets/layout/_product.scss */
.contactcompanybutton {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  height: 32px;
  padding: 16px 0 0 50px;
  margin: 0px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/phone-11d8fa0f38a01f2c3bb89fd2a285761c97fd5275cbb08c718b9a97d738fa1712.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

/* line 1084, app/assets/stylesheets/layout/_product.scss */
.backtoresultsbutton {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  height: 32px;
  padding: 16px 0 0 50px;
  margin: 0px;
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/back_to_results-bfd86d55aadf7ee49bc31fa7e9137e55d613c574ce0462376dd278991203aeac.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

/* line 1094, app/assets/stylesheets/layout/_product.scss */
h1.h1_hometabs {
  /*
    background: image-url(/cleaners/assets/stylesheetgraphics/title_bg-104612fa442bec3cf0e2d74acd9710552c61226c5959ef7f23602eea7ac675a7.jpg) no-repeat scroll 0 0 transparent;
    */
  font-family: "niveau-grotesk", sans-serif;
  color: #2b2b2b;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 50px */
  letter-spacing: -1px;
  margin: 20px 0 30px -20px;
  padding: 14px 0 0 16px;
}

/* line 1112, app/assets/stylesheets/layout/_product.scss */
h1.h1small2 {
  color: #868686;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 10px 0 10px 15px;
}

/* line 1122, app/assets/stylesheets/layout/_product.scss */
#total_ingredients_NOBUTTON {
  padding: 5px 10px;
  margin: 6px 10px;
}

/* line 1123, app/assets/stylesheets/layout/_product.scss */
.cattitle {
  color: #868686;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: -15px 0 0 -15px;
  padding: 10px 0 10px 15px;
  width: 708px;
  background-color: #f0efea;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ececec));
  background-image: -moz-linear-gradient(#fff, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec')";
  */
  border-bottom: 1px solid #aaa;
  position: relative;
}

/* line 1142, app/assets/stylesheets/layout/_product.scss */
.cattitle:hover {
  background-color: #fff;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#ececec));
  background-image: -moz-linear-gradient(#ececec, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ececec')";
*/
}

/* line 1151, app/assets/stylesheets/layout/_product.scss */
.togglethis {
  cursor: pointer;
}

/* line 1152, app/assets/stylesheets/layout/_product.scss */
.togglethisimg {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/toggle-cde972043478938cda0713ea5160fbf70deeb814d6c3ade4ead4b6a0ddd19414.png);
  background-position: 75px 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
  height: 24px;
  margin: 0;
  padding: 7px 0 0;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 115px;
}

/* line 1168, app/assets/stylesheets/layout/_product.scss */
.togglethisimg_two {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/toggle-cde972043478938cda0713ea5160fbf70deeb814d6c3ade4ead4b6a0ddd19414.png);
  background-position: 95px 8px;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 29px;
  margin: 0;
  padding: 10px 0 0;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 135px;
}

/* line 1186, app/assets/stylesheets/layout/_product.scss */
.sortresultsby_producttypepage {
  border: 0px dotted #999;
  color: #868686;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 13px;
  width: 500px;
}

/* line 1199, app/assets/stylesheets/layout/_product.scss */
.togglethisimg_three {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/toggle-cde972043478938cda0713ea5160fbf70deeb814d6c3ade4ead4b6a0ddd19414.png);
  background-position: 95px 8px;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 29px;
  margin: 0;
  padding: 10px 0 0;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 135px;
}

/* line 1217, app/assets/stylesheets/layout/_product.scss */
.lightspan {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

/* line 1218, app/assets/stylesheets/layout/_product.scss */
#prod_category_sec {
  width: 309px;
  float: left;
}

/* line 1219, app/assets/stylesheets/layout/_product.scss */
#prod_scorerange_sec {
  float: left;
}

/* line 1220, app/assets/stylesheets/layout/_product.scss */
#jumptohere {
  height: 0px;
}

/* line 1222, app/assets/stylesheets/layout/_product.scss */
.shown {
  display: block !important;
}

/* line 1226, app/assets/stylesheets/layout/_product.scss */
.hidden {
  display: none !important;
}

/* line 1230, app/assets/stylesheets/layout/_product.scss */
#companyInfohiddendiv {
  background-color: #fff;
  border: 1px solid #aaa;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
  width: 180px;
  margin: -15px 0 20px 0;
  padding: 10px;
  font-size: 13px;
  line-height: 19px;
}

/* line 1241, app/assets/stylesheets/layout/_product.scss */
#companyInfohiddendiv p {
  margin: 0;
  padding: 0;
}

/* line 1242, app/assets/stylesheets/layout/_product.scss */
div.loadmorebutton:hover {
  opacity: .8;
}

/* line 1243, app/assets/stylesheets/layout/_product.scss */
div.loadmorebutton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 15px;
  padding: 10px;
  text-align: center;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc));
  background-image: -moz-linear-gradient(#ececec, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')";
  cursor: pointer;
  color: #777777;
  text-shadow: 0px 1px 0px #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 1260, app/assets/stylesheets/layout/_product.scss */
div.loadmorebutton2222:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1261, app/assets/stylesheets/layout/_product.scss */
div.loadmorebutton2222 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 15px;
  padding: 10px;
  text-align: center;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc));
  background-image: -moz-linear-gradient(#ececec, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')";
  cursor: pointer;
  color: #777777;
  text-shadow: 0px 1px 0px #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 1278, app/assets/stylesheets/layout/_product.scss */
div.seemorefrom:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1279, app/assets/stylesheets/layout/_product.scss */
div.seemorefrom {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 10px;
  text-align: center;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#dcdcdc));
  background-image: -moz-linear-gradient(#ececec, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc')";
  cursor: pointer;
  color: #777;
  text-shadow: 0 1px 0 #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #999;
  -moz-box-shadow: 0 1px 0 0 #999;
  box-shadow: 0 1px 0 0 #999;
}

/* line 1296, app/assets/stylesheets/layout/_product.scss */
.top15 {
  padding-top: 15px !important;
}

/* line 1297, app/assets/stylesheets/layout/_product.scss */
.goto_data_strength {
  cursor: pointer !important;
}

/* line 1298, app/assets/stylesheets/layout/_product.scss */
.goto_ingredients {
  cursor: pointer !important;
}

/* line 1299, app/assets/stylesheets/layout/_product.scss */
.minisquare_active_legend {
  background-color: #C0C0C0 !important;
  border: 1px solid #D4D4D4;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 5px 0 0;
  padding: 5px;
  text-align: center;
  width: 10px;
}

/* line 1310, app/assets/stylesheets/layout/_product.scss */
.minisquare_in_active {
  background-color: #F9F9F9 !important;
  border: 1px solid #E4E4E4;
  color: #E4E4E4;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 5px 0 0;
  padding: 5px;
  text-align: center;
  width: 10px;
}

/* line 1322, app/assets/stylesheets/layout/_product.scss */
.minisquare_active {
  background-color: #c0c0c0 !important;
  border: 1px solid #d4d4d4;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 5px 0 0;
  padding: 5px;
  text-align: center;
  width: 10px;
}

/* line 1333, app/assets/stylesheets/layout/_product.scss */
.explainminilegend {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  margin: -2px 10px 0 0;
}

/* line 1339, app/assets/stylesheets/layout/_product.scss */
.miniiconslegend {
  width: 200px;
}

/* line 1340, app/assets/stylesheets/layout/_product.scss */
span.span_number {
  font-weight: 300;
}

/* line 1341, app/assets/stylesheets/layout/_product.scss */
.bold {
  font-weight: bold;
}

/* line 1346, app/assets/stylesheets/layout/_product.scss */
.apple_pagination {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  border-bottom-color: rgba(43, 43, 43, 0.1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 20px;
}

/* line 1375, app/assets/stylesheets/layout/_product.scss */
.apple_pagination a {
  text-decoration: none;
  color: #2b2b2b;
  opacity: 0.8;
}

/* line 1380, app/assets/stylesheets/layout/_product.scss */
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

/* line 1385, app/assets/stylesheets/layout/_product.scss */
.apple_pagination a, .apple_pagination span {
  padding: 5px;
}

/* line 1389, app/assets/stylesheets/layout/_product.scss */
.apple_pagination .disabled {
  display: none;
}

/* line 1394, app/assets/stylesheets/layout/_product.scss */
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
}

/* line 1409, app/assets/stylesheets/layout/_product.scss */
#topproducts_section {
  width: 683px;
  height: 325px;
  background: white url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/gradient_back-7ed425d76c977e67bc3b85f5729e7405bc530b76d35b4932c96f5d26569dc50c.jpg) repeat-x bottom;
  border-bottom: 1px solid #d6d6d6;
}

/* line 1410, app/assets/stylesheets/layout/_product.scss */
.topproducts_section_title {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #949185;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 16px;
}

/* line 1412, app/assets/stylesheets/layout/_product.scss */
.topproducts_maincontainer {
  width: 716px;
  height: 208px;
  margin-left: 0px;
}

/* line 1413, app/assets/stylesheets/layout/_product.scss */
.topproducts_box {
  width: 215px;
  background-color: #FFFFFF;
  margin: 5px 15px 0px 0px;
  -moz-box-shadow: 0 0px 1px #cdcdcd;
  box-shadow: 0px 0px 1px #cdcdcd;
  float: left;
}

/* line 1415, app/assets/stylesheets/layout/_product.scss */
.topproducts_phot {
  margin-top: 20px;
  width: 217px;
  height: 140px;
  text-align: center;
}

/* line 1416, app/assets/stylesheets/layout/_product.scss */
#topproducts_score {
  height: 39px;
  width: 39px;
  float: left;
}

/* line 1417, app/assets/stylesheets/layout/_product.scss */
.topproducts_name_and_score {
  height: 39px;
  overflow: hidden;
  /*
  background-image: linear-gradient(bottom, rgb(224,222,222) 8%, rgb(239,239,239) 64%);
  background-image: -o-linear-gradient(bottom, rgb(224,222,222) 8%, rgb(239,239,239) 64%);
  background-image: -moz-linear-gradient(bottom, rgb(224,222,222) 8%, rgb(239,239,239) 64%);
  background-image: -webkit-linear-gradient(bottom, rgb(224,222,222) 8%, rgb(239,239,239) 64%);
  background-image: -ms-linear-gradient(bottom, rgb(224,222,222) 8%, rgb(239,239,239) 64%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.08, rgb(224,222,222)), color-stop(0.64, rgb(239,239,239)));
*/
  background: #f0efea;
}

/* line 1429, app/assets/stylesheets/layout/_product.scss */
.tp_company {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  color: #a1a1a1;
  margin: 3px 6px;
  text-align: right;
}

/* line 1430, app/assets/stylesheets/layout/_product.scss */
.tp_company a {
  text-decoration: none;
  color: #a1a1a1;
  font-weight: 400 !important;
}

/* line 1431, app/assets/stylesheets/layout/_product.scss */
.tp_company a:hover {
  text-decoration: underline;
}

/* line 1432, app/assets/stylesheets/layout/_product.scss */
.tp_name {
  margin-top: 4px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400 !important;
  font-size: 13px !important;
  padding-left: 7px;
  padding-right: 5px;
  color: #727272 !important;
  width: 167px;
  height: 32px !important;
  float: right;
  line-height: 16px !important;
  text-decoration: none !important;
}

/* line 1435, app/assets/stylesheets/layout/_product.scss */
.tp_name a {
  text-decoration: none !important;
  color: #727272 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  height: 32px !important;
  float: right !important;
  line-height: 13px !important;
}

/* line 1436, app/assets/stylesheets/layout/_product.scss */
.tp_name a:hover {
  text-decoration: none !important;
}

/* line 1438, app/assets/stylesheets/layout/_product.scss */
.homecontainer_section {
  width: 683px;
  margin: 20 0 16 0px !important;
  min-height: 325px;
  /* background: white url("https://phorcys-static.ewg.org/cleaners_images/stylesheetgraphics/gradient_back.jpeg") repeat-x bottom; */
  border-bottom: 1px solid #d6d6d6;
}

/* line 1441, app/assets/stylesheets/layout/_product.scss */
.sliderwrapper {
  position: relative;
  overflow: hidden;
  width: 683px;
  min-height: 250px;
}

/* line 1443, app/assets/stylesheets/layout/_product.scss */
.sliderwrapper .contentdiv {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1448, app/assets/stylesheets/layout/_product.scss */
.pagiwrapper {
  width: 683px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  height: 45px;
}

/* line 1449, app/assets/stylesheets/layout/_product.scss */
.pagination {
  width: 200px;
  /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: center;
  margin: 10px auto 0 auto;
  padding: 0px;
  -o-box-shadow: 0 1px 0 #999999;
  -moz-box-shadow: 0 1px 0 #999999;
  -webkit-box-shadow: 0 1px 0 #999999;
  box-shadow: 0 1px 0 #999999;
  color: #868686 !important;
  text-shadow: none !important;
  font-weight: 600 !important;
}

/* line 1460, app/assets/stylesheets/layout/_product.scss */
.pagination a {
  text-decoration: none;
  color: #656565;
  font-size: 12px;
  line-height: 12px;
  margin: 0px;
  height: 22px;
  width: 30px;
  padding: 9px 0 0 0;
}

/* line 1472, app/assets/stylesheets/layout/_product.scss */
.pagination a:hover, .pagination a.selected {
  text-decoration: none;
  color: #868686;
  font-size: 12px;
  line-height: 12px;
  margin: 0px;
  height: 22px;
  width: 30px;
  padding: 9px 0 0 0;
}

/* line 1484, app/assets/stylesheets/layout/_product.scss */
.prev, .toc, .next {
  float: left;
}

/* line 1485, app/assets/stylesheets/layout/_product.scss */
.prev, .toc, .next {
  background-color: #f0efea;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0efea));
  background-image: -moz-linear-gradient(#ffffff, #f0efea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0efea');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0efea')"; */
}

/* line 1492, app/assets/stylesheets/layout/_product.scss */
.pagination a.selected {
  background-color: #868686;
  background: #868686;
  color: #ffffff;
  /*
   -moz-box-shadow: inset 0 0 9px 0 #333; -webkit-box-shadow: inset 0 0 9px 0 #333; box-shadow: inset 0 0 9px 0 #333;
*/
}

/* line 1502, app/assets/stylesheets/layout/_product.scss */
.pagination a:hover {
  background-color: #f0efea;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0efea), to(#e4e4e4));
  background-image: -moz-linear-gradient(#f0efea, #e4e4e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0efea', endColorstr='#e4e4e4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0efea', endColorstr='#e4e4e4')";
  color: #656565 !important;
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
}

/* line 1518, app/assets/stylesheets/layout/_product.scss */
.toc {
  border-right: 1px solid #dfdfdf;
  /*
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.30);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.30);
 */
}

/* line 1525, app/assets/stylesheets/layout/_product.scss */
.prev {
  border-right: 1px solid #dfdfdf;
}

/* line 1526, app/assets/stylesheets/layout/_product.scss */
.prev {
  -o-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -khtml-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #dfdfdf;
  /*
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.30);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.30);
*/
}

/* line 1541, app/assets/stylesheets/layout/_product.scss */
.next {
  -o-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -khtml-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #dfdfdf;
  /*
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.30);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.30);
*/
}

/* line 1583, app/assets/stylesheets/layout/_product.scss */
#top-findings {
  background-color: #AEA7BF;
}

/* line 1588, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul {
  width: 100%;
  margin: 0px;
}

/* line 1592, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul li:first-child {
  border-top: 1px solid #808285;
}

/* line 1596, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul li {
  position: relative;
  display: flex;
  border-bottom: 1px solid #808285;
  padding: 7px 8px;
}

/* line 1603, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul li:hover {
  background-color: #F1F2F2;
}

/* line 1607, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul li.neutral {
  background-color: #F1F2F2;
}

/* line 1611, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul li.positive {
  background-color: #F1FfF2;
}

/* line 1615, app/assets/stylesheets/layout/_product.scss */
#top-findings-content ul li.negative {
  background-color: #FfF2F2;
}

/* line 1624, app/assets/stylesheets/layout/_product.scss */
#top-findings:hover {
  background-color: #7f7699;
}

/* line 1628, app/assets/stylesheets/layout/_product.scss */
#where-to-purchase {
  background-color: #CBC6C8;
  margin-bottom: 34px;
}

/* line 1633, app/assets/stylesheets/layout/_product.scss */
#where-to-purchase:hover {
  background-color: #a3a2a2;
}

/* line 1637, app/assets/stylesheets/layout/_product.scss */
.product-ingredient-info-wrapper {
  margin: 0;
  max-width: 620px;
}

/* line 1641, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 1651, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 1661, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 1671, app/assets/stylesheets/layout/_product.scss */
.product-ingredient-info-wrapper .ingredient-concerns {
  margin-bottom: 34px;
}

/* line 1677, app/assets/stylesheets/layout/_product.scss */
.ingredient-scores p {
  margin-bottom: 1rem;
}

/* line 1682, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-table-wrapper {
  max-height: 540px;
  margin-bottom: 34px;
  overflow: auto;
}

/* line 1687, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-table-wrapper h2 {
  margin-bottom: 30px;
}

/* line 1691, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-table-wrapper ul {
  width: 100%;
}

/* line 1694, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-table-wrapper ul li:first-child {
  border-top: 1px solid #808285;
}

/* line 1698, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-table-wrapper ul li {
  border-bottom: 1px solid #808285;
  padding: 14px 16px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 1698, app/assets/stylesheets/layout/_product.scss */
  .ingredient-concerns-table-wrapper ul li {
    min-height: 126px;
  }
}

/* line 1710, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-table-wrapper ul li:hover {
  background-color: #F1F2F2;
}

/* line 1717, app/assets/stylesheets/layout/_product.scss */
.product-grid-wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  /* line 1717, app/assets/stylesheets/layout/_product.scss */
  .product-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* line 1726, app/assets/stylesheets/layout/_product.scss */
.product-grid-wrapper .safety-text {
  grid-column: 1 / 3;
}

/* line 1730, app/assets/stylesheets/layout/_product.scss */
.product-grid-wrapper .date-updated {
  color: #6a6a6a;
  font-size: 18px;
  grid-column: 1 / 3;
}

@media (min-width: 768px) {
  /* line 1730, app/assets/stylesheets/layout/_product.scss */
  .product-grid-wrapper .date-updated {
    grid-column: auto;
  }
}

/* line 1743, app/assets/stylesheets/layout/_product.scss */
.product .product-image {
  margin: 0 0 20px;
}

@media (min-width: 600px) {
  /* line 1743, app/assets/stylesheets/layout/_product.scss */
  .product .product-image {
    padding: 10px 0px;
  }
}

/* line 1752, app/assets/stylesheets/layout/_product.scss */
.product .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 1752, app/assets/stylesheets/layout/_product.scss */
  .product .product-image img {
    max-height: 400px;
    max-width: 280px;
    margin: 0 auto;
    width: auto;
  }
}

/* line 1798, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-name {
  width: 50%;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* line 1806, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-image {
  width: 50%;
}

/* line 1809, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-image img {
  width: 100%;
  max-height: 216px;
  display: block;
  margin-bottom: 20px;
}

/* line 1816, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-image a {
  width: 90%;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 0.05em;
  margin-left: 24px;
  display: block;
}

/* line 1826, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-score {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* line 1833, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-score p {
  align-self: flex-start;
  margin-left: 30%;
}

/* line 1838, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-score p:last-of-type {
  align-self: center;
  color: #6a6a6a;
  margin-left: 0;
  margin-top: -20px;
}

/* line 1845, app/assets/stylesheets/layout/_product.scss */
#chemical .chemical-score img {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

/* line 1856, app/assets/stylesheets/layout/_product.scss */
.ingredient-name {
  font-family: "niveau-grotesk", sans-serif;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 1856, app/assets/stylesheets/layout/_product.scss */
  .ingredient-name {
    font-weight: 500;
    width: 40%;
    z-index: 100;
  }
}

/* line 1868, app/assets/stylesheets/layout/_product.scss */
.orig_text {
  font-size: 0.8em;
  font-weight: 300;
}

/* line 1873, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-li {
  border-bottom: 1px solid #000;
  padding: 12px 0;
}

/* line 1877, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-li .flex-column-l {
  display: flex;
  flex-direction: column;
  width: 45%;
}

/* line 1883, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-li .flex-column-r {
  display: flex;
  flex-direction: column;
  width: 55%;
}

@media (min-width: 600px) {
  /* line 1883, app/assets/stylesheets/layout/_product.scss */
  .ingredient-concerns-li .flex-column-r {
    width: 60%;
  }
}

/* line 1894, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info {
  padding: 44px 0px;
}

@media (min-width: 768px) {
  /* line 1894, app/assets/stylesheets/layout/_product.scss */
  .product-concerns-and-info {
    padding: 44px 20px;
  }
}

@media (min-width: 960px) {
  /* line 1894, app/assets/stylesheets/layout/_product.scss */
  .product-concerns-and-info {
    padding: 44px 0;
  }
}

/* line 1905, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 1915, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 1926, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info h4 .ingredient-disclosure-good {
  color: #009A4F;
}

/* line 1930, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info h4 .ingredient-disclosure-some {
  color: #fbb042;
}

/* line 1934, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info h4 .ingredient-disclosure-poor {
  color: #E63C2F;
}

/* line 1939, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 1949, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info .chemical-about-text {
  margin-bottom: 38px;
}

/* line 1953, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info .certifications, .product-concerns-and-info .label-info {
  margin: 0;
  max-width: 572px;
}

/* line 1963, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 1963, app/assets/stylesheets/layout/_product.scss */
  .product-concerns-and-info-nav {
    justify-content: flex-start;
  }
}

/* line 1973, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 1973, app/assets/stylesheets/layout/_product.scss */
  .product-concerns-and-info-nav .nav-element {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  /* line 1973, app/assets/stylesheets/layout/_product.scss */
  .product-concerns-and-info-nav .nav-element {
    margin-right: 34px;
  }
}

/* line 1988, app/assets/stylesheets/layout/_product.scss */
.product-concerns-and-info-nav .nav-element.active {
  border-bottom: 1px solid #000;
}

/* line 1994, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-wrapper {
  margin-bottom: 80px;
  padding: 50px 20px;
}

@media (min-width: 1400px) {
  /* line 1994, app/assets/stylesheets/layout/_product.scss */
  .ingredient-concerns-wrapper {
    margin-bottom: 130px;
    padding: 110px 0 0;
  }
}

/* line 2003, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-wrapper h2 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 30px */
  margin-bottom: 20px;
}

/* line 2014, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-inner-wrapper {
  border-top: 1px solid rgba(43, 43, 43, 0.15);
}

@media (min-width: 768px) {
  /* line 2014, app/assets/stylesheets/layout/_product.scss */
  .ingredient-concerns-inner-wrapper {
    display: flex;
  }
}

/* line 2022, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-nav {
  padding: 44px 66px 0 20px;
}

/* line 2025, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-nav li {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  position: relative;
  line-height: 100%;
}

/* line 2033, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-nav li.active {
  font-weight: 600;
}

/* line 2036, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-nav li.active::before {
  content: '';
  border-bottom: 1px solid #000;
  left: -22px;
  position: absolute;
  top: 5px;
  width: 10px;
}

/* line 2048, app/assets/stylesheets/layout/_product.scss */
.concerns-sources-wrapper {
  border-top: 1px solid rgba(43, 43, 43, 0.15);
  padding: 24px 0;
}

@media (min-width: 768px) {
  /* line 2048, app/assets/stylesheets/layout/_product.scss */
  .concerns-sources-wrapper {
    border-left: 1px solid rgba(43, 43, 43, 0.15);
    border-top: none;
    flex: 1;
    padding-left: 66px;
    padding-top: 24px;
  }
}

/* line 2062, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 2069, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .level, .byo-concerns .level {
  flex-basis: 100px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 2076, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .level.range, .byo-concerns .level.range {
  flex-basis: 160px;
}

/* line 2080, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 2088, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .level .concern-low, .byo-concerns .level .concern-low {
  background-color: #009D4E;
}

/* line 2092, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .level .concern-some, .byo-concerns .level .concern-some {
  background-color: #fbb042;
}

/* line 2096, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .level .concern-moderate, .byo-concerns .level .concern-moderate {
  background-color: #E0803B;
}

/* line 2100, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .level .concern-high, .byo-concerns .level .concern-high {
  background-color: #E63C2F;
}

/* line 2105, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns .concern-text, .byo-concerns .concern-text {
  flex: 1;
  padding-right: 20px;
}

/* line 2111, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-headers {
  justify-content: space-between;
}

/* line 2114, app/assets/stylesheets/layout/_product.scss */
.ingredient-concerns-headers p {
  margin-bottom: 6px;
}

/* line 2119, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns {
  border-collapse: separate;
  border-spacing: 0 5px;
  overflow: scroll;
  width: 100%;
}

/* line 2125, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns p {
  line-height: 1.2;
}

/* line 2129, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns tr {
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

/* line 2134, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns td,
.table-ingredient-concerns th {
  font-size: 14px;
  padding: 12px 15px;
}

@media (min-width: 600px) {
  /* line 2134, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns td,
.table-ingredient-concerns th {
    font-size: 16px;
  }
}

/* line 2144, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns th {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 2144, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns th {
    font-size: 17px;
  }
}

/* line 2154, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .plus, .table-ingredient-concerns .minus {
  margin-right: 0;
}

/* line 2158, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .minus {
  display: block;
}

/* line 2162, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-overview-tr {
  cursor: pointer;
}

/* line 2166, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-score {
  text-align: center;
  width: 35px;
}

/* line 2171, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-concern {
  max-width: 300px;
  text-align: left;
}

/* line 2176, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-availability-interior {
  width: 164px;
}

/* line 2179, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-availability-interior .text-intro {
  font-weight: 300;
}

/* line 2184, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-ingredient {
  align-items: center;
  padding: 18px 10px 18px 0;
}

@media (min-width: 768px) {
  /* line 2184, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns .td-ingredient {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px 18px 0;
    width: 355px;
  }
}

/* line 2196, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-ingredient-interior {
  width: 150px;
}

@media (min-width: 768px) {
  /* line 2196, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns .td-ingredient-interior {
    width: 330px;
  }
}

/* line 2206, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-view-ingredient {
  padding-right: 20px;
  padding-left: 0;
  text-align: right;
}

@media (min-width: 768px) {
  /* line 2206, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns .td-view-ingredient {
    padding-right: 30px;
  }
}

/* line 2216, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-concern-interior {
  margin: 0 auto;
  max-width: 372px;
}

/* line 2220, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .td-concern-interior .plus, .table-ingredient-concerns .td-concern-interior .minus {
  margin: 0;
}

/* line 2225, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info-wrapper {
  background-color: #fff;
}

/* line 2228, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info-wrapper > td {
  transition: .6s all ease-out;
}

/* line 2239, app/assets/stylesheets/layout/_product.scss */
.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%;
}

/* line 2246, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info tr {
  background-color: #fff;
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}

/* line 2250, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info tr:last-child {
  border-bottom: none;
}

/* line 2253, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info tr:last-child td {
  padding: 22px 24px 27px;
}

/* line 2256, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info tr:last-child td a {
  float: left;
}

/* line 2263, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info td {
  padding: 18px 12px;
}

@media (min-width: 768px) {
  /* line 2263, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns .ingredient-more-info td {
    padding: 18px 24px;
  }
}

/* line 2270, app/assets/stylesheets/layout/_product.scss */
.table-ingredient-concerns .ingredient-more-info td:first-child {
  font-size: 12px;
  letter-spacing: 1.5px;
}

/* line 2275, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 2275, app/assets/stylesheets/layout/_product.scss */
  .table-ingredient-concerns .ingredient-more-info td:nth-child(2) {
    font-size: 16px;
    max-width: 400px;
  }
}

/* line 2289, app/assets/stylesheets/layout/_product.scss */
.cert-image-text-wrapper {
  align-items: flex-start;
  margin-bottom: 60px;
}

@media (min-width: 600px) {
  /* line 2289, app/assets/stylesheets/layout/_product.scss */
  .cert-image-text-wrapper {
    display: flex;
  }
}

/* line 2298, app/assets/stylesheets/layout/_product.scss */
.ingredient-score-data {
  align-items: flex-start;
  bottom: 14px;
  display: flex;
  top: auto;
}

@media (min-width: 768px) {
  /* line 2298, app/assets/stylesheets/layout/_product.scss */
  .ingredient-score-data {
    bottom: auto;
    top: 70px;
  }
}

/* line 2310, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 2320, app/assets/stylesheets/layout/_product.scss */
.ingredient-score {
  width: 24px;
}

@media (min-width: 600px) {
  /* line 2320, app/assets/stylesheets/layout/_product.scss */
  .ingredient-score {
    width: 25px;
  }
}

/* line 2328, app/assets/stylesheets/layout/_product.scss */
.mobile-list-header {
  margin: 20px auto 15px 10px;
  padding-bottom: 10px;
  width: 90%;
}

@media (min-width: 600px) {
  /* line 2328, app/assets/stylesheets/layout/_product.scss */
  .mobile-list-header {
    width: 100%;
  }
}

/* line 2337, app/assets/stylesheets/layout/_product.scss */
.mobile-list-header h1 {
  color: #000000;
  font-size: 40px;
  letter-spacing: .04em;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 35px;
}

@media (min-width: 600px) {
  /* line 2337, app/assets/stylesheets/layout/_product.scss */
  .mobile-list-header h1 {
    margin-left: 4px;
  }
}

/* line 2349, app/assets/stylesheets/layout/_product.scss */
.mobile-list-header h2 {
  color: #000000;
  font-size: 30px;
  letter-spacing: .04em;
  font-weight: 400;
  margin: 0px 0px 0px 10px;
}

/* line 2356, app/assets/stylesheets/layout/_product.scss */
.mobile-list-header h2 a {
  color: #009a4f !important;
}

@media (min-width: 600px) {
  /* line 2349, app/assets/stylesheets/layout/_product.scss */
  .mobile-list-header h2 {
    margin-left: 30px;
  }
}

/* line 2366, app/assets/stylesheets/layout/_product.scss */
.browse-search-header {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1252px;
  padding: 0 20px 10px;
}

@media (min-width: 768px) {
  /* line 2366, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header {
    display: flex;
    padding-bottom: 20px;
  }
}

@media (min-width: 1160px) {
  /* line 2366, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header {
    padding-left: 250px;
  }
}

@media (min-width: 1254px) {
  /* line 2366, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header {
    padding-left: 322px;
  }
}

@media (min-width: 1270px) {
  /* line 2366, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header {
    padding-right: 0;
  }
}

@media (min-width: 1160px) {
  /* line 2396, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header.no-filters {
    padding-left: 0;
    padding-right: 0;
    max-width: 926px;
  }
}

@media (min-width: 1254px) {
  /* line 2396, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header.no-filters {
    padding-left: 0;
  }
}

/* line 2409, app/assets/stylesheets/layout/_product.scss */
.browse-search-header h1 {
  color: #000000;
  font-size: 24px;
  letter-spacing: .04em;
}

@media (min-width: 600px) {
  /* line 2409, app/assets/stylesheets/layout/_product.scss */
  .browse-search-header h1 {
    margin-left: 4px;
  }
}

/* line 2420, app/assets/stylesheets/layout/_product.scss */
.product-brand-select {
  justify-content: flex-end;
  align-items: flex-start;
}

/* line 2425, app/assets/stylesheets/layout/_product.scss */
.product-about {
  color: #ACAAAA;
}

/* line 2428, app/assets/stylesheets/layout/_product.scss */
.product-about h4 {
  font-size: 11px;
  font-weight: 800;
}

/* line 2433, app/assets/stylesheets/layout/_product.scss */
.product-about p {
  font-size: 11px;
  letter-spacing: 0.06em;
}

/* line 2438, app/assets/stylesheets/layout/_product.scss */
.product-about a {
  text-decoration: underline;
  color: #ACAAAA;
}

/* line 2444, app/assets/stylesheets/layout/_product.scss */
.fact {
  font-weight: bold !important;
}

/* line 2447, app/assets/stylesheets/layout/_product.scss */
.myth {
  font-weight: bold !important;
}

/* line 2451, app/assets/stylesheets/layout/_product.scss */
.product-listings {
  display: grid;
  flex: 1;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  margin-bottom: 30px;
  max-width: 926px;
}

@media (min-width: 768px) {
  /* line 2451, app/assets/stylesheets/layout/_product.scss */
  .product-listings {
    gap: 20px;
    padding: 0 20px;
  }
}

@media (min-width: 960px) {
  /* line 2451, app/assets/stylesheets/layout/_product.scss */
  .product-listings {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }
}

/* line 2485, app/assets/stylesheets/layout/_product.scss */
.old-product {
  background: #ddd;
}

/* line 2489, app/assets/stylesheets/layout/_product.scss */
.product-tile {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

@media (min-width: 600px) {
  /* line 2489, app/assets/stylesheets/layout/_product.scss */
  .product-tile {
    margin: 0;
  }
}

/* line 2508, app/assets/stylesheets/layout/_product.scss */
.product-tile:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 2516, app/assets/stylesheets/layout/_product.scss */
.product-tile hr {
  width: 20px;
}

/* line 2520, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-image-wrapper {
  align-items: center;
  height: 106px;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10px;
  width: 160px;
}

@media (min-width: 600px) {
  /* line 2520, app/assets/stylesheets/layout/_product.scss */
  .product-tile .product-image-wrapper {
    height: 260px;
    padding: 0;
    width: 240px;
  }
}

/* line 2535, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-image {
  max-height: 79px;
  margin-top: 16px;
  margin-bottom: 8px;
  max-width: 100%;
}

@media (min-width: 600px) {
  /* line 2535, app/assets/stylesheets/layout/_product.scss */
  .product-tile .product-image {
    max-height: 240px;
  }
}

/* line 2546, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-score {
  align-items: center;
  display: flex;
  padding: 10px 20px;
}

/* line 2552, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-score .verified-text {
  font-size: 14px;
  letter-spacing: 1.2px;
}

/* line 2557, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-score .squircle {
  height: 32px;
}

/* line 2561, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-score p {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (min-width: 600px) {
  /* line 2561, app/assets/stylesheets/layout/_product.scss */
  .product-tile .product-score p {
    font-size: 16px;
  }
}

/* line 2571, app/assets/stylesheets/layout/_product.scss */
.product-tile .hazard-level {
  font-size: 11px;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

/* line 2579, app/assets/stylesheets/layout/_product.scss */
.product-tile .data-level {
  font-size: 13px;
}

/* line 2583, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-score-img {
  margin-bottom: 6px;
  margin-right: 10px;
}

/* line 2588, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-score-img.verified {
  height: 32px;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  /* line 2588, app/assets/stylesheets/layout/_product.scss */
  .product-tile .product-score-img.verified {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* line 2598, app/assets/stylesheets/layout/_product.scss */
.product-tile .text-wrapper {
  height: 100px;
  padding: 16px;
}

@media (min-width: 768px) {
  /* line 2598, app/assets/stylesheets/layout/_product.scss */
  .product-tile .text-wrapper {
    padding: 20px;
  }
}

/* line 2607, app/assets/stylesheets/layout/_product.scss */
.product-tile .formulation-text-wrapper {
  height: 120px;
  padding: 16px;
}

@media (min-width: 768px) {
  /* line 2607, app/assets/stylesheets/layout/_product.scss */
  .product-tile .formulation-text-wrapper {
    padding: 20px;
  }
}

/* line 2616, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-company {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* line 2637, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-name {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

/* line 2654, app/assets/stylesheets/layout/_product.scss */
.product-tile .product-data-availability {
  background-color: #F8F8F8;
  height: 70px;
}

@media (min-width: 768px) {
  /* line 2654, app/assets/stylesheets/layout/_product.scss */
  .product-tile .product-data-availability {
    height: 58px;
  }
}

/* line 2664, app/assets/stylesheets/layout/_product.scss */
.byor-tile {
  align-items: center;
  background: linear-gradient(90deg, #E0D1FB 0%, #D1E4FB 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  mix-blend-mode: normal;
  padding: 0 42px;
  text-align: center;
}

/* line 2674, app/assets/stylesheets/layout/_product.scss */
.byor-tile h3 {
  font-size: 26px;
}

/* line 2678, app/assets/stylesheets/layout/_product.scss */
.byor-tile p {
  font-size: 16px;
  margin-bottom: 24px;
}

/* line 2683, app/assets/stylesheets/layout/_product.scss */
.byor-tile .btn {
  background-color: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 11px;
  height: auto;
  letter-spacing: 1.5px;
  padding: 18px;
  width: auto;
}

/* line 2695, app/assets/stylesheets/layout/_product.scss */
.score-legend {
  width: 580px;
  padding: 0 10px;
  margin-bottom: 14px;
  margin-right: 18px;
}

/* line 2701, app/assets/stylesheets/layout/_product.scss */
.score-legend img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 2708, app/assets/stylesheets/layout/_product.scss */
.score-range-wrapper {
  background-color: #f3f4f5;
  border-radius: 10px;
  color: #58595b;
  font-family: 'Open Sans', sans-serif;
  padding: 4px;
  width: 378px;
}

/* line 2717, app/assets/stylesheets/layout/_product.scss */
.score-range-wrapper label {
  text-align: center;
}

/* line 2722, app/assets/stylesheets/layout/_product.scss */
.score-range-header {
  align-items: center;
}

/* line 2726, app/assets/stylesheets/layout/_product.scss */
.score-range {
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
}

/* line 2732, app/assets/stylesheets/layout/_product.scss */
.score-column-wrapper {
  width: 12px;
}

/* line 2735, app/assets/stylesheets/layout/_product.scss */
.score-column-wrapper .column-7,
.score-column-wrapper .column-8,
.score-column-wrapper .column-9,
.score-column-wrapper .column-10, .score-column-wrapper .column-3,
.score-column-wrapper .column-4,
.score-column-wrapper .column-5,
.score-column-wrapper .column-6, .score-column-wrapper .column-verified,
.score-column-wrapper .column-1,
.score-column-wrapper .column-2 {
  border-radius: 4px;
  margin: 0 0 4px;
}

/* line 2740, app/assets/stylesheets/layout/_product.scss */
.score-column-wrapper .column-verified,
.score-column-wrapper .column-1,
.score-column-wrapper .column-2 {
  background-color: #009A4F;
}

/* line 2747, app/assets/stylesheets/layout/_product.scss */
.score-column-wrapper .column-3,
.score-column-wrapper .column-4,
.score-column-wrapper .column-5,
.score-column-wrapper .column-6 {
  background-color: #ff9e16;
}

/* line 2755, app/assets/stylesheets/layout/_product.scss */
.score-column-wrapper .column-7,
.score-column-wrapper .column-8,
.score-column-wrapper .column-9,
.score-column-wrapper .column-10 {
  background-color: #E63C2F;
}

/* line 2763, app/assets/stylesheets/layout/_product.scss */
.score-column-wrapper .score-number {
  font-size: 12px;
  font-weight: 600;
}

/* line 2769, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 14px;
}

/* line 2774, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile a {
  color: #000000;
}

/* line 2778, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .flex-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

/* line 2784, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .product-page-nav-btn {
  border: 1px solid #000000;
  padding: 0 10px;
  height: 36px;
  display: flex;
  align-items: center;
}

/* line 2791, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .product-page-nav-btn p {
  display: inline;
  font-size: 12px;
  font-weight: 600;
}

/* line 2797, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .product-page-nav-btn .fa-angle-left {
  padding-right: 4px;
}

/* line 2801, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .product-page-nav-btn .fa-angle-right {
  padding-left: 4px;
}

/* line 2806, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .disabled .product-page-nav-btn {
  color: #BCBEC0;
  border: 1px solid #BCBEC0 !important;
}

/* line 2811, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .page-counter {
  color: #6D6E71;
  font-size: 12px;
  text-align: right;
}

/* line 2816, app/assets/stylesheets/layout/_product.scss */
.product-page-nav-mobile .page-counter p {
  margin-right: 20px;
}

/* line 2822, app/assets/stylesheets/layout/_product.scss */
.product-page-nav {
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}

/* line 2828, app/assets/stylesheets/layout/_product.scss */
.product-page-nav label {
  letter-spacing: .05em;
}

/* line 2833, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .go-to-page input {
  width: 52px;
  height: 30px;
  border: none;
  background-color: #F1F2F2;
}

/* line 2844, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .sort-by-wrapper .current {
  font-size: 1em;
  font-weight: 400;
}

/* line 2850, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .previous_page {
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 20px;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

/* line 2860, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .next_page {
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 20px;
  margin-left: 5px;
  position: absolute;
  right: 0;
}

/* line 2870, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .previous_page,
.product-page-nav .next_page {
  display: flex;
}

/* line 2874, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .previous_page img,
.product-page-nav .next_page img {
  margin: 0 10px;
  width: 10px;
}

/* line 2880, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .disabled {
  visibility: hidden;
}

/* line 2882, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .pages {
  font-size: 13px;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 2882, app/assets/stylesheets/layout/_product.scss */
  .product-page-nav .pages {
    font-size: 16px;
  }
}

/* line 2890, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .pages p {
  padding: 0 10px;
}

/* line 2894, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 2902, app/assets/stylesheets/layout/_product.scss */
.product-page-nav .pages a:not(.previous_page):not(.next_page):hover {
  background-color: #f9f9f9;
  border-radius: 50%;
}

/* line 2908, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 2935, app/assets/stylesheets/layout/_product.scss */
.product-page-nav.product-sort-wrapper {
  justify-content: flex-start;
  max-width: 250px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 2935, app/assets/stylesheets/layout/_product.scss */
  .product-page-nav.product-sort-wrapper {
    justify-content: flex-end;
    max-width: 1252px;
  }
}

@media (min-width: 960px) {
  /* line 2935, app/assets/stylesheets/layout/_product.scss */
  .product-page-nav.product-sort-wrapper {
    padding-right: 0;
  }
}

/* line 2951, app/assets/stylesheets/layout/_product.scss */
#whysd2012 {
  width: 691px;
  height: 502px;
  position: relative;
  z-index: 9;
  background: url(https://static.ewg.org/img/why_sd_2012.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 2960, app/assets/stylesheets/layout/_product.scss */
#whysd2012_par {
  font-size: 14px;
  line-height: 22px;
  color: #6c4359;
  font-weight: 400;
  position: absolute;
  z-index: 999;
  top: 125px;
  left: 40px;
  width: 360px;
}

/* line 2972, app/assets/stylesheets/layout/_product.scss */
.verified_restriction {
  text-decoration: line-through;
}

/* line 2976, app/assets/stylesheets/layout/_product.scss */
.company-link {
  font-weight: 400;
}

/* line 2979, app/assets/stylesheets/layout/_product.scss */
.company-link:hover {
  text-decoration: underline;
}

/* line 2984, app/assets/stylesheets/layout/_product.scss */
.animal_testing_logo {
  padding: 20px 20px 20px 0px;
  width: 175px;
}

@media (min-width: 600px) {
  /* line 2984, app/assets/stylesheets/layout/_product.scss */
  .animal_testing_logo {
    float: left;
    padding: 20px 20px 60px 0px;
  }
}

/* line 2995, app/assets/stylesheets/layout/_product.scss */
.other_search_indexes ul {
  margin: 10px 24px 0px 24px;
  margin-bottom: 30px;
  list-style-type: disc;
}

/* line 3001, app/assets/stylesheets/layout/_product.scss */
.other_search_indexes li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

/* line 3012, app/assets/stylesheets/layout/_product.scss */
.tooltip {
  position: relative;
  display: inline-block;
}

/* line 3018, app/assets/stylesheets/layout/_product.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 3035, app/assets/stylesheets/layout/_product.scss */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* line 3046, app/assets/stylesheets/layout/_product.scss */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* line 3051, app/assets/stylesheets/layout/_product.scss */
.other-concerns {
  margin: 0;
}

/* line 3054, app/assets/stylesheets/layout/_product.scss */
.other-concerns h2 {
  font-size: 21px;
}

/* line 3058, app/assets/stylesheets/layout/_product.scss */
.other-concerns h5 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .05em;
}

/* line 3064, app/assets/stylesheets/layout/_product.scss */
.other-concerns ul {
  list-style: disc;
}

/* line 3067, app/assets/stylesheets/layout/_product.scss */
.other-concerns ul li.concern {
  font-size: 16px;
  font-weight: 400;
}

/* line 3074, app/assets/stylesheets/layout/_product.scss */
.gauges-other-concerns-wrapper {
  grid-template-columns: 1fr;
  margin: 30px 24px;
}

@media (min-width: 600px) {
  /* line 3074, app/assets/stylesheets/layout/_product.scss */
  .gauges-other-concerns-wrapper {
    grid-template-columns: 2fr 1fr;
  }
}

/* line 3083, app/assets/stylesheets/layout/_product.scss */
.score-legend-wrapper {
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 1134px;
  padding: 0 24px;
}

@media (min-width: 768px) {
  /* line 3083, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper {
    align-items: flex-start;
    display: flex;
    margin: 0 auto 60px !important;
  }
}

@media (min-width: 1100px) {
  /* line 3083, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper {
    padding: 0 24px 0 70px;
  }
}

/* line 3099, app/assets/stylesheets/layout/_product.scss */
.score-legend-wrapper.header {
  max-width: 1292px;
}

@media (min-width: 1100px) {
  /* line 3099, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper.header {
    padding: 0;
  }
}

/* line 3107, app/assets/stylesheets/layout/_product.scss */
.score-legend-wrapper a {
  line-height: 160%;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  /* line 3107, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper a {
    text-decoration: none;
    margin-bottom: 20px;
  }
}

@media (min-width: 1100px) {
  /* line 3107, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper a {
    margin-bottom: 0;
    margin-right: 24px;
  }
  /* line 3121, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper a:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 3127, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper .hazard-img-wrapper {
    display: flex;
  }
}

/* line 3133, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 3133, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper .hazard {
    margin-top: 2px;
  }
}

@media (min-width: 1100px) {
  /* line 3133, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper .hazard {
    margin-top: 15px;
  }
}

/* line 3154, app/assets/stylesheets/layout/_product.scss */
.score-legend-wrapper .underline-hover:after, .score-legend-wrapper .underline-hover:before {
  bottom: -4px;
  content: none;
}

@media (min-width: 768px) {
  /* line 3154, app/assets/stylesheets/layout/_product.scss */
  .score-legend-wrapper .underline-hover:after, .score-legend-wrapper .underline-hover:before {
    content: '';
  }
}

/* line 3164, app/assets/stylesheets/layout/_product.scss */
.legend-img-wrapper {
  margin: 0 auto 20px;
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 3164, app/assets/stylesheets/layout/_product.scss */
  .legend-img-wrapper {
    margin: 0;
    max-width: 400px;
  }
}

/* line 3173, app/assets/stylesheets/layout/_product.scss */
.legend-img-wrapper img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 3173, app/assets/stylesheets/layout/_product.scss */
  .legend-img-wrapper img {
    margin: 0 auto;
    max-width: 390px;
    width: 390px;
  }
}

@media (min-width: 960px) {
  /* line 3173, app/assets/stylesheets/layout/_product.scss */
  .legend-img-wrapper img {
    max-width: 400px;
    width: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 3173, app/assets/stylesheets/layout/_product.scss */
  .legend-img-wrapper img {
    margin: 0;
  }
}

/* line 3194, app/assets/stylesheets/layout/_product.scss */
.learn-more-wrapper {
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 480px) {
  /* line 3194, app/assets/stylesheets/layout/_product.scss */
  .learn-more-wrapper {
    max-width: 610px;
  }
}

@media (min-width: 768px) {
  /* line 3194, app/assets/stylesheets/layout/_product.scss */
  .learn-more-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1100px) {
  /* line 3194, app/assets/stylesheets/layout/_product.scss */
  .learn-more-wrapper {
    width: auto;
    flex-direction: row;
    margin: 0;
    padding-top: 12px;
  }
}

/* line 3216, app/assets/stylesheets/layout/_product.scss */
.learn-more-wrapper .underline-hover {
  font-size: 8px;
}

@media (min-width: 480px) {
  /* line 3216, app/assets/stylesheets/layout/_product.scss */
  .learn-more-wrapper .underline-hover {
    font-size: 10px;
  }
}

@media (min-width: 1400px) {
  /* line 3216, app/assets/stylesheets/layout/_product.scss */
  .learn-more-wrapper .underline-hover {
    font-size: 12px;
  }
}

/* line 3229, app/assets/stylesheets/layout/_product.scss */
.product-concerns-modal {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  left: 0px;
  padding: 22px;
  position: absolute;
  top: 30px;
  width: 310px;
  z-index: 10;
}

@media (min-width: 768px) {
  /* line 3229, app/assets/stylesheets/layout/_product.scss */
  .product-concerns-modal {
    width: 340px;
  }
}

/* line 3244, app/assets/stylesheets/layout/_product.scss */
.product-concerns-modal p {
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* line 3250, app/assets/stylesheets/layout/_product.scss */
.product-concern-close {
  top: -14px;
  right: -14px;
  position: absolute;
  width: 30px;
}

/* line 3257, app/assets/stylesheets/layout/_product.scss */
.filter-listings-wrapper {
  display: block;
  max-width: 1252px;
}

@media (min-width: 768px) {
  /* line 3257, app/assets/stylesheets/layout/_product.scss */
  .filter-listings-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

/* line 3266, app/assets/stylesheets/layout/_product.scss */
.filter-listings-wrapper .product-listings {
  margin: 0 auto 30px;
}

@media (min-width: 1160px) {
  /* line 3266, app/assets/stylesheets/layout/_product.scss */
  .filter-listings-wrapper .product-listings {
    margin: 0 0 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1180px) {
  /* line 3266, app/assets/stylesheets/layout/_product.scss */
  .filter-listings-wrapper .product-listings {
    padding-left: 0;
  }
}

@media (min-width: 1272px) {
  /* line 3266, app/assets/stylesheets/layout/_product.scss */
  .filter-listings-wrapper .product-listings {
    padding-right: 0;
  }
}

/* line 3286, app/assets/stylesheets/layout/_product.scss */
.header-filters-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 3286, app/assets/stylesheets/layout/_product.scss */
  .header-filters-btn-wrapper {
    margin-top: -44px;
  }
}

/* line 3297, app/assets/stylesheets/layout/_product.scss */
.btn-filters {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  margin: 0 25px 4px 0;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  /* line 3297, app/assets/stylesheets/layout/_product.scss */
  .btn-filters {
    margin: 0 22px 4px 0;
  }
}

@media (min-width: 1160px) {
  /* line 3297, app/assets/stylesheets/layout/_product.scss */
  .btn-filters {
    display: none;
  }
}

/* line 3313, app/assets/stylesheets/layout/_product.scss */
.btn-filters .fa-chevron-right {
  margin: 0 0 0 20px;
}

/* line 3318, app/assets/stylesheets/layout/_product.scss */
.search-filters {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: scroll;
  padding: 30px 0 0;
  position: fixed;
  right: -240px;
  top: 0;
  transition: 0.5s ease;
  width: 240px;
  z-index: 10;
}

@media (min-width: 1160px) {
  /* line 3318, app/assets/stylesheets/layout/_product.scss */
  .search-filters {
    border-left: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    transition: none;
    right: auto;
  }
}

/* line 3341, app/assets/stylesheets/layout/_product.scss */
.search-filters input[type="checkbox"] {
  margin: 3px 3px 3px 0;
}

/* line 3346, app/assets/stylesheets/layout/_product.scss */
.filter-padding {
  padding: 0 20px;
}

@media (min-width: 960px) {
  /* line 3346, app/assets/stylesheets/layout/_product.scss */
  .filter-padding {
    padding: 0;
  }
}

/* line 3353, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 3363, app/assets/stylesheets/layout/_product.scss */
.filter-padding p a {
  font-weight: 500;
}

/* line 3368, app/assets/stylesheets/layout/_product.scss */
.filter-padding h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}

/* line 3378, app/assets/stylesheets/layout/_product.scss */
.article-content-side-nav {
  display: none;
  margin-top: 25px !important;
  padding: 0 20px;
}

@media (min-width: 768px) {
  /* line 3378, app/assets/stylesheets/layout/_product.scss */
  .article-content-side-nav {
    display: block;
  }
}

@media (min-width: 960px) {
  /* line 3378, app/assets/stylesheets/layout/_product.scss */
  .article-content-side-nav {
    padding: 0;
  }
}

/* line 3391, app/assets/stylesheets/layout/_product.scss */
.article-content-side-nav p {
  opacity: 0.9;
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* line 3400, app/assets/stylesheets/layout/_product.scss */
.article-content-side-nav p a {
  font-weight: 500 !important;
}

/* line 3405, app/assets/stylesheets/layout/_product.scss */
.article-content-side-nav h3 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}

/* line 3415, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-header, .filter-collapsable-header-inner {
  cursor: pointer;
  justify-content: space-between;
}

/* line 3420, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-header .plus, .filter-collapsable-header .minus, .filter-collapsable-header-inner .plus, .filter-collapsable-header-inner .minus {
  margin: 0;
  width: 10px;
}

/* line 3425, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 3437, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 3450, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-content {
  padding: 15px 0 10px;
}

/* line 3454, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-content, .filter-collapsable-content-inner {
  display: none;
}

/* line 3457, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-content ul, .filter-collapsable-content-inner ul {
  padding-bottom: 10px;
}

/* line 3460, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-content ul li, .filter-collapsable-content-inner ul li {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  padding: 4px 10px 5px;
  width: 100%;
}

/* line 3478, app/assets/stylesheets/layout/_product.scss */
.filter-collapsable-content .selected, .filter-collapsable-content-inner .selected {
  border: 1px solid #009A4F;
}

/* line 3483, app/assets/stylesheets/layout/_product.scss */
.mobile-filters-header {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

@media (min-width: 1160px) {
  /* line 3483, app/assets/stylesheets/layout/_product.scss */
  .mobile-filters-header {
    display: none;
  }
}

/* line 3493, app/assets/stylesheets/layout/_product.scss */
.checkbox-wrapper {
  margin: 0 0 12px;
}

/* line 3497, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper {
  display: flex;
  max-width: 732px;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 3497, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 960px) {
  /* line 3497, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper {
    padding: 0;
  }
}

/* line 3511, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper .product-score {
  margin-bottom: 20px;
  max-width: 100%;
  /* was 70px */
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3511, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper .product-score {
    max-width: 106px;
  }
}

@media (min-width: 1100px) {
  /* line 3511, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper .product-score {
    margin-bottom: 0;
  }
}

/* line 3524, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper .product-score.kit {
  text-align: left;
}

/* line 3528, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper .product-score p {
  font-family: "niveau-grotesk", sans-serif;
}

/* line 3532, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 3532, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper .product-score .data-level,
.product-score-name-wrapper .product-score .availability {
    font-size: 14px;
  }
}

/* line 3544, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper .product-score-range {
  align-items: center;
  display: flex;
  font-size: 34px;
  justify-content: space-around;
  margin: 10px 0 18px;
}

/* line 3552, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper img.range-product-score {
  width: 28px;
}

@media (min-width: 600px) {
  /* line 3552, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper img.range-product-score {
    width: 38px;
  }
}

/* line 3560, app/assets/stylesheets/layout/_product.scss */
.product-score-name-wrapper .verified,
.product-score-name-wrapper .squircle {
  margin-bottom: 8px;
  width: 100%;
}

/* line 3566, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 3566, app/assets/stylesheets/layout/_product.scss */
  .product-score-name-wrapper .product-name {
    font-size: 38px;
  }
}

/* line 3580, app/assets/stylesheets/layout/_product.scss */
.product-info-wrapper {
  margin: 0 20px !important;
}

@media (min-width: 960px) {
  /* line 3580, app/assets/stylesheets/layout/_product.scss */
  .product-info-wrapper {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  /* line 3580, app/assets/stylesheets/layout/_product.scss */
  .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) {
  /* line 3580, app/assets/stylesheets/layout/_product.scss */
  .product-info-wrapper {
    grid-template-columns: 730px 340px;
  }
}

/* line 3600, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 3600, app/assets/stylesheets/layout/_product.scss */
  .product-wrapper {
    display: flex;
    margin: 0 auto 30px;
    max-width: 800px;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  /* line 3600, app/assets/stylesheets/layout/_product.scss */
  .product-wrapper {
    align-self: flex-start;
    display: block;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0 auto 100px;
  }
}

/* line 3624, app/assets/stylesheets/layout/_product.scss */
.product-wrapper hr {
  border: 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  height: 0;
}

/* line 3630, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 3653, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .btn:hover {
  color: #2b2b2b !important;
  background-color: transparent;
}

/* line 3659, app/assets/stylesheets/layout/_product.scss */
.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) {
  /* line 3668, app/assets/stylesheets/layout/_product.scss */
  .product-wrapper .product-upper {
    flex-basis: 276px;
    margin-right: 66px;
  }
}

@media (min-width: 1100px) {
  /* line 3668, app/assets/stylesheets/layout/_product.scss */
  .product-wrapper .product-upper {
    flex-basis: initial;
    margin-right: 0;
  }
}

/* line 3679, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 3688, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-upper .source a {
  color: rgba(43, 43, 43, 0.7);
  font-size: 14px;
  text-decoration: underline;
}

/* line 3695, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-upper #productimg {
  margin: 0px 0 0 0;
  background-color: #FFFFFF;
  text-align: center;
}

/* line 3700, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-upper #productimg img {
  max-width: 300px;
  max-height: 350px;
}

@media (min-width: 1100px) {
  /* line 3707, app/assets/stylesheets/layout/_product.scss */
  .product-wrapper .product-upper .product-image img {
    width: 100%;
    height: auto;
  }
}

/* line 3716, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-lower {
  line-height: 120%;
}

/* line 3719, app/assets/stylesheets/layout/_product.scss */
.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;
}

/* line 3729, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-lower a {
  text-decoration-line: underline;
}

/* line 3735, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-lower 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;
}

/* line 3753, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-lower ul li a:hover {
  color: #2b2b2b !important;
  background-color: transparent;
}

/* line 3761, app/assets/stylesheets/layout/_product.scss */
.product-wrapper .product-lower .lower-content-container {
  height: 200px;
  overflow-y: scroll;
}

/* line 3768, app/assets/stylesheets/layout/_product.scss */
.understanding-scores {
  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) {
  /* line 3768, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores {
    padding: 0 20px 138px;
  }
}

/* line 3776, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .intro-wrapper {
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 1100px) {
  /* line 3776, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .intro-wrapper {
    margin-bottom: 65px;
  }
}

/* line 3785, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .intro-wrapper h2 {
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  margin-bottom: 20px;
}

/* line 3797, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .intro-text {
  max-width: 650px;
  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 */
  margin-bottom: 20px;
}

@media (min-width: 1290px) {
  /* line 3810, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .score-availability-wrapper {
    display: flex;
  }
}

/* line 3816, app/assets/stylesheets/layout/_product.scss */
.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: 1100px) {
  /* line 3816, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score,
.understanding-scores .data-availability,
.understanding-scores .verification-process {
    display: flex;
    flex-direction: column;
    height: 428px;
    justify-content: space-between;
  }
}

/* line 3832, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score h3,
.understanding-scores .data-availability h3,
.understanding-scores .verification-process h3 {
  margin-bottom: 7px;
  color: #2b2b2b;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.16px;
}

@media (min-width: 768px) {
  /* line 3832, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score h3,
.understanding-scores .data-availability h3,
.understanding-scores .verification-process h3 {
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  /* line 3832, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score h3,
.understanding-scores .data-availability h3,
.understanding-scores .verification-process h3 {
    font-size: 28px;
  }
}

/* line 3853, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score p,
.understanding-scores .data-availability p,
.understanding-scores .verification-process p {
  color: #2b2b2b;
  font-family: "freight-text-pro", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 23.8px */
  opacity: 0.9;
}

/* line 3863, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score .title,
.understanding-scores .data-availability .title,
.understanding-scores .verification-process .title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}

@media (min-width: 1100px) {
  /* line 3871, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score.verified-product,
.understanding-scores .verification-process {
    height: 448px;
  }
}

/* line 3878, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score {
  margin-bottom: 24px;
}

/* line 3881, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score .score-legend {
  display: block;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 3881, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score .score-legend {
    margin-top: auto;
    margin-bottom: 24px;
  }
}

/* line 3894, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score-upper,
.understanding-scores .data-availability-upper,
.understanding-scores .verification-process-upper {
  padding: 25px 22px;
}

@media (min-width: 1100px) {
  /* line 3894, app/assets/stylesheets/layout/_product.scss */
  .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;
  }
}

/* line 3908, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-upper h3 {
  margin-bottom: 24px;
}

/* line 3912, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-upper .inner-flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 600px) {
  /* line 3912, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .verification-process-upper .inner-flex {
    padding-left: 42px;
  }
}

/* line 3920, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-upper .inner-flex p {
  max-width: 338px;
  text-align: left;
}

/* line 3926, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-upper .logo-text-wrapper {
  margin-right: 20px;
}

/* line 3930, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-upper .verified {
  margin-bottom: 14px;
  width: 100px;
}

/* line 3935, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-upper .verified-title {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 1100px) {
  /* line 3941, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .data-availability-graph {
    margin-top: auto;
    margin-bottom: 30px;
  }
}

/* line 3948, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .scale {
  font-size: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* line 3954, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .gradient {
  height: 4px;
  background: linear-gradient(270deg, #00418E 0%, #D1E4FB 100%);
  margin-bottom: 8px;
}

/* line 3960, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .availability {
  font-size: 12px;
  justify-content: space-between;
}

/* line 3964, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .availability .low, .understanding-scores .availability .mod, .understanding-scores .availability .high {
  width: 70px;
}

/* line 3968, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .availability .mod {
  text-align: center;
}

/* line 3972, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .availability .high {
  text-align: right;
}

/* line 3977, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .hazard-score-footer,
.understanding-scores .data-availability-footer,
.understanding-scores .verification-process-footer {
  background-color: #f8f8f8;
  padding: 18px 22px;
}

@media (min-width: 1100px) {
  /* line 3977, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score-footer,
.understanding-scores .data-availability-footer,
.understanding-scores .verification-process-footer {
    height: 144px;
  }
}

@media (min-width: 1100px) {
  /* line 3988, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .hazard-score-footer.verified-product,
.understanding-scores .verification-process-footer {
    height: 174px;
  }
}

@media (min-width: 768px) {
  /* line 3995, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .data-availability-footer {
    display: flex;
  }
}

/* line 4000, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .data-availability-footer .text-wrapper {
  margin-bottom: 14px;
}

/* line 4006, app/assets/stylesheets/layout/_product.scss */
.understanding-scores .verification-process-footer a {
  text-decoration: underline;
}

/* line 4010, app/assets/stylesheets/layout/_product.scss */
.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: 960px) {
  /* line 4010, app/assets/stylesheets/layout/_product.scss */
  .understanding-scores .verification-process-footer ul {
    font-size: 18px;
  }
}

/* line 4027, app/assets/stylesheets/layout/_product.scss */
#app-footer {
  z-index: 99;
}

@media (min-width: 768px) {
  /* line 4029, app/assets/stylesheets/layout/_product.scss */
  #app-footer .center-col-wrapper {
    padding: 0 100px;
  }
}

/* line 4031, app/assets/stylesheets/layout/_product.scss */
#app-footer a {
  color: #f15a29;
  text-decoration: none;
}

/* line 4032, app/assets/stylesheets/layout/_product.scss */
#app-footer ol {
  list-style-type: decimal;
  margin-left: 20px;
}

/* line 4033, app/assets/stylesheets/layout/_product.scss */
#app-footer ol li {
  margin-bottom: 26px;
}

/* line 4034, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents {
  border-bottom: 1px solid #414042;
  border-top: 1px solid #414042;
  font-family: Open Sans,sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  /* line 4035, app/assets/stylesheets/layout/_product.scss */
  #app-footer .contents {
    font-size: 20px;
  }
}

/* line 4037, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents a {
  color: #414042;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 4038, app/assets/stylesheets/layout/_product.scss */
  #app-footer .contents a {
    line-height: 1;
  }
}

/* line 4040, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents a:hover {
  color: #009a4f;
}

/* line 4041, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents li {
  letter-spacing: .085em;
  margin-bottom: 12px;
}

/* line 4042, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents li:hover {
  color: #009a4f;
}

/* line 4043, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents li:last-child {
  margin-bottom: 0;
}

/* line 4044, app/assets/stylesheets/layout/_product.scss */
#app-footer .contents li:before {
  content: ">";
  margin-right: 16px;
}

/* line 4045, app/assets/stylesheets/layout/_product.scss */
#app-footer .carousel {
  margin: 50px -20px;
}

@media (min-width: 768px) {
  /* line 4046, app/assets/stylesheets/layout/_product.scss */
  #app-footer .carousel {
    margin: 50px -100px 70px;
  }
}

/* line 4048, app/assets/stylesheets/layout/_product.scss */
#app-footer .carousel img {
  width: 100%;
}

/* line 4049, app/assets/stylesheets/layout/_product.scss */
#app-footer .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}

/* line 4050, app/assets/stylesheets/layout/_product.scss */
#app-footer .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 94%;
}

/* line 4051, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-with-pullquote {
  position: relative;
}

/* line 4052, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-with-pullquote .pullquote-bg {
  background-color: rgba(241, 90, 41, 0.78);
  bottom: -90px;
  color: #fff;
  left: 20px;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  right: 20px;
}

@media (min-width: 600px) {
  /* line 4053, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-with-pullquote .pullquote-bg {
    background-color: rgba(241, 90, 41, 0.78);
    bottom: 30px;
    color: #fff;
    left: 30px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: auto;
    width: 308px;
  }
}

/* line 4055, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-with-pullquote .quote {
  font-family: DroidSerif-Italic,serif;
  font-size: 19px;
  margin-bottom: 0;
  letter-spacing: .025em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 4056, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-with-pullquote .quote {
    font-size: 28px;
  }
}

/* line 4058, app/assets/stylesheets/layout/_product.scss */
#app-footer .byline a {
  color: #414042;
  text-decoration: none;
}

/* line 4059, app/assets/stylesheets/layout/_product.scss */
#app-footer .byline a:hover {
  text-decoration: underline;
}

/* line 4060, app/assets/stylesheets/layout/_product.scss */
#app-footer .attribution {
  margin-bottom: 0;
}

/* line 4061, app/assets/stylesheets/layout/_product.scss */
#app-footer .video-wrapper {
  margin: 30px 0;
}

/* line 4062, app/assets/stylesheets/layout/_product.scss */
#app-footer .video-wrapper iframe {
  width: 100%;
}

/* line 4063, app/assets/stylesheets/layout/_product.scss */
#app-footer .social-share {
  justify-content: space-around;
  margin: 0 -20px 50px;
  max-width: 500px;
}

@media (min-width: 480px) {
  /* line 4064, app/assets/stylesheets/layout/_product.scss */
  #app-footer .social-share {
    margin: 0 auto 50px;
  }
}

@media (min-width: 768px) {
  /* line 4066, app/assets/stylesheets/layout/_product.scss */
  #app-footer .social-share {
    max-width: 590px;
    justify-content: space-between;
  }
}

/* line 4068, app/assets/stylesheets/layout/_product.scss */
#app-footer .social-share a {
  color: #fff;
}

/* line 4069, app/assets/stylesheets/layout/_product.scss */
#app-footer .methodology {
  margin-bottom: 60px;
}

/* line 4070, app/assets/stylesheets/layout/_product.scss */
#app-footer .methodology p {
  font-size: 17px;
}

/* line 4071, app/assets/stylesheets/layout/_product.scss */
#app-footer .methodology .collapsable-header {
  background-color: #fbb040;
}

/* line 4072, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-flex-wrapper {
  max-width: 960px;
  margin: 0 -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 4073, app/assets/stylesheets/layout/_product.scss */
  #app-footer .article-flex-wrapper {
    margin: 0 auto;
  }
}

/* line 4075, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-flex-wrapper .cd-popup-trigger {
  position: relative;
}

/* line 4076, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-flex-wrapper .use-our-app {
  width: 49%;
}

/* line 4077, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-flex-wrapper .use-our-app img {
  width: 100%;
}

/* line 4078, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-flex-wrapper .use-our-app-btn {
  width: 142px;
  height: 40px;
  bottom: 25px;
  font-size: 16px;
}

@media (min-width: 480px) {
  /* line 4079, app/assets/stylesheets/layout/_product.scss */
  #app-footer .article-flex-wrapper .use-our-app-btn {
    width: 212px;
    height: 50px;
    bottom: 25px;
    font-size: 24px;
  }
}

/* line 4081, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile {
  width: 49%;
  font-family: Open Sans,sans-serif;
  font-size: 15px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 4082, app/assets/stylesheets/layout/_product.scss */
  #app-footer .article-tile {
    width: 32%;
  }
}

/* line 4084, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile:hover .article-title {
  color: #4bacb2;
}

/* line 4085, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile p {
  font-size: 15px;
}

/* line 4086, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile img {
  width: 100%;
}

/* line 4087, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile .article-title-date {
  padding: 10px;
}

/* line 4088, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile .article-title {
  color: #808285;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

/* line 4089, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile .tip-sheet-title:hover {
  color: #808285;
}

/* line 4090, app/assets/stylesheets/layout/_product.scss */
#app-footer .article-tile .article-date {
  color: #38759b;
  font-weight: 600;
}

/* line 4091, app/assets/stylesheets/layout/_product.scss */
#app-footer .search-icon {
  width: 24px;
}

/* line 4092, app/assets/stylesheets/layout/_product.scss */
#app-footer .cyanotoxin-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

/* line 4093, app/assets/stylesheets/layout/_product.scss */
#app-footer .inner-cyano-wrapper-bottom, #app-footer .inner-cyano-wrapper-top {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 4094, app/assets/stylesheets/layout/_product.scss */
#app-footer .inner-cyano-wrapper-bottom img, #app-footer .inner-cyano-wrapper-top img {
  width: 49%;
}

@media (min-width: 768px) {
  /* line 4095, app/assets/stylesheets/layout/_product.scss */
  #app-footer .inner-cyano-wrapper-bottom img, #app-footer .inner-cyano-wrapper-top img {
    width: 24%;
  }
}

/* line 4097, app/assets/stylesheets/layout/_product.scss */
#app-footer .inner-cyano-wrapper-top {
  align-items: flex-start;
  justify-content: space-around;
}

/* line 4098, app/assets/stylesheets/layout/_product.scss */
#app-footer .inner-cyano-wrapper-bottom {
  align-items: flex-end;
  justify-content: center;
}

/* line 4099, app/assets/stylesheets/layout/_product.scss */
#app-footer .references {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* line 4100, app/assets/stylesheets/layout/_product.scss */
#app-footer .stat1 {
  color: #416681;
}

/* line 4101, app/assets/stylesheets/layout/_product.scss */
#app-footer .stat2 {
  color: #d26641;
}

/* line 4102, app/assets/stylesheets/layout/_product.scss */
#app-footer .download-app {
  background-color: #000;
  bottom: 0px;
  color: #fff;
  position: fixed;
  width: 100%;
}

@media (min-width: 980px) {
  /* line 4103, app/assets/stylesheets/layout/_product.scss */
  #app-footer .download-app {
    bottom: 0;
  }
}

/* line 4105, app/assets/stylesheets/layout/_product.scss */
#app-footer .download-app h4 {
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 4106, app/assets/stylesheets/layout/_product.scss */
#app-footer .android, #app-footer .ios {
  justify-content: center;
  padding: 14px 0;
  width: 50%;
}

/* line 4107, app/assets/stylesheets/layout/_product.scss */
#app-footer .android img, #app-footer .ios img {
  height: 40px;
}

@media (min-width: 980px) {
  /* line 4108, app/assets/stylesheets/layout/_product.scss */
  #app-footer .android img, #app-footer .ios img {
    height: 60px;
  }
}

/* line 4110, app/assets/stylesheets/layout/_product.scss */
#app-footer .ios {
  background-color: #e84019;
}

/* line 4111, app/assets/stylesheets/layout/_product.scss */
#app-footer .android {
  background-color: #00aeef;
}

/* line 4112, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg-logo {
  display: block;
  margin: 40px auto 20px;
  width: 80px;
}

/* line 4113, app/assets/stylesheets/layout/_product.scss */
#app-footer .three-steps {
  margin: 0 0 30px;
}

/* line 4114, app/assets/stylesheets/layout/_product.scss */
#app-footer .member-quote-img {
  max-width: 280px;
  width: 100%;
}

/* line 4115, app/assets/stylesheets/layout/_product.scss */
#app-footer h1 {
  color: #009a4f;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1.2;
  margin-bottom: 60px;
}

@media (min-width: 600px) {
  /* line 4116, app/assets/stylesheets/layout/_product.scss */
  #app-footer h1 {
    font-size: 65px;
  }
}

/* line 4118, app/assets/stylesheets/layout/_product.scss */
#app-footer h2 {
  color: #fff;
  background-color: #58595b;
  display: inline-block;
  letter-spacing: .05em;
  line-height: 1.3;
  margin: 0 auto 22px;
  padding: 6px 14px;
}

/* line 4119, app/assets/stylesheets/layout/_product.scss */
#app-footer h2, #app-footer h3 {
  font-size: 25px;
  font-weight: 600;
}

/* line 4120, app/assets/stylesheets/layout/_product.scss */
#app-footer h3 {
  letter-spacing: .08em;
  line-height: 1.2;
  margin: 0 auto 30px;
  max-width: 800px;
}

/* line 4121, app/assets/stylesheets/layout/_product.scss */
#app-footer h3.subtitle {
  margin-bottom: 44px;
}

/* line 4122, app/assets/stylesheets/layout/_product.scss */
#app-footer h4 {
  color: #fff;
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
}

@media (min-width: 600px) {
  /* line 4123, app/assets/stylesheets/layout/_product.scss */
  #app-footer h4 {
    font-size: 22px;
  }
}

/* line 4125, app/assets/stylesheets/layout/_product.scss */
#app-footer h5 {
  color: #fff;
  font-family: Open Sans,sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 4126, app/assets/stylesheets/layout/_product.scss */
#app-footer h5, #app-footer p, #app-footer ul {
  letter-spacing: .045em;
}

/* line 4127, app/assets/stylesheets/layout/_product.scss */
#app-footer p, #app-footer ul {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* line 4128, app/assets/stylesheets/layout/_product.scss */
#app-footer ul {
  margin-bottom: 0;
}

/* line 4129, app/assets/stylesheets/layout/_product.scss */
#app-footer p + h2 {
  margin-top: 60px;
}

/* line 4130, app/assets/stylesheets/layout/_product.scss */
#app-footer .report-ul {
  margin: 0 24px;
  list-style: disc;
}

/* line 4131, app/assets/stylesheets/layout/_product.scss */
#app-footer .report-ul li {
  margin-bottom: 26px;
}

/* line 4132, app/assets/stylesheets/layout/_product.scss */
#app-footer .bold {
  font-weight: 600;
}

/* line 4133, app/assets/stylesheets/layout/_product.scss */
#app-footer .font-italic {
  font-style: italic;
}

/* line 4134, app/assets/stylesheets/layout/_product.scss */
#app-footer .inline-quote-lg {
  font-size: 32px;
  line-height: 1.2;
}

/* line 4135, app/assets/stylesheets/layout/_product.scss */
#app-footer .large-font {
  font-size: 52px;
}

/* line 4136, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote, #app-footer .pullquote-with-img, #app-footer .pullquote-with-img-reverse {
  margin: 0 auto 30px;
}

/* line 4137, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-with-img-reverse .quote, #app-footer .pullquote-with-img .quote, #app-footer .pullquote .quote {
  font-family: DroidSerif-BoldItalic,serif;
  font-size: 25px;
  letter-spacing: .045em;
  line-height: 1.3;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  /* line 4138, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-with-img-reverse .quote, #app-footer .pullquote-with-img .quote, #app-footer .pullquote .quote {
    font-size: 30px;
  }
}

/* line 4140, app/assets/stylesheets/layout/_product.scss */
#app-footer .attribution {
  font-size: 18px;
  font-weight: 600;
}

/* line 4141, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-float-left, #app-footer .pullquote-float-right {
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  /* line 4142, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-float-left, #app-footer .pullquote-float-right {
    width: 250px;
  }
}

/* line 4144, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-float-left .quote, #app-footer .pullquote-float-right .quote {
  font-family: DroidSerif-Italic,serif;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: .025em;
  line-height: 1.2;
}

@media (min-width: 600px) {
  /* line 4145, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-float-left .quote, #app-footer .pullquote-float-right .quote {
    font-size: 28px;
  }
}

/* line 4147, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-float-left {
  margin: 0 20px 20px 0;
}

@media (min-width: 600px) {
  /* line 4148, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-float-left {
    float: left;
  }
}

/* line 4150, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-float-right {
  margin: 0 0 20px 20px;
}

@media (min-width: 600px) {
  /* line 4151, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-float-right {
    float: right;
  }
}

/* line 4153, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-with-img, #app-footer .pullquote-with-img-reverse {
  flex-direction: column;
  margin-bottom: 40px;
  width: auto;
}

@media (min-width: 600px) {
  /* line 4154, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-with-img, #app-footer .pullquote-with-img-reverse {
    flex-direction: row;
  }
}

/* line 4156, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-with-img-reverse img, #app-footer .pullquote-with-img img {
  margin-right: 0;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 4157, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-with-img-reverse img, #app-footer .pullquote-with-img img {
    margin-right: 20px;
    width: 240px;
  }
}

/* line 4159, app/assets/stylesheets/layout/_product.scss */
#app-footer .pullquote-with-img-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 600px) {
  /* line 4160, app/assets/stylesheets/layout/_product.scss */
  #app-footer .pullquote-with-img-reverse {
    flex-direction: row;
  }
}

/* line 4162, app/assets/stylesheets/layout/_product.scss */
#app-footer .references {
  font-size: 17px;
  letter-spacing: .045em;
  line-height: 1.3;
  margin-bottom: 50px;
}

/* line 4163, app/assets/stylesheets/layout/_product.scss */
#app-footer .references h2 {
  margin-bottom: 8px;
}

/* line 4164, app/assets/stylesheets/layout/_product.scss */
#app-footer .flex {
  display: flex;
}

/* line 4165, app/assets/stylesheets/layout/_product.scss */
#app-footer .flex-center {
  display: flex;
  align-items: center;
}

/* line 4166, app/assets/stylesheets/layout/_product.scss */
#app-footer .dn {
  display: none;
}

/* line 4167, app/assets/stylesheets/layout/_product.scss */
#app-footer .mr-auto {
  margin-right: auto;
}

/* line 4168, app/assets/stylesheets/layout/_product.scss */
#app-footer .show-sm {
  display: none;
}

@media (min-width: 600px) {
  /* line 4169, app/assets/stylesheets/layout/_product.scss */
  #app-footer .show-sm {
    display: block;
  }
}

/* line 4171, app/assets/stylesheets/layout/_product.scss */
#app-footer .show-xs-inline {
  display: none;
}

@media (min-width: 480px) {
  /* line 4172, app/assets/stylesheets/layout/_product.scss */
  #app-footer .show-xs-inline {
    display: inline-block;
  }
}

/* line 4174, app/assets/stylesheets/layout/_product.scss */
#app-footer .hide-xs-inline {
  display: inline-block;
}

@media (min-width: 480px) {
  /* line 4175, app/assets/stylesheets/layout/_product.scss */
  #app-footer .hide-xs-inline {
    display: none;
  }
}

/* line 4177, app/assets/stylesheets/layout/_product.scss */
#app-footer .show-sm-inline {
  display: none;
}

@media (min-width: 600px) {
  /* line 4178, app/assets/stylesheets/layout/_product.scss */
  #app-footer .show-sm-inline {
    display: inline-block;
  }
}

/* line 4180, app/assets/stylesheets/layout/_product.scss */
#app-footer .hide-sm {
  display: block;
}

@media (min-width: 600px) {
  /* line 4181, app/assets/stylesheets/layout/_product.scss */
  #app-footer .hide-sm {
    display: none;
  }
}

/* line 4183, app/assets/stylesheets/layout/_product.scss */
#app-footer .hide-sm-inline {
  display: inline-block;
}

@media (min-width: 600px) {
  /* line 4184, app/assets/stylesheets/layout/_product.scss */
  #app-footer .hide-sm-inline {
    display: none;
  }
}

/* line 4186, app/assets/stylesheets/layout/_product.scss */
#app-footer .show-md {
  display: none;
}

@media (min-width: 768px) {
  /* line 4187, app/assets/stylesheets/layout/_product.scss */
  #app-footer .show-md {
    display: block;
  }
}

/* line 4189, app/assets/stylesheets/layout/_product.scss */
#app-footer .hide-md {
  display: block;
}

@media (min-width: 768px) {
  /* line 4190, app/assets/stylesheets/layout/_product.scss */
  #app-footer .hide-md {
    display: none;
  }
}

/* line 4192, app/assets/stylesheets/layout/_product.scss */
#app-footer .show-md-flex {
  display: none;
}

@media (min-width: 768px) {
  /* line 4193, app/assets/stylesheets/layout/_product.scss */
  #app-footer .show-md-flex {
    display: flex;
  }
}

/* line 4195, app/assets/stylesheets/layout/_product.scss */
#app-footer .hide-md-flex {
  display: flex;
}

@media (min-width: 768px) {
  /* line 4196, app/assets/stylesheets/layout/_product.scss */
  #app-footer .hide-md-flex {
    display: none;
  }
}

/* line 4198, app/assets/stylesheets/layout/_product.scss */
#app-footer .full-width {
  margin: 0 -20px 30px;
}

@media (min-width: 768px) {
  /* line 4199, app/assets/stylesheets/layout/_product.scss */
  #app-footer .full-width {
    margin: 0 -100px 30px;
  }
}

/* line 4201, app/assets/stylesheets/layout/_product.scss */
#app-footer .full-width img {
  width: 100%;
}

/* line 4202, app/assets/stylesheets/layout/_product.scss */
#app-footer .full-width.img-with-pullquote {
  margin: 0 -20px 120px;
}

@media (min-width: 768px) {
  /* line 4203, app/assets/stylesheets/layout/_product.scss */
  #app-footer .full-width.img-with-pullquote {
    margin: 0 -100px 30px;
  }
}

/* line 4205, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-auto, #app-footer .img-wrapper img {
  display: block;
  margin: 0 auto;
}

/* line 4206, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-wrapper img {
  max-width: 100%;
}

/* line 4207, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-col-width {
  width: 100%;
  margin-bottom: 30px;
}

/* line 4208, app/assets/stylesheets/layout/_product.scss */
#app-footer .text-center {
  text-align: center;
}

/* line 4209, app/assets/stylesheets/layout/_product.scss */
#app-footer .text-float-left, #app-footer .text-float-right {
  display: block;
  float: none;
  margin: 0 auto 50px;
  max-width: 400px;
  text-align: center;
  width: auto;
}

@media (min-width: 600px) {
  /* line 4210, app/assets/stylesheets/layout/_product.scss */
  #app-footer .text-float-left, #app-footer .text-float-right {
    width: auto;
  }
}

/* line 4212, app/assets/stylesheets/layout/_product.scss */
#app-footer .text-float-left h2, #app-footer .text-float-right h2 {
  font-size: 66px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 4213, app/assets/stylesheets/layout/_product.scss */
#app-footer .text-float-left p, #app-footer .text-float-right p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 4214, app/assets/stylesheets/layout/_product.scss */
#app-footer .text-float-left .small, #app-footer .text-float-right .small {
  font-size: 16px;
}

@media (min-width: 600px) {
  /* line 4215, app/assets/stylesheets/layout/_product.scss */
  #app-footer .text-float-left {
    float: left;
    margin: 0 40px 20px 0;
  }
}

@media (min-width: 768px) {
  /* line 4217, app/assets/stylesheets/layout/_product.scss */
  #app-footer .text-float-left {
    float: left;
    margin: 0 40px 20px -90px;
  }
}

@media (min-width: 600px) {
  /* line 4219, app/assets/stylesheets/layout/_product.scss */
  #app-footer .text-float-right {
    float: right;
    margin: 0 0 20px 40px;
  }
}

@media (min-width: 768px) {
  /* line 4221, app/assets/stylesheets/layout/_product.scss */
  #app-footer .text-float-right {
    float: right;
    margin: 0 -90px 20px 40px;
  }
}

/* line 4223, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-float-left, #app-footer .img-float-right, #app-footer .img-float-right-lg {
  display: block;
  float: none;
  margin: 0 auto 50px;
  max-width: 100%;
  width: auto;
}

@media (min-width: 600px) {
  /* line 4224, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-float-left, #app-footer .img-float-right, #app-footer .img-float-right-lg {
    width: auto;
  }
}

@media (min-width: 600px) {
  /* line 4226, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-float-left {
    float: left;
    margin: 0 40px 0 0;
  }
}

@media (min-width: 768px) {
  /* line 4228, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-float-left {
    float: left;
    margin: 0 40px 0 -100px;
  }
}

@media (min-width: 600px) {
  /* line 4230, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-float-right {
    float: right;
    margin: 0 0 0 40px;
  }
}

@media (min-width: 768px) {
  /* line 4232, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-float-right, #app-footer .img-float-right-lg {
    float: right;
    margin: 0 -100px 0 40px;
  }
}

/* line 4234, app/assets/stylesheets/layout/_product.scss */
#app-footer .sup {
  position: relative;
  bottom: 1ex;
  font-size: 80%;
}

/* line 4235, app/assets/stylesheets/layout/_product.scss */
#app-footer .mb50 {
  margin-bottom: 50px;
}

/* line 4236, app/assets/stylesheets/layout/_product.scss */
#app-footer .overflow-s {
  overflow: auto;
}

/* line 4237, app/assets/stylesheets/layout/_product.scss */
#app-footer .blue {
  color: #27aae1;
}

/* line 4238, app/assets/stylesheets/layout/_product.scss */
#app-footer .green {
  color: #009a4f;
}

/* line 4239, app/assets/stylesheets/layout/_product.scss */
#app-footer .orange {
  color: #f15a29;
}

/* line 4240, app/assets/stylesheets/layout/_product.scss */
#app-footer header {
  font-family: Open Sans,sans-serif;
  margin-bottom: 30px;
  width: 100%;
  z-index: 2;
}

/* line 4241, app/assets/stylesheets/layout/_product.scss */
#app-footer header p {
  color: #fff;
  margin-left: 10px;
  letter-spacing: .07em;
}

/* line 4242, app/assets/stylesheets/layout/_product.scss */
#app-footer nav {
  width: 100%;
  z-index: 2;
}

/* line 4243, app/assets/stylesheets/layout/_product.scss */
#app-footer nav, #app-footer nav a {
  color: #fff;
}

/* line 4244, app/assets/stylesheets/layout/_product.scss */
#app-footer nav a {
  text-decoration: none;
}

/* line 4245, app/assets/stylesheets/layout/_product.scss */
#app-footer nav a:hover {
  text-decoration: underline;
}

/* line 4246, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav {
  display: none;
  background-color: #221f20;
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav > ul {
  margin-top: 20px;
}

/* line 4248, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-header {
  border: 1px solid #fff;
  background-color: #000;
  height: auto;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

/* line 4249, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-header h2 {
  font-size: 20px;
}

/* line 4250, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-block:nth-child(2n) .collapsable-header {
  background-color: #000;
}

/* line 4251, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-block-content .column-left {
  float: left;
  width: 50%;
}

/* line 4252, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-block-content .column-right {
  float: right;
  width: 50%;
}

/* line 4253, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-block-content li {
  margin-bottom: 12px;
}

/* line 4254, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav .collapsable-block-content li:last-of-type {
  margin-bottom: 40px;
}

/* line 4255, app/assets/stylesheets/layout/_product.scss */
#app-footer .mobile-nav #verified-mobile-nav {
  background-color: #43964d;
  border: none;
}

/* line 4256, app/assets/stylesheets/layout/_product.scss */
#app-footer #mobile-nav-toggle {
  cursor: pointer;
}

/* line 4257, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 70px;
}

/* line 4258, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav p {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  cursor: pointer;
}

/* line 4259, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav p:hover {
  text-decoration: underline;
}

/* line 4260, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav .desktop-nav-upper-ul {
  justify-content: space-between;
}

/* line 4261, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav .desktop-nav-upper-ul li {
  position: relative;
  letter-spacing: .05em;
}

/* line 4262, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav .desktop-nav-upper-ul > li:last-of-type {
  background-color: #43964d;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 4263, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav .desktop-nav-upper-ul > li:last-of-type p {
  padding: 2px 0;
}

/* line 4264, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav .desktop-nav-upper-ul > li:last-of-type a {
  color: #fff;
}

/* line 4265, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav #desktop-nav-men {
  right: -60px;
}

/* line 4266, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav li.list-header {
  font-weight: 400;
  letter-spacing: .05em;
}

/* line 4267, app/assets/stylesheets/layout/_product.scss */
#app-footer .desktop-nav li.list-header, #app-footer li.list-header {
  text-decoration: underline;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 4268, app/assets/stylesheets/layout/_product.scss */
#app-footer li.list-header {
  font-weight: 600;
}

/* line 4269, app/assets/stylesheets/layout/_product.scss */
#app-footer .dropdown-menu {
  display: none;
  background-color: #221f20;
  padding: 10px;
  position: absolute;
  z-index: 1;
}

/* line 4270, app/assets/stylesheets/layout/_product.scss */
#app-footer .dropdown-menu ul {
  width: 190px;
  padding: 0 10px;
}

/* line 4271, app/assets/stylesheets/layout/_product.scss */
#app-footer .dropdown-menu li {
  margin-bottom: 17px;
  font-weight: 300;
}

/* line 4272, app/assets/stylesheets/layout/_product.scss */
#app-footer .dropdown-menu li:last-of-type {
  margin-bottom: 40px;
}

/* line 4273, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-logo-img {
  margin-right: 8px;
  width: 31px;
}

/* line 4274, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main {
  background-color: #231f20;
  color: #fff;
  height: 50px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 4275, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 4276, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main a {
  color: #fff;
  height: 50px;
}

/* line 4277, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-mobile-title {
  font-size: 18px;
  left: 0;
  letter-spacing: .1em;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
}

/* line 4278, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-left {
  margin-left: 0;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 4279, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-left {
    width: auto;
  }
}

@media (min-width: 992px) {
  /* line 4281, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-left {
    margin-left: 60px;
  }
}

/* line 4283, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-left > ul {
  height: 50px;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 4284, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-left > ul li {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  letter-spacing: .13em;
  padding: 0 16px;
}

@media (min-width: 768px) {
  /* line 4285, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-left > ul li {
    padding: 0 18px;
  }
}

/* line 4287, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-left > ul li:last-child {
  padding: 0 24px 0 18px;
}

@media (min-width: 768px) {
  /* line 4288, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-left > ul li:last-child {
    padding: 0 9px;
  }
}

@media (min-width: 992px) {
  /* line 4290, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-left > ul li:last-child {
    padding: 0 18px;
  }
}

/* line 4292, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul, #app-footer .header-main .header-main-right ul li {
  height: 50px;
  display: flex;
  align-items: center;
}

/* line 4293, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul li {
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  letter-spacing: .13em;
}

/* line 4294, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul li.header-social {
  padding: 0 5px;
}

/* line 4295, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul li.header-social .fa-2x {
  font-size: 1.56em;
}

/* line 4296, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul li.header-social:last-of-type {
  margin-right: 6px;
}

/* line 4297, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul li.header-main-donate, #app-footer .header-main .header-main-right ul li.header-main-signup {
  padding: 0;
}

/* line 4298, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-right ul a {
  display: flex;
  align-items: center;
}

/* line 4299, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .hamburger {
  width: 28px;
}

/* line 4300, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-donate {
  background-color: #ff4e00;
  margin-left: 16px;
}

@media (min-width: 992px) {
  /* line 4301, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-donate {
    margin-left: 20px;
  }
}

/* line 4303, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-donate a {
  padding: 0 30px;
}

/* line 4304, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-signup {
  background-color: #ff9e1f;
}

/* line 4305, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-signup a {
  padding: 0 18px;
}

@media (min-width: 768px) {
  /* line 4306, app/assets/stylesheets/layout/_product.scss */
  #app-footer .header-main .header-main-signup a {
    padding: 0 30px;
  }
}

/* line 4308, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-menu {
  margin-left: 30px;
  color: #fff;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

/* line 4309, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-menu i {
  margin-right: 20px;
}

/* line 4310, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-logo {
  margin-right: 30px;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #fff;
}

/* line 4311, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-logo a {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

/* line 4312, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all .15s ease-in-out;
}

/* line 4313, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-donate:hover {
  background-color: #ff4e00;
  text-decoration: underline;
}

/* line 4314, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-main .header-main-signup:hover {
  background-color: #ff9e1f;
  text-decoration: underline;
}

/* line 4315, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub {
  height: 100px;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 4316, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub h1 {
  font-size: 24px;
  letter-spacing: .05em;
}

/* line 4317, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub p {
  color: #000;
  margin-left: 16px;
  margin-right: 18px;
}

/* line 4318, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-left, #app-footer .header-sub .header-sub-right-mobile {
  align-items: center;
}

/* line 4319, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-right {
  margin-top: 30px;
  align-self: flex-start;
}

/* line 4320, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-right .links {
  font-size: 13px;
  font-weight: 300;
  margin-right: 0;
  margin-bottom: 24px;
}

/* line 4321, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-right .links a {
  color: #939598;
}

/* line 4322, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-right .links a:hover {
  text-decoration: underline;
}

/* line 4323, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-right .searches {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-right: 0;
}

/* line 4324, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-sub-right .searches span {
  background-color: #eeebef;
}

/* line 4325, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-logo {
  width: 44px;
  margin-left: 18px;
  margin-right: 18px;
}

/* line 4326, app/assets/stylesheets/layout/_product.scss */
#app-footer .header-sub .header-menu {
  width: 28px;
}

/* line 4327, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides {
  position: relative;
  z-index: 3;
}

/* line 4328, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides svg {
  fill: #fff;
  margin-left: 6px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

/* line 4329, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides.active svg {
  -webkit-transform: rotateX(180deg) translateY(-50%);
  transform: rotateX(180deg) translateY(-50%);
}

/* line 4330, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu {
  display: none;
  position: absolute;
  background-color: #231f20;
  left: auto;
  padding: 10px 0 0;
  right: 0;
  text-align: left;
  top: 50px;
  width: 300px;
}

@media (min-width: 768px) {
  /* line 4331, app/assets/stylesheets/layout/_product.scss */
  #app-footer #other-guides-sub-menu {
    left: 0;
    padding: 10px 0;
    right: auto;
  }
}

/* line 4333, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu li {
  align-items: center;
  font-size: 16px;
  letter-spacing: .07em;
  line-height: 1.3;
  margin-bottom: 4px;
}

/* line 4334, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu li a {
  height: auto;
}

/* line 4335, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 4336, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu > li:first-child {
  font-size: 22px;
}

/* line 4337, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu > li:last-child {
  margin-bottom: 0;
  padding: 0;
}

/* line 4338, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .social-ul-wrapper:hover {
  background-color: #231f20;
}

/* line 4339, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .social-ul {
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  width: 100%;
}

/* line 4340, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .social-ul li {
  padding: 0 6px;
}

/* line 4341, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .header-social img {
  height: 28px;
  width: 28px;
}

/* line 4342, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .other-guides-donate-signup {
  width: 100%;
}

/* line 4343, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .other-guides-donate-signup li {
  margin-bottom: 0;
}

/* line 4344, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .header-main-donate {
  margin-left: 0;
  width: 50%;
  justify-content: center;
}

/* line 4345, app/assets/stylesheets/layout/_product.scss */
#app-footer #other-guides-sub-menu .header-main-signup {
  width: 50%;
  justify-content: center;
}

/* line 4346, app/assets/stylesheets/layout/_product.scss */
#app-footer .fixed-margin-buffer {
  height: 120px;
}

/* line 4347, app/assets/stylesheets/layout/_product.scss */
#app-footer .hero-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* line 4348, app/assets/stylesheets/layout/_product.scss */
#app-footer .search-form-container {
  display: none;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

@media (min-width: 768px) {
  /* line 4349, app/assets/stylesheets/layout/_product.scss */
  #app-footer .search-form-container {
    display: block;
    top: 80px;
    right: 30px;
  }
}

/* line 4351, app/assets/stylesheets/layout/_product.scss */
#app-footer .search-form-container .search-form {
  border: 1px solid #000;
  border-top: none;
}

@media (min-width: 768px) {
  /* line 4352, app/assets/stylesheets/layout/_product.scss */
  #app-footer .search-form-container .search-form {
    border-top: 1px solid #000;
  }
}

/* line 4354, app/assets/stylesheets/layout/_product.scss */
#app-footer .search-form-container .search-input {
  border-radius: 0;
  font-size: 20px;
  text-indent: 6px;
  margin: 0;
  padding: 4px 0;
}

/* line 4355, app/assets/stylesheets/layout/_product.scss */
#app-footer .search-form-container .search-submit {
  background-color: #fff;
  border: none;
  border-left: 1px solid #000;
  font-size: 22px;
  margin: 0;
  margin-left: -4px;
  padding: 4px 4px 5px;
}

/* line 4356, app/assets/stylesheets/layout/_product.scss */
#app-footer .hero-video-wrapper {
  max-height: 400px;
  overflow: hidden;
}

/* line 4357, app/assets/stylesheets/layout/_product.scss */
#app-footer .hero-video {
  width: 100%;
}

/* line 4358, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-wrapper {
  display: none;
  float: right;
  margin: 0 -90px 0 20px;
  width: 130px;
}

@media (min-width: 768px) {
  /* line 4359, app/assets/stylesheets/layout/_product.scss */
  #app-footer .sidebar-wrapper {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 4361, app/assets/stylesheets/layout/_product.scss */
  #app-footer .sidebar-wrapper {
    display: block;
    margin: 0 -100px 0 20px;
  }
}

/* line 4363, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-wrapper h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 4364, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile {
  width: 100%;
  font-family: Open Sans,sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}

/* line 4365, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile:hover .article-title {
  color: #4bacb2;
}

/* line 4366, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile p {
  font-size: 15px;
}

/* line 4367, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile img {
  width: 100%;
}

/* line 4368, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile .article-title-date {
  padding: 8px 0;
}

/* line 4369, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile .article-title {
  color: #808285;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

/* line 4370, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile .tip-sheet-title:hover {
  color: #808285;
}

/* line 4371, app/assets/stylesheets/layout/_product.scss */
#app-footer .sidebar-tile .article-date {
  color: #38759b;
  font-weight: 600;
}

/* line 4372, app/assets/stylesheets/layout/_product.scss */
#app-footer footer {
  width: 100%;
  background-size: cover;
  font-family: Lato,sans-serif;
}

/* line 4373, app/assets/stylesheets/layout/_product.scss */
#app-footer footer a:link {
  color: #fff;
  text-decoration: none;
}

/* line 4374, app/assets/stylesheets/layout/_product.scss */
#app-footer footer a:visited {
  color: #fff;
}

/* line 4375, app/assets/stylesheets/layout/_product.scss */
#app-footer footer ul {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

/* line 4376, app/assets/stylesheets/layout/_product.scss */
#app-footer .footer-mobile {
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-align: center;
}

/* line 4377, app/assets/stylesheets/layout/_product.scss */
#app-footer .footer-mobile p {
  font-size: 12px;
}

/* line 4378, app/assets/stylesheets/layout/_product.scss */
#app-footer .footer-mobile-links {
  width: 84%;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: .15em;
}

/* line 4379, app/assets/stylesheets/layout/_product.scss */
#app-footer .footer-mobile-copyright {
  font-weight: 100;
  width: 84%;
  letter-spacing: .11em;
}

/* line 4380, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact-social {
  background-color: #231f20;
  height: 480px;
  color: #fff;
}

@media (min-width: 600px) {
  /* line 4381, app/assets/stylesheets/layout/_product.scss */
  #app-footer .contact-social {
    height: 580px;
  }
}

/* line 4383, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact {
  width: 70%;
  height: 360px;
  float: left;
}

/* line 4384, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact ul {
  font-weight: 300;
  line-height: 1;
  list-style: none;
  padding-left: 40px;
  padding-bottom: 35px;
}

/* line 4385, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact li {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 90%;
}

/* line 4386, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact span {
  font-weight: 400;
}

/* line 4387, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact p {
  padding-left: 40px;
  font-size: .7em;
  color: #fff;
  margin-left: 0;
  font-weight: 300;
}

/* line 4388, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact a:link, #app-footer .contact a:visited {
  color: #fff;
}

/* line 4389, app/assets/stylesheets/layout/_product.scss */
#app-footer .contact-logo {
  width: 280px;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 50px;
}

/* line 4390, app/assets/stylesheets/layout/_product.scss */
#app-footer .footer-ewg-logo {
  width: 200px;
  margin-top: 24px;
  margin-bottom: 30px;
}

/* line 4391, app/assets/stylesheets/layout/_product.scss */
#app-footer .social {
  width: 30%;
  height: 360px;
  float: left;
}

/* line 4392, app/assets/stylesheets/layout/_product.scss */
#app-footer .social span {
  display: block;
  margin: 30px 0;
}

/* line 4393, app/assets/stylesheets/layout/_product.scss */
#app-footer .social img:first-child {
  margin: 0 15px 0 5px;
}

/* line 4394, app/assets/stylesheets/layout/_product.scss */
#app-footer .social ul {
  margin-left: 12px;
}

/* line 4395, app/assets/stylesheets/layout/_product.scss */
#app-footer .social li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-weight: 300;
}

/* line 4396, app/assets/stylesheets/layout/_product.scss */
#app-footer .social i {
  margin-right: 10px;
}

/* line 4397, app/assets/stylesheets/layout/_product.scss */
#app-footer .social a {
  display: flex;
  align-items: center;
}

/* line 4398, app/assets/stylesheets/layout/_product.scss */
#app-footer .social a:link {
  color: #fff;
  text-decoration: none;
}

/* line 4399, app/assets/stylesheets/layout/_product.scss */
#app-footer .social a:visited {
  color: #fff;
}

/* line 4400, app/assets/stylesheets/layout/_product.scss */
#app-footer .as-seen-in {
  background-color: #000;
  padding: 40px 0;
}

/* line 4401, app/assets/stylesheets/layout/_product.scss */
#app-footer .logo-wrapper {
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 800px;
}

/* line 4402, app/assets/stylesheets/layout/_product.scss */
#app-footer .logo-wrapper img {
  max-width: 80px;
  max-height: 130px;
  margin: 20px 10px;
}

@media (min-width: 600px) {
  /* line 4403, app/assets/stylesheets/layout/_product.scss */
  #app-footer .logo-wrapper img {
    max-width: 180px;
    max-height: 130px;
    margin: 20px;
  }
}

/* line 4405, app/assets/stylesheets/layout/_product.scss */
#app-footer .logo-wrapper .popsugar {
  max-width: 140px;
}

@media (min-width: 600px) {
  /* line 4406, app/assets/stylesheets/layout/_product.scss */
  #app-footer .logo-wrapper .popsugar {
    max-width: 260px;
  }
}

/* line 4408, app/assets/stylesheets/layout/_product.scss */
#app-footer .logo-wrapper .mbg {
  max-width: 80px;
}

@media (min-width: 600px) {
  /* line 4409, app/assets/stylesheets/layout/_product.scss */
  #app-footer .logo-wrapper .mbg {
    max-width: 150px;
  }
}

/* line 4411, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper {
  background-color: #f7941d;
  color: #fff;
  font-family: Open Sans,sans-serif;
  margin: 0 -20px 30px;
  padding: 20px 12px;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 4412, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper {
    margin: 0 auto 30px;
    padding: 20px;
  }
}

/* line 4414, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 4415, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper h2 {
    font-size: 26px;
  }
}

/* line 4417, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper p {
  font-size: 15px;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 4418, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper p {
    font-size: 21px;
  }
}

/* line 4420, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper .signup-form {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  /* line 4421, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper .signup-form {
    display: block;
  }
}

/* line 4423, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper .email-input, #app-footer .signup-form-wrapper .zip-input {
  background-color: #f7941d;
  border: 3px solid #fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  margin: 0 0 10px;
  padding: 6px 8px;
}

@media (min-width: 600px) {
  /* line 4424, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper .email-input, #app-footer .signup-form-wrapper .zip-input {
    margin: 0 6px 0 0;
  }
}

/* line 4426, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper .email-input {
  width: 100%;
}

@media (min-width: 600px) {
  /* line 4427, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper .email-input {
    font-size: 18px;
    width: 40%;
  }
}

/* line 4429, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper .zip-input {
  width: 100%;
}

@media (min-width: 600px) {
  /* line 4430, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper .zip-input {
    font-size: 18px;
    width: 20%;
  }
}

/* line 4432, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper button[type=submit] {
  background-color: #fff;
  border: 3px solid transparent;
  border-radius: 0;
  color: #f7941d;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .05em;
  padding: 6px 20px;
}

@media (min-width: 600px) {
  /* line 4433, app/assets/stylesheets/layout/_product.scss */
  #app-footer .signup-form-wrapper button[type=submit] {
    font-size: 18px;
    padding: 6px 30px;
  }
}

/* line 4435, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper button[type=submit]:hover {
  background-color: #f7941d;
  border: 3px solid #fff;
  color: #fff;
}

/* line 4436, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper ::-webkit-input-placeholder {
  color: #fff;
}

/* line 4437, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper ::-moz-placeholder {
  color: #fff;
}

/* line 4438, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper :-ms-input-placeholder {
  color: #fff;
}

/* line 4439, app/assets/stylesheets/layout/_product.scss */
#app-footer .signup-form-wrapper :-moz-placeholder {
  color: #fff;
}

/* line 4440, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper {
  font-family: Open Sans,sans-serif;
  letter-spacing: .075em;
  margin: 0 auto 40px;
  max-width: 650px;
}

/* line 4441, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper p {
  font-size: 18px;
  letter-spacing: .075em;
  line-height: 1.2;
  margin-bottom: 6px;
  text-align: center;
}

/* line 4442, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper .stay-up-to-date-form {
  margin: 16px auto 0;
  text-align: center;
}

/* line 4443, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper .email-input, #app-footer .stay-up-to-date-form-wrapper .zip-input {
  border: 2px solid #bcbec0;
  font-size: 12px;
  letter-spacing: .075em;
  outline: none;
  padding: 12px;
}

@media (min-width: 768px) {
  /* line 4444, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .email-input, #app-footer .stay-up-to-date-form-wrapper .zip-input {
    font-size: 18px;
  }
}

/* line 4446, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper .email-input {
  margin-bottom: 10px;
  width: 276px;
}

@media (min-width: 480px) {
  /* line 4447, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .email-input {
    width: 400px;
  }
}

@media (min-width: 768px) {
  /* line 4449, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .email-input {
    width: 568px;
  }
}

@media (min-width: 992px) {
  /* line 4451, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .email-input {
    width: 650px;
  }
}

/* line 4453, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper .zip-input {
  width: 185px;
}

@media (min-width: 480px) {
  /* line 4454, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .zip-input {
    width: 309px;
  }
}

@media (min-width: 768px) {
  /* line 4456, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .zip-input {
    width: 428px;
  }
}

@media (min-width: 992px) {
  /* line 4458, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper .zip-input {
    width: 510px;
  }
}

/* line 4460, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper button[type=submit] {
  background-color: #f15a29;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .09em;
  margin-left: -7px;
  padding: 14px 20px;
}

@media (min-width: 768px) {
  /* line 4461, app/assets/stylesheets/layout/_product.scss */
  #app-footer .stay-up-to-date-form-wrapper button[type=submit] {
    font-size: 24px;
    padding: 8px 20px 13px;
  }
}

/* line 4463, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper button[type=submit]:hover {
  background-color: #fbb040;
}

/* line 4464, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper ::-webkit-input-placeholder {
  color: #d1d3d4;
}

/* line 4465, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper ::-moz-placeholder {
  color: #d1d3d4;
}

/* line 4466, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper :-ms-input-placeholder {
  color: #d1d3d4;
}

/* line 4467, app/assets/stylesheets/layout/_product.scss */
#app-footer .stay-up-to-date-form-wrapper :-moz-placeholder {
  color: #d1d3d4;
}

/* line 4468, app/assets/stylesheets/layout/_product.scss */
#app-footer .btn-facebook-share, #app-footer .btn-twitter-share {
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .045em;
  padding: 14px 18px;
}

@media (min-width: 480px) {
  /* line 4469, app/assets/stylesheets/layout/_product.scss */
  #app-footer .btn-facebook-share, #app-footer .btn-twitter-share {
    font-size: 16px;
    padding: 14px 34px;
  }
}

@media (min-width: 768px) {
  /* line 4471, app/assets/stylesheets/layout/_product.scss */
  #app-footer .btn-facebook-share, #app-footer .btn-twitter-share {
    font-size: 19px;
    padding: 14px 47px;
  }
}

@media (min-width: 992px) {
  /* line 4473, app/assets/stylesheets/layout/_product.scss */
  #app-footer .btn-facebook-share, #app-footer .btn-twitter-share {
    font-size: 20px;
    padding: 14px 47px;
  }
}

/* line 4475, app/assets/stylesheets/layout/_product.scss */
#app-footer .btn-facebook-share {
  background-color: #1b75bc;
}

/* line 4476, app/assets/stylesheets/layout/_product.scss */
#app-footer .btn-facebook-share:hover {
  background-color: #fff;
  border: 2px solid #1b75bc;
  color: #1b75bc;
}

/* line 4477, app/assets/stylesheets/layout/_product.scss */
#app-footer .btn-twitter-share {
  background-color: #00aeef;
}

/* line 4478, app/assets/stylesheets/layout/_product.scss */
#app-footer .btn-twitter-share:hover {
  background-color: #fff;
  border: 2px solid #00aeef;
  color: #00aeef;
}

/* line 4479, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-social-share {
  font-size: 12px;
  justify-content: space-between;
  margin: 0 auto;
  width: 54px;
}

/* line 4480, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-social-share a {
  color: #d1d3d4;
}

/* line 4481, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-social-share .fa-facebook-f:hover {
  color: #1b75bc;
}

/* line 4482, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-social-share .fa-twitter:hover {
  color: #00aeef;
}

/* line 4483, app/assets/stylesheets/layout/_product.scss */
#app-footer .use-our-app-btn {
  width: 212px;
  height: 50px;
  background-color: #ba1c2d;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 4484, app/assets/stylesheets/layout/_product.scss */
#app-footer .use-our-app-btn:hover {
  background-color: #fff;
  color: #ba1c2d;
}

/* line 4485, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default {
  font-size: 16px;
  width: 100%;
  border-collapse: initial;
  border-spacing: 2px;
  margin-bottom: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 4486, app/assets/stylesheets/layout/_product.scss */
  #app-footer .table-default {
    border-spacing: 8px;
    font-size: 22px;
  }
}

/* line 4488, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default caption {
  text-align: center;
}

/* line 4489, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default thead {
  color: #fff;
}

/* line 4490, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default th {
  background-color: #00aeef;
  text-align: center;
  padding: 10px;
}

/* line 4491, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default tbody {
  color: #000;
  text-align: center;
}

/* line 4492, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default tbody tr:nth-child(odd) {
  background-color: #e6e7e8;
}

/* line 4493, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default tbody tr:nth-child(2n) {
  background-color: #bcbec0;
}

/* line 4494, app/assets/stylesheets/layout/_product.scss */
#app-footer .table-default td {
  text-align: center;
  padding: 4px;
}

@media (min-width: 768px) {
  /* line 4495, app/assets/stylesheets/layout/_product.scss */
  #app-footer .table-default td {
    padding: 10px;
  }
}

/* line 4497, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-source, #app-footer .table-source {
  margin: -30px 10px 30px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 600px) {
  /* line 4498, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-source, #app-footer .table-source {
    margin: -30px 40px 30px;
  }
}

/* line 4500, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-source p, #app-footer .table-source p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 18px;
}

/* line 4501, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-source .source, #app-footer .table-source .source {
  text-align: center;
}

/* line 4502, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-source {
  margin: 10px 10px 30px;
}

@media (min-width: 600px) {
  /* line 4503, app/assets/stylesheets/layout/_product.scss */
  #app-footer .img-source {
    margin: 10px 40px 30px;
  }
}

/* line 4505, app/assets/stylesheets/layout/_product.scss */
#app-footer .collapsable-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}

/* line 4506, app/assets/stylesheets/layout/_product.scss */
#app-footer .collapsable-header h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .075em;
  margin-left: 24px;
  margin-right: 20px;
  margin-bottom: 0;
  text-transform: none;
}

@media (min-width: 768px) {
  /* line 4507, app/assets/stylesheets/layout/_product.scss */
  #app-footer .collapsable-header h2 {
    font-size: 34px;
  }
}

/* line 4510, app/assets/stylesheets/layout/_product.scss */
#app-footer .collapsable-header .plus {
  height: 30px;
  margin-bottom: 0;
  margin-right: 20px;
  width: 30px;
}

/* line 4517, app/assets/stylesheets/layout/_product.scss */
#app-footer .collapsable-header .minus {
  display: none;
  margin-bottom: 0;
  margin-right: 20px;
  width: 30px;
}

/* line 4518, app/assets/stylesheets/layout/_product.scss */
#app-footer .collapsable-block-content {
  display: none;
  margin-top: 22px;
  padding: 0 20px;
}

/* line 4519, app/assets/stylesheets/layout/_product.scss */
#app-footer .collapsable-block-content ul {
  padding: 0 20px;
}

/* line 4520, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg-guide-wrapper {
  font-family: Open Sans,sans-serif;
  margin-bottom: 80px;
}

/* line 4521, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg-guide-wrapper a, #app-footer .ewg-guide-wrapper a:link, #app-footer .ewg-guide-wrapper a:visited {
  color: #009a4f;
  text-decoration: underline !important;
  outline: none !important;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 4522, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg-guide-wrapper a div, #app-footer .ewg-guide-wrapper a img {
  text-decoration: none !important;
  outline: none !important;
  border: 0 !important;
}

/* line 4523, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg-guide-wrapper a:active, #app-footer .ewg-guide-wrapper a.nice-select.open, #app-footer .ewg-guide-wrapper a:hover {
  color: #009a4f;
  text-decoration: underline !important;
  outline: none !important;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 4524, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s,visibility 0s .3s;
}

/* line 4525, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s,visibility 0s 0s;
  overflow-y: auto;
}

/* line 4526, app/assets/stylesheets/layout/_product.scss */
#app-footer .is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 4527, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #fff;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: .3s;
  line-height: 0;
}

/* line 4528, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container img {
  width: 100%;
}

/* line 4529, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container ul {
  list-style: none;
}

/* line 4530, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  transition: background-color .2s;
}

/* line 4531, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

/* line 4532, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-buttons li:first-child a {
  background: #009a4f;
  border-radius: 0 0 0 .25em;
}

/* line 4533, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-buttons li:last-child a {
  background: #999;
  border-radius: 0 0 .25em 0;
}

/* line 4534, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

/* line 4535, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

/* line 4536, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-popup-close:after, #app-footer .cd-popup-container .cd-popup-close:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #999;
}

/* line 4537, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

/* line 4538, app/assets/stylesheets/layout/_product.scss */
#app-footer .cd-popup-container .cd-popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

/* line 4539, app/assets/stylesheets/layout/_product.scss */
#app-footer .img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* line 4540, app/assets/stylesheets/layout/_product.scss */
#app-footer .rounded_image_in_popup {
  border-radius: .25em .25em 0 0;
}

/* line 4541, app/assets/stylesheets/layout/_product.scss */
#app-footer .fleft {
  float: left;
}

/* line 4542, app/assets/stylesheets/layout/_product.scss */
#app-footer .clear {
  clear: both;
  padding: 0;
  margin: 0;
}

/* line 4543, app/assets/stylesheets/layout/_product.scss */
#app-footer .noshow {
  display: none !important;
}

/* line 4544, app/assets/stylesheets/layout/_product.scss */
#app-footer .hide_on_mobile {
  display: block;
}

/* line 4545, app/assets/stylesheets/layout/_product.scss */
#app-footer .show_on_mobile {
  display: none;
}

/* line 4546, app/assets/stylesheets/layout/_product.scss */
#app-footer .noborder {
  border: 0 !important;
  outline: none !important;
}

/* line 4547, app/assets/stylesheets/layout/_product.scss */
#app-footer #ewg_guides {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 20px;
  border: 1px solid #d3d0ce;
  border-radius: 5px;
}

/* line 4548, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide, #app-footer #ewg_guides {
  background-color: #fff;
  box-sizing: border-box;
}

/* line 4549, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #d3d0ce;
  height: 444px;
  overflow: hidden;
  width: 40%;
}

/* line 4550, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide_header {
  background: none repeat scroll 0 0 #f1f1f1 !important;
  border-bottom: 1px solid #d3d0ce;
  border-radius: 5px 0 0 0;
  height: 57px;
  margin: 0;
  padding: 17px 0 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* line 4551, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide_header h1 {
  color: #868686 !important;
  font-size: 150%;
  line-height: 100%;
  font-weight: 600;
  float: left;
  padding-left: 30px;
}

/* line 4552, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide_text {
  padding: 30px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 388px;
  box-sizing: border-box;
}

/* line 4553, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide_text h1 {
  color: #525353 !important;
  font-size: 190%;
  line-height: 120%;
  font-weight: 300;
  display: none;
}

/* line 4554, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide_text p {
  padding: 30px 0 20px;
  padding-top: 20px !important;
  color: #525353;
  font-size: 90%;
  line-height: 170%;
}

/* line 4555, app/assets/stylesheets/layout/_product.scss */
#app-footer #eat_well_guide_text p#move_p_ty {
  width: 160px;
  margin: 39px 0 52px !important;
  padding: 0 !important;
  background: 0 0;
  font-size: 108%;
  line-height: 160%;
}

/* line 4556, app/assets/stylesheets/layout/_product.scss */
#app-footer a.nounderlineahref, #app-footer a.nounderlineahref:link, #app-footer a.nounderlineahref:visited {
  text-decoration: none !important;
  outline: none !important;
  border: 0 !important;
}

/* line 4557, app/assets/stylesheets/layout/_product.scss */
#app-footer a#ty_orange_readmore_4, #app-footer a#ty_orange_readmore_4:link, #app-footer a#ty_orange_readmore_4:visited {
  color: #fff;
  display: inline-block;
  height: auto;
  text-align: center;
  width: auto;
  background: #f0b257;
  border-radius: 5px;
  padding: 12.5px 20px;
  font-size: 100%;
  line-height: 100%;
}

/* line 4558, app/assets/stylesheets/layout/_product.scss */
#app-footer #ty_phone {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 249px;
  height: 417px;
  background: url(https://static.ewg.org/reports/2017/sunscreens/img/sd_app_ty_vertical_2.png);
  background-position: 88px 60px;
  background-size: 170px;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  /* line 4559, app/assets/stylesheets/layout/_product.scss */
  #app-footer #ty_phone {
    background-position: 0 0;
    background-size: cover;
  }
}

/* line 4561, app/assets/stylesheets/layout/_product.scss */
#app-footer #other_ewg_guides {
  border-radius: 0 5px 5px 0;
  height: 444px;
  overflow: hidden;
  width: 60%;
  box-sizing: border-box;
}

/* line 4562, app/assets/stylesheets/layout/_product.scss */
#app-footer #other_ewg_guides_header {
  background: #f1f1f1;
  border-bottom: 1px solid #d3d0ce;
  height: 57px;
  margin: 0;
  padding: 17px 0 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* line 4563, app/assets/stylesheets/layout/_product.scss */
#app-footer #other_ewg_guides_header h1 {
  color: #868686;
  font-size: 150%;
  line-height: 100%;
  font-weight: 600;
  margin: 0 auto;
  text-shadow: 0 1px 0 #fff;
  width: 280px;
}

/* line 4564, app/assets/stylesheets/layout/_product.scss */
#app-footer #other_ewg_guides_cards {
  padding: 5px;
  width: 100%;
}

/* line 4565, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg_card {
  border-radius: 5px;
  -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 85%;
  line-height: 130%;
  height: 160px;
  margin: 2.15%;
  overflow: hidden;
  padding: 1%;
  width: 29%;
  box-sizing: border-box;
}

/* line 4566, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg_card img {
  width: 100%;
  height: 80px;
  margin: 0 0 8px;
  border-radius: 5px;
}

/* line 4567, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg_card a, #app-footer .ewg_card a:link, #app-footer .ewg_card a:visited {
  color: #7e7b7a !important;
  text-decoration: none !important;
}

/* line 4568, app/assets/stylesheets/layout/_product.scss */
#app-footer .ewg_card:hover {
  transition: all .3s ease-in-out;
  -o-box-shadow: 0 0 0 4px #009a4f;
  box-shadow: 0 0 0 4px #009a4f;
}

@media only screen and (min-width: 1170px) {
  /* line 4569, app/assets/stylesheets/layout/_product.scss */
  #app-footer .cd-popup-container {
    margin: 8em auto;
  }
}

/* line 4571, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-resources-h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #808285;
  margin-left: 14px;
  letter-spacing: .07em;
}

/* line 4572, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-ewg-resources-mobile {
  margin-bottom: 40px;
}

/* line 4573, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-ewg-resources-mobile .h2-flex-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* line 4574, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-ewg-resources-mobile .resource-tile {
  position: relative;
  margin-bottom: 10px;
}

/* line 4575, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-ewg-resources-mobile .resource-tile img {
  width: 100%;
  display: block;
}

/* line 4576, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-ewg-resources-mobile .resource-tile h2 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
}

/* line 4577, app/assets/stylesheets/layout/_product.scss */
#app-footer .other-ewg-resources-mobile .resource-transparency-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 4578, app/assets/stylesheets/layout/_product.scss */
#app-footer .quote-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 4579, app/assets/stylesheets/layout/_product.scss */
  #app-footer .quote-wrapper {
    justify-content: space-between;
  }
}

/* line 4581, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote-sm {
  background-color: #f0f0ec;
  margin: 0 0 20px;
  padding: 46px 30px 38px;
  position: relative;
  width: 92%;
}

@media (min-width: 768px) {
  /* line 4582, app/assets/stylesheets/layout/_product.scss */
  #app-footer .press-quote-sm {
    padding: 56px 70px 48px;
    width: 49%;
  }
}

/* line 4584, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote-sm p {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1.4;
}

/* line 4585, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote-sm p:before {
  content: "“";
  position: absolute;
  font-family: Nunito,sans-serif;
  font-size: 37px;
  font-weight: 300;
  left: 14px;
  top: 32px;
}

@media (min-width: 768px) {
  /* line 4586, app/assets/stylesheets/layout/_product.scss */
  #app-footer .press-quote-sm p:before {
    left: 48px;
    top: 42px;
  }
}

/* line 4588, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote-sm p.quote-attrib {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -4px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

/* line 4589, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote-sm p.member-title {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 4590, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote.headshot .member-quote a {
  font-weight: 600;
  background-image: linear-gradient(90deg, #66e8a9);
  background-image: -webkit-gradient(linear, left top, right top, from(#66e8a9));
  background-position: 0 1.01em;
  background-repeat: repeat-x;
  background-size: 100% 5px;
}

/* line 4591, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote.headshot .member-quote a:hover {
  text-decoration: none;
  background-image: linear-gradient(90deg, #00d96f);
}

/* line 4592, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote.headshot p.member-quote {
  margin-bottom: 30px;
}

/* line 4593, app/assets/stylesheets/layout/_product.scss */
#app-footer .press-quote.headshot .member-quote-img {
  margin-bottom: 20px;
  width: 140px;
}

/* line 4596, app/assets/stylesheets/layout/_product.scss */
.product-range-score {
  align-items: center;
  display: flex;
  padding: 10px 20px;
}

/* line 4601, app/assets/stylesheets/layout/_product.scss */
.product-range-score .verified-text {
  font-size: 14px;
  letter-spacing: 1.2px;
}

/* line 4606, app/assets/stylesheets/layout/_product.scss */
.product-range-score .squircle {
  height: 32px;
}

/* line 4610, app/assets/stylesheets/layout/_product.scss */
.product-range-score p {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (min-width: 600px) {
  /* line 4610, app/assets/stylesheets/layout/_product.scss */
  .product-range-score p {
    font-size: 16px;
  }
}

/* line 4620, app/assets/stylesheets/layout/_product.scss */
.product-square-score_range {
  display: flex;
  margin-right: 5px;
  justify-content: space-between;
  width: 30px;
  flex: 10%;
}

/* line 4628, app/assets/stylesheets/layout/_product.scss */
.score-range-img {
  width: 30px;
  margin-right: 5px;
}

/* line 4633, app/assets/stylesheets/layout/_product.scss */
.product-scores-multiple {
  margin-left: 10px;
}

/* line 4637, app/assets/stylesheets/layout/_product.scss */
.score-range-dash {
  margin-right: 5px;
}

/* line 4641, app/assets/stylesheets/layout/_product.scss */
.synonym-style {
  width: 270px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  word-wrap: break-word;
}

/* line 4652, app/assets/stylesheets/layout/_product.scss */
.current-page-displayer, .current-page-displayer a {
  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;
}

/* line 4663, app/assets/stylesheets/layout/_product.scss */
.current-page-displayer {
  margin: 30px 25px 0;
}

@media (min-width: 768px) {
  /* line 4663, app/assets/stylesheets/layout/_product.scss */
  .current-page-displayer {
    margin: 30px 25px 20px 45px;
  }
}

@media (min-width: 960px) {
  /* line 4663, app/assets/stylesheets/layout/_product.scss */
  .current-page-displayer {
    margin: 0 0 25px 25px;
  }
}

@media (min-width: 1100px) {
  /* line 4663, app/assets/stylesheets/layout/_product.scss */
  .current-page-displayer {
    margin: 0 0 25px;
  }
}

/* line 4679, app/assets/stylesheets/layout/_product.scss */
.purple-active {
  color: #37205F !important;
}

/* line 4683, app/assets/stylesheets/layout/_product.scss */
.article-content-block-green {
  background: linear-gradient(180deg, rgba(246, 246, 246, 0.5) 0%, rgba(204, 233, 204, 0.5) 100%);
  padding: 100px 20px;
  margin: 50px 0 70px 0px;
  color: #2b2b2b;
}

@media (min-width: 960px) {
  /* line 4683, app/assets/stylesheets/layout/_product.scss */
  .article-content-block-green {
    padding: 100px 20%;
  }
}

@media (min-width: 1400px) {
  /* line 4683, app/assets/stylesheets/layout/_product.scss */
  .article-content-block-green {
    padding: 100px 25%;
  }
}

/* line 4697, app/assets/stylesheets/layout/_product.scss */
.article-content-block-green h2 {
  opacity: 0.9;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 100% */
  margin-bottom: 20px;
}

/* line 4707, app/assets/stylesheets/layout/_product.scss */
.article-content-block-green p {
  opacity: 0.9;
  font-family: "FreightText Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/layout/_social_media.scss */
#homesm {
  /* width:693px; */
  width: 723px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* padding:15px;   */
  padding: 0px;
  margin: 20px 0;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  -o-box-shadow: 0 1px 0 #999999;
  -moz-box-shadow: 0 1px 0 #999999;
  -webkit-box-shadow: 0 1px 0 #999999;
  box-shadow: 0 1px 0 #999999;
}

/* line 23, app/assets/stylesheets/layout/_social_media.scss */
.sm_crease {
  border-top: 1px solid #e0dece;
  height: 0px;
  width: 723px;
  margin: 15px 0 15px -15px;
  padding: 0px;
}

/* line 33, app/assets/stylesheets/layout/_social_media.scss */
#smicons {
  padding: 13px 0px 0 0px !important;
}

/* line 34, app/assets/stylesheets/layout/_social_media.scss */
#smicons:hover {
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition-duration: .3s;
  -o-transition: opacity .3s ease-in-out;
}

/* line 37, app/assets/stylesheets/layout/_social_media.scss */
.h2_sm {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400 !important;
  margin: 0;
  padding: 5px 0;
}

/* line 45, app/assets/stylesheets/layout/_social_media.scss */
.mb15px {
  margin-bottom: 15px;
}

/* line 46, app/assets/stylesheets/layout/_social_media.scss */
.smtabsrightcol {
  width: 507px;
  height: 325px;
  background-color: #ffffff;
  -o-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -khtml-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

/* line 56, app/assets/stylesheets/layout/_social_media.scss */
#facebook_sm {
  display: block;
}

/* line 57, app/assets/stylesheets/layout/_social_media.scss */
#twitter_sm {
  display: none;
}

/* line 58, app/assets/stylesheets/layout/_social_media.scss */
#youtube_sm {
  display: none;
}

/* line 59, app/assets/stylesheets/layout/_social_media.scss */
#rss_sm {
  display: none;
}

/* line 60, app/assets/stylesheets/layout/_social_media.scss */
#email_sm {
  display: none;
}

/* line 61, app/assets/stylesheets/layout/_social_media.scss */
#pinterest_sm {
  display: none;
}

/* line 62, app/assets/stylesheets/layout/_social_media.scss */
#pinterest_sm img {
  -o-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -khtml-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

/* line 69, app/assets/stylesheets/layout/_social_media.scss */
a.nounderlineonthis li.no_smtabschangeli_no {
  color: #868686 !important;
  text-decoration: none !important;
}

/* line 71, app/assets/stylesheets/layout/_social_media.scss */
#player {
  width: 507px;
  height: 325px;
  overflow: hidden;
  position: absolute;
  -o-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -khtml-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

/* line 87, app/assets/stylesheets/layout/_social_media.scss */
.youtube .carousel {
  width: 20%;
  height: 100%;
  overflow: auto;
  position: absolute;
  right: 0px;
  z-index: 3;
}

/* line 96, app/assets/stylesheets/layout/_social_media.scss */
.youtube .thumbnail {
  margin: 5px;
  width: 80%;
  border: 0px solid black;
}

/* line 102, app/assets/stylesheets/layout/_social_media.scss */
.youtube iframe.player {
  width: 80%;
  height: 325px;
  overflow: auto;
  border: 0;
}

/* line 111, app/assets/stylesheets/layout/_social_media.scss */
.facebookOuter {
  background-color: #ffffff;
  width: 507px;
  padding: 0px 0 0px 0px;
  height: 325px;
  border: 0px solid #CCCCCC;
  -o-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -khtml-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

/* line 125, app/assets/stylesheets/layout/_social_media.scss */
.facebookInner {
  height: 325px;
  overflow: hidden;
}

/* line 130, app/assets/stylesheets/layout/_social_media.scss */
.smtabsleftcol {
  border-right: 1px solid #aaaaaa;
  width: 190px;
  padding: 10px 10px 10px 15px;
  background-color: #f0efea;
  -o-border-radius: 8px 0px 0 8px;
  -ms-border-radius: 8px 0px 0 8px;
  -khtml-border-radius: 8px 0px 0 8px;
  -moz-border-radius: 8px 0px 0 8px;
  -webkit-border-radius: 8px 0px 0 8px;
  border-radius: 8px 0px 0 8px;
}

/* line 147, app/assets/stylesheets/layout/_social_media.scss */
.mynewsmtabs {
  width: 215px;
  margin-left: -15px;
}

/* line 153, app/assets/stylesheets/layout/_social_media.scss */
#mynewsmtabs_ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 160, app/assets/stylesheets/layout/_social_media.scss */
ul#mynewsmtabs_ul li {
  display: block;
  padding: 10px 0 10px 60px;
  margin: 0px;
  height: 32px;
  line-height: 31px;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/layout/_social_media.scss */
ul#mynewsmtabs_ul li:hover {
  background-color: #ffffff;
}

/* line 172, app/assets/stylesheets/layout/_social_media.scss */
li.facebook_smli {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/facebook_sm-2f648268133bb91c81b1b0d9bb896a86af8dafa3d6c8e2167ea2f702045f3ecf.png);
  background-repeat: no-repeat;
  background-position: 15px 11px;
}

/* line 173, app/assets/stylesheets/layout/_social_media.scss */
li.twitter_smli {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/twitter_sm-a7745fc1e8eba187ad3769e2e022a125e353226e5c7a85be0518091da629ba0b.png);
  background-repeat: no-repeat;
  background-position: 15px 11px;
}

/* line 174, app/assets/stylesheets/layout/_social_media.scss */
li.youtube_smli {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/youtube_sm-15f166a8fcf315849d6479664835b27578c4d0374b3abdebf5bbce24899d430b.png);
  background-repeat: no-repeat;
  background-position: 15px 11px;
}

/* line 175, app/assets/stylesheets/layout/_social_media.scss */
li.email_smli {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/email_sm-4180bd505cc350331416a79a5b88131145236b3835cec1b5cbf712fdb02a1cd8.png);
  background-repeat: no-repeat;
  background-position: 15px 11px;
}

/* line 176, app/assets/stylesheets/layout/_social_media.scss */
li.pinterest_smli {
  background: url(https://www.ewg.org/cleaners/assets/stylesheetgraphics/pinterest_sm-e72d8c77f3d9293930a159d7ac73748f58851ec0ace5de4f445667a6871e67c2.png);
  background-repeat: no-repeat;
  background-position: 15px 11px;
}

/* line 177, app/assets/stylesheets/layout/_social_media.scss */
.active_sm {
  background-color: #ffffff !important;
}

/* line 181, app/assets/stylesheets/layout/_social_media.scss */
.fbleft {
  background-color: #ffffff;
  width: 350px;
  height: 258px;
  margin-right: 23px;
}

/* line 182, app/assets/stylesheets/layout/_social_media.scss */
.twright {
  width: 320px;
}

/* line 184, app/assets/stylesheets/layout/_social_media.scss */
.twitterfeeddiv {
  padding: 0px;
  width: 320px;
  margin: 0px;
}

/* line 190, app/assets/stylesheets/layout/_social_media.scss */
.tweet_one,
.tweet_two,
.query {
  font-family: Helvetica,sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #868686;
  margin: 0px 0 10px 0;
  border: 1px solid #999999;
  padding: 9px;
  background-color: #ffffff;
}

/* line 208, app/assets/stylesheets/layout/_social_media.scss */
.followewgtoxics {
  border-bottom: 0px solid #AAAAAA;
  height: 29px;
  padding: 20px 0 0 15px;
  text-align: left;
}

/* line 214, app/assets/stylesheets/layout/_social_media.scss */
a.nounderlineonthis {
  text-decoration: none !important;
}

/* line 217, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list {
  /*
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    */
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  /*
    background-color: #8ADEE2;
    */
}

/* line 233, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .awesome,
.tweet_list .epic {
  text-transform: uppercase;
}

/* line 238, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em;
}

/* line 244, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list li a {
  color: #999999;
}

/* line 248, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list li a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

/* line 254, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .tweet_even {
  background-color: #ffffff;
}

/* line 258, app/assets/stylesheets/layout/_social_media.scss */
.tweet_odd {
  background-color: #f0efea;
}

/* line 262, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left;
}

/* line 266, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .tweet_avatar img {
  vertical-align: middle;
  border: 0px solid #999999;
}

/* line 273, app/assets/stylesheets/layout/_social_media.scss */
.tweetactions_ty {
  border: 0 dotted;
  font-size: 11px;
  width: 350px;
  margin: 10px 0 0 64px;
  padding: 0;
  display: none;
}

/* line 282, app/assets/stylesheets/layout/_social_media.scss */
.mytweets {
  font-size: 13px;
  line-height: 20px;
  color: #868686;
  margin: 0;
  padding: 0;
  height: 275px;
}

/* line 292, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list {
  list-style: none;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  max-height: 250px;
}

/* line 300, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .awesome, .tweet_list .epic {
  text-transform: uppercase;
}

/* line 304, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 0 solid #ECECEC;
  margin: 0;
  padding: 10px;
}

/* line 312, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list li.tweet_first {
  margin-top: 0;
  padding-top: 0;
}

/* line 317, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .tweet_even {
  background-color: #ffffff;
}

/* line 321, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left;
}

/* line 326, app/assets/stylesheets/layout/_social_media.scss */
.tweet_list .tweet_avatar img {
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  vertical-align: middle;
  background-color: #f9f9f9;
  border: 1px solid #EFEFEF;
  margin: 0 0 15px;
  padding: 3px;
}

/* line 1, app/assets/stylesheets/layout/_splash.scss */
#EWGSplash {
  z-index: 100;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -o-box-shadow: 0 0 10px #7E7D7B;
  -moz-box-shadow: 0 0 10px #7E7D7B;
  -webkit-box-shadow: 0 0 10px #7E7D7B;
  box-shadow: 0 0 10px #7E7D7B;
  top: 50%;
  left: 50%;
  position: absolute;
}

/* line 17, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashNo {
  cursor: pointer;
  text-indent: -99999px;
  position: absolute;
  display: block;
}

/* line 23, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashEmail {
  position: absolute;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 32, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashZip {
  position: absolute;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 41, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashSignUp {
  display: block;
  position: absolute;
  text-indent: -99999px;
}

/* line 46, app/assets/stylesheets/layout/_splash.scss */
#EWGSplash {
  width: 860px;
  height: 485px;
  margin: -242px 0 0 -430px;
  background: url(https://static.ewg.org/reports/2017/splash/EWG_SplashPG_Cleaners_C01.jpg) no-repeat;
}

/* line 52, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashNo {
  bottom: 3px;
  height: 30px;
  right: 10px;
  width: 160px;
}

/* line 58, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashEmail {
  font-size: 24px;
  height: 50px;
  padding: 3px;
  right: 15px;
  top: 100px;
  width: 275px;
}

/* line 66, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashZip {
  font-size: 24px;
  height: 50px;
  padding: 3px;
  right: 90px;
  top: 175px;
  width: 200px;
}

/* line 74, app/assets/stylesheets/layout/_splash.scss */
#EWGSplashSignUp {
  bottom: 170px;
  height: 70px;
  right: 35px;
  width: 270px;
}

/* line 80, app/assets/stylesheets/layout/_splash.scss */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: 1s ease;
  -moz-animation: 1s ease;
  -ms-animation: 1s ease;
  -o-animation: 1s ease;
  animation: 1s ease;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  /* line 106, app/assets/stylesheets/layout/_splash.scss */
  0%, 100% {
    -ms-transform: translateX(0);
  }
  /* line 107, app/assets/stylesheets/layout/_splash.scss */
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }
  /* line 108, app/assets/stylesheets/layout/_splash.scss */
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

/* line 123, app/assets/stylesheets/layout/_splash.scss */
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes bounceIn {
  /* line 171, app/assets/stylesheets/layout/_splash.scss */
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  /* line 176, app/assets/stylesheets/layout/_splash.scss */
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  /* line 181, app/assets/stylesheets/layout/_splash.scss */
  70% {
    -ms-transform: scale(0.9);
  }
  /* line 185, app/assets/stylesheets/layout/_splash.scss */
  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* line 230, app/assets/stylesheets/layout/_splash.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-ms-keyframes bounceOut {
  /* line 278, app/assets/stylesheets/layout/_splash.scss */
  0% {
    -ms-transform: scale(1);
  }
  /* line 282, app/assets/stylesheets/layout/_splash.scss */
  25% {
    -ms-transform: scale(0.95);
  }
  /* line 286, app/assets/stylesheets/layout/_splash.scss */
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  /* line 291, app/assets/stylesheets/layout/_splash.scss */
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

/* line 337, app/assets/stylesheets/layout/_splash.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

/*--Making IE6 Understand Fixed Positioning--*/
/* line 3, app/assets/stylesheets/layout/ie6.scss */
* html #fade {
  position: absolute;
}

/* line 6, app/assets/stylesheets/layout/ie6.scss */
* html .popup_block {
  position: absolute;
}

/* line 1, app/assets/stylesheets/layout/rightcol.scss */
#rightcol {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 70px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/layout/rightcol.scss */
  #rightcol {
    margin-top: 10px;
  }
}

@media (min-width: 960px) {
  /* line 1, app/assets/stylesheets/layout/rightcol.scss */
  #rightcol {
    padding: 0 30px;
  }
}

@media (min-width: 1100px) {
  /* line 1, app/assets/stylesheets/layout/rightcol.scss */
  #rightcol {
    width: 72%;
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  /* line 1, app/assets/stylesheets/layout/rightcol.scss */
  #rightcol {
    width: 75%;
  }
}

/* line 29, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_top {
  padding: 0px;
  margin: 0px;
}

/* line 33, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_middle {
  padding: 0;
  margin: 0;
}

/* line 37, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_bottom {
  padding: 0;
  margin: 0;
}

/* line 42, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_share {
  padding: 10px;
  margin: 0;
  text-align: right !important;
  background-color: transparent;
  /*
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec)); 
  background-image: -moz-linear-gradient(#ffffff, #ececec); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')"; 
  */
}

/* line 58, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_inside {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

@media (min-width: 768px) {
  /* line 58, app/assets/stylesheets/layout/rightcol.scss */
  #rightcol_inside {
    width: 723px;
  }
}

/* line 72, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_inside_content {
  padding: 0 20px;
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/layout/rightcol.scss */
  #rightcol_inside_content {
    padding: 20px;
  }
}

/* line 80, app/assets/stylesheets/layout/rightcol.scss */
#rightcol_inside_content-2 {
  margin-left: 285px;
}

/* line 84, app/assets/stylesheets/layout/rightcol.scss */
.rightcol_h1 {
  background: transparent;
  color: #2b2b2b;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.16px;
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}

@media (min-width: 960px) {
  /* line 84, app/assets/stylesheets/layout/rightcol.scss */
  .rightcol_h1 {
    padding: 0;
  }
}

/* line 105, app/assets/stylesheets/layout/rightcol.scss */
.rightcol_h1 p {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 107.143% */
  margin-top: 10px;
  opacity: 0.8;
}

/* line 117, app/assets/stylesheets/layout/rightcol.scss */
.rightcol_h1_two {
  font-family: "niveau-grotesk", sans-serif;
  background: transparent;
  color: #2b2b2b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 37px;
  line-height: 24px;
  margin: 0;
  padding: 13px 0 0 20px;
  width: 703px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  position: relative;
}

/* line 134, app/assets/stylesheets/layout/rightcol.scss */
.innertab {
  padding: 15px;
  margin: 0;
  width: 693px;
}

/* line 140, app/assets/stylesheets/layout/rightcol.scss */
.innertab h2 {
  color: #868686;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  margin: 0;
}

/* line 141, app/assets/stylesheets/layout/rightcol.scss */
p.additional_note {
  font-style: italic;
}

/* line 142, app/assets/stylesheets/layout/rightcol.scss */
.innertab h2.withborders {
  width: 708px;
  margin: -15px 0 0 -15px;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background-color: #ffffff;
  /* 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec)); 
  background-image: -moz-linear-gradient(#ffffff, #ececec); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')";    
  */
}

/* line 156, app/assets/stylesheets/layout/rightcol.scss */
.datarow {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding: 0px 0 0 0;
}

/* line 171, app/assets/stylesheets/layout/rightcol.scss */
.datacol1 {
  width: 660px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 174, app/assets/stylesheets/layout/rightcol.scss */
.datacol1_2 {
  order: 2;
  width: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

/* line 182, app/assets/stylesheets/layout/rightcol.scss */
.datacol2_2 {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  order: 1;
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 197, app/assets/stylesheets/layout/rightcol.scss */
.dcol1_4 {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 198, app/assets/stylesheets/layout/rightcol.scss */
.dcol2_4 {
  width: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 199, app/assets/stylesheets/layout/rightcol.scss */
.dcol3_4 {
  width: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 200, app/assets/stylesheets/layout/rightcol.scss */
.datacol1_3 {
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 201, app/assets/stylesheets/layout/rightcol.scss */
.datacol2_3 {
  width: 300px;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* line 202, app/assets/stylesheets/layout/rightcol.scss */
.datacol3_3 {
  width: 60px;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 203, app/assets/stylesheets/layout/rightcol.scss */
.datacol1_3b {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 204, app/assets/stylesheets/layout/rightcol.scss */
.datacol2_3b {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

/* line 205, app/assets/stylesheets/layout/rightcol.scss */
.datacol3_3b {
  width: 260px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 207, app/assets/stylesheets/layout/rightcol.scss */
.datatitle {
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}

/* line 216, app/assets/stylesheets/layout/rightcol.scss */
#fb_comments_ty {
  width: 700px;
  margin: 15px auto;
}

/* line 217, app/assets/stylesheets/layout/rightcol.scss */
#score_left {
  width: 92px;
  height: 132px;
  margin-bottom: 5px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 221, app/assets/stylesheets/layout/rightcol.scss */
#score_left a:link, #score_left a:link {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 224, app/assets/stylesheets/layout/rightcol.scss */
#score_right {
  width: 631px;
  height: 92px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-radius: 0 8px 0 0;
}

/* line 229, app/assets/stylesheets/layout/rightcol.scss */
#score_right_2 {
  width: 723px;
  height: 92px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;
}

/* line 234, app/assets/stylesheets/layout/rightcol.scss */
#score_right_3 {
  width: 723px;
  height: 50px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 238, app/assets/stylesheets/layout/rightcol.scss */
.shadowedline {
  height: 1px;
  width: 723px;
  background-color: #aaaaaa;
  margin-bottom: 2px;
}

/* line 239, app/assets/stylesheets/layout/rightcol.scss */
.shadowedline_company {
  height: 1px;
  width: 723px;
  background-color: #aaaaaa;
  margin-bottom: 0px;
}

/* line 240, app/assets/stylesheets/layout/rightcol.scss */
.shadowedline_2 {
  height: 1px;
  width: 723px;
  background-color: #e4e4e4;
  margin: 15px 0 15px -15px;
}

/* line 241, app/assets/stylesheets/layout/rightcol.scss */
.shadowedline_2new {
  height: 1px;
  width: 723px;
  background-color: #e4e4e4;
  margin: 0px 0 15px -15px;
}

/* line 243, app/assets/stylesheets/layout/rightcol.scss */
.shadowedline_3 {
  display: none;
  height: 1px;
  width: 723px;
  background-color: #e4e4e4;
  margin: 20px 0 20px -20px;
}

/* line 252, app/assets/stylesheets/layout/rightcol.scss */
#sidebar {
  float: right;
  width: 300px;
  background-color: #eeeeee;
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 5px 10px;
}

@media (min-width: 768px) {
  /* line 260, app/assets/stylesheets/layout/rightcol.scss */
  .rightcol-title-block {
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/base/_base.scss */
html {
  height: 100%;
}

/* line 5, app/assets/stylesheets/base/_base.scss */
body {
  color: #2b2b2b;
  display: flex;
  flex-direction: column;
  font-family: "niveau-grotesk", sans-serif;
  height: 100vh;
  position: relative;
  scroll-behavior: smooth;
}

/* line 15, app/assets/stylesheets/base/_base.scss */
.hide-content-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/base/_base.scss */
  .hide-content-mobile {
    display: block !important;
  }
}

/* line 23, app/assets/stylesheets/base/_base.scss */
.show-content-mobile {
  display: block !important;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/base/_base.scss */
  .show-content-mobile {
    display: none !important;
  }
}

/* line 31, app/assets/stylesheets/base/_base.scss */
* {
  box-sizing: border-box;
}

/* line 35, app/assets/stylesheets/base/_base.scss */
main {
  width: 100%;
}

/* line 39, app/assets/stylesheets/base/_base.scss */
a {
  text-decoration: none;
  color: #2b2b2b;
}

/* line 44, app/assets/stylesheets/base/_base.scss */
b {
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/base/_base.scss */
i {
  font-style: italic;
}

/* line 52, app/assets/stylesheets/base/_base.scss */
sup {
  position: relative;
  bottom: 1ex;
  font-size: 60%;
}

/* line 58, app/assets/stylesheets/base/_base.scss */
strong {
  font-weight: bolder;
}

/* line 62, app/assets/stylesheets/base/_base.scss */
.content {
  flex: 1 0 auto;
}

/* line 66, app/assets/stylesheets/base/_base.scss */
.flexbox-column-wrapper {
  width: 100%;
  display: flex;
  flex: 1;
  margin: 0 auto;
}

/* line 73, app/assets/stylesheets/base/_base.scss */
.content-max-width {
  margin: 0 auto;
  max-width: 1440px;
}

/* line 78, app/assets/stylesheets/base/_base.scss */
.content-wrapper {
  margin-bottom: 60px;
  padding: 0 20px;
}

@media (min-width: 600px) {
  /* line 82, app/assets/stylesheets/base/_base.scss */
  .content-wrapper.about-page {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 960px) {
  /* line 82, app/assets/stylesheets/base/_base.scss */
  .content-wrapper.about-page {
    padding: 0 214px 0 100px;
  }
}

/* line 93, app/assets/stylesheets/base/_base.scss */
.content-wrapper .side-nav {
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 93, app/assets/stylesheets/base/_base.scss */
  .content-wrapper .side-nav {
    flex-basis: 224px;
    margin-bottom: 0;
    margin-right: 20px;
    width: 224px;
  }
}

/* line 104, app/assets/stylesheets/base/_base.scss */
.content-wrapper .side-nav li {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 10px 8px 0;
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/base/_base.scss */
  .content-wrapper .side-nav li {
    padding: 12px 10px 12px 0;
  }
}

/* line 115, app/assets/stylesheets/base/_base.scss */
.content-wrapper .side-nav li:first-child {
  cursor: initial;
  font-size: 24px;
  line-height: 100%;
}

/* line 121, app/assets/stylesheets/base/_base.scss */
.content-wrapper .side-nav li.active {
  font-weight: 600;
}

/* line 128, app/assets/stylesheets/base/_base.scss */
.text-content {
  max-width: 840px;
}

@media (min-width: 600px) {
  /* line 128, app/assets/stylesheets/base/_base.scss */
  .text-content {
    flex: 1;
  }
}

/* line 135, app/assets/stylesheets/base/_base.scss */
.text-content h3 {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 16px;
  margin-top: 24px;
}

/* line 142, app/assets/stylesheets/base/_base.scss */
.text-content h4 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 8px;
  margin-top: 24px;
}

/* line 149, app/assets/stylesheets/base/_base.scss */
.text-content ul {
  list-style: disc;
}

/* line 153, app/assets/stylesheets/base/_base.scss */
.text-content li {
  font-family: "freight-text-pro", serif;
  line-height: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
}

@media (min-width: 600px) {
  /* line 153, app/assets/stylesheets/base/_base.scss */
  .text-content li {
    font-size: 18px;
  }
}

/* line 165, app/assets/stylesheets/base/_base.scss */
.text-block {
  margin: 0 24px;
}

/* line 168, app/assets/stylesheets/base/_base.scss */
.text-block p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  /* line 168, app/assets/stylesheets/base/_base.scss */
  .text-block p {
    font-size: 17px;
  }
}

/* line 180, app/assets/stylesheets/base/_base.scss */
.text-block h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

@media (min-width: 600px) {
  /* line 180, app/assets/stylesheets/base/_base.scss */
  .text-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
  }
}

/* line 193, app/assets/stylesheets/base/_base.scss */
.text-block h4 {
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

/* line 200, app/assets/stylesheets/base/_base.scss */
.text-block ul {
  margin: 0 24px;
  margin-bottom: 30px;
}

/* line 204, app/assets/stylesheets/base/_base.scss */
.text-block ul li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

/* line 212, app/assets/stylesheets/base/_base.scss */
.text-block .font20 {
  font-size: 20px;
}

/* line 217, app/assets/stylesheets/base/_base.scss */
.btn {
  background-color: #2b2b2b;
  color: #fff;
  display: flex;
  justify-content: center;
}

/* line 223, app/assets/stylesheets/base/_base.scss */
.btn:hover {
  background-color: #3d3d3d;
}

/* line 228, app/assets/stylesheets/base/_base.scss */
.img-wrapper {
  margin: 0 0 30px;
}

/* line 231, app/assets/stylesheets/base/_base.scss */
.img-wrapper img {
  width: 100%;
}

/* line 236, app/assets/stylesheets/base/_base.scss */
ul.ingredient_refs {
  color: rgba(43, 43, 43, 0.7);
  font-family: "freight-text-pro", serif;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 0 0 30px;
}

/* line 249, app/assets/stylesheets/base/_base.scss */
footer {
  flex-shrink: 0;
}

/* line 253, app/assets/stylesheets/base/_base.scss */
sup {
  position: relative;
  bottom: 1ex;
  font-size: 60%;
}

/* line 263, app/assets/stylesheets/base/_base.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bcbec0;
  letter-spacing: 0.07em;
}

/* line 268, app/assets/stylesheets/base/_base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bcbec0;
  letter-spacing: 0.07em;
}

/* line 273, app/assets/stylesheets/base/_base.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #bcbec0;
  letter-spacing: 0.07em;
}

/* line 278, app/assets/stylesheets/base/_base.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #bcbec0;
  letter-spacing: 0.07em;
}

/* line 284, app/assets/stylesheets/base/_base.scss */
.breadcrumbs {
  color: #bcbec0;
  letter-spacing: 0.07em;
  font-weight: 300;
  margin: 0 0 20px 24px;
}

/* line 290, app/assets/stylesheets/base/_base.scss */
.breadcrumbs p {
  padding: 0 6px 0;
}

/* line 294, app/assets/stylesheets/base/_base.scss */
.breadcrumbs a {
  color: #bcbec0;
}

/* line 298, app/assets/stylesheets/base/_base.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 303, app/assets/stylesheets/base/_base.scss */
.arrow {
  height: 12px;
}

/* line 307, app/assets/stylesheets/base/_base.scss */
.collapsable-block {
  margin-bottom: 14px;
}

/* line 311, app/assets/stylesheets/base/_base.scss */
.collapsable-header {
  align-items: center;
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
}

/* line 320, app/assets/stylesheets/base/_base.scss */
.collapsable-header h2 {
  font-size: 26px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 320, app/assets/stylesheets/base/_base.scss */
  .collapsable-header h2 {
    font-size: 32px;
  }
}

/* line 329, app/assets/stylesheets/base/_base.scss */
.collapsable-header h3 {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 336, app/assets/stylesheets/base/_base.scss */
.collapsable-header .plus,
.collapsable-header .minus {
  width: 14px;
  margin: 0 !important;
}

/* line 342, app/assets/stylesheets/base/_base.scss */
.collapsable-header .chemical-concern-table {
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}

/* line 347, app/assets/stylesheets/base/_base.scss */
.collapsable-header .chemical-concern-table tr {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}

/* line 350, app/assets/stylesheets/base/_base.scss */
.collapsable-header .chemical-concern-table tr:last-child {
  border-bottom: none;
}

/* line 355, app/assets/stylesheets/base/_base.scss */
.collapsable-header .chemical-concern-table th {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 0;
}

/* line 368, app/assets/stylesheets/base/_base.scss */
.collapsable-header .chemical-concern-table th:first-child {
  width: 35%;
}

/* line 372, app/assets/stylesheets/base/_base.scss */
.collapsable-header .chemical-concern-table th:nth-child(2) {
  width: 25%;
}

/* line 378, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content {
  display: none;
}

/* line 382, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content-2 {
  display: block;
}

/* line 394, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content.where-to-purchase,
.collapsable-block-content-2.where-to-purchase {
  margin: -20px 0 60px;
}

/* line 398, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table,
.collapsable-block-content-2 .chemical-concern-table {
  table-layout: fixed;
  margin-bottom: 50px;
  width: 100%;
  word-break: break-word;
}

/* line 404, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table tr,
.collapsable-block-content-2 .chemical-concern-table tr {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}

/* line 407, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table tr:last-child,
.collapsable-block-content-2 .chemical-concern-table tr:last-child {
  border-bottom: none;
}

/* line 412, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table td,
.collapsable-block-content-2 .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;
  vertical-align: initial;
  opacity: 0.9;
}

/* line 425, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table td:first-child,
.collapsable-block-content-2 .chemical-concern-table td:first-child {
  width: 35%;
}

/* line 429, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table td:nth-child(2),
.collapsable-block-content-2 .chemical-concern-table td:nth-child(2) {
  width: 25%;
}

/* line 433, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table td:first-of-type,
.collapsable-block-content .chemical-concern-table td:last-child,
.collapsable-block-content-2 .chemical-concern-table td:first-of-type,
.collapsable-block-content-2 .chemical-concern-table td:last-child {
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 433, app/assets/stylesheets/base/_base.scss */
  .collapsable-block-content .chemical-concern-table td:first-of-type,
.collapsable-block-content .chemical-concern-table td:last-child,
.collapsable-block-content-2 .chemical-concern-table td:first-of-type,
.collapsable-block-content-2 .chemical-concern-table td:last-child {
    padding-right: 40px;
  }
}

/* line 442, app/assets/stylesheets/base/_base.scss */
.collapsable-block-content .chemical-concern-table .reference-th,
.collapsable-block-content-2 .chemical-concern-table .reference-th {
  width: 30%;
}

/* line 448, app/assets/stylesheets/base/_base.scss */
.plus,
.minus,
.plus-2,
.minus-2 {
  width: 10px;
  margin: 5px 0 0 0;
  float: right;
}

/* line 457, app/assets/stylesheets/base/_base.scss */
.minus {
  display: none;
}

/* line 461, app/assets/stylesheets/base/_base.scss */
.plus-2 {
  display: none;
}

/* line 475, app/assets/stylesheets/base/_base.scss */
.bg-gradient-beige {
  background: linear-gradient(0deg, rgba(251, 228, 209, 0) 0%, #F2F2EA 100%);
}

/* line 479, app/assets/stylesheets/base/_base.scss */
.bg-gradient-blue {
  background: linear-gradient(180deg, rgba(209, 228, 251, 0) 1.56%, #D1E4FB 55.21%, rgba(209, 228, 251, 0) 100%);
}

/* line 483, app/assets/stylesheets/base/_base.scss */
.bg-gradient-blue2 {
  background: linear-gradient(180deg, #D1E4FB 0%, rgba(209, 228, 251, 0) 100%);
}

/* line 487, app/assets/stylesheets/base/_base.scss */
.bg-gradient-green {
  background: linear-gradient(180deg, rgba(223, 241, 223, 0) 1.56%, #DFF1DF 55.21%, rgba(223, 241, 223, 0) 100%);
}

/* line 491, app/assets/stylesheets/base/_base.scss */
.bg-gradient-green2 {
  background: linear-gradient(180deg, #cce9cc 0%, rgba(204, 233, 204, 0) 100%);
}

/* line 495, app/assets/stylesheets/base/_base.scss */
.bg-gradient-purple {
  background: linear-gradient(180deg, rgba(248, 244, 255, 0) 1.56%, #f8f4ff 55.21%, rgba(248, 244, 255, 0) 100%);
}

/* line 504, app/assets/stylesheets/base/_base.scss */
.bg-gradient-purple2 {
  background: linear-gradient(180deg, #E0D1FB 0%, rgba(224, 209, 251, 0) 100%);
}

/* line 508, app/assets/stylesheets/base/_base.scss */
.radial-bg-peach {
  background: radial-gradient(50% 50% at 100% 40%, #fbe4d1 0%, rgba(251, 228, 209, 0) 100%);
  background-repeat: no-repeat;
}

/* line 517, app/assets/stylesheets/base/_base.scss */
.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;
}

/* line 526, app/assets/stylesheets/base/_base.scss */
.radial-bg-purple {
  background: radial-gradient(50% 50% at 100% 40%, #f8f4ff 0%, rgba(248, 244, 255, 0) 100%);
  background-repeat: no-repeat;
}

/* line 535, app/assets/stylesheets/base/_base.scss */
.data-robust {
  color: #006838;
}

/* line 539, app/assets/stylesheets/base/_base.scss */
.data-good {
  color: #009d4e;
}

/* line 543, app/assets/stylesheets/base/_base.scss */
.data-fair {
  color: #ff9e16;
}

/* line 547, app/assets/stylesheets/base/_base.scss */
.data-limited {
  color: #fbb042;
}

/* line 551, app/assets/stylesheets/base/_base.scss */
.data-none {
  color: #e63c2f;
}

/* line 555, app/assets/stylesheets/base/_base.scss */
.gauges {
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  /* line 555, app/assets/stylesheets/base/_base.scss */
  .gauges {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  /* line 563, app/assets/stylesheets/base/_base.scss */
  .gauges.ingredients {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* line 568, app/assets/stylesheets/base/_base.scss */
.gauges.ingredients .thebigimage {
  padding: 0 20px;
}

@media (min-width: 600px) {
  /* line 568, app/assets/stylesheets/base/_base.scss */
  .gauges.ingredients .thebigimage {
    padding: 0;
  }
}

/* line 577, app/assets/stylesheets/base/_base.scss */
.gauges.ingredient-gauges {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 44px;
  width: 92%;
}

@media (min-width: 600px) {
  /* line 577, app/assets/stylesheets/base/_base.scss */
  .gauges.ingredient-gauges {
    flex-direction: row;
    margin-top: 60px;
  }
}

/* line 592, app/assets/stylesheets/base/_base.scss */
.gauges.ingredient-gauges .thebigimage {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  /* and this has to be relative */
  text-align: center;
  width: 60%;
}

@media (min-width: 480px) {
  /* line 592, app/assets/stylesheets/base/_base.scss */
  .gauges.ingredient-gauges .thebigimage {
    width: 70%;
  }
}

@media (min-width: 600px) {
  /* line 592, app/assets/stylesheets/base/_base.scss */
  .gauges.ingredient-gauges .thebigimage {
    width: 30%;
  }
}

/* line 611, app/assets/stylesheets/base/_base.scss */
.gauges.ingredient-gauges .gauge_arrow {
  background-image: url(https://www.ewg.org/cleaners/gaugebar.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 16px;
  width: 100%;
}

/* line 623, app/assets/stylesheets/base/_base.scss */
.gauges h2 {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
}

/* line 629, app/assets/stylesheets/base/_base.scss */
.gauges .gauge-img {
  width: 100%;
  max-width: 220px;
  display: block;
}

@media (min-width: 600px) {
  /* line 629, app/assets/stylesheets/base/_base.scss */
  .gauges .gauge-img {
    max-width: 220px;
  }
}

/* line 640, app/assets/stylesheets/base/_base.scss */
.gauges .thebigimage {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 40px;
  position: relative;
  /* and this has to be relative */
  text-align: left;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 640, app/assets/stylesheets/base/_base.scss */
  .gauges .thebigimage {
    align-items: flex-start;
    text-align: left;
  }
}

/* line 660, app/assets/stylesheets/base/_base.scss */
.gauges .gauge-header-wrapper {
  align-items: center;
  margin: 0 0 10px;
  position: relative;
}

/* line 666, app/assets/stylesheets/base/_base.scss */
.gauges .btn-info {
  display: inline;
  position: relative;
  width: 19px;
  z-index: 10;
}

/* line 673, app/assets/stylesheets/base/_base.scss */
.gauges .gauge-img-wrapper {
  max-width: 220px;
  position: relative;
}

/* line 678, app/assets/stylesheets/base/_base.scss */
.gauges .gauge_arrow {
  background-image: url(https://www.ewg.org/cleaners/gaugebar.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  left: 0px;
  position: absolute;
  top: -16px;
  width: 100%;
}

/* line 689, app/assets/stylesheets/base/_base.scss */
.gauges .orient_low {
  transform: rotate(10deg);
}

/* line 693, app/assets/stylesheets/base/_base.scss */
.gauges .orient_low_moderate {
  transform: rotate(70deg);
}

/* line 697, app/assets/stylesheets/base/_base.scss */
.gauges .orient_moderate {
  transform: rotate(150deg);
}

/* line 701, app/assets/stylesheets/base/_base.scss */
.gauges .orient_high {
  transform: rotate(225deg);
}

/* line 706, app/assets/stylesheets/base/_base.scss */
.see-all,
.see-all-chemical {
  margin: 0 24px;
}

/* line 710, app/assets/stylesheets/base/_base.scss */
.see-all ul,
.see-all-chemical ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 16px 0 20px;
  max-width: 406px;
}

/* line 725, app/assets/stylesheets/base/_base.scss */
.see-all li,
.see-all-chemical li {
  max-width: 178px;
  text-align: center;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 737, app/assets/stylesheets/base/_base.scss */
.see-all li a,
.see-all-chemical li a {
  display: flex;
  font-size: 14px;
  width: 178px;
  height: 44px;
  padding: 14px;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
}

/* line 748, app/assets/stylesheets/base/_base.scss */
.see-all li a:hover,
.see-all-chemical li a:hover {
  background-color: #000;
  color: #fff;
}

/* line 753, app/assets/stylesheets/base/_base.scss */
.see-all li a:active, .see-all li a.nice-select.open,
.see-all-chemical li a:active,
.see-all-chemical li a.nice-select.open {
  background-color: #000;
  color: #fff;
}

/* line 762, app/assets/stylesheets/base/_base.scss */
.see-all-chemical ul:after {
  content: none;
  width: 0%;
}

/* line 768, app/assets/stylesheets/base/_base.scss */
.see-all-chemical li:last-of-type {
  width: 100%;
  max-width: none;
}

/* line 773, app/assets/stylesheets/base/_base.scss */
.see-all-chemical p {
  width: 100%;
  color: #727272;
  font-size: 14px;
  font-weight: 300;
}

/* line 780, app/assets/stylesheets/base/_base.scss */
.see-all-chemical a {
  cursor: pointer;
}

/* line 784, app/assets/stylesheets/base/_base.scss */
.see-all-chemical a.active {
  background-color: #000;
  color: #fff;
}

/* line 790, app/assets/stylesheets/base/_base.scss */
.browse-more-wrapper {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  /* line 790, app/assets/stylesheets/base/_base.scss */
  .browse-more-wrapper {
    grid-column: 3;
    grid-row: 1;
  }
}

/* line 799, app/assets/stylesheets/base/_base.scss */
.browse-more {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 20px 40px;
}

@media (min-width: 768px) {
  /* line 799, app/assets/stylesheets/base/_base.scss */
  .browse-more {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 40px;
  }
}

/* line 810, app/assets/stylesheets/base/_base.scss */
.browse-more p {
  font-weight: 600;
  margin: 0 0 16px;
}

/* line 815, app/assets/stylesheets/base/_base.scss */
.browse-more a {
  color: #b173c0;
}

/* line 818, app/assets/stylesheets/base/_base.scss */
.browse-more a:hover {
  text-decoration: underline;
}

/* line 823, app/assets/stylesheets/base/_base.scss */
.browse-more li {
  margin: 0 0 16px;
}

/* line 829, app/assets/stylesheets/base/_base.scss */
.sidebar-menu section {
  margin-bottom: 30px;
}

/* line 833, app/assets/stylesheets/base/_base.scss */
.sidebar-menu .sidebar-essential-tips-facts {
  margin-bottom: 0;
}

/* line 838, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts {
  padding: 10px;
}

/* line 841, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.07em;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  width: 98%;
}

/* line 850, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 44px;
}

/* line 857, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts a {
  color: #000000;
}

/* line 861, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts a:hover {
  text-decoration: underline;
}

/* line 865, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts li {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dashed #000000;
  margin-bottom: 30px;
  padding-bottom: 22px;
  letter-spacing: 0.04em;
  width: 98%;
}

/* line 875, app/assets/stylesheets/base/_base.scss */
.sidebar-essential-tips-facts li:last-of-type {
  border-bottom: 1px solid #000000;
}

/* line 880, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide {
  border: 2px solid #7b7979;
  padding: 12px;
  color: #000;
  text-align: center;
}

/* line 886, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  padding: 0 8px;
}

/* line 894, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding: 0 8px;
}

/* line 902, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide img {
  width: 100%;
  margin-bottom: 16px;
}

/* line 907, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .donate-btn {
  width: 212px;
  height: 50px;
  border: 2px solid #000;
  margin: 0 auto;
  margin-top: 24px;
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 922, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .donate-btn:hover {
  background-color: #000;
  color: #fff;
}

/* line 928, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .ngp-form {
  background-color: #ffd8d3;
  padding: 0 0 16px;
}

/* line 932, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .ngp-form .at-inner {
  background-color: #ffd8d3;
}

/* line 942, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .ngp-form header.at-title {
  color: #1d5537;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  padding: 20px 0 0;
}

/* line 952, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .ngp-form footer p {
  color: #000;
  line-height: 0.4;
  width: 100%;
}

/* line 959, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .ngp-form .at-markup.HeaderHtml {
  display: none;
}

/* line 963, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .ngp-form .FooterHtml {
  padding: 0 10px;
}

/* line 968, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .at-form-submit {
  padding: 0;
}

/* line 971, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .at-form-submit .at-submit {
  margin: 0;
  float: none;
}

/* line 978, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .at .btn-at-primary {
  background-color: #ff4e00;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  padding: 12px 18px;
  font-size: 24px;
}

/* line 988, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .at .btn-at-primary:hover {
  background-color: #fff;
  color: #ff4e00;
}

/* line 994, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .at input[type="tel"],
.sidebar-wallet-guide .at input[type="email"] {
  margin: 0 0 6px;
}

/* line 1000, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .select2-container {
  margin-bottom: 6px;
}

/* line 1005, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide .at-row label {
  text-align: left;
}

/* line 1010, app/assets/stylesheets/base/_base.scss */
.sidebar-wallet-guide section {
  margin-bottom: 0;
}

/* line 1016, app/assets/stylesheets/base/_base.scss */
.safety-text p {
  color: #727272;
  font-size: 10px;
  font-weight: 300;
}

/* line 1023, app/assets/stylesheets/base/_base.scss */
.score-popup {
  cursor: pointer;
}

/* line 1027, app/assets/stylesheets/base/_base.scss */
.score-key-modal,
.score-key-modal-verified {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
}

/* line 1041, app/assets/stylesheets/base/_base.scss */
.score-key-modal .score-key-modal-content,
.score-key-modal-verified .score-key-modal-content {
  position: relative;
  width: 300px;
  background-color: #fff;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

/* line 1050, app/assets/stylesheets/base/_base.scss */
.score-key-modal .close-modal,
.score-key-modal-verified .close-modal {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

/* line 1066, app/assets/stylesheets/base/_base.scss */
.score-key-modal .sd-popup-score,
.score-key-modal-verified .sd-popup-score {
  width: 300px;
  padding: 20px;
}

/* line 1073, app/assets/stylesheets/base/_base.scss */
.score-key-modal-verified .sd-popup-score {
  width: 300px;
  padding: 0;
}

/* line 1078, app/assets/stylesheets/base/_base.scss */
.score-key-modal-verified .score-key-modal-content {
  background-color: transparent;
}

/* line 1085, app/assets/stylesheets/base/_base.scss */
.score-key-modal.invisible .score-key-modal-content,
.score-key-modal-verified.invisible .score-key-modal-content {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s;
}

/* line 1092, app/assets/stylesheets/base/_base.scss */
.tool-tip {
  color: #fff;
  background-color: #cbc6c8;
  height: 24px;
  width: 24px;
  margin-left: 10px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 1104, app/assets/stylesheets/base/_base.scss */
.basic-table {
  width: 96%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 1110, app/assets/stylesheets/base/_base.scss */
.basic-table tr {
  border-bottom: 1px dashed #d2d3d5;
}

/* line 1115, app/assets/stylesheets/base/_base.scss */
.basic-table tbody tr:last-of-type {
  border-bottom: none;
}

/* line 1120, app/assets/stylesheets/base/_base.scss */
.basic-table th {
  font-weight: 600;
  padding-bottom: 6px;
}

/* line 1125, app/assets/stylesheets/base/_base.scss */
.basic-table td {
  padding: 10px 10px 10px 0;
}

/* line 1129, app/assets/stylesheets/base/_base.scss */
.basic-table ul {
  padding: 10px 10px 10px 20px;
}

/* line 1133, app/assets/stylesheets/base/_base.scss */
.basic-table li {
  margin-bottom: 10px;
}

/* line 1137, app/assets/stylesheets/base/_base.scss */
.basic-table li:first-of-type {
  margin-bottom: 6px;
  font-style: italic;
}

/* line 1144, app/assets/stylesheets/base/_base.scss */
.mobile-table thead {
  display: none;
}

/* line 1148, app/assets/stylesheets/base/_base.scss */
.mobile-table tr {
  display: block;
}

/* line 1152, app/assets/stylesheets/base/_base.scss */
.mobile-table td {
  display: block;
  text-align: right;
}

/* line 1157, app/assets/stylesheets/base/_base.scss */
.mobile-table td::before {
  content: attr(data-label);
  float: left;
  text-transform: uppercase;
  margin-right: 20px;
  text-decoration: underline;
  font-weight: 300;
  font-size: 0.76em;
}

@media (min-width: 600px) {
  /* line 1168, app/assets/stylesheets/base/_base.scss */
  .mobile-table thead {
    display: table-header-group;
  }
  /* line 1172, app/assets/stylesheets/base/_base.scss */
  .mobile-table tr {
    display: table-row;
  }
  /* line 1176, app/assets/stylesheets/base/_base.scss */
  .mobile-table td {
    display: table-cell;
  }
  /* line 1180, app/assets/stylesheets/base/_base.scss */
  .mobile-table td::before {
    content: none;
    float: left;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.76em;
    color: #777777;
  }
}

/* line 1192, app/assets/stylesheets/base/_base.scss */
.where-to-purchase-list li {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1200, app/assets/stylesheets/base/_base.scss */
.where-to-purchase-list li:nth-child(even) {
  background-color: #fafafa;
}

/* line 1205, app/assets/stylesheets/base/_base.scss */
.where-to-purchase-list .retailer {
  display: inline-block;
  width: 60%;
}

/* line 1209, app/assets/stylesheets/base/_base.scss */
.where-to-purchase-list .retailer img {
  display: inline-block;
  max-width: 100px;
}

@media (min-width: 600px) {
  /* line 1209, app/assets/stylesheets/base/_base.scss */
  .where-to-purchase-list .retailer img {
    max-width: 160px;
  }
}

/* line 1219, app/assets/stylesheets/base/_base.scss */
.where-to-purchase-list .shop-now {
  float: right;
  text-align: right;
}

/* line 1225, app/assets/stylesheets/base/_base.scss */
#data_avail_box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  padding: 3px;
}

/* line 1234, app/assets/stylesheets/base/_base.scss */
#prod_cntr_score {
  width: 110px;
  margin: 0 auto;
}

/* line 1239, app/assets/stylesheets/base/_base.scss */
#score_style_small {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0;
}

/* line 1247, app/assets/stylesheets/base/_base.scss */
.hazard-table {
  width: 100%;
}

/* line 1250, app/assets/stylesheets/base/_base.scss */
.hazard-table td {
  text-align: center;
}

/* line 1256, app/assets/stylesheets/base/_base.scss */
.post-content a {
  color: #733971;
  font-weight: 400;
  text-decoration: underline;
}

/* line 1262, app/assets/stylesheets/base/_base.scss */
.post-content .table-pfas {
  padding: 10px;
  margin: 10px auto;
  width: 280px;
}

@media (min-width: 600px) {
  /* line 1262, app/assets/stylesheets/base/_base.scss */
  .post-content .table-pfas {
    float: right;
    margin: 10px;
  }
}

/* line 1272, app/assets/stylesheets/base/_base.scss */
.post-content .table-pfas a {
  display: block;
  margin-bottom: 10px;
}

/* line 1279, app/assets/stylesheets/base/_base.scss */
.post-content .health_table th {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #009A4F;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 4px;
}

/* line 1289, app/assets/stylesheets/base/_base.scss */
.post-content .health_table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  color: #4f4e57;
  padding: 5px;
}

/* line 1298, app/assets/stylesheets/base/_base.scss */
.post-page-sharethis {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding: 10px 10px 0 0;
}

/* line 1304, app/assets/stylesheets/base/_base.scss */
.boxesreadmore {
  background-color: transparent;
  color: #523a50;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  margin: -20px 0 40px;
  text-align: left;
}

/* line 1314, app/assets/stylesheets/base/_base.scss */
.about-text-homepage {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 20px auto 50px;
  max-width: 1180px;
  padding: 0 20px 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1314, app/assets/stylesheets/base/_base.scss */
  .about-text-homepage {
    margin: -60px auto 50px;
    padding: 0 10px;
  }
}

/* line 1331, app/assets/stylesheets/base/_base.scss */
.build-report-wrapper {
  padding: 20px 20px 0;
}

@media (min-width: 768px) {
  /* line 1331, app/assets/stylesheets/base/_base.scss */
  .build-report-wrapper {
    padding: 20px 60px 0;
  }
}

@media (min-width: 1100px) {
  /* line 1331, app/assets/stylesheets/base/_base.scss */
  .build-report-wrapper {
    padding: 20px 200px 0;
  }
}

/* line 1345, app/assets/stylesheets/base/_base.scss */
.build-your-own ul li {
  font-weight: 400;
  margin: 0 0 10px;
}

/* line 1357, app/assets/stylesheets/base/_base.scss */
.nice-select .list {
  max-height: 400px;
}

/* line 1364, app/assets/stylesheets/base/_base.scss */
.blog a,
.faq a {
  text-decoration: underline;
}

/* line 1369, app/assets/stylesheets/base/_base.scss */
.btn-gray {
  background-color: #f1f2f2;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 8px 10px;
}

@media (min-width: 768px) {
  /* line 1369, app/assets/stylesheets/base/_base.scss */
  .btn-gray {
    font-size: 16px;
    padding: 8px 20px;
  }
}

@media (min-width: 960px) {
  /* line 1369, app/assets/stylesheets/base/_base.scss */
  .btn-gray {
    font-size: 16px;
    padding: 8px 30px;
  }
}

/* line 1388, app/assets/stylesheets/base/_base.scss */
.btn-gray:hover {
  text-decoration: underline;
}

/* line 1392, app/assets/stylesheets/base/_base.scss */
.btn-gray.learn-more {
  text-align: center;
}

@media (min-width: 480px) {
  /* line 1396, app/assets/stylesheets/base/_base.scss */
  .btn-gray.learn-more-scores {
    margin: 0 30px 0 0;
  }
}

/* line 1406, app/assets/stylesheets/base/_base.scss */
.btn-gray.learn-more-verified {
  align-items: flex-start;
}

/* line 1409, app/assets/stylesheets/base/_base.scss */
.btn-gray.learn-more-verified p {
  margin: 0 10px 0 0;
}

/* line 1413, app/assets/stylesheets/base/_base.scss */
.btn-gray.learn-more-verified img {
  width: 38px;
}

/* line 1418, app/assets/stylesheets/base/_base.scss */
.btn-gray .verified {
  color: #089a4f;
}

/* line 1422, app/assets/stylesheets/base/_base.scss */
.btn-gray.learn-more-ingredients {
  display: inline-block;
}

/* line 1427, app/assets/stylesheets/base/_base.scss */
.hazard-score-scale {
  margin: 0 5px;
}

/* line 1430, app/assets/stylesheets/base/_base.scss */
.hazard-score-scale img {
  height: auto;
  max-width: 220px;
  width: 100%;
}

/* line 1437, app/assets/stylesheets/base/_base.scss */
.hazard-score-icons {
  display: block;
  margin: 0 auto 30px;
  max-width: 400px;
}

/* line 1443, app/assets/stylesheets/base/_base.scss */
.overall-product-score {
  border: 2px solid #000;
  margin: 0 0 50px;
  padding: 30px 20px;
}

/* line 1448, app/assets/stylesheets/base/_base.scss */
.overall-product-score p {
  margin: 0;
}

/* line 1454, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block a {
  font-weight: 600;
  text-decoration: underline;
}

/* line 1459, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block p {
  font-size: 18px;
  letter-spacing: 0.04em;
}

@media (min-width: 600px) {
  /* line 1459, app/assets/stylesheets/base/_base.scss */
  .understanding-ratings-block p {
    font-size: 18px;
  }
}

/* line 1468, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}

/* line 1475, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block p.checkmark-text {
  color: #049a4e;
  display: flex;
  font-size: 17px;
  font-weight: 800;
  margin: 0;
}

/* line 1483, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block .verified-logo {
  margin: 0 0 10px;
  width: 120px;
}

/* line 1488, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block .hazard-score-scale-wrapper {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 1488, app/assets/stylesheets/base/_base.scss */
  .understanding-ratings-block .hazard-score-scale-wrapper {
    flex-direction: row;
  }
}

/* line 1500, app/assets/stylesheets/base/_base.scss */
.understanding-ratings-block .hazard-score-scale-wrapper p {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

/* line 1508, app/assets/stylesheets/base/_base.scss */
.checkmark {
  margin: 0 8px 0 0;
  width: 26px;
}

/* line 1513, app/assets/stylesheets/base/_base.scss */
#references {
  word-break: break-word;
}

/* line 1517, app/assets/stylesheets/base/_base.scss */
.affiliate-disclaimer {
  color: #727272;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin: 6px 0 14px;
}

/* line 1526, app/assets/stylesheets/base/_base.scss */
.about-the-guide {
  color: #2b2b2b;
  font-style: normal;
  padding: 50px 20px;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
}

@media (min-width: 960px) {
  /* line 1526, app/assets/stylesheets/base/_base.scss */
  .about-the-guide {
    padding: 110px 20px;
  }
}

/* line 1541, app/assets/stylesheets/base/_base.scss */
.about-the-guide .underline-hover {
  display: block;
  margin: 0 auto 38px;
}

/* line 1546, app/assets/stylesheets/base/_base.scss */
.about-the-guide h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 1546, app/assets/stylesheets/base/_base.scss */
  .about-the-guide h2 {
    font-size: 40px;
  }
}

/* line 1557, app/assets/stylesheets/base/_base.scss */
.about-the-guide a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 10px;
}

/* line 1566, app/assets/stylesheets/base/_base.scss */
.about-the-guide-content-wrapper {
  grid-template-columns: 1fr;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 1566, app/assets/stylesheets/base/_base.scss */
  .about-the-guide-content-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
  }
}

/* line 1576, app/assets/stylesheets/base/_base.scss */
.about-the-guide-block {
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 440px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1576, app/assets/stylesheets/base/_base.scss */
  .about-the-guide-block {
    text-align: left;
  }
}

/* line 1587, app/assets/stylesheets/base/_base.scss */
.about-the-guide-block img {
  margin-bottom: 15px;
  width: 100%;
  border-radius: 50%;
  padding: 15px 40px;
}

/* line 1594, app/assets/stylesheets/base/_base.scss */
.about-the-guide-block h4,
.about-the-guide-block p {
  text-align: center;
  text-transform: none !important;
}

/* line 1600, app/assets/stylesheets/base/_base.scss */
.about-the-guide-block h4 {
  margin-bottom: 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
}

@media (min-width: 768px) {
  /* line 1600, app/assets/stylesheets/base/_base.scss */
  .about-the-guide-block h4 {
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  /* line 1600, app/assets/stylesheets/base/_base.scss */
  .about-the-guide-block h4 {
    font-size: 27px;
  }
}

/* line 1617, app/assets/stylesheets/base/_base.scss */
.about-the-guide-block p {
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}

/* line 1625, app/assets/stylesheets/base/_base.scss */
.about-the-guide-block p:last-child {
  margin-bottom: 0;
}

/* line 1632, app/assets/stylesheets/base/_base.scss */
.bg-gradient-green.homepage-verified-wrapper {
  background: linear-gradient(180deg, rgba(223, 241, 223, 0) 1.56%, #dff1df 55.21%, rgba(223, 241, 223, 0) 100%);
}

/* line 1643, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage {
  padding-bottom: 200px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  /* line 1643, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  /* line 1651, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .verified-header-wrapper {
    display: flex;
    align-items: flex-start;
    padding-top: 110px;
  }
}

/* line 1663, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .verified-logo {
  display: block;
  margin: 0 auto 24px;
  width: 148px;
}

@media (min-width: 768px) {
  /* line 1663, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .verified-logo {
    margin: 0 52px 0;
  }
}

/* line 1673, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .text {
  margin-bottom: 50px;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1673, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .text {
    text-align: left;
    margin-bottom: 112px;
    max-width: 442px;
    padding: 0;
  }
}

@media (min-width: 1360px) {
  /* line 1673, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .text {
    margin-bottom: 0;
  }
}

/* line 1692, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .text h2 {
  color: #2b2b2b;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

/* line 1700, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .text p {
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

/* line 1710, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 1710, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .links {
    flex-direction: row;
  }
}

/* line 1719, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .links a {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  /* line 1719, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .links a {
    margin-right: 20px;
  }
  /* line 1733, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .links a:last-child {
    margin-right: 0;
  }
}

/* line 1740, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .cards-wrapper {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  /* line 1740, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .cards-wrapper {
    columns: 2 auto;
    column-gap: 42px;
    padding: 0 20px 20px;
  }
}

@media (min-width: 1360px) {
  /* line 1740, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .cards-wrapper {
    columns: 3 auto;
    padding: 0 120px 20px;
    margin-top: -170px;
  }
}

@media (min-width: 1400px) {
  /* line 1740, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .cards-wrapper {
    padding: 0 140px 20px;
  }
}

/* line 1774, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card-container {
  break-inside: avoid;
}

@media (min-width: 768px) {
  /* line 1774, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container {
    display: flex;
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  /* line 1782, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container:nth-child(1), .ewg-verified-homepage .card-container:nth-child(2), .ewg-verified-homepage .card-container:nth-child(3) {
    justify-content: flex-end;
  }
  /* line 1788, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container:nth-child(4), .ewg-verified-homepage .card-container:nth-child(5) {
    justify-content: flex-start;
  }
  /* line 1793, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container:nth-child(4) {
    padding-top: 190px;
  }
}

@media (min-width: 1360px) {
  /* line 1814, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container:nth-child(1) {
    padding-top: 400px;
    margin-right: -33px;
  }
  /* line 1819, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container:nth-child(2) {
    padding-top: 230px;
  }
  /* line 1823, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card-container:nth-child(4) {
    padding-top: 0;
  }
}

/* line 1829, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: block;
  margin: 0 20px 30px 0;
}

@media (min-width: 768px) {
  /* line 1829, app/assets/stylesheets/base/_base.scss */
  .ewg-verified-homepage .card {
    margin: 0;
    max-width: 325px;
    width: 325px;
  }
}

/* line 1843, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 1847, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card .card-img-wrapper {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
  padding: 20px;
}

/* line 1854, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card .card-img-wrapper img {
  display: block;
  max-height: 220px;
  max-width: 234px;
  margin: 0 auto;
  width: auto;
}

/* line 1864, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card .card-text-wrapper {
  padding: 16px 20px 26px 22px;
}

/* line 1868, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card .card-company {
  color: #169d5b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 1876, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card .card-title {
  font-size: 20px;
  line-height: 120%;
}

/* line 1881, app/assets/stylesheets/base/_base.scss */
.ewg-verified-homepage .card .card-product-name {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 120%;
}

/* line 1890, app/assets/stylesheets/base/_base.scss */
.bg-gradient-gray.homepage-beautycounter-wrapper {
  background-image: url(https://static.ewg.org/upload/png/skindeep-beautycounter-bg-img.png), linear-gradient(180deg, rgba(242, 242, 242, 0) 20%, rgba(177, 177, 177, 0.5) 55.21%, rgba(242, 242, 242, 0) 100%);
  background-position: bottom;
  background-position-x: 100%, 0;
  background-position-y: 80%, 0;
  background-repeat: no-repeat;
  background-size: 70%, 100%;
}

@media (min-width: 768px) {
  /* line 1890, app/assets/stylesheets/base/_base.scss */
  .bg-gradient-gray.homepage-beautycounter-wrapper {
    background-position-x: 186%, 0;
    background-position-y: 29%, 0;
    background-size: 520px, 100%;
  }
}

@media (min-width: 960px) {
  /* line 1890, app/assets/stylesheets/base/_base.scss */
  .bg-gradient-gray.homepage-beautycounter-wrapper {
    background-position-x: 100%, 0;
    background-position-y: 10%;
    background-size: 500px, 100%;
  }
}

/* line 1913, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage {
  padding-bottom: 200px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  /* line 1913, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage {
    padding-bottom: 20px;
  }
}

@media (min-width: 1100px) {
  /* line 1921, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .verified-header-wrapper {
    padding-top: 200px;
  }
}

/* line 1927, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .verified-logo {
  display: block;
  margin: 0 auto 40px;
  width: 300px;
}

@media (min-width: 768px) {
  /* line 1927, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .verified-logo {
    margin: 0 52px 60px;
    width: 400px;
  }
}

/* line 1938, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .text {
  margin-bottom: 50px;
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 1938, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .text {
    display: block;
    text-align: left;
    max-width: 750px;
    padding: 0;
    margin-left: 52px;
  }
}

@media (min-width: 1360px) {
  /* line 1938, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .text {
    margin-left: 52px;
  }
}

/* line 1960, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .text h2 {
  margin-bottom: 0;
  line-height: 130%;
  letter-spacing: -0.16px;
  color: #2b2b2b;
}

/* line 1967, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .text p {
  margin: 35px 0;
  line-height: 150%;
  opacity: 0.9;
}

@media (min-width: 768px) {
  /* line 1967, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .text p {
    padding-right: 350px;
  }
}

/* line 1978, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .homepage-beautycounter-btn {
  background-color: #2b2b2b;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.63636px;
  width: 200px;
  padding: 17px 0;
  border: 2px solid #2b2b2b;
  display: inline-block;
}

/* line 1991, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .homepage-beautycounter-btn:hover {
  background: transparent;
  color: #2b2b2b;
}

/* line 1997, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 1997, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .links {
    flex-direction: row;
  }
}

/* line 2006, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .links a {
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  /* line 2006, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .links a {
    margin-right: 20px;
  }
  /* line 2013, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .links a:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 2020, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .cards-wrapper {
    columns: 2 auto;
    column-gap: 42px;
    padding: 0 20px 20px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1360px) {
  /* line 2020, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .cards-wrapper {
    columns: 3 auto;
    padding: 0 120px 20px;
    margin-top: -300px;
  }
}

@media (min-width: 1400px) {
  /* line 2020, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .cards-wrapper {
    padding: 0 140px 20px;
  }
}

/* line 2039, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card-container {
  break-inside: avoid;
}

@media (min-width: 768px) {
  /* line 2039, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container {
    display: flex;
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  /* line 2047, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container:nth-child(1), .ewg-beautycounter-homepage .card-container:nth-child(2) {
    justify-content: flex-end;
  }
  /* line 2052, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container:nth-child(3), .ewg-beautycounter-homepage .card-container:nth-child(4) {
    justify-content: flex-start;
  }
  /* line 2057, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container:nth-child(1) {
    padding-top: 100px;
  }
}

@media (min-width: 1360px) {
  /* line 2063, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container:nth-child(1) {
    padding-top: 400px;
    margin-right: -33px;
  }
  /* line 2068, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container:nth-child(2) {
    padding-top: 230px;
  }
  /* line 2072, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card-container:nth-child(4) {
    padding-top: 0;
  }
}

/* line 2078, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: block;
  margin: 0 20px 30px 0;
  border: 0;
  border-radius: 0px;
}

@media (min-width: 768px) {
  /* line 2078, app/assets/stylesheets/base/_base.scss */
  .ewg-beautycounter-homepage .card {
    margin: 0;
    max-width: 325px;
    width: 325px;
  }
}

/* line 2094, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 2098, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card .card-img-wrapper {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
  padding: 20px;
  margin: 50px 0;
}

/* line 2106, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card .card-img-wrapper img {
  display: block;
  max-height: 220px;
  max-width: 234px;
  margin: 0 auto;
  width: auto;
}

/* line 2116, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card .card-text-wrapper {
  padding: 16px 20px 26px 22px;
}

/* line 2120, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card .card-company {
  color: #169d5b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 2128, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card .card-title {
  font-size: 20px;
  line-height: 120%;
}

/* line 2133, app/assets/stylesheets/base/_base.scss */
.ewg-beautycounter-homepage .card .card-product-name {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 120%;
}

/* line 2141, app/assets/stylesheets/base/_base.scss */
.diaper-hero-wrapper {
  background-image: url(https://www.ewg.org/cleaners/happy-baby.jpg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 2141, app/assets/stylesheets/base/_base.scss */
  .diaper-hero-wrapper {
    padding-bottom: 400px;
    padding-top: 0px;
  }
}

/* line 2162, app/assets/stylesheets/base/_base.scss */
#sunscreen_banner {
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 86px;
}

/* line 2168, app/assets/stylesheets/base/_base.scss */
#sunscreen_banner h2 {
  font-family: Niveau Grotesk;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}

/* line 2175, app/assets/stylesheets/base/_base.scss */
#sunscreen_banner span {
  font-family: Niveau Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
}

/* line 2182, app/assets/stylesheets/base/_base.scss */
#sunscreen_banner a {
  text-decoration: underline;
}

/* line 2187, app/assets/stylesheets/base/_base.scss */
.homepage-hero-wrapper {
  background-position: bottom;
  background-position-x: 0, 0;
  background-position-y: bottom, 0;
  background-repeat: no-repeat;
  background-size: 120%, 100%;
}

@media (min-width: 600px) {
  /* line 2187, app/assets/stylesheets/base/_base.scss */
  .homepage-hero-wrapper {
    background-position-y: 240px, 0;
    background-position-x: -220px, 0;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  /* line 2187, app/assets/stylesheets/base/_base.scss */
  .homepage-hero-wrapper {
    padding-top: 0;
  }
}

@media (min-width: 960px) {
  /* line 2187, app/assets/stylesheets/base/_base.scss */
  .homepage-hero-wrapper {
    background-position-x: initial;
    padding-bottom: 0;
  }
}

/* line 2220, app/assets/stylesheets/base/_base.scss */
.homepage-hero-wrapper #background-video {
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  position: absolute;
  top: 50px;
  right: 0;
  overflow: hidden !important;
  overflow-x: hidden !important;
}

@media (min-width: 768px) {
  /* line 2220, app/assets/stylesheets/base/_base.scss */
  .homepage-hero-wrapper #background-video {
    bottom: 0;
  }
}

/* line 2238, app/assets/stylesheets/base/_base.scss */
.homepage-header-search {
  padding: 2.5em 20px 10em;
}

@media (min-width: 768px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 5em 70px 14em;
  }
}

@media (min-width: 960px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 6em 120px 12em;
  }
}

@media (min-width: 1100px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 7em 120px 12em;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1699px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 13em 120px 11em;
  }
}

@media screen and (min-width: 1700px) and (max-width: 2250px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 13em 120px 23em;
  }
}

@media screen and (min-width: 2251px) and (max-width: 3839px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 17em 120px 41em;
  }
}

@media (min-width: 3840px) {
  /* line 2238, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search {
    padding: 32em 120px 90em;
  }
}

/* line 2277, app/assets/stylesheets/base/_base.scss */
.homepage-header-search h1 {
  max-width: 383px;
  color: #37205F;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  /* line 2277, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search h1 {
    margin-bottom: 30px;
    max-width: 690px;
    font-size: 70px;
  }
}

/* line 2294, app/assets/stylesheets/base/_base.scss */
.homepage-header-search .tagline {
  color: #37205F;
  font-family: "freight-text-pro", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  /* line 2294, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search .tagline {
    margin-bottom: 38px;
  }
}

/* line 2308, app/assets/stylesheets/base/_base.scss */
.homepage-header-search .easy-autocomplete {
  width: 100%;
}

/* line 2311, app/assets/stylesheets/base/_base.scss */
.homepage-header-search .easy-autocomplete input {
  border: none;
  border-radius: 100px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  height: 50px;
  margin: 0 auto;
  text-indent: 20px;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 2311, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search .easy-autocomplete input {
    font-size: 15px;
  }
}

@media (min-width: 600px) {
  /* line 2308, app/assets/stylesheets/base/_base.scss */
  .homepage-header-search .easy-autocomplete {
    max-width: 500px;
  }
}

/* line 2330, app/assets/stylesheets/base/_base.scss */
.homepage-header-search .easy-autocomplete input:hover,
.homepage-header-search .easy-autocomplete input:focus {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 2336, app/assets/stylesheets/base/_base.scss */
.homepage-header-search .find-ewgv {
  color: #37205F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 30px;
}

/* line 2348, app/assets/stylesheets/base/_base.scss */
.diaper-cards-wrapper {
  display: flex;
  justify-content: center;
}

/* line 2353, app/assets/stylesheets/base/_base.scss */
.diaper-card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: block;
  margin: 0 20px 30px 0;
  padding: 20px 20px 26px 22px;
}

@media (min-width: 768px) {
  /* line 2353, app/assets/stylesheets/base/_base.scss */
  .diaper-card {
    margin: 0;
    max-width: 325px;
    width: 325px;
  }
}

/* line 2368, app/assets/stylesheets/base/_base.scss */
.diaper-card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 2372, app/assets/stylesheets/base/_base.scss */
.diaper-card .card-img-wrapper {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
  padding: 20px;
}

/* line 2379, app/assets/stylesheets/base/_base.scss */
.diaper-card .card-img-wrapper img {
  display: block;
  max-height: 220px;
  max-width: 234px;
  margin: 0 auto;
  width: auto;
}

/* line 2389, app/assets/stylesheets/base/_base.scss */
.diaper-card .card-text-wrapper {
  padding: 16px 20px 26px 22px;
}

/* line 2393, app/assets/stylesheets/base/_base.scss */
.diaper-card .card-company {
  color: #169d5b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 2401, app/assets/stylesheets/base/_base.scss */
.diaper-card .card-title {
  font-size: 20px;
  line-height: 120%;
}

/* line 2406, app/assets/stylesheets/base/_base.scss */
.diaper-card .card-product-name {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 120%;
}

/* line 2413, app/assets/stylesheets/base/_base.scss */
.diaper-header {
  padding: 0 20px;
  margin-top: 140px;
}

@media (min-width: 960px) {
  /* line 2413, app/assets/stylesheets/base/_base.scss */
  .diaper-header {
    padding: 0 160px;
  }
}

/* line 2421, app/assets/stylesheets/base/_base.scss */
.diaper-header h1 {
  font-size: 60px;
  font-style: normal;
  max-width: 525px;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  /* line 2421, app/assets/stylesheets/base/_base.scss */
  .diaper-header h1 {
    margin-bottom: 20px;
    max-width: 525px;
  }
}

/* line 2433, app/assets/stylesheets/base/_base.scss */
.diaper-header .tagline {
  padding-bottom: 20px;
  margin-bottom: 34px;
  /* or 28px */
  color: #2b2b2b;
  width: 420px;
  height: 130px;
}

@media (min-width: 768px) {
  /* line 2433, app/assets/stylesheets/base/_base.scss */
  .diaper-header .tagline {
    margin-bottom: 38px;
  }
}

/* line 2449, app/assets/stylesheets/base/_base.scss */
.homepage-search-wrapper {
  position: relative;
  margin-bottom: 22px;
}

/* line 2454, app/assets/stylesheets/base/_base.scss */
.homepage-search-submit,
.homepage-search-submit-2 {
  background: url(https://static.ewg.org/skindeep/img/icon-search.svg) no-repeat center;
  background-size: 17px 17px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 100%;
  outline: none;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  right: 12px;
  top: 0;
  width: 26px;
}

@media (min-width: 632px) {
  /* line 2472, app/assets/stylesheets/base/_base.scss */
  .homepage-search-submit {
    left: 460px;
    right: auto;
  }
}

@media (min-width: 632px) {
  /* line 2479, app/assets/stylesheets/base/_base.scss */
  .homepage-search-submit-2 {
    left: 546px;
    right: auto;
  }
}

/* line 2486, app/assets/stylesheets/base/_base.scss */
.browse-search-wrapper {
  position: relative;
  margin: 0 auto 34px;
  max-width: 1292px;
  padding: 0 20px;
  z-index: 10;
}

@media (min-width: 768px) {
  /* line 2486, app/assets/stylesheets/base/_base.scss */
  .browse-search-wrapper {
    margin: 0 auto 74px;
  }
}

/* line 2498, app/assets/stylesheets/base/_base.scss */
.browse-search-submit {
  background: url(https://static.ewg.org/skindeep/img/icon-search.svg) no-repeat center;
  background-size: 17px 17px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 100%;
  outline: none;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  right: 40px;
  top: 0;
  width: 26px;
}

/* line 2520, app/assets/stylesheets/base/_base.scss */
input.browse-search-input {
  border: none;
  border-radius: 100px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 12px;
  height: 49px;
  margin: 0 auto;
  text-indent: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2520, app/assets/stylesheets/base/_base.scss */
  input.browse-search-input {
    font-size: 14px;
  }
}

/* line 2537, app/assets/stylesheets/base/_base.scss */
input.header-search-input {
  border: none;
  border-radius: 100px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 12px;
  height: 49px;
  margin: 0 auto;
  text-indent: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2537, app/assets/stylesheets/base/_base.scss */
  input.header-search-input {
    font-size: 14px;
  }
}

/* line 2554, app/assets/stylesheets/base/_base.scss */
.build-report-wrapper-header {
  line-height: 28px;
  margin-bottom: 42px;
}

@media (min-width: 768px) {
  /* line 2554, app/assets/stylesheets/base/_base.scss */
  .build-report-wrapper-header {
    margin-bottom: 56px;
  }
}

@media (min-width: 960px) {
  /* line 2554, app/assets/stylesheets/base/_base.scss */
  .build-report-wrapper-header {
    margin-bottom: 68px;
  }
}

/* line 2566, app/assets/stylesheets/base/_base.scss */
.build-report-wrapper-header a {
  margin-left: 8px;
}

@media (min-width: 600px) {
  /* line 2566, app/assets/stylesheets/base/_base.scss */
  .build-report-wrapper-header a {
    margin-left: 20px;
  }
}

/* line 2574, app/assets/stylesheets/base/_base.scss */
.build-report-wrapper-header .underline-hover:after,
.build-report-wrapper-header .underline-hover:before {
  bottom: 0;
}

/* line 2580, app/assets/stylesheets/base/_base.scss */
.our-experts {
  margin-bottom: 64px;
  padding: 0 20px;
}

@media (min-width: 960px) {
  /* line 2580, app/assets/stylesheets/base/_base.scss */
  .our-experts {
    padding: 0 40px;
  }
}

@media (min-width: 1100px) {
  /* line 2588, app/assets/stylesheets/base/_base.scss */
  .our-experts .experts-wrapper {
    display: flex;
  }
}

/* line 2595, app/assets/stylesheets/base/_base.scss */
.our-experts .experts-upper img {
  display: block;
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 2595, app/assets/stylesheets/base/_base.scss */
  .our-experts .experts-upper img {
    width: 660px;
  }
}

@media (min-width: 1400px) {
  /* line 2595, app/assets/stylesheets/base/_base.scss */
  .our-experts .experts-upper img {
    width: 825px;
  }
}

/* line 2609, app/assets/stylesheets/base/_base.scss */
.our-experts .experts-lower {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 44px;
}

@media (min-width: 768px) {
  /* line 2609, app/assets/stylesheets/base/_base.scss */
  .our-experts .experts-lower {
    padding: 40px 130px;
  }
}

@media (min-width: 1100px) {
  /* line 2609, app/assets/stylesheets/base/_base.scss */
  .our-experts .experts-lower {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}

@media (min-width: 1400px) {
  /* line 2609, app/assets/stylesheets/base/_base.scss */
  .our-experts .experts-lower {
    padding: 0 70px;
  }
}

/* line 2631, app/assets/stylesheets/base/_base.scss */
.news-and-updates {
  margin-bottom: 40px;
}

/* line 2634, app/assets/stylesheets/base/_base.scss */
.news-and-updates h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 110% */
  letter-spacing: -0.16px;
}

@media (min-width: 768px) {
  /* line 2634, app/assets/stylesheets/base/_base.scss */
  .news-and-updates h2 {
    font-size: 40px;
  }
}

@media (min-width: 1400px) {
  /* line 2634, app/assets/stylesheets/base/_base.scss */
  .news-and-updates h2 {
    margin-bottom: 60px;
  }
}

/* line 2651, app/assets/stylesheets/base/_base.scss */
.news-and-updates .underline-hover {
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 2655, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card-container {
    display: flex;
  }
  /* line 2659, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card-container:nth-child(1), .news-and-updates .card-container:nth-child(2) {
    justify-content: center;
  }
  /* line 2664, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card-container:nth-child(3), .news-and-updates .card-container:nth-child(4) {
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  /* line 2676, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card-container:nth-child(1), .news-and-updates .card-container:nth-child(3) {
    padding-top: 0;
  }
}

/* line 2683, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card-wrapper {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  /* line 2683, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card-wrapper {
    columns: 3 300px;
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  /* line 2683, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 1200px;
  }
}

/* line 2699, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: block;
  margin: 0 20px 30px 0;
  border: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  /* line 2699, app/assets/stylesheets/base/_base.scss */
  .news-and-updates .card {
    margin: 0 0 20px;
    max-width: 325px;
    width: auto;
  }
}

/* line 2715, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 2720, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card .card-img-wrapper img {
  display: block;
  width: 100%;
}

/* line 2726, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card .card-text-wrapper {
  padding: 16px 20px 26px 22px;
}

/* line 2730, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card .card-cat {
  color: rgba(43, 43, 43, 0.6);
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  font-weight: 500;
}

/* line 2738, app/assets/stylesheets/base/_base.scss */
.news-and-updates .card .card-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  letter-spacing: 0.4px;
}

/* line 2748, app/assets/stylesheets/base/_base.scss */
.news-and-updates a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* line 2758, app/assets/stylesheets/base/_base.scss */
.download-the-app {
  padding: 66px 20px 50px;
}

@media (min-width: 768px) {
  /* line 2758, app/assets/stylesheets/base/_base.scss */
  .download-the-app {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1440px;
  }
}

/* line 2769, app/assets/stylesheets/base/_base.scss */
.download-the-app .app-img-wrapper {
  margin: 0 0 34px;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

/* line 2775, app/assets/stylesheets/base/_base.scss */
.download-the-app .app-img-wrapper img {
  margin: 0 auto;
  width: 100%;
  padding: 3em 1.5em 1em;
}

@media (min-width: 768px) {
  /* line 2775, app/assets/stylesheets/base/_base.scss */
  .download-the-app .app-img-wrapper img {
    padding: 0 2.5em 2em;
  }
}

@media (min-width: 960px) {
  /* line 2775, app/assets/stylesheets/base/_base.scss */
  .download-the-app .app-img-wrapper img {
    padding: 0 11em;
  }
}

@media (min-width: 1100px) {
  /* line 2775, app/assets/stylesheets/base/_base.scss */
  .download-the-app .app-img-wrapper img {
    padding: 0 15em;
  }
}

@media (min-width: 1400px) {
  /* line 2775, app/assets/stylesheets/base/_base.scss */
  .download-the-app .app-img-wrapper img {
    padding: 0 20em;
  }
}

@media (min-width: 768px) {
  /* line 2799, app/assets/stylesheets/base/_base.scss */
  .download-the-app .text-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 14em;
    position: absolute;
    color: #fff;
  }
  /* line 2809, app/assets/stylesheets/base/_base.scss */
  .download-the-app .text-wrapper .underline-hover:after,
.download-the-app .text-wrapper .underline-hover:before {
    background-color: #fff;
  }
}

@media only screen and (min-width: 800px) {
  /* line 2799, app/assets/stylesheets/base/_base.scss */
  .download-the-app .text-wrapper {
    margin-right: 15em;
  }
}

@media only screen and (min-width: 1300px) {
  /* line 2799, app/assets/stylesheets/base/_base.scss */
  .download-the-app .text-wrapper {
    margin-right: 19em;
  }
}

/* line 2824, app/assets/stylesheets/base/_base.scss */
.download-the-app a {
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 2824, app/assets/stylesheets/base/_base.scss */
  .download-the-app a {
    color: #fff;
  }
}

/* line 2834, app/assets/stylesheets/base/_base.scss */
.download-the-app h2 {
  margin-bottom: 16px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 1100px) {
  /* line 2834, app/assets/stylesheets/base/_base.scss */
  .download-the-app h2 {
    font-size: 40px;
  }
}

/* line 2846, app/assets/stylesheets/base/_base.scss */
.download-the-app p {
  margin: 0 auto 16px;
  width: 276px;
  font-family: "freight-text-pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width: 1100px) {
  /* line 2846, app/assets/stylesheets/base/_base.scss */
  .download-the-app p {
    font-size: 18px;
  }
}

/* line 2861, app/assets/stylesheets/base/_base.scss */
.interested-in-diapers {
  padding: 66px 20px 50px;
}

@media (min-width: 768px) {
  /* line 2861, app/assets/stylesheets/base/_base.scss */
  .interested-in-diapers {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1440px;
  }
}

/* line 2872, app/assets/stylesheets/base/_base.scss */
.interested-in-diapers .app-img-wrapper {
  margin: 0 0 34px;
}

/* line 2875, app/assets/stylesheets/base/_base.scss */
.interested-in-diapers .app-img-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 358px;
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 2875, app/assets/stylesheets/base/_base.scss */
  .interested-in-diapers .app-img-wrapper img {
    max-width: 648px;
  }
}

@media (min-width: 768px) {
  /* line 2887, app/assets/stylesheets/base/_base.scss */
  .interested-in-diapers .text-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 50px;
    max-width: 420px;
  }
}

/* line 2898, app/assets/stylesheets/base/_base.scss */
.interested-in-diapers a {
  font-size: 11px;
  letter-spacing: 1.2px;
}

/* line 2903, app/assets/stylesheets/base/_base.scss */
.interested-in-diapers h2 {
  margin-bottom: 16px;
}

/* line 2907, app/assets/stylesheets/base/_base.scss */
.interested-in-diapers p {
  margin: 0 auto 16px;
  width: 320px;
}

/* line 2913, app/assets/stylesheets/base/_base.scss */
.guide-signup {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

/* line 2918, app/assets/stylesheets/base/_base.scss */
.guide-signup img {
  width: 100%;
  padding: 3em 0em;
}

@media (min-width: 768px) {
  /* line 2918, app/assets/stylesheets/base/_base.scss */
  .guide-signup img {
    padding: 0 2em;
  }
}

@media (min-width: 960px) {
  /* line 2918, app/assets/stylesheets/base/_base.scss */
  .guide-signup img {
    padding: 0 4em;
  }
}

@media (min-width: 1100px) {
  /* line 2918, app/assets/stylesheets/base/_base.scss */
  .guide-signup img {
    padding: 0 5em;
  }
}

/* line 2943, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper {
  position: absolute;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 2943, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper {
    margin-bottom: 0;
    margin-left: 16em;
  }
}

@media (min-width: 960px) {
  /* line 2943, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper {
    margin-left: 20em;
  }
}

@media (min-width: 1100px) {
  /* line 2943, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper {
    margin-left: 23em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
  /* line 2943, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper {
    margin-left: 27em;
  }
}

@media (min-width: 1400px) {
  /* line 2943, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper {
    margin-left: 29em;
  }
}

@media (min-width: 2200px) {
  /* line 2943, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper {
    margin-left: 32em;
  }
}

/* line 2973, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .ngp-form {
  width: 70%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 2973, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .ngp-form {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  /* line 2973, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .ngp-form {
    width: 40%;
  }
}

/* line 2995, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner {
  background: transparent;
}

/* line 2998, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-title {
  color: #fff;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-top: 0;
}

@media (min-width: 768px) {
  /* line 2998, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-title {
    padding: 0 40px 23px 40px;
  }
}

@media (min-width: 960px) {
  /* line 2998, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-title {
    padding: 0 23px 23px;
  }
}

@media (min-width: 1100px) {
  /* line 2998, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-title {
    font-size: 30px;
    padding: 23px;
  }
}

@media (min-width: 1400px) {
  /* line 2998, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-title {
    font-size: 40px;
  }
}

/* line 3026, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .HeaderHtml {
  padding: 0 !important;
}

/* line 3031, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-markup p {
  color: #fff;
  text-align: center;
  font-family: "freight-text-pro", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 0 !important;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  /* line 3031, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-markup p {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  /* line 3031, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-markup p {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  /* line 3031, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-markup p {
    font-size: 18px;
  }
}

/* line 3057, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-legend {
  display: none;
}

/* line 3061, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-around;
  align-items: center;
}

/* line 3069, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields .at-row {
  width: 100%;
}

/* line 3073, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields .select2-selection--single,
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields input[type="tel"],
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields input[type="email"] {
  border-radius: 0 !important;
  background: transparent;
  background-image: none !important;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0 !important;
}

/* line 3084, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields .select2-container--default
.select2-selection--single
.select2-selection__rendered,
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields input[type="tel"],
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields input[type="email"],
.guide-signup .ea-guide-signup-wrapper .at-inner .at-fields input[type="submit"] {
  color: #fff;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.636px;
  text-transform: uppercase;
}

/* line 3100, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-form-submit {
  padding-left: 30px;
}

@media (min-width: 960px) {
  /* line 3100, app/assets/stylesheets/base/_base.scss */
  .guide-signup .ea-guide-signup-wrapper .at-inner .at-form-submit {
    padding: 0.625rem;
    padding-left: 30px;
  }
}

/* line 3113, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-form-submit .btn-at-primary {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.636px;
  text-transform: uppercase;
  background-color: #009A4F;
  border: 2px solid #009A4F;
  transition: 0.2s ease-in-out;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 15px 0;
}

/* line 3130, app/assets/stylesheets/base/_base.scss */
.guide-signup .ea-guide-signup-wrapper .at-inner .at-form-submit .btn-at-primary:hover {
  background-color: transparent;
}

/* line 3139, app/assets/stylesheets/base/_base.scss */
.experts-header {
  margin-bottom: 54px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  /* line 3139, app/assets/stylesheets/base/_base.scss */
  .experts-header {
    margin-bottom: 70px;
  }
}

@media (min-width: 960px) {
  /* line 3139, app/assets/stylesheets/base/_base.scss */
  .experts-header {
    margin-bottom: 118px;
    padding-left: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 3139, app/assets/stylesheets/base/_base.scss */
  .experts-header {
    padding-left: 204px;
  }
}

/* line 3156, app/assets/stylesheets/base/_base.scss */
.experts-header p {
  max-width: 714px;
}

/* line 3161, app/assets/stylesheets/base/_base.scss */
.experts-header-img-block {
  background: linear-gradient(180deg, rgba(251, 228, 209, 0) 1.56%, #fbe4d1 55.21%, rgba(251, 228, 209, 0) 100%);
  padding: 40px 20px;
}

@media (min-width: 768px) {
  /* line 3161, app/assets/stylesheets/base/_base.scss */
  .experts-header-img-block {
    padding: 100px 100px 52px;
  }
}

/* line 3174, app/assets/stylesheets/base/_base.scss */
.experts-header-img-block img {
  width: 100%;
}

/* line 3179, app/assets/stylesheets/base/_base.scss */
.our-team {
  padding: 40px 20px;
}

@media (min-width: 960px) {
  /* line 3179, app/assets/stylesheets/base/_base.scss */
  .our-team {
    display: flex;
    padding: 60px 160px 40px 100px;
  }
}

/* line 3187, app/assets/stylesheets/base/_base.scss */
.our-team h2 {
  margin-bottom: 40px;
}

/* line 3191, app/assets/stylesheets/base/_base.scss */
.our-team .section-title-wrapper {
  width: 314px;
}

/* line 3196, app/assets/stylesheets/base/_base.scss */
.expert {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  max-width: 864px;
  padding: 30px 0;
}

@media (min-width: 768px) {
  /* line 3196, app/assets/stylesheets/base/_base.scss */
  .expert {
    display: flex;
    padding: 50px 0;
  }
}

/* line 3207, app/assets/stylesheets/base/_base.scss */
.expert:first-child {
  padding-top: 0;
}

/* line 3211, app/assets/stylesheets/base/_base.scss */
.expert:last-child {
  border-bottom: none;
}

/* line 3215, app/assets/stylesheets/base/_base.scss */
.expert .expert-img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 3215, app/assets/stylesheets/base/_base.scss */
  .expert .expert-img {
    margin-right: 64px;
  }
}

/* line 3222, app/assets/stylesheets/base/_base.scss */
.expert .expert-img img {
  display: block;
  margin: 0 auto;
  width: 250px;
}

@media (min-width: 768px) {
  /* line 3222, app/assets/stylesheets/base/_base.scss */
  .expert .expert-img img {
    margin-bottom: 0;
  }
}

/* line 3233, app/assets/stylesheets/base/_base.scss */
.expert .name {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3233, app/assets/stylesheets/base/_base.scss */
  .expert .name {
    text-align: left;
  }
}

/* line 3243, app/assets/stylesheets/base/_base.scss */
.expert .name:hover {
  color: #0F854A;
}

/* line 3248, app/assets/stylesheets/base/_base.scss */
.expert .title {
  color: rgba(43, 43, 43, 0.8);
  font-size: 18px;
  margin-bottom: 22px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3248, app/assets/stylesheets/base/_base.scss */
  .expert .title {
    text-align: left;
  }
}

/* line 3260, app/assets/stylesheets/base/_base.scss */
.expert p:last-child {
  margin-bottom: 0;
}

/* line 3266, app/assets/stylesheets/base/_base.scss */
.expert-quote-wrapper {
  align-items: center;
  background-image: url(https://static.ewg.org/skindeep/img/expert-quote-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin-bottom: 120px;
  padding: 60px 70px;
}

@media (min-width: 768px) {
  /* line 3266, app/assets/stylesheets/base/_base.scss */
  .expert-quote-wrapper {
    padding: 150px 140px;
  }
}

/* line 3280, app/assets/stylesheets/base/_base.scss */
.expert-quote-wrapper .interior-wrapper {
  width: 100%;
}

/* line 3284, app/assets/stylesheets/base/_base.scss */
.expert-quote-wrapper .quote {
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 26px;
  max-width: 564px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 3284, app/assets/stylesheets/base/_base.scss */
  .expert-quote-wrapper .quote {
    font-size: 36px;
  }
}

/* line 3295, app/assets/stylesheets/base/_base.scss */
.expert-quote-wrapper .quote::before {
  content: "“";
  font-family: "freight-text-pro", serif;
  font-size: 50px;
  left: -40px;
  position: absolute;
}

/* line 3304, app/assets/stylesheets/base/_base.scss */
.expert-quote-wrapper .name {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 3311, app/assets/stylesheets/base/_base.scss */
.expert-quote-wrapper .name a:hover {
  text-decoration: underline;
}

/* line 3318, app/assets/stylesheets/base/_base.scss */
.experts-insights {
  margin-bottom: 130px;
}

/* line 3321, app/assets/stylesheets/base/_base.scss */
.experts-insights h2 {
  margin-bottom: 70px;
}

/* line 3325, app/assets/stylesheets/base/_base.scss */
.experts-insights .insights-wrapper {
  padding: 0 20px;
}

/* line 3329, app/assets/stylesheets/base/_base.scss */
.experts-insights .insight-video {
  margin-bottom: 38px;
}

@media (min-width: 1100px) {
  /* line 3329, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-video {
    display: flex;
  }
  /* line 3335, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-video.reverse {
    flex-direction: row-reverse;
  }
}

/* line 3340, app/assets/stylesheets/base/_base.scss */
.experts-insights .insight-video h3 {
  font-size: 28px;
}

/* line 3344, app/assets/stylesheets/base/_base.scss */
.experts-insights .insight-video p {
  line-height: 28px;
  letter-spacing: -0.07px;
}

/* line 3351, app/assets/stylesheets/base/_base.scss */
.experts-insights .insight-upper img {
  display: block;
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 3351, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-upper img {
    width: 660px;
  }
}

@media (min-width: 1400px) {
  /* line 3351, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-upper img {
    width: 825px;
  }
}

/* line 3365, app/assets/stylesheets/base/_base.scss */
.experts-insights .insight-lower {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 44px;
}

@media (min-width: 768px) {
  /* line 3365, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-lower {
    padding: 40px 130px;
  }
}

@media (min-width: 1100px) {
  /* line 3365, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-lower {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}

@media (min-width: 1400px) {
  /* line 3365, app/assets/stylesheets/base/_base.scss */
  .experts-insights .insight-lower {
    padding: 0 100px;
  }
}

/* line 3389, app/assets/stylesheets/base/_base.scss */
.bg-gradient-green.ewgverified {
  background: linear-gradient(180deg, rgba(223, 241, 223, 0) 1.56%, #dff1df 4%, rgba(223, 241, 223, 0) 60%);
}

@media (min-width: 768px) {
  /* line 3389, app/assets/stylesheets/base/_base.scss */
  .bg-gradient-green.ewgverified {
    background: linear-gradient(180deg, rgba(223, 241, 223, 0) 1.56%, #dff1df 55.21%, rgba(223, 241, 223, 0) 80%);
  }
}

/* line 3408, app/assets/stylesheets/base/_base.scss */
.verified-mark-you-can-trust {
  background-color: #fff;
  margin: 0 22px 30px;
}

@media (min-width: 768px) {
  /* line 3408, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust {
    display: flex;
    flex-direction: row-reverse;
    height: 508px;
    margin: 0 auto 56px;
    max-width: 840px;
  }
}

@media (min-width: 1100px) {
  /* line 3408, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust {
    height: 678px;
    max-width: 1240px;
  }
}

/* line 3426, app/assets/stylesheets/base/_base.scss */
.verified-mark-you-can-trust .upper img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 3426, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .upper img {
    width: 457px;
  }
}

@media (min-width: 1100px) {
  /* line 3426, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .upper img {
    width: 610px;
  }
}

/* line 3440, app/assets/stylesheets/base/_base.scss */
.verified-mark-you-can-trust .lower {
  padding: 32px 28px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3440, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .lower {
    text-align: left;
  }
}

@media (min-width: 1100px) {
  /* line 3440, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .lower {
    text-align: left;
    padding: 88px;
  }
}

/* line 3453, app/assets/stylesheets/base/_base.scss */
.verified-mark-you-can-trust .lower h2 {
  margin: 0 auto 18px;
  width: 178px;
}

@media (min-width: 768px) {
  /* line 3453, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .lower h2 {
    margin: 0 0 18px;
  }
}

@media (min-width: 1100px) {
  /* line 3453, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .lower h2 {
    width: auto;
  }
}

/* line 3466, app/assets/stylesheets/base/_base.scss */
.verified-mark-you-can-trust .lower .verified-logo {
  margin-bottom: 12px;
  width: 100px;
}

@media (min-width: 1100px) {
  /* line 3466, app/assets/stylesheets/base/_base.scss */
  .verified-mark-you-can-trust .lower .verified-logo {
    width: 228px;
  }
}

/* line 3477, app/assets/stylesheets/base/_base.scss */
.checkmarks-wrapper {
  text-align: center;
  margin-bottom: 68px;
  padding: 0 36px;
}

@media (min-width: 768px) {
  /* line 3477, app/assets/stylesheets/base/_base.scss */
  .checkmarks-wrapper {
    display: flex;
    margin-bottom: 78px;
  }
}

@media (min-width: 1100px) {
  /* line 3477, app/assets/stylesheets/base/_base.scss */
  .checkmarks-wrapper {
    padding: 0 130px;
  }
}

/* line 3492, app/assets/stylesheets/base/_base.scss */
.checkmark-item {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  padding: 30px 14px 20px;
}

@media (min-width: 768px) {
  /* line 3492, app/assets/stylesheets/base/_base.scss */
  .checkmark-item {
    border-bottom: none;
    border-right: 1px solid rgba(43, 43, 43, 0.15);
  }
}

@media (min-width: 1100px) {
  /* line 3492, app/assets/stylesheets/base/_base.scss */
  .checkmark-item {
    padding: 30px 30px 20px;
  }
}

/* line 3505, app/assets/stylesheets/base/_base.scss */
.checkmark-item:last-child {
  border-bottom: none;
  border-right: none;
}

@media (min-width: 960px) {
  /* line 3510, app/assets/stylesheets/base/_base.scss */
  .checkmark-item h3 {
    font-size: 28px;
  }
}

/* line 3516, app/assets/stylesheets/base/_base.scss */
.checkmark-item .checkmark-img {
  margin-bottom: 14px;
  width: 60px;
}

/* line 3522, app/assets/stylesheets/base/_base.scss */
.slider-parent {
  margin-bottom: 150px;
  padding: 0 20px;
}

@media (min-width: 960px) {
  /* line 3522, app/assets/stylesheets/base/_base.scss */
  .slider-parent {
    padding: 0;
  }
}

/* line 3530, app/assets/stylesheets/base/_base.scss */
.slider-parent .cards-wrapper,
.slider-parent .cards-wrapper-center {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  /* line 3530, app/assets/stylesheets/base/_base.scss */
  .slider-parent .cards-wrapper,
.slider-parent .cards-wrapper-center {
    columns: 2 325px;
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  /* line 3540, app/assets/stylesheets/base/_base.scss */
  .slider-parent .cards-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  /* line 3548, app/assets/stylesheets/base/_base.scss */
  .slider-parent .cards-wrapper-center {
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
}

/* line 3556, app/assets/stylesheets/base/_base.scss */
.slider-parent .card-container {
  padding: 20px 20px 30px 0;
}

@media (min-width: 768px) {
  /* line 3556, app/assets/stylesheets/base/_base.scss */
  .slider-parent .card-container {
    display: flex;
    padding: 0 0 20px;
  }
  /* line 3563, app/assets/stylesheets/base/_base.scss */
  .slider-parent .card-container:nth-child(odd) {
    padding-top: 20px;
  }
  /* line 3567, app/assets/stylesheets/base/_base.scss */
  .slider-parent .card-container:nth-child(1), .slider-parent .card-container:nth-child(2) {
    justify-content: flex-end;
  }
  /* line 3572, app/assets/stylesheets/base/_base.scss */
  .slider-parent .card-container:nth-child(3), .slider-parent .card-container:nth-child(4) {
    justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  /* line 3579, app/assets/stylesheets/base/_base.scss */
  .slider-parent .card-container:nth-child(odd) {
    padding-top: 0;
  }
}

/* line 3585, app/assets/stylesheets/base/_base.scss */
.slider-parent .card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  height: 356px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 3585, app/assets/stylesheets/base/_base.scss */
  .slider-parent .card {
    max-width: 325px;
    width: 325px;
  }
}

/* line 3602, app/assets/stylesheets/base/_base.scss */
.slider-parent .card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 3606, app/assets/stylesheets/base/_base.scss */
.slider-parent .card .card-img-wrapper {
  align-items: center;
  display: flex;
  height: 240px;
  justify-content: center;
}

/* line 3613, app/assets/stylesheets/base/_base.scss */
.slider-parent .card .card-img-wrapper img {
  display: block;
  max-height: 200px;
  max-width: 234px;
  margin: 0 auto;
  width: auto;
}

/* line 3623, app/assets/stylesheets/base/_base.scss */
.slider-parent .card .card-text-wrapper {
  padding: 0 20px 26px;
}

/* line 3627, app/assets/stylesheets/base/_base.scss */
.slider-parent .card .card-company {
  color: #169d5b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 3635, app/assets/stylesheets/base/_base.scss */
.slider-parent .card .card-title {
  font-size: 20px;
  line-height: 120%;
}

/* line 3640, app/assets/stylesheets/base/_base.scss */
.slider-parent .card .card-product-name {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 120%;
}

/* line 3647, app/assets/stylesheets/base/_base.scss */
.slider-parent .product-tile {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  max-width: initial;
  width: auto;
  transition: 0.3s ease-in-out;
}

@media (min-width: 600px) {
  /* line 3647, app/assets/stylesheets/base/_base.scss */
  .slider-parent .product-tile {
    margin: 0;
    margin-bottom: 14px;
    max-width: 266px;
    width: 266px;
  }
}

@media (min-width: 768px) {
  /* line 3647, app/assets/stylesheets/base/_base.scss */
  .slider-parent .product-tile {
    max-width: 296px;
    width: 296px;
  }
}

/* line 3669, app/assets/stylesheets/base/_base.scss */
.slider-parent .product-tile .product-image-wrapper {
  height: 250px;
  width: auto;
}

/* line 3674, app/assets/stylesheets/base/_base.scss */
.slider-parent .product-tile .product-image {
  margin: 0;
  max-height: 220px;
}

/* line 3679, app/assets/stylesheets/base/_base.scss */
.slider-parent .product-tile:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 3684, app/assets/stylesheets/base/_base.scss */
.slider-parent .underline-hover {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 3691, app/assets/stylesheets/base/_base.scss */
.newly-verified {
  margin-bottom: 68px;
}

@media (min-width: 768px) {
  /* line 3691, app/assets/stylesheets/base/_base.scss */
  .newly-verified {
    margin-bottom: 82px;
  }
}

@media (min-width: 960px) {
  /* line 3691, app/assets/stylesheets/base/_base.scss */
  .newly-verified {
    margin-bottom: 110px;
  }
}

/* line 3702, app/assets/stylesheets/base/_base.scss */
.newly-verified h2 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 3702, app/assets/stylesheets/base/_base.scss */
  .newly-verified h2 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1100px) {
  /* line 3702, app/assets/stylesheets/base/_base.scss */
  .newly-verified h2 {
    margin-bottom: 60px;
  }
}

/* line 3714, app/assets/stylesheets/base/_base.scss */
.newly-verified .cards-wrapper {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  /* line 3714, app/assets/stylesheets/base/_base.scss */
  .newly-verified .cards-wrapper {
    columns: 2 325px;
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  /* line 3714, app/assets/stylesheets/base/_base.scss */
  .newly-verified .cards-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

/* line 3729, app/assets/stylesheets/base/_base.scss */
.newly-verified .card-container {
  padding: 20px 20px 30px 0;
}

@media (min-width: 768px) {
  /* line 3729, app/assets/stylesheets/base/_base.scss */
  .newly-verified .card-container {
    display: flex;
    padding: 0 0 20px;
  }
  /* line 3736, app/assets/stylesheets/base/_base.scss */
  .newly-verified .card-container:nth-child(odd) {
    padding-top: 20px;
  }
  /* line 3740, app/assets/stylesheets/base/_base.scss */
  .newly-verified .card-container:nth-child(1), .newly-verified .card-container:nth-child(2) {
    justify-content: flex-end;
  }
  /* line 3745, app/assets/stylesheets/base/_base.scss */
  .newly-verified .card-container:nth-child(3), .newly-verified .card-container:nth-child(4) {
    justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  /* line 3752, app/assets/stylesheets/base/_base.scss */
  .newly-verified .card-container:nth-child(odd) {
    padding-top: 0;
  }
}

/* line 3758, app/assets/stylesheets/base/_base.scss */
.newly-verified .card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  height: 356px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 3758, app/assets/stylesheets/base/_base.scss */
  .newly-verified .card {
    max-width: 325px;
    width: 325px;
  }
}

/* line 3775, app/assets/stylesheets/base/_base.scss */
.newly-verified .card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 3779, app/assets/stylesheets/base/_base.scss */
.newly-verified .card .card-img-wrapper {
  align-items: center;
  display: flex;
  height: 240px;
  justify-content: center;
}

/* line 3786, app/assets/stylesheets/base/_base.scss */
.newly-verified .card .card-img-wrapper img {
  display: block;
  max-height: 200px;
  max-width: 234px;
  margin: 0 auto;
  width: auto;
}

/* line 3796, app/assets/stylesheets/base/_base.scss */
.newly-verified .card .card-text-wrapper {
  padding: 0 20px 26px;
}

/* line 3800, app/assets/stylesheets/base/_base.scss */
.newly-verified .card .card-company {
  color: #169d5b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 3808, app/assets/stylesheets/base/_base.scss */
.newly-verified .card .card-title {
  font-size: 20px;
  line-height: 120%;
}

/* line 3813, app/assets/stylesheets/base/_base.scss */
.newly-verified .card .card-product-name {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 120%;
}

/* line 3820, app/assets/stylesheets/base/_base.scss */
.newly-verified .underline-hover {
  display: block;
  margin: 0 auto;
}

/* line 3826, app/assets/stylesheets/base/_base.scss */
.verified-diapers {
  margin-bottom: 68px;
}

@media (min-width: 768px) {
  /* line 3826, app/assets/stylesheets/base/_base.scss */
  .verified-diapers {
    margin-bottom: 82px;
  }
}

@media (min-width: 960px) {
  /* line 3826, app/assets/stylesheets/base/_base.scss */
  .verified-diapers {
    margin-bottom: 110px;
  }
}

/* line 3837, app/assets/stylesheets/base/_base.scss */
.verified-diapers h2 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 3837, app/assets/stylesheets/base/_base.scss */
  .verified-diapers h2 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1100px) {
  /* line 3837, app/assets/stylesheets/base/_base.scss */
  .verified-diapers h2 {
    margin-bottom: 60px;
  }
}

/* line 3849, app/assets/stylesheets/base/_base.scss */
.verified-diapers .cards-wrapper {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  /* line 3849, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .cards-wrapper {
    columns: 2 325px;
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  /* line 3849, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .cards-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

/* line 3864, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card-container {
  padding: 20px 20px 30px 0;
}

@media (min-width: 768px) {
  /* line 3864, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .card-container {
    display: flex;
    padding: 0 0 20px;
  }
  /* line 3871, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .card-container:nth-child(odd) {
    padding-top: 20px;
  }
  /* line 3875, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .card-container:nth-child(1), .verified-diapers .card-container:nth-child(2) {
    justify-content: flex-end;
  }
  /* line 3880, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .card-container:nth-child(3), .verified-diapers .card-container:nth-child(4) {
    justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  /* line 3887, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .card-container:nth-child(odd) {
    padding-top: 0;
  }
}

/* line 3893, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  height: 356px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 3893, app/assets/stylesheets/base/_base.scss */
  .verified-diapers .card {
    max-width: 325px;
    width: 325px;
  }
}

/* line 3910, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card:hover {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.2);
}

/* line 3914, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card .card-img-wrapper {
  align-items: center;
  display: flex;
  height: 240px;
  justify-content: center;
}

/* line 3921, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card .card-img-wrapper img {
  display: block;
  max-height: 200px;
  max-width: 234px;
  margin: 0 auto;
  width: auto;
}

/* line 3931, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card .card-text-wrapper {
  padding: 0 20px 26px;
}

/* line 3935, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card .card-company {
  color: #169d5b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 3943, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card .card-title {
  font-size: 20px;
  line-height: 120%;
}

/* line 3948, app/assets/stylesheets/base/_base.scss */
.verified-diapers .card .card-product-name {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 120%;
}

/* line 3955, app/assets/stylesheets/base/_base.scss */
.verified-diapers .underline-hover {
  display: block;
  margin: 0 auto;
}

/* line 3961, app/assets/stylesheets/base/_base.scss */
.find-verified-products {
  align-items: center;
  background-image: url(https://static.ewg.org/skindeep/img/verified-search-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 316px;
  margin-bottom: 128px;
  text-align: center;
}

/* line 3971, app/assets/stylesheets/base/_base.scss */
.find-verified-products p {
  margin-bottom: 28px;
}

/* line 3975, app/assets/stylesheets/base/_base.scss */
.find-verified-products .interior-wrapper {
  padding: 0 20px;
}

/* line 3979, app/assets/stylesheets/base/_base.scss */
.find-verified-products .verified-locator-form {
  position: relative;
}

/* line 3983, app/assets/stylesheets/base/_base.scss */
.find-verified-products input.homepage-search-input {
  max-width: 400px;
}

@media (min-width: 632px) {
  /* line 3988, app/assets/stylesheets/base/_base.scss */
  .find-verified-products .homepage-search-submit {
    left: 470px;
    right: auto;
  }
}

/* line 3995, app/assets/stylesheets/base/_base.scss */
.join-verified {
  margin-bottom: 82px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  /* line 3995, app/assets/stylesheets/base/_base.scss */
  .join-verified {
    display: flex;
    height: 382px;
    margin-bottom: 126px;
    padding: 0 50px;
  }
}

@media (min-width: 1100px) {
  /* line 3995, app/assets/stylesheets/base/_base.scss */
  .join-verified {
    height: 680px;
  }
}

/* line 4010, app/assets/stylesheets/base/_base.scss */
.join-verified .upper {
  margin-bottom: 20px;
}

/* line 4013, app/assets/stylesheets/base/_base.scss */
.join-verified .upper img {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 4013, app/assets/stylesheets/base/_base.scss */
  .join-verified .upper img {
    width: 356px;
  }
}

@media (min-width: 1100px) {
  /* line 4013, app/assets/stylesheets/base/_base.scss */
  .join-verified .upper img {
    width: 634px;
  }
}

@media (min-width: 768px) {
  /* line 4026, app/assets/stylesheets/base/_base.scss */
  .join-verified .lower {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1100px) {
  /* line 4026, app/assets/stylesheets/base/_base.scss */
  .join-verified .lower {
    padding: 0 0 0 100px;
  }
}

@media (min-width: 768px) {
  /* line 4039, app/assets/stylesheets/base/_base.scss */
  .join-verified .lower .text-wrapper {
    max-width: 314px;
  }
}

@media (min-width: 1100px) {
  /* line 4039, app/assets/stylesheets/base/_base.scss */
  .join-verified .lower .text-wrapper {
    max-width: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 4049, app/assets/stylesheets/base/_base.scss */
  .join-verified .lower h2 {
    margin-bottom: 28px;
  }
}

/* line 4055, app/assets/stylesheets/base/_base.scss */
.join-verified .lower p {
  margin-bottom: 16px;
}

@media (min-width: 1100px) {
  /* line 4055, app/assets/stylesheets/base/_base.scss */
  .join-verified .lower p {
    margin-bottom: 28px;
  }
}

/* line 4065, app/assets/stylesheets/base/_base.scss */
.verified-quotes {
  margin-bottom: 82px;
}

@media (min-width: 768px) {
  /* line 4065, app/assets/stylesheets/base/_base.scss */
  .verified-quotes {
    margin-bottom: 120px;
  }
}

@media (min-width: 960px) {
  /* line 4065, app/assets/stylesheets/base/_base.scss */
  .verified-quotes {
    margin-bottom: 136px;
  }
}

/* line 4078, app/assets/stylesheets/base/_base.scss */
.verified-quotes-slider .quote-item {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  margin: 20px 12px;
  padding: 26px 20px 70px;
  text-align: center;
}

/* line 4085, app/assets/stylesheets/base/_base.scss */
.verified-quotes-slider .mark {
  font-family: "freight-text-pro", serif;
  font-size: 50px;
}

/* line 4090, app/assets/stylesheets/base/_base.scss */
.verified-quotes-slider .text {
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  /* line 4090, app/assets/stylesheets/base/_base.scss */
  .verified-quotes-slider .text {
    font-size: 26px;
  }
}

@media (min-width: 960px) {
  /* line 4090, app/assets/stylesheets/base/_base.scss */
  .verified-quotes-slider .text {
    font-size: 32px;
  }
}

/* line 4104, app/assets/stylesheets/base/_base.scss */
.verified-quotes-slider .logo {
  margin: 0 auto;
  width: 120px;
}

@media (min-width: 960px) {
  /* line 4104, app/assets/stylesheets/base/_base.scss */
  .verified-quotes-slider .logo {
    width: 136px;
  }
}

/* line 4117, app/assets/stylesheets/base/_base.scss */
.more-from-category h2,
.more-from-brand h2,
.more-formulation h2 {
  margin-bottom: 54px;
  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;
}

/* line 4131, app/assets/stylesheets/base/_base.scss */
.build-report-banner {
  align-items: center;
  background-image: url(https://static.ewg.org/skindeep/img/ea-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 316px;
  margin-bottom: 128px;
  text-align: center;
}

/* line 4141, app/assets/stylesheets/base/_base.scss */
.build-report-banner h3 {
  font-size: 32px;
}

/* line 4145, app/assets/stylesheets/base/_base.scss */
.build-report-banner p {
  margin-bottom: 28px;
}

/* line 4149, app/assets/stylesheets/base/_base.scss */
.build-report-banner .interior-wrapper {
  max-width: 436px;
  padding: 0 20px;
}

@media (min-width: 600px) {
  /* line 4149, app/assets/stylesheets/base/_base.scss */
  .build-report-banner .interior-wrapper {
    padding: 0;
  }
}

/* line 4158, app/assets/stylesheets/base/_base.scss */
.build-report-banner .btn {
  background-color: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 12px;
  height: auto;
  letter-spacing: 1.6px;
  padding: 18px;
  width: auto;
}

/* line 4170, app/assets/stylesheets/base/_base.scss */
.listings-pagination-wrapper {
  display: none;
  margin: 0 auto;
  max-width: 926px;
}

/* line 4176, app/assets/stylesheets/base/_base.scss */
.diaper-hero {
  /* Who We Are Areas of */
  position: absolute;
  width: 525px;
  height: 132px;
  left: 205px;
  top: 293px;
  /* Desktop/H1 - Landing page */
  font-family: "Niveau Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  /* or 60px */
  letter-spacing: -1px;
  /* EWG Black */
  color: #2b2b2b;
}

/* line 4201, app/assets/stylesheets/base/_base.scss */
.diaper-sub-hero {
  position: absolute;
  width: 420px;
  height: 83px;
  left: 205px;
  top: 448px;
  font-family: "FreightText Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  color: #2b2b2b;
  opacity: 0.9;
}

/* line 4220, app/assets/stylesheets/base/_base.scss */
.looking-for-diapers {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 316px;
  margin-bottom: 128px;
  text-align: center;
  background-image: url(https://www.ewg.org/cleaners/bubbles_bg_wide.jpg);
}

/* line 4230, app/assets/stylesheets/base/_base.scss */
.looking-for-diapers a:link,
.looking-for-diapers a:visited {
  background-color: white;
  color: black;
  padding: 18px 15px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* line 4241, app/assets/stylesheets/base/_base.scss */
.looking-for-diapers a:hover,
.looking-for-diapers a:active,
.looking-for-diapers a.nice-select.open {
  background-color: #d0e9f6;
}

/* line 4246, app/assets/stylesheets/base/_base.scss */
.looking-for-diapers .learn-about-diapers {
  font-size: small;
  background-color: white;
  margin: 0 auto;
  height: 52px;
  width: 200px;
  max-width: 436px;
  padding: 0 20px;
}

@media (min-width: 600px) {
  /* line 4246, app/assets/stylesheets/base/_base.scss */
  .looking-for-diapers .learn-about-diapers {
    padding: 0;
  }
}

/* line 4261, app/assets/stylesheets/base/_base.scss */
.shop-smarter-amazon-banner {
  background-image: url(https://static.ewg.org/upload/jpg/skindeep-shop-smarter-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  justify-content: center;
  margin-bottom: 100px;
  align-items: center;
  height: 355px;
  margin-bottom: 128px;
  text-align: center;
}

/* line 4275, app/assets/stylesheets/base/_base.scss */
.top-banner-text {
  font-family: "niveau-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.16px;
  color: #fff;
  padding: 75px 20px;
}

/* line 4287, app/assets/stylesheets/base/_base.scss */
.top-banner-text h2 {
  color: #fff;
  text-align: center;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

/* line 4297, app/assets/stylesheets/base/_base.scss */
.top-banner-text p {
  color: #fff;
  text-align: center;
  font-family: "FreightText Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.084px;
  margin-bottom: 25px;
}

/* line 4318, app/assets/stylesheets/base/_base.scss */
.top-banner-btn {
  background-color: #fff;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.63636px;
  width: 17em;
  margin: 0 auto;
  padding: 22px 0;
  border: 1px solid #fff;
  transition: 0.1s ease-in-out;
}

/* line 4337, app/assets/stylesheets/base/_base.scss */
.top-banner-btn:hover {
  background-color: transparent;
  color: #fff;
}

/* line 4343, app/assets/stylesheets/base/_base.scss */
.ingredient_pfas_warning {
  margin-bottom: 40px;
  padding: 25px;
  background: #fbf8f8;
}

/* line 4349, app/assets/stylesheets/base/_base.scss */
#st-1 {
  display: none !important;
}

/* line 4353, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper {
  color: #2b2b2b;
  font-family: "niveau-grotesk", sans-serif;
  margin: 0 50px;
}

@media (min-width: 768px) {
  /* line 4353, app/assets/stylesheets/base/_base.scss */
  .bad-record-wrapper {
    margin: 0 100px;
  }
}

@media (min-width: 1100px) {
  /* line 4353, app/assets/stylesheets/base/_base.scss */
  .bad-record-wrapper {
    margin: 0;
  }
}

/* line 4366, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}

/* line 4373, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 4379, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper p {
  font-family: "freight-text-pro", serif !important;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 30px;
}

/* line 4389, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper ul li,
.bad-record-wrapper ul a {
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

/* line 4396, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper ul li {
  font-size: 17px;
}

/* line 4400, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper ul a {
  font-size: 14px;
}

/* line 4403, app/assets/stylesheets/base/_base.scss */
.bad-record-wrapper ul a:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/base/_helpers.scss */
.flex {
  display: flex;
}

/* line 5, app/assets/stylesheets/base/_helpers.scss */
b,
.bold {
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/base/_helpers.scss */
.underline {
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/base/_helpers.scss */
.upcase {
  text-transform: uppercase;
}

/* line 18, app/assets/stylesheets/base/_helpers.scss */
.flex-wrapper {
  display: flex;
}

/* line 22, app/assets/stylesheets/base/_helpers.scss */
.grid {
  display: grid;
}

/* line 26, app/assets/stylesheets/base/_helpers.scss */
.m0a {
  margin: 0 auto;
}

/* line 31, app/assets/stylesheets/base/_helpers.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 35, app/assets/stylesheets/base/_helpers.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 39, app/assets/stylesheets/base/_helpers.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 43, app/assets/stylesheets/base/_helpers.scss */
.mb80 {
  margin-bottom: 80px;
}

/* line 47, app/assets/stylesheets/base/_helpers.scss */
.p0-12 {
  padding: 0 12px !important;
}

/* line 51, app/assets/stylesheets/base/_helpers.scss */
.pt80 {
  padding-top: 80px;
}

/* line 55, app/assets/stylesheets/base/_helpers.scss */
.pb200 {
  padding-bottom: 200px;
}

/* line 58, app/assets/stylesheets/base/_helpers.scss */
.mfix {
  margin: -100px 0 100px 0;
}

/* line 62, app/assets/stylesheets/base/_helpers.scss */
.width90 {
  width: 90%;
}

/* line 66, app/assets/stylesheets/base/_helpers.scss */
.float-l {
  float: left;
}

/* line 70, app/assets/stylesheets/base/_helpers.scss */
.float-r {
  float: right;
}

/* line 74, app/assets/stylesheets/base/_helpers.scss */
.clearfix {
  clear: both;
}

/* line 78, app/assets/stylesheets/base/_helpers.scss */
.clearfix-right-mobile {
  clear: both;
}

/* line 82, app/assets/stylesheets/base/_helpers.scss */
.db {
  display: block;
}

/* line 86, app/assets/stylesheets/base/_helpers.scss */
.dn {
  display: none !important;
}

/* line 94, app/assets/stylesheets/base/_helpers.scss */
.invisible {
  visibility: hidden !important;
}

/* line 98, app/assets/stylesheets/base/_helpers.scss */
.tac {
  text-align: center;
}

/* line 102, app/assets/stylesheets/base/_helpers.scss */
.underline-hover {
  font-size: 11px;
  font-weight: 700 !important;
  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) {
  /* line 102, app/assets/stylesheets/base/_helpers.scss */
  .underline-hover {
    font-size: 12px;
  }
}

/* line 120, app/assets/stylesheets/base/_helpers.scss */
.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);
}

/* line 127, app/assets/stylesheets/base/_helpers.scss */
.underline-hover:after, .underline-hover:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #122940;
}

/* line 137, app/assets/stylesheets/base/_helpers.scss */
.underline-hover:after {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: .13s;
  transform-origin: 100% 50%;
  transform: scaleX(1) translateZ(0);
}

@media (any-hover: hover) {
  /* line 145, app/assets/stylesheets/base/_helpers.scss */
  .underline-hover:hover:before {
    transform: scaleX(1) translateZ(0);
    transition-delay: .13s;
    transition-duration: .5s;
  }
  /* line 151, app/assets/stylesheets/base/_helpers.scss */
  .underline-hover:hover:after {
    transform: scaleX(0) translateZ(0);
    transition-delay: 0s;
    transition-duration: .45s;
  }
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
/* line 10, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete {
  position: relative;
}

/* line 15, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.header-sub-right .easy-autocomplete {
  width: 100%;
}

/* line 20, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete input {
  width: 100%;
  float: none;
  padding: 6px 12px;
}

/* line 31, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete a {
  display: block;
}

/* line 35, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 41, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 46, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

/* line 51, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

/* line 56, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

/* line 62, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

/* line 67, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

/* line 72, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

/* line 77, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

/* line 83, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

/* line 88, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

/* line 93, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

/* line 98, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

/* line 104, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

/* line 109, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

/* line 114, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

/* line 119, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

/* line 125, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

/* line 130, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

/* line 135, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

/* line 141, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark {
  color: #fff;
}

/* line 145, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 152, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 158, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

/* line 162, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

/* line 168, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

/* line 174, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

/* line 178, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 185, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

/* line 191, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 195, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 201, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

/* line 207, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 212, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue {
  color: #fff;
}

/* line 216, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 223, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

/* line 227, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

/* line 231, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

/* line 235, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

/* line 239, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

/* line 245, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

/* line 249, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

/* line 255, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

/* line 261, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow {
  color: #333;
}

/* line 265, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

/* line 273, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 279, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

/* line 283, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

/* line 289, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

/* line 295, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-purple {
  color: #333;
}

/* line 299, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

/* line 306, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 312, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

/* line 316, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

/* line 322, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

/* line 328, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

/* line 337, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 344, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  text-align: left;
  top: 2px;
}

/* line 360, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

/* line 374, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

/* line 379, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

/* line 384, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

/* line 388, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

/* line 394, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul li b {
  font-weight: bold;
}

/* line 398, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.easy-autocomplete-container ul .eac-category {
  color: #000;
  font-style: italic;
  text-decoration: underline;
}

/* line 404, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.eac-description .eac-item span {
  color: #000;
  font-style: italic;
  font-size: 0.9em;
}

/* line 410, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

/* line 415, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

/* line 421, app/assets/stylesheets/easy-autocomplete/easy-autocomplete.scss */
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://static.ewg.org/fonts/fontawesome-webfont.eot");
  src: url("https://static.ewg.org/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://static.ewg.org/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://static.ewg.org/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://static.ewg.org/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://static.ewg.org/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* line 15, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 24, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 29, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 32, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 35, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 38, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 41, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 45, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 50, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 53, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 60, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 63, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 68, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 71, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 74, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 77, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 81, app/assets/stylesheets/third_party/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 84, app/assets/stylesheets/third_party/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 87, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 90, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 93, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 97, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 121, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 127, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 133, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 139, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 145, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 151, app/assets/stylesheets/third_party/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 158, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 166, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 173, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 176, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 179, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 184, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 187, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 190, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 193, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 196, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 199, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 202, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 205, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 208, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 211, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 214, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 217, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 220, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 223, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 228, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 231, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 234, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 237, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 240, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 244, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 247, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 250, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 253, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 256, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 259, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 262, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 265, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 268, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 271, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 274, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 278, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 281, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 284, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 287, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 290, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 293, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 296, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 299, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 302, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 305, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 308, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 311, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 314, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 317, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 320, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 323, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 326, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 329, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 332, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 335, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 338, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 341, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 344, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 347, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 350, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 353, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 356, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 360, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 363, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 366, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 371, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 374, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 377, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 380, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 383, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 387, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 390, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 393, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 396, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 399, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 402, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 405, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 408, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 411, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 414, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 417, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 420, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 423, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 426, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 429, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 432, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 435, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 438, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 441, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 444, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 447, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 450, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 453, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 456, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 459, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 462, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 465, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 468, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 471, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 474, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 478, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 481, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 484, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 487, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 490, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 493, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 496, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 499, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 502, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 505, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 508, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 511, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 515, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 518, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 521, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 524, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 527, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 530, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 533, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 536, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 539, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 542, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 545, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 548, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 551, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 554, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 558, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 561, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 564, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 567, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 570, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 574, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 577, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 580, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 583, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 586, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 589, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 592, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 595, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 598, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 601, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 604, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 607, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 610, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 613, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 616, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 619, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 622, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 625, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 628, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 631, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 635, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 638, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 641, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 644, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 648, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 651, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 654, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 657, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 660, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 663, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 666, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 669, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 672, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 675, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 678, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 681, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 684, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 687, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 690, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 693, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 696, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 699, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 702, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 706, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 710, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 713, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 716, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 720, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 724, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 727, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 731, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 734, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 739, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 742, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 745, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 748, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 751, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 754, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 757, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 760, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 763, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 766, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 769, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 772, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 775, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 778, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 781, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 784, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 787, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 790, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 794, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 798, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 802, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 805, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 808, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 812, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 816, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 820, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 823, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 826, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 830, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 833, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 836, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 840, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 843, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 846, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 849, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 852, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 855, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 858, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 861, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 864, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 867, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 870, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 873, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 876, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 879, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 882, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 885, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 888, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 891, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 894, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 897, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 900, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 903, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 906, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 909, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 912, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 915, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 918, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 921, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 924, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 927, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 930, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 934, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 937, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 940, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 943, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 946, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 949, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 953, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 956, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 959, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 962, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 965, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 968, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 971, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 974, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 977, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 980, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 983, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 986, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 989, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 993, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 998, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1001, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1004, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1007, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1011, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1014, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1017, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1020, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1023, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1026, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1029, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1032, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1035, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1038, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1041, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1044, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1047, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1050, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1053, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1056, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1059, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1062, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1065, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1068, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1071, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1074, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1077, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1080, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1083, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1086, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1089, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1092, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1095, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1098, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1101, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1104, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1107, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1110, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1113, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1116, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1119, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1122, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1126, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1130, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1134, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1138, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1141, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1145, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1149, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1155, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1160, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1164, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1168, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1171, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1174, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1177, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1180, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1183, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1186, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1189, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1192, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1195, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1198, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1201, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1204, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1207, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1210, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1213, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1216, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1219, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1222, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1225, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1228, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1231, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1234, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1237, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1240, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1243, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1246, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1249, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1252, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1255, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1258, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1261, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1264, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1267, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1270, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1273, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1276, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1279, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1282, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1286, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1289, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1292, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1295, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1298, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1301, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1304, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1307, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1310, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1313, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1316, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1319, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1323, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1326, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1329, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1332, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1336, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1339, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1342, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1345, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1348, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1351, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1354, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1359, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1363, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1366, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1369, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1372, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1375, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1378, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1381, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1384, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1387, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1390, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1393, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1396, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1399, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1402, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1405, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1408, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1411, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1414, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1417, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1420, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1423, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1426, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1429, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1432, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1435, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1438, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1442, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1446, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1449, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1452, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1455, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1458, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1461, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1464, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1467, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1470, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1473, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1478, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1482, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1486, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1490, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1493, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1496, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1499, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1502, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1509, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1512, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1517, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1521, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1524, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1527, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1532, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1535, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1538, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1542, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1546, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1550, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1553, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1556, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1559, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1562, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1565, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1568, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1571, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1574, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1578, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1581, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1584, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1587, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1590, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1593, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1596, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1599, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1602, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1605, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1608, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1611, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1614, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1617, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1620, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1623, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1626, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1629, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1632, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1635, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1638, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1641, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1644, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1647, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1650, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1653, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1656, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1659, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1662, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1665, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1668, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1671, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1674, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1677, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1680, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1683, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1686, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1689, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1694, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1697, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1700, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1703, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1706, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1709, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1712, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1715, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1718, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1721, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1724, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1727, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1730, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1733, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1736, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1739, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1742, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1745, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1748, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1751, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1754, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1757, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1761, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1764, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1767, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1770, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1773, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1776, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1779, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1782, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1785, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1788, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1791, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1794, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1797, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1800, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1803, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1806, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1810, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1813, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1816, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1819, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1822, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1826, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1829, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1832, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1835, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1840, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1844, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1848, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1852, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1856, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1859, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1862, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1865, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1868, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1871, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1874, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1877, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1880, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1883, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1886, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1889, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1893, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1897, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1901, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1904, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1908, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1912, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1915, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1918, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1921, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1924, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1927, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1930, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1933, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1936, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1939, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1942, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1945, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1948, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1951, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1954, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1957, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1960, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1963, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1966, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1969, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1972, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1976, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1979, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1982, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1985, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1988, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1991, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1994, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1997, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2000, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2003, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2006, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2009, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2012, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2015, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2018, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2021, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2024, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2027, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2030, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2033, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2036, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2039, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2042, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2045, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2048, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2051, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2054, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2057, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2060, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2063, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2066, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2069, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2072, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2075, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2078, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2081, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2084, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2087, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2090, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2093, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2096, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2099, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2102, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2105, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2108, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2111, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2114, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2117, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2120, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2123, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2126, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2130, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2135, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2138, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2141, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2145, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2148, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2151, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2154, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2157, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2160, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2163, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2166, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2169, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2172, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2175, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2179, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2183, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2186, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2189, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2192, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2195, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2198, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2201, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2205, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2209, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2212, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2215, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2218, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2221, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2225, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2229, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2232, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2235, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2238, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2243, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2247, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2251, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2255, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2259, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2262, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2267, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2270, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2273, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2276, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2279, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2283, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2287, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2290, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2293, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2296, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2299, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2302, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2305, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2308, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2311, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2314, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2317, app/assets/stylesheets/third_party/_font-awesome.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2320, app/assets/stylesheets/third_party/_font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2330, app/assets/stylesheets/third_party/_font-awesome.scss */
.sr-only-focusable:active, .sr-only-focusable.nice-select.open,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

/* line 9, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  *display: inline;
}

/* line 12, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

/* line 20, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  *display: inline;
}

/* line 23, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

/* line 31, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

/* line 34, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 47, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 51, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 55, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 58, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 65, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 72, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 79, app/assets/stylesheets/third_party/_odometer-theme-minimal.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* Slider */
/* line 45, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url(https://www.ewg.org/cleaners/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(https://www.ewg.org/cleaners/fonts/slick.eot);
  src: url(https://www.ewg.org/cleaners/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.ewg.org/cleaners/fonts/slick.woff) format("woff"), url(https://www.ewg.org/cleaners/fonts/slick.ttf) format("truetype"), url(https://www.ewg.org/cleaners/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 63, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 105, app/assets/stylesheets/third_party/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}

/* line 111, app/assets/stylesheets/third_party/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 119, app/assets/stylesheets/third_party/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-next:before {
  content: "→";
}

/* line 125, app/assets/stylesheets/third_party/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 0 0 0 15px;
  text-align: left;
}

/* line 149, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 169, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 171, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 175, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 192, app/assets/stylesheets/third_party/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, app/assets/stylesheets/third_party/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/third_party/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/third_party/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, app/assets/stylesheets/third_party/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, app/assets/stylesheets/third_party/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/third_party/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/third_party/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/third_party/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/third_party/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/third_party/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, app/assets/stylesheets/third_party/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, app/assets/stylesheets/third_party/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, app/assets/stylesheets/third_party/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, app/assets/stylesheets/third_party/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/third_party/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, app/assets/stylesheets/third_party/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/third_party/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, app/assets/stylesheets/third_party/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 2, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 10, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 18, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 26, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 39, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 43, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 47, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 50, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

/* line 57, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 64, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 71, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 84, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  font-family: 'Lato', serif;
}

/* line 88, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #111111), color-stop(35%, #111111), color-stop(55%, #333333), color-stop(55%, #111111), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(top, #ffa617 0%, #ffa617 50%, #fff 55%, #ffa617 55%, #ffa617 130%);
  background-image: -webkit-linear-gradient(top, #ffa617 0%, #ffa617 50%, #fff 55%, #ffa617 55%, #ffa617 130%);
  background-image: linear-gradient(to bottom, #ffa617 0%, #ffa617 50%, #fff 55%, #ffa617 55%, #ffa617 130%);
  background-color: #222;
  padding: 0 0.18em;
  color: #fff;
  height: 80px;
}

/* line 108, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit + .odometer-digit {
  margin-left: 0.1em;
}

/* line 111, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  left: 0.19em;
}

/* line 116, app/assets/stylesheets/third_party/odometer-theme-train-station.scss */
.odometer-formatting-mark {
  color: #ffa617;
  margin: 0 3px;
}
