.highlights {
  margin-top: 50px;
  margin-bottom: 50px; }
  .highlights .item {
    border-radius: 3px;
    border: 1px solid rgba(62, 80, 98, 0.1);
    text-align: center;
    padding: 20px; }
    .highlights .item img {
      width: 64px;
      margin-bottom: 20px; }

.links ul {
  border-bottom: 1px solid rgba(62, 80, 98, 0.1);
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  @media (max-width: 1199px) {
    .links ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  .links ul li {
    list-style: none;
    padding-left: 15px;
    display: block;
    position: relative;
    margin-bottom: 10px; }
  .links ul li:before {
    content: "\203A";
    font-size: 19px;
    left: 0px;
    top: -4px;
    margin-left: -15px; }

.scrolltop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  border-radius: 3px;
  background: #eee;
  padding: 7px 0;
  text-align: center;
  height: 40px;
  width: 40px;
  opacity: 0;
  transition: all .2s; }
  .scrolltop.visible {
    opacity: 1; }
mark {
    background: #FFCC33 !important;
    color: black !important;
}
.page-header {
    background: #344352;
    padding: 30px 0;
    border: none;
    margin-top: 0;
    margin-bottom: 0px;
    height: auto;
}
.page-header h1 {
    color: white;
    margin: 0;
}
.page-header h1{
    opacity: 1;
    font-size: 2.5em;
    font-weight: 300;
    text-transform: none;
}
.sp {
  margin-top: 10px!important;
}

.select-doc {
  background: none;
  cursor: pointer;
  font-size: 1rem;
  color: #292b2c;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}

.doc-card-label{
  font-size: 16px;
}