.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 {
  background-color: #fff;
  *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;
  }
}
