﻿/*this is here as a separate style sheet incase more ie-specific fixes come in*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hupu-locator .hupu-locator-nav-item h5 {
        max-width: 100%;
    }

    .hupu-locator-section {
        min-height: 37rem;
    }

    .hupu-locator-section-body {
        flex-basis: 30rem;
    }
}