/* Swup :: start */
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
/* Swup :: end */
.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  z-index: 2000;
  display: none;
  transition: all 400ms ease;
}
body.loading .page-loader {
  opacity: 1;
  visibility: visible;
}
body.loaded .page-loader {
  opacity: 0;
  visibility: hidden;
}

/*.page-prize {
	background-color: #ddd;
	color: var(--color-secondary);
}
.page-prize .fp-fixed {
	z-index: 1;
}
.bg-tree {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.timeline-prize {
	padding: 50vh 0 20vh;
}
.timeline-item {
	 padding: 5rem 0; 
}
.timeline-item .timeline-content {
	opacity: 0;
	 visibility: hidden; 
	transition: opacity 400ms ease;
}
.timeline-item.active .timeline-content {
	opacity: 1;
	 visibility: visible; 
}

.timeline-scrollable {
	height: 100vh;
	overflow: auto;
	-ms-overflow-style: none;  Hide scrollbar for IE and Edge 
	scrollbar-width: none;  Hide scrollbar for Firefox 
}
.timeline-scrollable::-webkit-scrollbar {
	 Hide scrollbar for Chrome, Safari and Opera 
	 display: none; 
}

.bg-tree {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-size: 100% auto;
	background-position: 50% 0;
}*/
section#CovenantGrant .inner-content-wrap .listing-content {
  width: 100%;
}
.award_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(190, 56, 45);
  z-index: 9999;
}
.default-pages ul {
	margin-bottom: 1.56vw;
  }