.tools {
  position: relative;
  padding: 45px 0 35px;
  text-align: center;
  overflow: hidden;
}
.tools .container {
  position: relative;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .tools {
    padding-top: 35px;
  }
}
@media (max-width:  767px ) {
  .tools {
    padding: 35px 0 0 0;
  }
}
.tools .title {
  color: #005d83;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width:  767px ) {
  .tools .title {
    font-size: 25px;
    font-weight: 400;
  }
}
.tools a.title {
  text-decoration: none;
}
@media (max-width:  767px ) {
  .tools .tools-menu {
    margin-top: 20px;
  }
}
.tools .tool {
  min-height: 110px;
}
@media (max-width:  767px ) {
  .tools .tool {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
}
.tools .tool > a {
  color: #005db9;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 110px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .tools .tool > a {
    font-size: 17px;
  }
}
.tools .tool > a .hover-state {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #005db9;
  color: white;
  text-transform: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-weight: 400;
}
.tools .tool > a .hover-state span {
  display: block;
}
.tools .tool > a:focus,
.tools .tool > a:hover {
  color: #AEDA72;
  text-decoration: none;
}
.tools .tool > a:focus .hover-state,
.tools .tool > a:hover .hover-state {
  opacity: 1;
}
.tools .tool > a img {
  margin-bottom: 25px;
  max-width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}
.tools .divider {
  border-right: 1px solid #bcbcbc;
}
.tools .next,
.tools .prev {
  color: #005d83;
  font-size: 25px;
  left: 10px;
  position: absolute;
  top: -35px;
  display: none;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .tools .next,
  .tools .prev {
    display: inline;
  }
}
@media (max-width:  767px ) {
  .tools .next,
  .tools .prev {
    display: inline;
  }
}
.tools .prev {
  left: 30px;
  right: auto;
}
.tools .next {
  left: auto;
  right: 30px;
}
