/* Additional variables for RG Personal Carousel */
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.static-content {
  hyphens: auto;
  font-variant-ligatures: no-common-ligatures;
  /* Fix Firefox ligature bleed on hyphenation (fl, fi, ff glyphs split across lines) */
}

/* Tabs block on node view */
#block-tabs {
  margin-bottom: 15px;
}
#block-tabs li.active {
  background-color: yellow;
}
#block-tabs a {
  font-weight: 600;
  padding: 5px 15px;
  text-decoration: none;
}

.apd-button {
  align-items: center;
  border: 1px solid transparent;
  color: white;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.36px;
  line-height: normal;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
}

.apd-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gin-secondary-toolbar .gin-breadcrumb__link .placeholder {
  background-color: transparent;
  color: inherit;
  opacity: 1;
  vertical-align: initial;
  display: inline;
}
/*# sourceMappingURL=drupal-only.css.map */
