/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 05 2026 | 16:16:27 */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#page-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#et-main-area {
    flex: 1;
}
#page-container {
    overflow-y: visible !important;
}
#et-footer-nav{
	display:none;
}
@media only screen and (min-width:780px){
	#main-content{  
		height: calc(100% - 54px);
	}
}