body#mercury .row.first .downloads {
  width: 100%;
  background-color: transparent;
  margin-bottom: 2.5em;
}
body#mercury .row.first .downloads h3 {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Rajdhani";
}
body#mercury .row.first .downloads .holder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
body#mercury .row.first .downloads .holder .list {
  background-color: #f4f5f5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
body#mercury .row.first .downloads .holder .list a {
  color: #001e60;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding: 1.15em 15px;
  position: relative;
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition-property: all 0.15s ease-out 0s;
  -ms-transition-property: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
body#mercury .row.first .downloads .holder .list a:hover, body#mercury .row.first .downloads .holder .list a:focus, body#mercury .row.first .downloads .holder .list a.active {
  color: white;
  background-color: #001e60;
}
body#mercury .row.first .downloads .holder .downloadscol {
  background-color: #ecedee;
}
body#mercury .row.first .downloads .holder .downloadscol .item {
  display: none;
}
body#mercury .row.first .downloads .holder .downloadscol .item.active {
  display: block;
}
body#mercury .row.first .downloads .holder .downloadscol .item .container {
  padding: 2em 25px !important;
}
body#mercury .row.first .downloads .holder .downloadscol p {
  font-size: 1.1em;
  margin: 1em 0 !important;
}
body#mercury .row.first .downloads .holder .downloadscol p > img {
  float: none !important;
}
body#mercury .row.first .downloads .holder .downloadscol p.btn {
  font-size: 0.9em;
  display: block !important;
}
body#mercury .row.first .downloads .holder .downloadscol p.btn a {
  text-transform: uppercase;
  padding: 1em 1.5em;
}
body#mercury .row.first .downloads .holder .downloadscol p:first-child {
  margin-top: 0 !important;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .downloads .holder {
    flex-direction: row;
  }
  body#mercury .row.first .downloads .holder .list {
    width: 333px;
  }
  body#mercury .row.first .downloads .holder .list a.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #001e60;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
  }
  body#mercury .row.first .downloads .holder .downloadscol {
    width: calc(100% - 333px);
  }
  body#mercury .row.first .downloads.perrow4 .col:nth-child(4n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=view.css.map*/