.h-2color {
  letter-spacing: 0.2em;
  border-bottom: 2px solid #83c4e4;
  position: relative;
  padding-bottom: 0.9em;
}

.h-2color:before {
  content: "";
  display: block;
  width: 30%;
  border-bottom: 2px solid #ffee49;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}

.remodal-overlay {
  background: rgba(000, 000, 000, 0.8) !important;
  opacity: 1 !important;
}

.icn-link-blank_white.link-blank:after{
    content: url(/common/images/icn-link-blank_white.png) !important;
}

@media only screen and (max-width: 767px) {
  .table-block tr,
  .table-block th,
  .table-block td {
    display: block;
    width: auto;
  }
  img {
    height: auto;
  }
}