 

/* start details block customization */
.wp-block-details {
	transition: all 0.5s ease-in-out;	background: #e2e8f0;
    margin-bottom: 6px;

}

 .wp-block-details > :where( :not( summary ) ) {
	margin-left: 2rem;
	margin-right: 2rem;
}

 .wp-block-details{
	padding-bottom: .3rem;
}

 .wp-block-details summary {
 	box-sizing: border-box;
	padding: 1rem;
	font-weight: 500;
}

 .wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
}.wp-block-details summary::marker {
	content: "+ ";     

}

.wp-block-details[open] summary::marker {
	content: "-\00a0\00a0";
  }

 .wp-block-details summary{
    background-color: #D1DBE7;  
    
}



.signature {
  font-family: "Nothing You Could Do", cursive;
  
}
 

.wp-block-details[open] p {
     padding-top:12px;
     margin-block-end: 0.8em;

 }

/* end details block customization */





/* hide content */
.ozhidden{display:none}




/* GeneratePress Site CSS */ /* Buttons */
.button, .form-submit .submit {
	border-radius: 9999px;
}

/* Slideout nav CTA button */
.slideout-navigation .inside-navigation a.slideout-button
{
	color: var(--base-2);
}
 /* End GeneratePress Site CSS */




.ozsvgmargin {
  
    margin-bottom: -1px; 
}

.oznoli{
	list-style-type: square !important;
}

.oznoli li{
	list-style-type: square !important;
}

ul.oznoli {
    margin: 0 0 0.5em 0.4em !important;
}
 
