/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 13 2025 | 17:13:09 */
#container.two-columns-right .main {
	width: 100%;
}
#container.two-columns-right #secondary {
	display: none;
	width: 0px;
	height: 0px;
}

@media (max-width: 1024px) {
    .cryout #container[class*="two-"] #secondary {
		display: none;
        width: 0px;
        height: 0px;
    }
}