/* CSS Document */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .utility {
        padding: 5px 0 30px 0;
    }

        .utility .u-pull-right {
            width: 100%;
        }

        .utility.not-home .u-pull-right {
            margin-top: -2%
        }

    .hero header {
        padding: 50px 0 0 0;
    }

    .hero-search .get-help,
    .quicklinks ul {
        width: 100%;
    }

    .commissioners-wrapper {
        height: auto !important;
    }

    .cta-one-half-left .row {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .breadcrumb {
        background: transparent !important;
    }

        .breadcrumb .container {
            padding-bottom: 2em !important;
        }

    .get-help.twelve{
        width:100%
    }

    .logo--main {
        padding-top:20px;
    }

    .quicklinks .carrollconnect-icon {
        margin: 0px;
    }

    .row-fluid {
        width:100%;
    }
}