@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* Contact Cards */
   .contact-card {
     display: -ms-flexbox;
   }
   .contact-card__image-wrapper {
     width: 20%;
     margin-right: 1em;
   }
   .faceList_title_content {
     margin-right: 1em;
   }
   .faceList {
     display: -ms-grid;
     -ms-grid-columns: 20% 75%;
   }
   .faceList__image-wrapper {
     -ms-grid-column: 1;
   }
   .faceList__image-wrapper img {
     max-width: 100%;
   }
   .faceList__content {
     -ms-grid-column: 2;
   }

   .navigation_topLevel:hover .menu-sub {
     display: block !important;
   }
}
