.cdt-logo {
    width: 135px;
    margin-bottom: -10px;
}

.cdt-small-header .cdt-logo,
.cdt-front-page-active-map .cdt-logo {
    width: 110px;
}

.cdt-logo a {
    display: block;
}

.cdt-logo svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cdt-logo svg {
        height: 100px;
    }
    .cdt-small-header .cdt-logo svg,
    .cdt-front-page-active-map .cdt-logo svg {
        height: 86px;
    }
}

.cdt-logo-large-cube {
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
}

.cdt-small-header .cdt-logo-large-cube,
.cdt-front-page-active-map .cdt-logo-large-cube {
    height: 25px;
    width: 25px;
}

.cdt-logo-small {
    display: none;
}

@media only screen and (max-width: 1120px) {
    .cdt-logo {
        width: 110px;
        margin-bottom: 0;
        margin-top: -2px;
        transition: all 0.2s ease-out;
    }
    .site-header-fixed .cdt-logo {
        width: 80px;
        height: 40px;
    }
    .site-header-fixed .cdt-logo-full-desc {
        display: none;
    }
    .cdt-logo-large-cube {
        height: 26px;
        width: 26px;
    }
    .site-header-fixed .cdt-logo-large-cube {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header-fixed .cdt-logo,
    .cdt-small-header .cdt-logo {
        width: 75px;
        height: 36px;
    }

    .site-header-fixed .cdt-logo svg,
    .cdt-small-header .cdt-logo svg {
        margin-top: -6px;
    }
    .cdt-small-header .cdt-logo-full-desc {
        display: none;
    }
    .cdt-logo-large {
        display: none;
    }
    .cdt-logo-small {
        display: block;
    }
}
