.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

a.powered {
  text-decoration: none !important;
  color: white
}

h1 {
  font-size: 3em !important;
  margin-top: 1.5em !important
}

h1, h2, h3, h4 {
  color: var(--bs-primary)
}

.carousel-caption {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  opacity: .85;
  padding: 1em;
}

button.video-embed-field-lazy-play {
  border: none;
}

.video-embed-field-lazy {
  border: none;
  margin-bottom: 1em;
}

.scale-large {
  font-size: 125% !important;
  padding: 2em;
}

.image-style-webpage-book-cover {
  margin-top: 1em;
  margin-bottom: 1em;
  max-height: 30em;
  width: auto;
}

#externalLinkPopupModal .close {
  display: none;
}

.no-decoration {
  text-decoration: none !important;
}

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons.woff2") format("woff2");
  font-display: swap;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  visibility: visible;
  font-family: 'bootstrap-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-gear::before {
  content: '\F3E5';
  margin-right: 0.25em;
}

.bi-bookmark::before {
  content: '\F1A2';
  margin-right: 0.25em;
}

.bi-twitter-x::before {
  content: '\F8DB';
  margin-right: 0.25em;
}

.bi-facebook::before {
  content: '\F344';
  margin-right: 0.25em;
}

.bi-instagram::before {
  content: '\F437';
  margin-right: 0.25em;
}

.bi-amazon::before {
  content: '\F68D';
  margin-right: 0.25em;
}

.bi-linkedin::before {
  content: '\F472';
  margin-right: 0.25em;
}

.bi-threads::before {
  content: '\F8D9';
  margin-right: 0.25em;
}

.bi-pinterest::before {
  content: '\F663';
  margin-right: 0.25em;
}

.bi-bluesky::before {
  content: '\F7F9';
  margin-right: 0.25em;
}

.bi-youtube::before {
  content: '\F62B';
  margin-right: 0.25em;
}

.no-underline {
  text-decoration: none !important;
}

img.image-style-webpage-carousel {
  width: 100%;
}

.nav-link:active,
.current-link {
  text-decoration: underline !important;
}

.social-sharing-buttons {
  margin-top: 0 !important;
}

.social-sharing-buttons svg {
    fill: var(--bs-body-color);
}

nav.pager {
  margin-top: 1em;
}

.modal.show .modal-dialog {
  transform: none;
  box-shadow: none;
}

.field--name-node-read-time::before {
  font-family: bootstrap-icons;
  content: '\F293';
  margin-right: 0.5em;
  font-size: 80%;
}

.field--name-node-read-time {
  margin-bottom: 1em;
}

.node__content .bi-calendar,
.view-webpage-posts .bi-calendar {
  margin-right: 0.5em;
  font-size: 80%;
}

.barcode img {
  width: 100px !important;
  height: 100px !important;
}

.placeholder a,
.placeholder {
  vertical-align: top !important;
  background-color: transparent;
  opacity: 1;
}