@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/assets/fonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-regular-400.woff2") format("woff2");
}
.far, .fal, .fas, .fa {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.far { font-weight: 400; }
.fal { font-weight: 300; }
.fas { font-weight: 900; }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-search:before { content: "\f002"; }
.fa-times:before { content: "\f00d"; }
.fa-angle-down:before { content: "\f107"; }
.fa-universal-access:before { content: "\f29a"; }
.fa-cookie-bite:before { content: "\f564"; }
.fa-2x { font-size: 2em; }

/* Scroll to top button */
.scroll-top {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1020;
  background-color: #494949;
  color: #ffffff;
  bottom: 20px;
  right: 20px;
  position: fixed;
  opacity: 0;
  width: 3em;
  height: 3em;
  border-radius: 0px;
  text-decoration: none;
}
.scroll-top.scroll-top-visible {
  opacity: 1;
  bottom: 40px;
}
.scroll-top .scroll-top-icon {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.scroll-top .scroll-top-icon:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 30%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

/* Side navigation icons - ensure full color */
.subnav-menu .subnav-item img {
  opacity: 1 !important;
  filter: none !important;
}
