*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin: unset;
}

p,
.p,
.psmall,
.pxsmall,
.pxxsmall {
  margin: 0;
}

p,
.p {
  font-size: 1em;
}

.psmall {
  font-size: 0.9em;
}

.pxsmall {
  font-size: 0.858em;
}

.pxxsmall {
  font-size: 0.7em;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-blue {
  color: #0098d7 !important;
}

.text-black {
  color: #000 !important;
}

.text-dark {
  color: #343434 !important;
}

.text-lightgray {
  color: #9b9999 !important;
}

.text-gray {
  color: #979797 !important;
}

#menu-mobile {
  display: none;
}

#open-trigger {
  display: block;
}

#close-trigger {
  display: none;
}
/*# sourceMappingURL=custom.compiled.css.map */