﻿
    .headerSlogan {
        color: #fff;
        text-shadow: none;
        border: none;
        line-height: 44px;
        font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 48px;
        z-index: auto;
        cursor: auto;
    }

@media screen and (max-width: 500px) {
    .headerSlogan {
        visibility: hidden;
        clear: both;
        display: none;
    }
}