@font-face {
  font-family: 'Helvetica Bold';
  src: url(../fonts/HelveticaBold.eot);
  src: url(../fonts/HelveticaBold.eot#iefix) format('embedded-opentype'), url(../fonts/HelveticaBold.woff) format('woff'), url(../fonts/HelveticaBold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gill Sans Bold Italic';
  src: url(../fonts/GillSans-BoldItalic.eot);
  src: url(../fonts/GillSans-BoldItalic.eot#iefix) format('embedded-opentype'), url(../fonts/GillSans-BoldItalic.woff) format('woff'), url(../fonts/GillSans-BoldItalic.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gill Sans MT';
  src: url(../fonts/gill-sans-mt.eot);
  src: url(../fonts/gill-sans-mt.eot#iefix) format('embedded-opentype'), url(../fonts/gill-sans-mt.woff) format('woff'), url("../fonts/Gill Sans MT.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gill Sans MT Italic';
  src: url(../fonts/Gill-Sans-MT-Italic.woff) format('woff'), url("../fonts/Gill Sans MT Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}
* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#svg-mc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#my_app {
  display: none;
}
