section h2 strong {
  display: block;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
}

/*
header.Header:not(.Header--overlay) {
  background-color: #001D37;
  padding-bottom: 20px
}
*/
.summary-thumbnail-container,
.summary-title-link {
  pointer-events: none !important;
}

.supplierlogo .summary-excerpt {
  position: relative;
}
.supplierlogo .summary-excerpt .trigger.open.bio {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
}

section#hero-statics .slick-from-SS {
  background-color: transparent;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 40px;
}
section#hero-statics .slick-from-SS .slickimg img {
  max-width: 270px;
}
section#hero-statics .slick-from-SS .slick-arrow {
  margin-top: -40px;
}
section#hero-statics .slick-from-SS .slick-arrow:before {
  color: #fff !important;
  font-size: 35px !important;
  font-weight: 900 !important;
}

#slideshow div {
  background-position: 50% !important;
}
#slideshow div span {
  font-size: 10rem;
  font-weight: 900;
  opacity: .3;
  position: absolute;
  right: 20%;
  top: 300px;
}

.category.selected.name {
  text-align: center;
}
.category.selected.name h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 40px;
}

#peoplenav {
  min-width: 200px;
}
#peoplenav .accordion {
  color: #fff;
}
#peoplenav .accordion.button {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 15px 0;
  padding: 10px 0 10px 20px;
  position: relative;
  white-space: nowrap;
}
#peoplenav .accordion.button span.arrowOuter {
  cursor: pointer;
  height: 20px;
  width: 30px;
  margin-top: 2px;
  position: absolute;
  right: 5px;
}
#peoplenav .accordion.button span.arrow {
  bottom: -7px;
  display: inline-block;
  float: right;
  height: 4px;
  left: -23px;
  margin-top: 1px !important;
  position: relative;
  text-align: left;
  transform: rotate(45deg);
  transition: 0.4s ease;
  width: 4px;
  z-index: 9999999 !important;
}
#peoplenav .accordion.button span.arrow:before, #peoplenav .accordion.button span.arrow:after {
  content: "";
  display: inline-block;
  height: 3px;
  margin-left: auto;
  min-width: 0;
  position: absolute;
  transition: 0.4s ease;
  width: 12px;
}
#peoplenav .accordion.button span.arrow:after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}
#peoplenav .accordion.button.active {
  color: #fff !important;
  transition: .5s;
}
#peoplenav .accordion.button.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
#peoplenav .accordion.button.active .arrow:before, #peoplenav .accordion.button.active .arrow:after {
  background-color: #000;
}
#peoplenav .accordion.button.active .arrow:after {
  position: absolute !important;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  top: 5px !important;
  left: 4px !important;
}
#peoplenav .accordion.button.active .arrow:before {
  transform: translate(10px, 0);
}
#peoplenav .accordion.content:not(.active) {
  display: none;
}
#peoplenav .accordion.content .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#peoplenav .accordion.content .container:hover input ~ .checkmark {
  background-color: #ccc;
}
#peoplenav .accordion.content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#peoplenav .accordion.content .container input:checked ~ .checkmark {
  background-color: #2196F3 !important;
}
#peoplenav .accordion.content .container input:checked ~ .checkmark:after {
  display: block;
}
#peoplenav .accordion.content .container input:checked ~ .checkmark:after {
  display: block;
}
#peoplenav .accordion.content .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
#peoplenav .accordion.content .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#peoplenav .accordion.content.checkboxcontent {
  background-color: transparent;
}
#peoplenav .accordion.content.checkboxcontent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px !important;
  width: 25px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 0 !important;
}
#peoplenav .accordion.content.checkboxcontent .container .checkmark:after {
  left: 9px !important;
  top: 5px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid #ffffff !important;
  border-width: 0 3px 3px 0 !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

section.section-about .makeAccordion .accordion_content {
  background-color: transparent;
}
section.section-about .makeAccordion .accordion_content li p {
  color: rgba(255, 255, 255, 0.8) !important;
}

ul.marketNav {
  display: flex;
  justify-content: center;
}
ul.marketNav li {
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  text-align: center !important;
}
ul.marketNav li p:before {
  display: none !important;
}
ul.marketNav li p a {
  border-style: none !important;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.summary-item.person .summary-metadata-item a, .summary-item.supplierlogo .summary-metadata-item a {
  pointer-events: none;
}
.summary-item.person.inactive .summary-content, .summary-item.supplierlogo.inactive .summary-content {
  display: none !important;
}
.summary-item.person .trigger.open.bio, .summary-item.supplierlogo .trigger.open.bio {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: 15px;
}
.summary-item.person .trigger.open.bio span.arrowOuter, .summary-item.supplierlogo .trigger.open.bio span.arrowOuter {
  cursor: pointer;
  height: 20px;
  width: 30px;
  position: absolute;
  right: auto;
}
.summary-item.person .trigger.open.bio span.arrow, .summary-item.supplierlogo .trigger.open.bio span.arrow {
  bottom: -7px;
  display: inline-block;
  float: right;
  height: 4px;
  left: -23px;
  margin-top: 1px !important;
  position: relative;
  text-align: left;
  transform: rotate(45deg);
  transition: 0.4s ease;
  width: 4px;
  z-index: 9999999 !important;
}
.summary-item.person .trigger.open.bio span.arrow:before, .summary-item.person .trigger.open.bio span.arrow:after, .summary-item.supplierlogo .trigger.open.bio span.arrow:before, .summary-item.supplierlogo .trigger.open.bio span.arrow:after {
  content: "";
  display: inline-block;
  height: 3px;
  margin-left: auto;
  min-width: 0;
  position: absolute;
  transition: 0.4s ease;
  width: 12px;
}
.summary-item.person .trigger.open.bio span.arrow:after, .summary-item.supplierlogo .trigger.open.bio span.arrow:after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}
.summary-item.person .trigger.open.bio.active, .summary-item.supplierlogo .trigger.open.bio.active {
  color: #fff !important;
  margin-bottom: 0 !important;
  transition: .5s;
}
.summary-item.person .trigger.open.bio.active .arrow, .summary-item.supplierlogo .trigger.open.bio.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
.summary-item.person .trigger.open.bio.active .arrow:before, .summary-item.person .trigger.open.bio.active .arrow:after, .summary-item.supplierlogo .trigger.open.bio.active .arrow:before, .summary-item.supplierlogo .trigger.open.bio.active .arrow:after {
  background-color: #000;
}
.summary-item.person .trigger.open.bio.active .arrow:after, .summary-item.supplierlogo .trigger.open.bio.active .arrow:after {
  position: absolute !important;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  top: 5px !important;
  left: 4px !important;
}
.summary-item.person .trigger.open.bio.active .arrow:before, .summary-item.supplierlogo .trigger.open.bio.active .arrow:before {
  transform: translate(10px, 0);
}
.summary-item.person .bioparagraphs, .summary-item.supplierlogo .bioparagraphs {
  display: none;
  margin-top: 10px;
}
.summary-item.person .bioparagraphs p.biopara a, .summary-item.supplierlogo .bioparagraphs p.biopara a {
  border: 1px solid;
  border-radius: 30px !important;
  display: table;
  font-weight: 700;
  margin: 15px auto;
  padding: 5px 30px;
}
.summary-item.person .bioparagraphs p.biopara em, .summary-item.supplierlogo .bioparagraphs p.biopara em {
  font-style: normal;
}

.summaryJSON.people .summary-items {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem;
}
.summaryJSON.people .summary-items .summary-item {
  color: white;
  max-width: 200px;
  margin: 0 .5rem 1.5rem;
  text-align: center;
}
.summaryJSON.people .summary-items .summary-item .summary-thumbnail img {
  max-width: 200px;
}
.summaryJSON.people .summary-items .summary-item .summary-title {
  font-size: 20px;
  font-weight: 700;
}
.summaryJSON.people .summary-items .summary-item .summary-excerpt {
  font-size: 14px;
  line-height: 1.2;
}
.summaryJSON.people .summary-items .summary-item .summary-excerpt p {
  margin: 7px 0;
}
.summaryJSON.people .summary-items .summary-item .summary-excerpt p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.summaryJSON.people .summary-items .summary-item .summary-excerpt .biopara {
  line-height: 1.4;
  margin: 14px 0;
  text-align: left;
}
.summaryJSON.people .summary-items .summary-item .summary-excerpt .trigger.open.bio .arrowOuter {
  margin-top: -10px;
}
.summaryJSON.people .summary-items .summary-item .summary-metadata-container {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 10px;
  text-transform: uppercase;
}
.summaryJSON.people .summary-items .summary-item .summary-metadata-container .summary-metadata-item--cats {
  margin-bottom: 0.4rem;
}
.summaryJSON.people .summary-items .summary-item .summary-metadata-container .summary-metadata-item--tags {
  font-weight: 500;
}

.image-card.sqs-dynamic-text-container p {
  color: #fff !important;
}

body.docs .sqs-gallery .meta {
  margin-bottom: 140px;
}

/*
*/


