/*///// Salient Fixes /////*/
body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*///// Dividers /////*/
.dg-divider--bottom .inner-wrap .row-bg:before{
	content:'';
	height: 122px !important;
	width: 100% !important;
	background-image: url(/wp-content/uploads/2026/04/swirl-top.svg);
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -1px !important;
	left: 0;
	position: absolute;
}

.dg-divider--bottom-green .inner-wrap .row-bg:before{
	content:'';
	height: 155px !important;
	width: 100% !important;
	background-image: url(/wp-content/uploads/2026/04/divider-green-bottom.svg);
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -1px !important;
	top: 0;
	position: absolute;
}

/*///// Buttons /////*/
#ajax-content-wrap .nectar-cta.border_radius_100px .link_wrap, #header-outer .nectar-cta.border_radius_100px .link_wrap{
	padding: 12px 20px !important;
	color: #33491B !important;
}