@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "inloop_icons";
  src: url("../../fonts/streamline-30px.eot");
  src: url("../../fonts/streamline-30px.eot?#iefix") format("embedded-opentype"), url("../../fonts/streamline-30px.woff") format("woff"), url("../../fonts/streamline-30px.ttf") format("truetype"), url("../../fonts/streamline-30px.svg#streamline-30px") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "inloop_icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "inloop_icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aim-1:before {
  content: "\e000";
}

.icon-aim-2:before {
  content: "\e001";
}

.icon-aim-3:before {
  content: "\e002";
}

.icon-bin-1:before {
  content: "\e003";
}

.icon-bin-2:before {
  content: "\e004";
}

.icon-binocular:before {
  content: "\e005";
}

.icon-bomb:before {
  content: "\e006";
}

.icon-clip-1:before {
  content: "\e007";
}

.icon-clip-2:before {
  content: "\e008";
}

.icon-cutter:before {
  content: "\e009";
}

.icon-delete-1:before {
  content: "\e00a";
}

.icon-delete-2:before {
  content: "\e00b";
}

.icon-edit-1:before {
  content: "\e00c";
}

.icon-edit-2:before {
  content: "\e00d";
}

.icon-edit-3:before {
  content: "\e00e";
}

.icon-hide:before {
  content: "\e00f";
}

.icon-ink:before {
  content: "\e010";
}

.icon-key-1:before {
  content: "\e011";
}

.icon-key-2:before {
  content: "\e012";
}

.icon-link-1:before {
  content: "\e013";
}

.icon-link-2:before {
  content: "\e014";
}

.icon-link-3:before {
  content: "\e015";
}

.icon-link-broken-1:before {
  content: "\e016";
}

.icon-link-broken-2:before {
  content: "\e017";
}

.icon-lock-1:before {
  content: "\e018";
}

.icon-lock-2:before {
  content: "\e019";
}

.icon-lock-3:before {
  content: "\e01a";
}

.icon-lock-4:before {
  content: "\e01b";
}

.icon-lock-5:before {
  content: "\e01c";
}

.icon-lock-unlock-1:before {
  content: "\e01d";
}

.icon-lock-unlock-2:before {
  content: "\e01e";
}

.icon-magnifier:before {
  content: "\e01f";
}

.icon-pen-1:before {
  content: "\e020";
}

.icon-pen-2:before {
  content: "\e021";
}

.icon-pen-3:before {
  content: "\e022";
}

.icon-pen-4:before {
  content: "\e023";
}

.icon-pencil-1:before {
  content: "\e024";
}

.icon-pencil-2:before {
  content: "\e025";
}

.icon-pencil-3:before {
  content: "\e026";
}

.icon-pin-1:before {
  content: "\e027";
}

.icon-pin-2:before {
  content: "\e028";
}

.icon-power-1:before {
  content: "\e029";
}

.icon-power-2:before {
  content: "\e02a";
}

.icon-preview-1:before {
  content: "\e02b";
}

.icon-preview-2:before {
  content: "\e02c";
}

.icon-scissor-1:before {
  content: "\e02d";
}

.icon-scissor-2:before {
  content: "\e02e";
}

.icon-skull-1:before {
  content: "\e02f";
}

.icon-skull-2:before {
  content: "\e030";
}

.icon-type-1:before {
  content: "\e031";
}

.icon-type-2:before {
  content: "\e032";
}

.icon-type-3:before {
  content: "\e033";
}

.icon-type-4:before {
  content: "\e034";
}

.icon-zoom-area:before {
  content: "\e035";
}

.icon-zoom-in:before {
  content: "\e036";
}

.icon-zoom-out:before {
  content: "\e037";
}

.icon-cursor-1:before {
  content: "\e038";
}

.icon-cursor-2:before {
  content: "\e039";
}

.icon-cursor-3:before {
  content: "\e03a";
}

.icon-cursor-6:before {
  content: "\e03b";
}

.icon-cursor-move:before {
  content: "\e03c";
}

.icon-cursor-select-area:before {
  content: "\e03d";
}

.icon-cursors:before {
  content: "\e03e";
}

.icon-hand:before {
  content: "\e03f";
}

.icon-hand-block:before {
  content: "\e040";
}

.icon-hand-grab-1:before {
  content: "\e041";
}

.icon-hand-grab-2:before {
  content: "\e042";
}

.icon-hand-point:before {
  content: "\e043";
}

.icon-hand-touch-1:before {
  content: "\e044";
}

.icon-hand-touch-2:before {
  content: "\e045";
}

.icon-hand-touch-3:before {
  content: "\e046";
}

.icon-hand-touch-4:before {
  content: "\e047";
}

.icon-bookmark-1:before {
  content: "\e048";
}

.icon-bookmark-2:before {
  content: "\e049";
}

.icon-bookmark-3:before {
  content: "\e04a";
}

.icon-bookmark-4:before {
  content: "\e04b";
}

.icon-tag-1:before {
  content: "\e04c";
}

.icon-tag-2:before {
  content: "\e04d";
}

.icon-tag-add:before {
  content: "\e04e";
}

.icon-tag-delete:before {
  content: "\e04f";
}

.icon-tags-1:before {
  content: "\e050";
}

.icon-tags-2:before {
  content: "\e051";
}

.icon-anchor-point-1:before {
  content: "\e052";
}

.icon-anchor-point-2:before {
  content: "\e053";
}

.icon-arrange-1:before {
  content: "\e054";
}

.icon-arrange-2:before {
  content: "\e055";
}

.icon-board:before {
  content: "\e056";
}

.icon-brush-1:before {
  content: "\e057";
}

.icon-brush-2:before {
  content: "\e058";
}

.icon-bucket:before {
  content: "\e059";
}

.icon-crop:before {
  content: "\e05a";
}

.icon-dropper-1:before {
  content: "\e05b";
}

.icon-dropper-2:before {
  content: "\e05c";
}

.icon-dropper-3:before {
  content: "\e05d";
}

.icon-glue:before {
  content: "\e05e";
}

.icon-grid:before {
  content: "\e05f";
}

.icon-layers:before {
  content: "\e060";
}

.icon-magic-wand-1:before {
  content: "\e061";
}

.icon-magic-wand-2:before {
  content: "\e062";
}

.icon-magnet:before {
  content: "\e063";
}

.icon-marker:before {
  content: "\e064";
}

.icon-palette:before {
  content: "\e065";
}

.icon-pen-5:before {
  content: "\e066";
}

.icon-pen-6:before {
  content: "\e067";
}

.icon-quill:before {
  content: "\e068";
}

.icon-reflect:before {
  content: "\e069";
}

.icon-roller:before {
  content: "\e06a";
}

.icon-ruler-1:before {
  content: "\e06b";
}

.icon-ruler-2:before {
  content: "\e06c";
}

.icon-scale-diagonal-1:before {
  content: "\e06d";
}

.icon-scale-diagonal-2:before {
  content: "\e06e";
}

.icon-scale-horizontal:before {
  content: "\e06f";
}

.icon-scale-tool-1:before {
  content: "\e070";
}

.icon-scale-tool-2:before {
  content: "\e071";
}

.icon-scale-tool-3:before {
  content: "\e072";
}

.icon-scale-vertical:before {
  content: "\e073";
}

.icon-shear-tool:before {
  content: "\e074";
}

.icon-spray:before {
  content: "\e075";
}

.icon-stamp:before {
  content: "\e076";
}

.icon-stationery-1:before {
  content: "\e077";
}

.icon-stationery-2:before {
  content: "\e078";
}

.icon-stationery-3:before {
  content: "\e079";
}

.icon-vector:before {
  content: "\e07a";
}

.icon-award-1:before {
  content: "\e07b";
}

.icon-award-2:before {
  content: "\e07c";
}

.icon-award-3:before {
  content: "\e07d";
}

.icon-award-4:before {
  content: "\e07e";
}

.icon-award-5:before {
  content: "\e07f";
}

.icon-award-6:before {
  content: "\e080";
}

.icon-crown-1:before {
  content: "\e081";
}

.icon-crown-2:before {
  content: "\e082";
}

.icon-crown-3:before {
  content: "\e083";
}

.icon-fire:before {
  content: "\e084";
}

.icon-flag-1:before {
  content: "\e085";
}

.icon-flag-2:before {
  content: "\e086";
}

.icon-flag-3:before {
  content: "\e087";
}

.icon-flag-4:before {
  content: "\e088";
}

.icon-flag-5:before {
  content: "\e089";
}

.icon-flag-6:before {
  content: "\e08a";
}

.icon-flag-7:before {
  content: "\e08b";
}

.icon-flag-8:before {
  content: "\e08c";
}

.icon-google-plus-1:before {
  content: "\e08d";
}

.icon-google-plus-2:before {
  content: "\e08e";
}

.icon-hand-like-1:before {
  content: "\e08f";
}

.icon-hand-like-2:before {
  content: "\e090";
}

.icon-hand-unlike-1:before {
  content: "\e091";
}

.icon-hand-unlike-2:before {
  content: "\e092";
}

.icon-heart-1:before {
  content: "\e093";
}

.icon-heart-2:before {
  content: "\e094";
}

.icon-heart-angel:before {
  content: "\e095";
}

.icon-heart-broken:before {
  content: "\e096";
}

.icon-heart-minus:before {
  content: "\e097";
}

.icon-heart-plus:before {
  content: "\e098";
}

.icon-present:before {
  content: "\e099";
}

.icon-rank-1:before {
  content: "\e09a";
}

.icon-rank-2:before {
  content: "\e09b";
}

.icon-ribbon:before {
  content: "\e09c";
}

.icon-star-1:before {
  content: "\e09d";
}

.icon-star-2:before {
  content: "\e09e";
}

.icon-star-3:before {
  content: "\e09f";
}

.icon-star-4:before {
  content: "\e0a0";
}

.icon-star-5:before {
  content: "\e0a1";
}

.icon-star-6:before {
  content: "\e0a2";
}

.icon-star-7:before {
  content: "\e0a3";
}

.icon-star-8:before {
  content: "\e0a4";
}

.icon-star-9:before {
  content: "\e0a5";
}

.icon-star-10:before {
  content: "\e0a6";
}

.icon-trophy:before {
  content: "\e0a7";
}

.icon-baloon:before {
  content: "\e0a8";
}

.icon-bubble-1:before {
  content: "\e0a9";
}

.icon-bubble-2:before {
  content: "\e0aa";
}

.icon-bubble-add-1:before {
  content: "\e0ab";
}

.icon-bubble-add-2:before {
  content: "\e0ac";
}

.icon-bubble-add-3:before {
  content: "\e0ad";
}

.icon-bubble-ask-1:before {
  content: "\e0ae";
}

.icon-bubble-ask-2:before {
  content: "\e0af";
}

.icon-bubble-attention-2:before {
  content: "\e0b0";
}

.icon-bubble-attention-3:before {
  content: "\e0b1";
}

.icon-bubble-attention-4:before {
  content: "\e0b2";
}

.icon-bubble-attention-6:before {
  content: "\e0b3";
}

.icon-bubble-attention-7:before {
  content: "\e0b4";
}

.icon-bubble-block-1:before {
  content: "\e0b5";
}

.icon-bubble-block-2:before {
  content: "\e0b6";
}

.icon-bubble-block-3:before {
  content: "\e0b7";
}

.icon-bubble-chat-1:before {
  content: "\e0b8";
}

.icon-bubble-chat-2:before {
  content: "\e0b9";
}

.icon-bubble-check-1:before {
  content: "\e0ba";
}

.icon-bubble-check-2:before {
  content: "\e0bb";
}

.icon-bubble-check-3:before {
  content: "\e0bc";
}

.icon-bubble-comment-1:before {
  content: "\e0bd";
}

.icon-bubble-comment-2:before {
  content: "\e0be";
}

.icon-bubble-conversation-1:before {
  content: "\e0bf";
}

.icon-bubble-conversation-2:before {
  content: "\e0c0";
}

.icon-bubble-conversation-3:before {
  content: "\e0c1";
}

.icon-bubble-conversation-4:before {
  content: "\e0c2";
}

.icon-bubble-conversation-5:before {
  content: "\e0c3";
}

.icon-bubble-conversation-6:before {
  content: "\e0c4";
}

.icon-bubble-delete-1:before {
  content: "\e0c5";
}

.icon-bubble-delete-2:before {
  content: "\e0c6";
}

.icon-bubble-delete-3:before {
  content: "\e0c7";
}

.icon-bubble-edit-1:before {
  content: "\e0c8";
}

.icon-bubble-edit-2:before {
  content: "\e0c9";
}

.icon-bubble-edit-3:before {
  content: "\e0ca";
}

.icon-bubble-heart-1:before {
  content: "\e0cb";
}

.icon-bubble-heart-2:before {
  content: "\e0cc";
}

.icon-bubble-information:before {
  content: "\e0cd";
}

.icon-bubble-information-1:before {
  content: "\e0ce";
}

.icon-bubble-minus-1:before {
  content: "\e0cf";
}

.icon-bubble-minus-2:before {
  content: "\e0d0";
}

.icon-bubble-minus-3:before {
  content: "\e0d1";
}

.icon-bubble-quote-1:before {
  content: "\e0d2";
}

.icon-bubble-quote-2:before {
  content: "\e0d3";
}

.icon-bubble-smiley-1:before {
  content: "\e0d4";
}

.icon-bubble-smiley-2:before {
  content: "\e0d5";
}

.icon-bubble-smiley-3:before {
  content: "\e0d6";
}

.icon-bubble-smiley-4:before {
  content: "\e0d7";
}

.icon-bubble-star-1:before {
  content: "\e0d8";
}

.icon-bubble-star-2:before {
  content: "\e0d9";
}

.icon-bubble-star-3:before {
  content: "\e0da";
}

.icon-chat-1:before {
  content: "\e0db";
}

.icon-chat-2:before {
  content: "\e0dc";
}

.icon-chat-3:before {
  content: "\e0dd";
}

.icon-chat-4:before {
  content: "\e0de";
}

.icon-chat-5:before {
  content: "\e0df";
}

.icon-chat-6:before {
  content: "\e0e0";
}

.icon-chat-7:before {
  content: "\e0e1";
}

.icon-smiley-happy-1:before {
  content: "\e0e2";
}

.icon-smiley-happy-2:before {
  content: "\e0e3";
}

.icon-smiley-happy-3:before {
  content: "\e0e4";
}

.icon-smiley-happy-4:before {
  content: "\e0e5";
}

.icon-smiley-happy-5:before {
  content: "\e0e6";
}

.icon-smiley-sad-1:before {
  content: "\e0e7";
}

.icon-smiley-surprise:before {
  content: "\e0e8";
}

.icon-smiley-wink:before {
  content: "\e0e9";
}

.icon-call-1:before {
  content: "\e0ea";
}

.icon-call-2:before {
  content: "\e0eb";
}

.icon-call-3:before {
  content: "\e0ec";
}

.icon-call-4:before {
  content: "\e0ed";
}

.icon-call-add:before {
  content: "\e0ee";
}

.icon-call-block:before {
  content: "\e0ef";
}

.icon-call-delete:before {
  content: "\e0f0";
}

.icon-call-in:before {
  content: "\e0f1";
}

.icon-call-minus:before {
  content: "\e0f2";
}

.icon-call-out:before {
  content: "\e0f3";
}

.icon-contact:before {
  content: "\e0f4";
}

.icon-fax:before {
  content: "\e0f5";
}

.icon-hang-up:before {
  content: "\e0f6";
}

.icon-message:before {
  content: "\e0f7";
}

.icon-mobile-phone-1:before {
  content: "\e0f8";
}

.icon-mobile-phone-2:before {
  content: "\e0f9";
}

.icon-phone-1:before {
  content: "\e0fa";
}

.icon-phone-2:before {
  content: "\e0fb";
}

.icon-phone-3:before {
  content: "\e0fc";
}

.icon-phone-4:before {
  content: "\e0fd";
}

.icon-phone-vibration:before {
  content: "\e0fe";
}

.icon-signal-fine:before {
  content: "\e0ff";
}

.icon-signal-full:before {
  content: "\e100";
}

.icon-signal-high:before {
  content: "\e101";
}

.icon-signal-no:before {
  content: "\e102";
}

.icon-signal-poor:before {
  content: "\e103";
}

.icon-signal-weak:before {
  content: "\e104";
}

.icon-smartphone:before {
  content: "\e105";
}

.icon-tape:before {
  content: "\e106";
}

.icon-camera-symbol-1:before {
  content: "\e107";
}

.icon-camera-symbol-2:before {
  content: "\e108";
}

.icon-camera-symbol-3:before {
  content: "\e109";
}

.icon-headphone:before {
  content: "\e10a";
}

.icon-antenna-1:before {
  content: "\e10b";
}

.icon-antenna-2:before {
  content: "\e10c";
}

.icon-antenna-3:before {
  content: "\e10d";
}

.icon-hotspot-1:before {
  content: "\e10e";
}

.icon-hotspot-2:before {
  content: "\e10f";
}

.icon-link:before {
  content: "\e110";
}

.icon-megaphone-1:before {
  content: "\e111";
}

.icon-megaphone-2:before {
  content: "\e112";
}

.icon-radar:before {
  content: "\e113";
}

.icon-rss-1:before {
  content: "\e114";
}

.icon-rss-2:before {
  content: "\e115";
}

.icon-satellite:before {
  content: "\e116";
}

.icon-address-1:before {
  content: "\e117";
}

.icon-address-2:before {
  content: "\e118";
}

.icon-address-3:before {
  content: "\e119";
}

.icon-forward:before {
  content: "\e11a";
}

.icon-inbox-1:before {
  content: "\e11b";
}

.icon-inbox-2:before {
  content: "\e11c";
}

.icon-inbox-3:before {
  content: "\e11d";
}

.icon-inbox-4:before {
  content: "\e11e";
}

.icon-letter-1:before {
  content: "\e11f";
}

.icon-letter-2:before {
  content: "\e120";
}

.icon-letter-3:before {
  content: "\e121";
}

.icon-letter-4:before {
  content: "\e122";
}

.icon-letter-5:before {
  content: "\e123";
}

.icon-mail-1:before {
  content: "\e124";
}

.icon-mail-2:before {
  content: "\e125";
}

.icon-mail-add:before {
  content: "\e126";
}

.icon-mail-attention:before {
  content: "\e127";
}

.icon-mail-block:before {
  content: "\e128";
}

.icon-mail-box-1:before {
  content: "\e129";
}

.icon-mail-box-2:before {
  content: "\e12a";
}

.icon-mail-box-3:before {
  content: "\e12b";
}

.icon-mail-checked:before {
  content: "\e12c";
}

.icon-mail-compose:before {
  content: "\e12d";
}

.icon-mail-delete:before {
  content: "\e12e";
}

.icon-mail-favorite:before {
  content: "\e12f";
}

.icon-mail-inbox:before {
  content: "\e130";
}

.icon-mail-lock:before {
  content: "\e131";
}

.icon-mail-minus:before {
  content: "\e132";
}

.icon-mail-read:before {
  content: "\e133";
}

.icon-mail-recieved-1:before {
  content: "\e134";
}

.icon-mail-recieved-2:before {
  content: "\e135";
}

.icon-mail-search-1:before {
  content: "\e136";
}

.icon-mail-search-2:before {
  content: "\e137";
}

.icon-mail-sent-1:before {
  content: "\e138";
}

.icon-mail-sent-2:before {
  content: "\e139";
}

.icon-mail-setting:before {
  content: "\e13a";
}

.icon-mail-star:before {
  content: "\e13b";
}

.icon-mail-sync:before {
  content: "\e13c";
}

.icon-mail-time:before {
  content: "\e13d";
}

.icon-outbox-1:before {
  content: "\e13e";
}

.icon-outbox-2:before {
  content: "\e13f";
}

.icon-plane-paper-1:before {
  content: "\e140";
}

.icon-plane-paper-2:before {
  content: "\e141";
}

.icon-reply-mail-1:before {
  content: "\e142";
}

.icon-reply-mail-2:before {
  content: "\e143";
}

.icon-connection-1:before {
  content: "\e144";
}

.icon-connection-2:before {
  content: "\e145";
}

.icon-connection-3:before {
  content: "\e146";
}

.icon-contacts-1:before {
  content: "\e147";
}

.icon-contacts-2:before {
  content: "\e148";
}

.icon-contacts-3:before {
  content: "\e149";
}

.icon-contacts-4:before {
  content: "\e14a";
}

.icon-female:before {
  content: "\e14b";
}

.icon-gender:before {
  content: "\e14c";
}

.icon-gender-female:before {
  content: "\e14d";
}

.icon-gender-male:before {
  content: "\e14e";
}

.icon-id-1:before {
  content: "\e14f";
}

.icon-id-2:before {
  content: "\e150";
}

.icon-id-3:before {
  content: "\e151";
}

.icon-id-4:before {
  content: "\e152";
}

.icon-id-5:before {
  content: "\e153";
}

.icon-id-6:before {
  content: "\e154";
}

.icon-id-7:before {
  content: "\e155";
}

.icon-id-8:before {
  content: "\e156";
}

.icon-male:before {
  content: "\e157";
}

.icon-profile-1:before {
  content: "\e158";
}

.icon-profile-2:before {
  content: "\e159";
}

.icon-profile-3:before {
  content: "\e15a";
}

.icon-profile-4:before {
  content: "\e15b";
}

.icon-profile-5:before {
  content: "\e15c";
}

.icon-profile-6:before {
  content: "\e15d";
}

.icon-profile-athlete:before {
  content: "\e15e";
}

.icon-profile-bussiness-man:before {
  content: "\e15f";
}

.icon-profile-cook:before {
  content: "\e160";
}

.icon-profile-cop:before {
  content: "\e161";
}

.icon-profile-doctor-1:before {
  content: "\e162";
}

.icon-profile-doctor-2:before {
  content: "\e163";
}

.icon-profile-gentleman-1:before {
  content: "\e164";
}

.icon-profile-gentleman-2:before {
  content: "\e165";
}

.icon-profile-graduate:before {
  content: "\e166";
}

.icon-profile-king:before {
  content: "\e167";
}

.icon-profile-lady-1:before {
  content: "\e168";
}

.icon-profile-lady-2:before {
  content: "\e169";
}

.icon-profile-man:before {
  content: "\e16a";
}

.icon-profile-nurse-1:before {
  content: "\e16b";
}

.icon-profile-nurse-2:before {
  content: "\e16c";
}

.icon-profile-prisoner:before {
  content: "\e16d";
}

.icon-profile-serviceman-1:before {
  content: "\e16e";
}

.icon-profile-serviceman-2:before {
  content: "\e16f";
}

.icon-profile-spy:before {
  content: "\e170";
}

.icon-profile-teacher:before {
  content: "\e171";
}

.icon-profile-thief:before {
  content: "\e172";
}

.icon-user-1:before {
  content: "\e173";
}

.icon-user-2:before {
  content: "\e174";
}

.icon-user-add-1:before {
  content: "\e175";
}

.icon-user-add-2:before {
  content: "\e176";
}

.icon-user-block-1:before {
  content: "\e177";
}

.icon-user-block-2:before {
  content: "\e178";
}

.icon-user-checked-1:before {
  content: "\e179";
}

.icon-user-checked-2:before {
  content: "\e17a";
}

.icon-user-delete-1:before {
  content: "\e17b";
}

.icon-user-delete-2:before {
  content: "\e17c";
}

.icon-user-edit-1:before {
  content: "\e17d";
}

.icon-user-edit-2:before {
  content: "\e17e";
}

.icon-user-heart-1:before {
  content: "\e17f";
}

.icon-user-heart-2:before {
  content: "\e180";
}

.icon-user-lock:before {
  content: "\e181";
}

.icon-user-lock-1:before {
  content: "\e182";
}

.icon-user-minus-1:before {
  content: "\e183";
}

.icon-user-minus-2:before {
  content: "\e184";
}

.icon-user-search-1:before {
  content: "\e185";
}

.icon-user-search-2:before {
  content: "\e186";
}

.icon-user-setting-1:before {
  content: "\e187";
}

.icon-user-setting-2:before {
  content: "\e188";
}

.icon-user-star-1:before {
  content: "\e189";
}

.icon-user-star-2:before {
  content: "\e18a";
}

.icon-basket-1:before {
  content: "\e18b";
}

.icon-basket-2:before {
  content: "\e18c";
}

.icon-basket-3:before {
  content: "\e18d";
}

.icon-basket-add:before {
  content: "\e18e";
}

.icon-basket-minus:before {
  content: "\e18f";
}

.icon-briefcase-2:before {
  content: "\e190";
}

.icon-cart-1:before {
  content: "\e191";
}

.icon-cart-2:before {
  content: "\e192";
}

.icon-cart-3:before {
  content: "\e193";
}

.icon-cart-4:before {
  content: "\e194";
}

.icon-cut:before {
  content: "\e195";
}

.icon-hand-bag-1:before {
  content: "\e196";
}

.icon-hand-bag-2:before {
  content: "\e197";
}

.icon-purse-1:before {
  content: "\e198";
}

.icon-purse-2:before {
  content: "\e199";
}

.icon-qr-code:before {
  content: "\e19a";
}

.icon-receipt-1:before {
  content: "\e19b";
}

.icon-receipt-2:before {
  content: "\e19c";
}

.icon-receipt-3:before {
  content: "\e19d";
}

.icon-receipt-4:before {
  content: "\e19e";
}

.icon-shopping-1:before {
  content: "\e19f";
}

.icon-shopping-bag-1:before {
  content: "\e1a0";
}

.icon-shopping-bag-2:before {
  content: "\e1a1";
}

.icon-shopping-bag-3:before {
  content: "\e1a2";
}

.icon-sign-new-1:before {
  content: "\e1a3";
}

.icon-sign-new-2:before {
  content: "\e1a4";
}

.icon-sign-park:before {
  content: "\e1a5";
}

.icon-sign-star:before {
  content: "\e1a6";
}

.icon-trolley-1:before {
  content: "\e1a7";
}

.icon-trolley-2:before {
  content: "\e1a8";
}

.icon-trolley-3:before {
  content: "\e1a9";
}

.icon-trolley-load:before {
  content: "\e1aa";
}

.icon-trolley-off:before {
  content: "\e1ab";
}

.icon-wallet-1:before {
  content: "\e1ac";
}

.icon-wallet-2:before {
  content: "\e1ad";
}

.icon-wallet-3:before {
  content: "\e1ae";
}

.icon-camera-1:before {
  content: "\e1af";
}

.icon-camera-2:before {
  content: "\e1b0";
}

.icon-camera-3:before {
  content: "\e1b1";
}

.icon-camera-4:before {
  content: "\e1b2";
}

.icon-camera-5:before {
  content: "\e1b3";
}

.icon-camera-back:before {
  content: "\e1b4";
}

.icon-camera-focus:before {
  content: "\e1b5";
}

.icon-camera-frames:before {
  content: "\e1b6";
}

.icon-camera-front:before {
  content: "\e1b7";
}

.icon-camera-graph-1:before {
  content: "\e1b8";
}

.icon-camera-graph-2:before {
  content: "\e1b9";
}

.icon-camera-landscape:before {
  content: "\e1ba";
}

.icon-camera-lens-1:before {
  content: "\e1bb";
}

.icon-camera-lens-2:before {
  content: "\e1bc";
}

.icon-camera-light:before {
  content: "\e1bd";
}

.icon-camera-portrait:before {
  content: "\e1be";
}

.icon-camera-view:before {
  content: "\e1bf";
}

.icon-film-1:before {
  content: "\e1c0";
}

.icon-film-2:before {
  content: "\e1c1";
}

.icon-photo-1:before {
  content: "\e1c2";
}

.icon-photo-2:before {
  content: "\e1c3";
}

.icon-photo-frame:before {
  content: "\e1c4";
}

.icon-photos-1:before {
  content: "\e1c5";
}

.icon-photos-2:before {
  content: "\e1c6";
}

.icon-polaroid:before {
  content: "\e1c7";
}

.icon-signal-camera-1:before {
  content: "\e1c8";
}

.icon-signal-camera-2:before {
  content: "\e1c9";
}

.icon-user-photo:before {
  content: "\e1ca";
}

.icon-backward-1:before {
  content: "\e1cb";
}

.icon-dvd-player:before {
  content: "\e1cc";
}

.icon-eject-1:before {
  content: "\e1cd";
}

.icon-film-3:before {
  content: "\e1ce";
}

.icon-forward-1:before {
  content: "\e1cf";
}

.icon-handy-cam:before {
  content: "\e1d0";
}

.icon-movie-play-1:before {
  content: "\e1d1";
}

.icon-movie-play-2:before {
  content: "\e1d2";
}

.icon-movie-play-3:before {
  content: "\e1d3";
}

.icon-next-1:before {
  content: "\e1d4";
}

.icon-pause-1:before {
  content: "\e1d5";
}

.icon-play-1:before {
  content: "\e1d6";
}

.icon-player:before {
  content: "\e1d7";
}

.icon-previous-1:before {
  content: "\e1d8";
}

.icon-record-1:before {
  content: "\e1d9";
}

.icon-slate:before {
  content: "\e1da";
}

.icon-stop-1:before {
  content: "\e1db";
}

.icon-television:before {
  content: "\e1dc";
}

.icon-video-camera-1:before {
  content: "\e1dd";
}

.icon-video-camera-2:before {
  content: "\e1de";
}

.icon-backward-2:before {
  content: "\e1df";
}

.icon-cd:before {
  content: "\e1e0";
}

.icon-eject-2:before {
  content: "\e1e1";
}

.icon-equalizer-1:before {
  content: "\e1e2";
}

.icon-equalizer-2:before {
  content: "\e1e3";
}

.icon-forward-2:before {
  content: "\e1e4";
}

.icon-gramophone:before {
  content: "\e1e5";
}

.icon-gramophone-record:before {
  content: "\e1e6";
}

.icon-guitar:before {
  content: "\e1e7";
}

.icon-headphone-1:before {
  content: "\e1e8";
}

.icon-headphone-2:before {
  content: "\e1e9";
}

.icon-microphone-1:before {
  content: "\e1ea";
}

.icon-microphone-2:before {
  content: "\e1eb";
}

.icon-microphone-3:before {
  content: "\e1ec";
}

.icon-movie-play-4:before {
  content: "\e1ed";
}

.icon-music-note-1:before {
  content: "\e1ee";
}

.icon-music-note-3:before {
  content: "\e1ef";
}

.icon-music-note-4:before {
  content: "\e1f0";
}

.icon-music-note-5:before {
  content: "\e1f1";
}

.icon-next-2:before {
  content: "\e1f2";
}

.icon-notes-1:before {
  content: "\e1f3";
}

.icon-notes-2:before {
  content: "\e1f4";
}

.icon-pause-2:before {
  content: "\e1f5";
}

.icon-piano:before {
  content: "\e1f6";
}

.icon-play-2:before {
  content: "\e1f7";
}

.icon-playlist:before {
  content: "\e1f8";
}

.icon-previous-2:before {
  content: "\e1f9";
}

.icon-radio-1:before {
  content: "\e1fa";
}

.icon-radio-2:before {
  content: "\e1fb";
}

.icon-record-2:before {
  content: "\e1fc";
}

.icon-recorder:before {
  content: "\e1fd";
}

.icon-saxophone:before {
  content: "\e1fe";
}

.icon-speaker-1:before {
  content: "\e1ff";
}

.icon-speaker-2:before {
  content: "\e200";
}

.icon-speaker-3:before {
  content: "\e201";
}

.icon-stop-2:before {
  content: "\e202";
}

.icon-tape-1:before {
  content: "\e203";
}

.icon-trumpet:before {
  content: "\e204";
}

.icon-volume-down-1:before {
  content: "\e205";
}

.icon-volume-down-2:before {
  content: "\e206";
}

.icon-volume-loud-1:before {
  content: "\e207";
}

.icon-volume-loud-2:before {
  content: "\e208";
}

.icon-volume-low-1:before {
  content: "\e209";
}

.icon-volume-low-2:before {
  content: "\e20a";
}

.icon-volume-medium-1:before {
  content: "\e20b";
}

.icon-volume-medium-2:before {
  content: "\e20c";
}

.icon-volume-mute-1:before {
  content: "\e20d";
}

.icon-volume-mute-2:before {
  content: "\e20e";
}

.icon-volume-mute-3:before {
  content: "\e20f";
}

.icon-volume-up-1:before {
  content: "\e210";
}

.icon-volume-up-2:before {
  content: "\e211";
}

.icon-walkman:before {
  content: "\e212";
}

.icon-cloud:before {
  content: "\e213";
}

.icon-cloud-add:before {
  content: "\e214";
}

.icon-cloud-checked:before {
  content: "\e215";
}

.icon-cloud-delete:before {
  content: "\e216";
}

.icon-cloud-download:before {
  content: "\e217";
}

.icon-cloud-minus:before {
  content: "\e218";
}

.icon-cloud-refresh:before {
  content: "\e219";
}

.icon-cloud-sync:before {
  content: "\e21a";
}

.icon-cloud-upload:before {
  content: "\e21b";
}

.icon-download-1:before {
  content: "\e21c";
}

.icon-download-2:before {
  content: "\e21d";
}

.icon-download-3:before {
  content: "\e21e";
}

.icon-download-4:before {
  content: "\e21f";
}

.icon-download-5:before {
  content: "\e220";
}

.icon-download-6:before {
  content: "\e221";
}

.icon-download-7:before {
  content: "\e222";
}

.icon-download-8:before {
  content: "\e223";
}

.icon-download-9:before {
  content: "\e224";
}

.icon-download-10:before {
  content: "\e225";
}

.icon-download-11:before {
  content: "\e226";
}

.icon-download-12:before {
  content: "\e227";
}

.icon-download-13:before {
  content: "\e228";
}

.icon-download-14:before {
  content: "\e229";
}

.icon-download-15:before {
  content: "\e22a";
}

.icon-download-file:before {
  content: "\e22b";
}

.icon-download-folder:before {
  content: "\e22c";
}

.icon-goal-1:before {
  content: "\e22d";
}

.icon-goal-2:before {
  content: "\e22e";
}

.icon-transfer-1:before {
  content: "\e22f";
}

.icon-transfer-2:before {
  content: "\e230";
}

.icon-transfer-3:before {
  content: "\e231";
}

.icon-transfer-4:before {
  content: "\e232";
}

.icon-transfer-5:before {
  content: "\e233";
}

.icon-transfer-6:before {
  content: "\e234";
}

.icon-transfer-7:before {
  content: "\e235";
}

.icon-transfer-8:before {
  content: "\e236";
}

.icon-transfer-9:before {
  content: "\e237";
}

.icon-transfer-10:before {
  content: "\e238";
}

.icon-transfer-11:before {
  content: "\e239";
}

.icon-transfer-12:before {
  content: "\e23a";
}

.icon-upload-1:before {
  content: "\e23b";
}

.icon-upload-2:before {
  content: "\e23c";
}

.icon-upload-3:before {
  content: "\e23d";
}

.icon-upload-4:before {
  content: "\e23e";
}

.icon-upload-5:before {
  content: "\e23f";
}

.icon-upload-6:before {
  content: "\e240";
}

.icon-upload-7:before {
  content: "\e241";
}

.icon-upload-8:before {
  content: "\e242";
}

.icon-upload-9:before {
  content: "\e243";
}

.icon-upload-10:before {
  content: "\e244";
}

.icon-upload-11:before {
  content: "\e245";
}

.icon-upload-12:before {
  content: "\e246";
}

.icon-clipboard-1:before {
  content: "\e247";
}

.icon-clipboard-2:before {
  content: "\e248";
}

.icon-clipboard-3:before {
  content: "\e249";
}

.icon-clipboard-add:before {
  content: "\e24a";
}

.icon-clipboard-block:before {
  content: "\e24b";
}

.icon-clipboard-checked:before {
  content: "\e24c";
}

.icon-clipboard-delete:before {
  content: "\e24d";
}

.icon-clipboard-edit:before {
  content: "\e24e";
}

.icon-clipboard-minus:before {
  content: "\e24f";
}

.icon-document-1:before {
  content: "\e250";
}

.icon-document-2:before {
  content: "\e251";
}

.icon-file-1:before {
  content: "\e252";
}

.icon-file-2:before {
  content: "\e253";
}

.icon-file-add:before {
  content: "\e254";
}

.icon-file-attention:before {
  content: "\e255";
}

.icon-file-block:before {
  content: "\e256";
}

.icon-file-bookmark:before {
  content: "\e257";
}

.icon-file-checked:before {
  content: "\e258";
}

.icon-file-code:before {
  content: "\e259";
}

.icon-file-delete:before {
  content: "\e25a";
}

.icon-file-download:before {
  content: "\e25b";
}

.icon-file-edit:before {
  content: "\e25c";
}

.icon-file-favorite-1:before {
  content: "\e25d";
}

.icon-file-favorite-2:before {
  content: "\e25e";
}

.icon-file-graph-1:before {
  content: "\e25f";
}

.icon-file-graph-2:before {
  content: "\e260";
}

.icon-file-home:before {
  content: "\e261";
}

.icon-file-image-1:before {
  content: "\e262";
}

.icon-file-image-2:before {
  content: "\e263";
}

.icon-file-list:before {
  content: "\e264";
}

.icon-file-lock:before {
  content: "\e265";
}

.icon-file-media:before {
  content: "\e266";
}

.icon-file-minus:before {
  content: "\e267";
}

.icon-file-music:before {
  content: "\e268";
}

.icon-file-new:before {
  content: "\e269";
}

.icon-file-registry:before {
  content: "\e26a";
}

.icon-file-search:before {
  content: "\e26b";
}

.icon-file-setting:before {
  content: "\e26c";
}

.icon-file-sync:before {
  content: "\e26d";
}

.icon-file-table:before {
  content: "\e26e";
}

.icon-file-thumbnail:before {
  content: "\e26f";
}

.icon-file-time:before {
  content: "\e270";
}

.icon-file-transfer:before {
  content: "\e271";
}

.icon-file-upload:before {
  content: "\e272";
}

.icon-file-zip:before {
  content: "\e273";
}

.icon-files-1:before {
  content: "\e274";
}

.icon-files-2:before {
  content: "\e275";
}

.icon-files-3:before {
  content: "\e276";
}

.icon-files-4:before {
  content: "\e277";
}

.icon-files-5:before {
  content: "\e278";
}

.icon-files-6:before {
  content: "\e279";
}

.icon-hand-file-1:before {
  content: "\e27a";
}

.icon-hand-file-2:before {
  content: "\e27b";
}

.icon-note-paper-1:before {
  content: "\e27c";
}

.icon-note-paper-2:before {
  content: "\e27d";
}

.icon-note-paper-add:before {
  content: "\e27e";
}

.icon-note-paper-attention:before {
  content: "\e27f";
}

.icon-note-paper-block:before {
  content: "\e280";
}

.icon-note-paper-checked:before {
  content: "\e281";
}

.icon-note-paper-delete:before {
  content: "\e282";
}

.icon-note-paper-download:before {
  content: "\e283";
}

.icon-note-paper-edit:before {
  content: "\e284";
}

.icon-note-paper-favorite:before {
  content: "\e285";
}

.icon-note-paper-lock:before {
  content: "\e286";
}

.icon-note-paper-minus:before {
  content: "\e287";
}

.icon-note-paper-search:before {
  content: "\e288";
}

.icon-note-paper-sync:before {
  content: "\e289";
}

.icon-note-paper-upload:before {
  content: "\e28a";
}

.icon-print:before {
  content: "\e28b";
}

.icon-folder-1:before {
  content: "\e28c";
}

.icon-folder-2:before {
  content: "\e28d";
}

.icon-folder-3:before {
  content: "\e28e";
}

.icon-folder-4:before {
  content: "\e28f";
}

.icon-folder-add:before {
  content: "\e290";
}

.icon-folder-attention:before {
  content: "\e291";
}

.icon-folder-block:before {
  content: "\e292";
}

.icon-folder-bookmark:before {
  content: "\e293";
}

.icon-folder-checked:before {
  content: "\e294";
}

.icon-folder-code:before {
  content: "\e295";
}

.icon-folder-delete:before {
  content: "\e296";
}

.icon-folder-download:before {
  content: "\e297";
}

.icon-folder-edit:before {
  content: "\e298";
}

.icon-folder-favorite:before {
  content: "\e299";
}

.icon-folder-home:before {
  content: "\e29a";
}

.icon-folder-image:before {
  content: "\e29b";
}

.icon-folder-lock:before {
  content: "\e29c";
}

.icon-folder-media:before {
  content: "\e29d";
}

.icon-folder-minus:before {
  content: "\e29e";
}

.icon-folder-music:before {
  content: "\e29f";
}

.icon-folder-new:before {
  content: "\e2a0";
}

.icon-folder-search:before {
  content: "\e2a1";
}

.icon-folder-setting:before {
  content: "\e2a2";
}

.icon-folder-share-1:before {
  content: "\e2a3";
}

.icon-folder-share-2:before {
  content: "\e2a4";
}

.icon-folder-sync:before {
  content: "\e2a5";
}

.icon-folder-transfer:before {
  content: "\e2a6";
}

.icon-folder-upload:before {
  content: "\e2a7";
}

.icon-folder-zip:before {
  content: "\e2a8";
}

.icon-add-1:before {
  content: "\e2a9";
}

.icon-add-2:before {
  content: "\e2aa";
}

.icon-add-3:before {
  content: "\e2ab";
}

.icon-add-4:before {
  content: "\e2ac";
}

.icon-add-tag:before {
  content: "\e2ad";
}

.icon-arrow-1:before {
  content: "\e2ae";
}

.icon-arrow-2:before {
  content: "\e2af";
}

.icon-arrow-down-1:before {
  content: "\e2b0";
}

.icon-arrow-down-2:before {
  content: "\e2b1";
}

.icon-arrow-left-1:before {
  content: "\e2b2";
}

.icon-arrow-left-2:before {
  content: "\e2b3";
}

.icon-arrow-move-1:before {
  content: "\e2b4";
}

.icon-arrow-move-down:before {
  content: "\e2b5";
}

.icon-arrow-move-left:before {
  content: "\e2b6";
}

.icon-arrow-move-right:before {
  content: "\e2b7";
}

.icon-arrow-move-up:before {
  content: "\e2b8";
}

.icon-arrow-right-1:before {
  content: "\e2b9";
}

.icon-arrow-right-2:before {
  content: "\e2ba";
}

.icon-arrow-up-1:before {
  content: "\e2bb";
}

.icon-arrow-up-2:before {
  content: "\e2bc";
}

.icon-back:before {
  content: "\e2bd";
}

.icon-center-expand:before {
  content: "\e2be";
}

.icon-center-reduce:before {
  content: "\e2bf";
}

.icon-delete-1-1:before {
  content: "\e2c0";
}

.icon-delete-2-1:before {
  content: "\e2c1";
}

.icon-delete-3:before {
  content: "\e2c2";
}

.icon-delete-4:before {
  content: "\e2c3";
}

.icon-delete-tag:before {
  content: "\e2c4";
}

.icon-expand-horizontal:before {
  content: "\e2c5";
}

.icon-expand-vertical:before {
  content: "\e2c6";
}

.icon-forward-3:before {
  content: "\e2c7";
}

.icon-infinity:before {
  content: "\e2c8";
}

.icon-loading:before {
  content: "\e2c9";
}

.icon-log-out-1:before {
  content: "\e2ca";
}

.icon-loop-1:before {
  content: "\e2cb";
}

.icon-loop-2:before {
  content: "\e2cc";
}

.icon-loop-3:before {
  content: "\e2cd";
}

.icon-minus-1:before {
  content: "\e2ce";
}

.icon-minus-2:before {
  content: "\e2cf";
}

.icon-minus-3:before {
  content: "\e2d0";
}

.icon-minus-4:before {
  content: "\e2d1";
}

.icon-minus-tag:before {
  content: "\e2d2";
}

.icon-move-diagonal-1:before {
  content: "\e2d3";
}

.icon-move-diagonal-2:before {
  content: "\e2d4";
}

.icon-move-horizontal-1:before {
  content: "\e2d5";
}

.icon-move-horizontal-2:before {
  content: "\e2d6";
}

.icon-move-vertical-1:before {
  content: "\e2d7";
}

.icon-move-vertical-2:before {
  content: "\e2d8";
}

.icon-next-1-1:before {
  content: "\e2d9";
}

.icon-next-2-1:before {
  content: "\e2da";
}

.icon-power-1-1:before {
  content: "\e2db";
}

.icon-power-2-1:before {
  content: "\e2dc";
}

.icon-power-3:before {
  content: "\e2dd";
}

.icon-power-4:before {
  content: "\e2de";
}

.icon-power-5:before {
  content: "\e2df";
}

.icon-recycle:before {
  content: "\e2e0";
}

.icon-refresh:before {
  content: "\e2e1";
}

.icon-repeat:before {
  content: "\e2e2";
}

.icon-return:before {
  content: "\e2e3";
}

.icon-scale-all-1:before {
  content: "\e2e4";
}

.icon-scale-center:before {
  content: "\e2e5";
}

.icon-scale-horizontal-1:before {
  content: "\e2e6";
}

.icon-scale-horizontal-2:before {
  content: "\e2e7";
}

.icon-scale-reduce-1:before {
  content: "\e2e8";
}

.icon-scale-reduce-2:before {
  content: "\e2e9";
}

.icon-scale-reduce-3:before {
  content: "\e2ea";
}

.icon-scale-spread-1:before {
  content: "\e2eb";
}

.icon-scale-spread-2:before {
  content: "\e2ec";
}

.icon-scale-spread-3:before {
  content: "\e2ed";
}

.icon-scale-vertical-1:before {
  content: "\e2ee";
}

.icon-scale-vertical-2:before {
  content: "\e2ef";
}

.icon-scroll-horizontal-1:before {
  content: "\e2f0";
}

.icon-scroll-horizontal-2:before {
  content: "\e2f1";
}

.icon-scroll-omnidirectional-1:before {
  content: "\e2f2";
}

.icon-scroll-omnidirectional-2:before {
  content: "\e2f3";
}

.icon-scroll-vertical-1:before {
  content: "\e2f4";
}

.icon-scroll-vertical-2:before {
  content: "\e2f5";
}

.icon-shuffle:before {
  content: "\e2f6";
}

.icon-split:before {
  content: "\e2f7";
}

.icon-sync-1:before {
  content: "\e2f8";
}

.icon-sync-2:before {
  content: "\e2f9";
}

.icon-timer:before {
  content: "\e2fa";
}

.icon-transfer:before {
  content: "\e2fb";
}

.icon-transfer-1-1:before {
  content: "\e2fc";
}

.icon-chat-1-1:before {
  content: "\e2fd";
}

.icon-chat-2-1:before {
  content: "\e2fe";
}

.icon-check-1:before {
  content: "\e2ff";
}

.icon-check-2:before {
  content: "\e300";
}

.icon-check-3:before {
  content: "\e301";
}

.icon-check-4:before {
  content: "\e302";
}

.icon-check-bubble:before {
  content: "\e303";
}

.icon-check-list:before {
  content: "\e304";
}

.icon-check-shield:before {
  content: "\e305";
}

.icon-cross-1:before {
  content: "\e306";
}

.icon-cross-bubble:before {
  content: "\e307";
}

.icon-cross-shield:before {
  content: "\e308";
}

.icon-briefcase:before {
  content: "\e309";
}

.icon-brightness-high:before {
  content: "\e30a";
}

.icon-brightness-low:before {
  content: "\e30b";
}

.icon-hammer-1:before {
  content: "\e30c";
}

.icon-hammer-2:before {
  content: "\e30d";
}

.icon-pulse:before {
  content: "\e30e";
}

.icon-scale:before {
  content: "\e30f";
}

.icon-screw-driver:before {
  content: "\e310";
}

.icon-setting-adjustment:before {
  content: "\e311";
}

.icon-setting-gear:before {
  content: "\e312";
}

.icon-setting-gears-1:before {
  content: "\e313";
}

.icon-setting-gears-2:before {
  content: "\e314";
}

.icon-setting-wrenches:before {
  content: "\e315";
}

.icon-switch-1:before {
  content: "\e316";
}

.icon-switch-2:before {
  content: "\e317";
}

.icon-wrench:before {
  content: "\e318";
}

.icon-alarm-1:before {
  content: "\e319";
}

.icon-alarm-clock:before {
  content: "\e31a";
}

.icon-alarm-no:before {
  content: "\e31b";
}

.icon-alarm-snooze:before {
  content: "\e31c";
}

.icon-bell:before {
  content: "\e31d";
}

.icon-calendar-1:before {
  content: "\e31e";
}

.icon-calendar-2:before {
  content: "\e31f";
}

.icon-clock-1:before {
  content: "\e320";
}

.icon-clock-2:before {
  content: "\e321";
}

.icon-clock-3:before {
  content: "\e322";
}

.icon-hourglass-1:before {
  content: "\e323";
}

.icon-hourglass-2:before {
  content: "\e324";
}

.icon-timer-1:before {
  content: "\e325";
}

.icon-timer-3-quarter-1:before {
  content: "\e326";
}

.icon-timer-3-quarter-2:before {
  content: "\e327";
}

.icon-timer-full-1:before {
  content: "\e328";
}

.icon-timer-full-2:before {
  content: "\e329";
}

.icon-timer-half-1:before {
  content: "\e32a";
}

.icon-timer-half-2:before {
  content: "\e32b";
}

.icon-timer-half-3:before {
  content: "\e32c";
}

.icon-timer-half-4:before {
  content: "\e32d";
}

.icon-timer-quarter-1:before {
  content: "\e32e";
}

.icon-timer-quarter-2:before {
  content: "\e32f";
}

.icon-watch-1:before {
  content: "\e330";
}

.icon-watch-2:before {
  content: "\e331";
}

.icon-alert-1:before {
  content: "\e332";
}

.icon-alert-2:before {
  content: "\e333";
}

.icon-alert-3:before {
  content: "\e334";
}

.icon-information:before {
  content: "\e335";
}

.icon-nuclear-1:before {
  content: "\e336";
}

.icon-nuclear-2:before {
  content: "\e337";
}

.icon-question-mark:before {
  content: "\e338";
}

.icon-abacus:before {
  content: "\e339";
}

.icon-amex-card:before {
  content: "\e33a";
}

.icon-atm:before {
  content: "\e33b";
}

.icon-balance:before {
  content: "\e33c";
}

.icon-bank-1:before {
  content: "\e33d";
}

.icon-bank-2:before {
  content: "\e33e";
}

.icon-bank-note:before {
  content: "\e33f";
}

.icon-bank-notes-1:before {
  content: "\e340";
}

.icon-bank-notes-2:before {
  content: "\e341";
}

.icon-bitcoins:before {
  content: "\e342";
}

.icon-board-1:before {
  content: "\e343";
}

.icon-box-1:before {
  content: "\e344";
}

.icon-box-2:before {
  content: "\e345";
}

.icon-box-3:before {
  content: "\e346";
}

.icon-box-download:before {
  content: "\e347";
}

.icon-box-shipping:before {
  content: "\e348";
}

.icon-box-upload:before {
  content: "\e349";
}

.icon-business-chart-1:before {
  content: "\e34a";
}

.icon-business-chart-2:before {
  content: "\e34b";
}

.icon-calculator-1:before {
  content: "\e34c";
}

.icon-calculator-2:before {
  content: "\e34d";
}

.icon-calculator-3:before {
  content: "\e34e";
}

.icon-cash-register:before {
  content: "\e34f";
}

.icon-chart-board:before {
  content: "\e350";
}

.icon-chart-down:before {
  content: "\e351";
}

.icon-chart-up:before {
  content: "\e352";
}

.icon-check:before {
  content: "\e353";
}

.icon-coins-1:before {
  content: "\e354";
}

.icon-coins-2:before {
  content: "\e355";
}

.icon-court:before {
  content: "\e356";
}

.icon-credit-card:before {
  content: "\e357";
}

.icon-credit-card-lock:before {
  content: "\e358";
}

.icon-delivery:before {
  content: "\e359";
}

.icon-dollar-bag:before {
  content: "\e35a";
}

.icon-dollar-currency-1:before {
  content: "\e35b";
}

.icon-dollar-currency-2:before {
  content: "\e35c";
}

.icon-dollar-currency-3:before {
  content: "\e35d";
}

.icon-dollar-currency-4:before {
  content: "\e35e";
}

.icon-euro-bag:before {
  content: "\e35f";
}

.icon-euro-currency-1:before {
  content: "\e360";
}

.icon-euro-currency-2:before {
  content: "\e361";
}

.icon-euro-currency-3:before {
  content: "\e362";
}

.icon-euro-currency-4:before {
  content: "\e363";
}

.icon-forklift:before {
  content: "\e364";
}

.icon-hand-card:before {
  content: "\e365";
}

.icon-hand-coin:before {
  content: "\e366";
}

.icon-keynote:before {
  content: "\e367";
}

.icon-master-card:before {
  content: "\e368";
}

.icon-money:before {
  content: "\e369";
}

.icon-parking-meter:before {
  content: "\e36a";
}

.icon-percent-1:before {
  content: "\e36b";
}

.icon-percent-2:before {
  content: "\e36c";
}

.icon-percent-3:before {
  content: "\e36d";
}

.icon-percent-4:before {
  content: "\e36e";
}

.icon-percent-5:before {
  content: "\e36f";
}

.icon-percent-up:before {
  content: "\e370";
}

.icon-pie-chart-1:before {
  content: "\e371";
}

.icon-pie-chart-2:before {
  content: "\e372";
}

.icon-piggy-bank:before {
  content: "\e373";
}

.icon-pound-currency-1:before {
  content: "\e374";
}

.icon-pound-currency-2:before {
  content: "\e375";
}

.icon-pound-currency-3:before {
  content: "\e376";
}

.icon-pound-currency-4:before {
  content: "\e377";
}

.icon-safe-1:before {
  content: "\e378";
}

.icon-safe-2:before {
  content: "\e379";
}

.icon-shop:before {
  content: "\e37a";
}

.icon-sign:before {
  content: "\e37b";
}

.icon-trolley:before {
  content: "\e37c";
}

.icon-truck-1:before {
  content: "\e37d";
}

.icon-truck-2:before {
  content: "\e37e";
}

.icon-visa-card:before {
  content: "\e37f";
}

.icon-yen-currency-1:before {
  content: "\e380";
}

.icon-yen-currency-2:before {
  content: "\e381";
}

.icon-yen-currency-3:before {
  content: "\e382";
}

.icon-yen-currency-4:before {
  content: "\e383";
}

.icon-add-marker-1:before {
  content: "\e384";
}

.icon-add-marker-2:before {
  content: "\e385";
}

.icon-add-marker-3:before {
  content: "\e386";
}

.icon-add-marker-4:before {
  content: "\e387";
}

.icon-add-marker-5:before {
  content: "\e388";
}

.icon-compass-1:before {
  content: "\e389";
}

.icon-compass-2:before {
  content: "\e38a";
}

.icon-compass-3:before {
  content: "\e38b";
}

.icon-delete-marker-1:before {
  content: "\e38c";
}

.icon-delete-marker-2:before {
  content: "\e38d";
}

.icon-delete-marker-3:before {
  content: "\e38e";
}

.icon-delete-marker-4:before {
  content: "\e38f";
}

.icon-delete-marker-5:before {
  content: "\e390";
}

.icon-favorite-marker:before {
  content: "\e391";
}

.icon-favorite-marker-1:before {
  content: "\e392";
}

.icon-favorite-marker-2:before {
  content: "\e393";
}

.icon-favorite-marker-3:before {
  content: "\e394";
}

.icon-globe:before {
  content: "\e395";
}

.icon-location:before {
  content: "\e396";
}

.icon-map-1:before {
  content: "\e397";
}

.icon-map-location:before {
  content: "\e398";
}

.icon-map-marker-1:before {
  content: "\e399";
}

.icon-map-marker-2:before {
  content: "\e39a";
}

.icon-map-marker-3:before {
  content: "\e39b";
}

.icon-map-marker-4:before {
  content: "\e39c";
}

.icon-map-pin:before {
  content: "\e39d";
}

.icon-map-pin-marker:before {
  content: "\e39e";
}

.icon-marker-1:before {
  content: "\e39f";
}

.icon-marker-2:before {
  content: "\e3a0";
}

.icon-marker-3:before {
  content: "\e3a1";
}

.icon-marker-4:before {
  content: "\e3a2";
}

.icon-minus-marker-1:before {
  content: "\e3a3";
}

.icon-minus-marker-2:before {
  content: "\e3a4";
}

.icon-minus-marker-3:before {
  content: "\e3a5";
}

.icon-minus-marker-4:before {
  content: "\e3a6";
}

.icon-pin-1-1:before {
  content: "\e3a7";
}

.icon-pin-2-1:before {
  content: "\e3a8";
}

.icon-pin-location:before {
  content: "\e3a9";
}

.icon-anchor:before {
  content: "\e3aa";
}

.icon-bank:before {
  content: "\e3ab";
}

.icon-beach:before {
  content: "\e3ac";
}

.icon-boat:before {
  content: "\e3ad";
}

.icon-building-1:before {
  content: "\e3ae";
}

.icon-building-2:before {
  content: "\e3af";
}

.icon-building-3:before {
  content: "\e3b0";
}

.icon-buildings-1:before {
  content: "\e3b1";
}

.icon-buildings-2:before {
  content: "\e3b2";
}

.icon-buildings-3:before {
  content: "\e3b3";
}

.icon-buildings-4:before {
  content: "\e3b4";
}

.icon-castle:before {
  content: "\e3b5";
}

.icon-column:before {
  content: "\e3b6";
}

.icon-direction-sign:before {
  content: "\e3b7";
}

.icon-factory:before {
  content: "\e3b8";
}

.icon-fence:before {
  content: "\e3b9";
}

.icon-garage:before {
  content: "\e3ba";
}

.icon-globe-1:before {
  content: "\e3bb";
}

.icon-globe-2:before {
  content: "\e3bc";
}

.icon-house-1:before {
  content: "\e3bd";
}

.icon-house-2:before {
  content: "\e3be";
}

.icon-house-3:before {
  content: "\e3bf";
}

.icon-house-4:before {
  content: "\e3c0";
}

.icon-library:before {
  content: "\e3c1";
}

.icon-light-house:before {
  content: "\e3c2";
}

.icon-pine-tree:before {
  content: "\e3c3";
}

.icon-pisa:before {
  content: "\e3c4";
}

.icon-skyscraper:before {
  content: "\e3c5";
}

.icon-temple:before {
  content: "\e3c6";
}

.icon-treasure-map:before {
  content: "\e3c7";
}

.icon-tree:before {
  content: "\e3c8";
}

.icon-attention:before {
  content: "\e3c9";
}

.icon-bug-1:before {
  content: "\e3ca";
}

.icon-bug-2:before {
  content: "\e3cb";
}

.icon-css3:before {
  content: "\e3cc";
}

.icon-firewall:before {
  content: "\e3cd";
}

.icon-html5:before {
  content: "\e3ce";
}

.icon-plugin-1:before {
  content: "\e3cf";
}

.icon-plugin-2:before {
  content: "\e3d0";
}

.icon-script:before {
  content: "\e3d1";
}

.icon-new-window:before {
  content: "\e3d2";
}

.icon-window-1:before {
  content: "\e3d3";
}

.icon-window-2:before {
  content: "\e3d4";
}

.icon-window-3:before {
  content: "\e3d5";
}

.icon-window-add:before {
  content: "\e3d6";
}

.icon-window-alert:before {
  content: "\e3d7";
}

.icon-window-check:before {
  content: "\e3d8";
}

.icon-window-code-1:before {
  content: "\e3d9";
}

.icon-window-code-2:before {
  content: "\e3da";
}

.icon-window-code-3:before {
  content: "\e3db";
}

.icon-window-column:before {
  content: "\e3dc";
}

.icon-window-delete:before {
  content: "\e3dd";
}

.icon-window-denied:before {
  content: "\e3de";
}

.icon-window-download-1:before {
  content: "\e3df";
}

.icon-window-download-2:before {
  content: "\e3e0";
}

.icon-window-edit:before {
  content: "\e3e1";
}

.icon-window-favorite-1:before {
  content: "\e3e2";
}

.icon-window-favorite-2:before {
  content: "\e3e3";
}

.icon-window-graph-1:before {
  content: "\e3e4";
}

.icon-window-graph-2:before {
  content: "\e3e5";
}

.icon-window-hand:before {
  content: "\e3e6";
}

.icon-window-home:before {
  content: "\e3e7";
}

.icon-window-list-1:before {
  content: "\e3e8";
}

.icon-window-list-2:before {
  content: "\e3e9";
}

.icon-window-lock:before {
  content: "\e3ea";
}

.icon-window-minimize:before {
  content: "\e3eb";
}

.icon-window-minus:before {
  content: "\e3ec";
}

.icon-window-refresh:before {
  content: "\e3ed";
}

.icon-window-registry:before {
  content: "\e3ee";
}

.icon-window-search:before {
  content: "\e3ef";
}

.icon-window-selection-1:before {
  content: "\e3f0";
}

.icon-window-selection-2:before {
  content: "\e3f1";
}

.icon-window-setting:before {
  content: "\e3f2";
}

.icon-window-sync:before {
  content: "\e3f3";
}

.icon-window-thumbnail-1:before {
  content: "\e3f4";
}

.icon-window-thumbnail-2:before {
  content: "\e3f5";
}

.icon-window-time:before {
  content: "\e3f6";
}

.icon-window-upload-1:before {
  content: "\e3f7";
}

.icon-window-upload-2:before {
  content: "\e3f8";
}

.icon-database:before {
  content: "\e3f9";
}

.icon-database-alert:before {
  content: "\e3fa";
}

.icon-database-block:before {
  content: "\e3fb";
}

.icon-database-check:before {
  content: "\e3fc";
}

.icon-database-delete:before {
  content: "\e3fd";
}

.icon-database-download:before {
  content: "\e3fe";
}

.icon-database-editor:before {
  content: "\e3ff";
}

.icon-database-lock:before {
  content: "\e400";
}

.icon-database-minus:before {
  content: "\e401";
}

.icon-database-network:before {
  content: "\e402";
}

.icon-database-plus:before {
  content: "\e403";
}

.icon-database-refresh:before {
  content: "\e404";
}

.icon-database-search:before {
  content: "\e405";
}

.icon-database-setting:before {
  content: "\e406";
}

.icon-database-sync:before {
  content: "\e407";
}

.icon-database-time:before {
  content: "\e408";
}

.icon-database-upload:before {
  content: "\e409";
}

.icon-battery-charging:before {
  content: "\e40a";
}

.icon-battery-full:before {
  content: "\e40b";
}

.icon-battery-high:before {
  content: "\e40c";
}

.icon-battery-low:before {
  content: "\e40d";
}

.icon-battery-medium:before {
  content: "\e40e";
}

.icon-cd-1:before {
  content: "\e40f";
}

.icon-cd-2:before {
  content: "\e410";
}

.icon-chip:before {
  content: "\e411";
}

.icon-computer:before {
  content: "\e412";
}

.icon-disc:before {
  content: "\e413";
}

.icon-filter:before {
  content: "\e414";
}

.icon-floppy-disk:before {
  content: "\e415";
}

.icon-gameboy:before {
  content: "\e416";
}

.icon-harddisk-1:before {
  content: "\e417";
}

.icon-harddisk-2:before {
  content: "\e418";
}

.icon-imac:before {
  content: "\e419";
}

.icon-ipad-1:before {
  content: "\e41a";
}

.icon-ipad-2:before {
  content: "\e41b";
}

.icon-ipod:before {
  content: "\e41c";
}

.icon-joystick-1:before {
  content: "\e41d";
}

.icon-joystick-2:before {
  content: "\e41e";
}

.icon-joystick-3:before {
  content: "\e41f";
}

.icon-keyboard-1:before {
  content: "\e420";
}

.icon-keyboard-2:before {
  content: "\e421";
}

.icon-kindle-1:before {
  content: "\e422";
}

.icon-kindle-2:before {
  content: "\e423";
}

.icon-laptop-1:before {
  content: "\e424";
}

.icon-laptop-2:before {
  content: "\e425";
}

.icon-memory-card:before {
  content: "\e426";
}

.icon-mobile-phone:before {
  content: "\e427";
}

.icon-mouse-1:before {
  content: "\e428";
}

.icon-mouse-2:before {
  content: "\e429";
}

.icon-mp3player:before {
  content: "\e42a";
}

.icon-plug-1:before {
  content: "\e42b";
}

.icon-plug-2:before {
  content: "\e42c";
}

.icon-plug-slot:before {
  content: "\e42d";
}

.icon-printer:before {
  content: "\e42e";
}

.icon-projector:before {
  content: "\e42f";
}

.icon-remote:before {
  content: "\e430";
}

.icon-router:before {
  content: "\e431";
}

.icon-screen-1:before {
  content: "\e432";
}

.icon-screen-2:before {
  content: "\e433";
}

.icon-screen-3:before {
  content: "\e434";
}

.icon-screen-4:before {
  content: "\e435";
}

.icon-smartphone-1:before {
  content: "\e436";
}

.icon-television-1:before {
  content: "\e437";
}

.icon-typewriter-1:before {
  content: "\e438";
}

.icon-typewriter-2:before {
  content: "\e439";
}

.icon-usb-1:before {
  content: "\e43a";
}

.icon-usb-2:before {
  content: "\e43b";
}

.icon-webcam:before {
  content: "\e43c";
}

.icon-wireless-router-1:before {
  content: "\e43d";
}

.icon-wireless-router-2:before {
  content: "\e43e";
}

.icon-bluetooth:before {
  content: "\e43f";
}

.icon-ethernet:before {
  content: "\e440";
}

.icon-ethernet-slot:before {
  content: "\e441";
}

.icon-firewire-1:before {
  content: "\e442";
}

.icon-firewire-2:before {
  content: "\e443";
}

.icon-network-1:before {
  content: "\e444";
}

.icon-network-2:before {
  content: "\e445";
}

.icon-server-1:before {
  content: "\e446";
}

.icon-server-2:before {
  content: "\e447";
}

.icon-server-3:before {
  content: "\e448";
}

.icon-usb:before {
  content: "\e449";
}

.icon-wireless-signal:before {
  content: "\e44a";
}

.icon-book:before {
  content: "\e44b";
}

.icon-book-1:before {
  content: "\e44c";
}

.icon-book-2:before {
  content: "\e44d";
}

.icon-book-3:before {
  content: "\e44e";
}

.icon-book-4:before {
  content: "\e44f";
}

.icon-book-5:before {
  content: "\e450";
}

.icon-book-6:before {
  content: "\e451";
}

.icon-book-7:before {
  content: "\e452";
}

.icon-book-download-1:before {
  content: "\e453";
}

.icon-book-download-2:before {
  content: "\e454";
}

.icon-book-favorite-1:before {
  content: "\e455";
}

.icon-bookmark-1-1:before {
  content: "\e456";
}

.icon-bookmark-2-1:before {
  content: "\e457";
}

.icon-bookmark-3-1:before {
  content: "\e458";
}

.icon-bookmark-4-1:before {
  content: "\e459";
}

.icon-books-1:before {
  content: "\e45a";
}

.icon-books-2:before {
  content: "\e45b";
}

.icon-books-3:before {
  content: "\e45c";
}

.icon-briefcase-1:before {
  content: "\e45d";
}

.icon-contact-book-1:before {
  content: "\e45e";
}

.icon-contact-book-2:before {
  content: "\e45f";
}

.icon-contact-book-3:before {
  content: "\e460";
}

.icon-contact-book-4:before {
  content: "\e461";
}

.icon-copyright:before {
  content: "\e462";
}

.icon-creative-commons:before {
  content: "\e463";
}

.icon-cube:before {
  content: "\e464";
}

.icon-data-filter:before {
  content: "\e465";
}

.icon-document-box-1:before {
  content: "\e466";
}

.icon-document-box-2:before {
  content: "\e467";
}

.icon-document-box-3:before {
  content: "\e468";
}

.icon-drawer-1:before {
  content: "\e469";
}

.icon-drawer-2:before {
  content: "\e46a";
}

.icon-drawer-3:before {
  content: "\e46b";
}

.icon-envelope:before {
  content: "\e46c";
}

.icon-favortie-book-2:before {
  content: "\e46d";
}

.icon-file:before {
  content: "\e46e";
}

.icon-files:before {
  content: "\e46f";
}

.icon-filter-1:before {
  content: "\e470";
}

.icon-filter-2:before {
  content: "\e471";
}

.icon-layers-1:before {
  content: "\e472";
}

.icon-list-1:before {
  content: "\e473";
}

.icon-list-2:before {
  content: "\e474";
}

.icon-newspaper-1:before {
  content: "\e475";
}

.icon-newspaper-2:before {
  content: "\e476";
}

.icon-registry-1:before {
  content: "\e477";
}

.icon-registry-2:before {
  content: "\e478";
}

.icon-shield-1:before {
  content: "\e479";
}

.icon-shield-2:before {
  content: "\e47a";
}

.icon-shield-3:before {
  content: "\e47b";
}

.icon-sketchbook:before {
  content: "\e47c";
}

.icon-sound-book:before {
  content: "\e47d";
}

.icon-thumbnails-1:before {
  content: "\e47e";
}

.icon-thumbnails-2:before {
  content: "\e47f";
}

.icon-hierarchy-1:before {
  content: "\e480";
}

.icon-hierarchy-2:before {
  content: "\e481";
}

.icon-hierarchy-3:before {
  content: "\e482";
}

.icon-hierarchy-4:before {
  content: "\e483";
}

.icon-hierarchy-5:before {
  content: "\e484";
}

.icon-hierarchy-6:before {
  content: "\e485";
}

.icon-hierarchy-7:before {
  content: "\e486";
}

.icon-hierarchy-8:before {
  content: "\e487";
}

.icon-network-1-1:before {
  content: "\e488";
}

.icon-network-2-1:before {
  content: "\e489";
}

.icon-backpack:before {
  content: "\e48a";
}

.icon-balance-1:before {
  content: "\e48b";
}

.icon-bed:before {
  content: "\e48c";
}

.icon-bench:before {
  content: "\e48d";
}

.icon-bomb-1:before {
  content: "\e48e";
}

.icon-bricks:before {
  content: "\e48f";
}

.icon-bullets:before {
  content: "\e490";
}

.icon-buoy-ring:before {
  content: "\e491";
}

.icon-campfire:before {
  content: "\e492";
}

.icon-can:before {
  content: "\e493";
}

.icon-candle:before {
  content: "\e494";
}

.icon-canon:before {
  content: "\e495";
}

.icon-cctv-1:before {
  content: "\e496";
}

.icon-cctv-2:before {
  content: "\e497";
}

.icon-chair:before {
  content: "\e498";
}

.icon-chair-director:before {
  content: "\e499";
}

.icon-cigarette:before {
  content: "\e49a";
}

.icon-construction-sign:before {
  content: "\e49b";
}

.icon-diamond:before {
  content: "\e49c";
}

.icon-disabled:before {
  content: "\e49d";
}

.icon-door:before {
  content: "\e49e";
}

.icon-drawer:before {
  content: "\e49f";
}

.icon-driller:before {
  content: "\e4a0";
}

.icon-dumbbell:before {
  content: "\e4a1";
}

.icon-fire-extinguisher:before {
  content: "\e4a2";
}

.icon-flashlight:before {
  content: "\e4a3";
}

.icon-gas-station:before {
  content: "\e4a4";
}

.icon-gun:before {
  content: "\e4a5";
}

.icon-lamp-1:before {
  content: "\e4a6";
}

.icon-lamp-2:before {
  content: "\e4a7";
}

.icon-lamp-3:before {
  content: "\e4a8";
}

.icon-lamp-4:before {
  content: "\e4a9";
}

.icon-lightbulb-1:before {
  content: "\e4aa";
}

.icon-lightbulb-2:before {
  content: "\e4ab";
}

.icon-measuring-tape:before {
  content: "\e4ac";
}

.icon-mine-cart:before {
  content: "\e4ad";
}

.icon-missile:before {
  content: "\e4ae";
}

.icon-ring:before {
  content: "\e4af";
}

.icon-scale-1:before {
  content: "\e4b0";
}

.icon-shovel:before {
  content: "\e4b1";
}

.icon-smoke-no:before {
  content: "\e4b2";
}

.icon-sofa-1:before {
  content: "\e4b3";
}

.icon-sofa-2:before {
  content: "\e4b4";
}

.icon-sofa-3:before {
  content: "\e4b5";
}

.icon-target:before {
  content: "\e4b6";
}

.icon-torch:before {
  content: "\e4b7";
}

.icon-traffic-cone:before {
  content: "\e4b8";
}

.icon-traffic-light-1:before {
  content: "\e4b9";
}

.icon-traffic-light-2:before {
  content: "\e4ba";
}

.icon-treasure-1:before {
  content: "\e4bb";
}

.icon-treasure-2:before {
  content: "\e4bc";
}

.icon-trowel:before {
  content: "\e4bd";
}

.icon-watering-can:before {
  content: "\e4be";
}

.icon-weigh:before {
  content: "\e4bf";
}

.icon-academic-cap:before {
  content: "\e4c0";
}

.icon-baseball-helmet:before {
  content: "\e4c1";
}

.icon-beanie:before {
  content: "\e4c2";
}

.icon-bike-helmet:before {
  content: "\e4c3";
}

.icon-bow:before {
  content: "\e4c4";
}

.icon-cap:before {
  content: "\e4c5";
}

.icon-chaplin:before {
  content: "\e4c6";
}

.icon-chef-hat:before {
  content: "\e4c7";
}

.icon-cloth-hanger:before {
  content: "\e4c8";
}

.icon-fins:before {
  content: "\e4c9";
}

.icon-football-helmet:before {
  content: "\e4ca";
}

.icon-glasses:before {
  content: "\e4cb";
}

.icon-glasses-1:before {
  content: "\e4cc";
}

.icon-glasses-2:before {
  content: "\e4cd";
}

.icon-magician-hat:before {
  content: "\e4ce";
}

.icon-monocle-1:before {
  content: "\e4cf";
}

.icon-monocle-2:before {
  content: "\e4d0";
}

.icon-necktie:before {
  content: "\e4d1";
}

.icon-polo-shirt:before {
  content: "\e4d2";
}

.icon-safety-helmet:before {
  content: "\e4d3";
}

.icon-scuba-tank:before {
  content: "\e4d4";
}

.icon-shirt-1:before {
  content: "\e4d5";
}

.icon-shirt-2:before {
  content: "\e4d6";
}

.icon-sneakers:before {
  content: "\e4d7";
}

.icon-snorkel:before {
  content: "\e4d8";
}

.icon-sombrero:before {
  content: "\e4d9";
}

.icon-sunglasses:before {
  content: "\e4da";
}

.icon-tall-hat:before {
  content: "\e4db";
}

.icon-trousers:before {
  content: "\e4dc";
}

.icon-walking-stick:before {
  content: "\e4dd";
}

.icon-arrow-redo:before {
  content: "\e4de";
}

.icon-arrow-undo:before {
  content: "\e4df";
}

.icon-bold:before {
  content: "\e4e0";
}

.icon-columns:before {
  content: "\e4e1";
}

.icon-eraser:before {
  content: "\e4e2";
}

.icon-font-color:before {
  content: "\e4e3";
}

.icon-html:before {
  content: "\e4e4";
}

.icon-italic:before {
  content: "\e4e5";
}

.icon-list-1-1:before {
  content: "\e4e6";
}

.icon-list-2-1:before {
  content: "\e4e7";
}

.icon-list-3:before {
  content: "\e4e8";
}

.icon-list-4:before {
  content: "\e4e9";
}

.icon-paragraph:before {
  content: "\e4ea";
}

.icon-paste:before {
  content: "\e4eb";
}

.icon-print-preview:before {
  content: "\e4ec";
}

.icon-quote:before {
  content: "\e4ed";
}

.icon-strikethrough:before {
  content: "\e4ee";
}

.icon-text:before {
  content: "\e4ef";
}

.icon-text-wrapping-1:before {
  content: "\e4f0";
}

.icon-text-wrapping-2:before {
  content: "\e4f1";
}

.icon-text-wrapping-3:before {
  content: "\e4f2";
}

.icon-underline:before {
  content: "\e4f3";
}

.icon-align-center:before {
  content: "\e4f4";
}

.icon-align-left:before {
  content: "\e4f5";
}

.icon-align-right:before {
  content: "\e4f6";
}

.icon-all-caps:before {
  content: "\e4f7";
}

.icon-arrange-2-1:before {
  content: "\e4f8";
}

.icon-arrange-2-2:before {
  content: "\e4f9";
}

.icon-arrange-2-3:before {
  content: "\e4fa";
}

.icon-arrange-2-4:before {
  content: "\e4fb";
}

.icon-arrange-3-1:before {
  content: "\e4fc";
}

.icon-arrange-3-2:before {
  content: "\e4fd";
}

.icon-arrange-3-3:before {
  content: "\e4fe";
}

.icon-arrange-3-4:before {
  content: "\e4ff";
}

.icon-arrange-3-5:before {
  content: "\e500";
}

.icon-arrange-4-1:before {
  content: "\e501";
}

.icon-arrange-4-2:before {
  content: "\e502";
}

.icon-arrange-4-3:before {
  content: "\e503";
}

.icon-arrange-5:before {
  content: "\e504";
}

.icon-consolidate-all:before {
  content: "\e505";
}

.icon-decrease-indent-1:before {
  content: "\e506";
}

.icon-decrease-indent-2:before {
  content: "\e507";
}

.icon-horizontal-page:before {
  content: "\e508";
}

.icon-increase-indent-1:before {
  content: "\e509";
}

.icon-increase-indent-2:before {
  content: "\e50a";
}

.icon-justify:before {
  content: "\e50b";
}

.icon-leading-1:before {
  content: "\e50c";
}

.icon-leading-2:before {
  content: "\e50d";
}

.icon-left-indent:before {
  content: "\e50e";
}

.icon-right-indent:before {
  content: "\e50f";
}

.icon-small-caps:before {
  content: "\e510";
}

.icon-vertical-page:before {
  content: "\e511";
}

.icon-alt-mac:before {
  content: "\e512";
}

.icon-alt-windows:before {
  content: "\e513";
}

.icon-arrow-down:before {
  content: "\e514";
}

.icon-arrow-down-left:before {
  content: "\e515";
}

.icon-arrow-down-right:before {
  content: "\e516";
}

.icon-arrow-left:before {
  content: "\e517";
}

.icon-arrow-right:before {
  content: "\e518";
}

.icon-arrow-up:before {
  content: "\e519";
}

.icon-arrow-up-left:before {
  content: "\e51a";
}

.icon-arrow-up-right:before {
  content: "\e51b";
}

.icon-asterisk-1:before {
  content: "\e51c";
}

.icon-asterisk-2:before {
  content: "\e51d";
}

.icon-back-tab-1:before {
  content: "\e51e";
}

.icon-back-tab-2:before {
  content: "\e51f";
}

.icon-backward-delete:before {
  content: "\e520";
}

.icon-blank:before {
  content: "\e521";
}

.icon-eject:before {
  content: "\e522";
}

.icon-enter-1:before {
  content: "\e523";
}

.icon-enter-2:before {
  content: "\e524";
}

.icon-escape:before {
  content: "\e525";
}

.icon-page-down:before {
  content: "\e526";
}

.icon-page-up:before {
  content: "\e527";
}

.icon-return-1:before {
  content: "\e528";
}

.icon-shift:before {
  content: "\e529";
}

.icon-shift-2:before {
  content: "\e52a";
}

.icon-tab:before {
  content: "\e52b";
}

.icon-apple:before {
  content: "\e52c";
}

.icon-beer:before {
  content: "\e52d";
}

.icon-boil:before {
  content: "\e52e";
}

.icon-bottle-1:before {
  content: "\e52f";
}

.icon-bottle-2:before {
  content: "\e530";
}

.icon-bottle-3:before {
  content: "\e531";
}

.icon-bottle-4:before {
  content: "\e532";
}

.icon-bread:before {
  content: "\e533";
}

.icon-burger-1:before {
  content: "\e534";
}

.icon-burger-2:before {
  content: "\e535";
}

.icon-cake-1:before {
  content: "\e536";
}

.icon-cake-2:before {
  content: "\e537";
}

.icon-champagne:before {
  content: "\e538";
}

.icon-cheese:before {
  content: "\e539";
}

.icon-cocktail-1:before {
  content: "\e53a";
}

.icon-cocktail-2:before {
  content: "\e53b";
}

.icon-cocktail-3:before {
  content: "\e53c";
}

.icon-coffee-cup:before {
  content: "\e53d";
}

.icon-coffee-cup-1:before {
  content: "\e53e";
}

.icon-coffee-pot:before {
  content: "\e53f";
}

.icon-deep-fry:before {
  content: "\e540";
}

.icon-energy-drink:before {
  content: "\e541";
}

.icon-espresso-machine:before {
  content: "\e542";
}

.icon-food-dome:before {
  content: "\e543";
}

.icon-fork-and-knife:before {
  content: "\e544";
}

.icon-fork-and-spoon:before {
  content: "\e545";
}

.icon-grape:before {
  content: "\e546";
}

.icon-grater:before {
  content: "\e547";
}

.icon-grill:before {
  content: "\e548";
}

.icon-hot-drinks-glass:before {
  content: "\e549";
}

.icon-hotdog:before {
  content: "\e54a";
}

.icon-ice-cream-1:before {
  content: "\e54b";
}

.icon-ice-cream-2:before {
  content: "\e54c";
}

.icon-ice-cream-3:before {
  content: "\e54d";
}

.icon-ice-drinks-glass:before {
  content: "\e54e";
}

.icon-juicer:before {
  content: "\e54f";
}

.icon-kitchen-timer:before {
  content: "\e550";
}

.icon-milk:before {
  content: "\e551";
}

.icon-orange:before {
  content: "\e552";
}

.icon-oven:before {
  content: "\e553";
}

.icon-pan-fry:before {
  content: "\e554";
}

.icon-pepper-salt:before {
  content: "\e555";
}

.icon-pizza:before {
  content: "\e556";
}

.icon-pop-corn:before {
  content: "\e557";
}

.icon-serving:before {
  content: "\e558";
}

.icon-soda:before {
  content: "\e559";
}

.icon-soda-can-1:before {
  content: "\e55a";
}

.icon-soda-can-2:before {
  content: "\e55b";
}

.icon-steam:before {
  content: "\e55c";
}

.icon-tea-pot:before {
  content: "\e55d";
}

.icon-thermometer-high:before {
  content: "\e55e";
}

.icon-thermometer-low:before {
  content: "\e55f";
}

.icon-thermometer-medium:before {
  content: "\e560";
}

.icon-water:before {
  content: "\e561";
}

.icon-wine:before {
  content: "\e562";
}

.icon-ambulance:before {
  content: "\e563";
}

.icon-beaker-1:before {
  content: "\e564";
}

.icon-beaker-2:before {
  content: "\e565";
}

.icon-blood:before {
  content: "\e566";
}

.icon-drug:before {
  content: "\e567";
}

.icon-first-aid:before {
  content: "\e568";
}

.icon-hashish:before {
  content: "\e569";
}

.icon-heart-pulse:before {
  content: "\e56a";
}

.icon-hospital-1:before {
  content: "\e56b";
}

.icon-hospital-2:before {
  content: "\e56c";
}

.icon-hospital-sign-1:before {
  content: "\e56d";
}

.icon-hospital-sign-2:before {
  content: "\e56e";
}

.icon-hospital-sign-3:before {
  content: "\e56f";
}

.icon-medicine:before {
  content: "\e570";
}

.icon-microscope:before {
  content: "\e571";
}

.icon-mortar-and-pestle:before {
  content: "\e572";
}

.icon-plaster:before {
  content: "\e573";
}

.icon-pulse-graph-1:before {
  content: "\e574";
}

.icon-pulse-graph-2:before {
  content: "\e575";
}

.icon-pulse-graph-3:before {
  content: "\e576";
}

.icon-red-cross:before {
  content: "\e577";
}

.icon-stethoscope:before {
  content: "\e578";
}

.icon-syringe:before {
  content: "\e579";
}

.icon-yin-yang:before {
  content: "\e57a";
}

.icon-balloon:before {
  content: "\e57b";
}

.icon-briefcase-lock:before {
  content: "\e57c";
}

.icon-card:before {
  content: "\e57d";
}

.icon-cards-1:before {
  content: "\e57e";
}

.icon-cards-2:before {
  content: "\e57f";
}

.icon-curtain:before {
  content: "\e580";
}

.icon-dice-1:before {
  content: "\e581";
}

.icon-dice-2:before {
  content: "\e582";
}

.icon-pacman:before {
  content: "\e583";
}

.icon-pacman-ghost:before {
  content: "\e584";
}

.icon-sign-1:before {
  content: "\e585";
}

.icon-smiley-happy:before {
  content: "\e586";
}

.icon-smiley-sad:before {
  content: "\e587";
}

.icon-smileys:before {
  content: "\e588";
}

.icon-suitcase-1:before {
  content: "\e589";
}

.icon-suitcase-2:before {
  content: "\e58a";
}

.icon-tetris:before {
  content: "\e58b";
}

.icon-ticket-1:before {
  content: "\e58c";
}

.icon-ticket-2:before {
  content: "\e58d";
}

.icon-ticket-3:before {
  content: "\e58e";
}

.icon-virus:before {
  content: "\e58f";
}

.icon-cloud-1:before {
  content: "\e590";
}

.icon-cloud-lightning:before {
  content: "\e591";
}

.icon-clouds:before {
  content: "\e592";
}

.icon-first-quarter-half-moon:before {
  content: "\e593";
}

.icon-full-moon:before {
  content: "\e594";
}

.icon-hail:before {
  content: "\e595";
}

.icon-heavy-rain:before {
  content: "\e596";
}

.icon-moon-cloud:before {
  content: "\e597";
}

.icon-rain:before {
  content: "\e598";
}

.icon-rain-lightning:before {
  content: "\e599";
}

.icon-snow:before {
  content: "\e59a";
}

.icon-sun:before {
  content: "\e59b";
}

.icon-sun-cloud:before {
  content: "\e59c";
}

.icon-thermometer:before {
  content: "\e59d";
}

.icon-third-quarter-half-moon:before {
  content: "\e59e";
}

.icon-umbrella:before {
  content: "\e59f";
}

.icon-waning-crescent-moon:before {
  content: "\e5a0";
}

.icon-waning-gibbous-moon:before {
  content: "\e5a1";
}

.icon-waxing-crescent-moon:before {
  content: "\e5a2";
}

.icon-waxing-gibbous-moon:before {
  content: "\e5a3";
}

.icon-bicycle:before {
  content: "\e5a4";
}

.icon-bus-1:before {
  content: "\e5a5";
}

.icon-bus-2:before {
  content: "\e5a6";
}

.icon-car-1:before {
  content: "\e5a7";
}

.icon-car-2:before {
  content: "\e5a8";
}

.icon-car-3:before {
  content: "\e5a9";
}

.icon-car-4:before {
  content: "\e5aa";
}

.icon-helicopter:before {
  content: "\e5ab";
}

.icon-mountain-bike:before {
  content: "\e5ac";
}

.icon-pickup:before {
  content: "\e5ad";
}

.icon-plane-1:before {
  content: "\e5ae";
}

.icon-plane-2:before {
  content: "\e5af";
}

.icon-plane-landing:before {
  content: "\e5b0";
}

.icon-plane-takeoff:before {
  content: "\e5b1";
}

.icon-road:before {
  content: "\e5b2";
}

.icon-road-bike:before {
  content: "\e5b3";
}

.icon-rocket:before {
  content: "\e5b4";
}

.icon-scooter:before {
  content: "\e5b5";
}

.icon-ship:before {
  content: "\e5b6";
}

.icon-train:before {
  content: "\e5b7";
}

.icon-tram:before {
  content: "\e5b8";
}

.icon-cactus:before {
  content: "\e5b9";
}

.icon-clover:before {
  content: "\e5ba";
}

.icon-flower:before {
  content: "\e5bb";
}

.icon-hand-eco:before {
  content: "\e5bc";
}

.icon-hand-globe:before {
  content: "\e5bd";
}

.icon-leaf:before {
  content: "\e5be";
}

.icon-light-eco:before {
  content: "\e5bf";
}

.icon-potted-plant-1:before {
  content: "\e5c0";
}

.icon-potted-plant-2:before {
  content: "\e5c1";
}

.icon-2-fingers-down-swipe:before {
  content: "\e5c2";
}

.icon-2-fingers-horizontal-swipe:before {
  content: "\e5c3";
}

.icon-2-fingers-left-swipe:before {
  content: "\e5c4";
}

.icon-2-fingers-omnidirectional-swipe:before {
  content: "\e5c5";
}

.icon-2-fingers-right-swipe:before {
  content: "\e5c6";
}

.icon-2-fingers-tab-hold:before {
  content: "\e5c7";
}

.icon-2-fingers-tap:before {
  content: "\e5c8";
}

.icon-2-fingers-up-swipe:before {
  content: "\e5c9";
}

.icon-2-fingers-vertical-swipe:before {
  content: "\e5ca";
}

.icon-2finger-double-tap:before {
  content: "\e5cb";
}

.icon-double-tap:before {
  content: "\e5cc";
}

.icon-drag-down:before {
  content: "\e5cd";
}

.icon-drag-horizontal:before {
  content: "\e5ce";
}

.icon-drag-left:before {
  content: "\e5cf";
}

.icon-drag-right:before {
  content: "\e5d0";
}

.icon-drag-up:before {
  content: "\e5d1";
}

.icon-drag-vertical:before {
  content: "\e5d2";
}

.icon-filck-down:before {
  content: "\e5d3";
}

.icon-flick-up:before {
  content: "\e5d4";
}

.icon-horizontal-flick:before {
  content: "\e5d5";
}

.icon-left-flick:before {
  content: "\e5d6";
}

.icon-omnidirectional-drag:before {
  content: "\e5d7";
}

.icon-omnidirectional-flick:before {
  content: "\e5d8";
}

.icon-omnidirectional-swipe:before {
  content: "\e5d9";
}

.icon-pinch:before {
  content: "\e5da";
}

.icon-right-flick:before {
  content: "\e5db";
}

.icon-rotate-clockwise:before {
  content: "\e5dc";
}

.icon-rotate-counterclockwise:before {
  content: "\e5dd";
}

.icon-spread:before {
  content: "\e5de";
}

.icon-swipe-down:before {
  content: "\e5df";
}

.icon-swipe-horizontal:before {
  content: "\e5e0";
}

.icon-swipe-left:before {
  content: "\e5e1";
}

.icon-swipe-right:before {
  content: "\e5e2";
}

.icon-swipe-up:before {
  content: "\e5e3";
}

.icon-swipe-vertical:before {
  content: "\e5e4";
}

.icon-tap:before {
  content: "\e5e5";
}

.icon-tap-hold:before {
  content: "\e5e6";
}

.icon-vertical-flick:before {
  content: "\e5e7";
}

.icon-arrow-1-1:before {
  content: "\e5e8";
}

.icon-arrow-2-1:before {
  content: "\e5e9";
}

.icon-arrow-3:before {
  content: "\e5ea";
}

.icon-arrow-4:before {
  content: "\e5eb";
}

.icon-arrow-5:before {
  content: "\e5ec";
}

.icon-arrow-6:before {
  content: "\e5ed";
}

.icon-arrow-7:before {
  content: "\e5ee";
}

.icon-arrow-8:before {
  content: "\e5ef";
}

.icon-arrow-9:before {
  content: "\e5f0";
}

.icon-arrow-10:before {
  content: "\e5f1";
}

.icon-arrow-11:before {
  content: "\e5f2";
}

.icon-arrow-12:before {
  content: "\e5f3";
}

.icon-arrow-13:before {
  content: "\e5f4";
}

.icon-arrow-14:before {
  content: "\e5f5";
}

.icon-arrow-15:before {
  content: "\e5f6";
}

.icon-arrow-16:before {
  content: "\e5f7";
}

.icon-arrow-17:before {
  content: "\e5f8";
}

.icon-arrow-18:before {
  content: "\e5f9";
}

.icon-arrow-19:before {
  content: "\e5fa";
}

.icon-arrow-20:before {
  content: "\e5fb";
}

.icon-arrow-21:before {
  content: "\e5fc";
}

.icon-arrow-22:before {
  content: "\e5fd";
}

.icon-arrow-23:before {
  content: "\e5fe";
}

.icon-arrow-24:before {
  content: "\e5ff";
}

.icon-arrow-25:before {
  content: "\e600";
}

.icon-arrow-26:before {
  content: "\e601";
}

.icon-arrow-27:before {
  content: "\e602";
}

.icon-arrow-28:before {
  content: "\e603";
}

.icon-arrow-29:before {
  content: "\e604";
}

.icon-arrow-30:before {
  content: "\e605";
}

.icon-arrow-31:before {
  content: "\e606";
}

.icon-arrow-32:before {
  content: "\e607";
}

.icon-arrow-33:before {
  content: "\e608";
}

.icon-arrow-34:before {
  content: "\e609";
}

.icon-arrow-35:before {
  content: "\e60a";
}

.icon-arrow-36:before {
  content: "\e60b";
}

.icon-arrow-37:before {
  content: "\e60c";
}

.icon-arrow-38:before {
  content: "\e60d";
}

.icon-arrow-39:before {
  content: "\e60e";
}

.icon-arrow-40:before {
  content: "\e60f";
}

.icon-arrow-41:before {
  content: "\e610";
}

.icon-arrow-42:before {
  content: "\e611";
}

.icon-arrow-43:before {
  content: "\e612";
}

.icon-arrow-44:before {
  content: "\e613";
}

.icon-arrow-45:before {
  content: "\e614";
}

.icon-arrow-46:before {
  content: "\e615";
}

.icon-arrow-47:before {
  content: "\e616";
}

.icon-arrow-48:before {
  content: "\e617";
}

.icon-arrow-49:before {
  content: "\e618";
}

.icon-arrow-50:before {
  content: "\e619";
}

.icon-arrow-51:before {
  content: "\e61a";
}

.icon-arrow-52:before {
  content: "\e61b";
}

.icon-arrow-53:before {
  content: "\e61c";
}

.icon-arrow-54:before {
  content: "\e61d";
}

.icon-arrow-55:before {
  content: "\e61e";
}

.icon-arrow-56:before {
  content: "\e61f";
}

.icon-arrow-57:before {
  content: "\e620";
}

.icon-arrow-58:before {
  content: "\e621";
}

.icon-arrow-59:before {
  content: "\e622";
}

.icon-arrow-60:before {
  content: "\e623";
}

.icon-arrow-61:before {
  content: "\e624";
}

.icon-arrow-62:before {
  content: "\e625";
}

.icon-arrow-63:before {
  content: "\e626";
}

.icon-arrow-64:before {
  content: "\e627";
}

.icon-arrow-65:before {
  content: "\e628";
}

.icon-arrow-66:before {
  content: "\e629";
}

.icon-arrow-67:before {
  content: "\e62a";
}

.icon-arrow-68:before {
  content: "\e62b";
}

.icon-arrow-69:before {
  content: "\e62c";
}

.icon-arrow-70:before {
  content: "\e62d";
}

.icon-arrow-71:before {
  content: "\e62e";
}

.icon-arrow-72:before {
  content: "\e62f";
}

.icon-arrow-circle-1:before {
  content: "\e630";
}

.icon-arrow-circle-2:before {
  content: "\e631";
}

.icon-arrow-circle-3:before {
  content: "\e632";
}

.icon-arrow-circle-4:before {
  content: "\e633";
}

.icon-arrow-circle-5:before {
  content: "\e634";
}

.icon-arrow-circle-6:before {
  content: "\e635";
}

.icon-arrow-circle-7:before {
  content: "\e636";
}

.icon-arrow-circle-8:before {
  content: "\e637";
}

.icon-arrow-circle-9:before {
  content: "\e638";
}

.icon-arrow-circle-10:before {
  content: "\e639";
}

.icon-arrow-circle-11:before {
  content: "\e63a";
}

.icon-arrow-circle-12:before {
  content: "\e63b";
}

.icon-arrow-circle-13:before {
  content: "\e63c";
}

.icon-arrow-circle-14:before {
  content: "\e63d";
}

.icon-arrow-circle-15:before {
  content: "\e63e";
}

.icon-arrow-circle-16:before {
  content: "\e63f";
}

.icon-arrow-circle-17:before {
  content: "\e640";
}

.icon-arrow-circle-18:before {
  content: "\e641";
}

.icon-arrow-circle-19:before {
  content: "\e642";
}

.icon-arrow-circle-20:before {
  content: "\e643";
}

.icon-arrow-circle-21:before {
  content: "\e644";
}

.icon-arrow-circle-22:before {
  content: "\e645";
}

.icon-arrow-circle-23:before {
  content: "\e646";
}

.icon-arrow-circle-24:before {
  content: "\e647";
}

.icon-arrow-circle-25:before {
  content: "\e648";
}

.icon-arrow-circle-26:before {
  content: "\e649";
}

.icon-arrow-circle-27:before {
  content: "\e64a";
}

.icon-arrow-circle-28:before {
  content: "\e64b";
}

.icon-arrow-circle-29:before {
  content: "\e64c";
}

.icon-arrow-circle-30:before {
  content: "\e64d";
}

.icon-arrow-delete-1:before {
  content: "\e64e";
}

.icon-arrow-delete-2:before {
  content: "\e64f";
}

.icon-arrow-dot-1:before {
  content: "\e650";
}

.icon-arrow-dot-2:before {
  content: "\e651";
}

.icon-arrow-dot-3:before {
  content: "\e652";
}

.icon-arrow-dot-4:before {
  content: "\e653";
}

.icon-arrow-dot-5:before {
  content: "\e654";
}

.icon-arrow-dot-6:before {
  content: "\e655";
}

.icon-arrow-rectangle-1:before {
  content: "\e656";
}

.icon-arrow-rectangle-2:before {
  content: "\e657";
}

.icon-arrow-rectangle-3:before {
  content: "\e658";
}

.icon-arrow-rectangle-4:before {
  content: "\e659";
}

.icon-arrow-rectangle-5:before {
  content: "\e65a";
}

.icon-arrow-rectangle-6:before {
  content: "\e65b";
}

.icon-arrow-rectangle-7:before {
  content: "\e65c";
}

.icon-arrow-rectangle-8:before {
  content: "\e65d";
}

.icon-arrow-rectangle-9:before {
  content: "\e65e";
}

.icon-arrow-rectangle-10:before {
  content: "\e65f";
}

.icon-arrow-rectangle-11:before {
  content: "\e660";
}

.icon-arrow-rectangle-12:before {
  content: "\e661";
}

.icon-arrow-rectangle-13:before {
  content: "\e662";
}

.icon-arrow-rectangle-14:before {
  content: "\e663";
}

.icon-arrow-rectangle-15:before {
  content: "\e664";
}

.icon-arrow-rectangle-16:before {
  content: "\e665";
}

.icon-arrow-rectangle-17:before {
  content: "\e666";
}

.icon-arrow-rectangle-18:before {
  content: "\e667";
}

.icon-arrow-rectangle-19:before {
  content: "\e668";
}

.icon-arrow-rectangle-20:before {
  content: "\e669";
}

html, body {
  font-family: "Open Sans", "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #404549;
  line-height: 1.7em;
}

@font-face {
  font-family: 'jenna_sueregular';
  src: url("../../fonts/jennasue-webfont.eot");
  src: url("../../fonts/jennasue-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/jennasue-webfont.woff2") format("woff2"), url("../../fonts/jennasue-webfont.woff") format("woff"), url("../../fonts/jennasue-webfont.ttf") format("truetype"), url("../../fonts/jennasue-webfont.svg#jenna_sueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.alpha, .bravo, .page_header h1, .page_header[data-header-type="solution"] h1, .charlie, .press_year, .jobs_heading, .key_person_content h2, .delta, .press_item_intro h3, .job_item_content h3, .echo, section[data-template="feature_roundup"] .feature_list_feature, .foxtrot, .press_item_date, .single_press_date {
  margin: 0 0 25px;
  line-height: 1.2em;
  font-weight: 100;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, .alpha {
  font-size: 55px;
  font-size: 3.92857rem;
  line-height: 60px;
}

h2, .bravo, .page_header h1, .page_header[data-header-type="solution"] h1 {
  font-size: 44px;
  font-size: 3.14286rem;
  line-height: 50px;
}
@media all and (max-width: 945px) {
  h2, .bravo, .page_header h1, .page_header[data-header-type="solution"] h1 {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 40px;
  }
}

h3, .charlie, .press_year, .jobs_heading, .key_person_content h2 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 42px;
}
@media all and (max-width: 945px) {
  h3, .charlie, .press_year, .jobs_heading, .key_person_content h2 {
    font-size: 28px;
    font-size: 2rem;
    line-height: 34px;
  }
}

h4, .delta, .press_item_intro h3, .job_item_content h3 {
  font-size: 22px;
  font-size: 1.57143rem;
}

h5, .echo, section[data-template="feature_roundup"] .feature_list_feature {
  font-size: 20px;
  font-size: 1.42857rem;
}

h6, .foxtrot, .press_item_date, .single_press_date {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 500;
}

p {
  margin: 0 0 20px;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
}

.highlight {
  color: #fa5d48;
}

ol, ul {
  margin: 0 0 20px 16px;
  padding: 0;
}
ol li, ul li {
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 10px 0 0 20px;
}

img {
  max-width: 100%;
  display: block;
}

blockquote {
  font-size: 150%;
  margin-left: 40px;
  font-style: italic;
}

figure {
  margin: 0;
  padding: 0;
}

hr {
  height: 2px;
  border: 0;
  background: #eaeaea;
  margin: 40px 0;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

.button, .button.alt, .button.small, .button.video_button, form input[type="submit"] {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: 0;
  font-size: 13px;
  font-size: 0.92857rem;
  display: inline-block;
  text-align: center;
  padding: 16px 35px;
  background: #fa5d48;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 30px;
  text-shadow: 1px 1px 0px rgba(231, 77, 56, 0.75);
  transition: background 0.3s ease;
}
.button:hover, form input[type="submit"]:hover {
  background: #fb6f5c;
}

.button.small, form input.small[type="submit"] {
  padding: 8px 21px 7px;
  font-size: 0.933rem;
}

.button.video_button, form input.video_button[type="submit"] {
  padding-left: 60px;
  position: relative;
}
.button.video_button:before, form input.video_button[type="submit"]:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fa5d48;
  position: absolute;
  left: 21px;
  top: 19px;
  z-index: 3;
}
.button.video_button:after, form input.video_button[type="submit"]:after {
  content: '';
  width: 41px;
  height: 41px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: white;
  border-radius: 50%;
  z-index: 2;
}

.lead_in {
  font-family: "jenna_sueregular", arial;
  color: #777777;
  font-size: 30px;
  font-size: 2.14286rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

button, input[type="submit"] {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: 0;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visually_hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.container, .inner {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box !important;
  padding-left: 50px;
  padding-right: 50px;
}
.container:after, .inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (max-width: 1065px) {
  .container, .inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 945px) {
  .container, .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 680px) {
  .container, .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  background: #21223C;
}

.body_wrap {
  max-width: 1215px;
  margin: 0 auto;
  background: white;
}
@media all and (max-width: 1215px) {
  .body_wrap {
    max-width: 1065px;
  }
}
@media all and (max-width: 1065px) {
  .body_wrap {
    max-width: 945px;
  }
}
@media all and (max-width: 945px) {
  .body_wrap {
    max-width: 680px;
  }
}
@media all and (max-width: 680px) {
  .body_wrap {
    max-width: 100%;
  }
}

.light_bg {
  background: #f9fafa;
}

.blue_bg {
  background: #3d3e63;
  color: white;
}

.page_header.dark_bg {
  background: #21223C !important;
}

.border_top {
  border-top: 1px solid #eaeaea;
}

.big_border_top {
  border-top: 5px solid #fa5d48;
}

.border_bottom {
  border-bottom: 1px solid #eaeaea;
}

.blurred_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../img/blurred_bg.jpg);
  color: white;
}

.preheader_wrap {
  background: #353656;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo a {
  display: block;
  text-indent: -9999px;
  width: 103px;
  height: 37px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../img/inloop_logo_neg_2x.png);
}

#header .logo {
  float: left;
  margin-right: 50px;
}
@media all and (max-width: 1065px) {
  #header .logo {
    margin-right: 30px;
  }
}
@media all and (max-width: 945px) {
  #header .logo {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 680px) {
  #header .logo {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}

.header_action_links {
  float: right;
  margin-top: 20px;
}

.login_link {
  color: #a7a8bf;
  text-decoration: none;
  display: inline-block;
  margin-right: 25px;
}
.login_link:hover {
  color: white;
}

.nav_toggle {
  float: right;
  padding: 10px;
  margin-right: -10px;
  margin-top: 7px;
  display: none;
}

.main_nav ul, .sub_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.main_nav ul li, .sub_nav ul li {
  font-size: 14px;
  display: inline-block;
}
.main_nav ul li:first-child, .sub_nav ul li:first-child {
  margin-left: 0;
}
.main_nav ul li a, .sub_nav ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 6px 0;
}
@media all and (max-width: 680px) {
  .main_nav ul li a, .sub_nav ul li a {
    display: block;
  }
}

.main_nav {
  float: left;
}
@media all and (max-width: 945px) {
  .main_nav {
    position: relative;
    top: 10px;
    float: right;
  }
}
@media all and (max-width: 680px) {
  .main_nav {
    display: none;
  }
}
.main_nav li {
  line-height: 77px;
  margin: 0 0 0 28px;
}
.main_nav li.parent-current_menu_item {
  position: relative;
}
.main_nav li.parent-current_menu_item:after {
  content: '';
  height: 3px;
  background: #fa5d48;
  left: 6px;
  right: 6px;
  bottom: 0;
  position: absolute;
}
.main_nav a {
  color: white;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main_nav .current_menu_item a, .main_nav li:hover a, .main_nav .open_submenu {
  color: #fa5d48;
}

.subheader_wrap {
  background: #272840;
  display: none;
  height: 240px;
}
@media all and (max-width: 1215px) {
  .subheader_wrap {
    height: 270px;
  }
}
@media all and (max-width: 680px) {
  .subheader_wrap {
    display: none !important;
  }
}

.sub_nav {
  padding: 45px 0 35px;
  color: white;
}
.sub_nav ul li a {
  color: white;
}
.sub_nav a {
  color: #fa5d48;
}

.sub_nav_item_wrap {
  display: none;
}

.sub_nav_item_info {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
  padding-right: 30px;
  position: relative;
  padding-left: 5px;
}
.sub_nav_item_info h4 {
  margin: 0 0 10px;
}
.sub_nav_item_info h4 a {
  color: white;
  text-decoration: none;
}

.sub_nav_items > li.current_menu_item > a {
  color: #fa5d48;
  font-weight: 500;
}
.sub_nav_items > li.parent-current_menu_item .current_menu_item a {
  color: #fa5d48;
}
.sub_nav_items > li a {
  color: white;
}

.sub_nav_items > li {
  width: 14.79821%;
  float: left;
  margin-right: 2.24215%;
}
.sub_nav_items > li:last-child {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
.sub_nav_items > li > a {
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 400;
}

.sub_nav_items > li > ul > li {
  display: block;
}
.sub_nav_items > li > ul > li > a {
  font-family: "Open Sans", "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0;
  color: #787aac;
  font-weight: 500;
}
.sub_nav_items > li > ul > li > a:hover {
  color: #fa5d48;
  opacity: 1;
}

[data-submenu="solutions"] .sub_nav_items {
  width: 74.43946%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  [data-submenu="solutions"] .sub_nav_items {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

[data-submenu="solutions"] .sub_nav_items > li {
  width: 31.3253%;
  float: left;
  margin-right: 3.01205%;
}
[data-submenu="solutions"] .sub_nav_items > li:nth-child(3n) {
  float: right;
  margin-right: 0;
}
[data-submenu="solutions"] .sub_nav_items > li:nth-child(4) {
  clear: both;
}
[data-submenu="solutions"] .sub_nav_items > li > a {
  margin-left: -6px;
  margin-bottom: 0;
  padding-left: 57px;
  position: relative;
}
[data-submenu="solutions"] .sub_nav_items > li > a p {
  font-family: "Open Sans", "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.92857rem;
  margin-bottom: 20px;
  margin-top: -1px;
  line-height: 1.2rem;
  font-weight: 500;
  color: white;
}

[data-submenu="solutions"] .sub_nav_items > li > a:before {
  content: '';
  position: absolute;
  font-size: 24px;
  font-size: 1.71429rem;
  color: #787aac;
  font-family: "inloop_icons";
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  top: 4px;
  left: 7px;
  font-size: 30px;
  opacity: 0.6;
}

[data-submenu="solutions"] .sub_nav_items > li.cashless a {
  color: #34bfa8;
}
[data-submenu="solutions"] .sub_nav_items > li.cashless a:before {
  content: "";
  top: -2px;
}
[data-submenu="solutions"] .sub_nav_items > li.residential a {
  color: #33bdc2;
}
[data-submenu="solutions"] .sub_nav_items > li.residential a:before {
  content: "";
}
[data-submenu="solutions"] .sub_nav_items > li.claims a {
  color: #4b93c2;
}
[data-submenu="solutions"] .sub_nav_items > li.claims a:before {
  content: "";
}
[data-submenu="solutions"] .sub_nav_items > li.secure-environments a {
  color: #9f7ac2;
}
[data-submenu="solutions"] .sub_nav_items > li.secure-environments a:before {
  content: "";
}
[data-submenu="solutions"] .sub_nav_items > li.campus a {
  color: #c28c4e;
}
[data-submenu="solutions"] .sub_nav_items > li.campus a:before {
  content: "";
}
[data-submenu="solutions"] .sub_nav_items > li.salary a {
  color: #d97a4d;
}
[data-submenu="solutions"] .sub_nav_items > li.salary a:before {
  content: "";
}

@media all and (max-width: 945px) {
  #header {
    text-align: center;
  }

  .main_nav li {
    line-height: 58px;
  }

  .header_action_links {
    display: none;
  }

  .sub_nav_item_info {
    display: none;
  }

  [data-submenu="solutions"] .sub_nav_items > li {
    width: 33.3332%;
    margin-right: 0;
    padding-right: 20px;
    text-align: left;
  }

  [data-submenu="industries"] .sub_nav_items > li {
    width: 25%;
    margin-right: 0;
    padding-right: 20px;
    text-align: left;
  }
}
@media all and (max-width: 680px) {
  .logo {
    margin-left: 20px;
  }

  .nav_toggle {
    display: block;
    margin-right: 20px;
  }

  .main_nav {
    height: 232px;
    clear: both;
    background: #21223C;
    top: 0;
    float: none;
  }

  .preheader.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .main_nav li {
    display: block !important;
    margin: 0;
  }
}
#footer {
  background: #3d3e63;
  color: white;
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  clear: both;
}
@media all and (max-width: 1065px) {
  #footer {
    padding-top: 30px;
  }
}

.site_description {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 1065px) {
  .site_description {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.site_description p {
  margin: 0 20px 20px 0;
}
@media all and (max-width: 1065px) {
  .site_description p {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

#footer .logo {
  margin-bottom: 20px;
  margin-top: 12px;
}
@media all and (max-width: 1065px) {
  #footer .logo {
    text-align: center;
  }
}
#footer .logo a {
  background-image: url(../../img/inloop_logo_neg_2x.png);
}
@media all and (max-width: 1065px) {
  #footer .logo a {
    margin: 0 auto;
  }
}

@media all and (max-width: 1065px) {
  #footer .callback_request {
    margin: 0 auto;
  }
}

.footer_nav {
  width: 74.43946%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 1065px) {
  .footer_nav {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer_nav {
  margin-bottom: 55px;
}
@media all and (max-width: 1065px) {
  .footer_nav {
    margin-bottom: 20px;
  }
}
.footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footer_nav li {
  font-size: 14px;
  display: block;
}

.footer_nav > ul > li {
  width: 19.87952%;
  float: left;
  margin-right: 3.01205%;
  font-weight: 500;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.28571rem;
}
.footer_nav > ul > li:last-child {
  width: 31.3253%;
  float: left;
  margin-right: 3.01205%;
  float: right;
  margin-right: 0;
}
.footer_nav > ul > li:last-child p a {
  margin-left: 0;
}
.footer_nav > ul > li a {
  text-decoration: none;
  display: inline-block;
  padding: 6px;
  margin-left: -6px;
}
.footer_nav > ul > li ul > li > a {
  color: #9899bf;
  font-weight: 500;
}
.footer_nav > ul > li ul > li > a:hover {
  color: #fa5d48;
}

@media all and (max-width: 680px) {
  .footer_nav > ul > li {
    width: 31.83857%;
    float: left;
    margin-right: 2.24215%;
    text-align: center;
  }

  .footer_nav > ul > li:nth-child(3) {
    float: right;
    margin-right: 0;
  }

  .footer_nav > ul > li:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.footer_nav > ul > li > ul > li {
  font-family: "Open Sans", "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.footer_nav > ul > li p {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Open Sans", "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 10px;
}
.footer_nav > ul > li p > a {
  padding: 0;
}
.footer_nav > ul > li p strong {
  font-weight: 600;
}

@media all and (max-width: 680px) {
  .footer_nav ul li:first-child ul, .footer_nav ul li:nth-child(2) ul {
    display: none;
  }

  .footer_nav > ul > li:last-child p:nth-child(5), .footer_nav > ul > li:last-child p:nth-child(6) {
    display: none;
  }

  .footer_nav > ul > li, .footer_nav > ul > li a {
    width: 100%;
    font-family: "Open Sans", "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    color: white !important;
  }
}
.subfooter {
  clear: both;
  margin: 0 0 35px;
}
.subfooter p {
  margin: 0;
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  color: #7071a1;
}

.body_wrap {
  overflow: hidden;
}

section[data-section-type="block"] {
  position: relative;
}

.centered {
  text-align: center;
}

.tbl {
  display: table;
  height: 100%;
  width: 100%;
}

.tbc {
  display: table-cell;
  vertical-align: middle;
}

.clear {
  display: block;
  clear: both;
}

section[data-section-type="block"] header {
  padding-top: 62px;
}
@media all and (max-width: 945px) {
  section[data-section-type="block"] header {
    padding-top: 35px;
  }
}
section[data-section-type="block"] header h1 {
  margin: 0 0 10px;
}
section[data-section-type="block"] header .subheading {
  margin: 0 0 32px;
  max-width: 480px;
}
section[data-section-type="block"] header.centered .subheading {
  margin: 0 auto 50px;
}
@media all and (max-width: 945px) {
  section[data-section-type="block"] header.centered .subheading {
    margin-bottom: 30px;
  }
}

section[data-template="feature_roundup"] {
  padding-bottom: 65px;
}
@media all and (max-width: 945px) {
  section[data-template="feature_roundup"] {
    padding-bottom: 30px;
  }
}
section[data-template="feature_roundup"] .features_list_cols {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
section[data-template="feature_roundup"] .features_list_cols .features_list_col {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 1215px) {
  section[data-template="feature_roundup"] .features_list_cols .features_list_col {
    width: 40.35874%;
    float: left;
    margin-right: 2.24215%;
  }
}
@media all and (max-width: 945px) {
  section[data-template="feature_roundup"] .features_list_cols .features_list_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="feature_roundup"] .features_list_cols .features_list_col:nth-child(1) {
  margin-left: 17.04036%;
  margin-right: 8.52018%;
}
@media all and (max-width: 1215px) {
  section[data-template="feature_roundup"] .features_list_cols .features_list_col:nth-child(1) {
    margin-left: 8.52018%;
    margin-right: 8.52018%;
  }
}
@media all and (max-width: 945px) {
  section[data-template="feature_roundup"] .features_list_cols .features_list_col:nth-child(1) {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media all and (max-width: 1215px) {
  section[data-template="feature_roundup"] .features_list_cols .features_list_col:nth-child(2) {
    float: right;
    margin-right: 0;
  }
}
section[data-template="feature_roundup"] .features_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
section[data-template="feature_roundup"] .features_list li {
  display: block;
}
@media all and (max-width: 945px) {
  section[data-template="feature_roundup"] .features_list li {
    text-align: center;
  }
}
@media all and (max-width: 680px) {
  section[data-template="feature_roundup"] .features_list li {
    text-align: left;
  }
}
section[data-template="feature_roundup"] span[class^="icon"] {
  font-size: 32px;
  font-size: 2.28571rem;
  color: #fa5d48;
  position: relative;
  top: 7px;
}
section[data-template="feature_roundup"] .feature_list_feature {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
}

@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] {
    padding-bottom: 50px;
  }
}
section[data-template="features_with_image"] header {
  margin-bottom: 64px;
}
@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] header {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 945px) {
  section[data-template="features_with_image"] header {
    margin-bottom: 0;
  }
}

section[data-template="features_with_image"] .features_list {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 68px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] .features_list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 550px) {
  section[data-template="features_with_image"] .features_list {
    margin-bottom: 0;
  }
}
section[data-template="features_with_image"] .features_list li {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] .features_list li {
    width: 31.83857%;
    float: left;
    margin-right: 2.24215%;
  }
}
@media all and (max-width: 945px) {
  section[data-template="features_with_image"] .features_list li {
    width: 100%;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 480px;
  }
}
@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] .features_list li:nth-child(3) {
    float: right;
    margin-right: 0;
  }
}
section[data-template="features_with_image"] .features_list .feature_item_content {
  width: 78.88889%;
  float: left;
  margin-right: 5.55556%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] .features_list .feature_item_content {
    float: none;
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="features_with_image"] .features_list .feature_item_content h4 {
  margin: 0 0 11px;
}
section[data-template="features_with_image"] .features_list .feature_item_icon {
  width: 15.55556%;
  float: left;
  margin-right: 5.55556%;
  text-align: right;
  font-size: 32px;
  font-size: 2.28571rem;
  color: #fa5d48;
}
@media all and (max-width: 1065px) {
  section[data-template="features_with_image"] .features_list .feature_item_icon {
    float: none;
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.laptop_display .features_image {
  height: 414px;
  margin-bottom: 68px;
  width: 57.3991%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  background-size: 640px auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../../img/laptop_bg_2x.png);
}
@media all and (max-width: 1215px) {
  .laptop_display .features_image {
    width: 59%;
    bottom: 0;
    right: 50px;
    background-size: 100% auto;
    background-position: right top;
  }
}
@media all and (max-width: 1065px) {
  .laptop_display .features_image {
    width: 100%;
    bottom: auto;
    right: auto;
    background-size: contain;
    background-position: center;
    clear: both;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    float: none;
    height: 300px;
  }
}
@media all and (max-width: 550px) {
  .laptop_display .features_image {
    background-position: center top;
    height: 0;
    padding-bottom: 62%;
  }
}

.cinema_display .features_image {
  height: 366px;
  width: 526px;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  position: absolute;
  bottom: -10px;
  right: 90px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1215px) {
  .cinema_display .features_image {
    width: 50%;
    bottom: 0;
    right: 50px;
    background-size: 100% auto;
    background-position: right top;
  }
}
@media all and (max-width: 1065px) {
  .cinema_display .features_image {
    width: 100%;
    bottom: auto;
    right: auto;
    background-size: contain;
    background-position: center;
    clear: both;
    position: relative;
  }
}
@media all and (max-width: 550px) {
  .cinema_display .features_image {
    background-position: center top;
    height: 0;
    padding-bottom: 76%;
  }
}

section[data-template="feature_doubles"] {
  padding-bottom: 40px;
}
@media all and (max-width: 1215px) {
  section[data-template="feature_doubles"] {
    padding-bottom: 35px;
  }
}
@media all and (max-width: 680px) {
  section[data-template="feature_doubles"] {
    padding-bottom: 10px;
  }
}
section[data-template="feature_doubles"] header {
  padding-top: 100px;
}
@media all and (max-width: 1215px) {
  section[data-template="feature_doubles"] header {
    padding-top: 60px;
  }
}
@media all and (max-width: 680px) {
  section[data-template="feature_doubles"] header {
    padding-top: 35px;
  }
}
section[data-template="feature_doubles"] .features_list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
section[data-template="feature_doubles"] li {
  display: inline-block;
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  float: none;
}
@media all and (max-width: 1065px) {
  section[data-template="feature_doubles"] li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 1065px) {
  section[data-template="feature_doubles"] li {
    width: 48.87892%;
    float: left;
    margin-right: 2.24215%;
  }
}
@media all and (max-width: 680px) {
  section[data-template="feature_doubles"] li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="feature_doubles"] h4 {
  margin: 0 0 10px;
}
section[data-template="feature_doubles"] .feature_item_icon {
  font-size: 32px;
  font-size: 2.28571rem;
  color: #fa5d48;
  margin-bottom: 18px;
}

section[data-template="solutions"] {
  position: relative;
}
section[data-template="solutions"] + section[data-template="features_row"] {
  padding-top: 123px;
}

.solutions_image {
  position: absolute;
  bottom: -50px;
  left: 0;
}

.solutions_list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 62px;
}
.solutions_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.solutions_list li {
  width: 33.3332%;
  float: left;
  position: relative;
  overflow: hidden;
}
.solutions_list li:nth-child(3n+1) {
  clear: both;
}
.solutions_list li:nth-child(1), .solutions_list li:nth-child(2), .solutions_list li:nth-child(3) {
  margin-bottom: 10px;
}
.solutions_list a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 12px;
  transition: all 0.3s ease;
}
.solutions_list a:hover {
  background: #474872;
}

.solution_list_icon {
  top: 15px;
  position: absolute;
  left: 12px;
  color: #787aac;
}
.solution_list_icon:before {
  content: '';
  font-family: "inloop_icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.solution_list_icon[data-solution="cashless"]:before {
  content: "";
}
.solution_list_icon[data-solution="residential"]:before {
  content: "";
}
.solution_list_icon[data-solution="claims"]:before {
  content: "";
}
.solution_list_icon[data-solution="secure-environments"]:before {
  content: "";
}
.solution_list_icon[data-solution="campus"]:before {
  content: "";
}
.solution_list_icon[data-solution="salary"]:before {
  content: "";
}

.solution_list_name {
  position: relative;
  padding-left: 60px;
}
.solution_list_name h3 {
  margin: 0 0 5px;
  font-weight: 400;
}
.solution_list_name p {
  margin: 0;
}

.solutions_list ul li:nth-child(1) h3 {
  color: #34bfa8;
}
.solutions_list ul li:nth-child(2) h3 {
  color: #33bdc2;
}
.solutions_list ul li:nth-child(3) h3 {
  color: #4b93c2;
}
.solutions_list ul li:nth-child(4) h3 {
  color: #9f7ac2;
}
.solutions_list ul li:nth-child(5) h3 {
  color: #c28c4e;
}
.solutions_list ul li:nth-child(6) h3 {
  color: #d97a4d;
}

@media all and (max-width: 945px) {
  .solutions_list li {
    width: 50%;
  }

  .solutions_list li:nth-child(3n+1) {
    clear: none;
  }

  .solutions_list li:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 680px) {
  .solutions_list li {
    min-height: 65px;
  }

  .solutions_list li a {
    padding: 0 15px 0 0;
  }

  .solution_list_icon {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 550px) {
  .solutions_list {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .solutions_list li {
    width: 100%;
    margin-bottom: 20px !important;
  }
}
section[data-template="industries"] {
  overflow: hidden;
  background: #1e1e30;
}
section[data-template="industries"] header h1 {
  margin-bottom: 31px;
}

body.industries header[data-header-type="industry_overview"] + section[data-template="industries"] {
  background: #1e1e30;
}

header[data-header-type="industry_overview"] + section[data-template="industries"] {
  background: white;
}
header[data-header-type="industry_overview"] + section[data-template="industries"] header {
  padding-top: 30px;
}

.industries_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.industries_list li {
  width: 33.3332%;
  float: left;
  position: relative;
  margin: 0;
  text-align: center;
  color: white;
  height: 310px;
  overflow: hidden;
}
@media all and (max-width: 680px) {
  .industries_list li {
    height: 120px;
  }
}
.industries_list li:nth-child(3n+1) {
  clear: both;
}
.industries_list li:before {
  content: '';
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #fa5d48;
  transition: all 0.3s ease;
}
.industries_list li:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.industries_list li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.industry_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  color: transparent;
}
.industry_item_bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: all 0.3s ease;
}

.industries_list li a:hover .industry_item_bg:after {
  background: rgba(0, 0, 0, 0.3);
}

.industry_item_name {
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.industry_item_name h3 {
  font-size: 30px;
  font-size: 2.14286rem;
  text-align: center;
  margin: 0;
  font-weight: 100;
}
@media all and (max-width: 1215px) {
  .industry_item_name h3 {
    font-size: 27px;
    font-size: 1.92857rem;
  }
}
@media all and (max-width: 1065px) {
  .industry_item_name h3 {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.industry_item_description {
  z-index: 2;
  transition: all 0.3s ease;
  padding: 15px 30px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
@media all and (max-width: 680px) {
  .industry_item_description {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.industry_item_description p {
  margin-bottom: 15px;
}

.industry_item_description_content {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 680px) {
  .industry_item_description_content {
    display: none;
  }
}

body.industries .industries_list > li > a:hover .industry_item_description {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.industries .industries_list > li > a:hover .industry_item_description_content {
  opacity: 1;
  visibility: visible;
}

.industry_item_list {
  position: relative;
  padding-top: 15px;
}
.industry_item_list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 2px;
  background: white;
  z-index: 3;
}
.industry_item_list div {
  text-align: center;
}
.industry_item_list span {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.industry_item_list span:hover {
  opacity: 0.85;
}

@media all and (max-width: 945px) {
  .industries_list li {
    width: 50%;
  }

  .industries_list li:nth-child(3n+1) {
    clear: none;
  }
}
@media all and (max-width: 680px) {
  .industries_list li {
    width: 100%;
  }

  .industries_list li:before {
    display: none;
  }

  .industry_item_description {
    left: 0;
    right: 0;
  }

  .industry_item_bg:after {
    background: rgba(0, 0, 0, 0.5);
  }
}
.clients_content {
  position: relative;
}

.clients_logos {
  height: 200px;
  padding: 30px 0px 50px;
  text-align: center;
}
.clients_logos .tbc {
  padding: 0 15px;
  display: inline-block !important;
  width: 14.2%;
}
.clients_logos .tbc img {
  height: auto !important;
}

section[data-template="single_feature"] {
  z-index: 2;
  padding-bottom: 60px;
}
@media all and (max-width: 945px) {
  section[data-template="single_feature"] {
    padding-bottom: 30px;
  }
}
section[data-template="single_feature"] header {
  padding-top: 100px;
}
@media all and (max-width: 945px) {
  section[data-template="single_feature"] header {
    padding-top: 35px;
  }
}
@media all and (max-width: 945px) {
  section[data-template="single_feature"] header .subheading {
    margin-left: auto;
    margin-right: auto;
  }
}

[data-feature-layout="left"] .single_feature_content {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  margin-right: 8.52018%;
}
@media all and (max-width: 945px) {
  [data-feature-layout="left"] .single_feature_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
[data-feature-layout="right"] .single_feature_content {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
  margin-right: 8.52018%;
}
@media all and (max-width: 945px) {
  [data-feature-layout="right"] .single_feature_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.single_feature_content .subheading + .loop_setup_video {
  padding-top: 0;
  text-align: left !important;
}

.single_feature_image {
  padding-top: 60px;
}
@media all and (max-width: 945px) {
  .single_feature_image {
    padding-top: 0;
  }
}
[data-feature-layout="left"] .single_feature_image {
  width: 48.87892%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
}
@media all and (max-width: 945px) {
  [data-feature-layout="left"] .single_feature_image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
[data-feature-layout="right"] .single_feature_image {
  width: 48.87892%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  [data-feature-layout="right"] .single_feature_image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.single_feature_image .vid {
  position: relative;
}
.single_feature_image img {
  position: relative;
}

section[data-template="single_feature"] + section[data-template="feature_roundup"] header {
  padding-top: 85px;
}
@media all and (max-width: 945px) {
  section[data-template="single_feature"] + section[data-template="feature_roundup"] header {
    padding-top: 35px;
  }
}

section[data-template="faq"] {
  padding-bottom: 30px;
  z-index: 1;
}
section[data-template="faq"] header h1 {
  margin-bottom: 40px;
}

.faq_list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 82.95964%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
}
@media all and (max-width: 945px) {
  .faq_list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0;
  }
}
.faq_list li {
  width: 48.64865%;
  float: left;
  margin-right: 2.7027%;
  margin-bottom: 25px;
}
@media all and (max-width: 945px) {
  .faq_list li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.faq_list li:nth-child(2n+1) {
  padding-right: 20px;
}
@media all and (max-width: 945px) {
  .faq_list li:nth-child(2n+1) {
    padding-right: 0;
  }
}
.faq_list li:nth-child(2n+2) {
  float: right;
  margin-right: 0;
  padding-left: 20px;
}
@media all and (max-width: 945px) {
  .faq_list li:nth-child(2n+2) {
    padding-left: 0;
  }
}
@media all and (max-width: 945px) {
  .faq_list li:last-child {
    text-align: center;
  }
}
.faq_list h4 {
  margin: 0 0 10px;
}
.faq_list h4, .faq_list p {
  position: relative;
}
.faq_list h4:before, .faq_list p:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  color: #fa5d48;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.faq_list h4:before {
  content: 'Q.';
}
.faq_list p:before {
  content: "A.";
}
.faq_list .lead_in {
  position: relative;
  padding-left: 10px;
}
.faq_list .lead_in:after {
  content: '';
  width: 20px;
  height: 42px;
  position: absolute;
  background-image: url(../../img/leadin_arrows_2x.png);
  background-repeat: no-repeat;
  background-size: auto 41px;
  background-position: -20px top;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  top: 0;
  left: -20px;
  margin-top: 4px;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
@media all and (max-width: 945px) {
  .faq_list .lead_in:after {
    display: none;
  }
}

section[data-template="payment_loop"][data-section="solution"] {
  padding-bottom: 65px;
}
@media all and (max-width: 945px) {
  section[data-template="payment_loop"][data-section="solution"] {
    padding-bottom: 50px;
  }
}
section[data-template="payment_loop"] .loop_setup_icons > div, section[data-template="payment_loop"] .loop_setup_icons > p, section[data-template="payment_loop"] .loop_setup_steps > div, section[data-template="payment_loop"] .loop_setup_steps > p {
  display: inline-block;
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  padding: 4px 60px 0;
  text-align: center;
}
@media all and (max-width: 945px) {
  section[data-template="payment_loop"] .loop_setup_icons > div, section[data-template="payment_loop"] .loop_setup_icons > p, section[data-template="payment_loop"] .loop_setup_steps > div, section[data-template="payment_loop"] .loop_setup_steps > p {
    padding: 4px 0 0;
  }
}
@media all and (max-width: 550px) {
  section[data-template="payment_loop"] .loop_setup_icons > div, section[data-template="payment_loop"] .loop_setup_icons > p, section[data-template="payment_loop"] .loop_setup_steps > div, section[data-template="payment_loop"] .loop_setup_steps > p {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="payment_loop"] .loop_setup_icons > div:nth-child(3), section[data-template="payment_loop"] .loop_setup_icons > p:nth-child(3), section[data-template="payment_loop"] .loop_setup_steps > div:nth-child(3), section[data-template="payment_loop"] .loop_setup_steps > p:nth-child(3) {
  float: right;
  margin-right: 0;
}

.loop_icon_bridge {
  clear: both;
  padding: 55px 0 50px;
  position: relative;
}
@media all and (max-width: 550px) {
  .loop_icon_bridge {
    padding: 15px 0 20px;
  }
}
.loop_icon_bridge:after {
  content: '';
  width: 2px;
  position: absolute;
  top: 25px;
  bottom: 20px;
  background: #d1d1d1;
  left: 50%;
  margin-left: -1px;
  z-index: 0;
}

.loop_setup_steps > p {
  margin-bottom: 0;
}

section[data-template="payment_loop"] .loop_setup_icon span[data-step="4"] {
  margin-bottom: 0;
  z-index: 1;
}

.loop_setup_icons {
  position: relative;
}
.loop_setup_icons:after {
  content: '';
  height: 2px;
  background: #d1d1d1;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  z-index: 0;
}

@media all and (max-width: 550px) {
  section[data-template="payment_loop"] .loop_setup_icons:after {
    display: none;
  }
}

.loop_setup_icons .loop_setup_icon {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 4px;
  background: white;
}
.light_bg .loop_setup_icons .loop_setup_icon {
  background: #f9fafa;
}
.loop_setup_icons .loop_setup_icon:after {
  content: '';
  height: 2px;
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 39px;
  margin-left: 57px;
  background: #d1d1d1;
}
.loop_setup_icons .loop_setup_icon:before {
  content: '';
  height: 2px;
  width: 1000px;
  position: absolute;
  right: 50%;
  top: 39px;
  margin-right: 57px;
  background: #d1d1d1;
}

@media all and (max-width: 550px) {
  section[data-template="payment_loop"] .loop_setup_icons .loop_setup_icon:after, section[data-template="payment_loop"] .loop_setup_icons .loop_setup_icon:before {
    display: none;
  }
}

section[data-template="payment_loop"] .loop_setup_icons .loop_setup_icon:nth-child(1):before, section[data-template="payment_loop"] .loop_setup_icons .loop_setup_icon:nth-child(3):after {
  display: none;
}

.loop_setup_icon span, .loop_using_icon span {
  font-size: 32px;
  font-size: 2.28571rem;
  background: #f9fafa;
  border: 2px solid #fa5d48;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
  color: #fa5d48;
  position: relative;
  z-index: 1;
}
.loop_setup_icon span:before, .loop_using_icon span:before {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loop_setup_icon span[data-step]:after {
  content: attr(data-step);
  background: #3d3e63;
  color: white;
  position: absolute;
  top: -6px;
  left: -10px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #f9fafa;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.loop_using header {
  padding-top: 0 !important;
}

.loop_using_graphic {
  padding-top: 155px;
  position: relative;
}
@media all and (max-width: 680px) {
  .loop_using_graphic {
    padding-top: 105px;
  }
}
@media all and (max-width: 490px) {
  .loop_using_graphic {
    padding-top: 0;
  }
}

.loop_using_graphic img {
  display: block;
  margin: 0 auto;
}

.loop_setup_video {
  text-align: center;
  clear: both;
  padding-top: 50px;
}
@media all and (max-width: 945px) {
  .loop_setup_video {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 550px) {
  .loop_setup_video {
    padding-top: 10px;
  }
}

@media all and (max-width: 490px) {
  .loop_using_icons {
    display: none;
  }
}
.loop_using_icons .loop_using_icon {
  position: relative;
}
.loop_using_icons .loop_using_icon:before {
  content: '';
  position: absolute;
  margin-top: -1px;
  background: #d1d1d1;
  width: 85px;
  height: 2px;
}
.loop_using_icons .loop_using_icon:nth-child(1) {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: -300px;
}
@media all and (max-width: 680px) {
  .loop_using_icons .loop_using_icon:nth-child(1) {
    margin-left: -230px;
  }
}
.loop_using_icons .loop_using_icon:nth-child(1):before {
  left: 100%;
  top: 39px;
  margin-left: -1px;
}
.loop_using_icons .loop_using_icon:nth-child(2) {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -252px;
}
@media all and (max-width: 680px) {
  .loop_using_icons .loop_using_icon:nth-child(2) {
    margin-left: -212px;
    bottom: 196px;
  }
}
.loop_using_icons .loop_using_icon:nth-child(2):before {
  left: 100%;
  top: 80px;
  margin-left: -18px;
  width: 60px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.loop_using_icons .loop_using_icon:nth-child(3) {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -37px;
}
@media all and (max-width: 680px) {
  .loop_using_icons .loop_using_icon:nth-child(3) {
    margin-left: -37px;
    bottom: 225px;
  }
}
.loop_using_icons .loop_using_icon:nth-child(3):before {
  height: 61px;
  top: 75px;
  margin-top: -1px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
}
.loop_using_icons .loop_using_icon:nth-child(4) {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: 173px;
}
@media all and (max-width: 680px) {
  .loop_using_icons .loop_using_icon:nth-child(4) {
    margin-left: 133px;
    bottom: 195px;
  }
}
.loop_using_icons .loop_using_icon:nth-child(4):before {
  right: 100%;
  top: 80px;
  margin-right: -18px;
  width: 60px;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
.loop_using_icons .loop_using_icon:nth-child(5) {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: 215px;
}
@media all and (max-width: 680px) {
  .loop_using_icons .loop_using_icon:nth-child(5) {
    margin-left: 155px;
    bottom: 67px;
  }
}
.loop_using_icons .loop_using_icon:nth-child(5):before {
  right: 100%;
  top: 39px;
  margin-right: -1px;
}

.loop_using_id {
  position: relative;
  z-index: 2;
}

section[data-template="solution_single"] {
  position: relative;
  z-index: 2;
}
section[data-template="solution_single"] .solution_content {
  width: 82.95964%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
  margin-right: 8.52018%;
}
@media all and (max-width: 1065px) {
  section[data-template="solution_single"] .solution_content {
    margin-left: 0%;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="solution_single"] .solution_content h1 {
  margin-bottom: 20px;
}
section[data-template="solution_single"] .solution {
  position: relative;
  clear: both;
  width: 58.91892%;
  float: left;
  margin-right: 2.7027%;
  margin-bottom: 60px;
  padding-right: 40px;
}
section[data-template="solution_single"] .solution_content footer {
  width: 38.37838%;
  float: left;
  margin-right: 2.7027%;
  float: right;
  margin-right: 0;
  margin-top: 7px;
}
section[data-template="solution_single"] .solution_image {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 80px;
}
@media all and (max-width: 945px) {
  section[data-template="solution_single"] .solution_image {
    display: none;
  }
}
section[data-template="solution_single"] .solution_image img {
  left: 90px;
  top: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  position: relative;
}

.solution h3 span[class^="icon"] {
  font-size: 28px;
  display: inline-block;
}
.solution h3 span[class^="icon"].solution_icon_campus + .solution_name {
  color: #c28c4e;
}
.solution h3 span[class^="icon"].solution_icon_se + .solution_name {
  color: #9f7ac2;
}
.solution h3 span[class^="icon"].solution_icon_claims + .solution_name {
  color: #4b93c2;
}
.solution h3 span[class^="icon"].solution_icon_salary + .solution_name {
  color: #d97a4d;
}
.solution h3 span[class^="icon"].solution_icon_residential + .solution_name {
  color: #33bdc2;
}
.solution h3 span[class^="icon"].solution_icon_cashless + .solution_name {
  color: #34bfa8;
}

.solution_name {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
  font-weight: 400;
}

.solution_roundup, .arrow_list {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 35px 20px;
}
.solution_roundup h6, .arrow_list h6 {
  margin-bottom: 5px;
}
.solution_roundup ul, .arrow_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.solution_roundup ul li, .arrow_list ul li {
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.solution_roundup ul li:before, .arrow_list ul li:before {
  content: "\e629";
  font-family: "inloop_icons";
  color: #fa5d48;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
}

.solution_roundup.solution_roundup_Campus ul li:before {
  color: #c28c4e;
}

.solution_roundup.solution_roundup_SE ul li:before {
  color: #9f7ac2;
}

.solution_roundup.solution_roundup_Residential ul li:before {
  color: #33bdc2;
}

.solution_roundup.solution_roundup_Claims ul li:before {
  color: #4b93c2;
}

.solution_roundup.solution_roundup_Cashless ul li:before {
  color: #34bfa8;
}

.solution_roundup.solution_roundup_Salary ul li:before {
  color: #d97a4d;
}

.solution_more_button {
  display: block;
  border-radius: 0;
  text-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.solution_more_button.solution_more_Campus {
  background: #c28c4e;
}
.solution_more_button.solution_more_Campus:hover {
  background: #b77f3f;
}
.solution_more_button.solution_more_SE {
  background: #9f7ac2;
}
.solution_more_button.solution_more_SE:hover {
  background: #9269ba;
}
.solution_more_button.solution_more_Residential {
  background: #33bdc2;
}
.solution_more_button.solution_more_Residential:hover {
  background: #2ea9ae;
}
.solution_more_button.solution_more_Claims {
  background: #4b93c2;
}
.solution_more_button.solution_more_Claims:hover {
  background: #3e86b6;
}
.solution_more_button.solution_more_Salary {
  background: #d97a4d;
}
.solution_more_button.solution_more_Salary:hover {
  background: #d56a38;
}
.solution_more_button.solution_more_Cashless {
  background: #34bfa8;
}
.solution_more_button.solution_more_Cashless:hover {
  background: #2fab96;
}

section[data-template="support"], section[data-template="qa"] {
  padding-top: 60px;
}
@media all and (max-width: 945px) {
  section[data-template="support"], section[data-template="qa"] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
section[data-template="support"] header, section[data-template="qa"] header {
  padding-top: 50px;
}
@media all and (max-width: 1215px) {
  section[data-template="support"] header, section[data-template="qa"] header {
    padding-top: 30px;
  }
}
@media all and (max-width: 945px) {
  section[data-template="support"] header, section[data-template="qa"] header {
    padding-top: 0;
  }
}
section[data-template="support"] .support_image, section[data-template="qa"] .support_image {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
}
@media all and (max-width: 1215px) {
  section[data-template="support"] .support_image, section[data-template="qa"] .support_image {
    width: 40.35874%;
    float: left;
    margin-right: 2.24215%;
    margin-left: 0%;
  }
}
@media all and (max-width: 945px) {
  section[data-template="support"] .support_image, section[data-template="qa"] .support_image {
    display: none;
  }
}
section[data-template="support"] .support_image img, section[data-template="qa"] .support_image img {
  max-width: 100%;
  height: auto;
}
section[data-template="support"] .support_content, section[data-template="qa"] .support_content {
  width: 57.3991%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  position: relative;
  padding-left: 40px;
}
@media all and (max-width: 1215px) {
  section[data-template="support"] .support_content, section[data-template="qa"] .support_content {
    padding-left: 0;
  }
}
@media all and (max-width: 945px) {
  section[data-template="support"] .support_content, section[data-template="qa"] .support_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="support"] .support_link, section[data-template="qa"] .support_link {
  margin-left: -10px;
}
@media all and (max-width: 945px) {
  section[data-template="support"] .support_link, section[data-template="qa"] .support_link {
    margin-left: 0;
  }
}
section[data-template="support"] .support_link a, section[data-template="qa"] .support_link a {
  margin-left: 10px;
  margin-right: 10px;
}
section[data-template="support"] .support_link > a:first-child, section[data-template="qa"] .support_link > a:first-child {
  margin-bottom: 30px;
}
@media all and (max-width: 945px) {
  section[data-template="support"] .support_content .subheading, section[data-template="qa"] .support_content .subheading {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 945px) {
  section[data-template="support"] {
    text-align: center;
  }
}

@media all and (max-width: 680px) {
  section[data-template="qa"] header h1 {
    margin-bottom: 30px;
    text-align: center;
  }
}

section[data-template="qa"] header {
  padding-top: 30px;
}
@media all and (max-width: 945px) {
  section[data-template="qa"] header {
    padding-top: 10px;
  }
}
section[data-template="qa"] .support_image {
  margin-left: 0%;
  padding-left: 30px;
}
@media all and (max-width: 1215px) {
  section[data-template="qa"] .support_image {
    width: 40.35874%;
    float: left;
    margin-right: 2.24215%;
  }
}
section[data-template="qa"] .support_content {
  width: 57.3991%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 1215px) {
  section[data-template="qa"] .support_content {
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 945px) {
  section[data-template="qa"] .support_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

.qa_links {
  position: realtive;
  overflow: hidden;
  padding-top: 30px;
}
@media all and (max-width: 680px) {
  .qa_links {
    padding-top: 0;
    text-align: center;
  }
}

.qa_link {
  width: 33.3332%;
  float: left;
  padding: 0 30px 0 0;
}
@media all and (max-width: 1215px) {
  .qa_link {
    padding: 0 20px 0 0;
  }
}
@media all and (max-width: 580px) {
  .qa_link {
    width: 100%;
  }
}
.qa_link h5 {
  margin: 0 0 10px;
}
.qa_link a {
  text-decoration: none;
}

section[data-template="testimonials"] {
  background-color: #fa5d48;
  background-image: url(../../img/testimonial_strip.png);
  background-repeat: repeat;
  background-position: -64px 0px;
  padding: 100px 0;
}
@media all and (max-width: 945px) {
  section[data-template="testimonials"] {
    padding: 55px 0;
  }
}
section[data-template="testimonials"] blockquote {
  margin: 0 0 30px;
  padding: 0;
  width: 65.91928%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 17.04036%;
  text-align: center;
  font-style: normal;
}
@media all and (max-width: 945px) {
  section[data-template="testimonials"] blockquote {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="testimonials"] blockquote p {
  margin: 0;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.33em;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: white;
}
section[data-template="testimonials"] blockquote cite {
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-style: normal;
  display: block;
  margin-top: 25px;
}

.testimonial_link {
  text-align: center;
}
.testimonial_link .button, .testimonial_link form input[type="submit"], form .testimonial_link input[type="submit"] {
  color: white;
  border: 2px solid white;
  background: transparent;
  text-shadow: none;
}

section[data-template="features_row"] {
  padding-top: 70px;
  padding-bottom: 40px;
  clear: both;
}
@media all and (max-width: 1065px) {
  section[data-template="features_row"] {
    padding-top: 30px !important;
  }
}
@media all and (max-width: 945px) {
  section[data-template="features_row"] {
    text-align: center;
  }
}
section[data-template="features_row"] header {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  padding-top: 20px;
}
@media all and (max-width: 945px) {
  section[data-template="features_row"] header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="features_row"] header .subheading {
  padding-right: 30px;
}
@media all and (max-width: 945px) {
  section[data-template="features_row"] header .subheading {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
section[data-template="features_row"] .feature_header_icon {
  margin-bottom: 12px;
}
section[data-template="features_row"] .feature_header_icon span {
  font-size: 34px;
  font-size: 2.42857rem;
  color: #fa5d48;
}
section[data-template="features_row"] .features_list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65.91928%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  section[data-template="features_row"] .features_list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
section[data-template="features_row"] .features_list li {
  width: 50%;
  float: left;
  padding: 0 30px;
}
@media all and (max-width: 945px) {
  section[data-template="features_row"] .features_list li {
    padding: 0 15px;
  }
}
@media all and (max-width: 550px) {
  section[data-template="features_row"] .features_list li {
    width: 100%;
  }
}
section[data-template="features_row"] .features_list li:nth-child(2n+1) {
  clear: both;
}
section[data-template="features_row"] .features_list li h4 {
  margin: 0 0 10px;
}

section[data-template="stats"] {
  background-color: #3d3e63;
  background-image: url(../../img/stats_graph.png), url(../../img/stats_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  height: 375px;
}
@media all and (max-width: 1215px) {
  section[data-template="stats"] {
    background-image: url(../../img/stats_bg.jpg);
    height: 245px;
  }
}
@media all and (max-width: 620px) {
  section[data-template="stats"] {
    height: 545px;
  }
}

.statistics {
  position: relative;
}

.statistic {
  color: white;
  text-align: center;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  position: relative;
}
@media all and (max-width: 1215px) {
  .statistic {
    left: 0 !important;
    top: 50px !important;
  }
}
@media all and (max-width: 620px) {
  .statistic {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.statistic:after {
  content: '';
  width: 25px;
  height: 25px;
  background: white;
  border: 4px solid #3d3e63;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 100%;
  border-radius: 50%;
}
@media all and (max-width: 1215px) {
  .statistic:after {
    display: none;
  }
}
.statistic:nth-child(1) {
  top: 90px;
  left: 23px;
}
.statistic:nth-child(1):after {
  margin-top: 33px;
}
.statistic:nth-child(2) {
  top: 50px;
}
.statistic:nth-child(2):after {
  margin-top: 25px;
  margin-left: -9px;
}
.statistic:nth-child(3) {
  float: right;
  margin-right: 0;
  top: 80px;
  left: -10px;
}
@media all and (max-width: 1215px) {
  .statistic:nth-child(3) {
    left: 40px;
  }
}
.statistic:nth-child(3):after {
  margin-top: 40px;
  margin-left: -6px;
}
.statistic span[class^="icon"] {
  color: #a7a8bf;
  font-size: 34px;
}
.statistic .statistic_number {
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 33px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.page_header {
  height: 500px;
  color: white;
}
.page_header > .inner {
  position: relative;
  z-index: 2;
}
.page_header h1 {
  margin: 0 0 10px;
  padding-top: 65px;
}
@media all and (max-width: 680px) {
  .page_header h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.page_header .subheading {
  font-size: 15px;
  font-size: 1.07143rem;
  max-width: 500px;
  margin: 0 auto;
}

.page_header[data-header-size="large"] {
  height: 560px;
  background-color: #3d3e63;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.09);
}
@media all and (max-width: 945px) {
  .page_header[data-header-size="large"] {
    height: auto;
  }
}
.page_header[data-header-size="large"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media all and (max-width: 945px) {
  .page_header[data-header-size="large"] .tbl {
    height: auto;
  }
}
.page_header[data-header-size="large"] .page_header_content {
  height: 560px;
}
@media all and (max-width: 945px) {
  .page_header[data-header-size="large"] .page_header_content {
    height: auto;
  }
}
.page_header[data-header-size="large"] .header_image_ipad {
  height: 526px;
  top: -90px;
  background-size: auto 366px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -110px;
}
@media all and (max-width: 945px) {
  .page_header[data-header-size="large"] .header_image_ipad {
    background-size: contain;
    background-position: center 50px;
    height: 290px;
    padding-top: 0;
  }
}
.page_header[data-header-size="large"] .header_image_iphone {
  position: absolute;
  bottom: -50px;
  right: 80px;
  width: 361px;
  height: 511px;
  background-size: 361px 511px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media all and (max-width: 945px) {
  .page_header[data-header-size="large"] .header_image_iphone {
    background-size: contain;
    background-position: center top;
    height: 300px;
    padding-top: 0;
    position: relative;
    right: 0;
    width: 100%;
    bottom: 0;
  }
}
.page_header[data-header-size="large"] .header_image_home {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 660px;
  background-size: 660px 560px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.page_header[data-header-size="medium"] {
  height: 340px;
  background-color: #3d3e63;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.09);
}
.page_header[data-header-size="medium"] h1 {
  padding-top: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page_header[data-header-size="medium"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page_header[data-header-size="medium"] .page_header_content {
  height: 340px;
}

.page_header[data-header-size="small"] {
  height: 100px;
  background-color: #3d3e63;
}
.page_header[data-header-size="small"] .page_header_content {
  height: 100px;
}
.page_header[data-header-size="small"] h1 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.static_content_wrap {
  width: 65.91928%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media all and (max-width: 945px) {
  .static_content_wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}

section[data-template="static"] h3 {
  border-top: 2px solid #eaeaea !important;
  padding-top: 37px;
  margin-top: 40px !important;
}

.page_header.home_header {
  padding-top: 70px;
  padding-bottom: 100px;
  height: auto;
}
@media all and (max-width: 945px) {
  .page_header.home_header {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.page_header.home_header .page_header_content .home_header_block {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
  text-align: left;
}
@media all and (max-width: 945px) {
  .page_header.home_header .page_header_content .home_header_block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 945px) {
  .page_header.home_header .page_header_content .home_header_block:nth-child(1) {
    text-align: center;
  }
}
.page_header.home_header .page_header_content .home_header_block:nth-child(2) {
  width: 48.87892%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  .page_header.home_header .page_header_content .home_header_block:nth-child(2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.page_header.home_header .page_header_content .home_header_block h1 {
  color: #fa5d48;
  line-height: 46px;
  font-size: 52px;
}
@media all and (max-width: 680px) {
  .page_header.home_header .page_header_content .home_header_block h1 {
    padding-top: 30px;
  }
}
.page_header.home_header .page_header_content .home_header_block h2 {
  font-size: 28px;
  line-height: 31px;
  margin: 20px 0;
}
.page_header.home_header .page_header_content .home_header_block .subheading {
  font-size: 18px;
  position: relative;
  opacity: 0.6;
}
@media all and (max-width: 945px) {
  .page_header.home_header .page_header_content .home_header_block .subheading {
    margin: 0 auto !important;
  }
}
@media all and (max-width: 945px) {
  .page_header.home_header .page_header_content .home_header_block .subheading {
    margin: 0;
    font-size: 14px;
    padding-left: 0;
  }
}

.home_header_industries {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  .home_header_industries {
    padding-top: 60px;
  }
}
@media all and (max-width: 680px) {
  .home_header_industries {
    padding-top: 30px;
  }
}
.home_header_industries .home_header_industries_block {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
}
.home_header_industries .home_header_industries_block:last-child {
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  .home_header_industries .home_header_industries_block:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 945px) {
  .home_header_industries .home_header_industries_block {
    width: 48.87892%;
    float: left;
    margin-right: 2.24215%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 550px) {
  .home_header_industries .home_header_industries_block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.home_header_industries_block h4 {
  color: #fa5d48;
  border-bottom: 2px solid #353656;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.home_header_industries_block a {
  float: left;
  clear: both;
  text-decoration: none;
  padding: 2px 5px;
  margin-left: -5px;
  transition: color 0.3s ease;
}
.home_header_industries_block a:hover {
  color: #787aac;
}
.home_header_industries_block ul {
  list-style: none;
  margin: 0;
}
.home_header_industries_block ul li {
  display: block;
}

section[data-template="graphs"] {
  position: relative;
  overflow: hidden;
}
section[data-template="graphs"] header.centered .subheading {
  margin-bottom: 52px;
}

@media all and (max-width: 1065px) {
  .graphs_image {
    padding-top: 50px;
  }
}
@media all and (max-width: 945px) {
  .graphs_image {
    padding-top: 0;
  }
}
.graphs_image img {
  max-width: 100%;
}

.annotation {
  position: absolute;
}

.annotation[data-annotation="a"] {
  bottom: 240px;
  left: 54px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media all and (max-width: 1215px) {
  .annotation[data-annotation="a"] {
    bottom: 210px;
  }
}
.annotation[data-annotation="a"]:after {
  content: '';
  width: 20px;
  height: 42px;
  position: absolute;
  background-image: url(../../img/leadin_arrows_2x.png);
  background-repeat: no-repeat;
  background-size: auto 41px;
  background-position: -20px top;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -20px;
}

.annotation[data-annotation="b"] {
  bottom: 205px;
  left: 50%;
  margin-left: 80px;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
@media all and (max-width: 1215px) {
  .annotation[data-annotation="b"] {
    bottom: 175px;
  }
}
.annotation[data-annotation="b"]:after {
  content: '';
  width: 20px;
  height: 42px;
  position: absolute;
  background-image: url(../../img/leadin_arrows_2x.png);
  background-repeat: no-repeat;
  background-size: auto 41px;
  background-position: left top;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -20px;
}

.annotation[data-annotation="c"] {
  bottom: 213px;
  right: 49px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media all and (max-width: 1215px) {
  .annotation[data-annotation="c"] {
    bottom: 183px;
  }
}
.annotation[data-annotation="c"]:after {
  content: '';
  width: 20px;
  height: 42px;
  position: absolute;
  background-image: url(../../img/leadin_arrows_2x.png);
  background-repeat: no-repeat;
  background-size: auto 41px;
  background-position: left top;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: 0;
}

@media all and (max-width: 945px) {
  .annotation[data-annotation="a"],
  .annotation[data-annotation="b"],
  .annotation[data-annotation="c"] {
    display: none;
  }
}
.page_header[data-header-type="solution"] {
  text-align: left;
}
.page_header[data-header-type="solution"] h1 {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
  padding-top: 0;
  font-weight: 100;
}
@media all and (max-width: 945px) {
  .page_header[data-header-type="solution"] h1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-top: 30px;
  }
}
.page_header[data-header-type="solution"] .subheading {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
  clear: both;
}

header[data-header-type="contact"] {
  height: 400px !important;
  position: absolute;
}
header[data-header-type="contact"] .header_content {
  height: 400px !important;
}
header[data-header-type="contact"] h1 {
  padding-top: 65px !important;
}

.contact_buttons {
  position: absolute;
  bottom: -60px;
  width: 100%;
  left: 0;
}
.contact_buttons a {
  background: white;
  color: #919191;
  border: 1px solid #fff;
  padding: 15px 0;
  width: 200px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.contact_buttons a:before {
  content: '';
  height: 5px;
  background: transparent;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
@media all and (max-width: 550px) {
  .contact_buttons a {
    width: 50%;
    float: left;
    margin: 0 !important;
    border-radius: 0px;
  }
}
.contact_buttons a.selected {
  opacity: 1;
  color: #fa5d48;
  background: white;
}
.contact_buttons a.selected:before {
  background: #fa5d48;
}
.contact_buttons span {
  line-height: 40px;
  vertical-align: middle;
}
.contact_buttons span[class^="icon"] {
  font-size: 23px;
  margin-bottom: 20px;
  margin-right: 5px;
}
.contact_buttons span.label {
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: 600;
}
.contact_buttons a:nth-child(2) {
  margin-left: 15px;
}

section[data-template="contact"] {
  position: relative;
  z-index: 2;
}

.contact_details, .contact_callback_request {
  margin-top: 65px;
}
.contact_details h3, .contact_callback_request h3 {
  margin: 0 0 5px;
}

.contact_phone {
  display: none;
}
.contact_phone.active {
  display: block;
}

.contact_details {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 17.04036%;
}
@media all and (max-width: 945px) {
  .contact_details {
    margin-left: 0%;
    width: 31.83857%;
    float: left;
    margin-right: 2.24215%;
  }
}
@media all and (max-width: 550px) {
  .contact_details {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact_callback_request {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 945px) {
  .contact_callback_request {
    width: 65.91928%;
    float: left;
    margin-right: 2.24215%;
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 550px) {
  .contact_callback_request {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}
@media all and (max-width: 550px) {
  .contact_callback_request > h3, .contact_callback_request > p {
    text-align: center;
  }
}

form ul {
  list-style: none;
  margin: 0 0 20px 3px;
}
form .fields {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
@media all and (max-width: 945px) {
  form .fields {
    margin-bottom: 60px;
  }
}
form .dform_element {
  position: relative;
}
form .dform_element.submit_button {
  text-align: center;
}
form label {
  display: block;
  font-weight: 500;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}
form input[type="text"], form input[type="email"], form input[type="number"], form input[type="password"], form textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid #cccccc;
  padding: 10px 13px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
form input[type="text"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form textarea:focus {
  border-color: #404549;
}
form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #cccccc;
}
form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="number"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #cccccc;
}
form textarea {
  height: 200px;
}
form .name_first, form .name_last {
  width: 48.87892%;
  float: left;
  margin-right: 2.24215%;
}
form .name_first label, form .name_last label {
  opacity: 0.6;
  margin-top: -10px;
  margin-bottom: 10px;
}
form .name_last {
  float: right;
  margin-right: 0;
}

section[data-template="press_releases"] {
  width: 74.43946%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
  margin-bottom: 115px;
}
@media all and (max-width: 945px) {
  section[data-template="press_releases"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
@media all and (max-width: 680px) {
  section[data-template="press_releases"] {
    margin-bottom: 30px;
  }
}

.press_year {
  border-bottom: 5px solid #eaeaea;
  clear: both;
  margin-top: 62px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
@media all and (max-width: 680px) {
  .press_year {
    margin-top: 30px;
  }
}

.press_items {
  position: relative;
  overflow: hidden;
}
.press_items .press_item:last-child {
  border-bottom: 0;
}

.press_item {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #eaeaea;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
}
.press_item:hover {
  background: #f7f7f7;
}
@media all and (max-width: 680px) {
  .press_item {
    padding-top: 20px;
  }
}

.press_item a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding-top: 4px;
}

.press_item_date {
  width: 19.87952%;
  float: left;
  margin-right: 3.01205%;
}
@media all and (max-width: 680px) {
  .press_item_date {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.press_item_intro {
  width: 65.66265%;
  float: left;
  margin-right: 3.01205%;
  margin-top: -5px;
}
@media all and (max-width: 680px) {
  .press_item_intro {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.press_item_intro h3 {
  margin-bottom: 10px;
}

.press_item_link {
  width: 8.43373%;
  float: left;
  margin-right: 3.01205%;
  float: right;
  margin-right: 0;
  text-align: right;
}
@media all and (max-width: 680px) {
  .press_item_link {
    display: none;
  }
}
.press_item_link span {
  width: 30px;
  height: 30px;
  color: #c7c7c7;
  text-decoration: none;
  float: right;
  position: relative;
  top: 30px;
}
.press_item_link span:before {
  content: '';
  font-size: 30px;
  font-family: "inloop_icons";
}
.press_item_link span:hover {
  color: #fa5d48;
}
.press_item_link.external span:before {
  content: '\e2d9';
}
.press_item_link.internal span:before {
  content: '\e2ab';
}

.press_back {
  margin: 40px 0 30px;
}

.single_press_date {
  display: block;
}

.no_positions {
  padding-top: 27px;
  padding-bottom: 60px;
  clear: both;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 945px) {
  .no_positions {
    padding-bottom: 30px;
  }
}

.no_positions_content {
  width: 69.18919%;
  float: left;
  margin-right: 2.7027%;
}
@media all and (max-width: 945px) {
  .no_positions_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.no_positions_content h3 {
  margin-bottom: 10px;
}

.no_positions_link {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  margin-top: 20px;
  text-align: right;
}
@media all and (max-width: 945px) {
  .no_positions_link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: 0;
  }
}

.offices {
  position: relative;
  overflow: hidden;
}

.office {
  width: 50%;
  float: left;
  position: relative;
  height: 320px;
  background: #3d3e63;
  text-align: center;
  color: white;
}
@media all and (max-width: 680px) {
  .office {
    width: 100%;
    height: 250px;
  }
}
.office h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 2.14286rem;
  margin: 0 0 10px;
}
.office .tbc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.office .tbc:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.office h2, .office p {
  position: relative;
  z-index: 2;
}
.office a {
  text-decoration: none;
}

section[data-template="jobs"] {
  position: realtive;
  overflow: hidden;
  width: 82.95964%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 8.52018%;
}
@media all and (max-width: 945px) {
  section[data-template="jobs"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}

.jobs_heading {
  border-bottom: 5px solid #eaeaea;
  clear: both;
  margin-top: 62px;
  padding-bottom: 27px;
  margin-bottom: 10px;
}

.job_items .job_item:last-child {
  border-bottom: 0;
  margin-bottom: 50px;
}
@media all and (max-width: 680px) {
  .job_items .job_item:last-child {
    margin-bottom: 10px;
  }
}

.job_item {
  border-bottom: 2px solid #eaeaea;
  padding-top: 27px;
  padding-bottom: 7px;
  clear: both;
  position: realtive;
  overflow: hidden;
}

.job_item_meta {
  width: 17.83784%;
  float: left;
  margin-right: 2.7027%;
  margin-top: 38px;
}
@media all and (max-width: 680px) {
  .job_item_meta {
    margin-top: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.job_item_meta .job_item_date, .job_item_meta .job_item_office {
  color: #c7c7c7;
}

.job_item_dept {
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 7px;
}

.job_item_content {
  width: 58.91892%;
  float: left;
  margin-right: 2.7027%;
  padding-right: 50px;
}
@media all and (max-width: 945px) {
  .job_item_content {
    width: 79.45946%;
    float: left;
    margin-right: 2.7027%;
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 680px) {
  .job_item_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.job_item_content h3 {
  margin: 0 0 10px;
}
.job_item_content h3 a {
  text-decoration: none;
}

.job_item_apply {
  width: 17.83784%;
  float: left;
  margin-right: 2.7027%;
  float: right;
  margin-right: 0;
  text-align: right;
  margin-top: 44px;
}
@media all and (max-width: 945px) {
  .job_item_apply {
    width: 79.45946%;
    float: left;
    margin-right: 2.7027%;
    float: right;
    margin-right: 0;
    clear: both;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 680px) {
  .job_item_apply {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

section[data-template="qa"] {
  clear: both;
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  height: 80vh;
  max-height: 750px;
  min-height: 400px;
  margin: 30px auto;
  border: solid #eee;
  border-width: 0 1px 1px;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

section[data-section="about"][data-template="single_feature"] {
  background-image: url(../../img/about_history_bg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  height: 400px;
}
@media all and (max-width: 945px) {
  section[data-section="about"][data-template="single_feature"] {
    height: auto;
    background: white;
  }
}
section[data-section="about"][data-template="single_feature"] .single_feature_content {
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 85px;
}
@media all and (max-width: 1215px) {
  section[data-section="about"][data-template="single_feature"] .single_feature_content {
    padding-left: 0;
  }
}
@media all and (max-width: 945px) {
  section[data-section="about"][data-template="single_feature"] .single_feature_content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 10px;
  }
}
section[data-section="about"][data-template="single_feature"] .single_feature_image {
  position: relative;
}
@media all and (max-width: 945px) {
  section[data-section="about"][data-template="single_feature"] .single_feature_image {
    height: auto;
    padding-bottom: 10px;
  }
}

.about_callout_text_container {
  height: auto !important;
}
.about_callout_text_container .single_feature_content {
  padding-left: 0;
}

.about_callout_text_wrap {
  clear: both;
}

.about_callout_text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: 57.3991%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 945px) {
  .about_callout_text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.about_callout_images_wrap {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
  margin-right: 8.52018%;
}
@media all and (max-width: 945px) {
  .about_callout_images_wrap {
    width: 48.87892%;
    float: left;
    margin-right: 2.24215%;
    margin-left: 25.56054%;
  }
}
@media all and (max-width: 550px) {
  .about_callout_images_wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.about_callout_images_wrap img {
  width: 46.47887%;
  float: left;
  margin-right: 7.04225%;
  top: 0;
  margin-bottom: 30px;
}
.about_callout_images_wrap img:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.key_people_list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.key_people_list li {
  width: 48.87892%;
  float: left;
  margin-right: 2.24215%;
  margin-bottom: 30px;
}
@media all and (max-width: 945px) {
  .key_people_list li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.key_people_list li:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.key_person_image {
  width: 30.27523%;
  float: left;
  margin-right: 4.58716%;
}
@media all and (max-width: 400px) {
  .key_person_image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.key_person_image img {
  max-width: 100%;
  position: relative;
  top: 3px;
}

.key_person_content {
  width: 65.13761%;
  float: left;
  margin-right: 4.58716%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 400px) {
  .key_person_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.key_person_content h2 {
  margin: 0 0 5px;
}
.key_person_content h5 {
  margin: 0 0 15px;
  color: #fa5d48;
  font-size: 15px;
  font-size: 1.07143rem;
}

section[data-template="case_study_overview"] {
  text-align: center;
}
section[data-template="case_study_overview"] .static_content_wrap {
  margin-top: 30px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media all and (max-width: 945px) {
  section[data-template="case_study_overview"] .static_content_wrap {
    margin-bottom: 30px;
  }
}

.case_study_features_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.case_study_features_list li {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
  text-align: center;
}
@media all and (max-width: 680px) {
  .case_study_features_list li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.case_study_features_list li:nth-child(3) {
  float: right;
  margin-right: 0;
}
.case_study_features_list span[class^="icon"] {
  font-size: 34px;
  display: block;
  margin-bottom: 15px;
}

section[data-template="implementation_loop"] {
  padding-bottom: 60px;
}
@media all and (max-width: 680px) {
  section[data-template="implementation_loop"] {
    padding-bottom: 0;
  }
}
@media all and (max-width: 680px) {
  section[data-template="implementation_loop"] .loop_setup_icons {
    margin-top: 30px;
  }
}
section[data-template="implementation_loop"] .loop_setup_icons > div, section[data-template="implementation_loop"] .loop_setup_steps > div {
  width: 23.31839%;
  float: left;
  margin-right: 2.24215%;
  text-align: center;
}
section[data-template="implementation_loop"] .loop_setup_icons > div:nth-child(4), section[data-template="implementation_loop"] .loop_setup_steps > div:nth-child(4) {
  float: right;
  margin-right: 0;
}
section[data-template="implementation_loop"] .loop_setup_icons .loop_setup_icon:nth-child(1):before, section[data-template="implementation_loop"] .loop_setup_icons .loop_setup_icon:nth-child(4):after {
  display: none;
}
section[data-template="implementation_loop"] .loop_setup_icon p {
  margin-bottom: 10px;
}

.imp_step_title {
  margin: 0 0 10px;
}

.imp_step_time {
  color: white;
  font-size: 13px;
  font-size: 0.92857rem;
  background: #fa5d48;
  padding: 1px 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.imp_substep {
  padding-top: 35px;
  position: relative;
}
@media all and (max-width: 680px) {
  .imp_substep {
    padding-top: 30px;
  }
}
.imp_substep:before {
  content: '';
  width: 2px;
  height: 24px;
  background: #d1d1d1;
  top: 0;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.imp_substep:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #d1d1d1 transparent transparent transparent;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -7px;
}

@media all and (max-width: 550px) {
  section[data-template="implementation_loop"] .loop_setup_icons .loop_setup_icon:after, section[data-template="implementation_loop"] .loop_setup_icons .loop_setup_icon:before, section[data-template="implementation_loop"] p.subheading {
    display: none;
  }
  section[data-template="implementation_loop"] .loop_setup_icons:after {
    display: none;
  }
  section[data-template="implementation_loop"] .loop_setup_icons > div {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section[data-template="implementation_loop"] .loop_setup_icons .loop_setup_icon:nth-child(4) p {
    margin-top: 0;
  }
  section[data-template="implementation_loop"] .imp_substep {
    padding-top: 35px;
  }
  section[data-template="implementation_loop"] .imp_substep:before {
    height: 14px;
  }
  section[data-template="implementation_loop"] .imp_substep:after {
    top: 12px;
  }
}
section[data-section="implementation"][data-template="single_feature"] .arrow_list {
  padding: 0;
  background: none;
  text-align: left;
}
@media all and (max-width: 945px) {
  section[data-section="implementation"][data-template="single_feature"] .arrow_list {
    margin-bottom: 30px;
  }
}
section[data-section="implementation"][data-template="single_feature"] .arrow_list li {
  width: 50%;
  float: left;
}
@media all and (max-width: 945px) {
  section[data-section="implementation"][data-template="single_feature"] .single_feature_image {
    height: 330px;
    position: relative;
  }
}
@media all and (max-width: 945px) {
  section[data-section="implementation"][data-template="single_feature"] .single_feature_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
  }
}

.works_well_graphic {
  background-image: url(../../img/works_well_graphic_rev_2x.png);
  background-position: center;
  background-size: 90% auto;
}
@media all and (max-width: 1215px) {
  .works_well_graphic {
    background-size: 100% auto;
  }
}
@media all and (max-width: 945px) {
  .works_well_graphic {
    display: block !important;
    background-size: contain;
    background-position: center top;
    right: auto;
    left: auto;
    width: 100%;
  }
}

section[data-section="implementation"][data-template="single_feature"] {
  padding-bottom: 50px;
}

@media all and (max-width: 945px) {
  section[data-section="implementation"][data-template="single_feature"].full_support {
    padding-bottom: 0;
  }
}

section[data-template="tried_tested"] header h1 {
  margin-bottom: 50px;
}
section[data-template="tried_tested"] ul.imp_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
section[data-template="tried_tested"] ul.imp_grid li {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}
@media all and (max-width: 945px) {
  section[data-template="tried_tested"] ul.imp_grid li {
    border-bottom: none;
    padding-bottom: 0;
  }
}
section[data-template="tried_tested"] ul.imp_grid li:last-child {
  border-bottom: none;
}
section[data-template="tried_tested"] .imp_grid_name {
  display: table-cell;
  width: 25%;
}
@media all and (max-width: 945px) {
  section[data-template="tried_tested"] .imp_grid_name {
    width: 100%;
    display: block;
    text-align: center;
  }
}
section[data-template="tried_tested"] .imp_grid_name h3 {
  margin: 0;
  font-size: 30px;
  font-size: 2.14286rem;
  position: relative;
  top: 6px;
}
@media all and (max-width: 945px) {
  section[data-template="tried_tested"] .imp_grid_name h3 {
    padding-bottom: 20px;
    color: #fa5d48;
    padding: 10px 0;
    margin-bottom: 30px;
    top: 0;
  }
}
@media all and (max-width: 680px) {
  section[data-template="tried_tested"] .imp_grid_name h3 {
    margin-bottom: 0;
  }
}
section[data-template="tried_tested"] .imp_grid_item {
  display: table-cell;
  width: 25%;
  padding-right: 25px;
}
@media all and (max-width: 945px) {
  section[data-template="tried_tested"] .imp_grid_item {
    width: 33%;
  }
}
@media all and (max-width: 550px) {
  section[data-template="tried_tested"] .imp_grid_item {
    width: 100%;
    display: block;
  }
}
section[data-template="tried_tested"] .imp_grid_item h4 {
  margin: 0 0 10px;
}
section[data-template="tried_tested"] .imp_grid_item img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 105px;
}

@media all and (max-width: 945px) {
  .imp_grid li:nth-child(2) div:nth-child(4), .imp_grid li:nth-child(3) div:nth-child(4), .imp_grid li:nth-child(4) div:nth-child(3), .imp_grid li:nth-child(4) div:nth-child(4) {
    display: none;
  }

  .imp_grid li:nth-child(4) {
    margin-bottom: 0 !important;
  }
}
.page_header.sector_header {
  padding-top: 120px;
  padding-bottom: 120px;
  height: auto !important;
}
@media all and (max-width: 945px) {
  .page_header.sector_header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page_header.sector_header h1 {
  padding-top: 0;
}

.page_header_content .sector_header_block {
  text-align: left;
}
.page_header_content .sector_header_block[data-child-industries="2"] {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 945px) {
  .page_header_content .sector_header_block[data-child-industries="2"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.page_header_content .sector_header_block[data-child-industries="3"] {
  width: 40.35874%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 945px) {
  .page_header_content .sector_header_block[data-child-industries="3"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.page_header_content .sector_header_block[data-child-industries="4"] {
  width: 31.83857%;
  float: left;
  margin-right: 2.24215%;
}
@media all and (max-width: 945px) {
  .page_header_content .sector_header_block[data-child-industries="4"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.page_header_content .sector_header_block h1 {
  color: #fa5d48;
}
.page_header_content .sector_header_block .subheading {
  font-size: 22px;
  line-height: 32px;
}
@media all and (max-width: 945px) {
  .page_header_content .sector_header_block .subheading {
    margin: 0;
    font-size: 14px;
    line-height: 1.7em;
  }
}

.sector_header_industries li {
  height: 215px;
}
.sector_header_industries li:before {
  display: none;
}
.sector_header_industries[data-industries="2"] {
  width: 65.91928%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  .sector_header_industries[data-industries="2"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sector_header_industries[data-industries="2"] li {
  width: 50%;
  padding: 0 15px;
}
@media all and (max-width: 550px) {
  .sector_header_industries[data-industries="2"] li {
    width: 100%;
    padding: 0 !important;
    height: 150px;
  }
}
@media all and (max-width: 945px) {
  .sector_header_industries[data-industries="2"] li:nth-child(1) {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media all and (max-width: 945px) {
  .sector_header_industries[data-industries="2"] li:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
  }
}
.sector_header_industries[data-industries="3"] {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-left: -15px;
  margin-top: 50px;
}
@media all and (max-width: 680px) {
  .sector_header_industries[data-industries="3"] {
    margin: 0;
  }
}
.sector_header_industries[data-industries="3"] li {
  width: 33.3332%;
  padding: 0 15px;
}
@media all and (max-width: 680px) {
  .sector_header_industries[data-industries="3"] li {
    width: 100%;
    padding: 0 !important;
    height: 150px;
  }
}
.sector_header_industries[data-industries="4"] {
  width: 65.91928%;
  float: left;
  margin-right: 2.24215%;
  float: right;
  margin-right: 0;
}
@media all and (max-width: 945px) {
  .sector_header_industries[data-industries="4"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sector_header_industries[data-industries="4"] li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 550px) {
  .sector_header_industries[data-industries="4"] li {
    width: 100%;
    padding: 0 !important;
    height: 150px;
  }
}
@media all and (max-width: 945px) {
  .sector_header_industries[data-industries="4"] li:nth-child(1), .sector_header_industries[data-industries="4"] li:nth-child(3) {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media all and (max-width: 945px) {
  .sector_header_industries[data-industries="4"] li:nth-child(2), .sector_header_industries[data-industries="4"] li:nth-child(4) {
    padding-left: 15px;
    padding-right: 0;
  }
}
.sector_header_industries[data-industries="4"] li:nth-child(4) {
  clear: none !important;
}
.sector_header_industries li a {
  position: relative;
}

body.industries .all_industry_overview .industries_list li {
  margin-bottom: 30px;
}
@media all and (max-width: 680px) {
  body.industries .all_industry_overview .industries_list li {
    width: 100%;
    padding: 0 !important;
    height: 150px;
    margin: 0;
  }
}

.flexischools_link_mobile {
  display: none;
}
@media all and (max-width: 680px) {
  .flexischools_link_mobile {
    display: block;
    text-align: center;
    clear: both;
    margin-bottom: 50px;
  }
}

.flexischools_link {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-70%) translateX(-50%);
          transform: translateY(-70%) translateX(-50%);
}
@media all and (max-width: 1215px) {
  .flexischools_link {
    -webkit-transform: translateY(-120%) translateX(-50%);
            transform: translateY(-120%) translateX(-50%);
  }
}
@media all and (max-width: 1065px) {
  .flexischools_link {
    -webkit-transform: translateY(-75%) translateX(-50%);
            transform: translateY(-75%) translateX(-50%);
  }
}
@media all and (max-width: 680px) {
  .flexischools_link {
    display: none;
  }
}

body.resources .static_content_wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-left: 0%;
  margin-top: 60px;
  margin-bottom: 90px;
}
@media all and (max-width: 945px) {
  body.resources .static_content_wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
body.resources .login_form {
  width: 48.87892%;
  float: left;
  margin-right: 2.24215%;
  margin-left: 25.56054%;
}
@media all and (max-width: 945px) {
  body.resources .login_form {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}

h1 {
  position: relative;
}
h1 a {
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-size: 1.14286rem;
}

table.resources_list {
  width: 100%;
}
table.resources_list th, table.resources_list td {
  text-align: left;
  padding: 20px;
}
table.resources_list thead {
  padding-bottom: 20px;
}
table.resources_list thead tr {
  border-bottom: 2px solid #fa5d48;
}
table.resources_list thead tr th {
  font-weight: 500;
  font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.28571rem;
  height: 50px;
  color: #fa5d48;
}
table.resources_list tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.resources_list tbody tr:last-child {
  border: none;
}
table.resources_list tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
table.resources_list .title a {
  font-size: 14px;
  text-decoration: none;
}
table.resources_list .title a:hover {
  text-decoration: underline;
}
table.resources_list .title small.date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
}
table.resources_list .title p {
  font-size: 14px;
}
table.resources_list .title ol, table.resources_list .title ul {
  margin-left: 30px;
}
table.resources_list .link a:hover {
  color: #fa5d48;
  text-decoration: none;
}
table.resources_list .link span {
  text-transform: uppercase;
}
@media all and (max-width: 945px) {
  table.resources_list thead {
    display: none;
  }
  table.resources_list tr, table.resources_list td {
    display: block;
    text-align: left;
    padding: 0;
  }
  table.resources_list tbody tr {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  table.resources_list tbody tr:hover {
    background: none;
  }
  table.resources_list td.title {
    font-weight: 500;
    font-family: "DIN Next W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.28571rem;
  }
  table.resources_list td.desc {
    opacity: 0.7;
    margin-bottom: 10px;
  }
}

.terms .static_content ol {
  counter-reset: item;
  list-style: none;
}
.terms .static_content li {
  position: relative;
}
.terms .static_content li:first-child {
  font-size: 2.57143rem;
  line-height: 42px;
  border-top: 2px solid #eaeaea !important;
  margin-top: 40px !important;
  padding-top: 37px;
}
.terms .static_content li ul li, .terms .static_content li ol li {
  font-size: 14px;
  padding-left: 30px;
  padding: 0;
  margin: 0;
  border: none;
}
.terms .static_content li:before {
  content: counters(item,".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
