/*
    - Name: "icon.scss"
    - Description: "Add custom styles to basic block"
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.ui-autocomplete {
  border-color: #002855;
  border-color: rgba(0, 40, 85, 0.5);
  background-clip: padding-box;
}

.ui-autocomplete li a {
  display: block;
  color: #002855;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: var(--font-16);
  text-decoration: none;
}

.ui-autocomplete li a.ui-state-active, .ui-autocomplete li a:hover {
  border-color: #002855;
  background-color: #CCD5E2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #002855;
}

.block__icons {
  margin: 10px;
  padding: 20px;
  border-radius: 12px;
  background: #CCD5E2;
  background: rgba(204, 213, 226, 0.5);
  text-align: center;
}

@media (min-width: 480px) {
  .block__icons {
    margin: 15px;
  }
}
.block__icons .icon__link {
  position: relative;
  display: block;
  text-decoration: none;
}

.block__icons .icon__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  margin: 0 auto;
  background-color: #405D8F;
  transition: all 0.5s ease-in-out;
}

.block__icons .icon__link:hover::after {
  width: calc(100% - 24px);
}

.block__icons .icon__link[target=_blank] .icon__title {
  display: inline-flex;
  align-items: center;
}

.block__icons .icon__link[target=_blank] .icon__title::before {
  content: "\e921";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}

.block__icons svg {
  height: 50px;
  margin: 0 auto 15px !important;
  color: #405D8F;
}

@media (min-width: 480px) {
  .block__icons svg {
    height: 60px;
  }
}
.block__icons .icon__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #002855;
  font-size: 1.42375rem;
  line-height: 1.875rem;
}

.block__icons .field--name-body {
  color: #002855;
}

.block__icons .field--name-body * {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #002855;
  font-size: var(--font-16);
  line-height: 1.5rem;
}

.block__icons .field--name-body p:last-child {
  margin-bottom: 0;
}

.block__icons.block--view-mode-left .icon__link {
  text-align: left;
}

[class*=style-3] .block__icons {
  border-radius: 0;
}
/*# sourceMappingURL=icon.css.map */
