@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?86inon');
  src:  url('fonts/icomoon.eot?86inon#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?86inon') format('truetype'),
    url('fonts/icomoon.woff?86inon') format('woff'),
    url('fonts/icomoon.svg?86inon#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkbox:before {
  content: "\e900";
  color: #c6c6c6;
}
.icon-checkbox:hover:before {
  content: "\e900";
  color: red;
  cursor: pointer;
}
input#politics:checked+.icon-checkbox:before {
  content: "\e900";
  color: #000;
  font-weight: 900;
  cursor: pointer;
}