.load__icon {
  animation: linear load 2s infinite;
  width: 32px;
  height: 32px;
}

.load__icon-wrap {
  margin: auto;
}

.load {
  height: calc(100vh - 16px);
  width: 100%;
  display: flex;
  align-items: center;
}

@keyframes load {
  from {
    transform: rotate(0deg) scale(2);
  }
  to {
    transform: rotate(360deg) scale(2);
  }
}

iframe{
    display: none;
}

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

.event-icon, #event-icon-select {
    font-family: 'incentco';

    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    font-size: 64px;

    color: #f9ae40;

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

.icons {
    font-family: 'incentco' !important;

    /*! speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    font-size: 64px;

    color: #f9ae40;

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

.icons_box {
    height: 192px;
    display: inline-block;
    overflow-y:scroll;
    min-width:250px;
}

.icon_row {
    position: relative;
    top: -20px;
}

.event-icon.g:before {
    content: "\67";
    color: #f9ae40;
}

.event-icon.h:before {
    content: "\68";
    color: #cc5146;
}

.event-icon.i:before {
    content: "\69";
    color: #f88531;
}

.event-icon.j:before {
    content: "\6a";
    color: #b3c541;
}

.event-icon.k:before {
    content: "\6b";
    color: #27a1de;
}

.event-icon.l:before,.event-icon.Present:before {
    content: "\6c";
    color: #0075bd;
}

.event-icon.m:before {
    content: "\6d";
    color: #a020f0;
}

.event-icon.n:before {
    content: "\6e";
    color: #f9ae40;
}

.event-icon.o:before {
    content: "\6f";
    color: #cc5146;
}

.event-icon.p:before, .event-icon.Award:before {
    content: "\70";
    color: #f88531;
}

.event-icon.q:before {
    content: "\71";
    color: #b3c541;
}

.event-icon.r:before {
    content: "\72";
    color: #27a1de;
}

.event-icon.s:before {
    content: "\73";
    color: #0075bd;
}

.event-icon.t:before {
    content: "\74";
    color: #a020f0;
}

.event-icon.u:before {
    content: "\75";
    color: #f9ae40;
}

.event-icon.v:before {
    content: "\76";
    color: #cc5146;
}

.event-icon.w:before {
    content: "\77";
    color: #f88531;
}

.event-icon.x:before {
    content: "\78";
    color: #b3c541;
}

.event-icon.y:before {
    content: "\79";
    color: #27a1de;
}

.event-icon.z:before {
    content: "\7a";
    color: #0075bd;
}

.event-icon.A:before {
    content: "\41";
    color: #a020f0;
}

.event-icon.B:before {
    content: "\42";
    color: #f9ae40;
}

.event-icon.C:before {
    content: "\43";
    color: #cc5146;
}

span.form__form-group-label.asof {
    min-width: 50px;
}