.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;
}
section.supply-chain-procurement {
  display: flex;
}
section.supply-chain-procurement aside,
section.supply-chain-procurement div.supply-chain-procurement {
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section.supply-chain-procurement aside {
  width: 40%;
  background: #174f73 url(../img/supply-chain-procurement-nav-tile.jpg) bottom left no-repeat;
  background-size: 500px;
}
section.supply-chain-procurement aside nav {
  margin-top: 80px;
  margin-bottom: 200px;
  width: 60%;
  min-width: 300px;
  margin-left: calc(100% - 300px);
}
section.supply-chain-procurement aside nav h3 {
  font-weight: 700;
  color: #aaa;
}
section.supply-chain-procurement aside nav h3.active {
  color: #fff;
}
section.supply-chain-procurement aside nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.supply-chain-procurement aside nav ul li {
  margin: 0;
  padding: 0;
}
section.supply-chain-procurement aside nav ul li.active {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #fff;
  padding: 0;
  background: #1e252a url(../img/icons/arrow-right-green.svg) 10px 50% no-repeat;
  background-size: 24px 24px;
}
section.supply-chain-procurement aside nav ul li.active a:link,
section.supply-chain-procurement aside nav ul li.active a:visited {
  padding: 16px 0 16px 40px;
  color: #fff;
}
section.supply-chain-procurement aside nav ul li.active a:hover,
section.supply-chain-procurement aside nav ul li.active a:active {
  text-decoration: none;
}
section.supply-chain-procurement aside nav ul li a:link,
section.supply-chain-procurement aside nav ul li a:visited {
  color: #aaa;
  margin: 30px 0;
  padding: 0 0 0 40px;
  text-decoration: none;
  display: block;
}
section.supply-chain-procurement aside nav ul li a:hover,
section.supply-chain-procurement aside nav ul li a:active {
  color: #31c961;
  text-decoration: underline;
}
section.supply-chain-procurement aside nav hr {
  background-color: #e7e7e7;
  margin: 20px 40px 20px 0;
}
section.supply-chain-procurement div.supply-chain-procurement {
  width: 60%;
  padding: 90px 80px 80px 80px;
  background-color: #1e252a;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain,
section.supply-chain-procurement div.supply-chain-procurement .procurement {
  display: block;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain h2,
section.supply-chain-procurement div.supply-chain-procurement .procurement h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain p,
section.supply-chain-procurement div.supply-chain-procurement .procurement p {
  color: #fff;
  max-width: 800px;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li {
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
  max-width: 800px;
  width: 100%;
  background: transparent url(../img/icons/arrow-right-blue.svg) 0 0 no-repeat;
  background-size: 20px 20px;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li.open,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li.open {
  background: transparent url(../img/icons/arrow-solid-down-green.svg) 0 0 no-repeat;
  background-size: 20px 20px;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li a:link,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li a:link,
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li a:visited,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li a:visited {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li a:link img,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li a:link img,
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li a:visited img,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li a:visited img {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li a:hover,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li a:hover,
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li a:active,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li a:active {
  text-decoration: underline;
}
section.supply-chain-procurement div.supply-chain-procurement .supply-chain ul li p,
section.supply-chain-procurement div.supply-chain-procurement .procurement ul li p {
  color: #fff;
  margin-left: 30px;
}
@media (max-width: 900px) {
  section.supply-chain-procurement {
    display: block;
  }
  section.supply-chain-procurement aside,
  section.supply-chain-procurement div.supply-chain-procurement {
    width: 100%;
    clear: both;
    float: none;
    display: block;
  }
  section.supply-chain-procurement aside {
    margin: 0;
    padding: 20px;
  }
  section.supply-chain-procurement aside nav {
    margin: 20px auto;
  }
  section.supply-chain-procurement aside nav ul li.active {
    border-radius: 30px;
  }
  section.supply-chain-procurement aside nav hr {
    margin: 0;
  }
}
.industry-sectors {
  *zoom: 1;
}
.industry-sectors:before,
.industry-sectors:after {
  content: " ";
  display: table;
}
.industry-sectors:after {
  clear: both;
}
.industry-sectors:before,
.industry-sectors:after {
  content: " ";
  display: table;
}
.industry-sectors:after {
  clear: both;
}
.industry-sectors .wrapper {
  padding: 80px 0;
  width: 92%;
  max-width: 1400px;
}
.industry-sectors h2 {
  font-weight: 700;
  font-size: 36px;
  color: #174f73;
  text-align: center;
  margin-top: 0;
}
.industry-sectors p {
  text-align: center;
}
.industry-sectors .categories {
  width: 100%;
  *zoom: 1;
}
.industry-sectors .categories:before,
.industry-sectors .categories:after {
  content: " ";
  display: table;
}
.industry-sectors .categories:after {
  clear: both;
}
.industry-sectors .categories:before,
.industry-sectors .categories:after {
  content: " ";
  display: table;
}
.industry-sectors .categories:after {
  clear: both;
}
.industry-sectors .categories ul {
  width: 28%;
  float: left;
  margin: 0;
  padding: 0 8% 0 0;
  box-sizing: content-box;
  list-style-type: none;
}
.industry-sectors .categories ul:last-child {
  padding: 0;
}
.industry-sectors .categories ul li {
  padding: 8px 0;
}
.industry-sectors .categories ul li a:link,
.industry-sectors .categories ul li a:visited {
  color: #5c5c5c;
}
.industry-sectors .categories ul li a:hover,
.industry-sectors .categories ul li a:active {
  color: #31c961;
}
@media (max-width: 825px) {
  .industry-sectors .categories ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .industry-sectors .categories ul li {
    padding: 6px 0;
  }
  .industry-sectors .categories ul li a:link,
  .industry-sectors .categories ul li a:visited {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .industry-sectors .categories ul li {
    padding: 4px 0;
  }
  .industry-sectors .categories ul li a:link,
  .industry-sectors .categories ul li a:visited {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .industry-sectors h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.home-banners ul {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1400px;
  list-style-type: none;
  *zoom: 1;
}
.home-banners ul:before,
.home-banners ul:after {
  content: " ";
  display: table;
}
.home-banners ul:after {
  clear: both;
}
.home-banners ul:before,
.home-banners ul:after {
  content: " ";
  display: table;
}
.home-banners ul:after {
  clear: both;
}
.home-banners ul li {
  margin: 0;
  padding: 0;
  float: left;
}
.home-banners ul li a:link,
.home-banners ul li a:visited {
  text-decoration: none;
}
.home-banners ul li a:link img,
.home-banners ul li a:visited img {
  max-width: 690px;
  margin: 0 5px;
}
@media (max-width: 1400px) {
  .home-banners ul {
    text-align: center;
    max-width: 700px;
  }
  .home-banners ul li {
    float: none;
    clear: both;
    margin: 5px 0;
  }
  .home-banners ul li img {
    max-width: 69px;
    width: 90%;
  }
}
.accreditors {
  text-align: center;
  display: table;
  width: 100%;
}
.accreditors .wrapper {
  padding: 80px 0;
  max-width: 1400px;
  width: 100%;
}
.accreditors hr {
  margin: 50px 0;
}
.accreditors h2 {
  font-weight: 700;
  color: #174f73;
  font-size: 36px;
  margin: 0 0 30px 0;
}
.accreditors p {
  max-width: 1000px;
  margin: 16px auto;
}
.accreditors ul {
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
  *zoom: 1;
}
.accreditors ul:before,
.accreditors ul:after {
  content: " ";
  display: table;
}
.accreditors ul:after {
  clear: both;
}
.accreditors ul:before,
.accreditors ul:after {
  content: " ";
  display: table;
}
.accreditors ul:after {
  clear: both;
}
.accreditors ul li {
  margin: 0;
  padding: 20px 0.5%;
  display: table-cell;
  float: left;
  width: 19%;
  box-sizing: content-box;
}
.accreditors ul li:first-child {
  padding: 20px 0.5% 20px 0;
}
.accreditors ul li:last-child {
  padding: 20px 0 20px 0.5%;
}
.accreditors ul li img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  display: block;
  margin: 0 auto;
  transition: all 600ms ease-in-out;
}
.accreditors ul li img:hover {
  filter: none;
}
.accreditors ul li a:link,
.accreditors ul li a:visited {
  color: #aeaeae;
  font-size: 12px;
  text-decoration: none;
}
.accreditors ul li a:hover,
.accreditors ul li a:active {
  color: #31c961;
}
.accreditors ul li a:hover img,
.accreditors ul li a:active img {
  -webkit-filter: none;
  filter: none;
}
.accreditors ul.standards li img {
  max-height: 100%;
  max-width: 100%;
}
.accreditors ul.certifications li img {
  max-height: 120px;
  max-width: 120px;
}
.accreditors p {
  text-align: center;
}
.accreditors p strong {
  text-transform: uppercase;
}
.accreditors p.button {
  margin-bottom: 0;
}
.accreditors a.button {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .accreditors {
    display: block;
  }
}
@media (max-width: 900px) {
  .accreditors h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .accreditors ul li {
    width: 31%;
    padding: 20px 1%;
  }
  .accreditors ul li:first-child {
    padding: 20px 1% 20px 0;
  }
  .accreditors ul li:last-child {
    padding: 20px 0 20px 1%;
  }
}
@media (max-width: 700px) {
  .accreditors ul li {
    width: 48%;
    padding: 20px 1%;
  }
  .accreditors ul li:first-child {
    padding: 20px 1% 20px 0;
  }
  .accreditors ul li:last-child {
    padding: 20px 0 20px 1%;
  }
}
@media (max-width: 500px) {
  .accreditors ul li img {
    height: 100px;
    width: 100px;
  }
}
body.evaluater ul.signup-buttons {
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.evaluater ul.signup-buttons li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
body.evaluater ul.signup-buttons li a:link,
body.evaluater ul.signup-buttons li a:visited {
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
}
body.evaluater ul.signup-buttons li:hover {
  transition: all 300ms ease-in-out;
  transform: scale(1.02);
}
body.evaluater ul.signup-buttons li:first-child > a:link,
body.evaluater ul.signup-buttons li:first-child > a:visited {
  background-color: #43B86F;
}
body.evaluater ul.signup-buttons li:last-child > a:link,
body.evaluater ul.signup-buttons li:last-child > a:visited {
  background-color: #093859;
}
body.evaluater ul.signup-buttons li:first-child > a:hover,
body.evaluater ul.signup-buttons li:first-child > a:active {
  background-color: #105900;
}
body.evaluater ul.signup-buttons li:last-child > a:hover,
body.evaluater ul.signup-buttons li:last-child > a:active {
  background-color: #174f73;
}
div.evaluater-home {
  *zoom: 1;
  background-color: #F6F5F0;
  width: 100%;
  padding-top: 100px;
  clear: both;
}
div.evaluater-home:before,
div.evaluater-home:after {
  content: " ";
  display: table;
}
div.evaluater-home:after {
  clear: both;
}
div.evaluater-home:before,
div.evaluater-home:after {
  content: " ";
  display: table;
}
div.evaluater-home:after {
  clear: both;
}
div.evaluater-home.internal {
  padding-top: 0;
}
div.evaluater-home h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
div.evaluater-home h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
div.evaluater-home > section {
  background-color: #F6F5F0;
  max-width: 1600px;
  width: 96%;
  margin: 0 auto;
}
div.evaluater-home > section.wide {
  max-width: 100% !important;
}
div.evaluater-home > section.evaluater-banner {
  *zoom: 1;
  margin-top: 60px;
}
div.evaluater-home > section.evaluater-banner:before,
div.evaluater-home > section.evaluater-banner:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-banner:after {
  clear: both;
}
div.evaluater-home > section.evaluater-banner:before,
div.evaluater-home > section.evaluater-banner:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-banner:after {
  clear: both;
}
div.evaluater-home > section.evaluater-banner div.intro {
  width: calc(100% - 600px);
  float: left;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand {
  *zoom: 1;
  position: relative;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand:before,
div.evaluater-home > section.evaluater-banner div.intro div.brand:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand:after {
  clear: both;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand:before,
div.evaluater-home > section.evaluater-banner div.intro div.brand:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand:after {
  clear: both;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand img {
  max-width: 160px;
  float: left;
  margin-right: 20px;
}
div.evaluater-home > section.evaluater-banner div.intro div.brand span.tag {
  float: left;
  position: absolute;
  bottom: -4px;
  line-height: 1;
  font-size: 14px;
}
div.evaluater-home > section.evaluater-banner div.intro h2 {
  font-family: Lato, sans-serif;
  font-weight: 600;
  margin: 20px 0;
  font-size: 55px;
  color: #093859;
  line-height: 1.2;
}
div.evaluater-home > section.evaluater-banner div.intro h2 span {
  clear: both;
  display: block;
  color: #73C68E;
}
div.evaluater-home > section.evaluater-banner div.intro p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.5;
  max-width: 80%;
}
div.evaluater-home > section.evaluater-banner div.intro p strong {
  font-weight: 400;
}
div.evaluater-home > section.evaluater-banner div.intro p strong.highlight-1 {
  background-color: #ff6900;
}
div.evaluater-home > section.evaluater-banner div.intro p strong.highlight-2 {
  background-color: #cc241D;
}
div.evaluater-home > section.evaluater-banner div.intro p strong.highlight-3 {
  background-color: #5000C8;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study {
  background-color: #e7e7e7;
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
  *zoom: 1;
  width: 80%;
  max-width: 1000px;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study:before,
div.evaluater-home > section.evaluater-banner div.intro div.case-study:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study:after {
  clear: both;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study:before,
div.evaluater-home > section.evaluater-banner div.intro div.case-study:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study:after {
  clear: both;
}
@media (max-width: 900px) {
  div.evaluater-home > section.evaluater-banner div.intro div.case-study {
    width: 100%;
    max-width: auto;
  }
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #73C68E;
  text-transform: uppercase;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study h3 {
  font-size: 22px;
  padding: 0 0 20px 0;
  margin: 0;
  color: #093859;
  font-weight: 700;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study img {
  max-height: 180px;
  float: left;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study a:link.cover,
div.evaluater-home > section.evaluater-banner div.intro div.case-study a:visited.cover {
  float: left;
  margin: 0 20px 0 0;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study a:link.cover img,
div.evaluater-home > section.evaluater-banner div.intro div.case-study a:visited.cover img {
  box-shadow: 0 0 20px #aeaeae;
  border-radius: 4px;
}
div.evaluater-home > section.evaluater-banner div.intro div.case-study a:link.learn-more,
div.evaluater-home > section.evaluater-banner div.intro div.case-study a:visited.learn-more {
  float: left;
  background-color: #5000C8;
  border-radius: 10px;
  color: #fff;
  padding: 8px 20px;
  margin-top: 10px;
  text-decoration: none;
}
div.evaluater-home > section.evaluater-banner div.intro p.learn-more {
  margin: 20px 0;
}
div.evaluater-home > section.evaluater-banner div.intro p.learn-more a:link,
div.evaluater-home > section.evaluater-banner div.intro p.learn-more a:visited {
  transition: 150ms all ease-in-out;
  color: #093859;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 18px;
  background: transparent url(../img/evaluater-icon.svg) no-repeat 100% 50%;
  background-size: 14px;
}
div.evaluater-home > section.evaluater-banner div.intro p.learn-more a:hover,
div.evaluater-home > section.evaluater-banner div.intro p.learn-more a:active {
  color: #31c961;
  background-size: 16px;
}
div.evaluater-home > section.evaluater-banner div.asset {
  width: 30%;
  min-width: 600px;
  min-height: 600px;
  float: right;
  position: relative;
}
div.evaluater-home > section.evaluater-banner div.asset img {
  margin: 10px;
  box-shadow: 4px 4px 16px #aeaeae;
  position: absolute;
}
div.evaluater-home > section.evaluater-banner div.asset img.ss1 {
  max-width: 420px;
  max-height: 420px;
  z-index: 10;
  right: 10px;
  top: 20px;
  border-radius: 0;
  box-shadow: none;
}
div.evaluater-home > section.evaluater-banner div.asset img.ss2 {
  top: 0;
  right: 60px;
  max-width: 100%;
  max-height: 100%;
  z-index: 5;
  border-radius: 16px;
  box-shadow: 0 0 20px #aaa;
}
@media (max-width: 1200px) {
  div.evaluater-home > section.evaluater-banner div.intro {
    width: calc(100% - 375px);
  }
  div.evaluater-home > section.evaluater-banner div.intro h2 {
    font-size: 40px;
  }
  div.evaluater-home > section.evaluater-banner div.asset {
    width: 375px;
    min-width: 375px;
    min-height: 375px;
  }
  div.evaluater-home > section.evaluater-banner div.asset img.ss1 {
    max-width: 260px;
    max-height: 260px;
  }
  div.evaluater-home > section.evaluater-banner div.asset img.ss2 {
    max-width: 300px;
    max-height: 300px;
    top: 20px;
  }
}
@media (max-width: 900px) {
  div.evaluater-home > section.evaluater-banner div.intro,
  div.evaluater-home > section.evaluater-banner div.asset {
    width: 100%;
    margin: 0 auto;
    float: none;
    clear: both;
    *zoom: 1;
  }
  div.evaluater-home > section.evaluater-banner div.intro:before,
  div.evaluater-home > section.evaluater-banner div.asset:before,
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    content: " ";
    display: table;
  }
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    clear: both;
  }
  div.evaluater-home > section.evaluater-banner div.intro:before,
  div.evaluater-home > section.evaluater-banner div.asset:before,
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    content: " ";
    display: table;
  }
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    clear: both;
  }
  div.evaluater-home > section.evaluater-banner div.intro {
    margin-bottom: 40px;
  }
  div.evaluater-home > section.evaluater-banner div.intro p {
    max-width: 100%;
  }
  div.evaluater-home > section.evaluater-banner div.asset {
    width: 100%;
    min-width: auto !important;
    min-height: 300px !important;
  }
  div.evaluater-home > section.evaluater-banner div.asset img.ss1,
  div.evaluater-home > section.evaluater-banner div.asset img.ss2 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
  }
}
@media (max-width: 600px) {
  div.evaluater-home > section.evaluater-banner div.intro,
  div.evaluater-home > section.evaluater-banner div.asset {
    width: 96%;
    margin: 0 auto;
    float: none;
    clear: both;
    *zoom: 1;
  }
  div.evaluater-home > section.evaluater-banner div.intro:before,
  div.evaluater-home > section.evaluater-banner div.asset:before,
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    content: " ";
    display: table;
  }
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    clear: both;
  }
  div.evaluater-home > section.evaluater-banner div.intro:before,
  div.evaluater-home > section.evaluater-banner div.asset:before,
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    content: " ";
    display: table;
  }
  div.evaluater-home > section.evaluater-banner div.intro:after,
  div.evaluater-home > section.evaluater-banner div.asset:after {
    clear: both;
  }
  div.evaluater-home > section.evaluater-banner div.asset img {
    display: block;
    clear: both;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 40px auto;
  }
  div.evaluater-home > section.evaluater-banner div.asset img.ss1,
  div.evaluater-home > section.evaluater-banner div.asset img.ss2 {
    float: none;
  }
}
div.evaluater-home > section.esg-standards {
  width: 100%;
  background-color: #eeede8;
  padding: 20px 0;
  margin-top: 60px;
}
div.evaluater-home > section.esg-standards h2 {
  text-align: center;
  color: #4B4C4B;
  margin: 20px 0;
  font-family: Lato, sans-serif;
  font-weight: 600;
  padding: 0 20%;
  max-width: 1400px;
}
@media (max-width: 1000px) {
  div.evaluater-home > section.esg-standards h2 {
    padding: 0 2%;
  }
}
div.evaluater-home > section.esg-standards ul.stats {
  *zoom: 1;
  background-color: #fff;
  margin: 60px 0 0 0;
  padding: 40px;
  list-style-type: none;
  border-radius: 20px;
  box-shadow: 0 0 30px #dedede;
  transition: 500ms ease-in-out all;
}
div.evaluater-home > section.esg-standards ul.stats:before,
div.evaluater-home > section.esg-standards ul.stats:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.esg-standards ul.stats:after {
  clear: both;
}
div.evaluater-home > section.esg-standards ul.stats:before,
div.evaluater-home > section.esg-standards ul.stats:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.esg-standards ul.stats:after {
  clear: both;
}
div.evaluater-home > section.esg-standards ul.stats:hover {
  transform: scale(1.025);
}
div.evaluater-home > section.esg-standards ul.stats li {
  margin: 0;
  padding: 0;
  width: calc(100% / 3);
  float: left;
  text-align: center;
  font-size: 20px;
  color: #43B86F;
  font-weight: 400;
}
div.evaluater-home > section.esg-standards ul.stats li strong {
  color: #093859;
  font-size: 60px;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
div.evaluater-home > section.esg-standards h3 {
  text-align: center;
  margin: 60px 0 40px 0;
  color: #4B4C4B;
  font-size: 20px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
div.evaluater-home > section.esg-standards ul.standards-logos {
  *zoom: 1;
}
div.evaluater-home > section.esg-standards ul.standards-logos:before,
div.evaluater-home > section.esg-standards ul.standards-logos:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.esg-standards ul.standards-logos:after {
  clear: both;
}
div.evaluater-home > section.esg-standards ul.standards-logos:before,
div.evaluater-home > section.esg-standards ul.standards-logos:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.esg-standards ul.standards-logos:after {
  clear: both;
}
div.evaluater-home > section.esg-standards ul.standards-logos li {
  margin: 0;
  padding: 0 30px;
  list-style-type: none;
  text-align: center;
  float: left;
  width: calc(100% / 6);
  font-size: 14px;
  transition: 500ms ease-in-out all;
}
div.evaluater-home > section.esg-standards ul.standards-logos li:hover {
  transform: scale(1.05);
}
div.evaluater-home > section.esg-standards ul.standards-logos li img {
  max-width: 80px;
  width: 80%;
  display: block;
  margin: 0 auto 10px auto;
  clear: both;
}
@media (max-width: 1000px) {
  div.evaluater-home > section.esg-standards ul.stats li strong {
    font-size: 50px;
  }
  div.evaluater-home > section.esg-standards h2 {
    font-size: 24px;
  }
  div.evaluater-home > section.esg-standards h3 {
    font-size: 20px;
  }
  div.evaluater-home > section.esg-standards ul.standards-logos {
    padding: 0;
  }
  div.evaluater-home > section.esg-standards ul.standards-logos li {
    margin-bottom: 10px;
    width: calc(100% / 3);
  }
}
@media (max-width: 600px) {
  div.evaluater-home > section.esg-standards ul.stats li {
    font-size: 16px;
  }
  div.evaluater-home > section.esg-standards ul.stats li strong {
    font-size: 45px;
  }
  div.evaluater-home > section.esg-standards ul.standards-logos li {
    margin-bottom: 20px;
    width: calc(100% / 2);
  }
  div.evaluater-home > section.esg-standards ul.standards-logos li:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 600px) {
  div.evaluater-home > section.esg-standards h2 {
    font-size: 20px;
  }
  div.evaluater-home > section.esg-standards ul.stats li {
    font-size: 14px;
  }
  div.evaluater-home > section.esg-standards ul.stats li strong {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  div.evaluater-home > section.esg-standards ul.stats {
    margin: 0;
  }
  div.evaluater-home > section.esg-standards ul.stats li {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto 30px auto;
    text-align: center;
    width: 100%;
    font-size: 15px;
  }
  div.evaluater-home > section.esg-standards ul.stats li strong {
    font-size: 40px;
  }
  div.evaluater-home > section.esg-standards ul.stats li:last-child {
    margin: 0 auto;
  }
}
div.evaluater-home > section.evaluater-screenshot {
  position: relative;
  margin-bottom: -70px;
}
div.evaluater-home > section.evaluater-screenshot h3 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  max-width: 1000px;
  width: 80%;
  margin: 50px auto 0 auto;
  color: #4B4C4B;
}
div.evaluater-home > section.evaluater-screenshot h3 strong em {
  color: #43B86F;
  font-style: normal;
}
div.evaluater-home > section.evaluater-screenshot img.dialog {
  position: absolute;
  max-width: 500px;
  z-index: 10;
  border-radius: 20px;
  border: 1px solid #aeaeae;
  box-shadow: 4px 4px 20px #aeaeae;
  transition: 500ms ease-in-out all;
}
div.evaluater-home > section.evaluater-screenshot img.dialog:hover {
  transform: scale(1.025);
}
div.evaluater-home > section.evaluater-screenshot img.dialog.one {
  top: 575px;
  left: 10px;
}
div.evaluater-home > section.evaluater-screenshot img.dialog.two {
  top: 270px;
  right: 10px;
}
@media (max-width: 1200px) {
  div.evaluater-home > section.evaluater-screenshot img.dialog.one {
    width: 350px;
  }
  div.evaluater-home > section.evaluater-screenshot img.dialog.two {
    width: 350px;
  }
}
@media (max-width: 900px) {
  div.evaluater-home > section.evaluater-screenshot img.dialog.one {
    width: 350px;
    top: 270px;
  }
  div.evaluater-home > section.evaluater-screenshot img.dialog.two {
    width: 350px;
    top: 270px;
  }
}
div.evaluater-home > section.evaluater-screenshot img.screenshot {
  z-index: 1;
  padding: 0;
  margin: 50px auto 0 auto;
  display: block;
  border-radius: 16px;
  background-color: transparent;
  max-width: 1200px;
  transition: 500ms ease-in-out all;
}
div.evaluater-home > section.evaluater-screenshot img.screenshot:hover {
  transform: scale(1.01);
}
@media (max-width: 1200px) {
  div.evaluater-home > section.evaluater-screenshot img {
    width: 96%;
    margin: 40px auto;
    max-width: 1200px;
  }
}
@media (max-width: 800px) {
  div.evaluater-home > section.evaluater-screenshot img.dialog {
    max-width: 40%;
  }
  div.evaluater-home > section.evaluater-screenshot img.dialog.two {
    top: 250px;
  }
  div.evaluater-home > section.evaluater-screenshot img.screenshot {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  div.evaluater-home > section.evaluater-screenshot {
    margin-bottom: -10px;
  }
  div.evaluater-home > section.evaluater-screenshot h3 {
    font-size: 16px;
  }
}
div.evaluater-home > section.evaluater-features {
  *zoom: 1;
  width: 100%;
}
div.evaluater-home > section.evaluater-features:before,
div.evaluater-home > section.evaluater-features:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-features:after {
  clear: both;
}
div.evaluater-home > section.evaluater-features:before,
div.evaluater-home > section.evaluater-features:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-features:after {
  clear: both;
}
div.evaluater-home > section.evaluater-features div.swoosh {
  min-height: 214px;
  max-height: 214px;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.evaluater-home > section.evaluater-features div.swoosh.top {
  background: transparent url(../img/evaluater-features-top.svg) no-repeat center calc(100% + 1px);
  background-size: 110%;
}
div.evaluater-home > section.evaluater-features div.swoosh.bottom {
  background: transparent url(../img/evaluater-features-bottom.svg) no-repeat 50% -1px;
  background-size: 110%;
}
@media (max-width: 900px) {
  div.evaluater-home > section.evaluater-features div.swoosh {
    min-height: 134px;
    max-height: 134px;
  }
}
@media (max-width: 500px) {
  div.evaluater-home > section.evaluater-features div.swoosh {
    min-height: 74px;
    max-height: 74px;
  }
}
div.evaluater-home > section.evaluater-features .content {
  background-color: #174f73;
  padding: 20px 0;
}
div.evaluater-home > section.evaluater-features .wrapper {
  margin: 0;
  max-width: 1600px;
}
div.evaluater-home > section.evaluater-features ul.features {
  *zoom: 1;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
div.evaluater-home > section.evaluater-features ul.features:before,
div.evaluater-home > section.evaluater-features ul.features:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-features ul.features:after {
  clear: both;
}
div.evaluater-home > section.evaluater-features ul.features:before,
div.evaluater-home > section.evaluater-features ul.features:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.evaluater-features ul.features:after {
  clear: both;
}
div.evaluater-home > section.evaluater-features ul.features > li {
  position: relative;
  box-shadow: 10px 10px 20px #5c5c5c;
  box-shadow: inset 0 0 10px #aeaeae;
  flex: 1 0 calc(calc(100% / 4) - 20px);
  margin: 50px 0.5%;
  list-style-type: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  transition: all 300ms ease-in-out;
}
div.evaluater-home > section.evaluater-features ul.features > li:hover {
  transform: scale(1.02);
}
div.evaluater-home > section.evaluater-features ul.features > li img {
  transition: 300ms all ease-in-out;
  box-shadow: 0 0 10px #aeaeae;
  border-radius: 20px;
}
div.evaluater-home > section.evaluater-features ul.features > li img:hover {
  transform: scale(1.25);
}
div.evaluater-home > section.evaluater-features ul.features > li img.icon {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  background-color: #167E00;
  border-radius: 20px;
  border: none;
  box-shadow: none;
}
div.evaluater-home > section.evaluater-features ul.features > li h2 {
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #43B86F;
  float: left;
  width: calc(100% - 55px);
  line-height: 1;
}
div.evaluater-home > section.evaluater-features ul.features > li h3 {
  font-size: 15px;
  float: left;
  font-weight: 700;
  color: #174f73;
  text-transform: uppercase;
}
div.evaluater-home > section.evaluater-features ul.features > li > p {
  clear: both;
  height: 100px;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
}
div.evaluater-home > section.evaluater-features ul.features > li img {
  margin: 40px 0;
  width: 96%;
  border: 1px solid #e7e7e7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div.evaluater-home > section.evaluater-features ul.features > li ul {
  margin: 0 0 50px 0;
  padding: 0;
}
div.evaluater-home > section.evaluater-features ul.features > li ul > li {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 2;
  list-style-type: none;
  background: transparent url(../img/evaluater-icon.png) no-repeat 0 50%;
  background-size: 14px;
}
div.evaluater-home > section.evaluater-features ul.features > li ul > li.more {
  font-weight: 600;
  color: #167E00;
}
@media (max-width: 500px) {
  div.evaluater-home > section.evaluater-features ul.features > li ul {
    display: none;
  }
}
div.evaluater-home > section.evaluater-features ul.features > li p.more {
  height: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  margin: 0;
  padding: 0;
  width: calc(100% - 40px);
}
div.evaluater-home > section.evaluater-features ul.features > li p.more a:link,
div.evaluater-home > section.evaluater-features ul.features > li p.more a:visited {
  background-color: #43B86F;
  color: #fff;
  display: block;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}
div.evaluater-home > section.evaluater-features ul.features > li p.more a:hover,
div.evaluater-home > section.evaluater-features ul.features > li p.more a:active {
  background-color: #0078B4;
}
@media (max-width: 1200px) {
  div.evaluater-home > section.evaluater-features ul.features > li {
    flex: 1 0 calc(calc(100% / 2) - 20px);
  }
}
@media (max-width: 700px) {
  div.evaluater-home > section.evaluater-features ul.features > li {
    flex: 0 0 calc(80%);
    margin: 40px auto;
  }
}
div.evaluater-home > section.discover-evaluater {
  *zoom: 1;
  clear: both;
  margin-top: 60px;
}
div.evaluater-home > section.discover-evaluater:before,
div.evaluater-home > section.discover-evaluater:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.discover-evaluater:after {
  clear: both;
}
div.evaluater-home > section.discover-evaluater:before,
div.evaluater-home > section.discover-evaluater:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.discover-evaluater:after {
  clear: both;
}
div.evaluater-home > section.discover-evaluater div.intro {
  float: left;
  width: 60%;
}
div.evaluater-home > section.discover-evaluater div.asset {
  float: right;
  width: 40%;
}
div.evaluater-home > section.discover-evaluater h2 {
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #174f73;
  font-size: 30px;
  max-width: 80%;
}
div.evaluater-home > section.discover-evaluater h2 span {
  background-color: #43B86F;
  display: inline-block;
  padding: 4px 18px 4px 10px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  text-wrap: nowrap;
}
div.evaluater-home > section.discover-evaluater p {
  font-size: 20px;
  margin: 30px 0 5px 0;
}
div.evaluater-home > section.discover-evaluater li {
  font-size: 20px;
}
div.evaluater-home > section.discover-evaluater p > strong {
  color: #174f73;
  font-weight: 600;
}
div.evaluater-home > section.discover-evaluater ul.features {
  margin: 0 0 30px 0;
  padding: 0;
  clear: both;
  *zoom: 1;
}
div.evaluater-home > section.discover-evaluater ul.features:before,
div.evaluater-home > section.discover-evaluater ul.features:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.discover-evaluater ul.features:after {
  clear: both;
}
div.evaluater-home > section.discover-evaluater ul.features:before,
div.evaluater-home > section.discover-evaluater ul.features:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.discover-evaluater ul.features:after {
  clear: both;
}
div.evaluater-home > section.discover-evaluater ul.features li {
  margin: 0;
  padding: 0 0 14px 24px;
  list-style-type: none;
  background: transparent url(../img/evaluater-icon.png) no-repeat 0 5px;
  background-size: 20px;
}
div.evaluater-home > section.discover-evaluater ul.signup-buttons {
  *zoom: 1;
}
div.evaluater-home > section.discover-evaluater ul.signup-buttons:before,
div.evaluater-home > section.discover-evaluater ul.signup-buttons:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.discover-evaluater ul.signup-buttons:after {
  clear: both;
}
div.evaluater-home > section.discover-evaluater ul.signup-buttons:before,
div.evaluater-home > section.discover-evaluater ul.signup-buttons:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.discover-evaluater ul.signup-buttons:after {
  clear: both;
}
div.evaluater-home > section.discover-evaluater div.asset {
  text-align: right;
}
div.evaluater-home > section.discover-evaluater div.asset img {
  width: 450px;
}
@media (max-width: 1200px) {
  div.evaluater-home > section.discover-evaluater h2 span {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  div.evaluater-home > section.discover-evaluater div.asset img {
    width: 400px;
  }
}
@media (max-width: 1000px) {
  div.evaluater-home > section.discover-evaluater h2 {
    font-size: 22px;
  }
  div.evaluater-home > section.discover-evaluater p,
  div.evaluater-home > section.discover-evaluater li {
    font-size: 16px;
  }
  div.evaluater-home > section.discover-evaluater div.intro ul.signup-buttons {
    clear: both;
    display: block;
    margin-bottom: 50px;
  }
  div.evaluater-home > section.discover-evaluater div.asset {
    margin-top: 70px;
  }
  div.evaluater-home > section.discover-evaluater div.asset img {
    width: 300px;
  }
}
@media (max-width: 750px) {
  div.evaluater-home > section.discover-evaluater div.intro {
    clear: both;
    float: none;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  div.evaluater-home > section.discover-evaluater h2 {
    font-size: 20px;
    text-align: center;
    max-width: 100%;
  }
  div.evaluater-home > section.discover-evaluater h2 span {
    text-wrap: wrap;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
  }
  div.evaluater-home > section.discover-evaluater div.asset {
    display: none;
  }
}
div.evaluater-home > section.sustainability-directory {
  margin: 80px auto;
}
div.evaluater-home > section.sustainability-directory h2 {
  font-family: Lato, sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff;
}
div.evaluater-home > section.sustainability-directory h2 span {
  color: #43B86F;
}
div.evaluater-home > section.sustainability-directory div.category-list {
  padding: 10px 100px;
  background-color: #174f73;
  border-radius: 20px;
  *zoom: 1;
}
div.evaluater-home > section.sustainability-directory div.category-list:before,
div.evaluater-home > section.sustainability-directory div.category-list:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.sustainability-directory div.category-list:after {
  clear: both;
}
div.evaluater-home > section.sustainability-directory div.category-list:before,
div.evaluater-home > section.sustainability-directory div.category-list:after {
  content: " ";
  display: table;
}
div.evaluater-home > section.sustainability-directory div.category-list:after {
  clear: both;
}
div.evaluater-home > section.sustainability-directory div.category-list p {
  color: #fff;
  text-align: center;
}
div.evaluater-home > section.sustainability-directory div.category-list ul {
  float: left;
  width: calc(calc(100% / 3));
  margin: 20px 0 20px 0;
  padding: 0 20px;
  list-style-type: none;
}
div.evaluater-home > section.sustainability-directory div.category-list ul li {
  margin: 0;
  padding: 0 0 10px 0;
}
div.evaluater-home > section.sustainability-directory div.category-list a:link,
div.evaluater-home > section.sustainability-directory div.category-list a:visited {
  color: #fff;
}
div.evaluater-home > section.sustainability-directory div.category-list .signup-buttons {
  float: none;
  width: 400px !important;
  margin: 0 auto 40px auto !important;
}
div.evaluater-home > section.sustainability-directory div.category-list .signup-buttons li {
  width: 180px;
  float: left;
}
div.evaluater-home > section.sustainability-directory div.category-list .signup-buttons li:last-child a:link,
div.evaluater-home > section.sustainability-directory div.category-list .signup-buttons li:last-child a:visited {
  background-color: #0378B4;
}
@media (max-width: 1000px) {
  div.evaluater-home > section.sustainability-directory div.category-list {
    padding: 10px 40px;
  }
  div.evaluater-home > section.sustainability-directory div.category-list ul {
    padding: 0 10px;
  }
  div.evaluater-home > section.sustainability-directory div.category-list ul li a:link,
  div.evaluater-home > section.sustainability-directory div.category-list ul li a:visited {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  div.evaluater-home > section.sustainability-directory div.category-list {
    padding: 10px 20px;
  }
  div.evaluater-home > section.sustainability-directory div.category-list ul li a:link,
  div.evaluater-home > section.sustainability-directory div.category-list ul li a:visited {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  div.evaluater-home > section.sustainability-directory div.category-list {
    padding: 10px 20px;
  }
  div.evaluater-home > section.sustainability-directory div.category-list p {
    margin-bottom: 40px;
  }
  div.evaluater-home > section.sustainability-directory div.category-list ul {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  div.evaluater-home > section.sustainability-directory div.category-list ul.signup-buttons li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  div.evaluater-home > section.sustainability-directory div.category-list ul {
    display: none;
  }
  div.evaluater-home > section.sustainability-directory div.category-list ul.signup-buttons {
    display: block;
  }
}
div.evaluater-home > section.awards {
  margin: 80px auto;
}
div.evaluater-home > section.awards ul {
  margin: 40px 0 0 0;
  padding: 0;
  list-style-type: none;
}
div.evaluater-home > section.awards ul li {
  margin: 0;
  padding: 0 40px;
  float: left;
  width: calc(100% / 4);
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1000px) {
  div.evaluater-home > section.awards ul li {
    width: calc(100% / 2);
  }
  div.evaluater-home > section.awards ul li:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 550px) {
  div.evaluater-home > section.awards ul {
    width: 100%;
  }
  div.evaluater-home > section.awards ul li {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  div.evaluater-home > section.awards ul li:nth-child(odd),
  div.evaluater-home > section.awards ul li:nth-child(even) {
    clear: both;
  }
}
