.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ol {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0 0 0 0;
  padding: 0;
  list-style-position: inside;
}
ul.view-options {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  *zoom: 1;
}
ul.view-options:before,
ul.view-options:after {
  content: " ";
  display: table;
}
ul.view-options:after {
  clear: both;
}
ul.view-options:before,
ul.view-options:after {
  content: " ";
  display: table;
}
ul.view-options:after {
  clear: both;
}
ul.view-options li {
  margin: 0;
  padding: 0 16px 0 0;
  float: left;
}
ul.view-options li:last-child {
  padding: 0;
}
ul.view-options li.list a:link,
ul.view-options li.list a:visited {
  background: transparent url(../img/icons/list-view.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.list.active {
  background-color: #0078B4;
}
ul.view-options li.list.active a:link,
ul.view-options li.list.active a:visited {
  background: transparent url(../img/icons/list-view-white.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.grid a:link,
ul.view-options li.grid a:visited {
  background: transparent url(../img/icons/grid-view.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.grid.active {
  background-color: #0078B4;
}
ul.view-options li.grid.active a:link,
ul.view-options li.grid.active a:visited {
  background: transparent url(../img/icons/grid-view-white.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.list,
ul.view-options li.grid {
  background-color: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-right: 10px;
}
ul.view-options li a:link,
ul.view-options li a:visited {
  transition: none;
  text-indent: -999em;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 25px;
}
div.faqs h3 {
  color: #0078B4;
}
div.faqs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.faqs ul li {
  margin: 0;
  padding: 0;
}
div.faqs ul li a:link.toggle,
div.faqs ul li a:visited.toggle {
  float: left;
  min-width: 20px;
  max-width: 5%;
  padding-left: 10px;
  padding-right: 10px;
  text-indent: -9999em;
  overflow: hidden;
}
div.faqs ul li a:link.toggle.open,
div.faqs ul li a:visited.toggle.open {
  background: transparent url(../img/icons/arrow-up.svg) no-repeat 50% 50%;
  background-size: 18px 11px;
}
div.faqs ul li a:link.toggle.closed,
div.faqs ul li a:visited.toggle.closed {
  background: transparent url(../img/icons/arrow-down.svg) no-repeat 50% 50%;
  background-size: 18px 11px;
  margin-bottom: 10px;
}
div.faqs ul li h4 {
  color: #31c961;
}
ul.alphabet-filters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
ul.alphabet-filters:before,
ul.alphabet-filters:after {
  content: " ";
  display: table;
}
ul.alphabet-filters:after {
  clear: both;
}
ul.alphabet-filters:before,
ul.alphabet-filters:after {
  content: " ";
  display: table;
}
ul.alphabet-filters:after {
  clear: both;
}
ul.alphabet-filters li {
  margin: 0 5px 0 0;
  padding: 2px 4px;
  float: left;
}
ul.alphabet-filters li:first-child {
  padding: 4px 0 2px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
}
ul.alphabet-filters li.active {
  font-weight: 700;
  color: #fff;
  background-color: #31c961;
}
ul.alphabet-filters li a:link,
ul.alphabet-filters li a:visited {
  text-decoration: none;
}
ul.alphabet-filters li a:hover,
ul.alphabet-filters li a:active {
  text-decoration: underline;
}
ul.index {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
ul.index li {
  border: 1px solid #31c961;
  border-radius: 10px;
  margin: 50px 2% 0 0 !important;
  padding: 20px !important;
  width: calc(96% / 3);
  float: left;
  transition: all 500ms ease-in-out;
}
ul.index li:nth-child(3n) {
  margin: 50px 0 0 0 !important;
}
ul.index li:nth-child(3n+1) {
  clear: both;
}
ul.index li img {
  max-width: 100%;
  width: 100px;
  max-height: 100px;
  display: block;
  margin: 10px auto 10px auto;
}
ul.index li span {
  font-size: 14px;
  display: block;
}
ul.index li a:link,
ul.index li a:visited {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
ul.index li:hover {
  border: 1px solid #0078B4;
  background-color: #fafafa;
  transform: scale(1.1);
}
@media (max-width: 800px) {
  ul.index li {
    width: calc(96% / 2);
  }
  ul.index li:nth-child(3n),
  ul.index li:nth-child(3n+1) {
    clear: none;
    margin: 50px 0 0 0;
  }
  ul.index li:nth-child(odd) {
    clear: both;
    margin: 50px 2% 0 0 !important;
  }
  ul.index li:nth-child(even) {
    margin: 50px 0 0 0;
  }
}
ul.index.whitepapers img {
  max-width: 100%;
  width: 200px;
  max-height: 200px;
}
p.avatar {
  padding: 0;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  text-transform: uppercase;
  background-color: #174f73;
  border-radius: 19px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  float: left;
}
p.avatar a:link,
p.avatar a:visited {
  color: #fff;
}
p.avatar.admin {
  font-size: 8px;
  padding-top: 10px !important;
}
p.avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 20px;
  border: 1px solid #0078B4;
  padding: 1px;
  background-color: white;
  transition: all 500ms ease-in-out;
}
p.avatar img:hover {
  border: 1px solid #174f73;
  padding: 2px;
}
body.directory.service header,
body.directory.product header,
body.directory-profile header {
  z-index: 10000;
}
body.directory.service header.fixed,
body.directory.product header.fixed,
body.directory-profile header.fixed {
  background-color: #fff;
}
body.directory.service section.banner.directory,
body.directory.product section.banner.directory,
body.directory-profile section.banner.directory {
  padding-top: 100px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
body.directory.service section.banner.directory .cover-photo-bg,
body.directory.product section.banner.directory .cover-photo-bg,
body.directory-profile section.banner.directory .cover-photo-bg {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
body.directory.service section.banner.directory .wrapper,
body.directory.product section.banner.directory .wrapper,
body.directory-profile section.banner.directory .wrapper {
  position: relative;
  min-width: 1600px;
  min-height: 350px;
  overflow: hidden;
  padding: 0;
}
body.directory.service section.banner.directory .wrapper img.cover-photo,
body.directory.product section.banner.directory .wrapper img.cover-photo,
body.directory-profile section.banner.directory .wrapper img.cover-photo {
  position: absolute;
  z-index: 110;
  margin: 0 auto;
  max-width: 1600px;
  display: block;
  box-shadow: 0 0 20px #5c5c5c;
  min-height: 350px;
}
body.directory.service section.banner.directory .wrapper img.listing-logo,
body.directory.product section.banner.directory .wrapper img.listing-logo,
body.directory-profile section.banner.directory .wrapper img.listing-logo {
  background-color: #fff;
  position: absolute;
  top: 75px;
  left: 75px;
  z-index: 120;
  width: 200px;
  height: 200px;
  border: 5px solid #fff;
  box-shadow: 0 0 8px #5c5c5c;
}
body.directory.service section.content .wrapper,
body.directory.product section.content .wrapper,
body.directory-profile section.content .wrapper {
  *zoom: 1;
  padding-top: 40px;
  position: relative ;
}
body.directory.service section.content .wrapper:before,
body.directory.product section.content .wrapper:before,
body.directory-profile section.content .wrapper:before,
body.directory.service section.content .wrapper:after,
body.directory.product section.content .wrapper:after,
body.directory-profile section.content .wrapper:after {
  content: " ";
  display: table;
}
body.directory.service section.content .wrapper:after,
body.directory.product section.content .wrapper:after,
body.directory-profile section.content .wrapper:after {
  clear: both;
}
body.directory.service section.content .wrapper:before,
body.directory.product section.content .wrapper:before,
body.directory-profile section.content .wrapper:before,
body.directory.service section.content .wrapper:after,
body.directory.product section.content .wrapper:after,
body.directory-profile section.content .wrapper:after {
  content: " ";
  display: table;
}
body.directory.service section.content .wrapper:after,
body.directory.product section.content .wrapper:after,
body.directory-profile section.content .wrapper:after {
  clear: both;
}
body.directory.service section.content section.profile,
body.directory.product section.content section.profile,
body.directory-profile section.content section.profile {
  width: 76%;
  float: left;
  border-right: 1px solid #aeaeae;
  margin: 0 2% 0 0;
  padding: 0 2% 0 0;
}
body.directory.service section.content aside,
body.directory.product section.content aside,
body.directory-profile section.content aside {
  width: 20%;
  float: left;
}
body.directory.service section.content aside .profile-sidebar.fixed,
body.directory.product section.content aside .profile-sidebar.fixed,
body.directory-profile section.content aside .profile-sidebar.fixed {
  position: fixed;
  top: 120px;
  bottom: auto;
  margin-right: 40px;
  max-width: 320px;
  width: 100%;
}
body.directory.service section.content aside .profile-sidebar.fixed.bottom,
body.directory.product section.content aside .profile-sidebar.fixed.bottom,
body.directory-profile section.content aside .profile-sidebar.fixed.bottom {
  top: auto;
  bottom: 60px;
  position: absolute;
}
section.profile {
  margin-bottom: 50px;
  position: relative;
}
section.profile .title-container {
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
}
section.profile .title-container.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
}
section.profile .title-container.fixed h1,
section.profile .title-container.fixed h2 {
  padding: 0 50px;
}
section.profile .title-container.fixed h1 {
  font-size: 20px;
  margin: 10px 0 0 0;
}
section.profile .title-container.fixed h2 {
  font-size: 15px;
}
section.profile .title-container.fixed p {
  display: none;
}
section.profile .title-container.fixed nav.profile {
  margin: 10px 0 0 0;
}
section.profile .title-container.fixed nav.profile ul {
  *zoom: 1;
  padding: 0 50px;
}
section.profile .title-container.fixed nav.profile ul:before,
section.profile .title-container.fixed nav.profile ul:after {
  content: " ";
  display: table;
}
section.profile .title-container.fixed nav.profile ul:after {
  clear: both;
}
section.profile .title-container.fixed nav.profile ul:before,
section.profile .title-container.fixed nav.profile ul:after {
  content: " ";
  display: table;
}
section.profile .title-container.fixed nav.profile ul:after {
  clear: both;
}
section.profile .title-container.fixed nav.profile ul a:link,
section.profile .title-container.fixed nav.profile ul a:visited {
  padding: 4px 8px;
  font-size: 15px;
}
section.profile .title-container.fixed nav.profile ul a:hover,
section.profile .title-container.fixed nav.profile ul a:active {
  text-decoration: none;
}
section.profile .title-container h1 {
  margin: 0;
  padding: 0;
}
section.profile .title-container h2 {
  color: #0078B4;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
section.profile .title-container h2 span {
  color: grey;
  font-weight: normal;
  font-size: 15px;
}
section.profile .title-container nav.profile {
  border-bottom: 4px solid #31c961;
  width: 100%;
  margin: 20px 0 10px 0;
}
section.profile .title-container nav.profile ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
  list-style-type: none;
}
section.profile .title-container nav.profile ul:before,
section.profile .title-container nav.profile ul:after {
  content: " ";
  display: table;
}
section.profile .title-container nav.profile ul:after {
  clear: both;
}
section.profile .title-container nav.profile ul:before,
section.profile .title-container nav.profile ul:after {
  content: " ";
  display: table;
}
section.profile .title-container nav.profile ul:after {
  clear: both;
}
section.profile .title-container nav.profile ul li {
  float: left;
  margin: 0 4px;
  padding: 0;
}
section.profile .title-container nav.profile ul li:first-child {
  margin: 0;
}
section.profile .title-container nav.profile ul li a:link,
section.profile .title-container nav.profile ul li a:visited {
  padding: 8px 16px;
  color: #5c5c5c;
  margin: 0;
  display: block;
  transition: all 200ms ease-in-out;
}
section.profile .title-container nav.profile ul li a:link.active,
section.profile .title-container nav.profile ul li a:visited.active {
  color: #fff;
  background-color: #31c961;
}
section.profile .title-container nav.profile ul li a:hover,
section.profile .title-container nav.profile ul li a:active {
  background-color: #0078B4;
  text-decoration: none;
  color: #fff;
}
section.profile p.learn-more-button {
  text-align: center;
  margin-top: 100px;
}
section.profile section {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
section.profile section.description iframe {
  width: 100%;
  min-height: 600px;
}
section.profile section.description p {
  margin: 10px 0;
  width: 100%;
}
section.profile section.service-product-photos,
section.profile section.listing-photos {
  width: 100%;
  overflow: hidden;
  min-height: 250px;
  position: relative;
}
section.profile section.service-product-photos ul,
section.profile section.listing-photos ul {
  position: absolute;
  width: 2500px;
  left: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.profile section.service-product-photos ul:before,
section.profile section.listing-photos ul:before,
section.profile section.service-product-photos ul:after,
section.profile section.listing-photos ul:after {
  content: " ";
  display: table;
}
section.profile section.service-product-photos ul:after,
section.profile section.listing-photos ul:after {
  clear: both;
}
section.profile section.service-product-photos ul:before,
section.profile section.listing-photos ul:before,
section.profile section.service-product-photos ul:after,
section.profile section.listing-photos ul:after {
  content: " ";
  display: table;
}
section.profile section.service-product-photos ul:after,
section.profile section.listing-photos ul:after {
  clear: both;
}
section.profile section.service-product-photos ul li,
section.profile section.listing-photos ul li {
  float: left;
}
section.profile section span.toggle {
  position: absolute;
  top: 40px;
  right: 20px;
  min-width: 20px;
  max-width: 5%;
  clear: both;
}
section.profile section span.toggle a:link,
section.profile section span.toggle a:visited {
  padding-left: 0px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}
section.profile section span.toggle a:link.open,
section.profile section span.toggle a:visited.open {
  background: transparent url(../img/icons/arrow-up.svg) no-repeat 0 0;
  background-size: 18px 11px;
}
section.profile section span.toggle a:link.closed,
section.profile section span.toggle a:visited.closed {
  background: transparent url(../img/icons/arrow-down.svg) no-repeat 0 0;
  background-size: 18px 11px;
  margin-bottom: 10px;
}
section.profile section .section-container {
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
  display: block;
  opacity: 1;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
section.profile section .section-container.closed {
  opacity: 0;
  height: 0;
}
section.profile section h3 {
  font-weight: 900;
  width: 100%;
}
section.profile section h3 strong.social {
  color: #0078B4;
}
section.profile section h3 strong.environmental {
  color: #31c961;
}
section.profile section.bordered {
  border-top: 1px solid #aeaeae;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}
section.profile section h2 {
  color: #5c5c5c;
  padding: 0;
  margin: 0;
}
section.profile section.articles ul {
  margin: 0;
  padding: 0;
}
section.profile section.articles ul li {
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
section.profile section.articles ul li em {
  font-size: 14px;
  font-style: normal;
  color: #53575a;
}
section.profile section.attributes {
  *zoom: 1;
}
section.profile section.attributes:before,
section.profile section.attributes:after {
  content: " ";
  display: table;
}
section.profile section.attributes:after {
  clear: both;
}
section.profile section.attributes:before,
section.profile section.attributes:after {
  content: " ";
  display: table;
}
section.profile section.attributes:after {
  clear: both;
}
section.profile section.attributes .environmental,
section.profile section.attributes .social {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
section.profile section.attributes .environmental ul,
section.profile section.attributes .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.profile section.attributes .environmental ul li,
section.profile section.attributes .social ul li {
  padding: 10px 10px 10px 0;
}
section.profile section.attributes .environmental h2 {
  color: #31c961;
}
section.profile section.attributes .social h2 {
  color: #0078B4;
}
section.profile section.service-information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.profile section.service-information ul li {
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  width: calc(100% / 2);
  font-size: 16px;
}
section.profile section.service-information ul li strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
}
section.profile section.service-information ul li:nth-child(2n+1) {
  clear: both;
}
section.profile section.certifications-categories div.certifications ul,
section.profile section.certifications-categories div.categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.profile section.certifications-categories div.certifications ul li,
section.profile section.certifications-categories div.categories ul li {
  margin: 0;
  padding: 0;
}
section.profile section.certifications ul.certifications {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.profile section.certifications ul.certifications:before,
section.profile section.certifications ul.certifications:after {
  content: " ";
  display: table;
}
section.profile section.certifications ul.certifications:after {
  clear: both;
}
section.profile section.certifications ul.certifications:before,
section.profile section.certifications ul.certifications:after {
  content: " ";
  display: table;
}
section.profile section.certifications ul.certifications:after {
  clear: both;
}
section.profile section.certifications ul.certifications li.certification {
  border: 1px solid #aeaeae;
  font-size: 15px;
  float: left;
  margin: 1%;
  width: calc(94% / 4);
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 550px) {
  section.profile section.certifications ul.certifications li.certification {
    width: calc(92% / 2);
    margin: 0.5%;
  }
}
section.profile section.certifications ul.certifications li.certification:hover {
  border: 1px solid #5c5c5c;
}
section.profile section.certifications ul.certifications li.certification a:link,
section.profile section.certifications ul.certifications li.certification a:visited {
  font-size: 15px;
}
section.profile section.certifications ul.certifications li.certification img.logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: content-box;
}
section.profile section.certifications ul.certifications li.certification div.certification-evaluation {
  text-align: left;
  width: 100%;
}
section.profile section.certifications ul.certifications li.certification div.certification-evaluation img.verified {
  display: block;
  max-width: 40px;
  max-height: 40px;
  float: left;
  margin-top: 5px;
}
section.profile section.certifications ul.certifications li.certification div.certification-evaluation div.certification-score-date {
  float: left;
  margin-left: 5px;
}
section.profile section.certifications ul.certifications li.certification div.certification-evaluation div.certification-score-date span.certification-score {
  font-size: 28px;
  color: #0078B4;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  padding: 0;
}
section.profile section.certifications ul.certifications li.certification div.certification-evaluation div.certification-score-date span.certification-date,
section.profile section.certifications ul.certifications li.certification div.certification-evaluation div.certification-score-date span.certification-url {
  font-size: 15px;
  color: #aeaeae;
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  line-height: 1.1;
}
section.profile section.certifications ul.certifications li.certification:nth-child(4n+1) {
  margin: 1% 1% 1% 0;
}
section.profile section.certifications ul.certifications li.certification:nth-child(4n) {
  margin: 1% 0 1% 1%;
}
section.profile section.sdgs div.product-sdgs img.sdg-logo {
  display: block;
  margin: 0 0 10px 0;
}
section.profile section.sdgs div.product-sdgs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.profile section.sdgs div.product-sdgs ul li {
  margin: 0;
  padding: 0;
  float: left;
}
section.profile section.sdgs div.product-sdgs ul li img {
  max-width: 150px;
}
section.profile section.esg-scorecards-ratings-sdg {
  *zoom: 1;
}
section.profile section.esg-scorecards-ratings-sdg:before,
section.profile section.esg-scorecards-ratings-sdg:after {
  content: " ";
  display: table;
}
section.profile section.esg-scorecards-ratings-sdg:after {
  clear: both;
}
section.profile section.esg-scorecards-ratings-sdg:before,
section.profile section.esg-scorecards-ratings-sdg:after {
  content: " ";
  display: table;
}
section.profile section.esg-scorecards-ratings-sdg:after {
  clear: both;
}
section.profile section.esg-scorecards-ratings-sdg .esg,
section.profile section.esg-scorecards-ratings-sdg .sdg {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 90%;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li {
  margin: 4px 0;
  padding: 0;
  background-color: #aeaeae;
  *zoom: 1;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li:before,
section.profile section.esg-scorecards-ratings-sdg .esg ul li:after {
  content: " ";
  display: table;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li:after {
  clear: both;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li:before,
section.profile section.esg-scorecards-ratings-sdg .esg ul li:after {
  content: " ";
  display: table;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li:after {
  clear: both;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li img {
  float: left;
  width: 50%;
}
section.profile section.esg-scorecards-ratings-sdg .esg ul li span {
  color: #0078B4;
  display: block;
  float: right;
  padding: 10px;
  width: 50%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
section.profile section.esg-scorecards-ratings-sdg .sdg h2 span {
  font-size: 16px;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul:before,
section.profile section.esg-scorecards-ratings-sdg .sdg ul:after {
  content: " ";
  display: table;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul:after {
  clear: both;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul:before,
section.profile section.esg-scorecards-ratings-sdg .sdg ul:after {
  content: " ";
  display: table;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul:after {
  clear: both;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul li {
  margin: 0;
  padding: 0;
  float: left;
}
section.profile section.esg-scorecards-ratings-sdg .sdg ul li img {
  max-width: 100px;
  max-height: 100px;
}
section.profile section.esg-scorecards-ratings-sdg .sdg p span {
  font-size: 15px;
}
section.profile section.certifications-categories {
  *zoom: 1;
}
section.profile section.certifications-categories:before,
section.profile section.certifications-categories:after {
  content: " ";
  display: table;
}
section.profile section.certifications-categories:after {
  clear: both;
}
section.profile section.certifications-categories:before,
section.profile section.certifications-categories:after {
  content: " ";
  display: table;
}
section.profile section.certifications-categories:after {
  clear: both;
}
section.profile section.certifications-categories .certifications,
section.profile section.certifications-categories .categories {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
section.profile section.reports-categories {
  *zoom: 1;
}
section.profile section.reports-categories:before,
section.profile section.reports-categories:after {
  content: " ";
  display: table;
}
section.profile section.reports-categories:after {
  clear: both;
}
section.profile section.reports-categories:before,
section.profile section.reports-categories:after {
  content: " ";
  display: table;
}
section.profile section.reports-categories:after {
  clear: both;
}
section.profile section.reports-categories .corporate-reports,
section.profile section.reports-categories .listing-categories {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
section.profile section.reports-categories .corporate-reports ul,
section.profile section.reports-categories .listing-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.profile section.reports-categories .corporate-reports ul li,
section.profile section.reports-categories .listing-categories ul li {
  margin: 0;
  padding: 5px 5px 5px 0;
}
section.profile section.reports-categories .corporate-reports ul li a:link,
section.profile section.reports-categories .listing-categories ul li a:link,
section.profile section.reports-categories .corporate-reports ul li a:visited,
section.profile section.reports-categories .listing-categories ul li a:visited {
  font-weight: 400;
}
section.profile section.products ul.products {
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
  *zoom: 1;
}
section.profile section.products ul.products:before,
section.profile section.products ul.products:after {
  content: " ";
  display: table;
}
section.profile section.products ul.products:after {
  clear: both;
}
section.profile section.products ul.products:before,
section.profile section.products ul.products:after {
  content: " ";
  display: table;
}
section.profile section.products ul.products:after {
  clear: both;
}
section.profile section.products ul.products li {
  margin: 0;
  padding: 0 10px 10px 0;
  float: left;
  width: calc(92% / 4);
  min-width: 150px;
  text-align: center;
}
section.profile section.products ul.products li:nth-child(4n) {
  padding: 0 0 10px 0;
}
section.profile section.products ul.products li a:link,
section.profile section.products ul.products li a:visited {
  text-decoration: none;
}
section.profile section.products ul.products li a:link h3,
section.profile section.products ul.products li a:visited h3,
section.profile section.products ul.products li a:link p,
section.profile section.products ul.products li a:visited p {
  margin: 0;
  padding: 0;
  text-align: center;
}
section.profile section.products ul.products li a:link h3,
section.profile section.products ul.products li a:visited h3 {
  font-weight: 700;
  margin-bottom: 6px;
}
section.profile section.products ul.products li a:link p.price,
section.profile section.products ul.products li a:visited p.price {
  font-weight: 400;
  font-size: 16px;
}
section.profile section.services ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.profile section.services ul:before,
section.profile section.services ul:after {
  content: " ";
  display: table;
}
section.profile section.services ul:after {
  clear: both;
}
section.profile section.services ul:before,
section.profile section.services ul:after {
  content: " ";
  display: table;
}
section.profile section.services ul:after {
  clear: both;
}
section.profile section.services ul li {
  margin: 0;
  padding: 10px 0 20px 0;
  *zoom: 1;
}
section.profile section.services ul li:before,
section.profile section.services ul li:after {
  content: " ";
  display: table;
}
section.profile section.services ul li:after {
  clear: both;
}
section.profile section.services ul li:before,
section.profile section.services ul li:after {
  content: " ";
  display: table;
}
section.profile section.services ul li:after {
  clear: both;
}
section.profile section.services ul li h3 {
  margin: 0 0 5px 0;
}
section.profile section.services ul li h3 a:link,
section.profile section.services ul li h3 a:visited {
  font-weight: 900;
  text-decoration: none;
}
section.profile section.services ul li div.description {
  width: calc(100% - 175px);
  float: right;
}
section.profile section.services ul li div.description p {
  padding: 0;
  margin: 0 0 10px 0;
}
section.profile section.services ul li p.button {
  text-align: right;
  clear: both;
}
section.profile section.services ul li img {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}
section.profile section.locations {
  *zoom: 1;
}
section.profile section.locations:before,
section.profile section.locations:after {
  content: " ";
  display: table;
}
section.profile section.locations:after {
  clear: both;
}
section.profile section.locations:before,
section.profile section.locations:after {
  content: " ";
  display: table;
}
section.profile section.locations:after {
  clear: both;
}
section.profile section.locations div.location-wrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
section.profile section.locations div.location-wrapper address {
  font-style: normal;
}
section.profile section.locations div.location-wrapper div.map {
  float: left;
  width: 70%;
}
section.profile section.locations div.location-wrapper div.primary-location {
  float: right;
  width: 28%;
}
section.profile section.locations div.location-wrapper div.primary-location span {
  font-weight: 700;
}
@media (max-width: 600px) {
  section.profile section.locations div.location-wrapper div.map {
    float: none;
    width: 100%;
  }
  section.profile section.locations div.location-wrapper div.primary-location {
    float: right;
    width: 100%;
  }
}
section.profile section.locations div.location-wrapper ul.additional-locations {
  margin: 0;
  padding: 0;
  clear: both;
  list-style-type: none;
}
section.profile section.locations div.location-wrapper ul.additional-locations li {
  float: left;
  width: 23%;
  padding: 0 1%;
  margin: 20px 0 50px 0;
}
section.profile section.locations div.location-wrapper ul.additional-locations li:nth-child(4n+1) {
  clear: both;
}
section.profile section.reviews ul.reviews {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.profile section.reviews ul.reviews:before,
section.profile section.reviews ul.reviews:after {
  content: " ";
  display: table;
}
section.profile section.reviews ul.reviews:after {
  clear: both;
}
section.profile section.reviews ul.reviews:before,
section.profile section.reviews ul.reviews:after {
  content: " ";
  display: table;
}
section.profile section.reviews ul.reviews:after {
  clear: both;
}
section.profile section.reviews ul.reviews li {
  width: 48%;
  float: left;
  padding: 24px;
  background-color: #e7e7e7;
}
section.profile section.reviews ul.reviews li:nth-child(odd) {
  margin: 0 1% 20px 0;
}
section.profile section.reviews ul.reviews li:nth-child(even) {
  margin: 0 0 20px 1%;
}
section.profile section.reviews ul.reviews li:nth-child(2n+1) {
  clear: both;
}
section.profile section.reviews ul.reviews li p.avatar,
section.profile section.reviews ul.reviews li span.avatar {
  background-color: #31c961;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 20px;
  float: left;
  text-align: center;
}
section.profile section.reviews ul.reviews li h2 {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 16px;
}
section.profile section.reviews ul.reviews li span.rating {
  float: right;
  margin-top: 10px;
}
section.profile section.reviews ul.reviews li span.rating img {
  width: 25px;
  height: 25px;
}
section.profile section.reviews ul.reviews li div.description {
  clear: both;
  margin: 80px 0 40px 65px;
}
section.profile section.reviews ul.reviews li span.date {
  clear: both;
  float: left;
  margin: 0 0 0 65px;
}
section.profile section.reviews ul.reviews li span.source {
  float: right;
}
@media (max-width: 900px) {
  body.directory.service section.content section.profile,
  body.directory.product section.content section.profile,
  body.directory-profile section.content section.profile {
    width: 100%;
    float: none;
    border-right: none;
  }
  body.directory.service section.content aside,
  body.directory.product section.content aside,
  body.directory-profile section.content aside {
    width: 100%;
    float: none;
    clear: both;
  }
  body.directory.service section.content aside .profile-sidebar,
  body.directory.product section.content aside .profile-sidebar,
  body.directory-profile section.content aside .profile-sidebar {
    max-width: 100% !important;
  }
  body.directory.service section.content aside .profile-sidebar.fixed,
  body.directory.product section.content aside .profile-sidebar.fixed,
  body.directory-profile section.content aside .profile-sidebar.fixed {
    max-width: 100% !important;
    position: relative !important;
    top: auto;
    bottom: auto;
  }
}
@media (max-width: 600px) {
  body.directory.service section.content section.profile section div.environmental,
  body.directory.product section.content section.profile section div.environmental,
  body.directory-profile section.content section.profile section div.environmental,
  body.directory.service section.content section.profile section div.social,
  body.directory.product section.content section.profile section div.social,
  body.directory-profile section.content section.profile section div.social,
  body.directory.service section.content section.profile section div.corporate-reports,
  body.directory.product section.content section.profile section div.corporate-reports,
  body.directory-profile section.content section.profile section div.corporate-reports,
  body.directory.service section.content section.profile section div.listing-categories,
  body.directory.product section.content section.profile section div.listing-categories,
  body.directory-profile section.content section.profile section div.listing-categories {
    display: block !important;
    flex-direction: row !important;
    flex: auto !important;
  }
  body.directory.service section.content section.profile section.services div.section-container ul li div.description,
  body.directory.product section.content section.profile section.services div.section-container ul li div.description,
  body.directory-profile section.content section.profile section.services div.section-container ul li div.description,
  body.directory.service section.content section.profile section.services div.section-container ul li a.image,
  body.directory.product section.content section.profile section.services div.section-container ul li a.image,
  body.directory-profile section.content section.profile section.services div.section-container ul li a.image,
  body.directory.service section.content section.profile section.services div.section-container ul li img,
  body.directory.product section.content section.profile section.services div.section-container ul li img,
  body.directory-profile section.content section.profile section.services div.section-container ul li img {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 0 10px 0 !important;
  }
  body.directory.service section.content section.profile section.locations div.map,
  body.directory.product section.content section.profile section.locations div.map,
  body.directory-profile section.content section.profile section.locations div.map {
    width: 100%;
    float: none;
  }
  body.directory.service section.content section.profile section.locations div.primary-location,
  body.directory.product section.content section.profile section.locations div.primary-location,
  body.directory-profile section.content section.profile section.locations div.primary-location {
    float: none!important;
    width: 100%!important;
    clear: both!important;
    margin-top: 10px!important;
  }
  body.directory.service section.content section.profile section.locations ul.additional-locations li,
  body.directory.product section.content section.profile section.locations ul.additional-locations li,
  body.directory-profile section.content section.profile section.locations ul.additional-locations li {
    width: 48%;
  }
}
@media (max-width: 450px) {
  body.directory.service section.content section.profile section.locations ul.additional-locations li,
  body.directory.product section.content section.profile section.locations ul.additional-locations li,
  body.directory-profile section.content section.profile section.locations ul.additional-locations li {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}
div.product-photos {
  *zoom: 1;
}
div.product-photos:before,
div.product-photos:after {
  content: " ";
  display: table;
}
div.product-photos:after {
  clear: both;
}
div.product-photos:before,
div.product-photos:after {
  content: " ";
  display: table;
}
div.product-photos:after {
  clear: both;
}
div.product-photos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.product-photos ul li {
  margin: 0;
  padding: 0;
  float: left;
}
aside.profile div.claim-box {
  background-color: #fafafa;
  border: 1px solid #aeaeae;
}
aside.profile div.claim-box h2 {
  background-color: #0078B4;
  color: #fff;
  padding: 8px 20px;
  margin: 0;
}
aside.profile div.claim-box p {
  text-align: center;
  margin: 10px 0;
}
aside.profile div.claim-box p em {
  font-size: 15px;
  padding: 5px 30px 0 30px;
  display: block;
  text-align: left;
  font-style: normal;
}
aside.profile div.pledge-rating {
  display: table;
}
aside.profile div.pledge-rating div.pledge {
  display: table-cell;
  float: left;
  margin: 0 1% 0 0;
  padding: 10px 0 10px 70px;
  border: 1px solid #31c961;
  background: #31c961 url(../img/icons/pledge-white.svg) no-repeat 10px 10px;
  background-size: 50px 50px;
}
aside.profile div.pledge-rating div.pledge p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
}
aside.profile div.pledge-rating div.pledge p a:link,
aside.profile div.pledge-rating div.pledge p a:visited {
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
aside.profile div.pledge-rating div.rating {
  display: table-cell;
  width: 24%;
  margin: 0 0 0 1%;
  border: 1px solid #31c961;
  background-color: #0078B4;
  position: relative;
}
aside.profile div.pledge-rating div.rating span.score {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 20px;
  text-align: center;
  color: #0078B4;
  font-size: 40px;
  font-weight: 900;
  padding-top: 10px;
}
aside.profile div.pledge-rating div.rating span.num-reviews {
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
aside.profile h2 {
  font-size: 20px;
  clear: both;
}
aside.profile address {
  font-style: normal;
}
aside.profile ul.social {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
aside.profile ul.social:before,
aside.profile ul.social:after {
  content: " ";
  display: table;
}
aside.profile ul.social:after {
  clear: both;
}
aside.profile ul.social:before,
aside.profile ul.social:after {
  content: " ";
  display: table;
}
aside.profile ul.social:after {
  clear: both;
}
aside.profile ul.social li {
  margin: 0;
  padding: 5px 5px 5px 0;
  float: left;
  text-indent: -999em;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
aside.profile ul.social li a:link,
aside.profile ul.social li a:visited {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
}
aside.profile ul.social li a:link:before,
aside.profile ul.social li a:visited:before,
aside.profile ul.social li a:link:after,
aside.profile ul.social li a:visited:after {
  display: block;
  width: 70px;
  height: 70px;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 200ms ease-in-out;
}
aside.profile ul.social li a:link:before,
aside.profile ul.social li a:visited:before {
  opacity: 1;
}
aside.profile ul.social li a:link:after,
aside.profile ul.social li a:visited:after {
  opacity: 0;
}
aside.profile ul.social li a:link.facebook:before,
aside.profile ul.social li a:visited.facebook:before {
  background-image: url(../img/icons/facebook-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.facebook:after,
aside.profile ul.social li a:visited.facebook:after {
  background-image: url(../img/icons/facebook-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.twitter:before,
aside.profile ul.social li a:visited.twitter:before {
  background-image: url(../img/icons/twitter-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.twitter:after,
aside.profile ul.social li a:visited.twitter:after {
  background-image: url(../img/icons/twitter-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.instagram:before,
aside.profile ul.social li a:visited.instagram:before {
  background-image: url(../img/icons/instagram-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.instagram:after,
aside.profile ul.social li a:visited.instagram:after {
  background-image: url(../img/icons/instagram-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.print:before,
aside.profile ul.social li a:visited.print:before {
  background-image: url(../img/icons/printer-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.print:after,
aside.profile ul.social li a:visited.print:after {
  background-image: url(../img/icons/printer-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.email:before,
aside.profile ul.social li a:visited.email:before {
  background-image: url(../img/icons/email-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.email:after,
aside.profile ul.social li a:visited.email:after {
  background-image: url(../img/icons/email-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.website:before,
aside.profile ul.social li a:visited.website:before {
  background-image: url(../img/icons/website-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.website:after,
aside.profile ul.social li a:visited.website:after {
  background-image: url(../img/icons/website-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.youtube:before,
aside.profile ul.social li a:visited.youtube:before {
  background-image: url(../img/icons/youtube-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.youtube:after,
aside.profile ul.social li a:visited.youtube:after {
  background-image: url(../img/icons/youtube-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.linkedin:before,
aside.profile ul.social li a:visited.linkedin:before {
  background-image: url(../img/icons/linkedin-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:link.linkedin:after,
aside.profile ul.social li a:visited.linkedin:after {
  background-image: url(../img/icons/linkedin-blue-filled.svg);
  background-size: 70px 70px;
}
aside.profile ul.social li a:hover:before,
aside.profile ul.social li a:active:before {
  opacity: 0;
}
aside.profile ul.social li a:hover:after,
aside.profile ul.social li a:active:after {
  opacity: 1;
}
aside.profile form fieldset legend {
  font-weight: 900;
  border-bottom: 1px solid #aeaeae;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  width: 100%;
}
aside.profile form fieldset div {
  padding: 5px 0;
  margin-bottom: 0;
}
aside.profile form fieldset div label {
  display: none;
}
aside.profile form fieldset div input[type=text],
aside.profile form fieldset div textarea {
  border: 1px solid #aeaeae;
  width: 100%;
  padding: 10px;
}
aside.profile form fieldset div textarea {
  min-height: 100px;
}
aside.profile form fieldset p {
  margin: 0;
  padding: 0;
}
aside.profile form fieldset p input {
  margin: 0;
}
.msg {
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 10px;
  *zoom: 1;
  display: flex;
  background-color: #fafafa;
}
.msg:before,
.msg:after {
  content: " ";
  display: table;
}
.msg:after {
  clear: both;
}
.msg:before,
.msg:after {
  content: " ";
  display: table;
}
.msg:after {
  clear: both;
}
.msg h2 {
  font-size: 20px;
  font-weight: 900;
  background-color: transparent;
}
.msg p {
  font-size: 16px;
}
.msg h2,
.msg p {
  color: #5c5c5c;
  margin: 0;
  padding: 0;
}
.msg span.icon {
  float: left;
  min-height: 50px;
  width: 72px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
}
.msg div.content {
  float: right;
  width: calc(100% - 80px);
  vertical-align: middle;
  margin: 0;
  padding: 10px;
}
.msg div.content.messageonly p {
  margin: 15px 10px;
  font-weight: 700;
}
.msg div.content.titleonly h2 {
  margin: 15px 10px;
}
.msg.notice span.info,
.msg.notice span.icon {
  background: #aeaeae url(../img/icons/intengine-icon-white-blue.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.msg.success span.icon {
  background: #174f73 url(../img/icons/intengine-icon-white-green.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.msg.error span.icon {
  background: #cc241D url(../img/icons/msg-error.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.msg.error h2 {
  color: #990000 !important;
}
