@-webkit-keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* breakpoints */
@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blank-page {
  background-color: #FFFFFF;
  color: #000;
  font-size: 14px;
  line-height: 1.28;
}

.blank-page .mt-2 {
  margin-top: 20px;
}

.blank-page .mb-2 {
  margin-bottom: 20px;
}

.blank-page .content h1, .blank-page .content h2, .blank-page .content h3, .blank-page .content h4, .blank-page .content h5, .blank-page .content h6 {
  color: #000;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blank-page .content h2 {
  font-size: 1.25rem;
}

.blank-page .content h3 {
  font-size: 1.1875rem;
}

.blank-page .content h4 {
  font-size: 1.125rem;
  font-style: italic;
}

.blank-page #content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

@media (max-width: 575px) {
  .blank-page #content {
    padding: 20px 15px;
  }
}

.blank-page .blank-date {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
  margin-bottom: 5px;
}

.blank-page .highlight-box {
  display: flex;
  align-items: stretch;
  border: 2px solid #bebebe;
  margin-bottom: 4px;
}

@media (max-width: 575px) {
  .blank-page .highlight-box {
    flex-direction: column;
  }
}

.blank-page .highlight-box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 15px;
}

.blank-page .highlight-box .highlight-box-title {
  background-color: #bebebe;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  min-width: 120px;
}

.blank-page .highlight-box.color-highlight-box {
  border: none;
  border-bottom: 2px solid #16365d;
  margin-bottom: 8px;
}

.blank-page .highlight-box.color-highlight-box .highlight-box-title {
  background-color: #16365d;
  font-size: 1.625rem;
}

.blank-page .highlight-box.color-highlight-box .highlight-box-text {
  color: #16365d;
  font-weight: 600;
  font-size: 1.0625rem;
}

.blank-page .content ul {
  margin: 0;
  padding-left: 15px;
}

.blank-page .content ul li {
  list-style-position: outside;
  font-size: inherit;
  margin: 0;
  padding: 1px 0;
}

.blank-page .content ul li::marker {
  color: #000;
}

.blank-page .content ul.list-style-square {
  margin: 0;
  padding: 4px 0 4px 4px;
}

.blank-page .content ul.list-style-square li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.blank-page .content ul.list-style-square li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  background-color: #000;
  width: 9px;
  height: 9px;
}

.blank-page .content ul.list-style-alpha li {
  list-style: upper-alpha;
}

.blank-page .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.blank-page .content table {
  border-width: 1px;
  border-color: #bebebe;
  width: 100%;
  max-width: 100%;
}

.blank-page .content table td {
  border-width: 1px;
  border-color: #bebebe;
  padding: 5px 15px;
}

.blank-page .content table.highlight-table thead td {
  background-color: #bebebe;
  color: #fff;
  font-weight: bold;
}

.blank-page .content table.highlight-table + .highlight-box {
  border-bottom-width: 3px;
}

.blank-page .contact-info-item {
  display: flex;
  padding: 2px 0;
}

.blank-page .contact-info-item .contact-info-title {
  min-width: 64px;
  margin-right: 20px;
}

.blank-page .contact-info-item .contact-info-text {
  word-break: break-word;
}
