/* Ranges */
/* Strip the unit of measure and returns it */
/* Convert px-size to rem-size */
/* Convert px-size to em-size */
/* Convert percent to number */
/* Construct object class name */
/* Construct object class name */
/* Grab the last part of a selector */
/* Breakpoints */
/* Media Queries */
/* Base font size */
/* Percentages */
/* Size map */
/* Colors */
/* Transition speeds */
/* Layout */
/* Borders */
/* Border-radius */
/* Namespaces */
/* Object specific */
/*! normalize.css v3.0.1 | 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, main, 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: 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: 600;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn
{
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark
{
  background: #ff0;
  color: #000;
}
/**
 * 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
 ========================================================================== */
/**
 * Remove margin
 */
figure
{
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr
{
  -moz-box-sizing: content-box;
  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"]
{
  /* 1 */
  -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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
/**
 * 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: 600;
}
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

td, th
{
  padding: 0;
}
/* Blockquote
 ========================================================================== */
blockquote
{
  margin: 0;
}

@font-face
{
  font-family: 'icons';
  src: url('../fonts/icons.eot?-8ovuqh');
  src: url('../fonts/icons.eot?#iefix-8ovuqh') format('embedded-opentype'), url('../fonts/icons.woff?-8ovuqh') format('woff'), url('../fonts/icons.ttf?-8ovuqh') format('truetype'), url('../fonts/icons.svg?-8ovuqh#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Global rules */
*, *::after, *::before
{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
/* Document */
body
{
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.625;
  font-weight: 400;
  margin: 0 auto;
  color: #444;
  overflow: hidden;
}

html, body
{
  background-color: #f5f6f7;
  height: 100%;
}

html, body, button, input, textarea
{
  text-rendering: optimizeSpeed;
}

html, body, input[type="submit"], input[type="button"]
{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html, button, input, select, textarea
{
  margin: 0;
}
/* Inputs */
input, button, textarea
{
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

input, select, textarea
{
  width: 100%;
}

textarea
{
  resize: vertical;
}
/* Media */
img, video, object, canvas
{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

iframe
{
  margin-bottom: 1em;
}

figure
{
  margin-bottom: 1em;
}
  figure img
{
    margin-bottom: 1em;
}

figcaption
{
  font-style: italic;
}
/* Lists */
ol, ul, li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl
{
  overflow: hidden;
  margin: 0 0 1em;
}

dt
{
  font-weight: 600;
}

dd
{
  margin-left: 0;
}
/* Tables */
table
{
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid;
  width: 100%;
}

th
{
  text-align: left;
  border: 1px solid;
  padding: 0.25em;
}

td
{
  border: 1px solid;
  padding: 0.25em;
}
/* Type */
h1, h2, h3, h4, h5, h6, p
{
  margin: 0;
  line-height: 1.625;
}

blockquote
{
  font-style: italic;
  border-left: 1px solid;
  padding-left: 1em;
  margin-bottom: 1em;
}
/* Lines */
hr
{
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 1em 0;
}

abbr
{
  border-bottom: 1px dotted;
  cursor: help;
}
/* Links */
a
{
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  transition: color 0.4s;
}
  a:hover, a:focus
{
    color: #0b86d2;
    text-decoration: underline;
    transition: none;
}
/* Forms */
form
{
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

form ol, form ul
{
  list-style: none;
  margin-left: 0;
}

fieldset
{
  border: 0;
  padding: 0;
  margin: 0;
}

label
{
  display: block;
}

button, input, select, textarea
{
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
}

input, textarea
{
  width: 100%;
  border: 1px solid;
  padding: 0.5em 0.666em;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="search"], input[type="url"], input[type="number"], textarea
{
  -webkit-appearance: none;
}

button
{
  padding: 0.5em;
  border: 1px solid;
  cursor: pointer;
}

input[type="search"]
{
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
  -webkit-appearance: none;
}

[disabled]
{
  cursor: default;
}
/* General media queries */
@media only screen and (max-width: 42.4375em)
{
  html
{
    font-size: 70%;
}
}

@media only screen and (min-width:42.5em) and (max-width:64.9375em)
{
  html
{
    font-size: 78.75%;
}
}

@media only screen and (min-width:65em) and (max-width:91.9375em)
{
  html
{
    font-size: 87.5%;
}
}

@media only screen and (min-width:92em)
{
  html
{
    font-size: 87.5%;
}
}
/* Generate color palette classes */
.color-primary
{
  color: #0b86d2;
}

.color-secondary
{
  color: #444;
}

.color-success
{
  color: #0c6;
}

.color-warning
{
  color: #dda500;
}

.color-error
{
  color: #c33;
}

@-webkit-keyframes reveal
{
  0%
{
    visibility: hidden;
    opacity: 0;
}

  100%
{
    visibility: visible;
    opacity: 1;
}
}

@keyframes reveal
{
  0%
{
    visibility: hidden;
    opacity: 0;
}

  100%
{
    visibility: visible;
    opacity: 1;
}
}

body:not(.no-animation) .a-reveal
{
  -webkit-animation: reveal 0.4s ease-in-out backwards;
  animation: reveal 0.4s ease-in-out backwards;
}

@-webkit-keyframes moveDown
{
  0%
{
    transform: translateY(-3.5rem);
    opacity: 0;
}

  100%
{
    transform: translateY(0);
    opacity: 1;
}
}

@keyframes moveDown
{
  0%
{
    transform: translateY(-3.5rem);
    opacity: 0;
}

  100%
{
    transform: translateY(0);
    opacity: 1;
}
}

body:not(.no-animation) .a-moveDown
{
  -webkit-animation: moveDown 0.4s ease-in-out backwards;
  animation: moveDown 0.4s ease-in-out backwards;
}

@-webkit-keyframes moveUpDown
{
  0%
{
    transform: translateY(3.5rem);
    opacity: 0;
}

  10%
{
    transform: translateY(0);
    opacity: 1;
}

  90%
{
    transform: translateY(0);
    opacity: 1;
}

  100%
{
    transform: translateY(3.5rem);
    opacity: 0;
}
}

@keyframes moveUpDown
{
  0%
{
    transform: translateY(3.5rem);
    opacity: 0;
}

  10%
{
    transform: translateY(0);
    opacity: 1;
}

  90%
{
    transform: translateY(0);
    opacity: 1;
}

  100%
{
    transform: translateY(3.5rem);
    opacity: 0;
}
}

body:not(.no-animation) .a-moveUpDown
{
  -webkit-animation: moveUpDown 5s ease-in-out backwards;
  animation: moveUpDown 5s ease-in-out backwards;
}
/* Flex Grid Settings */
/* Flex Grid Core */
[am-flex-grid]
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  list-style: none;
  margin: 0;
  margin-left: -2rem;
  padding: 0;
}

[am-flex-cell]
{
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 2rem;
}

[am-flex-grid^="1"] > [am-flex-cell], [am-flex-grid*=" 1"] > [am-flex-cell]
{
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

[am-flex-grid^="2"] > [am-flex-cell], [am-flex-grid*=" 2"] > [am-flex-cell]
{
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

[am-flex-grid^="3"] > [am-flex-cell], [am-flex-grid*=" 3"] > [am-flex-cell]
{
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

[am-flex-grid^="4"] > [am-flex-cell], [am-flex-grid*=" 4"] > [am-flex-cell]
{
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

[am-flex-grid^="5"] > [am-flex-cell], [am-flex-grid*=" 5"] > [am-flex-cell]
{
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

[am-flex-grid^="6"] > [am-flex-cell], [am-flex-grid*=" 6"] > [am-flex-cell]
{
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

[am-flex-grid^="7"] > [am-flex-cell], [am-flex-grid*=" 7"] > [am-flex-cell]
{
  -webkit-flex-basis: 14.28571%;
  -moz-flex-basis: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}

[am-flex-grid^="8"] > [am-flex-cell], [am-flex-grid*=" 8"] > [am-flex-cell]
{
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[am-flex-grid] > [am-flex-cell^="1"], [am-flex-grid] [am-flex-cell*=" 1"]
{
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[am-flex-grid] > [am-flex-cell^="2"], [am-flex-grid] [am-flex-cell*=" 2"]
{
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

[am-flex-grid] > [am-flex-cell^="3"], [am-flex-grid] [am-flex-cell*=" 3"]
{
  -webkit-flex-basis: 37.5%;
  -moz-flex-basis: 37.5%;
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

[am-flex-grid] > [am-flex-cell^="4"], [am-flex-grid] [am-flex-cell*=" 4"]
{
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

[am-flex-grid] > [am-flex-cell^="5"], [am-flex-grid] [am-flex-cell*=" 5"]
{
  -webkit-flex-basis: 62.5%;
  -moz-flex-basis: 62.5%;
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

[am-flex-grid] > [am-flex-cell^="6"], [am-flex-grid] [am-flex-cell*=" 6"]
{
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

[am-flex-grid] > [am-flex-cell^="7"], [am-flex-grid] [am-flex-cell*=" 7"]
{
  -webkit-flex-basis: 87.5%;
  -moz-flex-basis: 87.5%;
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

[am-flex-grid] > [am-flex-cell^="8"], [am-flex-grid] [am-flex-cell*=" 8"]
{
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

[am-flex-grid] > [am-flex-cell]
{
  padding-left: 2rem;
}

[am-flex-grid^="double-padding"], [am-flex-grid*=" double-padding"]
{
  margin-left: -4rem;
}

[am-flex-grid^="double-padding"] > [am-flex-cell], [am-flex-grid*=" double-padding"] > [am-flex-cell]
{
  padding-left: 4rem;
}

[am-flex-cell^="half-padding"], [am-flex-cell*=" half-padding"]
{
  padding-left: 1rem !important;
}

[am-flex-cell^="no-padding"], [am-flex-cell*=" no-padding"]
{
  padding-left: 0 !important;
}

[am-flex-grid~="fit"] > [am-flex-cell], [am-flex-grid*=" fit"] > [am-flex-cell]
{
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

[am-flex-grid] > [am-flex-cell^="none"], [am-flex-grid] > [am-flex-cell*=" none"]
{
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

[am-flex-grid] > [am-flex-cell^="full"], [am-flex-grid] > [am-flex-cell*=" full"]
{
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

[am-flex-grid] > [am-flex-cell^="fit"], [am-flex-grid] > [am-flex-cell*=" fit"]
{
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: none;
}

[am-flex-grid^="group"], [am-flex-grid*=" group"]
{
  margin-left: auto;
}

[am-flex-grid^="group"] > [am-flex-cell], [am-flex-grid*=" group"] > [am-flex-cell]
{
  padding-left: 0;
}

[am-flex-grid^="query"], [am-flex-grid*=" query"]
{
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width:64.9375em)
{
    [am-flex-grid^="query"] > [am-flex-cell], [am-flex-grid*=" query"] > [am-flex-cell]
{
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
}
}

[am-flex-grid^="center"] > [am-flex-cell], [am-flex-grid*=" center"] > [am-flex-cell]
{
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/* Flex Grid Utilities */
/* // Mixin includes do not take variables as identifiers, so this can't be used without autoprefixing the rules
 $flex-map:
 (am-flex-grid	item-start		align-items			flex-start),
 (am-flex-grid	item-center		align-items			center),
 (am-flex-grid	item-end		align-items			flex-end),
 (am-flex-grid	content-start	justify-content		flex-start),
 (am-flex-grid	content-center	justify-content		center),
 (am-flex-grid	content-end		justify-content		flex-end),
 (am-flex-grid	around			justify-content		space-around),
 (am-flex-grid	between			justify-content		space-between),
 (am-flex-cell	item-start		align-self			flex-start),
 (am-flex-cell	item-center		align-self			center),
 (am-flex-cell	item-end		align-self			flex-end);
 @each $flex-item in $flex-map { // Using namespace prefixes due the lack of variable scope
 // Using nth($values) due to compatibility issues
 $flex-selector: 	nth($flex-item, 1);
 $flex-attribute: 	nth($flex-item, 2);
 $flex-property: 	nth($flex-item, 3);
 $flex-value: 		nth($flex-item, 4);
 // Generates flex-helper classes
 #{attr($flex-selector, $flex-attribute)} {
 #{$flex-property}: $flex-value;
 }
 }
 */
[am-flex-grid^="content-end"], [am-flex-grid*=" content-end"]
{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

[am-flex-grid^="content-center"], [am-flex-grid*=" content-center"]
{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

[am-flex-cell^="item-end"], [am-flex-cell*=" item-end"]
{
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

[am-flex-cell^="item-center"], [am-flex-cell*=" item-center"]
{
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

[am-flex-cell^="text-center"], [am-flex-cell*=" text-center"]
{
  text-align: center;
}

[am-flex-cell^="text-end"], [am-flex-cell*=" text-end"]
{
  text-align: right;
}

@media only screen and (max-width:64.9375em)
{
    [am-flex-grid^="account-picker"], [am-flex-grid*=" account-picker"]
{
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
}
      [am-flex-grid^="account-picker"] > [am-flex-cell]:nth-child(1), [am-flex-grid*=" account-picker"] > [am-flex-cell]:nth-child(1)
{
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
        -ms-flex: none !important;
        flex: none !important;
}
        [am-flex-grid^="account-picker"] > [am-flex-cell]:nth-child(2), [am-flex-grid*=" account-picker"] > [am-flex-cell]:nth-child(2)
{
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
}

[class^="icon-"], [class*=" icon-"]
{
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  font-size: 1.8333rem;
  width: 1.8333rem;
  display: inline-block;
  text-align: center;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover, [class^="icon-"]:focus, [class*=" icon-"]:focus
{
  text-decoration: none;
}

.menu-item [class^="icon-"], .menu-item [class*=" icon-"], .topbar-server [class^="icon-"], .topbar-server [class*=" icon-"], .table [class^="icon-"], .table [class*=" icon-"]
{
  margin-right: 1rem;
}

.menu.dark [class^="icon-"], .menu.dark [class*=" icon-"]
{
  color: #9b9ea3;
}

.icon-user.type_0:before
{
  content: "\e61f";
}
  .icon-user.type_0.subtype_0:before
{
    content: "\e61f";
}
  .icon-user.type_0.subtype_1:before
{
    content: "\e601";
}
  .icon-user.type_0.subtype_2:before
{
    content: "\e620";
}

.icon-user.type_1:before
{
  content: "\e60f";
}

.icon-user.type_2:before
{
  content: "\e603";
}

.icon-user.type_3:before
{
  content: "\e603";
}

.icon-user.type_4:before
{
  content: "\e603";
}

.icon-user.type_5:before
{
  content: "\e603";
}

.icon-user.type_6:before
{
  content: "\e603";
}

.icon-user.type_7:before
{
  content: "\e605";
}

.icon-user.type_8:before
{
  content: "\e614";
}

.icon-os
{
  color: #444;
}

.icon-os.class-default:before
{
  content: "\e619";
  font-size: 1.5rem;
}

.icon-os.class-android:before
{
  content: "\e62d";
}

.icon-os.class-blackberry:before
{
  content: "\e62e";
}

.icon-os.class-ios:before
{
  content: "\e62c";
}

.icon-os.class-windows:before
{
  content: "\e62f";
}

.deliver_mail .icon-status
{
  width: auto;
}

.deliver_mail[status="0"] .icon-status:before
{
  content: "\e632";
}

.deliver_mail[status="1"] .icon-status:before
{
  content: "\e633";
}

.icon-, .icon-none, .icon-false
{
  display: none;
}

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

.icon-administrator:before
{
  content: "\e601";
}

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

.icon-arrow-forward:before
{
  content: "\e602";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.icon-card:before
{
  content: "\e603";
}

.icon-close:before
{
  content: "\e604";
}

.icon-collaboration:before
{
  content: "\e605";
}

.icon-dashboard:before
{
  content: "\e606";
}

.icon-delete-circle:before
{
  content: "\e607";
}

.icon-dropdown-arrow:before
{
  content: "\e608";
}

.icon-email:before
{
  content: "\e609";
}

.icon-expiration:before
{
  content: "\e60a";
}

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

.icon-icewarp-logo:before
{
  content: "\e60c";
}

.icon-licenses:before
{
  content: "\e60d";
}

.icon-limits:before
{
  content: "\e60e";
}

.icon-mailing-list:before
{
  content: "\e60f";
}

.icon-menu:before
{
  content: "\e610";
}

.icon-mobile:before
{
  content: "\e611";
}

.icon-pause-circle:before
{
  content: "\e612";
}

.icon-plus-circle:before
{
  content: "\e613";
}

.icon-resources:before
{
  content: "\e614";
}

.icon-rules:before
{
  content: "\e615";
}

.icon-search-circle:before
{
  content: "\e616";
}

.icon-security:before
{
  content: "\e617";
}

.icon-sent:before
{
  content: "\e618";
}

.icon-server:before
{
  content: "\e619";
}

.icon-services:before
{
  content: "\e61a";
}

.icon-settings:before
{
  content: "\e61b";
}

.icon-storage:before
{
  content: "\e61c";
}

.icon-support-circle:before
{
  content: "\e61d";
}

.icon-terminal-circle:before
{
  content: "\e61e";
}

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

.icon-administrator_domain:before
{
  content: "\e620";
}

.icon-outlook_sync:before
{
  content: "\e621";
}

.icon-icewarp_desktop:before
{
  content: "\e622";
}

.icon-devices:before
{
  content: "\e623";
}

.icon-checkmark:before
{
  content: "\e624";
}

.icon-xmark:before
{
  content: "\e625";
}

.icon-hyphen:before
{
  content: "\e626";
}

.icon-user_default:before
{
  content: "\e627";
}

.icon-close:before
{
  content: "\e600";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

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

.icon-facebook:before
{
  content: "\e629";
}

.icon-twitter:before
{
  content: "\e62a";
}

.icon-linkedin:before
{
  content: "\e62b";
}

.icon-apple:before
{
  content: "\e62c";
}

.icon-android:before
{
  content: "\e62d";
}

.icon-blackberry:before
{
  content: "\e62e";
}

.icon-windows:before
{
  content: "\e62f";
}

.icon-info:before
{
  content: "\e630";
}

.icon-warning:before
{
  content: "\e631";
}

.icon-to-all-users:before
{
  content: "\e632";
}

.icon-to-folder:before
{
  content: "\e633";
}

.icon-logout:before
{
  content: "\e634";
}

.icon-spam:before
{
  content: "\e635";
}

.icon-journal:before
{
  content: "\e636";
}

.icon-documents:before
{
  content: "\e637";
}

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

.login
{
  background-color: #f8f8f8;
  overflow: visible;
}

.login-logo
{
  width: 7.14286rem;
}
  @media only screen and (min-width:42.5em)
{
    .login-logo
{
      width: auto;
}
}

.login-wrap
{
  background: url('../login/images/login-background--large.jpg') center top no-repeat;
  background-size: cover;
}

.login-head
{
  padding: 1rem;
}
  @media only screen and (min-width:42.5em)
{
    .login-head
{
      padding: 3rem;
}
}

.login-body
{
  padding: 3rem 0 10rem;
}

.login-footer
{
  padding: 3rem 0;
}

.login-heading
{
  padding-bottom: 3rem;
}

.login .checkbox
{
  float: left;
  width: 20px;
}
  .login .checkbox label
{
    margin: 0;
}

.login .checkbox-label
{
  margin-left: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-remember, .login .checkbox-label
{
  line-height: 20px;
}

.login-form
{
  padding: 0 2rem;
}
  @media only screen and (min-width:42.5em)
{
    .login-form
{
      margin: auto;
      padding: 0;
      max-width: 25rem;
}
}

.login-input + .login-input
{
  margin-top: 1rem;
}

.login-input.button:not(:only-of-type)
{
  margin: 2rem auto;
}

.login hr
{
  width: 11.42857rem;
  margin: 3rem auto;
}

.login-share-icon
{
  margin: 0 0.25rem;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
  .login-share-icon:hover
{
    text-decoration: none;
    opacity: 1;
    transition: none;
}
  .login-share-icon [class^="icon-"], .login-share-icon [class*=" icon-"]
{
    color: #444;
    font-size: 2.14286rem;
}

.obj_permissions .table-body .table-row:hover
{
  color: #444;
}
  .obj_permissions .table-row li:last-child
{
    width: 4.28571rem;
    padding: 0;
    text-align: center;
}
    .obj_permissions .table-row li:last-child:hover
{
      color: #0b86d2;
}

.obj_domainlist .table-row li:nth-child(1)
{
  width: 50%;
}
  .obj_domainlist .table-row li:nth-child(2)
{
    width: 50%;
}
  @media only screen and (max-width: 42.4375em)
{
      .obj_domainlist .table-row li:nth-child(2)
{
        text-align: right;
}
}
  @media only screen and (min-width:42.5em)
{
      .obj_domainlist .table-row li:nth-child(1)
{
        width: 35%;
}
      .obj_domainlist .table-row li:nth-child(2)
{
        width: 30%;
}
      .obj_domainlist .table-row li:nth-child(3)
{
        width: 15%;
}
      .obj_domainlist .table-row li:nth-child(4)
{
        width: auto;
}
}

@media only screen and (max-width: 42.4375em)
{
        .obj_userlist .table-row li
{
          padding-left: 0;
}
          .obj_userlist .table-row li.userlist-name_and_account
{
            width: 66.66667%;
}
          .obj_userlist .table-row li.userlist-filter
{
            width: 33.33333%;
            text-align: right;
}
}
  @media only screen and (min-width:42.5em)
{
      .obj_userlist .table-row li:not(:first-child)
{
        width: 25%;
}
}

.obj_accountmobiledevices .table-row.main:not(:first-of-type)
{
  margin-top: 2.5rem;
}
  .obj_accountmobiledevices .table-row.sub
{
    border-bottom: 0;
    height: 5rem;
}
  .obj_accountmobiledevices .table-row.sub + .sub
{
    border-top: 1px solid #bbb;
}
  .obj_accountmobiledevices .table-row:not(.main) li:nth-child(2)
{
    width: auto;
}
    .obj_accountmobiledevices .table-row:not(.main) li:nth-child(3)
{
      width: 12rem;
}
    .obj_accountmobiledevices .table-row:not(.main) li:nth-child(4)
{
      width: 12rem;
}
    @media only screen and (min-width:65em)
{
      .obj_accountmobiledevices .table-row:not(.main) li:nth-child(3)
{
        width: 20rem;
}

      .obj_accountmobiledevices .table-row:not(.main) li:nth-child(4)
{
        width: 20rem;
}
}
  .obj_accountmobiledevices .os-type-icon
{
    font-size: 1rem;
    margin-right: 0.5rem;
}
/* Utility classes */
.overflow-hidden
{
  overflow: hidden;
}

.text-center
{
  text-align: center;
}

.text-right
{
  text-align: right;
}

.circle
{
  border-radius: 50%;
}

.underline
{
  text-decoration: underline;
}

.readonly
{
  font-weight: 600;
}

.weight-600
{
  font-weight: 600;
}

.ellipsis
{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-wrap
{
  white-space: nowrap;
}

.u-normal-wrap
{
  white-space: normal;
}

.u-float-left
{
  float: left;
}

.u-inline-block
{
  display: inline-block;
  vertical-align: middle;
}

.u-inline
{
  display: inline;
  vertical-align: top;
}

.u-rotate-180
{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.u-reset-margin
{
  margin: 0 !important;
}

.u-margin-half
{
  margin: 0.5rem;
}

.u-clearfix::before, .u-clearfix::after
{
  content: " ";
  display: table;
}

.u-clearfix::after
{
  clear: both;
}
/* Font classes */
.alpha
{
  font-size: 2.85714rem;
}
/* State classes */
[is-hidden]
{
  display: none !important;
}

.is-highlighted
{
  border: 1px solid #0b86d2 !important;
  box-shadow: inset 0 0 0 1px #0b86d2 !important;
  background-color: rgba(11, 134, 210, 0.1) !important;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
/* Overrides */
.hide
{
  display: none !important;
}

@media only screen and (max-width: 42.4375em)
{
          .hide-for-small
{
            display: none !important;
}
}
  @media only screen
{
        .hide-for-small-up
{
          display: none !important;
}
}
  @media 
{
        .hide-for-small-down
{
          display: none !important;
}
}
  @media only screen and (min-width:42.5em) and (max-width:64.9375em)
{
        .hide-for-medium
{
          display: none !important;
}
}
  @media only screen and (min-width:42.5em)
{
        .hide-for-medium-up
{
          display: none !important;
}
}
  @media only screen and (max-width:64.9375em)
{
        .hide-for-medium-down
{
          display: none !important;
}
}
  @media only screen and (min-width:65em) and (max-width:91.9375em)
{
        .hide-for-large
{
          display: none !important;
}
}
  @media only screen and (min-width:65em)
{
        .hide-for-large-up
{
          display: none !important;
}
}
  @media only screen and (max-width:91.9375em)
{
        .hide-for-large-down
{
          display: none !important;
}
}
  @media only screen and (min-width:92em) and (max-width:999999999999)
{
        .hide-for-xlarge
{
          display: none !important;
}
}
  @media only screen and (min-width:92em)
{
        .hide-for-xlarge-up
{
          display: none !important;
}
}
  @media 
{
        .hide-for-xlarge-down
{
          display: none !important;
}
}
/* Colors */
.color-primary
{
  color: #0b86d2;
}

.bg-color-primary
{
  background-color: #0b86d2;
}

.border-color-primary
{
  border-color: #0b86d2;
}

.color-secondary
{
  color: #444;
}

.bg-color-secondary
{
  background-color: #444;
}

.border-color-secondary
{
  border-color: #444;
}

.color-success
{
  color: #0c6;
}

.bg-color-success
{
  background-color: #0c6;
}

.border-color-success
{
  border-color: #0c6;
}

.color-warning
{
  color: #dda500;
}

.bg-color-warning
{
  background-color: #dda500;
}

.border-color-warning
{
  border-color: #dda500;
}

.color-error
{
  color: #c33;
}

.bg-color-error
{
  background-color: #c33;
}

.border-color-error
{
  border-color: #c33;
}

.color-grey
{
  color: #cfd5db;
}

.bg-color-grey
{
  background-color: #cfd5db;
}

.border-color-grey
{
  border-color: #cfd5db;
}

.color-disabled
{
  color: #cfd5db;
}

.bg-color-disabled
{
  background-color: #cfd5db;
}

.border-color-disabled
{
  border-color: #cfd5db;
}

.color-borderless
{
  color: transparent;
}

.bg-color-borderless
{
  background-color: transparent;
}

.border-color-borderless
{
  border-color: transparent;
}
