/* Hide Date and Author from COE Podcast Listing Page */
.blog-list__info {display:none;}

 /* News Filter Spacing Adjustments */
.blog__categories__item,.blog__archive__item {
	line-height: 1;
	padding-bottom:10px;
}

/* 66-33 columns for aside */
.wysiwyg_66_33 {
	display:flex;justify-content:space-between;max-width:1180px;
	padding-left: 50px;padding-right: 50px;margin: 0 auto;}

.container33 {max-width: 340px;}

@media (max-width: 1025px) {
	.wysiwyg_66_33 .container {padding-left:0;max-width:540px;}}

@media (max-width: 825px) {
	.wysiwyg_66_33 {display:block;}
	.wysiwyg_66_33 .container, .wysiwyg_66_33 .container33 {max-width: 800px;}
	.wysiwyg_66_33 .container33 {margin-top:80px;}}

/* Custom pre-footer paragraph shadow */
.footer-sock p {
    text-shadow: 2px 2px 4px #000;
}