/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2023 | 09:47:28 */
.emc-portal__list {
	padding-bottom: 5vh;
}

.emc__body-item {
	padding-top: 36px;
    padding-bottom: 36px;
    border-top: 1px solid #EBEBEB;
}

.emc__body-item:last-child {
	border-bottom: 1px solid #EBEBEB;
}

.emc__header {
	margin-bottom: 35px;
}

#gform_ajax_spinner_15.gform_ajax_spinner {
	margin-left: 15px;
}

@media (max-width: 767px) {
	.emc__header {
		display: none;
	}
	
	.emc__body-item .btn-action {
		margin-top: 5px;
	}
}