@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?mr2wxr');
  src:  url('../fonts/icomoon.eot?mr2wxr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?mr2wxr') format('truetype'),
    url('../fonts/icomoon.woff?mr2wxr') format('woff'),
    url('../fonts/icomoon.svg?mr2wxr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-envelope:before {
  content: "\e913";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-chevron-left:before {
  content: "\e906";
}
.icon-chevron-right:before {
  content: "\e907";
}
.branch_text_box  .icon-chevron-right:before {
  position:absolute;
  top: 24px;
  right: 10px;
  font-size: 24px;
}
.int_text a .icon-chevron-right:before {
  position:absolute;
  top:13px;
  right:13px;
}
.more_btn .icon-chevron-right:before {
   position:absolute;
  top:18px;
  right:18px;
}
.entry_btn2 .icon-chevron-right:before {
  position:absolute;
  top:18px;
  right:20px;
}
.entry_btn_l .icon-chevron-right:before {
  position:absolute;
  top:19px;
  right:20px;
}
.entry_btn3 .icon-chevron-right:before {
  position:absolute;
  top:19px;
  right:20px;
}
.icon-chevron-up:before {
  content: "\e908";
}
.icon-chevrons-down:before {
  content: "\e909";
}
.icon-chevrons-left:before {
  content: "\e90a";
}
.icon-chevrons-right:before {
  content: "\e90b";
}
.icon-chevrons-up:before {
  content: "\e90c";
}
.icon-code:before {
  content: "\e90d";
}
.icon-log-in:before {
  content: "\e90e";
}
.icon-phone2:before {
  content: "\e90f";
}
.icon-phone-call:before {
  content: "\e910";
}
.icon-x:before {
  content: "\e911";
}
.icon-x-circle:before {
  content: "\e912";
}
.icon-connection:before {
  content: "\e91b";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-phone:before {
  content: "\e942";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-cross:before {
  content: "\ea0f";
}

@media only screen and (max-width: 1024px) {
    .entry_btn2 .icon-chevron-right:before {
      top:12px;
    }
}
@media only screen and (max-width: 425px) {
    .entry_btn_l .icon-chevron-right:before {
      top: 13px;
      right: 10px;
    }
}