﻿@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-choice-label input {
    position: absolute;
    left: -999em; } }

@supports (-ms-ime-align: auto) {
  .c-choice-label input {
    position: relative;
    left: 0; }
  .c-choice-label input[type=radio] {
    position: absolute;
    left: -999em; }
  .c-checkbox {
    display: none; } }
