/* Header Area */
.responsive-logo-container {
    display: flex;
    align-items: center;
    padding: 15px;
}

    .responsive-logo-container > * {
        display: flex;
        align-items: center;
    }

    .responsive-logo-container > .csu-border-right {
        border-right: 2px solid #ffffff;
    }

    .responsive-logo-container .csu-signature {
        display: inline-block;
        background: url('../img/signature-oneline.svg') no-repeat center center;
        min-height: 43px;
        width: 356px;
        margin-right: 15px;
    }

    .responsive-logo-container .site-identifier {
        font-family: 'Poppins', sans-serif !important;
        font-size: 18px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 15px;
        color: #ffffff;
    }

@media only screen and (max-width: 1120px) {
    .responsive-logo-container .csu-signature {
        background: url('../img/signature-stacked.svg') no-repeat center center;
        width: 175px;
    }
}

@media only screen and (max-width: 640px) {
    .responsive-logo-container .csu-signature {
        background: url('../img/signature-acronym.svg') no-repeat center center;
        width: 115px;
    }
}
