.cid-rOHvImSJk9 .navbar {
    padding: .5rem 0;
    background: #ffffff;
    transition: none;
    border-bottom: 2px #149dcc solid;
    min-height: 77px;
}

.navbar-dropdown.bg-color.transparent {
    background: none;
    border: 0;
}

.text-white {
    color: #149dcc !important;
}

.bg-color .text-white {
    color: #ffffff !important;
}

.logoa {
    display: block !important;
}

.logob {
    display: none !important;
}

.navbar-short .logoa  {
    display: none !important;
}

.navbar-short .logob  {
    display: block !important;
}

.mbr-gallery .mbr-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
    margin-bottom: 69px;
}