/*-- Quick Links Icons Gallery --*/
@font-face {
  font-family: 'Quicklinks Icons';
  src:url('../fonts/quicklinks_icons.eot');
  src:url('../fonts/quicklinks_icons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/quicklinks_icons.svg#quicklinks_icons') format('svg'),
    url('../fonts/quicklinks_icons.woff') format('woff'),
    url('../fonts/quicklinks_icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="ql-icon-"], [class*=" ql-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Quicklinks Icons' !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;
}

.ql-icon-vote-by-mail:before {
  content: "\e900";
}
.ql-icon-election-results:before {
  content: "\e901";
}
.ql-icon-where-to-vote:before {
  content: "\e902";
}
.ql-icon-special-needs:before {
  content: "\e903";
}
.ql-icon-speaker:before {
  content: "\e904";
}
.ql-icon-register-to-vote:before {
  content: "\e905";
}
.ql-icon-pollworker:before {
  content: "\e906";
}
.ql-icon-pie-chart:before {
  content: "\e907";
}
.ql-icon-hand-shake:before {
  content: "\e908";
}
.ql-icon-faqs:before {
  content: "\e909";
}
.ql-icon-documents:before {
  content: "\e90a";
}
.ql-icon-contact:before {
  content: "\e90b";
}
.ql-icon-calendar:before {
  content: "\e90c";
}
.ql-icon-ballot:before {
  content: "\e90d";
}
.ql-icon-voter-info:before {
  content: "\e90e";
}

.soe-meta-icons .ql-icon {
    font-size: 5em;
}