.m_collapse_text, .show_collapse .m_expand_text, .m_section{
	display: none; 
}
.show_collapse .m_collapse_text {
	display: inline; 
}

.m_section {
    grid-column: 1/-1;
}

span.m_expand span i {
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
	margin-left: auto;
}

.m_expand {
    margin-left: auto;
}

i.fa.fa-chevron-down:before {
    content: "+";
}
i.fa.fa-chevron-up:before {
    content: "-";
}

.gsection_title {
    display: flex;
}

.m_section .ginput_container.ginput_container_select {
    margin-bottom: 20px;
}

.m_section select.gfield_select {
    height: 40px;
}

.page-heading-spacing {
    margin-bottom: 40px;
}