h1 {
  margin-top: .25em;
  margin-bottom: .25em;
  line-height: 1.2em;
}

.usr-btn:hover {
  cursor: pointer;
}

.flip-card + .fc-close {
  /*TODO move to ilsc.scss*/
  opacity: 0;
  position: absolute;
  top: 0;
  right: 5px;
  margin: 10px;
  padding: 5px 6px;
  line-height: 1em;
}

.flip-card:hover + .fc-close {
  /*TODO move to ilsc.scss*/
  transition: opacity 250ms;
  transition-delay: 500ms;
  -webkit-transition: opacity 250ms;
  -webkit-transition-delay: 500ms;
  position: absolute;
  opacity: 1;
}

.flip-card:hover + .fc-close:focus {
  /*TODO move to ilsc.scss*/
  opacity: 0;
  transition: opacity 100ms;
  transition-delay: 0ms;
  -webkit-transition: opacity 100ms;
  -webkit-transition-delay: 0ms;
}

.slightly-blurred {
  backdrop-filter: blur(5px);
}

.gradient-10 {
  /*TODO move to ilsc.scss*/
  position: absolute;
  top: -10%;
  width: 100%;
  left: 0;
  height: 110%;
  background: linear-gradient(10deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgb(255, 255, 255) 55%);
  transition: top 0.4s, opacity 0.4s;
  opacity: 0.1;
  pointer-events: none;
}

.block-title {
  padding-top: 0;
  margin-top: 0;
}

.modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.webform-progress-tracker li.progress-step::before {
    content:"";
}
h3.popover-header {
  margin:0px!important;
}
