.dcf-nav.dcf-nav-primary {
    display: none;
}

.dcf-idm,
.dcf-idm-toggle-button {
    display: none;
}

/* Deprecated old ratio code from 5.3 */
/* This is only needed until directory.unl.edu updated to WDN v6.0 */
.dcf-ratio {
    overflow: hidden !important;
    position: relative !important;
}
.dcf-ratio-child {
    bottom: 0 !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.dcf-ratio:before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
}
.dcf-ratio-1x1:before {
    padding-top: 100% !important;
}
