@font-face {
  font-family: 'icon-gcf';
  src:  url('/assets/css/fonts/gcf/icon-gcf.eot?2hkbke');
  src:  url('/assets/css/fonts/gcf/icon-gcf.eot?2hkbke#iefix') format('embedded-opentype'),
    url('/assets/css/fonts/gcf/icon-gcf.ttf?2hkbke') format('truetype'),
    url('/assets/css/fonts/gcf/icon-gcf.woff?2hkbke') format('woff'),
    url('/assets/css/fonts/gcf/icon-gcf.svg?2hkbke#icon-gcf') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-gcf-"], [class*=" icon-gcf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-gcf' !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-gcf-linkedin-square:before {
  content: "\e920";
}
.icon-gcf-envelope:before {
  content: "\e957";
}
.icon-gcf-right:before {
  content: "\e91f";
  color: #00abc8;
}
.icon-gcf-user-check:before {
  content: "\e91c";
}
.icon-gcf-indicator-up:before {
  content: "\e91a";
}
.icon-gcf-indicator-down:before {
  content: "\e91b";
}
.icon-gcf-hamburger:before {
  content: "\e919";
  color: #fff;
}
.icon-gcf-globe:before {
  content: "\e918";
  color: #637074;
}
.icon-gcf-check:before {
  content: "\e917";
  color: #fff;
}
.icon-gcf-warning:before {
  content: "\e916";
  color: #ff595e;
}
.icon-gcf-remove .path1:before {
  content: "\e912";
  color: rgb(255, 89, 94);
}
.icon-gcf-remove .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-gcf-reply:before {
  content: "\e914";
  color: #00b0ca;
}
.icon-gcf-trash:before {
  content: "\e915";
  color: #00b0ca;
}
.icon-gcf-download:before {
  content: "\e910";
  color: #fff;
}
.icon-gcf-timer:before {
  content: "\e911";
  color: #ff595e;
}
.icon-gcf-refresh:before {
  content: "\e90f";
  color: #00b0ca;
}
.icon-gcf-close:before {
  content: "\e90e";
  color: #637074;
}
.icon-gcf-filter:before {
  content: "\e90d";
  color: #00b0ca;
}
.icon-gcf-arrow-down:before {
  content: "\e900";
}
.icon-gcf-arrow-left:before {
  content: "\e901";
}
.icon-gcf-arrow-right:before {
  content: "\e902";
}
.icon-gcf-arrow-up:before {
  content: "\e903";
}
.icon-gcf-bookmark:before {
  content: "\e904";
}
.icon-gcf-clear:before {
  content: "\e905";
}
.icon-gcf-edit:before {
  content: "\e906";
}
.icon-gcf-information:before {
  content: "\e907";
}
.icon-gcf-open-link:before {
  content: "\e908";
}
.icon-gcf-pixl8-credit:before {
  content: "\e909";
}
.icon-gcf-plus:before {
  content: "\e90a";
}
.icon-gcf-save:before {
  content: "\e90b";
}
.icon-gcf-search:before {
  content: "\e90c";
}
.icon-gcf-twitter:before {
  content: "\e94a";
}
.icon-gcf-register:before {
  content: "\e91e";
}
.icon-gcf-linkedin1:before {
  content: "\e948";
}
.icon-gcf-youtube:before {
  content: "\e94b";
}
.icon-gcf-rss:before {
  content: "\e91d";
}
.icon-gcf-arrowsright:before {
  content: "\e981";
}
.icon-gcf-x:before,
.icon-gcf-twitter:before {
  content: "\c910";
}
.icon-gcf-twitter2:before,
.icon-gcf-twitter:before {
  content: "\c910";
}
.icon-gcf-linkedin-square:before {
  content: "\e920";
}
.icon-gcf-envelope:before {
  content: "\e957";
}
.icon-gcf-user-xmark-solid:before {
  content: "\e921";
}

.icon-spin {
  display : inline-block;
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}