* {
  font-family: futura-pt, sans-serif;
}

html {
  scroll-behavior: smooth;
}

#wpadminbar {
  overflow: hidden;
  position: fixed;
}

.pb-full {
  padding-bottom: 100%;
}

.aspect-video {
  position: relative;
  padding-bottom: 56.25%;
}

.aspect-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-content p {
  margin-bottom: 1em;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 1em;
}

/* LINKS */

header.header-light:not(.bg-stb-gold) .container {
  filter: invert(1);
}

header.header-light:not(.bg-stb-gold) .container a:not(.text-center):after {
  filter: invert(1);
}

.page-content a:not(.text-center) {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

header #main-menu a:not(.text-center), footer a:not(.text-center) {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.page-content a:not(.text-center):after, header #main-menu a:not(.text-center):after, footer a:not(.text-center):after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #f8bf00;
  transition: width 0.3s;
}

.page-content a:not(.text-center):hover:after, header #main-menu a:not(.text-center):hover:after, footer a:not(.text-center):hover:after, header #main-menu li.current-menu-item a:not(.text-center):after {
  width: 100%;
}

#main-menu a:not(.text-center):after, footer a:not(.text-center):after {
  background-color: #fff !important;
  bottom: 3px !important;
}

/* MAIN MENU */

#main-menu ul ul {
  transform: translateY(-100%);
  left: -9999px;
  transition: transform 0.3s;
}

#main-menu > ul > li:hover > a + ul {
  transform: translateY(0%);
  left: 0px;
}

/* MENU TOGGLE */

#menu-toggle .menu-close, #menu-toggle.toggled .menu-open {
  opacity: 0;
}

#menu-toggle .menu-open, #menu-toggle.toggled .menu-close {
  opacity: 1;
}

/* MENU MOBILE */

#menu-mobile {
  transform: translateY(-100%);
  left: -9999px;
  transition: transform 0.3s;
}

#menu-toggle.toggled + #menu-mobile {
  transform: translateY(0%);
  left: 0px;
}

/* UNORDERED LISTS */

ul.dots {
  margin-left: 1em;
  margin-top: 1em;
}

ul.dots li {
  position: relative;
  list-style-type: disc;
  margin-bottom: 0.5em;
  /*
  padding-left: 1em;
  margin-bottom: 0.25em;
  */
}

ul.dots ul {
  margin-left: 1.5em;
  margin-top: 0.5em;
}

ul.dots li::marker {
  color: #f8bf00;
}

ul.dots li:before {
  /*
  content: "\A";
  content: "\00B7";
  font-size: 2rem;
  line-height: inherit;
  margin-right: 0.25em;
  position: absolute;
  top: 1rem;
  left: 0.25rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E32425;
  */
}

ul.checks li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}

ul.checks li:before {
  content: '';
  -webkit-mask: url("../img/check.svg") no-repeat 50% 50%;
  mask: url("../img/check.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #E32425;
}
