/*
// THIS SOURCE CODE IS INTELLECTUAL PROPERTY OF MASIMO.
// This source code cannot be copied, modified, printed,
// reproduced or used in any way, shape or form without prior permission from
// Masimo, Inc. ANY ATTEMPTS TO COPY, MODIFY, PRINT,
// REPRODUCE OR USE THIS SOURCE CODE WITHOUT PERMISSION FROM
// MASIMO, INC ARE STRICTLY PROHIBITED.
//
// Anyone creating, updating, or viewing this source code in any way, shape
// or form is bound by this copyright message, including Masimo' employees, contractors, partners, or any other associated or
// non-associated person, entity or a system.
//
// Copyright 2020 Masimo. All Rights Reserved
*/
.dir-rtl #header .top-bar .top-logo {
    float: right;
}
#header .top-bar .top-logo {
    background: url(/sites/default/theme/general/images/logo-msn-header.png?vs=1) no-repeat;
    height: 50px;
    width: 65px;
    display: block;
    background-size: 100%;
    margin-left: 14px;
    float: left;
}
#header .top-bar .logo-topmenu {
    background: url(/sites/default/theme/general/images/logo-msn-header.png?vs=1) no-repeat;
    height: 50px;
    width: 65px;
    display: block;
    background-size: 100%;
    margin-left: 10px;
    float: left
}
.top-logo {
    background: red;
}
#logo-footer .logo {
    height: 44px;
    width: 81px;
}