/* Hide DJCF raw text fields on listing pages - they only display as raw text there */
.fields-container { display: none; }

/* Make About the Author sidebar (right) same width as Practice Areas sidebar (left) on article pages */
@media (min-width: 960px) {
    article .js-sticky {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
