header {
	position: sticky !important;
	top: 0;
}

header.entry-header, #jp-relatedposts {
	display: none !important;
}

#primary {
	margin: 0px !important;
}

h1, h2, h3, h4 {
	letter-spacing: -1px !important;
}

h1.wp-block-heading {
	border-left: 5px solid #73bf44;
	padding-left: 15px;
}

.bg-slant, .bg-slant-reverse {
	height: 150px;
	width: 100vw;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: -1;
}

.is-hidden, .d-none {
	display: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex > div {
	flex: 1;
}

@media (max-width: 768px) {
  .flex-container > * {
    flex-basis: 100%;
  }
}

.align-center {
	align-content: center;
}

label[for="utm-source"], label[for="utm-campaign"] {
	display: none !important;
}

.bg-slant {
	background-color: #FFFFFF;
	-webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0%, 0 100%);
	clip-path: polygon(100% 50%, 0 100%, 100% 100%);
}

.bg-slant-reverse {
	height: 350px;
	background-color: var(--wp--preset--color--ast-global-color-3);
	-webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0%, 0 100%);
	clip-path: polygon(100% 50%, 0 100%, 100% 100%);
}

.bg-slant-alt, .bg-slant-reverse-slant, .bg-slant-alt-white, .bg-slant-reverse-alt {
	height: 500px; 
	width: 101vw; 
	left: 0; 
	position: absolute; 
	transform: rotate(356deg); 
	overflow-x: hidden;
}

.bg-slant-alt {
	background-color: var(--ast-global-color-6); 
}

.bg-slant-reverse-alt {
	background-color: var(--ast-global-color-3);
}

.bg-slant-cover {
	background-color: var(--ast-global-color-8);
	height: 250px;
}

.bg-slant-alt-white {
	height: 150px;
	background-color: #ffffff;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	.bg-slant, .bg-slant-reverse {
		height: 500px;
	}
	
	h1 {
		letter-spacing: -4px !important;
	}
	
	h2, h3 {
		letter-spacing: -2px !important;
	}
}

.svg-slant {
	width: 100vw;
	max-width: 100vw !important;
	position: absolute;
	left: 0;
}

.list {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}

ul.sub-menu a.menu-link {
	color: var(--ast-global-color-3) !important;
}

ul.sub-menu a.menu-link:hover {
	color: #73BF44 !important;
}

.height-200 {
	height: 200px;
}

.text-subtitle {
	color: var(--ast-global-color-0);
	font-size: 1rem;
	line-height: 1.25em;
	font-weight: 700;
	font-family: Gotham, Monserrat, Arial;
	letter-spacing: -1px;
}

.bg-green-gradient {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='600' height='750' preserveAspectRatio='none' viewBox='0 0 600 750'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1017%26quot%3b)' fill='none'%3e%3crect width='600' height='750' x='0' y='0' fill='rgba(115%2c 191%2c 68%2c 1)'%3e%3c/rect%3e%3cpath d='M600 0L559.47 0L600 38.88z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M559.47 0L600 38.88L600 358.86L436.59000000000003 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M436.59000000000003 0L600 358.86L600 386.84000000000003L402.86 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M402.86 0L600 386.84000000000003L600 482.74L238.85000000000002 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 750L70.83 750L0 665.09z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 665.09L70.83 750L285.39 750L0 520.1600000000001z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 520.16L285.39 750L456.96 750L0 446.08z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 446.08L456.96 750L532.43 750L0 349.53z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1017'%3e%3crect width='600' height='750' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}
	
.shimmer {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shimmer 2s infinite;
}

@-webkit-keyframes shimmer {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}