:root {
	--base: white;
	--contrast: black;
}

.balance-text {
	text-wrap: balance;
}

html, body {
	scroll-behavior: smooth;
}

.wp-block-button {
    transition: .4s
}

.wp-block-button__link:hover {
		background: #71bf44 !important;
		border-color: #71bf44 !important;
		color: var(--wp--preset--color--base) !important;
}

.is-style-simple {
	.wp-block-button__link {
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		&::after {
			content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45px" height="45px" viewBox="0 0 640 640"><!--!Font Awesome Free v7.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path fill="rgb(8, 124, 150)" d="M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z"/></svg>');
		}
		&:hover {
			background: none !important;
			color: var(--tri) !important;
		}
	}
}

.is-vertically-aligned-stretch .wp-block-pdm-youtube-video {
    height: 100%;
	width: 100%;
}

/* fixes  */
.site-inner>.wrap {
	max-width: 100%;
	width: 100%;
}

html, body {
	font-size: 16px!important;
}

h1,h2,h3,h4,h5,h6 {
    
}

ul li {
	list-style-type: disc;
}

.genesis-nav-menu {
	font-size: 16px;
}

iframe {
	display: block;
}

.accord-title:after {
	display: none;
	content: none;
}

.accord-title {
	padding: 10px 20px;
	justify-content: space-between;
}


.wp-block-pdm-cards.is-vertically-aligned-stretch .wp-block-pdm-card {
    display: flex;
    flex-direction: column;
}

.wp-block-pdm-cards.is-vertically-aligned-stretch .wp-block-pdm-card .wp-block-buttons {
    margin-top: auto;
}