﻿/*Top Nav Break Fixes*/

.top-bar-agencyTitleSmall {
    display: none;
}

.top-bar-agencyTitle {
    max-width: 250px;
}

@media screen and (max-width: 1349px) {
    a.top-nav-parent, a.top-nav-top-item {
        font-size: 14px !important;
    }

    a.top-nav-search i {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1225px) and (min-width: 1024px) {
    a.top-nav-parent, a.top-nav-top-item {
        font-size: 13px !important;
    }

    a.top-nav-search i {
        font-size: 18px !important;
    }

    .top-bar-agencyTitle {
        max-width: 100px !important;
    }
}
