/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

meta.foundation-version {
  font-family: "1.2.0"; }

meta.foundation-mq {
  font-family: "small=0&medium=40rem&large=75rem&xlarge=90rem&xxlarge=120rem"; }

/*
  GLOBAL
  ------

  Global styles and settings for Foundation for Apps are stored here. This file must always
  be imported, no matter what.

  Includes:
   -
*/
html, body {
  height: 100%;
  font-size: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

a, [ui-sref], [zf-open], [zf-close], [zf-toggle] {
  cursor: pointer; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.padding {
  padding: 1rem; }

.iconic {
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  a > .iconic {
    margin-top: -2px;
    margin-right: 0.25rem; }
    a > .iconic * {
      fill: #00558b;
      stroke: #00558b; }
      a > .iconic *.iconic-property-accent {
        fill: #00558b;
        stroke: #00558b; }

.iconic * {
  fill: #00558b;
  stroke: #00558b; }
  .iconic *.iconic-property-accent {
    fill: #00558b;
    stroke: #00558b; }

.iconic-color-primary * {
  fill: #00558b;
  stroke: #00558b; }
  .iconic-color-primary *.iconic-property-accent {
    fill: #00558b;
    stroke: #00558b; }

.iconic-color-success * {
  fill: #43AC6A;
  stroke: #43AC6A; }
  .iconic-color-success *.iconic-property-accent {
    fill: #43AC6A;
    stroke: #43AC6A; }

.iconic-color-warning * {
  fill: #F08A24;
  stroke: #F08A24; }
  .iconic-color-warning *.iconic-property-accent {
    fill: #F08A24;
    stroke: #F08A24; }

.iconic-color-alert * {
  fill: #F04124;
  stroke: #F04124; }
  .iconic-color-alert *.iconic-property-accent {
    fill: #F04124;
    stroke: #F04124; }

.iconic-color-dark * {
  fill: #232323;
  stroke: #232323; }
  .iconic-color-dark *.iconic-property-accent {
    fill: #232323;
    stroke: #232323; }

.iconic-color-secondary * {
  fill: #f1f1f1;
  stroke: #f1f1f1; }
  .iconic-color-secondary *.iconic-property-accent {
    fill: #f1f1f1;
    stroke: #f1f1f1; }

/*
  ACTION SHEET
  ------------

  A dropdown menu that sticks to the bottom of the screen on small devices, and becomes a dropdown menu on larger devices.
*/
/*
  Styles for the list inside an action sheet.
  Don't include this mixin if you want to build custom controls inside the sheet.
*/
/*
  Styles for the action sheet container. Action sheets pin to the top or bottom of the screen.
*/
.action-sheet-container {
  position: relative;
  display: inline-block; }
  .action-sheet-container .button {
    margin-left: 0;
    margin-right: 0; }

.action-sheet {
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem;
  background: white;
  text-align: center;
  transition-property: transform opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
  bottom: 0;
  transform: translateY(100%); }
  .action-sheet.is-active {
    transform: translateY(0%); }
  .action-sheet ul {
    margin: -1rem;
    margin-top: 0;
    list-style-type: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .action-sheet ul:first-child {
      margin-top: -1rem; }
      .action-sheet ul:first-child li:first-child {
        border-top: 0; }
    .action-sheet ul a {
      display: block;
      padding: 0.8rem;
      line-height: 1;
      color: #000;
      border-top: 1px solid #ccc; }
      .action-sheet ul a:hover {
        color: #000;
        background: #f2f2f2; }
    .action-sheet ul .alert > a {
      color: #F04124; }
    .action-sheet ul .disabled > a {
      pointer-events: none;
      color: #999; }
  @media only screen and (min-width: 40em) {
    .action-sheet {
      /*
    Core styles
  */
      position: absolute;
      left: 50%;
      width: 300px;
      border-radius: 4px;
      opacity: 0;
      pointer-events: none;
      /*
    Menu shadow
  */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      /*
    Active state
  */
      /*
    Menu tail
  */
      /*
    Positioning
  */
      top: auto;
      bottom: 0;
      transform: translateX(-50%) translateY(110%); }
      .action-sheet.is-active {
        opacity: 1;
        pointer-events: auto; }
      .action-sheet::before, .action-sheet::after {
        content: '';
        position: absolute;
        left: 50%;
        display: block;
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-left: -10px; }
      .action-sheet.is-active {
        transform: translateX(-50%) translateY(100%); }
      .action-sheet::before, .action-sheet::after {
        top: -10px;
        bottom: auto;
        border-top: 0;
        border-bottom: 10px solid white; }
      .action-sheet::before {
        top: -12px;
        border-bottom-color: rgba(0, 0, 0, 0.15); }
      .action-sheet.top {
        /*
    Core styles
  */
        position: absolute;
        left: 50%;
        width: 300px;
        border-radius: 4px;
        opacity: 0;
        pointer-events: none;
        /*
    Menu shadow
  */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        /*
    Active state
  */
        /*
    Menu tail
  */
        /*
    Positioning
  */
        top: 0;
        bottom: auto;
        transform: translateX(-50%) translateY(-120%); }
        .action-sheet.top.is-active {
          opacity: 1;
          pointer-events: auto; }
        .action-sheet.top::before, .action-sheet.top::after {
          content: '';
          position: absolute;
          left: 50%;
          display: block;
          width: 0px;
          height: 0px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          margin-left: -10px; }
        .action-sheet.top.is-active {
          transform: translateX(-50%) translateY(-110%); }
        .action-sheet.top::before, .action-sheet.top::after {
          top: auto;
          bottom: -10px;
          border-top: 10px solid white;
          border-bottom: 0; }
        .action-sheet.top::before {
          bottom: -12px;
          border-top-color: rgba(0, 0, 0, 0.15); } }
  .action-sheet.primary {
    background: #00558b;
    color: #fff;
    border: 0; }
    .action-sheet.primary::before {
      display: none; }
    .action-sheet.primary::before, .action-sheet.primary::after {
      border-top-color: #00558b; }
    .action-sheet.primary.top::before, .action-sheet.primary.top::after {
      border-bottom-color: #00558b; }
    .action-sheet.primary ul {
      margin: -1rem;
      margin-top: 0;
      list-style-type: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .action-sheet.primary ul:first-child {
        margin-top: -1rem; }
        .action-sheet.primary ul:first-child li:first-child {
          border-top: 0; }
      .action-sheet.primary ul a {
        display: block;
        padding: 0.8rem;
        line-height: 1;
        color: #fff;
        border-top: 1px solid #006cb0; }
        .action-sheet.primary ul a:hover {
          color: #fff;
          background: #00609e; }
      .action-sheet.primary ul .alert > a {
        color: #F04124; }
      .action-sheet.primary ul .disabled > a {
        pointer-events: none;
        color: #999; }
  .action-sheet.dark {
    background: #232323;
    color: #fff;
    border: 0; }
    .action-sheet.dark::before {
      display: none; }
    .action-sheet.dark::before, .action-sheet.dark::after {
      border-top-color: #232323; }
    .action-sheet.dark.top::before, .action-sheet.dark.top::after {
      border-bottom-color: #232323; }
    .action-sheet.dark ul {
      margin: -1rem;
      margin-top: 0;
      list-style-type: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .action-sheet.dark ul:first-child {
        margin-top: -1rem; }
        .action-sheet.dark ul:first-child li:first-child {
          border-top: 0; }
      .action-sheet.dark ul a {
        display: block;
        padding: 0.8rem;
        line-height: 1;
        color: #fff;
        border-top: 1px solid #393939; }
        .action-sheet.dark ul a:hover {
          color: #fff;
          background: #2e2e2e; }
      .action-sheet.dark ul .alert > a {
        color: #F04124; }
      .action-sheet.dark ul .disabled > a {
        pointer-events: none;
        color: #999; }

/*
  BLOCK LIST
  ----------

  A generic list component that can accomodate a variety of styles and controls.

  Features:
   - Icons
   - Labels
   - Chevrons
   - Text fields
   - Dropdown menus
   - Checkbox/radio inputs
*/
/*
  Adds styles for a block list container.

  $font-size: global font size for the list.
  $full-bleed: when "true", the margins of the list invert to line it up with the edge of a padded element.
*/
.block-list {
  margin-bottom: 1rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .block-list, .block-list ul {
    list-style-type: none; }
  .block-list ul {
    margin-left: 0; }

/*
  Styles block list headers on the selector you include this mixin in (normally a <header>).

  $color - color of the header.
  $font-size - font size of the header.
  $offset - left margin to add to the header, to line it up with the list items.
*/
/*
  Styles block list items on the selector you include this mixin in (normally an <li>).

  $color - color of items.
  $color-hover - color of items on hover.
  $background - background of items.
  $background-hover - background of items on hover.
  $border - border between items.
  $padding - padding on items.
*/
/*
  Adds label styles to the class you include this mixin in.

  $color - color of the label.
  $left-class - extra class to flip the orientation of the label.
  $left-padding - left padding to use for left-hand labels.
*/
/*
  Adds support for chevrons, which appear on the right-hand side of the item.

  $color - color of the chevron.
  $padding - include the global padding of block list items here.
*/
/*
  Adds icon styles. Call this mixin on a block list container.

  $size - size of the icon as a percentage (decimal) of the list item's height.
  $item-selector - overrides the 'li' selector used for list items.
*/
/*
  Adds support for text fields, select menus, and checkbox/radio groups in block lists.

  $color - color of select menu arrow.
  $background-hover - color of select menu when hovered over.
  $padding - include the global padding of block list items here.
  $dropdown-class - class to use for list items that contain a dropdown.
  $switch-class - class to use for switches inside list items.
*/
.block-list {
  font-size: 1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .block-list input[type="text"], .block-list input[type="password"], .block-list input[type="date"], .block-list input[type="datetime"], .block-list input[type="datetime-local"], .block-list input[type="month"], .block-list input[type="week"], .block-list input[type="email"], .block-list input[type="number"], .block-list input[type="search"], .block-list input[type="tel"], .block-list input[type="time"], .block-list input[type="url"], .block-list input[type="color"], .block-list textarea {
    overflow: visible;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    height: 2.6rem;
    padding: 0.6rem 1rem 0.6rem 1rem;
    color: inherit;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle; }
    .block-list input[type="text"]:hover, .block-list input[type="text"]:focus, .block-list input[type="password"]:hover, .block-list input[type="password"]:focus, .block-list input[type="date"]:hover, .block-list input[type="date"]:focus, .block-list input[type="datetime"]:hover, .block-list input[type="datetime"]:focus, .block-list input[type="datetime-local"]:hover, .block-list input[type="datetime-local"]:focus, .block-list input[type="month"]:hover, .block-list input[type="month"]:focus, .block-list input[type="week"]:hover, .block-list input[type="week"]:focus, .block-list input[type="email"]:hover, .block-list input[type="email"]:focus, .block-list input[type="number"]:hover, .block-list input[type="number"]:focus, .block-list input[type="search"]:hover, .block-list input[type="search"]:focus, .block-list input[type="tel"]:hover, .block-list input[type="tel"]:focus, .block-list input[type="time"]:hover, .block-list input[type="time"]:focus, .block-list input[type="url"]:hover, .block-list input[type="url"]:focus, .block-list input[type="color"]:hover, .block-list input[type="color"]:focus, .block-list textarea:hover, .block-list textarea:focus {
      border: 0; }
  .block-list li > input[type="checkbox"], .block-list li > input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .block-list li > input[type="checkbox"] + label, .block-list li > input[type="radio"] + label {
      display: block;
      font-size: 1rem;
      margin: 0; }
    .block-list li > input[type="checkbox"]:checked + label::before, .block-list li > input[type="radio"]:checked + label::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32" viewBox="0 0 32 32"><path fill="black" d="M16 0c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm6.906 8.875l2.219 2.031-12.063 13.281-6.188-6.188 2.125-2.125 3.938 3.938 9.969-10.938z"/></svg>');
      content: '';
      background-size: 100% 100%;
      width: 1.5em;
      height: 1.5em;
      color: #00558b;
      float: right;
      pointer-events: none;
      margin-top: -0.25em; }
      @media screen and (min-width: 0\0) {
        .block-list li > input[type="checkbox"]:checked + label::before, .block-list li > input[type="radio"]:checked + label::before {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNrMl0FugzAQRY3TRZeoFyhVL0BOkGTXJezaHZwguUnECaCrdFd6gqQnCN11Uyk5QekNOlONJWMVGMCgfGlkEIY3HnsG2xFM3d96PjQB2AJsWdPtAPYOln+dTwXnuw4DHEGzBvNFN6EDCTiS9XIAwB40acNoucKoxODIie0AwAOCu8KOSnIiNx/MakK+A7sW9oTferxx3fP3T1nURoBG/irGVahHwjHm/Ggx7E3TMVdrQmoP0gngghhpZQ3QvG/EdPLUelARWI8Aycjq9Md0qMIdbcNhjmOKLoY7quk3l1Rebeqg4AwFkmq7LWGOh1pmNY0etZAWSq0OX8HoS4JvWuCopbSY26EGR/CW86K0BF+pwkLwlPuyHJhOCl5oe4ZtF++vOqST+GdOYwO+71pN2VNAjmQGPCe42weuHDg0PI8olUwnYrXTGQJH9gxq8l1LKvrQx4O6/YY32Kp/ugb3ey7gZ4xAzuhYiYTxB/UHZFAuaREVXZ2g6yFlvEC2yoKEmbsRZYNgVLk2JeaOaG+xLHN+WCszDWMqLGOrJFa1DlApjSdwoHJGqGzLIb0+cas0wh5Bh780ngswx8GJD7h8sHg2wLA/mfDLPZpdxOF0quP5rwADAAFIzSRvu1m5AAAAAElFTkSuQmCC"); } }
  .block-list .with-dropdown {
    color: inherit; }
    .block-list .with-dropdown select {
      -webkit-appearance: none;
      -moz-appearance: none;
      outline: 0;
      background: 0;
      border: 0;
      height: auto;
      padding: 0.8rem 1rem;
      margin: 0;
      font-size: 1em;
      line-height: 1;
      color: inherit;
      background-color: transparent; }
  .block-list .switch {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }
  .block-list.with-icons li > a, .block-list.with-icons li > span, .block-list.with-icons li > label {
    padding-left: 2.8rem; }
  .block-list.with-icons li img, .block-list.with-icons li .iconic {
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 8px;
    pointer-events: none; }
  .block-list header {
    margin-top: 1em;
    color: #666666;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: 1rem;
    font-size: 0.8em;
    cursor: default;
    text-transform: uppercase; }
  .block-list li {
    position: relative;
    border-bottom: 1px solid #d0d0d0; }
    .block-list li:first-child {
      border-top: 1px solid #d0d0d0; }
    .block-list li > a, .block-list li > span, .block-list li > label {
      display: block;
      padding: 0.8rem 1rem;
      padding-left: 1rem;
      color: #000;
      line-height: 1; }
    .block-list li > span {
      cursor: default; }
    .block-list li > a, .block-list li > label {
      cursor: pointer; }
      .block-list li > a:hover, .block-list li > label:hover {
        color: #000; }
    .block-list li > a:hover, .block-list li > label:hover, .block-list li select:hover {
      background: #f4f4f4; }
    .block-list li.caution > a, .block-list li.caution > a:hover {
      color: #F04124; }
    .block-list li.disabled > a {
      cursor: default; }
      .block-list li.disabled > a, .block-list li.disabled > a:hover {
        color: #999; }
      .block-list li.disabled > a:hover {
        background: transparent; }
    .block-list li.with-chevron::after {
      content: '\203A';
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      font-weight: bold;
      color: #666666;
      font-size: 2em; }
    .block-list li.with-chevron .block-list-label {
      padding-right: 1.5rem; }
    .block-list li .block-list-label {
      display: inline-block;
      float: right;
      padding: 0;
      color: #999999;
      pointer-events: none; }
      .block-list li .block-list-label.left {
        margin-left: 0.8rem;
        float: none; }

.button, .button-group > li > a, .button-group > li > label, .button-group > li > button {
  display: inline-block;
  border: 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  transition: background 0.25s ease-out;
  vertical-align: middle;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  border-radius: 0; }

.button {
  font-size: 0.9rem;
  display: inline-block;
  width: auto;
  margin: 0 1rem 1rem 0;
  background: #00558b;
  color: #fff; }
  .button .iconic {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.25em;
    margin-top: -2px; }
  .button:hover, .button:focus {
    background: #004876;
    color: #fff; }
  .button .iconic * {
    fill: #fff;
    stroke: #fff; }
    .button .iconic *.iconic-property-accent {
      fill: #fff;
      stroke: #fff; }
  .button.tiny {
    font-size: 0.63rem; }
    .button.tiny .iconic {
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 0.25em;
      margin-top: -2px; }
  .button.small {
    font-size: 0.72rem; }
    .button.small .iconic {
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 0.25em;
      margin-top: -2px; }
  .button.large {
    font-size: 1.17rem; }
    .button.large .iconic {
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 0.25em;
      margin-top: -2px; }
  .button.expand {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.secondary {
    background: #f1f1f1;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background: #cdcdcd;
      color: #000; }
    .button.secondary .iconic * {
      fill: #000;
      stroke: #000; }
      .button.secondary .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button.success {
    background: #43AC6A;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #39925a;
      color: #fff; }
    .button.success .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.success .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.warning {
    background: #F08A24;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #dc750f;
      color: #fff; }
    .button.warning .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.warning .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.alert {
    background: #F04124;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #dc2c0f;
      color: #fff; }
    .button.alert .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.alert .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.info {
    background: #A0D3E8;
    color: #000; }
    .button.info:hover, .button.info:focus {
      background: #71bddd;
      color: #000; }
    .button.info .iconic * {
      fill: #000;
      stroke: #000; }
      .button.info .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button.dark {
    background: #232323;
    color: #fff; }
    .button.dark:hover, .button.dark:focus {
      background: #1e1e1e;
      color: #fff; }
    .button.dark .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.dark .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.hollow {
    border: 1px solid #00558b;
    background: transparent;
    color: #00558b; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #008ee8;
      background: transparent;
      color: #008ee8; }
    .button.hollow .iconic * {
      fill: #00558b;
      stroke: #00558b; }
      .button.hollow .iconic *.iconic-property-accent {
        fill: #00558b;
        stroke: #00558b; }
    .button.hollow:hover .iconic * {
      fill: #008ee8;
      stroke: #008ee8; }
      .button.hollow:hover .iconic *.iconic-property-accent {
        fill: #008ee8;
        stroke: #008ee8; }
    .button.hollow.secondary {
      border: 1px solid #f1f1f1;
      background: transparent;
      color: #f1f1f1; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: whitesmoke;
        background: transparent;
        color: whitesmoke; }
      .button.hollow.secondary .iconic * {
        fill: #f1f1f1;
        stroke: #f1f1f1; }
        .button.hollow.secondary .iconic *.iconic-property-accent {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
      .button.hollow.secondary:hover .iconic * {
        fill: whitesmoke;
        stroke: whitesmoke; }
        .button.hollow.secondary:hover .iconic *.iconic-property-accent {
          fill: whitesmoke;
          stroke: whitesmoke; }
    .button.hollow.success {
      border: 1px solid #43AC6A;
      background: transparent;
      color: #43AC6A; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #6dc68e;
        background: transparent;
        color: #6dc68e; }
      .button.hollow.success .iconic * {
        fill: #43AC6A;
        stroke: #43AC6A; }
        .button.hollow.success .iconic *.iconic-property-accent {
          fill: #43AC6A;
          stroke: #43AC6A; }
      .button.hollow.success:hover .iconic * {
        fill: #6dc68e;
        stroke: #6dc68e; }
        .button.hollow.success:hover .iconic *.iconic-property-accent {
          fill: #6dc68e;
          stroke: #6dc68e; }
    .button.hollow.warning {
      border: 1px solid #F08A24;
      background: transparent;
      color: #F08A24; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #f4a75b;
        background: transparent;
        color: #f4a75b; }
      .button.hollow.warning .iconic * {
        fill: #F08A24;
        stroke: #F08A24; }
        .button.hollow.warning .iconic *.iconic-property-accent {
          fill: #F08A24;
          stroke: #F08A24; }
      .button.hollow.warning:hover .iconic * {
        fill: #f4a75b;
        stroke: #f4a75b; }
        .button.hollow.warning:hover .iconic *.iconic-property-accent {
          fill: #f4a75b;
          stroke: #f4a75b; }
    .button.hollow.alert {
      border: 1px solid #F04124;
      background: transparent;
      color: #F04124; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #f4715b;
        background: transparent;
        color: #f4715b; }
      .button.hollow.alert .iconic * {
        fill: #F04124;
        stroke: #F04124; }
        .button.hollow.alert .iconic *.iconic-property-accent {
          fill: #F04124;
          stroke: #F04124; }
      .button.hollow.alert:hover .iconic * {
        fill: #f4715b;
        stroke: #f4715b; }
        .button.hollow.alert:hover .iconic *.iconic-property-accent {
          fill: #f4715b;
          stroke: #f4715b; }
    .button.hollow.info {
      border: 1px solid #A0D3E8;
      background: transparent;
      color: #A0D3E8; }
      .button.hollow.info:hover, .button.hollow.info:focus {
        border-color: #b8deee;
        background: transparent;
        color: #b8deee; }
      .button.hollow.info .iconic * {
        fill: #A0D3E8;
        stroke: #A0D3E8; }
        .button.hollow.info .iconic *.iconic-property-accent {
          fill: #A0D3E8;
          stroke: #A0D3E8; }
      .button.hollow.info:hover .iconic * {
        fill: #b8deee;
        stroke: #b8deee; }
        .button.hollow.info:hover .iconic *.iconic-property-accent {
          fill: #b8deee;
          stroke: #b8deee; }
    .button.hollow.dark {
      border: 1px solid #232323;
      background: transparent;
      color: #232323; }
      .button.hollow.dark:hover, .button.hollow.dark:focus {
        border-color: #5a5a5a;
        background: transparent;
        color: #5a5a5a; }
      .button.hollow.dark .iconic * {
        fill: #232323;
        stroke: #232323; }
        .button.hollow.dark .iconic *.iconic-property-accent {
          fill: #232323;
          stroke: #232323; }
      .button.hollow.dark:hover .iconic * {
        fill: #5a5a5a;
        stroke: #5a5a5a; }
        .button.hollow.dark:hover .iconic *.iconic-property-accent {
          fill: #5a5a5a;
          stroke: #5a5a5a; }
  .button.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.button-group {
  margin: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  overflow: hidden;
  font-size: 0.9rem; }
  .button-group > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group > li > a, .button-group > li > label, .button-group > li > button {
      border-radius: 0;
      font-size: inherit;
      display: block;
      margin: 0; }
    .button-group > li > input + label {
      margin-left: 0; }
    .button-group > li:not(:last-child) > a, .button-group > li:not(:last-child) > label, .button-group > li:not(:last-child) > button {
      border-right: 1px solid #004068; }
  .button-group .iconic {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.25em;
    margin-top: -2px; }

.button-group.segmented, .button-group.segmented.secondary, .button-group.segmented.success, .button-group.segmented.warning, .button-group.segmented.alert {
  border: 1px solid #00558b;
  transition-property: background color; }
  .button-group.segmented > li > input[type="radio"] {
    position: absolute;
    left: -9999px; }
  .button-group.segmented > li > a, .button-group.segmented.secondary > li > a, .button-group.segmented.success > li > a, .button-group.segmented.warning > li > a, .button-group.segmented.alert > li > a, .button-group.segmented > li > label, .button-group.segmented.secondary > li > label, .button-group.segmented.success > li > label, .button-group.segmented.warning > li > label, .button-group.segmented.alert > li > label, .button-group.segmented > li > button, .button-group.segmented.secondary > li > button, .button-group.segmented.success > li > button, .button-group.segmented.warning > li > button, .button-group.segmented.alert > li > button {
    margin-right: 0;
    background: transparent; }

.button-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0; }
  .button-group > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .button-group > li > a, .button-group > li > label, .button-group > li > button {
    background: #00558b;
    color: #fff;
    border-color: #004876; }
    .button-group > li > a:hover, .button-group > li > a:focus, .button-group > li > label:hover, .button-group > li > label:focus, .button-group > li > button:hover, .button-group > li > button:focus {
      background: #004876;
      color: #fff; }
    .button-group > li > a .iconic *, .button-group > li > label .iconic *, .button-group > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li > a .iconic *.iconic-property-accent, .button-group > li > label .iconic *.iconic-property-accent, .button-group > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group > li.is-active > a, .button-group > li.is-active > label, .button-group > li.is-active > button {
    background: #004876; }
  .button-group.secondary > li > a, .button-group.secondary > li > label, .button-group.secondary > li > button {
    background: #f1f1f1;
    color: #000;
    border-color: #cdcdcd; }
    .button-group.secondary > li > a:hover, .button-group.secondary > li > a:focus, .button-group.secondary > li > label:hover, .button-group.secondary > li > label:focus, .button-group.secondary > li > button:hover, .button-group.secondary > li > button:focus {
      background: #cdcdcd;
      color: #000; }
    .button-group.secondary > li > a .iconic *, .button-group.secondary > li > label .iconic *, .button-group.secondary > li > button .iconic * {
      fill: #000;
      stroke: #000; }
      .button-group.secondary > li > a .iconic *.iconic-property-accent, .button-group.secondary > li > label .iconic *.iconic-property-accent, .button-group.secondary > li > button .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button-group.secondary > li.is-active > a, .button-group.secondary > li.is-active > label, .button-group.secondary > li.is-active > button {
    background: #cdcdcd; }
  .button-group.success > li > a, .button-group.success > li > label, .button-group.success > li > button {
    background: #43AC6A;
    color: #fff;
    border-color: #39925a; }
    .button-group.success > li > a:hover, .button-group.success > li > a:focus, .button-group.success > li > label:hover, .button-group.success > li > label:focus, .button-group.success > li > button:hover, .button-group.success > li > button:focus {
      background: #39925a;
      color: #fff; }
    .button-group.success > li > a .iconic *, .button-group.success > li > label .iconic *, .button-group.success > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.success > li > a .iconic *.iconic-property-accent, .button-group.success > li > label .iconic *.iconic-property-accent, .button-group.success > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.success > li.is-active > a, .button-group.success > li.is-active > label, .button-group.success > li.is-active > button {
    background: #39925a; }
  .button-group.warning > li > a, .button-group.warning > li > label, .button-group.warning > li > button {
    background: #F08A24;
    color: #fff;
    border-color: #dc750f; }
    .button-group.warning > li > a:hover, .button-group.warning > li > a:focus, .button-group.warning > li > label:hover, .button-group.warning > li > label:focus, .button-group.warning > li > button:hover, .button-group.warning > li > button:focus {
      background: #dc750f;
      color: #fff; }
    .button-group.warning > li > a .iconic *, .button-group.warning > li > label .iconic *, .button-group.warning > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.warning > li > a .iconic *.iconic-property-accent, .button-group.warning > li > label .iconic *.iconic-property-accent, .button-group.warning > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.warning > li.is-active > a, .button-group.warning > li.is-active > label, .button-group.warning > li.is-active > button {
    background: #dc750f; }
  .button-group.alert > li > a, .button-group.alert > li > label, .button-group.alert > li > button {
    background: #F04124;
    color: #fff;
    border-color: #dc2c0f; }
    .button-group.alert > li > a:hover, .button-group.alert > li > a:focus, .button-group.alert > li > label:hover, .button-group.alert > li > label:focus, .button-group.alert > li > button:hover, .button-group.alert > li > button:focus {
      background: #dc2c0f;
      color: #fff; }
    .button-group.alert > li > a .iconic *, .button-group.alert > li > label .iconic *, .button-group.alert > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.alert > li > a .iconic *.iconic-property-accent, .button-group.alert > li > label .iconic *.iconic-property-accent, .button-group.alert > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.alert > li.is-active > a, .button-group.alert > li.is-active > label, .button-group.alert > li.is-active > button {
    background: #dc2c0f; }
  .button-group > li.secondary > a, .button-group > li.secondary > label, .button-group > li.secondary > button {
    background: #f1f1f1;
    color: #000;
    border-color: #f1f1f1; }
    .button-group > li.secondary > a:hover, .button-group > li.secondary > a:focus, .button-group > li.secondary > label:hover, .button-group > li.secondary > label:focus, .button-group > li.secondary > button:hover, .button-group > li.secondary > button:focus {
      background: #cdcdcd;
      color: #000; }
    .button-group > li.secondary > a:hover, .button-group > li.secondary > a:focus, .button-group > li.secondary > label:hover, .button-group > li.secondary > label:focus, .button-group > li.secondary > button:hover, .button-group > li.secondary > button:focus {
      border-color: #b5b5b5; }
    .button-group > li.secondary > a .iconic *, .button-group > li.secondary > label .iconic *, .button-group > li.secondary > button .iconic * {
      fill: #000;
      stroke: #000; }
      .button-group > li.secondary > a .iconic *.iconic-property-accent, .button-group > li.secondary > label .iconic *.iconic-property-accent, .button-group > li.secondary > button .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button-group > li.success > a, .button-group > li.success > label, .button-group > li.success > button {
    background: #43AC6A;
    color: #fff;
    border-color: #43AC6A; }
    .button-group > li.success > a:hover, .button-group > li.success > a:focus, .button-group > li.success > label:hover, .button-group > li.success > label:focus, .button-group > li.success > button:hover, .button-group > li.success > button:focus {
      background: #39925a;
      color: #fff; }
    .button-group > li.success > a:hover, .button-group > li.success > a:focus, .button-group > li.success > label:hover, .button-group > li.success > label:focus, .button-group > li.success > button:hover, .button-group > li.success > button:focus {
      border-color: #328150; }
    .button-group > li.success > a .iconic *, .button-group > li.success > label .iconic *, .button-group > li.success > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li.success > a .iconic *.iconic-property-accent, .button-group > li.success > label .iconic *.iconic-property-accent, .button-group > li.success > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group > li.warning > a, .button-group > li.warning > label, .button-group > li.warning > button {
    background: #F08A24;
    color: #fff;
    border-color: #F08A24; }
    .button-group > li.warning > a:hover, .button-group > li.warning > a:focus, .button-group > li.warning > label:hover, .button-group > li.warning > label:focus, .button-group > li.warning > button:hover, .button-group > li.warning > button:focus {
      background: #dc750f;
      color: #fff; }
    .button-group > li.warning > a:hover, .button-group > li.warning > a:focus, .button-group > li.warning > label:hover, .button-group > li.warning > label:focus, .button-group > li.warning > button:hover, .button-group > li.warning > button:focus {
      border-color: #c2680d; }
    .button-group > li.warning > a .iconic *, .button-group > li.warning > label .iconic *, .button-group > li.warning > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li.warning > a .iconic *.iconic-property-accent, .button-group > li.warning > label .iconic *.iconic-property-accent, .button-group > li.warning > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group > li.alert > a, .button-group > li.alert > label, .button-group > li.alert > button {
    background: #F04124;
    color: #fff;
    border-color: #F04124; }
    .button-group > li.alert > a:hover, .button-group > li.alert > a:focus, .button-group > li.alert > label:hover, .button-group > li.alert > label:focus, .button-group > li.alert > button:hover, .button-group > li.alert > button:focus {
      background: #dc2c0f;
      color: #fff; }
    .button-group > li.alert > a:hover, .button-group > li.alert > a:focus, .button-group > li.alert > label:hover, .button-group > li.alert > label:focus, .button-group > li.alert > button:hover, .button-group > li.alert > button:focus {
      border-color: #c2270d; }
    .button-group > li.alert > a .iconic *, .button-group > li.alert > label .iconic *, .button-group > li.alert > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li.alert > a .iconic *.iconic-property-accent, .button-group > li.alert > label .iconic *.iconic-property-accent, .button-group > li.alert > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.segmented {
    border-color: #00558b; }
    .button-group.segmented > li > a, .button-group.segmented > li > label, .button-group.segmented > li > button {
      border-color: #00558b;
      color: #00558b; }
      .button-group.segmented > li > a:hover, .button-group.segmented > li > label:hover, .button-group.segmented > li > button:hover {
        background: rgba(0, 85, 139, 0.25);
        color: #00558b; }
      .button-group.segmented > li > a .iconic *, .button-group.segmented > li > label .iconic *, .button-group.segmented > li > button .iconic * {
        fill: #00558b;
        stroke: #00558b; }
        .button-group.segmented > li > a .iconic *.iconic-property-accent, .button-group.segmented > li > label .iconic *.iconic-property-accent, .button-group.segmented > li > button .iconic *.iconic-property-accent {
          fill: #00558b;
          stroke: #00558b; }
    .button-group.segmented > li.is-active > a, .button-group.segmented > li.is-active > a:hover,
    .button-group.segmented > li > input:checked + label,
    .button-group.segmented > li > input:checked + label:hover {
      background: #00558b;
      color: #fff; }
    .button-group.segmented > li.is-active > a .iconic *,
    .button-group.segmented > li > input:checked + label .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.segmented > li.is-active > a .iconic *.iconic-property-accent,
      .button-group.segmented > li > input:checked + label .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
    .button-group.segmented.secondary {
      border-color: #f1f1f1; }
      .button-group.segmented.secondary > li > a, .button-group.segmented.secondary > li > label, .button-group.segmented.secondary > li > button {
        border-color: #f1f1f1;
        color: #f1f1f1; }
        .button-group.segmented.secondary > li > a:hover, .button-group.segmented.secondary > li > label:hover, .button-group.segmented.secondary > li > button:hover {
          background: rgba(241, 241, 241, 0.25);
          color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .iconic *, .button-group.segmented.secondary > li > label .iconic *, .button-group.segmented.secondary > li > button .iconic * {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
          .button-group.segmented.secondary > li > a .iconic *.iconic-property-accent, .button-group.segmented.secondary > li > label .iconic *.iconic-property-accent, .button-group.segmented.secondary > li > button .iconic *.iconic-property-accent {
            fill: #f1f1f1;
            stroke: #f1f1f1; }
      .button-group.segmented.secondary > li.is-active > a, .button-group.segmented.secondary > li.is-active > a:hover,
      .button-group.segmented.secondary > li > input:checked + label,
      .button-group.segmented.secondary > li > input:checked + label:hover {
        background: #f1f1f1;
        color: #000; }
      .button-group.segmented.secondary > li.is-active > a .iconic *,
      .button-group.segmented.secondary > li > input:checked + label .iconic * {
        fill: #000;
        stroke: #000; }
        .button-group.segmented.secondary > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.secondary > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #000;
          stroke: #000; }
    .button-group.segmented.success {
      border-color: #43AC6A; }
      .button-group.segmented.success > li > a, .button-group.segmented.success > li > label, .button-group.segmented.success > li > button {
        border-color: #43AC6A;
        color: #43AC6A; }
        .button-group.segmented.success > li > a:hover, .button-group.segmented.success > li > label:hover, .button-group.segmented.success > li > button:hover {
          background: rgba(67, 172, 106, 0.25);
          color: #43AC6A; }
        .button-group.segmented.success > li > a .iconic *, .button-group.segmented.success > li > label .iconic *, .button-group.segmented.success > li > button .iconic * {
          fill: #43AC6A;
          stroke: #43AC6A; }
          .button-group.segmented.success > li > a .iconic *.iconic-property-accent, .button-group.segmented.success > li > label .iconic *.iconic-property-accent, .button-group.segmented.success > li > button .iconic *.iconic-property-accent {
            fill: #43AC6A;
            stroke: #43AC6A; }
      .button-group.segmented.success > li.is-active > a, .button-group.segmented.success > li.is-active > a:hover,
      .button-group.segmented.success > li > input:checked + label,
      .button-group.segmented.success > li > input:checked + label:hover {
        background: #43AC6A;
        color: #fff; }
      .button-group.segmented.success > li.is-active > a .iconic *,
      .button-group.segmented.success > li > input:checked + label .iconic * {
        fill: #fff;
        stroke: #fff; }
        .button-group.segmented.success > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.success > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
    .button-group.segmented.warning {
      border-color: #F08A24; }
      .button-group.segmented.warning > li > a, .button-group.segmented.warning > li > label, .button-group.segmented.warning > li > button {
        border-color: #F08A24;
        color: #F08A24; }
        .button-group.segmented.warning > li > a:hover, .button-group.segmented.warning > li > label:hover, .button-group.segmented.warning > li > button:hover {
          background: rgba(240, 138, 36, 0.25);
          color: #F08A24; }
        .button-group.segmented.warning > li > a .iconic *, .button-group.segmented.warning > li > label .iconic *, .button-group.segmented.warning > li > button .iconic * {
          fill: #F08A24;
          stroke: #F08A24; }
          .button-group.segmented.warning > li > a .iconic *.iconic-property-accent, .button-group.segmented.warning > li > label .iconic *.iconic-property-accent, .button-group.segmented.warning > li > button .iconic *.iconic-property-accent {
            fill: #F08A24;
            stroke: #F08A24; }
      .button-group.segmented.warning > li.is-active > a, .button-group.segmented.warning > li.is-active > a:hover,
      .button-group.segmented.warning > li > input:checked + label,
      .button-group.segmented.warning > li > input:checked + label:hover {
        background: #F08A24;
        color: #fff; }
      .button-group.segmented.warning > li.is-active > a .iconic *,
      .button-group.segmented.warning > li > input:checked + label .iconic * {
        fill: #fff;
        stroke: #fff; }
        .button-group.segmented.warning > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.warning > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
    .button-group.segmented.alert {
      border-color: #F04124; }
      .button-group.segmented.alert > li > a, .button-group.segmented.alert > li > label, .button-group.segmented.alert > li > button {
        border-color: #F04124;
        color: #F04124; }
        .button-group.segmented.alert > li > a:hover, .button-group.segmented.alert > li > label:hover, .button-group.segmented.alert > li > button:hover {
          background: rgba(240, 65, 36, 0.25);
          color: #F04124; }
        .button-group.segmented.alert > li > a .iconic *, .button-group.segmented.alert > li > label .iconic *, .button-group.segmented.alert > li > button .iconic * {
          fill: #F04124;
          stroke: #F04124; }
          .button-group.segmented.alert > li > a .iconic *.iconic-property-accent, .button-group.segmented.alert > li > label .iconic *.iconic-property-accent, .button-group.segmented.alert > li > button .iconic *.iconic-property-accent {
            fill: #F04124;
            stroke: #F04124; }
      .button-group.segmented.alert > li.is-active > a, .button-group.segmented.alert > li.is-active > a:hover,
      .button-group.segmented.alert > li > input:checked + label,
      .button-group.segmented.alert > li > input:checked + label:hover {
        background: #F04124;
        color: #fff; }
      .button-group.segmented.alert > li.is-active > a .iconic *,
      .button-group.segmented.alert > li > input:checked + label .iconic * {
        fill: #fff;
        stroke: #fff; }
        .button-group.segmented.alert > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.alert > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
  .button-group.tiny {
    font-size: 0.63rem; }
  .button-group.small {
    font-size: 0.72rem; }
  .button-group.large {
    font-size: 1.17rem; }
  .button-group.expand {
    display: -ms-flexbox;
    display: flex; }
    .button-group.expand > li {
      -ms-flex: 1;
          flex: 1; }
      .button-group.expand > li > a, .button-group.expand > li > label, .button-group.expand > li > button {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
  .button-group li.disabled > a, .button-group li.disabled > label, .button-group li.disabled > button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

/*
  Cards

  Structure:

  titles
  lists
*/
.card {
  border: 1px solid #ededed;
  margin-bottom: 0.5rem;
  background: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    color: inherit; }
  .card ul {
    margin-bottom: 0; }
  .card img {
    width: 100%; }
  .card.primary {
    border: 0;
    margin-bottom: 0.5rem;
    background: #00558b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.primary h1, .card.primary h2, .card.primary h3, .card.primary h4, .card.primary h5, .card.primary h6 {
      color: inherit; }
    .card.primary ul {
      margin-bottom: 0; }
    .card.primary img {
      width: 100%; }
    .card.primary .card-divider {
      background: #0065a5;
      padding: 1rem; }
  .card.success {
    border: 0;
    margin-bottom: 0.5rem;
    background: #43AC6A;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.success h1, .card.success h2, .card.success h3, .card.success h4, .card.success h5, .card.success h6 {
      color: inherit; }
    .card.success ul {
      margin-bottom: 0; }
    .card.success img {
      width: 100%; }
    .card.success .card-divider {
      background: #4ab873;
      padding: 1rem; }
  .card.warning {
    border: 0;
    margin-bottom: 0.5rem;
    background: #F08A24;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.warning h1, .card.warning h2, .card.warning h3, .card.warning h4, .card.warning h5, .card.warning h6 {
      color: inherit; }
    .card.warning ul {
      margin-bottom: 0; }
    .card.warning img {
      width: 100%; }
    .card.warning .card-divider {
      background: #f19233;
      padding: 1rem; }
  .card.alert {
    border: 0;
    margin-bottom: 0.5rem;
    background: #F04124;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.alert h1, .card.alert h2, .card.alert h3, .card.alert h4, .card.alert h5, .card.alert h6 {
      color: inherit; }
    .card.alert ul {
      margin-bottom: 0; }
    .card.alert img {
      width: 100%; }
    .card.alert .card-divider {
      background: #f14e33;
      padding: 1rem; }
  .card.dark {
    border: 0;
    margin-bottom: 0.5rem;
    background: #232323;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.dark h1, .card.dark h2, .card.dark h3, .card.dark h4, .card.dark h5, .card.dark h6 {
      color: inherit; }
    .card.dark ul {
      margin-bottom: 0; }
    .card.dark img {
      width: 100%; }
    .card.dark .card-divider {
      background: #323232;
      padding: 1rem; }

.card-divider {
  background: #ededed;
  padding: 1rem; }

.card-section {
  padding: 1rem; }

/*
  Odds and ends.
*/
.close-button {
  position: absolute;
  color: #999;
  top: 1rem;
  right: 1rem;
  font-size: 2em;
  line-height: 0.5;
  cursor: pointer; }
  .close-button:hover {
    color: #333; }

.thumbnail, ul.thumbnails > li img {
  padding: 0.5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25); }

ul.thumbnails > li {
  margin-bottom: 1rem; }
  ul.thumbnails > li a {
    display: block; }

/*
  FORMS
  -----

  Our form styles include basic resets for text fields, select menus, and so on, along with some of our own custom components.

  Includes:
   - Text fields
   - Text areas
   - Select menus
   - Checkboxes and radio buttons
   - Range slider
   - Progress bars and meters
*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 2.4rem;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="color"]:hover, textarea:hover {
    border: 1px solid #bbb;
    background: #fff;
    color: #000; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    outline: 0;
    border: 1px solid #999;
    background: #fff;
    color: #000; }
  label > input[type="text"], label > input[type="password"], label > input[type="date"], label > input[type="datetime"], label > input[type="datetime-local"], label > input[type="month"], label > input[type="week"], label > input[type="email"], label > input[type="number"], label > input[type="search"], label > input[type="tel"], label > input[type="time"], label > input[type="url"], label > input[type="color"], label > textarea {
    margin-top: 0.5rem; }

input[type="search"] {
  box-sizing: border-box; }

input.disabled, input[disabled], input[readonly],
fieldset[disabled] input, textarea.disabled, textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed; }
  input.disabled, input.disabled:hover, input[disabled], input[disabled]:hover, input[readonly], input[readonly]:hover,
  fieldset[disabled] input,
  fieldset[disabled] input:hover, textarea.disabled, textarea.disabled:hover, textarea[disabled], textarea[disabled]:hover, textarea[readonly], textarea[readonly]:hover,
  fieldset[disabled] textarea,
  fieldset[disabled] textarea:hover {
    background-color: #f2f2f2; }

label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #333; }
  label > input, label > textarea {
    margin-top: 0.5rem; }

input[type="checkbox"], input[type="radio"] {
  width: 1rem;
  height: 1rem; }
  label > input[type="checkbox"], label > input[type="radio"] {
    margin-right: 0.25rem; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline; }

.inline-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 1rem; }
  label > .inline-label {
    margin-top: 0.5rem; }
  .inline-label > input, .inline-label > select {
    -ms-flex: 1;
        flex: 1;
    margin: 0; }
  .inline-label > .form-label {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    background: #eee;
    color: #333;
    border: 1px solid #ccc;
    padding: 0 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .inline-label > .form-label:first-child {
      border-right: 0; }
    .inline-label > .form-label:last-child {
      border-left: 0; }
  .inline-label > a,
  .inline-label > button,
  .inline-label > input[type="button"],
  .inline-label > input[type="submit"] {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0; }

textarea {
  height: auto;
  width: 100%;
  min-height: 50px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 2.4rem;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  color: #000;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fafafa url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20black%22%3E%3C/polygon%3E%3C/svg%3E") right 10px center no-repeat;
  background-size: 8px 8px;
  padding-right: 1.625rem; }
  select:hover {
    background-color: #f0f0f0; }
  select:focus {
    outline: 0; }
  select::-ms-expand {
    display: none; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 1rem;
    background: #ddd; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #00558b;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.25rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 1rem;
    background: #ccc; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #00558b;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.25rem; }
  input[type="range"]::-ms-track {
    height: 1rem;
    background: #ddd;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.25rem solid #fff;
    border-bottom: 0.25rem solid #fff; }
  input[type="range"]::-ms-thumb {
    background: #00558b;
    width: 1.5rem;
    height: 1.5rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-fill-upper {
    background: #ddd; }

output {
  line-height: 1.5rem;
  vertical-align: middle;
  margin-left: 0.5em; }

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  background: #00558b; }

progress, meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1.5rem;
  margin-bottom: 1rem;
  background: #ccc;
  border: 0; }

progress::-webkit-progress-bar {
  background: #ccc; }

progress::-webkit-progress-value {
  background: #00558b; }

progress::-moz-progress-bar {
  background: #00558b; }

progress.high::-webkit-progress-value {
  background: #43AC6A; }

progress.high::-moz-progress-bar {
  background: #43AC6A; }

progress.medium::-webkit-progress-value {
  background: #e7cf00; }

progress.medium::-moz-progress-bar {
  background: #e7cf00; }

progress.low::-webkit-progress-value {
  background: #F04124; }

progress.low::-moz-progress-bar {
  background: #F04124; }

meter {
  background: #ccc; }
  meter::-webkit-meter-bar {
    background: #ccc; }
  meter::-webkit-meter-optimum-value {
    background: #43AC6A; }
  meter::-webkit-meter-suboptimum-value {
    background: #e7cf00; }
  meter::-webkit-meter-even-less-good-value {
    background: #F04124; }
  meter::-moz-meter-bar {
    background: #00558b; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #43AC6A; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #e7cf00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #F04124; }

/*
  PANEL
  -----

  The friendly panel is an all-purpose container for hiding content off-screen.

  Features:
   - Position at top, right, bottom, or left
   - Anchor to grid block or window
   - Define max width or height
   - Transform into grid block depending on screen size
*/
.panel {
  position: absolute;
  z-index: 100;
  overflow-y: auto;
  display: none; }
  .is-active.panel {
    display: block; }

.panel {
  /*
    Basic styles
  */
  padding: 0;
  background: #fff; }

.panel-top {
  /*
    Direction
  */
  top: 0;
  left: 0;
  width: 100%;
  /*
    Sizing
  */
  height: 300px;
  /*
    Shadows
  */ }
  .panel-top.is-active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }

.panel-right {
  /*
    Direction
  */
  top: 0;
  right: 0;
  height: 100%;
  /*
    Sizing
  */
  width: 100%;
  /*
    Shadows
  */ }
  @media only screen and (min-width: 18.75em) {
    .panel-right {
      width: 300px; } }
  .panel-right.is-active {
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.25); }

.panel-bottom {
  /*
    Direction
  */
  bottom: 0;
  left: 0;
  width: 100%;
  /*
    Sizing
  */
  height: 300px;
  /*
    Shadows
  */ }
  .panel-bottom.is-active {
    box-shadow: 2px -3px 10px rgba(0, 0, 0, 0.25); }

.panel-left {
  /*
    Direction
  */
  top: 0;
  left: 0;
  height: 100%;
  /*
    Sizing
  */
  width: 100%;
  /*
    Shadows
  */ }
  @media only screen and (min-width: 18.75em) {
    .panel-left {
      width: 300px; } }
  .panel-left.is-active {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25); }

.panel-fixed {
  position: fixed; }

/*
  THE GRID
  --------

  Foundation's magical, flexbox-powered grid.

  Features:
   - Horizontal or vertical grids
   - Auto-sizing or percentage width grid blocks
   - Independently-scrollable blocks
   - Column alignment
   - Source ordering
   - Offsets
*/
/*
  Define the size of a grid block. Blocks are flex items. By default, they stretch to fill all available space, based on the size of sibling blocks. This is the "expand" behavior.

  If set to "shrink", the block will contract and only fill as much space as it needs for its content.

  If set to a number, the block will be given a percentage width, based on the total number of columns (12 by default). Percentage widths don't work if a block is inside a vertical grid.

  @group grid

  @param {number|string} $size - Sizing behavior of the block. Should be expand, shrink, or a number.

  @output The flex-basis, flex-grow, and flex-shrink properties.
*/
/*
  Set the orientation of blocks within this block. The grid is re-oriented by changing the flex direction of the block.

  @group grid

  @param {string} $orientation - Direction of the grid, either horizontal or vertical.

  @output A flex-flow property to match the direction given.
*/
/*
  Stretch a grid's child blocks across its cross-axis, making every column appear to have the same height.

  @group grid

  @param {bool} $stretch - Stretch blocks if true, or align blocks to top if false.

  @output Sets align-items to "stretch" if $stretch is true, or "flex-start" (the default value) if false.
*/
/*
  Set the alignment of blocks within a grid.

  left: Items align to the left.
  right: Items align to the right.
  center: Items align to the center.
  justify: Items are spaced equally apart so they occupy the space of the entire grid.
  spaced: Items are given equal space to their left and right.

  @group grid

  @param {string} $align - Alignment to use.

  @output An appropriate justify-content value.
*/
/*
  Set the source order of a block. Items with lower numbers appear first. If multiple items have the same number, the one in the HTML first will appear first.

  @group grid

  @param {number} $order - Position in source order.

  @output An order property.
*/
/*
  Collapse a content block by removing the padding.

  @group grid

  @param {bool} $collapse - Collapses the block if true.

  @output A padding value.

  @todo No way to reverse collapse using this mixin. Solution:
    - If true, add padding: 0;
    - If false, add padding: 1rem;
    - If null, add nothing, to cut down on CSS output
    - Make null the default value
*/
/*
  Constrain the size of a block to the size of the average grid row, and center-align it. This imitates the behavior of ordinary Foundation rows.

  @group grid

  @param {bool} $container - Adds container styles if true.

  @output A maximum width and the good old margin: 0 auto for center alignment.
*/
/*
  Add negative margins to a block, equal to the padding of a content block. This aligns the edges of a block nested inside a content block.

  @group grid

  @param {bool} $nest - Adds negative margins if true.

  @output Negative margin values.
*/
/*
  Offset a block by adding a left margin.

  @group grid

  @param {number | bool} $offset - If false, nothing is output. If a number, offsets the column by the specified number of columns.

  @output A left margin based on the number of columns specified, and the global number of columns.
*/
/*
  Resets styles set by panels. Use this when a panel transforms into a block on larger screens.

  @group grid

  @output Resets to transform, position, and a few visual styles.
*/
/*
  Frames are containers that stretch to the full dimmensions of the browser window.
*/
/*
  Groups are collections of content items. They're the "rows" of Foundation for Apps.
*/
/*
  Blocks are containers for actual content. They're the "columns" of Foundation for Apps.
*/
.vertical.grid-frame, .vertical.grid-block, .vertical.small-grid-block, .vertical.medium-grid-block, .vertical.large-grid-block {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.small-vertical.grid-frame, .small-vertical.grid-block, .small-vertical.small-grid-block, .small-vertical.medium-grid-block, .small-vertical.large-grid-block {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.small-horizontal.grid-frame, .small-horizontal.grid-block, .small-horizontal.small-grid-block, .small-horizontal.medium-grid-block, .small-horizontal.large-grid-block {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

@media only screen and (min-width: 40em) {
  .medium-vertical.grid-frame, .medium-vertical.grid-block, .medium-vertical.small-grid-block, .medium-vertical.medium-grid-block, .medium-vertical.large-grid-block {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .medium-horizontal.grid-frame, .medium-horizontal.grid-block, .medium-horizontal.small-grid-block, .medium-horizontal.medium-grid-block, .medium-horizontal.large-grid-block {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

@media only screen and (min-width: 75em) {
  .large-vertical.grid-frame, .large-vertical.grid-block, .large-vertical.small-grid-block, .large-vertical.medium-grid-block, .large-vertical.large-grid-block {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .large-horizontal.grid-frame, .large-horizontal.grid-block, .large-horizontal.small-grid-block, .large-horizontal.medium-grid-block, .large-horizontal.large-grid-block {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

.align-right.grid-frame, .align-right.grid-block, .align-right.small-grid-block, .align-right.medium-grid-block, .align-right.large-grid-block {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center.grid-frame, .align-center.grid-block, .align-center.small-grid-block, .align-center.medium-grid-block, .align-center.large-grid-block {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify.grid-frame, .align-justify.grid-block, .align-justify.small-grid-block, .align-justify.medium-grid-block, .align-justify.large-grid-block {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced.grid-frame, .align-spaced.grid-block, .align-spaced.small-grid-block, .align-spaced.medium-grid-block, .align-spaced.large-grid-block {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.wrap.grid-frame, .wrap.grid-block, .wrap.small-grid-block, .wrap.medium-grid-block, .wrap.large-grid-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.shrink.grid-block, .shrink.grid-content, .shrink.small-grid-block, .shrink.small-grid-content, .shrink.medium-grid-block, .shrink.medium-grid-content, .shrink.large-grid-block, .shrink.large-grid-content {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  overflow: visible; }

.noscroll.grid-block, .noscroll.grid-content, .noscroll.small-grid-block, .noscroll.small-grid-content, .noscroll.medium-grid-block, .noscroll.medium-grid-content, .noscroll.large-grid-block, .noscroll.large-grid-content {
  overflow: visible; }

.grid-frame {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0; }

.grid-block {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.grid-content {
  display: block;
  padding: 0 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .grid-content.collapse {
    padding: 0; }
  .grid-content .grid-block {
    margin-left: -1rem;
    margin-right: -1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible; }
    .grid-content .grid-block.nowrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-align: stretch;
          align-items: stretch; }
    .grid-content .grid-block .grid-content {
      overflow: visible; }

.grid-container {
  max-width: 56.25rem;
  margin: 0 auto; }
  .grid-container.contain-left {
    max-width: 56.25rem;
    margin: 0 auto 0 0; }
  .grid-container.contain-right {
    max-width: 56.25rem;
    margin: 0 0 0 auto; }

.small-grid-block {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .small-grid-block.panel {
    transform: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }

.small-grid-content {
  display: block;
  padding: 0 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .small-grid-content.panel {
    transform: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }

@media only screen and (min-width: 40em) {
  .medium-grid-block {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-order: 0;
        order: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .medium-grid-block.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media only screen and (min-width: 40em) {
  .medium-grid-content {
    display: block;
    padding: 0 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .medium-grid-content.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media only screen and (min-width: 75em) {
  .large-grid-block {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-order: 0;
        order: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .large-grid-block.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media only screen and (min-width: 75em) {
  .large-grid-content {
    display: block;
    padding: 0 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .large-grid-content.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-up-1 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-1 > li, .small-up-1 > div, .small-up-1 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-up-2 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-2 > li, .small-up-2 > div, .small-up-2 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-offset-3 {
  margin-left: 25%; }

.small-up-3 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-3 > li, .small-up-3 > div, .small-up-3 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-up-4 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-4 > li, .small-up-4 > div, .small-up-4 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-up-5 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-5 > li, .small-up-5 > div, .small-up-5 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-offset-6 {
  margin-left: 50%; }

.small-up-6 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-6 > li, .small-up-6 > div, .small-up-6 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-order-7 {
  -ms-flex-order: 7;
      order: 7; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-up-7 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-7 > li, .small-up-7 > div, .small-up-7 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-order-8 {
  -ms-flex-order: 8;
      order: 8; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-up-8 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-8 > li, .small-up-8 > div, .small-up-8 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-order-9 {
  -ms-flex-order: 9;
      order: 9; }

.small-offset-9 {
  margin-left: 75%; }

.small-up-9 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-9 > li, .small-up-9 > div, .small-up-9 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
    max-width: 11.11111%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-order-10 {
  -ms-flex-order: 10;
      order: 10; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-up-10 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-10 > li, .small-up-10 > div, .small-up-10 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-order-11 {
  -ms-flex-order: 11;
      order: 11; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-11 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-11 > li, .small-up-11 > div, .small-up-11 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 9.09091%;
        flex: 0 0 9.09091%;
    max-width: 9.09091%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-order-12 {
  -ms-flex-order: 12;
      order: 12; }

.small-offset-12 {
  margin-left: 100%; }

.small-up-12 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-12 > li, .small-up-12 > div, .small-up-12 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }

@media only screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-up-1 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-1 > li, .medium-up-1 > div, .medium-up-1 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 40em) {
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-up-2 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-2 > li, .medium-up-2 > div, .medium-up-2 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; } }

@media only screen and (min-width: 40em) {
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-up-3 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-3 > li, .medium-up-3 > div, .medium-up-3 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media only screen and (min-width: 40em) {
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-up-4 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-4 > li, .medium-up-4 > div, .medium-up-4 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (min-width: 40em) {
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-up-5 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-5 > li, .medium-up-5 > div, .medium-up-5 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (min-width: 40em) {
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-up-6 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-6 > li, .medium-up-6 > div, .medium-up-6 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

@media only screen and (min-width: 40em) {
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-up-7 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-7 > li, .medium-up-7 > div, .medium-up-7 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; } }

@media only screen and (min-width: 40em) {
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-up-8 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-8 > li, .medium-up-8 > div, .medium-up-8 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media only screen and (min-width: 40em) {
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-up-9 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-9 > li, .medium-up-9 > div, .medium-up-9 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; } }

@media only screen and (min-width: 40em) {
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-order-10 {
    -ms-flex-order: 10;
        order: 10; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-up-10 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-10 > li, .medium-up-10 > div, .medium-up-10 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (min-width: 40em) {
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-order-11 {
    -ms-flex-order: 11;
        order: 11; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-11 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-11 > li, .medium-up-11 > div, .medium-up-11 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; } }

@media only screen and (min-width: 40em) {
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-order-12 {
    -ms-flex-order: 12;
        order: 12; }
  .medium-offset-12 {
    margin-left: 100%; }
  .medium-up-12 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-12 > li, .medium-up-12 > div, .medium-up-12 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

@media only screen and (min-width: 75em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-up-1 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-1 > li, .large-up-1 > div, .large-up-1 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 75em) {
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-up-2 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-2 > li, .large-up-2 > div, .large-up-2 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; } }

@media only screen and (min-width: 75em) {
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-up-3 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-3 > li, .large-up-3 > div, .large-up-3 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media only screen and (min-width: 75em) {
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-up-4 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-4 > li, .large-up-4 > div, .large-up-4 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (min-width: 75em) {
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-up-5 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-5 > li, .large-up-5 > div, .large-up-5 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (min-width: 75em) {
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-up-6 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-6 > li, .large-up-6 > div, .large-up-6 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

@media only screen and (min-width: 75em) {
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-up-7 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-7 > li, .large-up-7 > div, .large-up-7 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; } }

@media only screen and (min-width: 75em) {
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-up-8 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-8 > li, .large-up-8 > div, .large-up-8 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media only screen and (min-width: 75em) {
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-up-9 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-9 > li, .large-up-9 > div, .large-up-9 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; } }

@media only screen and (min-width: 75em) {
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-order-10 {
    -ms-flex-order: 10;
        order: 10; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-up-10 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-10 > li, .large-up-10 > div, .large-up-10 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (min-width: 75em) {
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-order-11 {
    -ms-flex-order: 11;
        order: 11; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-11 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-11 > li, .large-up-11 > div, .large-up-11 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; } }

@media only screen and (min-width: 75em) {
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-order-12 {
    -ms-flex-order: 12;
        order: 12; }
  .large-offset-12 {
    margin-left: 100%; }
  .large-up-12 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-12 > li, .large-up-12 > div, .large-up-12 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

.grid-content .modal .grid-block {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

/*
  TITLE BAR
  ---------

  A navigational component which can display the current screen the user is on, along with additional controls or menu items.

  The title bar includes classes to create center, left, and right sections, which can be used in any combination. However, in the markup, the sections must come in this order:
   - Center
   - Left
   - Right
*/
.title-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: visible; }
  .title-bar .title {
    font-weight: bold; }
  .title-bar .left, .title-bar .center, .title-bar .right {
    display: block;
    white-space: nowrap;
    overflow: visible; }
    .title-bar .left:first-child:last-child, .title-bar .center:first-child:last-child, .title-bar .right:first-child:last-child {
      -ms-flex: 1;
          flex: 1;
      margin: 0; }
  .title-bar .left {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .title-bar .center {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    text-align: center; }
  .title-bar .right {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    text-align: right; }
  .title-bar .left:first-child {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .title-bar .left:first-child + .right:last-child {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .title-bar .center:first-child:not(:last-child) {
    margin-left: 25%; }
  .title-bar .center + .left {
    margin-right: -25%; }

.title-bar {
  background: #eee;
  color: #000;
  padding: 1rem;
  border-bottom: 1px solid #ccc; }
  .title-bar.primary {
    background: #00558b;
    color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #ccc; }
    .title-bar.primary a, .title-bar.primary a:hover {
      color: #fff; }
    .title-bar.primary .iconic * {
      fill: #fff;
      stroke: #fff; }
      .title-bar.primary .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .title-bar.dark {
    background: #232323;
    color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #ccc; }
    .title-bar.dark a, .title-bar.dark a:hover {
      color: #fff; }
    .title-bar.dark .iconic * {
      fill: #fff;
      stroke: #fff; }
      .title-bar.dark .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }

.title-bar-bottom {
  border-bottom: 0;
  border-top: 1px solid #ccc; }

/*
  Label
*/
.label {
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  cursor: default; }

.label {
  font-size: 0.8rem;
  padding: 0.33333rem 0.5rem;
  background: #00558b;
  border-radius: 0;
  color: #fff; }
  .label.primary {
    background: #00558b;
    border-radius: 0;
    color: #fff; }
  .label.success {
    background: #43AC6A;
    border-radius: 0;
    color: #fff; }
  .label.warning {
    background: #F08A24;
    border-radius: 0;
    color: #fff; }
  .label.alert {
    background: #F04124;
    border-radius: 0;
    color: #fff; }
  .label.dark {
    background: #232323;
    border-radius: 0;
    color: #fff; }

/*
  Badge
*/
.badge {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1000px; }

.badge {
  font-size: 0.8em;
  width: 1.5rem;
  height: 1.5rem;
  background: #00558b;
  color: #fff; }
  .badge.secondary {
    background: #f1f1f1;
    color: #000; }
  .badge.primary {
    background: #00558b;
    color: #fff; }
  .badge.success {
    background: #43AC6A;
    color: #fff; }
  .badge.warning {
    background: #F08A24;
    color: #fff; }
  .badge.alert {
    background: #F04124;
    color: #fff; }
  .badge.dark {
    background: #232323;
    color: #fff; }

.inline-list {
  list-style-type: none;
  text-align: left; }
  .inline-list li, .inline-list dt, .inline-list dd {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px; }
  .inline-list li {
    margin-right: 1rem;
    margin-left: 0; }

/*
  MENU BAR
  --------

  A generic, flexible menu component.

  Features:
   - Orient horizontally and vertically
     - Change orientation at certain breakpoints
   - Items with icons above, below, or to the left or right
   - Text labels for vertical menus and badges for horizontal menus
*/
.menu-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0;
  list-style-type: none;
  overflow-y: visible; }
  .menu-bar > li {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .menu-bar > li > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -ms-flex-align: center;
          align-items: center;
      padding: 1rem;
      font-size: 1rem;
      line-height: 1; }

/*
  Set the alignment of menu items (li) within a menu-bar

  left: Items align to the left.
  right: Items align to the right.
  center: Items align to the center.
  justify: Items are spaced equally apart so they occupy the space of the entire grid.
  spaced: Items are given equal space to their left and right.

  @group menu-bar

  @param {string} $align - Alignment to use.

  @output An appropriate justify-content value.
*/
/*
  CSS output
*/
.menu-bar {
  background: #fff; }
  .menu-bar > li > a {
    color: #000; }
    .menu-bar > li > a:hover {
      background: #ededed;
      color: #000; }
  .menu-bar .is-active > a {
    background: #ededed;
    color: #000; }
  .menu-bar .iconic * {
    fill: #000;
    stroke: #000; }
    .menu-bar .iconic *.iconic-property-accent {
      fill: #000;
      stroke: #000; }
  .menu-bar, .menu-bar.horizontal {
    /*
    Orientation
  */
    overflow-x: hidden;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    /*
    Stretch
  */ }
    .menu-bar > li > a, .menu-bar.horizontal > li > a {
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
    .menu-bar > li > a, .menu-bar.horizontal > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .menu-bar.vertical {
    /*
    Orientation
  */
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    /*
    Stretch
  */ }
    .menu-bar.vertical > li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.vertical > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .menu-bar.condense > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu-bar.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu-bar.align-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .menu-bar.align-justify {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menu-bar.align-spaced {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .menu-bar.small-condense li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu-bar.small-expand li {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .menu-bar.small-align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu-bar.small-align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu-bar.small-align-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .menu-bar.small-align-justify {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menu-bar.small-align-spaced {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-condense li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .menu-bar.medium-expand li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.medium-align-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .menu-bar.medium-align-right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .menu-bar.medium-align-center {
      -ms-flex-pack: center;
          justify-content: center; }
    .menu-bar.medium-align-justify {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .menu-bar.medium-align-spaced {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-condense li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .menu-bar.large-expand li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.large-align-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .menu-bar.large-align-right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .menu-bar.large-align-center {
      -ms-flex-pack: center;
          justify-content: center; }
    .menu-bar.large-align-justify {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .menu-bar.large-align-spaced {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .menu-bar.small-horizontal {
    /*
    Orientation
  */
    overflow-x: hidden;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    /*
    Stretch
  */ }
    .menu-bar.small-horizontal > li > a {
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
    .menu-bar.small-horizontal > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .menu-bar.small-vertical {
    /*
    Orientation
  */
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    /*
    Stretch
  */ }
    .menu-bar.small-vertical > li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.small-vertical > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-horizontal {
      /*
    Orientation
  */
      overflow-x: hidden;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      /*
    Stretch
  */ }
      .menu-bar.medium-horizontal > li > a {
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
      .menu-bar.medium-horizontal > li > a {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu-bar.medium-vertical {
      /*
    Orientation
  */
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      /*
    Stretch
  */ }
      .menu-bar.medium-vertical > li {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
      .menu-bar.medium-vertical > li > a {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-horizontal {
      /*
    Orientation
  */
      overflow-x: hidden;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      /*
    Stretch
  */ }
      .menu-bar.large-horizontal > li > a {
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
      .menu-bar.large-horizontal > li > a {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu-bar.large-vertical {
      /*
    Orientation
  */
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      /*
    Stretch
  */ }
      .menu-bar.large-vertical > li {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
      .menu-bar.large-vertical > li > a {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; } }
  .menu-bar > li > img, .menu-bar > li > .iconic, .menu-bar.icon-top > li > img, .menu-bar.icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > img:first-child:last-child, .menu-bar > li > .iconic:first-child:last-child, .menu-bar.icon-top > li > img:first-child:last-child, .menu-bar.icon-top > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar > li > a, .menu-bar.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu-bar > li > a > img, .menu-bar > li > a > .iconic, .menu-bar.icon-top > li > a > img, .menu-bar.icon-top > li > a > .iconic {
      margin: 0 0 1rem 0; }
  .menu-bar.icon-right > li > img, .menu-bar.icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > img:first-child:last-child, .menu-bar.icon-right > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > a {
    -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap; }
    .menu-bar.icon-right > li > a > img, .menu-bar.icon-right > li > a > .iconic {
      margin: 0 0 0 1rem; }
  .menu-bar.icon-bottom > li > img, .menu-bar.icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > img:first-child:last-child, .menu-bar.icon-bottom > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > a {
    -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap; }
    .menu-bar.icon-bottom > li > a > img, .menu-bar.icon-bottom > li > a > .iconic {
      margin: 1rem 0 0 0; }
  .menu-bar.icon-left > li > img, .menu-bar.icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > img:first-child:last-child, .menu-bar.icon-left > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center; }
    .menu-bar.icon-left > li > a > img, .menu-bar.icon-left > li > a > .iconic {
      margin: 0 1rem 0 0; }
  .menu-bar.small-icon-top > li > img, .menu-bar.small-icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > img:first-child:last-child, .menu-bar.small-icon-top > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu-bar.small-icon-top > li > a > img, .menu-bar.small-icon-top > li > a > .iconic {
      margin: 0 0 1rem 0; }
  .menu-bar.small-icon-right > li > img, .menu-bar.small-icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > img:first-child:last-child, .menu-bar.small-icon-right > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > a {
    -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap; }
    .menu-bar.small-icon-right > li > a > img, .menu-bar.small-icon-right > li > a > .iconic {
      margin: 0 0 0 1rem; }
  .menu-bar.small-icon-bottom > li > img, .menu-bar.small-icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > img:first-child:last-child, .menu-bar.small-icon-bottom > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > a {
    -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap; }
    .menu-bar.small-icon-bottom > li > a > img, .menu-bar.small-icon-bottom > li > a > .iconic {
      margin: 1rem 0 0 0; }
  .menu-bar.small-icon-left > li > img, .menu-bar.small-icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > img:first-child:last-child, .menu-bar.small-icon-left > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center; }
    .menu-bar.small-icon-left > li > a > img, .menu-bar.small-icon-left > li > a > .iconic {
      margin: 0 1rem 0 0; }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-top > li > img, .menu-bar.medium-icon-top > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > img:first-child:last-child, .menu-bar.medium-icon-top > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .menu-bar.medium-icon-top > li > a > img, .menu-bar.medium-icon-top > li > a > .iconic {
        margin: 0 0 1rem 0; } }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-right > li > img, .menu-bar.medium-icon-right > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > img:first-child:last-child, .menu-bar.medium-icon-right > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > a {
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap; }
      .menu-bar.medium-icon-right > li > a > img, .menu-bar.medium-icon-right > li > a > .iconic {
        margin: 0 0 0 1rem; } }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-bottom > li > img, .menu-bar.medium-icon-bottom > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > img:first-child:last-child, .menu-bar.medium-icon-bottom > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > a {
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap; }
      .menu-bar.medium-icon-bottom > li > a > img, .menu-bar.medium-icon-bottom > li > a > .iconic {
        margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-left > li > img, .menu-bar.medium-icon-left > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > img:first-child:last-child, .menu-bar.medium-icon-left > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-align: center;
          align-items: center; }
      .menu-bar.medium-icon-left > li > a > img, .menu-bar.medium-icon-left > li > a > .iconic {
        margin: 0 1rem 0 0; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-top > li > img, .menu-bar.large-icon-top > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > img:first-child:last-child, .menu-bar.large-icon-top > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .menu-bar.large-icon-top > li > a > img, .menu-bar.large-icon-top > li > a > .iconic {
        margin: 0 0 1rem 0; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-right > li > img, .menu-bar.large-icon-right > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > img:first-child:last-child, .menu-bar.large-icon-right > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > a {
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap; }
      .menu-bar.large-icon-right > li > a > img, .menu-bar.large-icon-right > li > a > .iconic {
        margin: 0 0 0 1rem; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-bottom > li > img, .menu-bar.large-icon-bottom > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > img:first-child:last-child, .menu-bar.large-icon-bottom > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > a {
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap; }
      .menu-bar.large-icon-bottom > li > a > img, .menu-bar.large-icon-bottom > li > a > .iconic {
        margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-left > li > img, .menu-bar.large-icon-left > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > img:first-child:last-child, .menu-bar.large-icon-left > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-align: center;
          align-items: center; }
      .menu-bar.large-icon-left > li > a > img, .menu-bar.large-icon-left > li > a > .iconic {
        margin: 0 1rem 0 0; } }
  .menu-bar.label-side > li {
    position: relative; }
    .menu-bar.label-side > li > a {
      padding-right: 3.2rem; }
  .menu-bar.label-side .menu-bar-label {
    display: block;
    font-size: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 1000px;
    background: red;
    color: #fff;
    position: absolute;
    pointer-events: none;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  .menu-bar.label-corner > li {
    position: relative; }
    .menu-bar.label-corner > li > a {
      padding-right: 3.2rem; }
  .menu-bar.label-corner .menu-bar-label {
    display: block;
    font-size: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 1000px;
    background: red;
    color: #fff;
    position: absolute;
    pointer-events: none;
    right: 1rem;
    top: 1rem; }
  .menu-bar.primary {
    background: #00558b; }
    .menu-bar.primary > li > a {
      color: #fff; }
      .menu-bar.primary > li > a:hover {
        background: #0065a5;
        color: #fff; }
    .menu-bar.primary .is-active > a {
      background: #0065a5;
      color: #fff; }
    .menu-bar.primary .iconic * {
      fill: #fff;
      stroke: #fff; }
      .menu-bar.primary .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .menu-bar.dark {
    background: #232323; }
    .menu-bar.dark > li > a {
      color: #fff; }
      .menu-bar.dark > li > a:hover {
        background: #323232;
        color: #fff; }
    .menu-bar.dark .is-active > a {
      background: #323232;
      color: #fff; }
    .menu-bar.dark .iconic * {
      fill: #fff;
      stroke: #fff; }
      .menu-bar.dark .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .menu-bar > li.title {
    padding: 1rem;
    cursor: default;
    font-weight: bold; }

.menu-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 40em) {
    .menu-group {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .menu-group > .menu-group-left, .menu-group > .menu-group-right {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    @media only screen and (min-width: 40em) {
      .menu-group > .menu-group-left, .menu-group > .menu-group-right {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
  .menu-group .menu-bar {
    margin: 0; }
    .menu-group .menu-bar > li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .menu-group.primary {
    background-color: #00558b; }
    .menu-group.primary .menu-bar {
      background: #00558b; }
      .menu-group.primary .menu-bar > li > a {
        color: #fff; }
        .menu-group.primary .menu-bar > li > a:hover {
          background: #0065a5;
          color: #fff; }
      .menu-group.primary .menu-bar .is-active > a {
        background: #0065a5;
        color: #fff; }
      .menu-group.primary .menu-bar .iconic * {
        fill: #fff;
        stroke: #fff; }
        .menu-group.primary .menu-bar .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
  .menu-group.dark {
    background-color: #232323; }
    .menu-group.dark .menu-bar {
      background: #232323; }
      .menu-group.dark .menu-bar > li > a {
        color: #fff; }
        .menu-group.dark .menu-bar > li > a:hover {
          background: #323232;
          color: #fff; }
      .menu-group.dark .menu-bar .is-active > a {
        background: #323232;
        color: #fff; }
      .menu-group.dark .menu-bar .iconic * {
        fill: #fff;
        stroke: #fff; }
        .menu-group.dark .menu-bar .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }

/*
  MODAL
  -----

  The humble modal hides off-canvas until summoned with an fa-open directive. Modals appear over an overlay that darkens the rest of the page, and have a maxmimum width. You can construct a grid inside a modal, or attach panels to it.

  Note that the modal overlay is hardcoded into the CSS, because whether or not you build your modal semantically, the overlay is always required and will always look the same.
*/
.modal {
  position: relative;
  z-index: 1001;
  background: #fff;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  padding: 1rem; }
  @media only screen and (min-width: 40em) {
    .modal {
      height: auto;
      max-width: 600px; } }
  .modal .grid-content, .modal .grid-block {
    margin: 0; }
  .modal .close-button, .modal [fa-close] {
    z-index: 1001; }

.modal {
  max-width: 600px; }
  .tiny > .modal {
    max-width: 300px; }
  .small > .modal {
    max-width: 500px; }
  .large > .modal {
    max-width: 800px; }
  .dialog > .modal {
    height: auto; }
  .collapse > .modal {
    padding: 0; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(51, 51, 51, 0.7);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transform: translate3d(0, 0, 0); }
  .modal-overlay.is-active {
    display: -ms-flexbox;
    display: flex; }

@keyframes shake {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); }
  100% {
    transform: translateX(0); } }

@keyframes spin-cw {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin-ccw {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

@keyframes wiggle {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

/*
    Transitions
  */
.slideInUp.ng-enter, .slideInUp.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(100%); }

.slideInUp.ng-enter.ng-enter-active, .slideInUp.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideInRight.ng-enter, .slideInRight.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(-100%); }

.slideInRight.ng-enter.ng-enter-active, .slideInRight.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideInDown.ng-enter, .slideInDown.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-100%); }

.slideInDown.ng-enter.ng-enter-active, .slideInDown.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideInLeft.ng-enter, .slideInLeft.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(100%); }

.slideInLeft.ng-enter.ng-enter-active, .slideInLeft.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideOutUp.ng-leave, .slideOutUp.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutUp.ng-leave.ng-leave-active, .slideOutUp.ng-hide-add.ng-hide-add-active {
  transform: translateY(-100%); }

.slideOutRight.ng-leave, .slideOutRight.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutRight.ng-leave.ng-leave-active, .slideOutRight.ng-hide-add.ng-hide-add-active {
  transform: translateX(100%); }

.slideOutDown.ng-leave, .slideOutDown.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutDown.ng-leave.ng-leave-active, .slideOutDown.ng-hide-add.ng-hide-add-active {
  transform: translateY(100%); }

.slideOutLeft.ng-leave, .slideOutLeft.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutLeft.ng-leave.ng-leave-active, .slideOutLeft.ng-hide-add.ng-hide-add-active {
  transform: translateX(-100%); }

.fadeIn.ng-enter, .fadeIn.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: opacity;
  opacity: 0; }

.fadeIn.ng-enter.ng-enter-active, .fadeIn.ng-hide-remove.ng-hide-remove-active {
  opacity: 1; }

.fadeOut.ng-leave, .fadeOut.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: opacity;
  opacity: 1; }

.fadeOut.ng-leave.ng-leave-active, .fadeOut.ng-hide-add.ng-hide-add-active {
  opacity: 0; }

.hingeInFromTop.ng-enter, .hingeInFromTop.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  opacity: 0; }

.hingeInFromTop.ng-enter.ng-enter-active, .hingeInFromTop.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromRight.ng-enter, .hingeInFromRight.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  opacity: 0; }

.hingeInFromRight.ng-enter.ng-enter-active, .hingeInFromRight.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromBottom.ng-enter, .hingeInFromBottom.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  opacity: 0; }

.hingeInFromBottom.ng-enter.ng-enter-active, .hingeInFromBottom.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromLeft.ng-enter, .hingeInFromLeft.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  opacity: 0; }

.hingeInFromLeft.ng-enter.ng-enter-active, .hingeInFromLeft.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromMiddleX.ng-enter, .hingeInFromMiddleX.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  opacity: 0; }

.hingeInFromMiddleX.ng-enter.ng-enter-active, .hingeInFromMiddleX.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromMiddleY.ng-enter, .hingeInFromMiddleY.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  opacity: 0; }

.hingeInFromMiddleY.ng-enter.ng-enter-active, .hingeInFromMiddleY.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeOutFromTop.ng-leave, .hingeOutFromTop.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: top;
  opacity: 1; }

.hingeOutFromTop.ng-leave.ng-leave-active, .hingeOutFromTop.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hingeOutFromRight.ng-leave, .hingeOutFromRight.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: right;
  opacity: 1; }

.hingeOutFromRight.ng-leave.ng-leave-active, .hingeOutFromRight.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hingeOutFromBottom.ng-leave, .hingeOutFromBottom.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: bottom;
  opacity: 1; }

.hingeOutFromBottom.ng-leave.ng-leave-active, .hingeOutFromBottom.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hingeOutFromLeft.ng-leave, .hingeOutFromLeft.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: left;
  opacity: 1; }

.hingeOutFromLeft.ng-leave.ng-leave-active, .hingeOutFromLeft.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hingeOutFromMiddleX.ng-leave, .hingeOutFromMiddleX.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: center;
  opacity: 1; }

.hingeOutFromMiddleX.ng-leave.ng-leave-active, .hingeOutFromMiddleX.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hingeOutFromMiddleY.ng-leave, .hingeOutFromMiddleY.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: center;
  opacity: 1; }

.hingeOutFromMiddleY.ng-leave.ng-leave-active, .hingeOutFromMiddleY.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.zoomIn.ng-enter, .zoomIn.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, property;
  transform: scale(1.5);
  opacity: 0; }

.zoomIn.ng-enter.ng-enter-active, .zoomIn.ng-hide-remove.ng-hide-remove-active {
  transform: scale(1);
  opacity: 1; }

.zoomOut.ng-leave, .zoomOut.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, property;
  transform: scale(0.5);
  opacity: 1; }

.zoomOut.ng-leave.ng-leave-active, .zoomOut.ng-hide-add.ng-hide-add-active {
  transform: scale(1);
  opacity: 0; }

.spinIn.ng-enter, .spinIn.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(-270deg);
  opacity: 0; }

.spinIn.ng-enter.ng-enter-active, .spinIn.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0);
  opacity: 1; }

.spinOut.ng-leave, .spinOut.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0);
  opacity: 1; }

.spinOut.ng-leave.ng-leave-active, .spinOut.ng-hide-add.ng-hide-add-active {
  transform: rotate(270deg);
  opacity: 0; }

.spinInCCW.ng-enter, .spinInCCW.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(270deg);
  opacity: 0; }

.spinInCCW.ng-enter.ng-enter-active, .spinInCCW.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0);
  opacity: 1; }

.spinOutCCW.ng-leave, .spinOutCCW.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0);
  opacity: 1; }

.spinOutCCW.ng-leave.ng-leave-active, .spinOutCCW.ng-hide-add.ng-hide-add-active {
  transform: rotate(-270deg);
  opacity: 0; }

/*
    Transition modifiers
  */
.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.easeIn {
  transition-timing-function: ease-in !important; }

.easeOut {
  transition-timing-function: ease-out !important; }

.easeInOut {
  transition-timing-function: ease-in-out !important; }

.bounceIn {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounceOut {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounceInOut {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

/*
    Animations
  */
.shake {
  animation-name: shake;
  animation-duration: 500ms;
  animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

.spin-cw {
  animation-name: spin-cw;
  animation-duration: 500ms;
  animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

.spin-ccw {
  animation-name: spin-ccw;
  animation-duration: 500ms;
  animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

.wiggle {
  animation-name: wiggle;
  animation-duration: 500ms;
  animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

/*
    Animation modifiers
  */
.shake.infinite,
.spin-cw.infinite,
.spin-ccw.infinite,
.wiggle.infinite {
  animation-iteration-count: infinite; }

.shake.linear,
.spin-cw.linear,
.spin-ccw.linear,
.wiggle.linear {
  animation-timing-function: linear !important; }

.shake.ease,
.spin-cw.ease,
.spin-ccw.ease,
.wiggle.ease {
  animation-timing-function: ease !important; }

.shake.easeIn,
.spin-cw.easeIn,
.spin-ccw.easeIn,
.wiggle.easeIn {
  animation-timing-function: ease-in !important; }

.shake.easeOut,
.spin-cw.easeOut,
.spin-ccw.easeOut,
.wiggle.easeOut {
  animation-timing-function: ease-out !important; }

.shake.easeInOut,
.spin-cw.easeInOut,
.spin-ccw.easeInOut,
.wiggle.easeInOut {
  animation-timing-function: ease-in-out !important; }

.shake.bounceIn,
.spin-cw.bounceIn,
.spin-ccw.bounceIn,
.wiggle.bounceIn {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.shake.bounceOut,
.spin-cw.bounceOut,
.spin-ccw.bounceOut,
.wiggle.bounceOut {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.shake.bounceInOut,
.spin-cw.bounceInOut,
.spin-ccw.bounceInOut,
.wiggle.bounceInOut {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.shake.slow,
.spin-cw.slow,
.spin-ccw.slow,
.wiggle.slow {
  animation-duration: 750ms !important; }

.shake.fast,
.spin-cw.fast,
.spin-ccw.fast,
.wiggle.fast {
  animation-duration: 250ms !important; }

.shake.delay,
.spin-cw.delay,
.spin-ccw.delay,
.wiggle.delay {
  animation-delay: 300ms !important; }

.shake.long-delay,
.spin-cw.long-delay,
.spin-ccw.long-delay,
.wiggle.long-delay {
  animation-delay: 700ms !important; }

.stagger {
  transition-delay: 150ms;
  transition-duration: 0; }

.stort-stagger {
  transition-delay: 150ms;
  transition-duration: 0; }

.long-stagger {
  transition-delay: 150ms;
  transition-duration: 0; }

.position-absolute {
  overflow: hidden;
  position: relative; }

[ui-view].ng-enter-active, [ui-view].ng-leave-active {
  position: absolute !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*
  NOTIFICATION
  ------------

  An alert that pins to the corner of the screen when triggered by JavaScript. It can be set to disappear after a certain period of time, or to stay put until the user clicks on it. A custom action can be asigned to a notification as well.

  Optionally, the notifications directive can also tap into the browser's native notification support, if it exists.
*/
.notification, .static-notification {
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: none; }
  .notification h1, .static-notification h1 {
    font-size: 1.25em;
    margin: 0; }
  .notification p, .static-notification p {
    margin: 0; }
  .is-active.notification, .is-active.static-notification {
    display: -ms-flexbox;
    display: flex; }
  .notification .close-button, .static-notification .close-button {
    color: white; }

.notification-container {
  z-index: 3000;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

/*
  CSS Output
*/
.notification {
  background: #00558b;
  padding: 1rem;
  border-radius: 4px; }
  .notification, .notification h1, .notification h2, .notification h3, .notification h4, .notification h5, .notification h6 {
    color: white; }
  .notification.success {
    background: #43AC6A;
    padding: 1rem;
    border-radius: 4px; }
    .notification.success, .notification.success h1, .notification.success h2, .notification.success h3, .notification.success h4, .notification.success h5, .notification.success h6 {
      color: white; }
  .notification.warning {
    background: #F08A24;
    padding: 1rem;
    border-radius: 4px; }
    .notification.warning, .notification.warning h1, .notification.warning h2, .notification.warning h3, .notification.warning h4, .notification.warning h5, .notification.warning h6 {
      color: white; }
  .notification.alert {
    background: #F04124;
    padding: 1rem;
    border-radius: 4px; }
    .notification.alert, .notification.alert h1, .notification.alert h2, .notification.alert h3, .notification.alert h4, .notification.alert h5, .notification.alert h6 {
      color: white; }
  .notification.dark {
    background: #232323;
    padding: 1rem;
    border-radius: 4px; }
    .notification.dark, .notification.dark h1, .notification.dark h2, .notification.dark h3, .notification.dark h4, .notification.dark h5, .notification.dark h6 {
      color: #fff; }

.static-notification {
  background: #00558b;
  padding: 1rem;
  border-radius: 4px;
  position: fixed !important; }
  .static-notification, .static-notification h1, .static-notification h2, .static-notification h3, .static-notification h4, .static-notification h5, .static-notification h6 {
    color: white; }
  .static-notification.top-right {
    width: 25rem;
    right: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.top-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.top-left {
    width: 25rem;
    left: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.top-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.top-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.top-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.bottom-right {
    width: 25rem;
    right: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.bottom-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.bottom-left {
    width: 25rem;
    left: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.bottom-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.bottom-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.bottom-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.success {
    background: #43AC6A;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.success, .static-notification.success h1, .static-notification.success h2, .static-notification.success h3, .static-notification.success h4, .static-notification.success h5, .static-notification.success h6 {
      color: white; }
  .static-notification.warning {
    background: #F08A24;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.warning, .static-notification.warning h1, .static-notification.warning h2, .static-notification.warning h3, .static-notification.warning h4, .static-notification.warning h5, .static-notification.warning h6 {
      color: white; }
  .static-notification.alert {
    background: #F04124;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.alert, .static-notification.alert h1, .static-notification.alert h2, .static-notification.alert h3, .static-notification.alert h4, .static-notification.alert h5, .static-notification.alert h6 {
      color: white; }
  .static-notification.dark {
    background: #232323;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.dark, .static-notification.dark h1, .static-notification.dark h2, .static-notification.dark h3, .static-notification.dark h4, .static-notification.dark h5, .static-notification.dark h6 {
      color: #fff; }

.notification-container {
  width: 25rem;
  right: 1rem;
  top: 1rem; }
  @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
    .notification-container {
      width: auto;
      left: 1rem;
      right: 1rem;
      margin-left: 0; } }
  .notification-container.top-right {
    width: 25rem;
    right: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.top-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.top-left {
    width: 25rem;
    left: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.top-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.top-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.top-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.bottom-right {
    width: 25rem;
    right: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.bottom-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.bottom-left {
    width: 25rem;
    left: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.bottom-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.bottom-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.bottom-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }

.notification-icon {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  margin-right: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .notification-icon img {
    width: 100%;
    height: auto; }

.notification-content {
  -ms-flex: 1;
      flex: 1; }

/*
	Off-canvas menu
  ---------------

  A generic container that stays fixed to the left, top, right, or bottom of the screen, and is summoned when needed. When an off-canvas panel is open, the app frame shifts over to reveal the menu.
*/
.off-canvas {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.25s ease-out;
  z-index: 2; }
  .is-active.off-canvas {
    transform: translate(0, 0) !important; }
  .off-canvas ~ .grid-frame {
    transform: translate(0, 0, 0);
    transition: transform 0.25s ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: white; }

.off-canvas {
  /*
    Get shadow values for later use
  */
  /*
    Sizing
  */
  width: 250px;
  height: 100%;
  /*
    Positioning
  */
  top: 0;
  left: 0;
  box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-100%);
  background: #fff;
  color: #000; }
  .off-canvas.is-active ~ .grid-frame {
    transform: translateX(250px) !important; }
  .off-canvas.top {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    height: 250px;
    width: 100%;
    /*
    Positioning
  */
    top: 0;
    left: 0;
    transform: translateY(-100%);
    box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.25); }
    .off-canvas.top.is-active ~ .grid-frame {
      transform: translateY(250px) !important; }
  .off-canvas.right {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    width: 250px;
    height: 100%;
    /*
    Positioning
  */
    left: auto;
    top: 0;
    right: 0;
    box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.25);
    transform: translateX(100%); }
    .off-canvas.right.is-active ~ .grid-frame {
      transform: translateX(-250px) !important; }
  .off-canvas.bottom {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    height: 250px;
    width: 100%;
    /*
    Positioning
  */
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.25); }
    .off-canvas.bottom.is-active ~ .grid-frame {
      transform: translateY(-250px) !important; }
  .off-canvas.left {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    width: 250px;
    height: 100%;
    /*
    Positioning
  */
    top: 0;
    left: 0;
    box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
    transform: translateX(-100%); }
    .off-canvas.left.is-active ~ .grid-frame {
      transform: translateX(250px) !important; }
  .off-canvas.detached {
    z-index: 0;
    box-shadow: none; }
    .off-canvas.detached, .off-canvas.detached.is-active {
      transform: none; }
    .off-canvas.detached ~ .grid-frame {
      z-index: 1;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .off-canvas.primary {
    background: #00558b;
    color: #fff; }
  .off-canvas.dark {
    background: #232323;
    color: #fff; }

/*
  POPUP
  -----

  A floating container that can anchor to any other on-screen element, and contain any content, including grid blocks or panels.
*/
.popup {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-out;
  pointer-events: none; }
  .tether-enabled.popup {
    opacity: 1;
    pointer-events: auto; }

.popup {
  width: 18.75rem;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: 0; }
  .popup.dark {
    background: #232323;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border: 0; }
  .popup.primary {
    background: #00558b;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border: 0; }

/*
  SWITCH
  ------
*/
.switch {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .switch > input {
    position: absolute;
    left: -9999px;
    outline: none; }
  .switch > label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0; }
    .switch > label::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .switch input + label {
    margin-left: 0; }

/*
  Defines the dimmensions of the switch.

  $width - width of the switch.
  $height - height of the switch.
*/
.switch {
  width: 3.125rem;
  height: 2rem;
  border-radius: 9999px; }
  .switch > label::after {
    width: 2rem;
    height: 2rem; }
  .switch input:checked + label::after {
    left: 1.125rem; }
  .switch > label {
    background: #ccc; }
    .switch > label::after {
      background: white;
      border-radius: 9999px;
      transition: left 0.15s ease-out;
      border: 4px solid #ccc; }
  .switch input:checked + label {
    background: #00558b;
    margin: 0; }
    .switch input:checked + label::after {
      border-color: #00558b; }
  .switch.small {
    width: 2.5rem;
    height: 1.625rem; }
    .switch.small > label::after {
      width: 1.625rem;
      height: 1.625rem; }
    .switch.small input:checked + label::after {
      left: 0.875rem; }
  .switch.large {
    width: 3.75rem;
    height: 2.375rem; }
    .switch.large > label::after {
      width: 2.375rem;
      height: 2.375rem; }
    .switch.large input:checked + label::after {
      left: 1.375rem; }

/*
  TABS
  ----
*/
.tabs {
  /*
		Container styles
	*/
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .tabs.vertical {
    /*
		Container styles
	*/
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
  .tabs .tab-item {
    background: #f3f3f3;
    padding: 1rem;
    line-height: 1;
    margin: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    cursor: pointer;
    color: #000; }
    .tabs .tab-item.is-active {
      background: #ececec;
      color: #000; }
      .tabs .tab-item.is-active:hover {
        background: #e7e7e7; }
    .tabs .tab-item:hover {
      background: #e7e7e7; }

.tab-contents {
  padding: 1rem; }
  .tab-contents .tab-content {
    display: none; }
    .tab-contents .tab-content.is-active {
      display: block; }

/*
  ACCORDION
  ---------

  The trusy accordion allows you to create a series of vertical tabs.
*/
.accordion {
  border: 1px solid #cbcbcb; }

.accordion-title {
  padding: 1rem;
  background: #f3f3f3;
  color: #000;
  line-height: 1;
  cursor: pointer; }
  .accordion-title:hover {
    background: #e7e7e7; }
  .is-active > .accordion-title {
    background: #ececec;
    color: #000; }

.accordion-content {
  padding: 1rem;
  display: none; }
  .is-active > .accordion-content {
    display: block; }

/*
  TYPOGRAPHY
  ----------

  Includes typographic resets for many common elements, and a few helper classes.
   - Headers
   - Subheaders
   - Lead paragraphs
   - Ordered/unordered lists
   - Code samples
   - Anchors
   - Dividers
   - Blockquotes
   - Acronyms
*/
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #00558b;
  text-decoration: none;
  line-height: inherit; }
  a[ui-sref] {
    cursor: pointer; }
  a:hover, a:focus {
    color: #004978; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #464646;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

/* Lists */
ul, ol {
  margin-left: 1.1rem; }
  ul li ul,
  ul li ol, ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Lists without bullets */
ul.no-bullet {
  margin-left: 0; }
  ul.no-bullet, ul.no-bullet li ul, ul.no-bullet li ol {
    list-style-type: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

@media only screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
  UTILITIES
  ---------

  Responsive helper classes to assist you in quickly doing basic formatting and layout.

  Features:
   - Vertical alignment
   - Visibility
   - Text alignment
   - Floating
*/
.v-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .v-align .align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .v-align .align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .v-align .align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .v-align .small-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .v-align .small-align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .v-align .small-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media only screen and (min-width: 40em) {
    .v-align .medium-align-top {
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  @media only screen and (min-width: 40em) {
    .v-align .medium-align-center {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }
  @media only screen and (min-width: 40em) {
    .v-align .medium-align-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  @media only screen and (min-width: 75em) {
    .v-align .large-align-top {
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  @media only screen and (min-width: 75em) {
    .v-align .large-align-center {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }
  @media only screen and (min-width: 75em) {
    .v-align .large-align-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-for-small:not(.ng-hide) {
  display: block !important;
  display: none !important; }

.hide-for-small[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important;
  display: none !important; }

.show-for-small:not(.ng-hide) {
  display: none !important;
  display: block !important; }

.show-for-small[class*="grid-block"]:not(.ng-hide) {
  display: none !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.hide-for-small-only:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
    .hide-for-small-only:not(.ng-hide) {
      display: none !important; } }

.hide-for-small-only[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
    .hide-for-small-only[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-small-only:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
    .show-for-small-only:not(.ng-hide) {
      display: block !important; } }

.show-for-small-only[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
    .show-for-small-only[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-medium:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 40em) {
    .hide-for-medium:not(.ng-hide) {
      display: none !important; } }

.hide-for-medium[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 40em) {
    .hide-for-medium[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-medium:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 40em) {
    .show-for-medium:not(.ng-hide) {
      display: block !important; } }

.show-for-medium[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 40em) {
    .show-for-medium[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-medium-only:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
    .hide-for-medium-only:not(.ng-hide) {
      display: none !important; } }

.hide-for-medium-only[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
    .hide-for-medium-only[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-medium-only:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
    .show-for-medium-only:not(.ng-hide) {
      display: block !important; } }

.show-for-medium-only[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
    .show-for-medium-only[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-large:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 75em) {
    .hide-for-large:not(.ng-hide) {
      display: none !important; } }

.hide-for-large[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 75em) {
    .hide-for-large[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-large:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 75em) {
    .show-for-large:not(.ng-hide) {
      display: block !important; } }

.show-for-large[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 75em) {
    .show-for-large[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-large-only:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
    .hide-for-large-only:not(.ng-hide) {
      display: none !important; } }

.hide-for-large-only[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
    .hide-for-large-only[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-large-only:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
    .show-for-large-only:not(.ng-hide) {
      display: block !important; } }

.show-for-large-only[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
    .show-for-large-only[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

@media only screen and (orientation: portrait) {
  .hide-for-portrait {
    display: none !important; }
    .hide-for-portrait[class*="grid-block"] {
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-for-portrait {
  display: none !important; }
  @media only screen and (orientation: portrait) {
    .show-for-portrait {
      display: block !important; }
      .show-for-portrait[class*="grid-block"] {
        display: -ms-flexbox !important;
        display: flex !important; } }

@media only screen and (orientation: landscape) {
  .hide-for-landscape {
    display: none !important; }
    .hide-for-landscape[class*="grid-block"] {
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-for-landscape {
  display: none !important; }
  @media only screen and (orientation: landscape) {
    .show-for-landscape {
      display: block !important; }
      .show-for-landscape[class*="grid-block"] {
        display: -ms-flexbox !important;
        display: flex !important; } }

/*
    Text alignment
  */
.text-left {
  text-align: left; }

.small-text-left {
  text-align: left; }

@media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
  .small-only-text-left {
    text-align: left; } }

@media only screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; } }

@media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
  .medium-only-text-left {
    text-align: left; } }

@media only screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; } }

@media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
  .large-only-text-left {
    text-align: left; } }

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

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

@media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
  .small-only-text-right {
    text-align: right; } }

@media only screen and (min-width: 40em) {
  .medium-text-right {
    text-align: right; } }

@media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
  .medium-only-text-right {
    text-align: right; } }

@media only screen and (min-width: 75em) {
  .large-text-right {
    text-align: right; } }

@media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
  .large-only-text-right {
    text-align: right; } }

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

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

@media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
  .small-only-text-center {
    text-align: center; } }

@media only screen and (min-width: 40em) {
  .medium-text-center {
    text-align: center; } }

@media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
  .medium-only-text-center {
    text-align: center; } }

@media only screen and (min-width: 75em) {
  .large-text-center {
    text-align: center; } }

@media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
  .large-only-text-center {
    text-align: center; } }

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

.small-text-justify {
  text-align: justify; }

@media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
  .small-only-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 40em) {
  .medium-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 40em) and (max-width: 74.9375rem) {
  .medium-only-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 75em) {
  .large-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 75em) and (max-width: 89.9375rem) {
  .large-only-text-justify {
    text-align: justify; } }

/*
    Floating
  */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

/**
/* ElegantIcons
**/
@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/elegant/ElegantIcons.eot");
  src: url("../fonts/elegant/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/elegant/ElegantIcons.woff") format("woff"), url("../fonts/elegant/ElegantIcons.ttf") format("truetype"), url("../fonts/elegant/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  content: "\69"; }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile:before {
  content: "\e00b"; }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt:before {
  content: "\e010"; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt:before {
  content: "\e01d"; }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before {
  content: "\e022"; }

.icon_calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2:before {
  content: "\e0e3"; }

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

@font-face {
  font-family: 'gotham-bold';
  src: url("../fonts/gotham-bold/gotham-bold.eot");
  src: url("../fonts/gotham-bold/gotham-bold.eot") format("embedded-opentype"), url("../fonts/gotham-bold/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold/gotham-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'gotham-medium';
  src: url("../fonts/gotham-medium/gotham-medium.eot");
  src: url("../fonts/gotham-medium/gotham-medium.eot") format("embedded-opentype"), url("../fonts/gotham-medium/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium/gotham-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'gotham-medium-italic';
  src: url("../fonts/gotham-medium/gotham-mediumita.eot");
  src: url("../fonts/gotham-medium/gotham-mediumita.eot") format("embedded-opentype"), url("../fonts/gotham-medium/gotham-mediumita.woff") format("woff"), url("../fonts/gotham-medium/gotham-mediumita.ttf") format("truetype"); }

@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/gotham-book/gotham-book.eot");
  src: url("../fonts/gotham-book/gotham-book.eot") format("embedded-opentype"), url("../fonts/gotham-book/gotham-book.woff") format("woff"), url("../fonts/gotham-book/gotham-book.ttf") format("truetype"); }

@font-face {
  font-family: 'gotham-light';
  src: url("../fonts/gotham-light/gotham-light.eot");
  src: url("../fonts/gotham-light/gotham-light.eot") format("embedded-opentype"), url("../fonts/gotham-light/gotham-light.woff") format("woff"), url("../fonts/gotham-light/gotham-light.ttf") format("truetype"); }

/* Box colors */
.bg-1 {
  background: #ECEFF1;
  color: #37474f; }

.bg-2 {
  background: #7986cb;
  color: #ECEFF1; }

.bg-3 {
  background: #37474f;
  color: #fff; }

/* Common button styles */
.button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin: 1em;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.button:focus {
  outline: none; }

.button > span {
  vertical-align: middle; }

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
  color: #37474f;
  border-color: #37474f; }

.bg-2 .button {
  color: #ECEFF1;
  border-color: #ECEFF1; }

.bg-3 .button {
  color: #fff;
  border-color: #fff; }

/* Sizes */
.button--size-s {
  font-size: 14px; }

.button--size-m {
  font-size: 16px; }

.button--size-l {
  font-size: 18px; }

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase; }

.button--text-thin {
  font-weight: 300; }

.button--text-medium {
  font-weight: 500; }

.button--text-thick {
  font-weight: 600; }

.button--round-s {
  border-radius: 5px; }

.button--round-m {
  border-radius: 15px; }

.button--round-l {
  border-radius: 40px; }

/* Borders */
.button--border-thin {
  border: 1px solid; }

.button--border-medium {
  border: 2px solid; }

.button--border-thick {
  border: 3px solid; }

/* Individual button styles */
/* Winona */
.button--winona {
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  transform: translate3d(0, 25%, 0); }

.button--winona > span {
  display: block; }

.button--winona.button--inverted {
  color: #7986cb; }

.button--winona.button--inverted:after {
  color: #fff; }

.button--winona::after,
.button--winona > span {
  padding: 1em 2em;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--winona:hover {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1); }

.button--winona.button--inverted:hover {
  border-color: #21333C;
  background-color: #21333C; }

.button--winona:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.button--winona:hover > span {
  opacity: 0;
  transform: translate3d(0, -25%, 0); }

/* Ujarak */
.button--ujarak {
  transition: border-color 0.4s, color 0.4s; }

.button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--ujarak.button--round-s::before {
  border-radius: 2px; }

.button--ujarak.button--inverted::before {
  background: #7986CB; }

.button--ujarak,
.button--ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--ujarak:hover {
  color: #fff;
  border-color: #37474f; }

.button--ujarak.button--inverted:hover {
  color: #37474F;
  border-color: #fff; }

.button--ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* Wayra */
.button--wayra {
  overflow: hidden;
  width: 245px;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s; }

.button--wayra:hover {
  color: #fff;
  border-color: #3f51b5; }

.button--wayra.button--inverted:hover {
  color: #3f51b5;
  border-color: #fff; }

.button--wayra:hover::before {
  opacity: 1;
  background-color: #3f51b5;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--wayra.button--inverted:hover::before {
  background-color: #fff; }

/* Tamaya */
.button--tamaya {
  overflow: hidden;
  color: #7986cb;
  min-width: 180px; }

.button--tamaya.button--inverted {
  color: #37474f;
  border-color: #37474f; }

.button--tamaya::before,
.button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #7986cb;
  color: #fff;
  overflow: hidden;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--tamaya.button--inverted::before,
.button--tamaya.button--inverted::after {
  background: #fff;
  color: #37474f; }

.button--tamaya::before {
  top: 0;
  padding-top: 1em; }

.button--tamaya::after {
  bottom: 0;
  line-height: 0; }

.button--tamaya > span {
  display: block;
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--tamaya:hover::before {
  transform: translate3d(0, -100%, 0); }

.button--tamaya:hover::after {
  transform: translate3d(0, 100%, 0); }

.button--tamaya:hover > span {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* Rayen */
.button--rayen {
  overflow: hidden;
  padding: 0;
  width: 230px; }

.button--rayen.button--inverted {
  color: #fff; }

.button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7986cb;
  transform: translate3d(-100%, 0, 0); }

.button--rayen.button--inverted::before {
  background: #fff;
  color: #37474f; }

.button--rayen > span {
  display: block; }

.button--rayen::before,
.button--rayen > span {
  padding: 1em 2em;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--rayen:hover::before {
  transform: translate3d(0, 0, 0); }

.button--rayen:hover > span {
  transform: translate3d(0, 100%, 0); }

/* Pipaluk */
.button--pipaluk {
  width: 240px;
  padding: 1.5em 3em;
  color: #fff; }

.button--pipaluk.button--inverted {
  color: #7986cb; }

.button--pipaluk::before,
.button--pipaluk::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1); }

.button--pipaluk::before {
  border: 2px solid #7986cb; }

.button--pipaluk.button--inverted::before {
  border-color: #fff; }

.button--pipaluk::after {
  background: #7986cb; }

.button--pipaluk.button--inverted::after {
  background: #fff; }

.button--pipaluk:hover::before {
  transform: scale3d(1, 1, 1); }

.button--pipaluk::before,
.button--pipaluk:hover::after {
  transform: scale3d(0.7, 0.7, 1); }

.button--pipaluk:hover::after {
  background-color: #3f51b5; }

.button--pipaluk.button--inverted:hover::after {
  background-color: #fff; }

/* Nuka */
.button--nuka {
  margin: 1em 2em;
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--nuka.button--inverted {
  color: #37474f; }

.button--nuka::before,
.button--nuka::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: #7986cb;
  z-index: -1; }

.button--nuka::before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.3s, opacity 0.3s; }

.button--nuka::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale3d(1.1, 1, 1);
  transition: transform 0.3s, background-color 0.3s; }

.button--nuka::before,
.button--nuka::after {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.button--nuka.button--inverted::before,
.button--nuka.button--inverted::after {
  background: #fff; }

.button--nuka:hover {
  color: #fff; }

.button--nuka:hover::before {
  opacity: 1; }

.button--nuka:hover::after {
  background-color: #37474f; }

.button--nuka.button--inverted:hover::after {
  background-color: #7986cb; }

.button--nuka:hover::after,
.button--nuka:hover::before {
  transform: scale3d(1, 1, 1); }

/* Moema */
.button--moema {
  padding: 1.5em 3em;
  border-radius: 50px;
  background: #7986cb;
  color: #fff;
  transition: background-color 0.3s, color 0.3s; }

.button--moema.button--inverted {
  background: #ECEFF1;
  color: #37474f; }

.button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  transform: scale3d(0.8, 0.5, 1); }

.button--moema:hover {
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #ECEFF1;
  background-color: #3f51b5;
  animation: anim-moema-1 0.3s forwards; }

.button--moema.button--inverted:hover {
  color: #ECEFF1;
  background-color: #7986cb; }

.button--moema:hover::before {
  animation: anim-moema-2 0.3s 0.3s forwards; }

@keyframes anim-moema-1 {
  60% {
    transform: scale3d(0.8, 0.8, 1); }
  85% {
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    transform: scale3d(1, 1, 1); } }

/* Isi */
.button--isi {
  padding: 1.2em 2em;
  color: #fff;
  background: #7986cb;
  overflow: hidden; }

.button--isi::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3f51b5;
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1); }

.button--isi .button__icon {
  vertical-align: middle; }

.button--isi > span {
  vertical-align: middle;
  padding-left: 0.75em; }

.button--isi:hover::before {
  transform: scale3d(9, 9, 1); }

/* Aylen */
.button.button--aylen {
  background: #fff;
  color: #37474f;
  overflow: hidden;
  transition: color 0.3s; }

.button--aylen.button--inverted {
  background: none;
  color: #fff; }

.button--aylen::before,
.button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--aylen::before {
  background: #7986cb; }

.button--aylen::after {
  background: #3f51b5; }

.button--aylen:hover {
  color: #fff; }

.button--aylen:hover::before,
.button--aylen:hover::after {
  transform: translate3d(0, 100%, 0); }

.button--aylen:hover::after {
  transition-delay: 0.175s; }

/* Saqui */
.button.button--saqui {
  overflow: hidden;
  color: #fff;
  background: #37474f;
  transition: background-color 0.3s ease-in, color 0.3s ease-in; }

.button--saqui.button--inverted {
  background: #fff;
  color: #37474f; }

.button--saqui::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  color: #37474f;
  transform-origin: -25% 50%;
  transform: rotate3d(0, 0, 1, 45deg);
  transition: transform 0.3s ease-in; }

.button--saqui.button--inverted::after {
  color: #fff; }

.button--saqui:hover::after,
.button--saqui:hover {
  transition-timing-function: ease-out; }

.button--saqui:hover {
  background-color: #7986cb;
  color: #7986cb; }

.button--saqui.button--inverted:hover {
  background-color: #3f51b5;
  color: #3f51b5; }

.button--saqui:hover::after {
  transform: rotate3d(0, 0, 1, 0deg); }

/* Wapasha */
.button.button--wapasha {
  background: #37474f;
  color: #fff;
  transition: background-color 0.3s, color 0.3s; }

.button--wapasha.button--inverted {
  background: #fff;
  color: #37474f; }

.button--wapasha::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3f51b5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--wapasha.button--inverted::before {
  border-color: #7986cb; }

.button--wapasha:hover {
  background-color: #fff;
  color: #3f51b5; }

.button--wapasha.button--inverted:hover {
  background-color: #37474f;
  color: #7986cb; }

.button--wapasha:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* Nina */
.button--nina {
  padding: 0 2em;
  background: #7986cb;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s; }

.button--nina.button--inverted {
  background: #fff;
  color: #7986cb; }

.button--nina > span {
  display: inline-block;
  padding: 1em 0;
  opacity: 0;
  color: #fff;
  transform: translate3d(0, -10px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--nina:hover {
  background-color: #3f51b5; }

.button--nina:hover::before {
  opacity: 0;
  transform: translate3d(0, 100%, 0); }

.button--nina:hover > span {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.button--nina:hover > span:nth-child(1) {
  transition-delay: 0.045s; }

.button--nina:hover > span:nth-child(2) {
  transition-delay: 0.09s; }

.button--nina:hover > span:nth-child(3) {
  transition-delay: 0.135s; }

.button--nina:hover > span:nth-child(4) {
  transition-delay: 0.18s; }

.button--nina:hover > span:nth-child(5) {
  transition-delay: 0.225s; }

.button--nina:hover > span:nth-child(6) {
  transition-delay: 0.27s; }

.button--nina:hover > span:nth-child(7) {
  transition-delay: 0.315s; }

.button--nina:hover > span:nth-child(8) {
  transition-delay: 0.36s; }

.button--nina:hover > span:nth-child(9) {
  transition-delay: 0.405s; }

.button--nina:hover > span:nth-child(10) {
  transition-delay: 0.45s; }

/* Nanuk */
.button--nanuk {
  padding: 0 2em;
  overflow: hidden;
  background: #7986cb;
  transition: background-color 0.3s; }

.button--nanuk.button--inverted {
  background: #fff;
  color: #7986cb; }

.button--nanuk > span {
  display: inline-block;
  padding: 1em 0; }

.button--nanuk:hover {
  background-color: #3f51b5; }

.button--nanuk:hover > span:nth-child(odd) {
  animation: anim-nanuk-1 0.5s forwards; }

.button--nanuk:hover > span:nth-child(even) {
  animation: anim-nanuk-2 0.5s forwards; }

.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1); }

@keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  49% {
    opacity: 1;
    transform: translate3d(0, 100%, 0); }
  50% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    color: inherit; }
  51% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    color: #fff; }
  100% {
    color: #fff; } }

@keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  49% {
    opacity: 1;
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    color: inherit; }
  51% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    color: #fff; }
  100% {
    color: #fff; } }

.button--nanuk:hover > span:nth-child(1) {
  animation-delay: 0s; }

.button--nanuk:hover > span:nth-child(2) {
  animation-delay: 0.05s; }

.button--nanuk:hover > span:nth-child(3) {
  animation-delay: 0.1s; }

.button--nanuk:hover > span:nth-child(4) {
  animation-delay: 0.15s; }

.button--nanuk:hover > span:nth-child(5) {
  animation-delay: 0.2s; }

.button--nanuk:hover > span:nth-child(6) {
  animation-delay: 0.25s; }

.button--nanuk:hover > span:nth-child(7) {
  animation-delay: 0.3s; }

.button--nanuk:hover > span:nth-child(8) {
  animation-delay: 0.35s; }

.button--nanuk:hover > span:nth-child(9) {
  animation-delay: 0.4s; }

.button--nanuk:hover > span:nth-child(10) {
  animation-delay: 0.45s; }

.button--nanuk:hover > span:nth-child(11) {
  animation-delay: 0.5s; }

/* Antiman */
.button--antiman {
  background: none;
  border: none;
  height: 60px; }

.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--antiman > span {
  padding-left: 0.35em; }

.button--antiman::before,
.button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--antiman::before {
  border: 1px solid #64c9d3;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1); }

.button--antiman.button--border-thin::before {
  border-width: 1px; }

.button--antiman.button--border-medium::before {
  border-width: 2px; }

.button--antiman.button--border-thick::before {
  border-width: 1px; }

.button--antiman.button--inverted::before {
  border-color: #7986cb; }

.button--antiman.button--inverted-alt::before {
  border-color: #64c9d3; }

.button--antiman::after {
  background: #64c9d3; }

.button--antiman.button--inverted::after {
  background: #7986cb; }

.button--antiman.button--inverted-alt::after {
  background: #fff; }

.button--antiman.button--inverted:hover {
  color: #7986cb; }

.button--antiman.button--inverted-alt:hover {
  color: #3f51b5; }

.button--antiman:hover::before {
  background: #64c9d3;
  opacity: 1;
  transform: scale3d(1, 1, 1); }

.button--antiman:hover::after {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1); }

/* Itzel */
.button--itzel {
  border: none;
  padding: 0px;
  overflow: hidden;
  width: 255px; }

.button--itzel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: inherit;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url(../index.html#clipBox);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform-origin: 50% 100%; }

.button--itzel.button--border-thin::before {
  border: 1px solid;
  transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0); }

.button--itzel.button--border-thick::before {
  border: 3px solid;
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); }

.button--itzel::before,
.button--itzel .button__icon {
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--itzel .button__icon {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px;
  font-size: 20px;
  transform: translate3d(-50%, 0, 0); }

.button--itzel > span {
  display: block;
  padding: 20px;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.3s; }

.button--itzel:hover::before {
  transform: translate3d(0, 0, 0); }

.button--itzel:hover .button__icon {
  transition-delay: 0.1s;
  transform: translate3d(-50%, -100%, 0); }

.button--itzel:hover > span {
  opacity: 0;
  transform: translate3d(0, -50%, 0);
  transition-delay: 0s; }

/* Naira */
.button--naira {
  padding: 0;
  overflow: hidden;
  transition: background-color 0.3s; }

.button--naira::before {
  content: '';
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: #37474f;
  top: -50%;
  z-index: -1;
  transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg); }

.button--naira.button--inverted::before {
  background: #7986cb; }

.button--naira-up::before {
  transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); }

.button--naira > span {
  display: block; }

.button--naira .button__icon {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  transform: translate3d(0, -100%, 0); }

.button--naira-up .button__icon {
  transform: translate3d(0, 100%, 0); }

.button--naira > span,
.button--naira .button__icon {
  padding: 1em 2em;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--naira:hover::before {
  animation: anim-naira-1 0.3s forwards ease-in; }

.button--naira-up:hover::before {
  animation: anim-naira-2 0.3s forwards ease-in; }

@keyframes anim-naira-1 {
  50% {
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    animation-timing-function: ease-out; }
  100% {
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-2 {
  50% {
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    animation-timing-function: ease-out; }
  100% {
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

.button--naira:hover {
  background-color: #37474f;
  transition: background-color 0s 0.3s; }

.button--naira.button--inverted:hover {
  background-color: #7986cb; }

.button--naira:hover .button__icon {
  transform: translate3d(0, 0, 0); }

.button--naira:hover > span {
  opacity: 0;
  transform: translate3d(0, 100%, 0); }

.button--naira-up:hover > span {
  transform: translate3d(0, -100%, 0); }

/* Quidel */
.button--quidel {
  background: #7986cb;
  color: #7986cb;
  overflow: hidden;
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--quidel.button--inverted {
  background: #fff;
  color: #fff; }

.button--quidel::before,
.button--quidel::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: inherit; }

.button--quidel::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff; }

.button--quidel.button--inverted::after {
  background: #37474f; }

.button--quidel::before {
  background: #37474f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--quidel.button--inverted::before {
  background: #7986cb; }

.button--round-s.button--quidel::after {
  border-radius: 3px; }

.button--round-m.button--quidel::after {
  border-radius: 13px; }

.button--round-l.button--quidel::after {
  border-radius: 40px; }

.button--quidel > span {
  padding-left: 0.35em; }

.button--quidel:hover {
  color: #37474f; }

.button--quidel.button--inverted:hover {
  color: #7986cb; }

.button--quidel:hover::before {
  transform: translate3d(0, 0, 0); }

/* Sacnite */
.button.button--sacnite {
  width: 70px;
  height: 70px;
  min-width: 0;
  padding: 0;
  color: #fff;
  transition: color 0.3s; }

.button--scanite.button--round-l {
  border-radius: 50%; }

.button--sacnite.button--inverted {
  color: #37474f; }

.button--sacnite::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px #37474f;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s; }

.button--sacnite.button--inverted::before {
  box-shadow: inset 0 0 0 35px #fff; }

.button--sacnite .button__icon {
  font-size: 22px;
  width: 22px; }

.button--sacnite > span {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.button--sacnite:hover {
  color: #37474f; }

.button--sacnite.button--inverted:hover {
  color: #fff; }

.button--sacnite:hover::before {
  box-shadow: inset 0 0 0 2px #37474f;
  transform: scale3d(1, 1, 1); }

.button--sacnite.button--inverted:hover::before {
  box-shadow: inset 0 0 0 2px #fff; }

/* Shikoba */
.button.button--shikoba {
  padding: 1em 30px 1em 50px;
  overflow: hidden;
  background: #fff;
  color: #37474f;
  border-color: #37474f;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s; }

.button--shikoba.button--inverted {
  color: #fff;
  background: #7986cb; }

.button--shikoba > span {
  display: inline-block;
  transform: translate3d(-10px, 0, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--shikoba .button__icon {
  position: absolute;
  left: 20px;
  font-size: 18px;
  transform: translate3d(-40px, 2.5em, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
  transform: translate3d(0, 0, 0); }

.button--shikoba:hover {
  background: #3f51b5;
  border-color: #3f51b5;
  color: #fff; }

.wrapper {
  width: 1170px;
  margin: 0 auto !important; }

.green-back {
  background: #5dbec7;
  transition: background 0.75s linear; }

.grid-frame {
  overflow: initial; }

.grid-content {
  overflow-y: initial;
  padding: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important; }

input::-ms-clear {
  display: none; }

.navbar {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(2, 2, 2, 0.2); }
  .navbar .edgefix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .navbar .edgefix .left .content {
      height: 80px;
      list-style-type: none;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .navbar .edgefix .left .content li a {
        border-bottom: 5px solid #fff;
        box-sizing: border-box;
        margin-right: 30px; }
        .navbar .edgefix .left .content li a:hover {
          background: #fff; }
        .navbar .edgefix .left .content li a img {
          margin: 0; }
    .navbar .edgefix .right .content {
      height: 80px;
      list-style-type: none;
      margin: 0;
      display: -ms-flexbox;
      display: flex; }
      .navbar .edgefix .right .content li {
        margin-left: 14px;
        border-bottom: 5px solid #fff;
        box-sizing: border-box; }
        .navbar .edgefix .right .content li.is-active {
          background: #fff;
          color: #64c9d3;
          border-bottom: 5px solid #64c9d3;
          box-sizing: border-box; }
        .navbar .edgefix .right .content li.active {
          background: #fff;
          color: #64c9d3;
          border-bottom: 5px solid #64c9d3;
          box-sizing: border-box; }
        .navbar .edgefix .right .content li:last-of-type {
          padding-left: 35px;
          margin-left: 0;
          border-left: 1px solid #dfe0e1; }
          .navbar .edgefix .right .content li:last-of-type a {
            color: #bcbec0 !important;
            padding-right: 0 !important; }
        .navbar .edgefix .right .content li:nth-of-type(5) {
          margin-right: 40px; }
        .navbar .edgefix .right .content li a {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #64c9d3;
          padding: 0 15px;
          line-height: 75px; }
          .navbar .edgefix .right .content li a:hover {
            background: #fff;
            color: #64c9d3; }

.message {
  clear: both;
  width: 88%;
  display: inline-block;
  text-align: center;
  font-family: 'gotham-medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px; }

.normal {
  color: #64c9d3 !important; }

.red {
  color: red !important; }

.animate-show {
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important; }

.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important; }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #64c9d3; }
  25% {
    stroke: #64c9d3; }
  50% {
    stroke: #64c9d3; }
  75% {
    stroke: #64c9d3; }
  100% {
    stroke: #64c9d3; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

#confirmation {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%; }
  #confirmation .content-confirmation {
    width: 500px;
    height: 278px;
    background: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(2, 2, 2, 0.2); }
    #confirmation .content-confirmation .close {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #confirmation .content-confirmation .close .icon_close {
        font-size: 32px;
        color: #404040;
        opacity: .4;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
        width: 32px; }
    #confirmation .content-confirmation .block {
      padding: 0 46px 36px 46px; }
      #confirmation .content-confirmation .block .top {
        padding-bottom: 20px;
        border-bottom: 1px solid #64c9d3;
        display: -ms-flexbox;
        display: flex; }
        #confirmation .content-confirmation .block .top .icon_error-triangle {
          font-size: 24px;
          color: #64c9d3;
          margin-right: 18px; }
        #confirmation .content-confirmation .block .top .title {
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          color: #64c9d3; }
      #confirmation .content-confirmation .block .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 28px;
        color: #000;
        opacity: .6;
        padding-top: 25px; }
      #confirmation .content-confirmation .block .buttons {
        padding-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; }
        #confirmation .content-confirmation .block .buttons .custom-button {
          width: 176px;
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #64c9d3;
          border: 1px solid #64c9d3;
          background: #fff;
          padding: 0;
          height: 46px;
          margin: 0;
          border-radius: 2.92px;
          /*  display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;*/ }
          #confirmation .content-confirmation .block .buttons .custom-button:hover {
            color: #fff; }
          #confirmation .content-confirmation .block .buttons .custom-button:first-of-type {
            margin-right: 22px; }

#terms-mobile .wrapper {
  /*        @include breakpoint(large down)
        {
            width: 90%;
        }*/ }
  #terms-mobile .wrapper .content {
    padding-bottom: 70px; }
    #terms-mobile .wrapper .content .title {
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 19px;
      color: #676767;
      margin-bottom: 32px;
      padding-top: 60px;
      line-height: 26px; }
    #terms-mobile .wrapper .content .area {
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      color: #676767;
      margin-bottom: 25px; }
    #terms-mobile .wrapper .content .text {
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      color: #8d8d8d;
      white-space: pre-wrap;
      line-height: 22px; }
      #terms-mobile .wrapper .content .text b {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #676767; }

@media screen and (max-width: 1170px) {
  #terms-mobile .wrapper {
    width: 90%;
    margin: 0 auto; } }

.focus-input {
  border: 1px solid #7fd1d9 !important;
  border-right: none !important; }

#login {
  padding-top: 100px !important;
  padding-bottom: 7% !important; }
  #login .box {
    padding-right: 90px;
    padding-left: 80px;
    height: 644px;
    background: #fff;
    -ms-flex-align: center;
    align-items: center; }
    #login .box .grid-block {
      margin: 0;
      border-right: 2px solid #92d9e0;
      height: 380px; }
      #login .box .grid-block .content img {
        float: left; }
      #login .box .grid-block .content .logo-ce {
        position: absolute;
        float: initial;
        top: 349px;
        height: 30px; }
      #login .box .grid-block .content .logoLoad {
        position: absolute;
        float: initial;
        top: 349px;
        height: 30px;
        right: 140px; }
      #login .box .grid-block:last-of-type {
        border: 0; }
        #login .box .grid-block:last-of-type .content {
          margin-left: auto;
          width: 450px;
          text-align: center; }
          #login .box .grid-block:last-of-type .content .form-title {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            color: #92d9e0;
            width: 100%;
            text-align: center; }
            #login .box .grid-block:last-of-type .content .form-title .inline-label {
              margin: 0;
              margin-top: 20px;
              border: 1px solid #dadada;
              border-radius: 3.16px; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label.border-active {
                border: 1px solid #7fd1d9; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label.has-error {
                border: 1px solid red; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label:first-of-type {
                margin-top: 34px; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label .form-label {
                padding-left: 22px;
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #4a4a4a;
                border: none;
                width: 160px;
                height: 56px;
                background: #fff; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label input {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #4a4a4a;
                border: none;
                height: 56px; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label ::-webkit-input-placeholder {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #8a8a8a; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label :-moz-placeholder {
                /* Firefox 18- */
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #8a8a8a; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label ::-moz-placeholder {
                /* Firefox 19+ */
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #8a8a8a; }
              #login .box .grid-block:last-of-type .content .form-title .inline-label :-ms-input-placeholder {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #8a8a8a; }
            #login .box .grid-block:last-of-type .content .form-title .error-block {
              text-align: left; }
              #login .box .grid-block:last-of-type .content .form-title .error-block .error-message {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 14px;
                color: red; }
        #login .box .grid-block:last-of-type .custom-button {
          width: 100%;
          max-width: 100%;
          height: 59px;
          text-transform: uppercase;
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 15px;
          color: #fff;
          padding: 0;
          margin: 24px 0;
          line-height: 59px;
          background: #5dbec7;
          border: 1px solid #5dbec7;
          border-radius: 3.16px; }
          #login .box .grid-block:last-of-type .custom-button:hover {
            color: #5dbec7;
            background: #fff; }
        #login .box .grid-block:last-of-type .message {
          width: 100% !important;
          margin-bottom: 20px; }
        #login .box .grid-block:last-of-type .forgot {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #64c9d3; }
  #login .registration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    #login .registration .text {
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 17px;
      color: #fff; }
    #login .registration a {
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 17px;
      color: #fff;
      margin-left: 10px;
      text-decoration: underline; }

#conditions {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  #conditions .block {
    width: 910px;
    background: #fff; }
    #conditions .block .top {
      height: 98px;
      border-bottom: 1px solid #5dbec7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      #conditions .block .top .arrow_carrot-left {
        font-size: 42px;
        color: #5dbec7;
        -ms-flex: 1;
        flex: 1; }
        #conditions .block .top .arrow_carrot-left:before {
          margin-left: 30px;
          cursor: pointer; }
      #conditions .block .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        color: #92d9e0;
        text-align: center;
        -ms-flex: 2;
        flex: 2; }
      #conditions .block .top .none {
        -ms-flex: 1;
        flex: 1; }
    #conditions .block .content {
      padding: 42px 60px 50px 60px; }
      #conditions .block .content .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #676767;
        margin-bottom: 24px; }
      #conditions .block .content .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        line-height: 21px;
        color: #8d8d8d;
        white-space: pre-wrap; }
    #conditions .block .bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 40px; }
      #conditions .block .bottom .custom-button {
        width: 450px;
        max-width: 100%;
        height: 70px;
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #fff;
        padding: 0;
        margin: 0;
        line-height: 70px;
        background: #5dbec7;
        border: 1px solid #5dbec7;
        border-radius: 3.16px; }
        #conditions .block .bottom .custom-button:hover {
          color: #5dbec7;
          background: #fff; }

#change {
  height: 100%;
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  #change .block {
    width: 600px;
    min-height: 447px;
    background: #fff;
    /*        @include breakpoint(medium down) 
        {
            width: 90%;
        }*/ }
    #change .block .top {
      height: 98px;
      border-bottom: 1px solid #5dbec7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      #change .block .top .arrow_carrot-left {
        font-size: 36px;
        color: #5dbec7;
        -ms-flex: 1;
        flex: 1; }
        #change .block .top .arrow_carrot-left:before {
          margin-left: 30px;
          cursor: pointer; }
      #change .block .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        color: #92d9e0;
        text-align: center;
        -ms-flex: 2;
        flex: 2; }
      #change .block .top .none {
        -ms-flex: 1;
        flex: 1; }
    #change .block .content {
      width: 450px;
      padding: 35px 0 45px 0;
      margin: 0 auto;
      /*            @include breakpoint(medium down) 
            {
                width: 90%;
            }           */ }
      #change .block .content .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        line-height: 27px;
        color: #9f9f9f; }
      #change .block .content .inline-label {
        margin: 0;
        margin-top: 20px; }
        #change .block .content .inline-label:last-of-type {
          margin-top: 0; }
        #change .block .content .inline-label.has-error {
          border: 1px solid red;
          border-radius: 3.16px; }
        #change .block .content .inline-label .form-label {
          padding-left: 22px;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #4a4a4a;
          border: 1px solid #dadada;
          border-right: none;
          border-radius: 3.16px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          width: 200px;
          height: 56px;
          background: #fff;
          /*                    @include breakpoint(medium down) 
                    { 
                        width: 130px;
                    }                                           */ }
        #change .block .content .inline-label input {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #7fd1d9;
          border: 1px solid #dadada;
          border-left: none;
          border-radius: 3.16px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          height: 56px; }
          #change .block .content .inline-label input:focus {
            border: 1px solid #7fd1d9;
            border-left: none; }
        #change .block .content .inline-label ::-webkit-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #change .block .content .inline-label :-moz-placeholder {
          /* Firefox 18- */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #change .block .content .inline-label ::-moz-placeholder {
          /* Firefox 19+ */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #change .block .content .inline-label :-ms-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
      #change .block .content .error-block {
        text-align: left;
        margin-top: 5px; }
        #change .block .content .error-block .error-message {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          color: red; }
      #change .block .content .message {
        margin-top: 20px;
        width: 100%; }
      #change .block .content .custom-button {
        width: 100%;
        max-width: 100%;
        height: 59px;
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #fff;
        padding: 0;
        margin: 0;
        margin-bottom: 24px;
        line-height: 59px;
        background: #5dbec7;
        border: 1px solid #5dbec7;
        border-radius: 3.16px;
        margin-top: 20px; }
        #change .block .content .custom-button:hover {
          color: #5dbec7;
          background: #fff; }
  #change .not {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #def0f2;
    text-decoration: underline;
    margin-top: 30px; }

#change-success {
  height: 100vh;
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  #change-success .content {
    width: 600px;
    height: 465px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    #change-success .content .icon_check_alt {
      font-size: 60px;
      color: #64c9d3;
      margin-bottom: 50px; }
    #change-success .content .title {
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      color: #64c9d3;
      margin-bottom: 42px;
      width: 40%;
      text-align: center;
      line-height: 36px; }
    #change-success .content .line {
      width: 134px;
      border-bottom: 1px solid #64c9d3; }
    #change-success .content .text {
      margin-top: 40px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      color: #64c9d3;
      text-align: center;
      line-height: 30px;
      width: 45%; }

#request {
  height: 100%;
  min-height: 100vh;
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  #request .block {
    display: none;
    width: 600px;
    background: #fff;
    position: relative; }
    #request .block .loading-back {
      position: absolute;
      z-index: 10;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%; }
      #request .block .loading-back .spinner {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    #request .block.active {
      display: block; }
    #request .block .top {
      height: 98px;
      border-bottom: 1px solid #5dbec7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      #request .block .top .arrow_carrot-left {
        font-size: 36px;
        color: #5dbec7;
        -ms-flex: 1;
        flex: 1; }
        #request .block .top .arrow_carrot-left:before {
          margin-left: 30px;
          cursor: pointer; }
      #request .block .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        color: #92d9e0;
        text-align: center;
        -ms-flex: 2;
        flex: 2; }
      #request .block .top .none {
        -ms-flex: 1;
        flex: 1; }
    #request .block .content {
      width: 450px;
      padding: 44px 0 25px 0;
      margin: 0 auto; }
      #request .block .content .item:last-of-type {
        margin-top: 40px; }
      #request .block .content .item.item2 {
        margin-top: 0; }
      #request .block .content .item .title {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        line-height: 22px;
        color: #92d9e0;
        text-transform: uppercase;
        border-bottom: 1px solid #92d9e0;
        padding-bottom: 16px; }
        #request .block .content .item .title.title2 {
          margin-bottom: 28px; }
      #request .block .content .item .gender {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 28px;
        padding-bottom: 20px; }
        #request .block .content .item .gender .subtitle {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          margin-left: 20px; }
        #request .block .content .item .gender .options {
          /*
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;*/ }
          #request .block .content .item .gender .options .option {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 70px; }
            #request .block .content .item .gender .options .option .text {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 19px;
              color: #4a4a4a;
              margin-right: 14px; }
            #request .block .content .item .gender .options .option .icon_circle-empty {
              font-size: 32px;
              color: #dadada;
              cursor: pointer; }
            #request .block .content .item .gender .options .option .icon_circle-slelected {
              font-size: 32px;
              color: #92d9e0;
              cursor: pointer; }
      #request .block .content .item .error-message {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: red;
        margin-top: -14px; }
      #request .block .content .item .inline-label {
        margin: 0;
        margin-top: 16px;
        border: 1px solid #dadada;
        border-radius: 3.16px; }
        #request .block .content .item .inline-label.border-active {
          border: 1px solid #7fd1d9; }
        #request .block .content .item .inline-label.has-error {
          border: 1px solid red; }
        #request .block .content .item .inline-label.e-address {
          margin-top: 28px; }
        #request .block .content .item .inline-label .form-label {
          padding-left: 22px;
          border: none;
          width: 200px;
          height: 56px;
          background: #fff;
          /*                        @include breakpoint(medium down)
                        {
                            width: 130px;
                        }*/ }
          #request .block .content .item .inline-label .form-label.left-label {
            font-family: 'gotham-book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 17px;
            line-height: 22px;
            color: #4a4a4a;
            cursor: default; }
          #request .block .content .item .inline-label .form-label.right-label {
            width: 14%;
            cursor: pointer; }
        #request .block .content .item .inline-label .arrow_carrot-down {
          font-size: 24px;
          color: #78cfd8; }
        #request .block .content .item .inline-label .action-sheet {
          width: 450px;
          z-index: -1; }
          #request .block .content .item .inline-label .action-sheet.is-active {
            z-index: 10; }
          #request .block .content .item .inline-label .action-sheet::before {
            border-bottom-color: transparent;
            border-bottom: none; }
          #request .block .content .item .inline-label .action-sheet::after {
            border-bottom: none; }
          #request .block .content .item .inline-label .action-sheet ul li {
            display: block;
            padding: 0.8rem;
            line-height: 1;
            color: #000;
            border-top: 1px solid #ccc;
            cursor: pointer;
            font-family: 'gotham-book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            color: #8f8f8f; }
            #request .block .content .item .inline-label .action-sheet ul li:hover {
              background: #f2f2f2; }
        #request .block .content .item .inline-label input {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #7fd1d9;
          border: none;
          width: 185px;
          height: 56px;
          background: transparent; }
          #request .block .content .item .inline-label input.title-id {
            margin-bottom: 0; }
        #request .block .content .item .inline-label input[readonly]:hover {
          background: transparent; }
        #request .block .content .item .inline-label ::-webkit-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #request .block .content .item .inline-label :-moz-placeholder {
          /* Firefox 18- */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #request .block .content .item .inline-label ::-moz-placeholder {
          /* Firefox 19+ */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #request .block .content .item .inline-label :-ms-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
      #request .block .content .message {
        margin: 20px 0 20px 0;
        width: 100%; }
      #request .block .content .custom-button {
        width: 100%;
        max-width: 100%;
        height: 59px;
        padding: 0;
        margin: 0;
        margin-bottom: 24px;
        line-height: 59px;
        background: #5dbec7;
        border: 1px solid #5dbec7;
        border-radius: 3.16px;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-bottom: 40px; }
        #request .block .content .custom-button:hover {
          background: #fff; }
          #request .block .content .custom-button:hover .center .text, #request .block .content .custom-button:hover .center .arrow_right {
            color: #5dbec7; }
          #request .block .content .custom-button:hover .step {
            color: #5dbec7; }
        #request .block .content .custom-button .empty {
          -ms-flex: 1;
          flex: 1;
          padding-left: 20px; }
        #request .block .content .custom-button .center {
          -ms-flex: 1;
          flex: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #request .block .content .custom-button .center .text {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 15px;
            color: #fff; }
          #request .block .content .custom-button .center .arrow_right {
            font-size: 30px;
            color: #fff;
            margin-left: 14px; }
        #request .block .content .custom-button .step {
          -ms-flex: 1;
          flex: 1;
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #c8e6ea;
          -ms-flex-pack: end;
          justify-content: flex-end;
          display: -ms-flexbox;
          display: flex;
          padding-right: 20px; }
      #request .block .content .bottom .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #8a8a8a;
        text-align: center;
        line-height: 23px; }
        #request .block .content .bottom .text a {
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #92d9e0;
          text-decoration: underline; }

#forgot {
  margin: 0 auto;
  height: 100%;
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  #forgot .block {
    width: 600px;
    min-height: 400px;
    background: #fff;
    /*        @include breakpoint(medium down) 
        {
            width: 90%;
        }*/ }
    #forgot .block .top {
      height: 98px;
      border-bottom: 1px solid #5dbec7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      #forgot .block .top .arrow_carrot-left {
        font-size: 36px;
        color: #5dbec7;
        -ms-flex: 1;
        flex: 1; }
        #forgot .block .top .arrow_carrot-left:before {
          margin-left: 30px;
          cursor: pointer; }
      #forgot .block .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        color: #92d9e0;
        text-align: center;
        -ms-flex: 2;
        flex: 2; }
      #forgot .block .top .none {
        -ms-flex: 1;
        flex: 1; }
    #forgot .block .content {
      width: 450px;
      padding: 44px 0 45px 0;
      margin: 0 auto;
      /*            @include breakpoint(medium down) 
            {
                width: 90%;
            }          */ }
      #forgot .block .content .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        line-height: 27px;
        color: #9f9f9f; }
      #forgot .block .content .inline-label {
        margin: 0;
        margin-top: 34px; }
        #forgot .block .content .inline-label.has-error {
          border: 1px solid red;
          border-radius: 3.16px; }
        #forgot .block .content .inline-label .form-label {
          padding-left: 22px;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #4a4a4a;
          border: 1px solid #dadada;
          border-right: none;
          border-radius: 3.16px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          width: 200px;
          height: 56px;
          background: #fff;
          /*                    @include breakpoint(medium down) 
                    { 
                        width: 130px;
                    }*/ }
        #forgot .block .content .inline-label input {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #7fd1d9;
          border: 1px solid #dadada;
          border-left: none;
          border-radius: 3.16px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          height: 56px; }
          #forgot .block .content .inline-label input:focus {
            border: 1px solid #7fd1d9;
            border-left: none; }
        #forgot .block .content .inline-label ::-webkit-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #forgot .block .content .inline-label :-moz-placeholder {
          /* Firefox 18- */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #forgot .block .content .inline-label ::-moz-placeholder {
          /* Firefox 19+ */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
        #forgot .block .content .inline-label :-ms-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #8a8a8a;
          font-style: italic; }
      #forgot .block .content .message {
        width: 100%;
        margin-top: 20px; }
      #forgot .block .content .custom-button {
        width: 100%;
        max-width: 100%;
        height: 59px;
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #fff;
        padding: 0;
        margin: 0;
        margin-bottom: 24px;
        line-height: 59px;
        background: #5dbec7;
        border: 1px solid #5dbec7;
        border-radius: 3.16px;
        margin-top: 20px; }
        #forgot .block .content .custom-button:hover {
          color: #5dbec7;
          background: #fff; }

#registration-success {
  height: 100vh;
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  #registration-success .content {
    width: 600px;
    height: 550px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    #registration-success .content .icon_check_alt {
      font-size: 60px;
      color: #64c9d3;
      margin-bottom: 50px; }
    #registration-success .content .title {
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      color: #64c9d3;
      margin-bottom: 42px;
      width: 50%;
      text-align: center;
      line-height: 36px; }
    #registration-success .content .line {
      width: 134px;
      border-bottom: 1px solid #64c9d3; }
    #registration-success .content .text {
      margin-top: 40px;
      margin-bottom: 40px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      color: #64c9d3;
      text-align: center;
      line-height: 30px;
      width: 60%; }
    #registration-success .content .custom-button {
      width: 450px;
      max-width: 100%;
      height: 59px;
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      line-height: 59px;
      background: #5dbec7;
      border: 1px solid #5dbec7;
      border-radius: 3.16px; }
      #registration-success .content .custom-button:hover {
        color: #5dbec7;
        background: #fff; }

#pathologies {
  margin-top: 110px;
  overflow: hidden; }
  #pathologies .wrapper {
    position: relative;
    min-height: 80vh; }
    #pathologies .wrapper .loading-back {
      position: absolute;
      z-index: 10;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%; }
      #pathologies .wrapper .loading-back .spinner {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    #pathologies .wrapper .top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      #pathologies .wrapper .top .left .text {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #64c9d3; }
      #pathologies .wrapper .top .right .custom-button {
        background: #fff;
        padding: 0;
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #64c9d3;
        border: 1px solid #64c9d3;
        border-radius: 4px;
        margin: 0;
        width: 260px;
        height: 56px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #pathologies .wrapper .top .right .custom-button .icon_plus_alt2 {
          font-size: 24px;
          margin-right: 14px; }
        #pathologies .wrapper .top .right .custom-button:hover {
          color: #fff; }
    #pathologies .wrapper table {
      margin-top: 38px;
      margin-bottom: 38px;
      border: 1px solid #f3f3f3;
      width: 100%;
      text-align: left; }
      #pathologies .wrapper table thead tr {
        height: 52px;
        border-bottom: 2px solid #f3f3f3; }
        #pathologies .wrapper table thead tr th {
          padding-left: 40px;
          text-align: left; }
          #pathologies .wrapper table thead tr th a {
            font-family: 'gotham-book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            color: #64c9d3;
            text-transform: uppercase; }
      #pathologies .wrapper table tbody {
        background: #fcfcfc; }
        #pathologies .wrapper table tbody tr {
          height: 100px;
          border-bottom: 1px solid #f3f3f3; }
          #pathologies .wrapper table tbody tr td {
            font-family: 'gotham-book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            color: #454e55;
            padding-left: 40px; }
            #pathologies .wrapper table tbody tr td:first-of-type {
              width: 10%; }
            #pathologies .wrapper table tbody tr td.quantity {
              font-size: 21px;
              color: #8c8c8c; }
            #pathologies .wrapper table tbody tr td:last-of-type {
              width: 10%;
              padding-left: 0; }
            #pathologies .wrapper table tbody tr td .icon {
              width: 60px;
              height: 60px;
              border-radius: 50px;
              border: 2px solid #64c9d3;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; }
              #pathologies .wrapper table tbody tr td .icon img {
                width: 36px;
                height: 36px; }
            #pathologies .wrapper table tbody tr td .arrow_carrot-right {
              float: right;
              color: #cacaca;
              font-size: 35px;
              margin-right: 20px;
              cursor: pointer; }
            #pathologies .wrapper table tbody tr td .arrow_carrot-right_alt {
              float: right;
              color: #64c9d3;
              font-size: 42px;
              margin-right: 17px;
              cursor: pointer; }

#pathology-detail {
  margin-top: 80px;
  overflow: hidden; }
  #pathology-detail .wrapper {
    position: relative; }
    #pathology-detail .wrapper .loading-back {
      position: absolute;
      z-index: 10;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%; }
      #pathology-detail .wrapper .loading-back .spinner {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    #pathology-detail .wrapper:after {
      content: '';
      display: block;
      clear: both; }
    #pathology-detail .wrapper .left {
      margin-top: 39px;
      border-right: 1px solid #e6e7e7;
      padding-right: 70px;
      float: left;
      height: 100%;
      width: 15%;
      box-sizing: border-box; }
      #pathology-detail .wrapper .left .back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        #pathology-detail .wrapper .left .back .arrow_carrot-left {
          font-size: 32px;
          color: #64c9d3; }
        #pathology-detail .wrapper .left .back .text {
          text-transform: uppercase;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          color: #64c9d3;
          margin-left: 20px; }
    #pathology-detail .wrapper .content {
      margin-top: 69px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      box-shadow: 0 1px 3px rgba(2, 2, 2, 0.2);
      min-height: 400px;
      margin-bottom: 100px; }
      #pathology-detail .wrapper .content .left-content {
        width: 60%; }
        #pathology-detail .wrapper .content .left-content .top-row {
          height: 100px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid #ccc; }
          #pathology-detail .wrapper .content .left-content .top-row .arrow_left {
            color: #64c9d3;
            font-size: 30px;
            margin-left: 45px; }
          #pathology-detail .wrapper .content .left-content .top-row .icon {
            width: 60px;
            height: 60px;
            border-radius: 50px;
            border: 2px solid #64c9d3;
            margin-left: 18px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center; }
            #pathology-detail .wrapper .content .left-content .top-row .icon img {
              width: 36px;
              height: 36px; }
          #pathology-detail .wrapper .content .left-content .top-row .title {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            color: #454f55;
            margin-left: 16px; }
        #pathology-detail .wrapper .content .left-content .bottom-row {
          margin: 44px 45px 60px 45px; }
          #pathology-detail .wrapper .content .left-content .bottom-row .sub-title {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            color: #454f55;
            margin-bottom: 30px; }
          #pathology-detail .wrapper .content .left-content .bottom-row .text {
            font-family: 'gotham-book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            color: #71777b;
            line-height: 24px;
            white-space: pre-wrap; }
      #pathology-detail .wrapper .content .right-content {
        background: #64c9d3;
        width: 40%;
        min-height: 400px;
        box-shadow: -2px 1px 3px rgba(2, 2, 2, 0.2); }
        #pathology-detail .wrapper .content .right-content .top-row {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          height: 100px;
          border-bottom: 1px solid #a2dfe5;
          padding-left: 28px;
          padding-right: 28px; }
          #pathology-detail .wrapper .content .right-content .top-row .title {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            color: #fff;
            text-transform: capitalize; }
        #pathology-detail .wrapper .content .right-content .bottom-row {
          padding: 40px 28px; }
          #pathology-detail .wrapper .content .right-content .bottom-row .buttons .custom-button {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            color: #fff;
            border: 2px solid #c1e9ed;
            background: transparent;
            height: 80px;
            margin: 0;
            margin-bottom: 20px;
            border-radius: 4px;
            -ms-flex-pack: justify;
            justify-content: space-between;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 13px 0 24px;
            cursor: pointer; }
            #pathology-detail .wrapper .content .right-content .bottom-row .buttons .custom-button .text {
              width: 90%; }
            #pathology-detail .wrapper .content .right-content .bottom-row .buttons .custom-button:hover {
              border: 3px solid #c1e9ed; }
            #pathology-detail .wrapper .content .right-content .bottom-row .buttons .custom-button .arrow_carrot-right {
              font-size: 32px; }

#calculator {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  #calculator .wrapper {
    position: relative;
    min-height: 80vh; }
    #calculator .wrapper .loading-back {
      position: absolute;
      z-index: 10;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%; }
      #calculator .wrapper .loading-back .spinner {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    #calculator .wrapper:after {
      content: '';
      display: block;
      clear: both; }
    #calculator .wrapper .left {
      padding-top: 39px;
      padding-right: 70px;
      float: left;
      height: 657px;
      width: 20%;
      box-sizing: border-box;
      margin-bottom: -80px; }
      #calculator .wrapper .left .back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        #calculator .wrapper .left .back .arrow_carrot-left {
          font-size: 32px;
          color: #64c9d3; }
        #calculator .wrapper .left .back .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 20px;
          color: #64c9d3;
          margin-left: 20px; }
    #calculator .wrapper .right {
      float: left;
      width: 80%;
      border-left: 1px solid #e6e7e7; }
      #calculator .wrapper .right .top {
        padding-left: 70px;
        height: 155px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #64c9d3; }
        #calculator .wrapper .right .top .icon {
          width: 80px;
          height: 80px;
          border-radius: 50px;
          border: 2px solid #64c9d3;
          margin-right: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #calculator .wrapper .right .top .icon img {
            width: 48px;
            height: 48px; }
        #calculator .wrapper .right .top .description {
          -ms-flex: 1;
          flex: 1; }
          #calculator .wrapper .right .top .description .title {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            color: #7c8286;
            margin-bottom: 16px; }
          #calculator .wrapper .right .top .description .subtitle {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            #calculator .wrapper .right .top .description .subtitle .block {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center; }
              #calculator .wrapper .right .top .description .subtitle .block .text-left {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 22px;
                color: #a9adaf;
                border-right: 1px solid #a9adaf;
                padding-right: 44px;
                max-width: 430px;
                line-height: 32px; }
              #calculator .wrapper .right .top .description .subtitle .block .ref {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                margin-left: 44px;
                cursor: pointer; }
                #calculator .wrapper .right .top .description .subtitle .block .ref .text-right {
                  font-family: 'gotham-book', sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  font-size: 22px;
                  color: #64c9d3;
                  margin-right: 5px; }
                #calculator .wrapper .right .top .description .subtitle .block .ref .arrow_carrot-right {
                  font-size: 32px;
                  color: #64c9d3; }
            #calculator .wrapper .right .top .description .subtitle .icon_info {
              font-size: 26px;
              color: #64c9d3;
              cursor: pointer; }
      #calculator .wrapper .right .content {
        display: -ms-flexbox;
        display: flex;
        margin-left: 70px;
        margin-top: 52px;
        position: relative; }
        #calculator .wrapper .right .content .loading-back {
          position: absolute;
          z-index: 10;
          background: rgba(255, 255, 255, 0.5);
          width: 100%;
          height: 100%; }
          #calculator .wrapper .right .content .loading-back .clear-loading {
            left: 300px; }
            #calculator .wrapper .right .content .loading-back .clear-loading span {
              width: 130px;
              height: 130px;
              top: 138px;
              left: 535px; }
            #calculator .wrapper .right .content .loading-back .clear-loading .text {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 22px;
              color: #5dbec7;
              position: absolute;
              top: 300px;
              left: 516px; }
        #calculator .wrapper .right .content .left-content {
          width: 50%;
          border-right: 1px solid #ebebeb;
          padding-right: 75px; }
          #calculator .wrapper .right .content .left-content .radio {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: 17px;
            border-bottom: 1px solid #dadada; }
            #calculator .wrapper .right .content .left-content .radio:first-of-type {
              border-bottom: none;
              padding-bottom: 32px; }
            #calculator .wrapper .right .content .left-content .radio.padding-fix {
              padding-top: 17px; }
            #calculator .wrapper .right .content .left-content .radio.no-border {
              border-bottom: none;
              padding-bottom: 34px; }
            #calculator .wrapper .right .content .left-content .radio .text {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              color: #a4a4a4;
              line-height: 24px; }
              #calculator .wrapper .right .content .left-content .radio .text.big-text {
                width: 43%; }
            #calculator .wrapper .right .content .left-content .radio .items {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center; }
              #calculator .wrapper .right .content .left-content .radio .items .item {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                margin-left: 38px;
                cursor: pointer; }
                #calculator .wrapper .right .content .left-content .radio .items .item label {
                  font-family: 'gotham-book', sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  font-size: 16px;
                  color: #4a4a4a;
                  margin-bottom: 0;
                  margin-right: 5px; }
                #calculator .wrapper .right .content .left-content .radio .items .item .icon_circle-empty {
                  font-size: 26px;
                  color: #dadada; }
                #calculator .wrapper .right .content .left-content .radio .items .item .icon_circle-slelected {
                  font-size: 26px;
                  color: #92d9e0; }
          #calculator .wrapper .right .content .left-content .inline-label {
            margin: 0; }
            #calculator .wrapper .right .content .left-content .inline-label .form-label {
              padding-left: 0;
              border: 1px solid #dadada;
              border-right: none;
              border-radius: 3.16px;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              margin-bottom: 16px;
              width: 219px;
              height: 52px;
              background: #fff;
              /*                            @include breakpoint(medium down)
                            {
                                width: 130px;
                            }*/ }
              #calculator .wrapper .right .content .left-content .inline-label .form-label.left-label {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                color: #a4a4a4;
                padding-left: 14px;
                line-height: 20px; }
              #calculator .wrapper .right .content .left-content .inline-label .form-label.right-label {
                width: 9%;
                border: 1px solid #dadada;
                border-left: none;
                border-radius: 3.16px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                cursor: pointer; }
            #calculator .wrapper .right .content .left-content .inline-label .arrow_carrot-down {
              font-size: 24px;
              color: #78cfd8; }
            #calculator .wrapper .right .content .left-content .inline-label .action-sheet {
              width: 310px; }
              #calculator .wrapper .right .content .left-content .inline-label .action-sheet:after {
                content: none; }
              #calculator .wrapper .right .content .left-content .inline-label .action-sheet:before {
                content: none; }
              #calculator .wrapper .right .content .left-content .inline-label .action-sheet.is-active {
                transform: translateX(105%) translateY(42%); }
              #calculator .wrapper .right .content .left-content .inline-label .action-sheet ul li {
                display: block;
                padding: 0.8rem;
                line-height: 1;
                color: #000;
                border-top: 1px solid #ccc;
                cursor: pointer;
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 18px;
                color: #8f8f8f; }
                #calculator .wrapper .right .content .left-content .inline-label .action-sheet ul li:hover {
                  background: #f2f2f2; }
            #calculator .wrapper .right .content .left-content .inline-label input {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              color: #7fd1d9;
              border: 1px solid #dadada;
              border-left: none;
              border-radius: 3.16px;
              border-top-left-radius: 0;
              border-bottom-left-radius: 0;
              margin-bottom: 25px;
              height: 52px;
              background: transparent;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto; }
              #calculator .wrapper .right .content .left-content .inline-label input:focus {
                border: 1px solid #7fd1d9;
                border-left: none; }
              #calculator .wrapper .right .content .left-content .inline-label input:focus + .right-label {
                border: 1px solid #7fd1d9;
                border-left: none; }
              #calculator .wrapper .right .content .left-content .inline-label input.title-id {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0; }
            #calculator .wrapper .right .content .left-content .inline-label input[readonly]:hover {
              background: transparent; }
            #calculator .wrapper .right .content .left-content .inline-label ::-webkit-input-placeholder {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              color: #8a8a8a;
              font-style: italic; }
            #calculator .wrapper .right .content .left-content .inline-label :-moz-placeholder {
              /* Firefox 18- */
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              color: #8a8a8a;
              font-style: italic; }
            #calculator .wrapper .right .content .left-content .inline-label ::-moz-placeholder {
              /* Firefox 19+ */
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              color: #8a8a8a;
              font-style: italic; }
            #calculator .wrapper .right .content .left-content .inline-label :-ms-input-placeholder {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              color: #8a8a8a;
              font-style: italic; }
          #calculator .wrapper .right .content .left-content .custom-button {
            width: 100%;
            max-width: 100%;
            height: 59px;
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            line-height: 59px;
            background: #5dbec7;
            border: 1px solid #5dbec7;
            border-radius: 3.16px; }
            #calculator .wrapper .right .content .left-content .custom-button:hover {
              color: #5dbec7;
              background: #fff; }
        #calculator .wrapper .right .content .right-content {
          width: 50%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #calculator .wrapper .right .content .right-content .block {
            text-align: center; }
            #calculator .wrapper .right .content .right-content .block.tut {
              width: 100%;
              padding: 0 40px; }
            #calculator .wrapper .right .content .right-content .block .pe-7s-note {
              font-size: 60px;
              color: #64c9d3;
              margin-bottom: 40px; }
            #calculator .wrapper .right .content .right-content .block .text {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 19px;
              color: #929292;
              line-height: 28px; }
            #calculator .wrapper .right .content .right-content .block .title {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 19px;
              color: #7e7e7e;
              margin-bottom: 21px; }
            #calculator .wrapper .right .content .right-content .block .subtitle {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 14px;
              color: #a4a4a4;
              opacity: 0.5;
              margin-bottom: 72px; }
            #calculator .wrapper .right .content .right-content .block .items {
              width: 300px;
              margin: 0 auto; }
              #calculator .wrapper .right .content .right-content .block .items .item {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 40px;
                cursor: pointer; }
                #calculator .wrapper .right .content .right-content .block .items .item label {
                  font-family: 'gotham-book', sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  font-size: 22px;
                  color: #4a4a4a;
                  margin-right: 40px;
                  margin-bottom: 0; }
                #calculator .wrapper .right .content .right-content .block .items .item .icon_check_alt2 {
                  font-size: 40px;
                  color: #64c9d3; }
                #calculator .wrapper .right .content .right-content .block .items .item .circle {
                  width: 40px;
                  height: 40px;
                  border: 2px solid #c9c9c9;
                  border-radius: 50%; }

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pe-7s-album:before {
  content: "\e6aa"; }

.pe-7s-arc:before {
  content: "\e6ab"; }

.pe-7s-back-2:before {
  content: "\e6ac"; }

.pe-7s-bandaid:before {
  content: "\e6ad"; }

.pe-7s-car:before {
  content: "\e6ae"; }

.pe-7s-diamond:before {
  content: "\e6af"; }

.pe-7s-door-lock:before {
  content: "\e6b0"; }

.pe-7s-eyedropper:before {
  content: "\e6b1"; }

.pe-7s-female:before {
  content: "\e6b2"; }

.pe-7s-gym:before {
  content: "\e6b3"; }

.pe-7s-hammer:before {
  content: "\e6b4"; }

.pe-7s-headphones:before {
  content: "\e6b5"; }

.pe-7s-helm:before {
  content: "\e6b6"; }

.pe-7s-hourglass:before {
  content: "\e6b7"; }

.pe-7s-leaf:before {
  content: "\e6b8"; }

.pe-7s-magic-wand:before {
  content: "\e6b9"; }

.pe-7s-male:before {
  content: "\e6ba"; }

.pe-7s-map-2:before {
  content: "\e6bb"; }

.pe-7s-next-2:before {
  content: "\e6bc"; }

.pe-7s-paint-bucket:before {
  content: "\e6bd"; }

.pe-7s-pendrive:before {
  content: "\e6be"; }

.pe-7s-photo:before {
  content: "\e6bf"; }

.pe-7s-piggy:before {
  content: "\e6c0"; }

.pe-7s-plugin:before {
  content: "\e6c1"; }

.pe-7s-refresh-2:before {
  content: "\e6c2"; }

.pe-7s-rocket:before {
  content: "\e6c3"; }

.pe-7s-settings:before {
  content: "\e6c4"; }

.pe-7s-shield:before {
  content: "\e6c5"; }

.pe-7s-smile:before {
  content: "\e6c6"; }

.pe-7s-usb:before {
  content: "\e6c7"; }

.pe-7s-vector:before {
  content: "\e6c8"; }

.pe-7s-wine:before {
  content: "\e6c9"; }

.pe-7s-cloud-upload:before {
  content: "\e68a"; }

.pe-7s-cash:before {
  content: "\e68c"; }

.pe-7s-close:before {
  content: "\e680"; }

.pe-7s-bluetooth:before {
  content: "\e68d"; }

.pe-7s-cloud-download:before {
  content: "\e68b"; }

.pe-7s-way:before {
  content: "\e68e"; }

.pe-7s-close-circle:before {
  content: "\e681"; }

.pe-7s-id:before {
  content: "\e68f"; }

.pe-7s-angle-up:before {
  content: "\e682"; }

.pe-7s-wristwatch:before {
  content: "\e690"; }

.pe-7s-angle-up-circle:before {
  content: "\e683"; }

.pe-7s-world:before {
  content: "\e691"; }

.pe-7s-angle-right:before {
  content: "\e684"; }

.pe-7s-volume:before {
  content: "\e692"; }

.pe-7s-angle-right-circle:before {
  content: "\e685"; }

.pe-7s-users:before {
  content: "\e693"; }

.pe-7s-angle-left:before {
  content: "\e686"; }

.pe-7s-user-female:before {
  content: "\e694"; }

.pe-7s-angle-left-circle:before {
  content: "\e687"; }

.pe-7s-up-arrow:before {
  content: "\e695"; }

.pe-7s-angle-down:before {
  content: "\e688"; }

.pe-7s-switch:before {
  content: "\e696"; }

.pe-7s-angle-down-circle:before {
  content: "\e689"; }

.pe-7s-scissors:before {
  content: "\e697"; }

.pe-7s-wallet:before {
  content: "\e600"; }

.pe-7s-safe:before {
  content: "\e698"; }

.pe-7s-volume2:before {
  content: "\e601"; }

.pe-7s-volume1:before {
  content: "\e602"; }

.pe-7s-voicemail:before {
  content: "\e603"; }

.pe-7s-video:before {
  content: "\e604"; }

.pe-7s-user:before {
  content: "\e605"; }

.pe-7s-upload:before {
  content: "\e606"; }

.pe-7s-unlock:before {
  content: "\e607"; }

.pe-7s-umbrella:before {
  content: "\e608"; }

.pe-7s-trash:before {
  content: "\e609"; }

.pe-7s-tools:before {
  content: "\e60a"; }

.pe-7s-timer:before {
  content: "\e60b"; }

.pe-7s-ticket:before {
  content: "\e60c"; }

.pe-7s-target:before {
  content: "\e60d"; }

.pe-7s-sun:before {
  content: "\e60e"; }

.pe-7s-study:before {
  content: "\e60f"; }

.pe-7s-stopwatch:before {
  content: "\e610"; }

.pe-7s-star:before {
  content: "\e611"; }

.pe-7s-speaker:before {
  content: "\e612"; }

.pe-7s-signal:before {
  content: "\e613"; }

.pe-7s-shuffle:before {
  content: "\e614"; }

.pe-7s-shopbag:before {
  content: "\e615"; }

.pe-7s-share:before {
  content: "\e616"; }

.pe-7s-server:before {
  content: "\e617"; }

.pe-7s-search:before {
  content: "\e618"; }

.pe-7s-film:before {
  content: "\e6a5"; }

.pe-7s-science:before {
  content: "\e619"; }

.pe-7s-disk:before {
  content: "\e6a6"; }

.pe-7s-ribbon:before {
  content: "\e61a"; }

.pe-7s-repeat:before {
  content: "\e61b"; }

.pe-7s-refresh:before {
  content: "\e61c"; }

.pe-7s-add-user:before {
  content: "\e6a9"; }

.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

.pe-7s-paperclip:before {
  content: "\e69c"; }

.pe-7s-radio:before {
  content: "\e61e"; }

.pe-7s-note2:before {
  content: "\e69d"; }

.pe-7s-print:before {
  content: "\e61f"; }

.pe-7s-network:before {
  content: "\e69e"; }

.pe-7s-prev:before {
  content: "\e620"; }

.pe-7s-mute:before {
  content: "\e69f"; }

.pe-7s-power:before {
  content: "\e621"; }

.pe-7s-medal:before {
  content: "\e6a0"; }

.pe-7s-portfolio:before {
  content: "\e622"; }

.pe-7s-like2:before {
  content: "\e6a1"; }

.pe-7s-plus:before {
  content: "\e623"; }

.pe-7s-left-arrow:before {
  content: "\e6a2"; }

.pe-7s-play:before {
  content: "\e624"; }

.pe-7s-key:before {
  content: "\e6a3"; }

.pe-7s-plane:before {
  content: "\e625"; }

.pe-7s-joy:before {
  content: "\e6a4"; }

.pe-7s-photo-gallery:before {
  content: "\e626"; }

.pe-7s-pin:before {
  content: "\e69b"; }

.pe-7s-phone:before {
  content: "\e627"; }

.pe-7s-plug:before {
  content: "\e69a"; }

.pe-7s-pen:before {
  content: "\e628"; }

.pe-7s-right-arrow:before {
  content: "\e699"; }

.pe-7s-paper-plane:before {
  content: "\e629"; }

.pe-7s-delete-user:before {
  content: "\e6a7"; }

.pe-7s-paint:before {
  content: "\e62a"; }

.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

.pe-7s-notebook:before {
  content: "\e62b"; }

.pe-7s-note:before {
  content: "\e62c"; }

.pe-7s-next:before {
  content: "\e62d"; }

.pe-7s-news-paper:before {
  content: "\e62e"; }

.pe-7s-musiclist:before {
  content: "\e62f"; }

.pe-7s-music:before {
  content: "\e630"; }

.pe-7s-mouse:before {
  content: "\e631"; }

.pe-7s-more:before {
  content: "\e632"; }

.pe-7s-moon:before {
  content: "\e633"; }

.pe-7s-monitor:before {
  content: "\e634"; }

.pe-7s-micro:before {
  content: "\e635"; }

.pe-7s-menu:before {
  content: "\e636"; }

.pe-7s-map:before {
  content: "\e637"; }

.pe-7s-map-marker:before {
  content: "\e638"; }

.pe-7s-mail:before {
  content: "\e639"; }

.pe-7s-mail-open:before {
  content: "\e63a"; }

.pe-7s-mail-open-file:before {
  content: "\e63b"; }

.pe-7s-magnet:before {
  content: "\e63c"; }

.pe-7s-loop:before {
  content: "\e63d"; }

.pe-7s-look:before {
  content: "\e63e"; }

.pe-7s-lock:before {
  content: "\e63f"; }

.pe-7s-lintern:before {
  content: "\e640"; }

.pe-7s-link:before {
  content: "\e641"; }

.pe-7s-like:before {
  content: "\e642"; }

.pe-7s-light:before {
  content: "\e643"; }

.pe-7s-less:before {
  content: "\e644"; }

.pe-7s-keypad:before {
  content: "\e645"; }

.pe-7s-junk:before {
  content: "\e646"; }

.pe-7s-info:before {
  content: "\e647"; }

.pe-7s-home:before {
  content: "\e648"; }

.pe-7s-help2:before {
  content: "\e649"; }

.pe-7s-help1:before {
  content: "\e64a"; }

.pe-7s-graph3:before {
  content: "\e64b"; }

.pe-7s-graph2:before {
  content: "\e64c"; }

.pe-7s-graph1:before {
  content: "\e64d"; }

.pe-7s-graph:before {
  content: "\e64e"; }

.pe-7s-global:before {
  content: "\e64f"; }

.pe-7s-gleam:before {
  content: "\e650"; }

.pe-7s-glasses:before {
  content: "\e651"; }

.pe-7s-gift:before {
  content: "\e652"; }

.pe-7s-folder:before {
  content: "\e653"; }

.pe-7s-flag:before {
  content: "\e654"; }

.pe-7s-filter:before {
  content: "\e655"; }

.pe-7s-file:before {
  content: "\e656"; }

.pe-7s-expand1:before {
  content: "\e657"; }

.pe-7s-exapnd2:before {
  content: "\e658"; }

.pe-7s-edit:before {
  content: "\e659"; }

.pe-7s-drop:before {
  content: "\e65a"; }

.pe-7s-drawer:before {
  content: "\e65b"; }

.pe-7s-download:before {
  content: "\e65c"; }

.pe-7s-display2:before {
  content: "\e65d"; }

.pe-7s-display1:before {
  content: "\e65e"; }

.pe-7s-diskette:before {
  content: "\e65f"; }

.pe-7s-date:before {
  content: "\e660"; }

.pe-7s-cup:before {
  content: "\e661"; }

.pe-7s-culture:before {
  content: "\e662"; }

.pe-7s-crop:before {
  content: "\e663"; }

.pe-7s-credit:before {
  content: "\e664"; }

.pe-7s-copy-file:before {
  content: "\e665"; }

.pe-7s-config:before {
  content: "\e666"; }

.pe-7s-compass:before {
  content: "\e667"; }

.pe-7s-comment:before {
  content: "\e668"; }

.pe-7s-coffee:before {
  content: "\e669"; }

.pe-7s-cloud:before {
  content: "\e66a"; }

.pe-7s-clock:before {
  content: "\e66b"; }

.pe-7s-check:before {
  content: "\e66c"; }

.pe-7s-chat:before {
  content: "\e66d"; }

.pe-7s-cart:before {
  content: "\e66e"; }

.pe-7s-camera:before {
  content: "\e66f"; }

.pe-7s-call:before {
  content: "\e670"; }

.pe-7s-calculator:before {
  content: "\e671"; }

.pe-7s-browser:before {
  content: "\e672"; }

.pe-7s-box2:before {
  content: "\e673"; }

.pe-7s-box1:before {
  content: "\e674"; }

.pe-7s-bookmarks:before {
  content: "\e675"; }

.pe-7s-bicycle:before {
  content: "\e676"; }

.pe-7s-bell:before {
  content: "\e677"; }

.pe-7s-battery:before {
  content: "\e678"; }

.pe-7s-ball:before {
  content: "\e679"; }

.pe-7s-back:before {
  content: "\e67a"; }

.pe-7s-attention:before {
  content: "\e67b"; }

.pe-7s-anchor:before {
  content: "\e67c"; }

.pe-7s-albums:before {
  content: "\e67d"; }

.pe-7s-alarm:before {
  content: "\e67e"; }

.pe-7s-airplay:before {
  content: "\e67f"; }

/* Loading Effect Two */
.loading-effect-2 {
  width: 100px;
  height: 100px; }

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #5dbec7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loading-effect-2 > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  animation: effect-2 2s infinite linear; }

.loading-effect-2 > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent; }

.loading-effect-2 > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent; }

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

#calculator-results {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  #calculator-results .wrapper {
    position: relative;
    min-height: 80vh; }
    #calculator-results .wrapper .loading-back {
      position: absolute;
      z-index: 10;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%; }
      #calculator-results .wrapper .loading-back .spinner {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    #calculator-results .wrapper:after {
      content: '';
      display: block;
      clear: both; }
    #calculator-results .wrapper .left {
      padding-top: 39px;
      padding-right: 70px;
      float: left;
      height: 657px;
      width: 20%;
      box-sizing: border-box;
      margin-bottom: -80px; }
      #calculator-results .wrapper .left .back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        #calculator-results .wrapper .left .back .arrow_carrot-left {
          font-size: 32px;
          color: #64c9d3; }
        #calculator-results .wrapper .left .back .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 20px;
          color: #64c9d3;
          margin-left: 20px; }
    #calculator-results .wrapper .right {
      float: left;
      width: 80%;
      border-left: 1px solid #e6e7e7; }
      #calculator-results .wrapper .right .top {
        padding-left: 70px;
        height: 155px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #64c9d3; }
        #calculator-results .wrapper .right .top .icon {
          width: 80px;
          height: 80px;
          border-radius: 50px;
          border: 2px solid #64c9d3;
          margin-right: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #calculator-results .wrapper .right .top .icon img {
            width: 48px;
            height: 48px; }
        #calculator-results .wrapper .right .top .description {
          -ms-flex: 1;
          flex: 1; }
          #calculator-results .wrapper .right .top .description .title {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            color: #7c8286;
            margin-bottom: 16px; }
          #calculator-results .wrapper .right .top .description .subtitle {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            #calculator-results .wrapper .right .top .description .subtitle .block {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center; }
              #calculator-results .wrapper .right .top .description .subtitle .block .text-left {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 22px;
                color: #a9adaf;
                padding-right: 44px; }
            #calculator-results .wrapper .right .top .description .subtitle .icon_info {
              font-size: 26px;
              color: #64c9d3;
              cursor: pointer; }
      #calculator-results .wrapper .right .content {
        display: -ms-flexbox;
        display: flex;
        margin-top: 52px; }
        #calculator-results .wrapper .right .content .left-content {
          width: 50%;
          border-right: 1px solid #ebebeb;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center; }
          #calculator-results .wrapper .right .content .left-content .items {
            width: 382px; }
            #calculator-results .wrapper .right .content .left-content .items .item {
              border-bottom: 1px solid #dadada;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: justify;
              justify-content: space-between;
              padding-bottom: 10px;
              margin-bottom: 40px; }
              #calculator-results .wrapper .right .content .left-content .items .item .title {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                color: #a4a4a4;
                padding-left: 15px;
                width: 60%;
                padding-right: 1%;
                line-height: 24px; }
                #calculator-results .wrapper .right .content .left-content .items .item .title.bold {
                  font-family: 'gotham-bold', sans-serif;
                  font-weight: normal;
                  font-style: normal; }
              #calculator-results .wrapper .right .content .left-content .items .item .result {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 17px;
                color: #8a8a8a;
                padding-right: 15px;
                width: 40%;
                -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                    align-self: center;
                text-align: right;
                line-height: 22px; }
        #calculator-results .wrapper .right .content .right-content {
          width: 50%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #calculator-results .wrapper .right .content .right-content .block {
            width: 358px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; }
            #calculator-results .wrapper .right .content .right-content .block .right-top {
              padding-bottom: 42px;
              border-bottom: 1px solid #92d9e0; }
              #calculator-results .wrapper .right .content .right-content .block .right-top.withoutBorder {
                border: 0px; }
              #calculator-results .wrapper .right .content .right-content .block .right-top .title {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 23px;
                color: #bcbcbc;
                margin-bottom: 22px; }
              #calculator-results .wrapper .right .content .right-content .block .right-top .percent-block {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center; }
                #calculator-results .wrapper .right .content .right-content .block .right-top .percent-block .result {
                  font-family: 'gotham-light', sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  font-size: 123px;
                  color: #666; }
                #calculator-results .wrapper .right .content .right-content .block .right-top .percent-block .percent {
                  font-family: 'gotham-book', sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  font-size: 30px;
                  color: #bcbcbc;
                  padding-top: 10px; }
                #calculator-results .wrapper .right .content .right-content .block .right-top .percent-block .unit {
                  font-family: 'gotham-book', sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  font-size: 30px;
                  color: #bcbcbc;
                  padding-top: 75px; }
            #calculator-results .wrapper .right .content .right-content .block .text {
              font-family: 'gotham-book', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 21px;
              color: #666;
              line-height: 31px;
              padding-top: 62px;
              padding-bottom: 150px; }
            #calculator-results .wrapper .right .content .right-content .block .custom-button {
              width: 100%;
              max-width: 100%;
              height: 62px;
              font-family: 'gotham-medium', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 18px;
              color: #64c9d3;
              padding: 0;
              margin: 0;
              line-height: 59px;
              background: #fff;
              border: 1px solid #64c9d3;
              border-radius: 3.16px;
              margin-bottom: 20px; }
              #calculator-results .wrapper .right .content .right-content .block .custom-button:hover {
                color: #fff;
                background: #64c9d3; }
              #calculator-results .wrapper .right .content .right-content .block .custom-button:first-of-type {
                font-family: 'gotham-book', sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 21px;
                color: #a5a5a5;
                border: 1px solid #e1e1e1; }
                #calculator-results .wrapper .right .content .right-content .block .custom-button:first-of-type:hover {
                  color: #fff;
                  background: #a5a5a5; }

#references {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: calc(100% + 115px);
  position: fixed;
  z-index: 10000;
  top: -80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  #references .container {
    width: 648px;
    max-height: 600px;
    overflow: auto; }
    #references .container .top {
      height: 55px;
      background: #64c9d3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #references .container .top .empty {
        padding-left: 10px;
        width: 30px; }
      #references .container .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: #fff; }
      #references .container .top .icon_close {
        font-size: 30px;
        color: #fff;
        margin-right: 10px;
        cursor: pointer; }
    #references .container .items {
      background: #fff;
      padding: 30px 24px 70px 24px; }
      #references .container .items .item {
        padding-bottom: 18px;
        padding-top: 30px;
        border-bottom: 1px solid #bee8ec; }
        #references .container .items .item:first-of-type {
          padding-top: 0; }
        #references .container .items .item .number {
          font-family: 'gotham-bold', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 19px;
          color: #8bd4dc;
          margin-right: 10px;
          float: left;
          line-height: 28px; }
        #references .container .items .item .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 19px;
          color: #8c8c8c;
          line-height: 28px; }
          #references .container .items .item .text a {
            color: #8bd4dc; }

#introduction {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: calc(100% + 115px);
  position: fixed;
  z-index: 10000;
  top: -80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  #introduction .container {
    width: 650px;
    max-height: 600px;
    overflow: auto; }
    #introduction .container .top {
      height: 55px;
      background: #64c9d3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #introduction .container .top .empty {
        padding-left: 10px;
        width: 30px; }
      #introduction .container .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: #fff; }
      #introduction .container .top .icon_close {
        font-size: 30px;
        color: #fff;
        margin-right: 10px;
        cursor: pointer; }
    #introduction .container .text {
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #737373;
      line-height: 24px;
      padding: 34px 42px 60px 42px;
      background: #fff; }

#profile {
  margin-top: 80px;
  overflow: hidden; }
  #profile .wrapper {
    position: relative;
    min-height: 80vh; }
    #profile .wrapper .loading-back {
      position: absolute;
      z-index: 10;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%; }
      #profile .wrapper .loading-back .spinner {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    #profile .wrapper:after {
      content: '';
      display: block;
      clear: both; }
    #profile .wrapper .content {
      display: -ms-flexbox;
      display: flex;
      padding-top: 60px;
      padding-bottom: 120px; }
      #profile .wrapper .content .left-content, #profile .wrapper .content .right-content {
        -ms-flex: 1;
        flex: 1; }
        #profile .wrapper .content .left-content .title, #profile .wrapper .content .right-content .title {
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 19px;
          color: #92d9e0;
          margin-bottom: 30px;
          padding-bottom: 20px;
          text-transform: uppercase;
          border-bottom: 1px solid #92d9e0;
          width: 400px; }
        #profile .wrapper .content .left-content .block.margin-fix, #profile .wrapper .content .right-content .block.margin-fix {
          margin-bottom: 100px; }
        #profile .wrapper .content .left-content .block .subtitle, #profile .wrapper .content .right-content .block .subtitle {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #c3c3c3;
          text-transform: uppercase;
          margin-bottom: 16px; }
        #profile .wrapper .content .left-content .block .text, #profile .wrapper .content .right-content .block .text {
          margin-bottom: 32px;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          color: #7b7b7b;
          background: #fff;
          border: none;
          padding: 0; }
    #profile .wrapper .profile-change {
      bottom: 0;
      position: fixed;
      left: 0;
      right: 0;
      width: 100%;
      height: 60px;
      background: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #a4a4a4;
      border-bottom: none;
      width: 1170px;
      margin: 0 auto;
      cursor: pointer; }
      #profile .wrapper .profile-change .block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        #profile .wrapper .profile-change .block .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #8d8d8d;
          margin-right: 25px; }
        #profile .wrapper .profile-change .block .arrow_carrot-right, #profile .wrapper .profile-change .block .icon_check {
          font-size: 26px;
          color: #64c9d3; }

#options {
  margin-top: 154px; }
  #options .wrapper .content {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 100px; }
    #options .wrapper .content .top-content .title {
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 17px;
      color: #92d9e0;
      text-transform: uppercase; }
    #options .wrapper .content .top-content .block {
      border-bottom: 1px solid #e5e5e5;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 17px;
      padding-top: 40px; }
      #options .wrapper .content .top-content .block:first-of-type {
        padding-top: 45px; }
      #options .wrapper .content .top-content .block .subtitle {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: #636363; }
      #options .wrapper .content .top-content .block .arrow_carrot-right {
        font-size: 34px;
        color: #8b8b8b;
        cursor: pointer; }
    #options .wrapper .content .center-content {
      margin-top: 70px; }
      #options .wrapper .content .center-content .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        color: #92d9e0;
        text-transform: uppercase; }
      #options .wrapper .content .center-content .block {
        border-bottom: 1px solid #e5e5e5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 17px;
        padding-top: 40px; }
        #options .wrapper .content .center-content .block .subtitle {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          color: #636363; }
        #options .wrapper .content .center-content .block .arrow_carrot-right {
          font-size: 34px;
          color: #8b8b8b;
          cursor: pointer; }
    #options .wrapper .content .bottom-content {
      margin-top: 100px; }
      #options .wrapper .content .bottom-content .block {
        border-bottom: 1px solid #e5e5e5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 17px;
        padding-top: 45px; }
        #options .wrapper .content .bottom-content .block:first-of-type {
          padding-top: 0; }
        #options .wrapper .content .bottom-content .block .subtitle {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          color: #636363; }
        #options .wrapper .content .bottom-content .block .arrow_carrot-right {
          font-size: 34px;
          color: #8b8b8b;
          cursor: pointer; }

#staticPages {
  margin-top: 154px; }
  #staticPages .wrapper .content {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center; }
    #staticPages .wrapper .content img {
      max-height: 420px;
      height: auto;
      width: auto; }
    #staticPages .wrapper .content .text {
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #666666;
      line-height: 24px;
      text-align: left;
      margin: 40px 0;
      font-size: 14px;
      white-space: pre-wrap;
      line-height: 28px; }
    #staticPages .wrapper .content .custom-button {
      clear: both;
      display: block;
      width: 400px;
      height: 59px;
      margin: 0 auto;
      font-family: 'gotham-medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      color: #fff;
      padding: 0;
      line-height: 59px;
      background: #5dbec7;
      border: 1px solid #5dbec7;
      border-radius: 3.16px;
      margin-top: 20px; }
      #staticPages .wrapper .content .custom-button:hover {
        color: #5dbec7;
        background: #fff; }

#change-password {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  #change-password .wrapper:after {
    content: '';
    display: block;
    clear: both; }
  #change-password .wrapper .left {
    padding-top: 39px;
    padding-right: 70px;
    float: left;
    height: 657px;
    width: 20%;
    margin-bottom: -80px; }
    #change-password .wrapper .left .back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      #change-password .wrapper .left .back .arrow_carrot-left {
        font-size: 32px;
        color: #64c9d3; }
      #change-password .wrapper .left .back .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #64c9d3;
        margin-left: 20px; }
  #change-password .wrapper .right {
    float: left;
    width: 80%;
    border-left: 1px solid #e6e7e7; }
    #change-password .wrapper .right .top {
      margin-left: 70px;
      height: 120px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e6e7e7; }
      #change-password .wrapper .right .top .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #64c9d3;
        text-transform: uppercase; }
    #change-password .wrapper .right .content {
      display: -ms-flexbox;
      display: flex;
      margin-left: 70px;
      margin-top: 52px;
      width: 455px;
      -ms-flex-direction: column;
      flex-direction: column; }
      #change-password .wrapper .right .content .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        color: #929292;
        line-height: 27px; }
      #change-password .wrapper .right .content .block {
        width: 400px;
        margin-top: 25px; }
        #change-password .wrapper .right .content .block label {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #a4a4a4;
          margin-bottom: 15px; }
        #change-password .wrapper .right .content .block .errorMessage {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: red;
          margin-top: 0px;
          position: relative;
          margin-bottom: 0px;
          letter-spacing: 2.24px; }
        #change-password .wrapper .right .content .block input {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #7fd1d9;
          border: 1px solid #dadada;
          border-radius: 3.16px;
          height: 52px;
          background: transparent;
          padding-left: 18px; }
          #change-password .wrapper .right .content .block input:focus {
            border: 1px solid #7fd1d9; }
          #change-password .wrapper .right .content .block input.has-error {
            border: 1px solid red;
            border-radius: 3.16px;
            margin-bottom: 0; }
        #change-password .wrapper .right .content .block ::-webkit-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #C8C8C8;
          font-style: italic; }
        #change-password .wrapper .right .content .block :-moz-placeholder {
          /* Firefox 18- */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #C8C8C8;
          font-style: italic; }
        #change-password .wrapper .right .content .block ::-moz-placeholder {
          /* Firefox 19+ */
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #C8C8C8;
          font-style: italic; }
        #change-password .wrapper .right .content .block :-ms-input-placeholder {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          color: #C8C8C8;
          font-style: italic; }
        #change-password .wrapper .right .content .block.has-error {
          border: 1px solid red;
          border-radius: 3.16px; }
      #change-password .wrapper .right .content .error-block {
        text-align: left;
        margin-top: 5px;
        width: 400px; }
        #change-password .wrapper .right .content .error-block .error-message {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          color: red; }
      #change-password .wrapper .right .content .message {
        clear: both;
        width: 88%;
        display: inline-block;
        text-align: center;
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 17px; }
      #change-password .wrapper .right .content .normal {
        color: #64c9d3 !important; }
      #change-password .wrapper .right .content .red {
        color: red !important; }
      #change-password .wrapper .right .content .animate-show {
        transition: opacity linear 0.5s; }
      #change-password .wrapper .right .content .animate-show.ng-hide-remove,
      #change-password .wrapper .right .content .animate-hide.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important; }
      #change-password .wrapper .right .content .animate-hide.ng-hide-add,
      #change-password .wrapper .right .content .animate-show.ng-hide-remove.ng-hide-remove-active {
        opacity: 1;
        display: block !important; }
      #change-password .wrapper .right .content .custom-button {
        width: 400px;
        max-width: 100%;
        height: 59px;
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #fff;
        padding: 0;
        margin: 0;
        line-height: 59px;
        background: #5dbec7;
        border: 1px solid #5dbec7;
        border-radius: 3.16px;
        margin-top: 20px; }
        #change-password .wrapper .right .content .custom-button:hover {
          color: #5dbec7;
          background: #fff; }

#language {
  margin-top: 80px;
  position: relative; }
  #language .wrapper:after {
    content: '';
    display: block;
    clear: both; }
  #language .wrapper .left {
    padding-top: 39px;
    padding-right: 70px;
    float: left;
    height: 657px;
    width: 20%;
    margin-bottom: -80px; }
    #language .wrapper .left .back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      #language .wrapper .left .back .arrow_carrot-left {
        font-size: 32px;
        color: #64c9d3; }
      #language .wrapper .left .back .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #64c9d3;
        margin-left: 20px; }
  #language .wrapper .right {
    float: left;
    width: 80%;
    border-left: 1px solid #e6e7e7; }
    #language .wrapper .right .top {
      margin-left: 70px;
      height: 108px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e6e7e7; }
      #language .wrapper .right .top .title {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        color: #64c9d3;
        text-transform: uppercase; }
    #language .wrapper .right .content {
      display: -ms-flexbox;
      display: flex;
      margin-left: 70px;
      margin-top: 52px;
      width: 455px;
      -ms-flex-direction: column;
      flex-direction: column; }
      #language .wrapper .right .content .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        color: #929292;
        margin-bottom: 50px; }
      #language .wrapper .right .content .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 22px; }
        #language .wrapper .right .content .row .circle {
          border: 2px solid #64c9d3;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          margin-right: 12px;
          cursor: pointer; }
        #language .wrapper .right .content .row .icon_check_alt {
          font-size: 32px;
          color: #64c9d3;
          margin-right: 12px;
          cursor: pointer; }
        #language .wrapper .right .content .row label {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          color: #7b7b7b;
          margin-bottom: 0;
          cursor: pointer; }
          #language .wrapper .right .content .row label.active {
            color: #64c9d3; }

#more-about {
  margin-top: 80px; }
  #more-about .wrapper:after {
    content: '';
    display: block;
    clear: both; }
  #more-about .wrapper .left {
    padding-top: 39px;
    padding-right: 70px;
    float: left;
    height: 657px;
    width: 20%;
    box-sizing: border-box;
    margin-bottom: -80px; }
    #more-about .wrapper .left .back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      #more-about .wrapper .left .back .arrow_carrot-left {
        font-size: 32px;
        color: #64c9d3; }
      #more-about .wrapper .left .back .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #64c9d3;
        margin-left: 20px; }
  #more-about .wrapper .right {
    float: left;
    width: 80%;
    border-left: 1px solid #e6e7e7; }
    #more-about .wrapper .right .top {
      margin-left: 70px;
      height: 108px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e6e7e7; }
      #more-about .wrapper .right .top .title {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        color: #64c9d3;
        text-transform: uppercase; }
    #more-about .wrapper .right .content {
      /*                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;*/
      margin-left: 70px;
      margin-top: 96px; }
      #more-about .wrapper .right .content .left-content {
        width: 50%;
        border-right: 1px solid #ebebeb;
        padding-right: 75px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 120px;
        float: left; }
        #more-about .wrapper .right .content .left-content img {
          margin-bottom: 50px; }
        #more-about .wrapper .right .content .left-content .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 21px;
          color: #858585;
          line-height: 31px;
          margin-bottom: 24px;
          width: 100%; }
          #more-about .wrapper .right .content .left-content .text span {
            font-size: 16px; }
        #more-about .wrapper .right .content .left-content a {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          color: #b8b8b8;
          padding-bottom: 20px;
          display: block; }
      #more-about .wrapper .right .content .right-content {
        width: 50%;
        float: right;
        background-color: #f0f0f0;
        text-align: left;
        padding: 20px; }
        #more-about .wrapper .right .content .right-content .title {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 17px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          color: #5b5b5b;
          text-transform: uppercase; }
        #more-about .wrapper .right .content .right-content img {
          margin-top: 26px;
          margin-bottom: 28px;
          width: 222px; }
        #more-about .wrapper .right .content .right-content .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #787878;
          line-height: 24px;
          width: 100%; }
          #more-about .wrapper .right .content .right-content .text b {
            font-family: 'gotham-bold', sans-serif;
            font-weight: normal;
            font-style: normal; }
        #more-about .wrapper .right .content .right-content a {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #009996;
          line-height: 24px;
          margin-top: 20px;
          margin-bottom: 20px;
          width: 100%;
          display: inline-block;
          text-decoration: underline; }
  #more-about .version {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #858585;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff; }
    #more-about .version .container {
      width: 1170px;
      margin: 0 auto !important;
      position: relative; }
      #more-about .version .container .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #b8b8b8;
        text-align: center; }
      #more-about .version .container a {
        text-decoration: none; }
      #more-about .version .container img {
        position: absolute;
        right: 0;
        top: 22px;
        height: 30px; }
        #more-about .version .container img.logoLoad {
          right: 60px; }

#terms-conditions {
  margin-top: 80px;
  padding-bottom: 80px; }
  #terms-conditions .wrapper:after {
    content: '';
    display: block;
    clear: both; }
  #terms-conditions .wrapper .left {
    padding-top: 39px;
    padding-right: 70px;
    float: left;
    height: 657px;
    width: 20%;
    margin-bottom: -80px; }
    #terms-conditions .wrapper .left .back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      #terms-conditions .wrapper .left .back .arrow_carrot-left {
        font-size: 32px;
        color: #64c9d3; }
      #terms-conditions .wrapper .left .back .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #64c9d3;
        margin-left: 20px; }
  #terms-conditions .wrapper .right {
    float: left;
    width: 80%;
    border-left: 1px solid #e6e7e7; }
    #terms-conditions .wrapper .right .top {
      margin-left: 70px;
      height: 108px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e6e7e7; }
      #terms-conditions .wrapper .right .top .title {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        color: #64c9d3;
        text-transform: uppercase; }
    #terms-conditions .wrapper .right .content {
      padding-bottom: 70px;
      margin-left: 70px; }
      #terms-conditions .wrapper .right .content .title {
        font-family: 'gotham-medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: #404040;
        margin-bottom: 32px;
        padding-top: 60px; }
      #terms-conditions .wrapper .right .content .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #666;
        white-space: pre-wrap;
        line-height: 28px; }
        #terms-conditions .wrapper .right .content .text b {
          font-family: 'gotham-medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 15px;
          color: #676767; }

#calculator1 .content .left-content .radio {
  border-bottom: none !important;
  padding-bottom: 32px !important;
  padding-top: 5px; }

#calculator1 .content .left-content .info {
  padding-bottom: 17px;
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #a4a4a4;
  line-height: 24px; }

#calculator1 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default; }
  #calculator1 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator1 .content .left-content .inline-label.has-error {
    border: 1px solid red;
    margin-bottom: 0 !important; }
  #calculator1 .content .left-content .inline-label .left-label {
    margin-bottom: 0 !important; }
  #calculator1 .content .left-content .inline-label input {
    margin-bottom: 0 !important;
    padding-right: 14px;
    width: 170.5px; }
  #calculator1 .content .left-content .inline-label.big {
    height: 80px; }
    #calculator1 .content .left-content .inline-label.big .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator1 .content .left-content .inline-label.big .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator1 .content .left-content .inline-label.big .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator1 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator1 .content .left-content .inline-label.big .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator1 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator1 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator1 .content .left-content .inline-label.big .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px;
      color: #92d9e0; }
  #calculator1 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator1 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator1 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator1 .content .left-content .error-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: 10px;
  margin-bottom: 18px; }

#calculator1 .content .left-content .limit-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #92d9e0;
  margin-top: -15px;
  margin-bottom: 18px; }

#calculator2 .content .left-content form .error-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -28px;
  margin-bottom: 14px; }

#calculator2 .content .left-content form .error-message-big {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -18px;
  margin-bottom: 14px; }
  #calculator2 .content .left-content form .error-message-big.clear {
    float: left; }

#calculator2 .content .left-content form .error-message-smoking {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -35px;
  margin-bottom: 14px; }

#calculator2 .content .left-content form .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default;
  clear: both; }
  #calculator2 .content .left-content form .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator2 .content .left-content form .inline-label.has-error {
    border: 1px solid red; }
  #calculator2 .content .left-content form .inline-label.big, #calculator2 .content .left-content form .inline-label.smallBox {
    height: 80px; }
    #calculator2 .content .left-content form .inline-label.big .big-bottom, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator2 .content .left-content form .inline-label.big .big-bottom .left-label, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator2 .content .left-content form .inline-label.big .big-bottom input, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator2 .content .left-content form .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator2 .content .left-content form .inline-label.big .big-bottom :-moz-placeholder, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator2 .content .left-content form .inline-label.big .big-bottom ::-moz-placeholder, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator2 .content .left-content form .inline-label.big .big-bottom :-ms-input-placeholder, #calculator2 .content .left-content form .inline-label.smallBox .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator2 .content .left-content form .inline-label.big .right-label, #calculator2 .content .left-content form .inline-label.smallBox .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px; }
  #calculator2 .content .left-content form .inline-label.smallBox {
    width: 71%;
    float: left;
    margin-bottom: 25px !important; }
    #calculator2 .content .left-content form .inline-label.smallBox .right-label {
      width: 13% !important; }
  #calculator2 .content .left-content form .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator2 .content .left-content form .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator2 .content .left-content form .inline-label .width-fix {
    width: 138.6px; }
  #calculator2 .content .left-content form .inline-label .right-label {
    border: none !important; }

#calculator2 .content .left-content form .selectConvertion {
  padding-left: 15px;
  float: left;
  cursor: pointer;
  position: relative; }
  #calculator2 .content .left-content form .selectConvertion .text .title {
    float: left;
    line-height: 40px;
    font-family: 'gotham-medium-italic', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a9adaf;
    font-size: 14px; }
  #calculator2 .content .left-content form .selectConvertion .text .icon {
    float: left;
    line-height: 40px;
    color: #64c9d3;
    font-size: 20px; }
  #calculator2 .content .left-content form .selectConvertion .text.bigger .title {
    line-height: 80px; }
  #calculator2 .content .left-content form .selectConvertion .text.bigger .icon {
    line-height: 80px; }
  #calculator2 .content .left-content form .selectConvertion .dropdown {
    width: 88px;
    height: auto;
    border: 1px solid #64c9d3;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 999; }
    #calculator2 .content .left-content form .selectConvertion .dropdown .arrow {
      position: absolute;
      left: 40%;
      top: -13px;
      font-size: 20px;
      color: #64c9d3; }
    #calculator2 .content .left-content form .selectConvertion .dropdown .item {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #a4a4a4; }
      #calculator2 .content .left-content form .selectConvertion .dropdown .item.active {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal; }

#calculator3 .content .left-content .error-message-big {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -18px;
  margin-bottom: 14px; }

#calculator3 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default; }
  #calculator3 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator3 .content .left-content .inline-label.has-error {
    border: 1px solid red; }
  #calculator3 .content .left-content .inline-label.big {
    height: 80px; }
    #calculator3 .content .left-content .inline-label.big .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator3 .content .left-content .inline-label.big .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px;
        -ms-flex: 1;
            flex: 1; }
      #calculator3 .content .left-content .inline-label.big .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        text-align: left;
        padding-bottom: 8px;
        padding-top: 0; }
      #calculator3 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator3 .content .left-content .inline-label.big .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator3 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator3 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator3 .content .left-content .inline-label.big .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px; }
  #calculator3 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator3 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator3 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator3 .content .right-content .block .items {
  width: 320px !important; }
  #calculator3 .content .right-content .block .items .item label {
    width: 270px !important;
    font-size: 17px !important;
    margin-right: 10px !important;
    text-align: left !important; }

#calculator3-results .content .left-content .items .item {
  -ms-flex-direction: column;
  flex-direction: column; }
  #calculator3-results .content .left-content .items .item .title {
    padding-bottom: 10px; }
  #calculator3-results .content .left-content .items .item .result {
    padding-left: 15px; }

#calculator4 .content .left-content .radio {
  border-bottom: none !important; }

#calculator4 .content .left-content .error-message-big {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -18px;
  margin-bottom: 14px; }

#calculator4 .content .left-content .clear {
  float: left;
  margin-top: -20px !important;
  clear: both; }

#calculator4 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default;
  clear: both; }
  #calculator4 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator4 .content .left-content .inline-label.has-error {
    border: 1px solid red;
    margin-bottom: 0 !important; }
  #calculator4 .content .left-content .inline-label.big, #calculator4 .content .left-content .inline-label.smallBox {
    height: 80px; }
    #calculator4 .content .left-content .inline-label.big .big-bottom, #calculator4 .content .left-content .inline-label.smallBox .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator4 .content .left-content .inline-label.big .big-bottom .left-label, #calculator4 .content .left-content .inline-label.smallBox .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator4 .content .left-content .inline-label.big .big-bottom input, #calculator4 .content .left-content .inline-label.smallBox .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator4 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator4 .content .left-content .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator4 .content .left-content .inline-label.big .big-bottom :-moz-placeholder, #calculator4 .content .left-content .inline-label.smallBox .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator4 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder, #calculator4 .content .left-content .inline-label.smallBox .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator4 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder, #calculator4 .content .left-content .inline-label.smallBox .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator4 .content .left-content .inline-label.big .right-label, #calculator4 .content .left-content .inline-label.smallBox .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px;
      color: #92d9e0; }
  #calculator4 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator4 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator4 .content .left-content .inline-label .right-label {
    border: none !important; }
  #calculator4 .content .left-content .inline-label.smallBox {
    width: 71%;
    float: left;
    margin-bottom: 25px !important; }
    #calculator4 .content .left-content .inline-label.smallBox .right-label {
      width: 13% !important; }

#calculator4 .content .left-content .error-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: 10px;
  margin-bottom: 18px; }

#calculator4 .content .left-content .limit-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #92d9e0;
  margin-top: -15px;
  margin-bottom: 18px; }

#calculator4 .content .left-content .selectConvertion {
  padding-left: 15px;
  float: left;
  cursor: pointer;
  position: relative; }
  #calculator4 .content .left-content .selectConvertion .text .title {
    float: left;
    line-height: 40px;
    font-family: 'gotham-medium-italic', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a9adaf;
    font-size: 14px; }
  #calculator4 .content .left-content .selectConvertion .text .icon {
    float: left;
    line-height: 40px;
    color: #64c9d3;
    font-size: 20px; }
  #calculator4 .content .left-content .selectConvertion .text.bigger .title {
    line-height: 80px; }
  #calculator4 .content .left-content .selectConvertion .text.bigger .icon {
    line-height: 80px; }
  #calculator4 .content .left-content .selectConvertion .dropdown {
    width: 88px;
    height: auto;
    border: 1px solid #64c9d3;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 999; }
    #calculator4 .content .left-content .selectConvertion .dropdown .arrow {
      position: absolute;
      left: 40%;
      top: -13px;
      font-size: 20px;
      color: #64c9d3; }
    #calculator4 .content .left-content .selectConvertion .dropdown .item {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #a4a4a4; }
      #calculator4 .content .left-content .selectConvertion .dropdown .item.active {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal; }

#calculator5 .content .left-content .error-message-big {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -18px;
  margin-bottom: 14px; }
  #calculator5 .content .left-content .error-message-big.clear {
    float: left; }

#calculator5 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default;
  clear: both; }
  #calculator5 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator5 .content .left-content .inline-label.has-error {
    border: 1px solid red; }
  #calculator5 .content .left-content .inline-label.big, #calculator5 .content .left-content .inline-label.smallBox {
    height: 80px; }
    #calculator5 .content .left-content .inline-label.big .big-bottom, #calculator5 .content .left-content .inline-label.smallBox .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator5 .content .left-content .inline-label.big .big-bottom .left-label, #calculator5 .content .left-content .inline-label.smallBox .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator5 .content .left-content .inline-label.big .big-bottom input, #calculator5 .content .left-content .inline-label.smallBox .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator5 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator5 .content .left-content .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator5 .content .left-content .inline-label.big .big-bottom :-moz-placeholder, #calculator5 .content .left-content .inline-label.smallBox .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator5 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder, #calculator5 .content .left-content .inline-label.smallBox .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator5 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder, #calculator5 .content .left-content .inline-label.smallBox .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator5 .content .left-content .inline-label.big .right-label, #calculator5 .content .left-content .inline-label.smallBox .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px; }
  #calculator5 .content .left-content .inline-label.smallBox {
    width: 71%;
    float: left;
    margin-bottom: 25px !important; }
    #calculator5 .content .left-content .inline-label.smallBox .big-bottom input {
      width: 200px; }
    #calculator5 .content .left-content .inline-label.smallBox .right-label {
      width: 13% !important; }
  #calculator5 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator5 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator5 .content .left-content .inline-label .width-fix {
    width: 138.6px; }
  #calculator5 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator5 .content .left-content .selectConvertion {
  padding-left: 15px;
  float: left;
  cursor: pointer;
  position: relative; }
  #calculator5 .content .left-content .selectConvertion .text .title {
    float: left;
    line-height: 40px;
    font-family: 'gotham-medium-italic', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a9adaf;
    font-size: 14px; }
  #calculator5 .content .left-content .selectConvertion .text .icon {
    float: left;
    line-height: 40px;
    color: #64c9d3;
    font-size: 20px; }
  #calculator5 .content .left-content .selectConvertion .text.bigger .title {
    line-height: 80px; }
  #calculator5 .content .left-content .selectConvertion .text.bigger .icon {
    line-height: 80px; }
  #calculator5 .content .left-content .selectConvertion .dropdown {
    width: 88px;
    height: auto;
    border: 1px solid #64c9d3;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 999; }
    #calculator5 .content .left-content .selectConvertion .dropdown .arrow {
      position: absolute;
      left: 40%;
      top: -13px;
      font-size: 20px;
      color: #64c9d3; }
    #calculator5 .content .left-content .selectConvertion .dropdown .item {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #a4a4a4; }
      #calculator5 .content .left-content .selectConvertion .dropdown .item.active {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal; }

#calculator5 .content .right-content .block .items .item label {
  margin-right: 30px !important; }

#calculator5 .content .right-content .block .items.small-text {
  width: 320px !important; }
  #calculator5 .content .right-content .block .items.small-text .item label {
    width: 270px !important;
    font-size: 17px !important;
    margin-right: 10px !important;
    text-align: left !important;
    line-height: 22px; }

#calculator5-results .content .left-content .items .item {
  -ms-flex-direction: column;
  flex-direction: column; }
  #calculator5-results .content .left-content .items .item .title {
    padding-bottom: 10px;
    width: 100% !important; }
  #calculator5-results .content .left-content .items .item .result {
    padding-left: 15px; }

#calculator6 .content .left-content .radio {
  border-bottom: none !important; }

#calculator6 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default;
  clear: both; }
  #calculator6 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator6 .content .left-content .inline-label.has-error {
    border: 1px solid red;
    margin-bottom: 0 !important; }
  #calculator6 .content .left-content .inline-label .left-label {
    margin-bottom: 0 !important; }
  #calculator6 .content .left-content .inline-label input {
    margin-bottom: 0 !important;
    padding-right: 14px; }
  #calculator6 .content .left-content .inline-label.big, #calculator6 .content .left-content .inline-label.smallBox {
    height: 80px; }
    #calculator6 .content .left-content .inline-label.big .big-bottom, #calculator6 .content .left-content .inline-label.smallBox .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator6 .content .left-content .inline-label.big .big-bottom .left-label, #calculator6 .content .left-content .inline-label.smallBox .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator6 .content .left-content .inline-label.big .big-bottom input, #calculator6 .content .left-content .inline-label.smallBox .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator6 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator6 .content .left-content .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator6 .content .left-content .inline-label.big .big-bottom :-moz-placeholder, #calculator6 .content .left-content .inline-label.smallBox .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator6 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder, #calculator6 .content .left-content .inline-label.smallBox .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator6 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder, #calculator6 .content .left-content .inline-label.smallBox .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator6 .content .left-content .inline-label.big .right-label, #calculator6 .content .left-content .inline-label.smallBox .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px;
      color: #92d9e0; }
  #calculator6 .content .left-content .inline-label.smallBox {
    width: 71%;
    float: left;
    margin-bottom: 25px !important; }
    #calculator6 .content .left-content .inline-label.smallBox .right-label {
      width: 13% !important; }
  #calculator6 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator6 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator6 .content .left-content .inline-label .width-fix {
    width: 170.5px; }
  #calculator6 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator6 .content .left-content .selectConvertion {
  padding-left: 15px;
  float: left;
  cursor: pointer;
  position: relative; }
  #calculator6 .content .left-content .selectConvertion .text .title {
    float: left;
    line-height: 40px;
    font-family: 'gotham-medium-italic', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a9adaf;
    font-size: 14px; }
  #calculator6 .content .left-content .selectConvertion .text .icon {
    float: left;
    line-height: 40px;
    color: #64c9d3;
    font-size: 20px; }
  #calculator6 .content .left-content .selectConvertion .text.bigger .title {
    line-height: 80px; }
  #calculator6 .content .left-content .selectConvertion .text.bigger .icon {
    line-height: 80px; }
  #calculator6 .content .left-content .selectConvertion .dropdown {
    width: 88px;
    height: auto;
    border: 1px solid #64c9d3;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 999; }
    #calculator6 .content .left-content .selectConvertion .dropdown .arrow {
      position: absolute;
      left: 40%;
      top: -13px;
      font-size: 20px;
      color: #64c9d3; }
    #calculator6 .content .left-content .selectConvertion .dropdown .item {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #a4a4a4; }
      #calculator6 .content .left-content .selectConvertion .dropdown .item.active {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal; }

#calculator6 .content .left-content .error-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: 10px;
  margin-bottom: 18px; }
  #calculator6 .content .left-content .error-message.clear {
    float: left;
    clear: both; }

#calculator6 .content .left-content .limit-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #92d9e0;
  margin-top: -15px;
  margin-bottom: 18px; }
  #calculator6 .content .left-content .limit-message.clear {
    float: left;
    clear: both; }

#calculator7 .content .left-content .radio {
  border-bottom: none !important;
  clear: both; }
  #calculator7 .content .left-content .radio.padding-bottom {
    padding-bottom: 32px !important; }

#calculator7 .content .left-content .info {
  padding-bottom: 17px;
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #a4a4a4;
  line-height: 24px; }

#calculator7 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default;
  clear: both; }
  #calculator7 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator7 .content .left-content .inline-label.has-error {
    border: 1px solid red;
    margin-bottom: 0 !important; }
  #calculator7 .content .left-content .inline-label .left-label {
    margin-bottom: 0 !important; }
  #calculator7 .content .left-content .inline-label input {
    margin-bottom: 0 !important;
    padding-right: 14px; }
  #calculator7 .content .left-content .inline-label.big, #calculator7 .content .left-content .inline-label.smallBox {
    height: 80px; }
    #calculator7 .content .left-content .inline-label.big .big-bottom, #calculator7 .content .left-content .inline-label.smallBox .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator7 .content .left-content .inline-label.big .big-bottom .left-label, #calculator7 .content .left-content .inline-label.smallBox .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator7 .content .left-content .inline-label.big .big-bottom input, #calculator7 .content .left-content .inline-label.smallBox .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator7 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator7 .content .left-content .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator7 .content .left-content .inline-label.big .big-bottom :-moz-placeholder, #calculator7 .content .left-content .inline-label.smallBox .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator7 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder, #calculator7 .content .left-content .inline-label.smallBox .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator7 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder, #calculator7 .content .left-content .inline-label.smallBox .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator7 .content .left-content .inline-label.big .right-label, #calculator7 .content .left-content .inline-label.smallBox .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px;
      color: #92d9e0; }
  #calculator7 .content .left-content .inline-label.smallBox {
    width: 71%;
    float: left;
    margin-bottom: 25px !important; }
    #calculator7 .content .left-content .inline-label.smallBox .right-label {
      width: 13% !important; }
  #calculator7 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator7 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator7 .content .left-content .inline-label .width-fix {
    width: 170.5px; }
  #calculator7 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator7 .content .left-content .selectConvertion {
  padding-left: 15px;
  float: left;
  cursor: pointer;
  position: relative; }
  #calculator7 .content .left-content .selectConvertion .text .title {
    float: left;
    line-height: 40px;
    font-family: 'gotham-medium-italic', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a9adaf;
    font-size: 14px; }
  #calculator7 .content .left-content .selectConvertion .text .icon {
    float: left;
    line-height: 40px;
    color: #64c9d3;
    font-size: 20px; }
  #calculator7 .content .left-content .selectConvertion .text.bigger .title {
    line-height: 80px; }
  #calculator7 .content .left-content .selectConvertion .text.bigger .icon {
    line-height: 80px; }
  #calculator7 .content .left-content .selectConvertion .dropdown {
    width: 88px;
    height: auto;
    border: 1px solid #64c9d3;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 999; }
    #calculator7 .content .left-content .selectConvertion .dropdown .arrow {
      position: absolute;
      left: 40%;
      top: -13px;
      font-size: 20px;
      color: #64c9d3; }
    #calculator7 .content .left-content .selectConvertion .dropdown .item {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #a4a4a4; }
      #calculator7 .content .left-content .selectConvertion .dropdown .item.active {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal; }

#calculator7 .content .left-content .error-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: 10px;
  margin-bottom: 18px; }
  #calculator7 .content .left-content .error-message.clear {
    clear: both;
    margin-top: -16px;
    float: left; }

#calculator7 .content .left-content .error-message-radio {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -28px;
  margin-bottom: 14px; }

#calculator7 .content .left-content .limit-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #92d9e0;
  margin-top: -15px;
  margin-bottom: 18px; }
  #calculator7 .content .left-content .limit-message.clear {
    clear: both;
    margin-top: -16px;
    float: left; }

#calculator8 .content .left-content .radio {
  border-bottom: none !important;
  padding-bottom: 32px !important;
  padding-top: 5px; }

#calculator8 .content .left-content .info {
  padding-bottom: 17px;
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #a4a4a4;
  line-height: 24px; }

#calculator8 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default;
  clear: both; }
  #calculator8 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator8 .content .left-content .inline-label.has-error {
    border: 1px solid red;
    margin-bottom: 0 !important; }
  #calculator8 .content .left-content .inline-label .left-label {
    margin-bottom: 0 !important; }
  #calculator8 .content .left-content .inline-label input {
    margin-bottom: 0 !important;
    padding-right: 14px; }
  #calculator8 .content .left-content .inline-label.big, #calculator8 .content .left-content .inline-label.smallBox {
    height: 80px; }
    #calculator8 .content .left-content .inline-label.big .big-bottom, #calculator8 .content .left-content .inline-label.smallBox .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator8 .content .left-content .inline-label.big .big-bottom .left-label, #calculator8 .content .left-content .inline-label.smallBox .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px; }
      #calculator8 .content .left-content .inline-label.big .big-bottom input, #calculator8 .content .left-content .inline-label.smallBox .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        padding-bottom: 8px;
        padding-top: 0;
        text-align: left; }
      #calculator8 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator8 .content .left-content .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator8 .content .left-content .inline-label.big .big-bottom :-moz-placeholder, #calculator8 .content .left-content .inline-label.smallBox .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator8 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder, #calculator8 .content .left-content .inline-label.smallBox .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator8 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder, #calculator8 .content .left-content .inline-label.smallBox .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator8 .content .left-content .inline-label.big .right-label, #calculator8 .content .left-content .inline-label.smallBox .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px;
      color: #92d9e0; }
  #calculator8 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator8 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator8 .content .left-content .inline-label .width-fix {
    width: 170.5px; }
  #calculator8 .content .left-content .inline-label .right-label {
    border: none !important; }
  #calculator8 .content .left-content .inline-label.smallBox {
    width: 71%;
    float: left;
    margin-bottom: 25px !important; }
    #calculator8 .content .left-content .inline-label.smallBox .right-label {
      width: 13% !important; }

#calculator8 .content .left-content .selectConvertion {
  padding-left: 15px;
  float: left;
  cursor: pointer;
  position: relative; }
  #calculator8 .content .left-content .selectConvertion .text .title {
    float: left;
    line-height: 40px;
    font-family: 'gotham-medium-italic', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a9adaf;
    font-size: 14px; }
  #calculator8 .content .left-content .selectConvertion .text .icon {
    float: left;
    line-height: 40px;
    color: #64c9d3;
    font-size: 20px; }
  #calculator8 .content .left-content .selectConvertion .text.bigger .title {
    line-height: 80px; }
  #calculator8 .content .left-content .selectConvertion .text.bigger .icon {
    line-height: 80px; }
  #calculator8 .content .left-content .selectConvertion .dropdown {
    width: 88px;
    height: auto;
    border: 1px solid #64c9d3;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 999; }
    #calculator8 .content .left-content .selectConvertion .dropdown .arrow {
      position: absolute;
      left: 40%;
      top: -13px;
      font-size: 20px;
      color: #64c9d3; }
    #calculator8 .content .left-content .selectConvertion .dropdown .item {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #a4a4a4; }
      #calculator8 .content .left-content .selectConvertion .dropdown .item.active {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal; }

#calculator8 .content .left-content .error-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: 10px;
  margin-bottom: 18px; }
  #calculator8 .content .left-content .error-message.clear {
    clear: both;
    margin-top: -16px;
    float: left; }

#calculator8 .content .left-content .error-message-radio {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -28px;
  margin-bottom: 14px; }

#calculator8 .content .left-content .limit-message {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #92d9e0;
  margin-top: -15px;
  margin-bottom: 18px; }
  #calculator8 .content .left-content .limit-message.clear {
    clear: both;
    margin-top: -16px;
    float: left; }

#calculator9 .content .left-content form {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -25px;
  margin-bottom: 14px; }
  #calculator9 .content .left-content form .error-message {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -28px;
    margin-bottom: 14px; }
  #calculator9 .content .left-content form .error-message-big {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -18px;
    margin-bottom: 14px; }
    #calculator9 .content .left-content form .error-message-big.clear {
      float: left; }
  #calculator9 .content .left-content form .error-message-smoking {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -35px;
    margin-bottom: 14px; }
  #calculator9 .content .left-content form .error-message-radio {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -25px;
    margin-bottom: 14px; }
  #calculator9 .content .left-content form .inline-label {
    height: 54px;
    margin-bottom: 25px !important;
    border: 1px solid #dadada;
    border-radius: 3.16px;
    cursor: default;
    clear: both; }
    #calculator9 .content .left-content form .inline-label.border-active {
      border: 1px solid #7fd1d9; }
    #calculator9 .content .left-content form .inline-label.has-error {
      border: 1px solid red; }
    #calculator9 .content .left-content form .inline-label.big, #calculator9 .content .left-content form .inline-label.smallBox {
      height: 80px; }
      #calculator9 .content .left-content form .inline-label.big .big-bottom, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 91%; }
        #calculator9 .content .left-content form .inline-label.big .big-bottom .left-label, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom .left-label {
          width: 100% !important;
          margin-bottom: 0 !important;
          line-height: 40px;
          padding-top: 5px; }
        #calculator9 .content .left-content form .inline-label.big .big-bottom input, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom input {
          margin-bottom: 0 !important;
          padding-left: 14px;
          padding-bottom: 8px;
          padding-top: 0;
          text-align: left; }
        #calculator9 .content .left-content form .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
          text-align: left; }
        #calculator9 .content .left-content form .inline-label.big .big-bottom :-moz-placeholder, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom :-moz-placeholder {
          /* Firefox 18- */
          text-align: left; }
        #calculator9 .content .left-content form .inline-label.big .big-bottom ::-moz-placeholder, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom ::-moz-placeholder {
          /* Firefox 19+ */
          text-align: left; }
        #calculator9 .content .left-content form .inline-label.big .big-bottom :-ms-input-placeholder, #calculator9 .content .left-content form .inline-label.smallBox .big-bottom :-ms-input-placeholder {
          text-align: left; }
      #calculator9 .content .left-content form .inline-label.big .right-label, #calculator9 .content .left-content form .inline-label.smallBox .right-label {
        margin-bottom: 0 !important;
        height: 78px !important;
        line-height: 78px;
        padding-right: 8px; }
    #calculator9 .content .left-content form .inline-label.smallBox {
      width: 71%;
      float: left;
      margin-bottom: 25px !important; }
      #calculator9 .content .left-content form .inline-label.smallBox .right-label {
        width: 13% !important; }
    #calculator9 .content .left-content form .inline-label .left-label {
      width: 184px !important;
      border: none !important; }
    #calculator9 .content .left-content form .inline-label input {
      text-align: right;
      border: none !important; }
    #calculator9 .content .left-content form .inline-label .width-fix {
      width: 138.6px; }
    #calculator9 .content .left-content form .inline-label .right-label {
      border: none !important; }
  #calculator9 .content .left-content form .selectConvertion {
    padding-left: 15px;
    float: left;
    cursor: pointer;
    position: relative; }
    #calculator9 .content .left-content form .selectConvertion .text .title {
      float: left;
      line-height: 40px;
      font-family: 'gotham-medium-italic', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #a9adaf;
      font-size: 14px; }
    #calculator9 .content .left-content form .selectConvertion .text .icon {
      float: left;
      line-height: 40px;
      color: #64c9d3;
      font-size: 20px; }
    #calculator9 .content .left-content form .selectConvertion .text.bigger .title {
      line-height: 80px; }
    #calculator9 .content .left-content form .selectConvertion .text.bigger .icon {
      line-height: 80px; }
    #calculator9 .content .left-content form .selectConvertion .dropdown {
      width: 88px;
      height: auto;
      border: 1px solid #64c9d3;
      position: absolute;
      top: 60px;
      background-color: #ffffff;
      z-index: 999; }
      #calculator9 .content .left-content form .selectConvertion .dropdown .arrow {
        position: absolute;
        left: 40%;
        top: -13px;
        font-size: 20px;
        color: #64c9d3; }
      #calculator9 .content .left-content form .selectConvertion .dropdown .item {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #a4a4a4; }
        #calculator9 .content .left-content form .selectConvertion .dropdown .item.active {
          font-family: 'gotham-bold', sans-serif;
          font-weight: normal;
          font-style: normal; }

#calculator10 .content .left-content form {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -25px;
  margin-bottom: 14px; }
  #calculator10 .content .left-content form .clear {
    clear: both; }
  #calculator10 .content .left-content form .radio {
    clear: both; }
  #calculator10 .content .left-content form .error-message {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -28px;
    margin-bottom: 14px; }
  #calculator10 .content .left-content form .error-message-big {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -18px;
    margin-bottom: 14px; }
    #calculator10 .content .left-content form .error-message-big.clear {
      float: left; }
  #calculator10 .content .left-content form .error-message-smoking {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -35px;
    margin-bottom: 14px; }
  #calculator10 .content .left-content form .error-message-radio {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -25px;
    margin-bottom: 14px; }
  #calculator10 .content .left-content form .inline-label {
    height: 54px;
    margin-bottom: 25px !important;
    border: 1px solid #dadada;
    border-radius: 3.16px;
    cursor: default;
    clear: both; }
    #calculator10 .content .left-content form .inline-label.border-active {
      border: 1px solid #7fd1d9; }
    #calculator10 .content .left-content form .inline-label.has-error {
      border: 1px solid red; }
    #calculator10 .content .left-content form .inline-label.big, #calculator10 .content .left-content form .inline-label.smallBox {
      height: 80px; }
      #calculator10 .content .left-content form .inline-label.big .big-bottom, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 91%; }
        #calculator10 .content .left-content form .inline-label.big .big-bottom .left-label, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom .left-label {
          width: 100% !important;
          margin-bottom: 0 !important;
          line-height: 40px;
          padding-top: 5px; }
        #calculator10 .content .left-content form .inline-label.big .big-bottom input, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom input {
          margin-bottom: 0 !important;
          padding-left: 14px;
          padding-bottom: 8px;
          padding-top: 0;
          text-align: left; }
        #calculator10 .content .left-content form .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
          text-align: left; }
        #calculator10 .content .left-content form .inline-label.big .big-bottom :-moz-placeholder, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom :-moz-placeholder {
          /* Firefox 18- */
          text-align: left; }
        #calculator10 .content .left-content form .inline-label.big .big-bottom ::-moz-placeholder, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom ::-moz-placeholder {
          /* Firefox 19+ */
          text-align: left; }
        #calculator10 .content .left-content form .inline-label.big .big-bottom :-ms-input-placeholder, #calculator10 .content .left-content form .inline-label.smallBox .big-bottom :-ms-input-placeholder {
          text-align: left; }
      #calculator10 .content .left-content form .inline-label.big .right-label, #calculator10 .content .left-content form .inline-label.smallBox .right-label {
        margin-bottom: 0 !important;
        height: 78px !important;
        line-height: 78px;
        padding-right: 8px; }
    #calculator10 .content .left-content form .inline-label.smallBox {
      width: 71%;
      float: left;
      margin-bottom: 25px !important; }
      #calculator10 .content .left-content form .inline-label.smallBox .right-label {
        width: 13% !important; }
    #calculator10 .content .left-content form .inline-label .left-label {
      width: 184px !important;
      border: none !important; }
    #calculator10 .content .left-content form .inline-label input {
      text-align: right;
      border: none !important; }
    #calculator10 .content .left-content form .inline-label .width-fix {
      width: 138.6px; }
    #calculator10 .content .left-content form .inline-label .right-label {
      border: none !important; }
  #calculator10 .content .left-content form .selectConvertion {
    padding-left: 15px;
    float: left;
    cursor: pointer;
    position: relative; }
    #calculator10 .content .left-content form .selectConvertion .text .title {
      float: left;
      line-height: 40px;
      font-family: 'gotham-medium-italic', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #a9adaf;
      font-size: 14px; }
    #calculator10 .content .left-content form .selectConvertion .text .icon {
      float: left;
      line-height: 40px;
      color: #64c9d3;
      font-size: 20px; }
    #calculator10 .content .left-content form .selectConvertion .text.bigger .title {
      line-height: 80px; }
    #calculator10 .content .left-content form .selectConvertion .text.bigger .icon {
      line-height: 80px; }
    #calculator10 .content .left-content form .selectConvertion .dropdown {
      width: 88px;
      height: auto;
      border: 1px solid #64c9d3;
      position: absolute;
      top: 60px;
      background-color: #ffffff;
      z-index: 999; }
      #calculator10 .content .left-content form .selectConvertion .dropdown .arrow {
        position: absolute;
        left: 40%;
        top: -13px;
        font-size: 20px;
        color: #64c9d3; }
      #calculator10 .content .left-content form .selectConvertion .dropdown .item {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #a4a4a4; }
        #calculator10 .content .left-content form .selectConvertion .dropdown .item.active {
          font-family: 'gotham-bold', sans-serif;
          font-weight: normal;
          font-style: normal; }

#calculator11 .content .left-content form {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -25px;
  margin-bottom: 14px; }
  #calculator11 .content .left-content form .clear {
    clear: both; }
  #calculator11 .content .left-content form .radio {
    clear: both; }
  #calculator11 .content .left-content form .error-message {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -28px;
    margin-bottom: 14px; }
  #calculator11 .content .left-content form .error-message-big {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -18px;
    margin-bottom: 14px; }
    #calculator11 .content .left-content form .error-message-big.clear {
      float: left; }
  #calculator11 .content .left-content form .error-message-smoking {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -35px;
    margin-bottom: 14px; }
  #calculator11 .content .left-content form .error-message-radio {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -25px;
    margin-bottom: 14px; }
  #calculator11 .content .left-content form .inline-label {
    height: 54px;
    margin-bottom: 25px !important;
    border: 1px solid #dadada;
    border-radius: 3.16px;
    cursor: default;
    clear: both; }
    #calculator11 .content .left-content form .inline-label.border-active {
      border: 1px solid #7fd1d9; }
    #calculator11 .content .left-content form .inline-label.has-error {
      border: 1px solid red; }
    #calculator11 .content .left-content form .inline-label.big, #calculator11 .content .left-content form .inline-label.smallBox {
      height: 80px; }
      #calculator11 .content .left-content form .inline-label.big .big-bottom, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 91%; }
        #calculator11 .content .left-content form .inline-label.big .big-bottom .left-label, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom .left-label {
          width: 100% !important;
          margin-bottom: 0 !important;
          line-height: 40px;
          padding-top: 5px; }
        #calculator11 .content .left-content form .inline-label.big .big-bottom input, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom input {
          margin-bottom: 0 !important;
          padding-left: 14px;
          padding-bottom: 8px;
          padding-top: 0;
          text-align: left; }
        #calculator11 .content .left-content form .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
          text-align: left; }
        #calculator11 .content .left-content form .inline-label.big .big-bottom :-moz-placeholder, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom :-moz-placeholder {
          /* Firefox 18- */
          text-align: left; }
        #calculator11 .content .left-content form .inline-label.big .big-bottom ::-moz-placeholder, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom ::-moz-placeholder {
          /* Firefox 19+ */
          text-align: left; }
        #calculator11 .content .left-content form .inline-label.big .big-bottom :-ms-input-placeholder, #calculator11 .content .left-content form .inline-label.smallBox .big-bottom :-ms-input-placeholder {
          text-align: left; }
      #calculator11 .content .left-content form .inline-label.big .right-label, #calculator11 .content .left-content form .inline-label.smallBox .right-label {
        margin-bottom: 0 !important;
        height: 78px !important;
        line-height: 78px;
        padding-right: 8px; }
    #calculator11 .content .left-content form .inline-label.smallBox {
      width: 71%;
      float: left;
      margin-bottom: 25px !important; }
      #calculator11 .content .left-content form .inline-label.smallBox .right-label {
        width: 13% !important; }
    #calculator11 .content .left-content form .inline-label .left-label {
      width: 184px !important;
      border: none !important; }
    #calculator11 .content .left-content form .inline-label input {
      text-align: right;
      border: none !important; }
    #calculator11 .content .left-content form .inline-label .width-fix {
      width: 138.6px; }
    #calculator11 .content .left-content form .inline-label .right-label {
      border: none !important; }
  #calculator11 .content .left-content form .selectConvertion {
    padding-left: 15px;
    float: left;
    cursor: pointer;
    position: relative; }
    #calculator11 .content .left-content form .selectConvertion .text .title {
      float: left;
      line-height: 40px;
      font-family: 'gotham-medium-italic', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #a9adaf;
      font-size: 14px; }
    #calculator11 .content .left-content form .selectConvertion .text .icon {
      float: left;
      line-height: 40px;
      color: #64c9d3;
      font-size: 20px; }
    #calculator11 .content .left-content form .selectConvertion .text.bigger .title {
      line-height: 80px; }
    #calculator11 .content .left-content form .selectConvertion .text.bigger .icon {
      line-height: 80px; }
    #calculator11 .content .left-content form .selectConvertion .dropdown {
      width: 88px;
      height: auto;
      border: 1px solid #64c9d3;
      position: absolute;
      top: 60px;
      background-color: #ffffff;
      z-index: 999; }
      #calculator11 .content .left-content form .selectConvertion .dropdown .arrow {
        position: absolute;
        left: 40%;
        top: -13px;
        font-size: 20px;
        color: #64c9d3; }
      #calculator11 .content .left-content form .selectConvertion .dropdown .item {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #a4a4a4; }
        #calculator11 .content .left-content form .selectConvertion .dropdown .item.active {
          font-family: 'gotham-bold', sans-serif;
          font-weight: normal;
          font-style: normal; }

#calculator12 .content .left-content .error-message-big {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -18px;
  margin-bottom: 14px; }

#calculator12 .content .left-content .inline-label {
  height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default; }
  #calculator12 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator12 .content .left-content .inline-label.has-error {
    border: 1px solid red; }
  #calculator12 .content .left-content .inline-label.big {
    height: 80px; }
    #calculator12 .content .left-content .inline-label.big .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator12 .content .left-content .inline-label.big .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px;
        -ms-flex: 1;
            flex: 1; }
      #calculator12 .content .left-content .inline-label.big .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        text-align: left;
        padding-bottom: 8px;
        padding-top: 0; }
      #calculator12 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator12 .content .left-content .inline-label.big .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator12 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator12 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator12 .content .left-content .inline-label.big .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px; }
  #calculator12 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator12 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator12 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator12 .content .right-content .block .items {
  width: 320px !important; }
  #calculator12 .content .right-content .block .items .item label {
    width: 270px !important;
    font-size: 17px !important;
    margin-right: 10px !important;
    text-align: left !important; }

#calculator12-results .content .left-content .items .item {
  -ms-flex-direction: column;
  flex-direction: column; }
  #calculator12-results .content .left-content .items .item .title {
    padding-bottom: 10px;
    width: 100%; }
  #calculator12-results .content .left-content .items .item .result {
    padding-left: 15px; }

#calculator13 .content .left-content .titleOfSubQuestions {
  font-family: 'gotham-medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #7c8286;
  margin-bottom: 20px;
  line-height: 24px; }

#calculator13 .content .left-content .error-message-big {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -18px;
  margin-bottom: 14px; }

#calculator13 .content .left-content .inline-label {
  height: auto;
  min-height: 54px;
  margin-bottom: 25px !important;
  border: 1px solid #dadada;
  border-radius: 3.16px;
  cursor: default; }
  #calculator13 .content .left-content .inline-label.border-active {
    border: 1px solid #7fd1d9; }
  #calculator13 .content .left-content .inline-label.has-error {
    border: 1px solid red; }
  #calculator13 .content .left-content .inline-label.big {
    min-height: 80px;
    height: auto; }
    #calculator13 .content .left-content .inline-label.big .big-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91%; }
      #calculator13 .content .left-content .inline-label.big .big-bottom .left-label {
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 40px;
        padding-top: 5px;
        -ms-flex: 1;
            flex: 1;
        min-height: 52px;
        height: auto; }
      #calculator13 .content .left-content .inline-label.big .big-bottom input {
        margin-bottom: 0 !important;
        padding-left: 14px;
        text-align: left;
        padding-bottom: 8px;
        padding-top: 0; }
      #calculator13 .content .left-content .inline-label.big .big-bottom ::-webkit-input-placeholder {
        text-align: left; }
      #calculator13 .content .left-content .inline-label.big .big-bottom :-moz-placeholder {
        /* Firefox 18- */
        text-align: left; }
      #calculator13 .content .left-content .inline-label.big .big-bottom ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: left; }
      #calculator13 .content .left-content .inline-label.big .big-bottom :-ms-input-placeholder {
        text-align: left; }
    #calculator13 .content .left-content .inline-label.big .right-label {
      margin-bottom: 0 !important;
      height: 78px !important;
      line-height: 78px;
      padding-right: 8px; }
  #calculator13 .content .left-content .inline-label .left-label {
    width: 184px !important;
    border: none !important; }
  #calculator13 .content .left-content .inline-label .form-label {
    margin-top: 5px;
    margin-bottom: 5px !important;
    line-height: 22px; }
    #calculator13 .content .left-content .inline-label .form-label.left-label {
      min-height: 52px;
      height: auto !important; }
  #calculator13 .content .left-content .inline-label input {
    text-align: right;
    border: none !important; }
  #calculator13 .content .left-content .inline-label .right-label {
    border: none !important; }

#calculator13 .content .right-content .block .items {
  width: 320px !important; }
  #calculator13 .content .right-content .block .items .item label {
    width: 270px !important;
    font-size: 17px !important;
    margin-right: 10px !important;
    text-align: left !important; }

#calculator14 .content .left-content form {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -25px;
  margin-bottom: 14px; }
  #calculator14 .content .left-content form .error-message {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -28px;
    margin-bottom: 14px; }
  #calculator14 .content .left-content form .error-message-big {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -18px;
    margin-bottom: 14px; }
    #calculator14 .content .left-content form .error-message-big.clear {
      float: left; }
  #calculator14 .content .left-content form .error-message-smoking {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -35px;
    margin-bottom: 14px; }
  #calculator14 .content .left-content form .error-message-radio {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -25px;
    margin-bottom: 14px; }
  #calculator14 .content .left-content form .inline-label {
    height: 54px;
    margin-bottom: 25px !important;
    border: 1px solid #dadada;
    border-radius: 3.16px;
    cursor: default;
    clear: both; }
    #calculator14 .content .left-content form .inline-label.border-active {
      border: 1px solid #7fd1d9; }
    #calculator14 .content .left-content form .inline-label.has-error {
      border: 1px solid red; }
    #calculator14 .content .left-content form .inline-label.big, #calculator14 .content .left-content form .inline-label.smallBox {
      height: 80px; }
      #calculator14 .content .left-content form .inline-label.big .big-bottom, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 91%; }
        #calculator14 .content .left-content form .inline-label.big .big-bottom .left-label, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom .left-label {
          width: 100% !important;
          margin-bottom: 0 !important;
          line-height: 40px;
          padding-top: 5px; }
        #calculator14 .content .left-content form .inline-label.big .big-bottom input, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom input {
          margin-bottom: 0 !important;
          padding-left: 14px;
          padding-bottom: 8px;
          padding-top: 0;
          text-align: left; }
        #calculator14 .content .left-content form .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
          text-align: left; }
        #calculator14 .content .left-content form .inline-label.big .big-bottom :-moz-placeholder, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom :-moz-placeholder {
          /* Firefox 18- */
          text-align: left; }
        #calculator14 .content .left-content form .inline-label.big .big-bottom ::-moz-placeholder, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom ::-moz-placeholder {
          /* Firefox 19+ */
          text-align: left; }
        #calculator14 .content .left-content form .inline-label.big .big-bottom :-ms-input-placeholder, #calculator14 .content .left-content form .inline-label.smallBox .big-bottom :-ms-input-placeholder {
          text-align: left; }
      #calculator14 .content .left-content form .inline-label.big .right-label, #calculator14 .content .left-content form .inline-label.smallBox .right-label {
        margin-bottom: 0 !important;
        height: 78px !important;
        line-height: 78px;
        padding-right: 8px; }
    #calculator14 .content .left-content form .inline-label.smallBox {
      width: 71%;
      float: left;
      margin-bottom: 25px !important; }
      #calculator14 .content .left-content form .inline-label.smallBox .right-label {
        width: 13% !important; }
    #calculator14 .content .left-content form .inline-label .left-label {
      width: 184px !important;
      border: none !important; }
    #calculator14 .content .left-content form .inline-label input {
      text-align: right;
      border: none !important; }
    #calculator14 .content .left-content form .inline-label .width-fix {
      width: 138.6px; }
    #calculator14 .content .left-content form .inline-label .right-label {
      border: none !important; }
  #calculator14 .content .left-content form .selectConvertion {
    padding-left: 15px;
    float: left;
    cursor: pointer;
    position: relative; }
    #calculator14 .content .left-content form .selectConvertion .text .title {
      float: left;
      line-height: 40px;
      font-family: 'gotham-medium-italic', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #a9adaf;
      font-size: 14px; }
    #calculator14 .content .left-content form .selectConvertion .text .icon {
      float: left;
      line-height: 40px;
      color: #64c9d3;
      font-size: 20px; }
    #calculator14 .content .left-content form .selectConvertion .text.bigger .title {
      line-height: 80px; }
    #calculator14 .content .left-content form .selectConvertion .text.bigger .icon {
      line-height: 80px; }
    #calculator14 .content .left-content form .selectConvertion .dropdown {
      width: 88px;
      height: auto;
      border: 1px solid #64c9d3;
      position: absolute;
      top: 60px;
      background-color: #ffffff;
      z-index: 999; }
      #calculator14 .content .left-content form .selectConvertion .dropdown .arrow {
        position: absolute;
        left: 40%;
        top: -13px;
        font-size: 20px;
        color: #64c9d3; }
      #calculator14 .content .left-content form .selectConvertion .dropdown .item {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #a4a4a4; }
        #calculator14 .content .left-content form .selectConvertion .dropdown .item.active {
          font-family: 'gotham-bold', sans-serif;
          font-weight: normal;
          font-style: normal; }

#calculator15 .content .left-content form {
  font-family: 'gotham-book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: red;
  margin-top: -25px;
  margin-bottom: 14px; }
  #calculator15 .content .left-content form .clear {
    clear: both; }
  #calculator15 .content .left-content form .radio {
    clear: both; }
  #calculator15 .content .left-content form .error-message {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -28px;
    margin-bottom: 14px; }
  #calculator15 .content .left-content form .error-message-big {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -18px;
    margin-bottom: 14px; }
    #calculator15 .content .left-content form .error-message-big.clear {
      float: left; }
  #calculator15 .content .left-content form .error-message-smoking {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -35px;
    margin-bottom: 14px; }
  #calculator15 .content .left-content form .error-message-radio {
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: red;
    margin-top: -25px;
    margin-bottom: 14px; }
  #calculator15 .content .left-content form .inline-label {
    height: 54px;
    margin-bottom: 25px !important;
    border: 1px solid #dadada;
    border-radius: 3.16px;
    cursor: default;
    clear: both; }
    #calculator15 .content .left-content form .inline-label.border-active {
      border: 1px solid #7fd1d9; }
    #calculator15 .content .left-content form .inline-label.has-error {
      border: 1px solid red; }
    #calculator15 .content .left-content form .inline-label.big, #calculator15 .content .left-content form .inline-label.smallBox {
      height: 80px; }
      #calculator15 .content .left-content form .inline-label.big .big-bottom, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 91%; }
        #calculator15 .content .left-content form .inline-label.big .big-bottom .left-label, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom .left-label {
          width: 100% !important;
          margin-bottom: 0 !important;
          line-height: 40px;
          padding-top: 5px; }
        #calculator15 .content .left-content form .inline-label.big .big-bottom input, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom input {
          margin-bottom: 0 !important;
          padding-left: 14px;
          padding-bottom: 8px;
          padding-top: 0;
          text-align: left; }
        #calculator15 .content .left-content form .inline-label.big .big-bottom ::-webkit-input-placeholder, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom ::-webkit-input-placeholder {
          text-align: left; }
        #calculator15 .content .left-content form .inline-label.big .big-bottom :-moz-placeholder, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom :-moz-placeholder {
          /* Firefox 18- */
          text-align: left; }
        #calculator15 .content .left-content form .inline-label.big .big-bottom ::-moz-placeholder, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom ::-moz-placeholder {
          /* Firefox 19+ */
          text-align: left; }
        #calculator15 .content .left-content form .inline-label.big .big-bottom :-ms-input-placeholder, #calculator15 .content .left-content form .inline-label.smallBox .big-bottom :-ms-input-placeholder {
          text-align: left; }
      #calculator15 .content .left-content form .inline-label.big .right-label, #calculator15 .content .left-content form .inline-label.smallBox .right-label {
        margin-bottom: 0 !important;
        height: 78px !important;
        line-height: 78px;
        padding-right: 8px; }
    #calculator15 .content .left-content form .inline-label.smallBox {
      width: 71%;
      float: left;
      margin-bottom: 25px !important; }
      #calculator15 .content .left-content form .inline-label.smallBox .right-label {
        width: 13% !important; }
    #calculator15 .content .left-content form .inline-label .left-label {
      width: 184px !important;
      border: none !important; }
    #calculator15 .content .left-content form .inline-label input {
      text-align: right;
      border: none !important; }
    #calculator15 .content .left-content form .inline-label .width-fix {
      width: 138.6px; }
    #calculator15 .content .left-content form .inline-label .right-label {
      border: none !important; }
  #calculator15 .content .left-content form .selectConvertion {
    padding-left: 15px;
    float: left;
    cursor: pointer;
    position: relative; }
    #calculator15 .content .left-content form .selectConvertion .text .title {
      float: left;
      line-height: 40px;
      font-family: 'gotham-medium-italic', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #a9adaf;
      font-size: 14px; }
    #calculator15 .content .left-content form .selectConvertion .text .icon {
      float: left;
      line-height: 40px;
      color: #64c9d3;
      font-size: 20px; }
    #calculator15 .content .left-content form .selectConvertion .text.bigger .title {
      line-height: 80px; }
    #calculator15 .content .left-content form .selectConvertion .text.bigger .icon {
      line-height: 80px; }
    #calculator15 .content .left-content form .selectConvertion .dropdown {
      width: 88px;
      height: auto;
      border: 1px solid #64c9d3;
      position: absolute;
      top: 60px;
      background-color: #ffffff;
      z-index: 999; }
      #calculator15 .content .left-content form .selectConvertion .dropdown .arrow {
        position: absolute;
        left: 40%;
        top: -13px;
        font-size: 20px;
        color: #64c9d3; }
      #calculator15 .content .left-content form .selectConvertion .dropdown .item {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #a4a4a4; }
        #calculator15 .content .left-content form .selectConvertion .dropdown .item.active {
          font-family: 'gotham-bold', sans-serif;
          font-weight: normal;
          font-style: normal; }

#labeling {
  margin-top: 80px; }
  #labeling .wrapper:after {
    content: '';
    display: block;
    clear: both; }
  #labeling .wrapper .left {
    padding-top: 39px;
    padding-right: 70px;
    float: left;
    height: 657px;
    width: 20%;
    box-sizing: border-box;
    margin-bottom: -80px; }
    #labeling .wrapper .left .back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      #labeling .wrapper .left .back .arrow_carrot-left {
        font-size: 32px;
        color: #64c9d3; }
      #labeling .wrapper .left .back .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #64c9d3;
        margin-left: 20px; }
  #labeling .wrapper .right {
    float: left;
    width: 80%;
    border-left: 1px solid #e6e7e7; }
    #labeling .wrapper .right .top {
      margin-left: 70px;
      height: 108px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e6e7e7; }
      #labeling .wrapper .right .top .title {
        font-family: 'gotham-bold', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        color: #64c9d3;
        text-transform: uppercase;
        margin-left: 0; }
    #labeling .wrapper .right .title {
      width: 100%;
      margin-left: 70px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: left;
      color: rgba(91, 91, 91, 0.4);
      margin-top: 40px;
      margin-bottom: 20px; }
    #labeling .wrapper .right .subTitle {
      width: 100%;
      margin-left: 70px;
      font-family: 'gotham-book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 28px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: left;
      color: #5b5b5b; }
    #labeling .wrapper .right .content {
      margin-left: 70px;
      margin-top: 35px; }
      #labeling .wrapper .right .content .left-content {
        width: 49%;
        margin-right: 1%;
        border-right: 1px solid #ebebeb;
        padding: 25px;
        float: left;
        margin-bottom: 120px;
        background: #f0f0f0; }
        #labeling .wrapper .right .content .left-content .title {
          margin-left: 0;
          margin-top: 0;
          color: #5b5b5b;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal; }
        #labeling .wrapper .right .content .left-content .text {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          color: #787878;
          line-height: 22px;
          width: 100%; }
          #labeling .wrapper .right .content .left-content .text span {
            font-size: 16px; }
      #labeling .wrapper .right .content .right-content {
        width: 49%;
        border-right: 1px solid #ebebeb;
        padding: 25px;
        float: right;
        margin-bottom: 0px;
        background: #f0f0f0; }
        #labeling .wrapper .right .content .right-content .title {
          margin-left: 0;
          margin-top: 0;
          color: #5b5b5b;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal; }
          #labeling .wrapper .right .content .right-content .title img {
            height: 11px; }
        #labeling .wrapper .right .content .right-content .textEsc, #labeling .wrapper .right .content .right-content .textSede {
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          color: #787878;
          line-height: 22px;
          width: 100%; }
          #labeling .wrapper .right .content .right-content .textEsc h1, #labeling .wrapper .right .content .right-content .textSede h1 {
            font-family: 'gotham-book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            color: #787878;
            line-height: 22px;
            width: 100%;
            margin-bottom: 17px; }
          #labeling .wrapper .right .content .right-content .textEsc b, #labeling .wrapper .right .content .right-content .textSede b {
            font-family: 'gotham-medium', sans-serif;
            font-weight: normal;
            font-style: normal; }
          #labeling .wrapper .right .content .right-content .textEsc span, #labeling .wrapper .right .content .right-content .textSede span {
            font-size: 16px; }
        #labeling .wrapper .right .content .right-content .textSede {
          color: #a2a2a2;
          margin-top: 10px; }
          #labeling .wrapper .right .content .right-content .textSede b {
            color: #929292; }
      #labeling .wrapper .right .content .releaseYear {
        width: 49%;
        border-right: 1px solid #ebebeb;
        padding: 25px;
        float: right; }
        #labeling .wrapper .right .content .releaseYear h1 {
          margin-left: 0;
          margin-top: 0;
          color: #5b5b5b;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          text-transform: uppercase; }
        #labeling .wrapper .right .content .releaseYear p {
          font-size: 14px;
          color: #787878;
          line-height: 22px;
          font-family: 'gotham-book', sans-serif;
          font-weight: normal;
          font-style: normal; }
  #labeling .version {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #858585;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff; }
    #labeling .version .container {
      width: 1170px;
      margin: 0 auto !important;
      position: relative; }
      #labeling .version .container .text {
        font-family: 'gotham-book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #909090;
        text-align: center; }
        #labeling .version .container .text span {
          margin-left: 20px;
          border-left: 1px solid #8b8b8b;
          padding-left: 20px;
          color: #b8b8b8; }
      #labeling .version .container img {
        position: absolute;
        height: 30px;
        right: 0;
        top: 22px; }
        #labeling .version .container img.logoLoad {
          right: 60px; }
