html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.viewer {
  width: 100%;
}
.viewer li a {
  position: relative;
  display: block;
  min-height: 11rem;
  border-radius: 1rem;
  border: 1px solid #7998bb;
  background: #fff;
}
.viewer li a:after {
  content: "\f105";
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  line-height: 4rem;
  background: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.viewer li a:before {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  background: #e9edf2;
  border-radius: 1rem;
  z-index: -1;
}
.viewer li a:focus:after,
.viewer li a:hover:after {
  opacity: 1;
}
.viewer li a img {
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.viewer li a dl {
  padding: 3rem 4rem 1.5rem 10rem;
}
.viewer li a dl dt {
  font-size: 2rem;
  line-height: 1.2;
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 1rem;
}
.viewer li a dl dd {
  font-size: 1.5rem;
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: left;
}
.viewer li:nth-child(1) a:hover,
.viewer li:nth-child(1) a:focus {
  border-color: #26a6ff;
}
.viewer li:nth-child(1) a:focus:before,
.viewer li:nth-child(1) a:hover:before {
  background: #c8e8ff;
}
.viewer li:nth-child(1) a dl dt {
  color: #26a6ff;
}
.viewer li:nth-child(2) a:hover,
.viewer li:nth-child(2) a:focus {
  border-color: #1565c0;
}
.viewer li:nth-child(2) a:focus:before,
.viewer li:nth-child(2) a:hover:before {
  background: #a6cdf8;
}
.viewer li:nth-child(2) a dl dt {
  color: #1565c0;
}
.viewer li:nth-child(3) a:hover,
.viewer li:nth-child(3) a:focus {
  border-color: #fa6a38;
}
.viewer li:nth-child(3) a:focus:before,
.viewer li:nth-child(3) a:hover:before {
  background: #fed5c7;
}
.viewer li:nth-child(3) a dl dt {
  color: #fa6a38;
}
.viewer li:nth-child(4) a:hover,
.viewer li:nth-child(4) a:focus {
  border-color: #2e7d32;
}
.viewer li:nth-child(4) a:focus:before,
.viewer li:nth-child(4) a:hover:before {
  background: #b3eeb6;
}
.viewer li:nth-child(4) a dl dt {
  color: #2e7d32;
}
.viewer li:nth-child(5) a:hover,
.viewer li:nth-child(5) a:focus {
  border-color: #d81405;
}
.viewer li:nth-child(5) a:focus:before,
.viewer li:nth-child(5) a:hover:before {
  background: #f8bdb9;
}
.viewer li:nth-child(5) a dl dt {
  color: #d81405;
}
.viewer li:nth-child(6) a:hover,
.viewer li:nth-child(6) a:focus {
  border-color: #e3250e;
}
.viewer li:nth-child(6) a:focus:before,
.viewer li:nth-child(6) a:hover:before {
  background: #fcd3ce;
}
.viewer li:nth-child(6) a dl dt {
  color: #e3250e;
}
@media only screen and (max-width: 767px) {
  .viewer li.col-xs-12 {
    padding: 10px 0;
  }
  .viewer li a:after {
    display: none;
  }
}
