.editor h5 {
  color: #555;
}
img {
  width: 90%;
  max-width: 800px;
}
.footnote-block {
  color: #999;
  display: block;
  font-size: 12px;
  padding-top: 5px;
}

/* chip--wrapper */
#chip--wrapper img {
  object-fit: cover;
  width: 65%;
  transition: .2s linear;
}
#chip--wrapper img:hover {
  transform: scale(1.1);
}
#chip--wrapper a {
  position: relative;
}
/* features */
.feature--table img {
  max-width: 96px;
  padding-bottom: 0;
}

/* application--wrapper */
#application--wrapper > div {
  margin-bottom: 40px;
}
#application--wrapper img {
  padding-bottom: 5px;
  max-width: 105px;
}
#application--wrapper span {
  color: #999;
  display: block;
  font-weight: bold;
  text-align: center;
}


/* downloads */
.dl-option-wrap {
  display: flex;
  flex-wrap: wrap;
}
.dl-option {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.3%;
}
.dl-option span {
  font-size: 12px;
}
.btn-outline-primary:hover {
  color: #fff !important;
}
table.download-table td {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
table.download-table td img {
  padding-bottom: 0;
}
table.download-table td[data-th='Download'] {
  text-align: center;
}

/* corporate-citizenship */
.corporate-citizenship--wrapper {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.corporate-citizenship--wrapper .sec-pd {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.cc-card--row h4 {
  min-height: 66px;
}
.corporate-citizenship-item--card {
  display: flex;
  flex-direction: column;
  transition: .5s;
}
.corporate-citizenship-item--card:hover {
  transform: translateY(-10px);
}
.corporate-citizenship-item--card img {
  width: 100%;
  object-fit: cover;
}
.corporate-citizenship-chart-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
ul.corporate-citizenship-community-support {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.corporate-citizenship-community-support li {
  width: 33.3%;
  padding-left: 0;
}
ul.corporate-citizenship-community-support li::before {
  display: none;
}
ul.corporate-citizenship-community-support li a {
  display: block;
  height: 120px;
  display: flex;
  align-items: center;
}
ul.corporate-citizenship-community-support li img {
  width: 75%;
  max-height: 120px;
  object-fit: contain;
}
.keymericTableWrapper {
  width: 100%;
}
.keymericTable tr td:not(:first-child) {
  text-align: right;
}
.keymericTable tr.underline td {
  border-bottom: 2px solid #888;
}
.keymericTable th, .keymericTable td {
  padding: .5rem .75rem !important;
}
.keymericTable th {
  background: lightblue;
  color: #111;
  font-weight: bold;
}
.keymericTable td {
  font-weight: normal !important;
}
.keymericTable tbody tr:nth-child(even) {
  background-color: #eee;
}
.yt--container {
  max-width: 720px; 
  margin: 0 auto;
}
.yt--wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.yt--wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.yt--note {
  text-align: center;
  margin-top: 10px;
}
.more-info .info {
  display: flex;
  align-items: center;
}
.more-info .info .item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.more-info .info .item img {
  width: 25px;
  padding-bottom: 0;
}
.ir-table th, .ir-table td {
  padding: .5rem !important;
}
.ir-table img {
  max-width: 25px;
  padding-bottom: 0;
}
.ir-table th img {
  display: inline-block;
}

/* RWD */
/* IR-table layout fix */
@media (max-width: 991px) {
  .cc-card--row h4 {
    min-height: auto;
  }
  .ir-table {
    padding-bottom: 1rem;
  }
  .ir-table td[data-th]:before {
    color: #666;
    width: 80%;
    padding-left: 5%;
    font-size: 0.9rem;
  }
}
@media (max-width: 960px) {
  ul.corporate-citizenship-community-support li {
    width: 33.3%;
  }
}
@media (max-width: 640px) {
  #application--wrapper > div {
    width: 50%;
  }
  .dl-option {
    width: 100%;
    margin-bottom: 16px;
  }
  ul.corporate-citizenship-community-support li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .keymericTable {
    font-size: 13px !important;
  }
  .keymericTable th,
  .keymericTable td {
    padding: .5rem !important;
  }
}