body.home header img.custom-logo{
opacity: 0;
transition: all 1s;
}
body.home.scrolled header img.custom-logo{
opacity: 1;
transition: all 1s;
}
body.home .home-logo{
opacity: 1;
transition: all 1s;
}
body.home.scrolled .home-logo{
opacity: 0;
transition: all 1s;
}
body.home header.wp-block-template-part{
	box-shadow: none;
}
body.home.scrolled header.wp-block-template-part{
	box-shadow: var(--wp--preset--shadow--sharp);
}
body header.wp-block-template-part{
	box-shadow: var(--wp--preset--shadow--sharp);
}
@media (max-width: 1150px) {
header.wp-block-template-part > .has-global-padding{
	padding-left:1rem;
	padding-right:1rem;

}
}
@media (max-width: 1100px) {
	header.wp-block-template-part .h-wrap > div{
		margin:auto;
	}
}
@media (max-width: 700px) {
	header.wp-block-template-part .wp-block-navigation__container,header.wp-block-template-part .is-content-justification-right{
		gap: 1.5rem;
	}
}
@media (max-width: 650px) {
	header.wp-block-template-part .wp-block-navigation__container,header.wp-block-template-part .is-content-justification-right{
		gap: 1rem;
	}
}

.hs_toggle_item{
display:none;
}
.hs_toggle_item.show{
display:block;
}
.hs_toggle{
	position: relative;
}
.hs_toggle:after{
display: inline-block;
content: ' ';
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><path d="M5.67513 12.332V0.0679998H8.02713V12.332H5.67513ZM0.579125 7.32V5.108H13.1231V7.32H0.579125Z" fill="%23002856"></path></svg>');
background-repeat: no-repeat;
width:27px;
height:27px;
position: absolute;
right:0;
top:50%;
transform: translateY(-25%);
}
.hs_toggle.expanded span{
	display:none;
}
.hs_toggle.expanded:after{
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="3" viewBox="0 0 14 3" fill="none"><path d="M0 2.252V0.375999H14V2.252H0Z" fill="%23D7282F"></path></svg>');
}
p.tribe-events-promo{
	display: none;
}