@media (max-width: 767px) {
  .display-page {
    margin: 130px 0 100px;
  }
}

@media (min-width: 768px) {
  .display-page {
    margin: 30px 0 100px;
  }
}

.liseoi_box {
  width: auto;
}

.display-page {
  background-color: #fff;
}

#openAccessLicenses {
  font-size: 20px;
  font-weight: bold;
}

.in-page-nav {
  z-index: 10;
  background: #fff;
}

nav.in-page-nav ul {
  /* display: flex; */
  /* justify-content:center; */
  margin: 0;
  /* overflow-x: auto; */
  -webkit-overflow-scrolling: touch;
  border-top: 0.125rem solid #ebebeb;
  border-bottom: 0.125rem solid #ebebeb;
}

nav ul,
ul.no-bullet {
  list-style: none;
}

nav.in-page-nav li {
  display: inline-block;
  margin: 10px 0;
}

nav.in-page-nav a.active,
nav.in-page-nav a:focus,
nav.in-page-nav a:hover {
  outline: 0;
  border-bottom: 1px solid #ff6c00;
}

nav.in-page-nav a {
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  color: #53565a;
  transition: border-bottom-color .175s ease-in;
  border-bottom: 0.125rem solid transparent;
  z-index: 1;
  cursor: pointer;
}

nav.in-page-nav a:hover {
  text-decoration: none;
}

a[href] {
  word-break: break-word;
  word-wrap: break-word;
}

li a {
  font-size: 20px;
  line-height: 28px;
  transition: all 111ms ease-out;
  background: 0 0;
  color: #007398;
  text-decoration: none;
}

/* .row {
  width: 100%;
  margin: 0 auto;
  max-width: 62.5rem;
} */
.row-tight {
  padding-top: 15px;
}

.row-tight p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-indent: 2em;
}

.display-page .fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.desc {
  font-size: 20px;
}

#reportingStandards {
  margin-top: 30px;
}

.breadcrumb {
  background: transparent;
  font-size: 16px;
  padding: 0 15px;
}

.breadcrumb li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #737373;
  height: auto;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 0.1em;
  font: inherit;
  padding: 0;
  text-decoration: none;
}

.breadcrumb li a:hover {
  border-bottom: 1px solid orange;
  padding-bottom: 5px;
}

.breadcrumb .active a {
  color: #323232;
}

.breadcrumb>li+li:before {
  padding: 0;
  content: '';
}

.divider {
  padding: 0 4px;
}

a {
  text-decoration: none;
  color: #3c9cd7;
}

.table>tbody>tr>td a {
  color: #3c9cd7;
}

.secondTitle {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}

.title {
  font-size: 20px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  font-size: 16px;
}

.thirdTitle {
  margin-top: 10px;
  font-size: 16px;
}