nav .dropdown .dropdown-toggle:before{
    background: url('/assets/page/img/svg/location.svg') 0 0 no-repeat!important;
}
.accordion .accordion-heading:after {
    background: url('/assets/page/img/svg/arrow-down.svg') no-repeat!important;
}


.accordion .accordion-heading.collapsed:after {
    background: url('/assets/page/img/svg/arrow-down.svg') no-repeat!important;
}
.accordion .accordion-heading.collapsed:before {
    background: url('/assets/page/img/svg/arrow-up.svg') no-repeat!important;
}
.google-badge{
    width: 135px;
    height: 135px;
}
.ribbon-logo{
    margin-top:42px;
    height: 25px;
}
.scrolled .ribbon-logo {
    margin-top: 32px;
    right: 15px;
    position: relative;
    height: 22px;
}
@media only screen and (max-width: 600px) {
    .ribbon-logo{
        margin-top:28px;
        height: 25px;
    }
    .scrolled .ribbon-logo {
        margin-top: 32px;
        right: 0;
        position: relative;
        height: 22px;
    }
}