/*@font-face {
    font-family: 'sfi';
    src:    url('fonts/sfi.eot?6a1ot3&');
    src:    url('fonts/sfi.eot?6a1ot3&#iefix') format('embedded-opentype'),
        		url('fonts/sfi.ttf?6a1ot3&') format('truetype'),
        		url('fonts/sfi.woff?6a1ot3&') format('woff'),
        		url('fonts/sfi.svg?6a1ot3&#sfi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-tc_icon, .icon-sfi, .icon-rewardical-logo {
    use !important to prevent issues with browser extensions that change fonts
    font-family: 'sfi' !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-rewardical-logo:before {
  content: "\e902";
}
.icon-sfi_icon:before {
  content: "\e900";
}
.icon-tc_icon:before {
  content: "\e901";
}

.icon-rewardical-logo {
	font-size:1.5rem;
	position:relative;
	top:6px;
}
*/

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

.icon-tc_icon, .icon-sfi, .icon-rewardical-logo, .icon-ez, .icon-pb, .icon-zg {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sfi' !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-pb:before {
  content: "\e903";
}
.icon-rewardical-logo:before {
  content: "\e902";
}
.icon-sfi:before {
  content: "\e900";
}
.icon-tc_icon:before {
  content: "\e901";
}
.icon-zg:before {
  content: "\e904";
}
.icon-ez:before {
  content: "\e905";
}

/* custom tweaks */
.icon-zg {
  font-size: 1.4rem;
  position: relative;
  top: 6px;
}

.main-navigation .icon-zg {
  top: 2px;
}