.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.sidebar-tools {
  max-width: 300px;
}
.sidebar-tools h2 {
  font-weight: 300;
  text-align: center;
  color: #4A68B1;
  text-transform: uppercase;
}
.sidebar-tools .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-tools .links .link {
  background-color: #00B3E6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 5px;
  padding: 5px 15px;
}
.sidebar-tools .links .link a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 80px;
  font-weight: 400;
  padding-left: 30px;
  text-decoration: none;
  color: #331934;
  background-size: 25px 25px;
}
.sidebar-tools .links .link a img {
  margin-right: 6px;
}
.sidebar-tools .links .link a .link__image {
  margin-top: 5px;
}
.sidebar-tools .links .link a:hover svg,
.sidebar-tools .links .link a:hover svg path {
  fill: #fff !important;
}
.sidebar-tools .links .link:hover {
  background-color: #0080A3;
  color: #fff !important;
  cursor: pointer;
}
.sidebar-tools .links .link:hover a {
  filter: invert(100%);
}

.footer-first {
  border-top: 2px solid #4A68B1;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  padding: 60px;
  margin-top: 40px;
  margin-bottom: -40px;
}

.region-footer-first {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
}
.region-footer-first .sidebar-tools {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.region-footer-first .sidebar-tools .links {
  display: flex;
  flex-direction: row;
}
.region-footer-first .sidebar-tools .links .link {
  margin: 0 5px;
  min-width: 215px;
  overflow: hidden;
}
.region-footer-first .sidebar-tools .links .link:hover a {
  background-color: #0080A3;
  filter: none !important;
}
.region-footer-first .block-views:first-of-type {
  flex: 1 1 60%;
}
.region-footer-first .block-views:last-of-type {
  flex: 1 1 30%;
}
.region-footer-first nav {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
}

@media all and (max-width: 320px) {
  .sidebar-tools {
    max-width: 100%;
    flex-direction: column;
  }
}