.hero-slide > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.navbar .dropdown-toggle::after {
	display: inline-block !important;
	margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-hover-all .dropdown-menu, .dropdown-hover > .dropdown-menu.dropend { margin-left:-1px !important }

.navbar:before {
	display: none !important;
}

.navbar .dropdown-menu li {
	padding: 0.25rem 0;
}
.navbar .dropdown-menu li .fa-duotone {
	color: var(--bs-primary);
}

.bg-dark-50 {
	background-color: rgba(0,0,0,.15)!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5rem;
}

/* h2,.h2 {
	font-size: 2rem;
}
h3,.h3 {
	font-size: 1.75rem;
}
h4,.h4 {
	font-size: 1.5rem;
}
h5,.h5 {
	font-size: 1.25rem;
} */

p {
	margin-bottom: 1.5rem;
}

.card-img-top-wrap {
	aspect-ratio: 1720 / 1080;
	position:relative;
}
.card-img-top-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position:absolute;
}

.page-header {
  position:  relative;
}
.page-header > * {
  position: relative;
  z-index: 1;
}
.page-header:after {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.taxonomy-description p:last-child {
  margin-bottom:  0;
}

.static-hero-widget .widget-title {
    display:  none;
  }
  .static-hero-widget ul {
    margin:  0;
    padding: 0;
    display: flex;
    overflow-x:  auto;
    padding:  1rem 0;
  }
  .static-hero-widget ul li {
    white-space: nowrap;
    margin:  0;
    padding: 0 1.5rem 0 0;
    font-size:  1rem;
    list-style:  none;
  }
  .static-hero-widget ul li.current-cat {
    font-weight:  bold;
    text-decoration: underline;
  }





.protecting-restoring-table, .sub-nav-table {
	display: none;
}