@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie10 #utility, .ie10 #navigation, .ie10 #content, .ie10 .helpfullness, .ie10 .helpfullness *, .ie10 footer, .ie10 header,
    .ie10 #copyright, .ie10 .cookie-bar, .ie10 .urgent-news { overflow:hidden; }
    .ie10 .homepage-featured { overflow:hidden; }
    .ie10 .bg-grey { overflow:hidden; border:1px solid rgb(246,246,247); margin-bottom:0px !important;}
    .ie10 .helpfullness, .ie10 #copyright { clear:both; }
    .ie10 .dropdown { display:none !important;}
    .ie10 .hero-text h1 { margin-top:50px; }
    .ie10 #header{height:100px;}

    .ie10 header .font-resize-label {
        position: static !important;
    }

    .ie10 .banner.urgent-news p.urgent-news-title::before {
        content: none;
    }

    .ie10 .banner.urgent-news .banner-close .ie9-show {
        display: none;
    }

    /* .ie10 #utility {
        width: 100%;
    } */

    .ie10 .font-resize .font-resize-label {
        transform: none !important;
    }

    .ie10 .img-overlay-wrap svg {
        display: none !important;
    }

    .ie10 .dropdown-ie {
        display: block !important;
    }

    .ie10 #dropdown-ie__select {
        margin-top: 5px;
        margin-right: 15px;
    }

    .ie10 .about-us .bg-grey {
        overflow: visible !important;
    }

    .ie10 .flags-wrapper .col-6 {
        float: none;
        width: 25%;
    }

    .ie10 .homepage-popular {
        margin-top: 40px !important;
    }

    .ie10 .homepage-featured-item {
        min-height: 550px;
    }

    .ie10 .bf-cta-widget {
        margin-top: 30px !important;
    }

    .ie10 .acf-map  {
        display: none;
    }

    .ie10 .map-image {
        -ms-interpolation-mode: bicubic;
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .ie10 .header-searches .input-group {
        position: relative;
    }

    .ie10 .header-searches .input-group .btn {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .page-template-careers .carousel {
        margin-bottom: 30px;
    }

    .carousel-control-next i, .carousel-control-prev i {
        display: none !important;
    }
}