	html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sticky Footer */
html, body {
  height: 100%;
}
.body-bg {
  position: relative;
  min-height: 100%;
}
#page-content {
  padding-bottom: 350px;
}
footer {
  position: absolute;
  bottom: 0;
  max-height: 350px;
  width: 100%;
}
/* End Sticky Footer */



.navbar .navbar-brand-image > img {
  max-height: 100%;
  height: auto;
}
.navbar.navbar-mainnavigation {
  box-shadow: none;
  background-color: var(--bs-primary) !important;
  border-bottom: solid 3px var(--bs-secondary);
}
.navbar.navbar-mainnavigation .navbar-brand {
  transition: 0.2s ease-out;
}
.navbar-mainnavigation .navbar-nav > li > .nav-link {
  text-transform: uppercase;
  color: #111;
}
.navbar-mainnavigation .navbar-nav > li > .nav-link::before {
  background: #aa0000;
}
.navbar-mainnavigation .navbar-nav > li > .nav-link:hover::before {
  opacity: 0.5;
}
.nav-link-text {
  font-size: 1.4rem;
  color: #fff;
}
li.nav-item.active:first-child:not(:hover) .nav-link::before {
  opacity: 0;
}
#mainnavigation .nav-item:not(:first-child) .nav-link.active .nav-link-text {
  border-bottom-color: #a008;
}



#p510 .section-row .subcontent-wrap {
    /*width: 15%; */ 
}
#p510 .section-row .maincontent-wrap {
    /* width: 75%;*/
}


.frame-type-text h2,
.frame-type-textpic h2 {
  font-size: 2.25rem;
}
.frame-type-text h3,
.frame-type-textpic h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.frame-type-text time,
.frame-type-textpic time {
  font-style: italic;
}



/*
#carousel-1427 .carousel-item-type-image .carousel-image img {
  width: 100%;
}
#carousel-1427 .carousel-item .valign {
  margin: 0;
  max-width: 100%;
}
#carousel-1427 .carousel-item {
  height: unset;
}
*/



.footer-section ul {
  list-style: none;
  padding-left: 0;
}
.footer-section-meta > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer-copyright {
  color: #bbb;
  font-size: 12px;
}