/* icons */
.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after,
.more::after {
	position: relative;
  top: -0.08em;
}

.drawer-copy .icon-after:after {
  top: -0.06em;
}

/* card media button */
.card-media .inline-video-ui{
  bottom: 2px;
}

@media only screen and (max-width:1068px){
  .card-media .inline-video-ui{
    bottom: 3px;
  }
}

@media only screen and (max-width:734px){
  .card-media .inline-video-ui{
    bottom: 2px;
  }
}

/* subhead section */
@media only screen and (max-width:734px){
  .section-hero .subhead{
    line-height: 39.6px;
  }
}

/* newsroom section */
.section-news #newsroom-header{
  max-width: 550px;
}

@media only screen and (max-width:734px){
  .section-news #newsroom-header{
    max-width: var(--small-max-width);
  }
}

/* feedbackk section */
.section-feedback .headline{
  line-height: 1.171875;
}

@media only screen and (max-width:1068px){
  .section-feedback .headline{
    line-height: 1.1786514286;
  }
}

@media only screen and (max-width:734px){
  .section-feedback .headline{
    line-height: 1.2;
  }
}

/* card envicromnet image */
@media only screen and (max-width:1068px) and (max-width:1068px){
  .overview-cards-environment-03{
    --p-height: 100%;
  }
}

@media only screen and (max-width:734px) and (max-width:734px){
  .overview-cards-environment-03{
    --p-height: 450px;
  }
}

@media only screen and (max-width:1068px)and (max-width:1068px){
  .overview-cards-environment-04-static{
    --p-height: 100%;
  }
}

@media only screen and (max-width:734px)and (max-width:734px){
  .overview-cards-environment-04-static{
    --p-height: 450px;
  }
}

/* button */
.section-feedback .button.button-secondary-neutral,
.section-reports .button{
  height: 36px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

@media only screen and (max-width:1068px){
  .paddlenav-arrow circle{
    cx: 17.6px;
    cy: 17.6px;
  }
}

@media only screen and (max-width:734px){
  .paddlenav-arrow circle{
    cx: 17.9px;
    cy: 17.9px;
  }
}

#values-router-gallery .paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-next {
  padding-right: 1px;
}

/* categories */
@media only screen and (max-width:1068px){
  .categories .button{
    box-sizing: border-box;
    height: 36px;
  }
}

@media only screen and (max-width:734px){
  .categories .button{
    box-sizing: border-box;
    height: 26px;
  }
}

.section-cards .card-supply-chain .card-headline,
.section-cards .card-carbon-neutral .card-headline,
.section-cards .card-skills .card-headline,
.section-cards .card-zero-waste .card-headline{
  max-width: 280px;
}

.section-cards .card-labor-rights .card-headline,
.section-cards .card-development-fund .card-headline, 
.section-cards .card-health .card-headline, 
.section-cards .card-manufacturing .card-headline{
  max-width: 336px;
}

.section-cards .card-culture .card-headline{
  max-width: 196px;
}

.section-cards .card-feedback .card-headline{
  max-width: 224px;
}

.section-cards .card-chemistry .card-headline,
.section-cards .card-environmental-rights .card-headline{
  max-width: 308px;
}

.section-cards .card-recycled .card-headline{
  max-width: 252px;
}

@media only screen and (max-width:1068px){
  .section-cards .card-supply-chain .card-headline,
  .section-cards .card-skills .card-headline,
  .section-cards .card-zero-waste .card-headline{
    max-width: 200px;
  }

  .section-cards .card-labor-rights .card-headline,
  .section-cards .card-development-fund .card-headline,
  .section-cards .card-health .card-headline,
  .section-cards .card-manufacturing .card-headline{
    max-width: 240px;
  }

  .section-cards .card-carbon-neutral .card-headline,
  .section-cards .card-recycled .card-headline{
    max-width: 180px;
  }

  .section-cards .card-culture .card-headline{
    max-width: 140px;
  }

  .section-cards .card-feedback .card-headline,
  .section-cards .card-hiring .card-headline,
  .section-cards .card-chemistry .card-headline{
    max-width: 160px;
  }

  .section-cards .card-environmental-rights .card-headline{
    max-width: 220px;
  }
}

@media only screen and (max-width:734px){
  .section-cards .card-supply-chain .card-headline,
  .section-cards .card-hiring .card-headline,
  .section-cards .card-skills .card-headline,
  .section-cards .card-zero-waste .card-headline{
    max-width: 140px;
  }

  .section-cards .card-labor-rights .card-headline,
  .section-cards .card-carbon-neutral .card-headline,
  .section-cards .card-development-fund .card-headline,
  .section-cards .card-health .card-headline,
  .section-cards .card-manufacturing .card-headline,
  .section-cards .card-chemistry .card-headline{
    max-width: 168px;
  }

  .section-cards .card-culture .card-headline{
    max-width: none;
  }

  .section-cards .card-feedback .card-headline{
    max-width: 112px;
  }

  .section-cards .card-environmental-rights .card-headline,
  .section-cards .card-recycled .card-headline{
    max-width: 154px;
  }
}