/* CSS Document */

/************ Multi Button CSS ************/
.ehu_multibuttons_wrap{
	display: flex;
	grid-template-columns: auto;
}
.ehu_button{
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	width:100%;
	margin-right:16px;
}
.ehu_button:last-of-type{
	margin-right:0;
}

.cta-33 {
	width:33%;
}
.cta-50 {
	width:50%;
}
.cta-66 {
	width:66%;
}
.cta-100 {
	width:100%;
}


