.btn-box-shadow {
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.11), 0px 0px 0px 1px rgba(26, 41, 61, 0.08);
}
.btn-box-shadow:hover {
  box-shadow: 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.10), 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.08);
}

.quot-bg {
  background-image: url('assets/quot.svg');
  background-size: 93px 75px;
  background-repeat: no-repeat;
  background-position: 0 40px;
  @media screen and (min-width: 768px) {
    background-size: 122px 99px;
    background-position: 0 20px;
  }
  @media screen and (min-width: 1200px) {
    background-position: 12px 133px;
  }
}

.quot-bg::first-line {
  background-color: white;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#modal h2 {
  color: #004750;
  font-style: italic;
  font-weight: 700;
}
#modal h2 span {
  font-weight: 400;
  font-style: italic;
  color: transparent;
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #004750;
}
#modal > div {
  max-height: calc(100% - 48px);
}
#modal .dialog-text {
  margin-top: 24px;
}

#modal .dialog-text p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 26px;
}

#modal #closeModal {
  position: absolute;
  top: 26px;
  right: 36px;
  background-image: url('assets/x.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0.667px solid #1A1A1A;
  border-radius: 50%;
  padding: 11px;
  @media (min-width: 768px) {
    width: 50px;
    height: 50px;
    top: 21px;
    right: 25px;
  }
}

/* needed to make sure bootstrap doesn't override tailwind here */
@media screen and (min-width: 1200px) {
  .flex-wrap.special-override-flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
