/*! 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.base-apps-mq {
  font-family: "small=0&medium=40rem&large=75rem&xlarge=90rem&xxlarge=120rem"; }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child"></div>
        <div class="sk-child"></div>
      </div>
 *
 */
@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child"></div>
        <div class="sk-child"></div>
      </div>
 *
 */
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes sk-solid-circle-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-solid-circle-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*
  GLOBAL
  ------

  Global styles and settings for Angular Base 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], [ba-open], [ba-close], [ba-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; }

/*
  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;
  -webkit-transition-property: -webkit-transform opacity;
          transition-property: transform opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  .action-sheet.is-active {
    -webkit-transform: translateY(0%);
            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;
      -webkit-transform: translateX(-50%) translateY(110%);
              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 {
        -webkit-transform: translateX(-50%) translateY(100%);
                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;
        -webkit-transform: translateX(-50%) translateY(-120%);
                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 {
          -webkit-transform: translateX(-50%) translateY(-110%);
                  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;
    -webkit-transform: translateY(-50%);
            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 {
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 8px;
    pointer-events: none; }
  .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.with-icons li .ionicons {
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 8px;
    pointer-events: none; }
  .block-list.with-icons li .material-icons {
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 8px;
    pointer-events: none; }
  .block-list.with-icons li .open-iconic {
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 8px;
    pointer-events: none; }
  .block-list.with-icons li .sk-loader {
    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%;
      -webkit-transform: translateY(-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;
  -webkit-transition: background 0.25s ease-out;
          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 {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button .ionicons {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button .material-icons {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button .open-iconic {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button .sk-loader {
    vertical-align: middle;
    /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
    .button .sk-loader.sk-rotating-plane {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-double-bounce {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-wave {
      width: 2em;
      height: 1em;
      font-size: 0.4em; }
      .button .sk-loader.sk-wave .sk-rect {
        width: 0.24em; }
    .button .sk-loader.sk-pulse {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-chasing-dots {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-three-bounce {
      width: 2em;
      height: auto; }
      .button .sk-loader.sk-three-bounce .sk-child {
        width: 0.5em;
        height: 0.5em; }
    .button .sk-loader.sk-circle {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-cube-grid {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-fading-circle {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-folding-cube {
      width: 1em;
      height: 1em; }
    .button .sk-loader.sk-solid-circle {
      width: 1em;
      height: 1em; }
      .button .sk-loader.sk-solid-circle .sk-child {
        width: 1em;
        height: 1em;
        border-width: 0.2em; }
  .button > img, .button.icon-left > img {
    margin: 0 0.5em 0 0;
    float: left; }
  .button > .iconic, .button.icon-left > .iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button > .ionicons, .button.icon-left > .ionicons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button > .material-icons, .button.icon-left > .material-icons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button > .open-iconic, .button.icon-left > .open-iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button > .sk-loader, .button.icon-left > .sk-loader {
    margin: 0 0.5em 0 0;
    float: left; }
  .button.icon-right > img {
    margin: 0 0 0 0.5em;
    float: right; }
  .button.icon-right > .iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button.icon-right > .ionicons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button.icon-right > .material-icons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button.icon-right > .open-iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button.icon-right > .sk-loader {
    margin: 0 0 0 0.5em;
    float: right; }
  .button:hover, .button:focus {
    background: #004876;
    color: #fff; }
  .button .iconic * {
    fill: #fff;
    stroke: #fff; }
    .button .iconic *.iconic-property-accent {
      fill: #fff;
      stroke: #fff; }
  .button .ionicons * {
    fill: #fff;
    stroke: #fff; }
  .button .material-icons * {
    fill: #fff;
    stroke: #fff; }
  .button .open-iconic * {
    fill: #fff;
    stroke: #fff; }
  .button .sk-loader.sk-rotating-plane {
    background-color: #fff; }
  .button .sk-loader.sk-double-bounce .sk-child {
    background-color: #fff; }
  .button .sk-loader.sk-wave .sk-rect {
    background-color: #fff; }
  .button .sk-loader.sk-pulse {
    background-color: #fff; }
  .button .sk-loader.sk-chasing-dots .sk-child {
    background-color: #fff; }
  .button .sk-loader.sk-three-bounce .sk-child {
    background-color: #fff; }
  .button .sk-loader.sk-circle .sk-child:before {
    background-color: #fff; }
  .button .sk-loader.sk-cube-grid .sk-cube {
    background-color: #fff; }
  .button .sk-loader.sk-fading-circle .sk-circle:before {
    background-color: #fff; }
  .button .sk-loader.sk-folding-cube .sk-cube:before {
    background-color: #fff; }
  .button .sk-loader.sk-solid-circle .sk-child {
    border-top-color: #fff;
    border-left-color: #fff; }
  .button.tiny {
    font-size: 0.63rem; }
    .button.tiny .iconic {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.tiny .ionicons {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.tiny .material-icons {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.tiny .open-iconic {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.tiny .sk-loader {
      vertical-align: middle;
      /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
      .button.tiny .sk-loader.sk-rotating-plane {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-double-bounce {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-wave {
        width: 2em;
        height: 1em;
        font-size: 0.4em; }
        .button.tiny .sk-loader.sk-wave .sk-rect {
          width: 0.24em; }
      .button.tiny .sk-loader.sk-pulse {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-chasing-dots {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-three-bounce {
        width: 2em;
        height: auto; }
        .button.tiny .sk-loader.sk-three-bounce .sk-child {
          width: 0.5em;
          height: 0.5em; }
      .button.tiny .sk-loader.sk-circle {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-cube-grid {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-fading-circle {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-folding-cube {
        width: 1em;
        height: 1em; }
      .button.tiny .sk-loader.sk-solid-circle {
        width: 1em;
        height: 1em; }
        .button.tiny .sk-loader.sk-solid-circle .sk-child {
          width: 1em;
          height: 1em;
          border-width: 0.2em; }
    .button.tiny > img, .button.tiny.icon-left > img {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.tiny > .iconic, .button.tiny.icon-left > .iconic {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.tiny > .ionicons, .button.tiny.icon-left > .ionicons {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.tiny > .material-icons, .button.tiny.icon-left > .material-icons {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.tiny > .open-iconic, .button.tiny.icon-left > .open-iconic {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.tiny > .sk-loader, .button.tiny.icon-left > .sk-loader {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.tiny.icon-right > img {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.tiny.icon-right > .iconic {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.tiny.icon-right > .ionicons {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.tiny.icon-right > .material-icons {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.tiny.icon-right > .open-iconic {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.tiny.icon-right > .sk-loader {
      margin: 0 0 0 0.5em;
      float: right; }
  .button.small {
    font-size: 0.72rem; }
    .button.small .iconic {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.small .ionicons {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.small .material-icons {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.small .open-iconic {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.small .sk-loader {
      vertical-align: middle;
      /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
      .button.small .sk-loader.sk-rotating-plane {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-double-bounce {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-wave {
        width: 2em;
        height: 1em;
        font-size: 0.4em; }
        .button.small .sk-loader.sk-wave .sk-rect {
          width: 0.24em; }
      .button.small .sk-loader.sk-pulse {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-chasing-dots {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-three-bounce {
        width: 2em;
        height: auto; }
        .button.small .sk-loader.sk-three-bounce .sk-child {
          width: 0.5em;
          height: 0.5em; }
      .button.small .sk-loader.sk-circle {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-cube-grid {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-fading-circle {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-folding-cube {
        width: 1em;
        height: 1em; }
      .button.small .sk-loader.sk-solid-circle {
        width: 1em;
        height: 1em; }
        .button.small .sk-loader.sk-solid-circle .sk-child {
          width: 1em;
          height: 1em;
          border-width: 0.2em; }
    .button.small > img, .button.small.icon-left > img {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.small > .iconic, .button.small.icon-left > .iconic {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.small > .ionicons, .button.small.icon-left > .ionicons {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.small > .material-icons, .button.small.icon-left > .material-icons {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.small > .open-iconic, .button.small.icon-left > .open-iconic {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.small > .sk-loader, .button.small.icon-left > .sk-loader {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.small.icon-right > img {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.small.icon-right > .iconic {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.small.icon-right > .ionicons {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.small.icon-right > .material-icons {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.small.icon-right > .open-iconic {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.small.icon-right > .sk-loader {
      margin: 0 0 0 0.5em;
      float: right; }
  .button.large {
    font-size: 1.17rem; }
    .button.large .iconic {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.large .ionicons {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.large .material-icons {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.large .open-iconic {
      vertical-align: middle;
      margin-top: -2px;
      width: 1em !important;
      height: 1em !important; }
    .button.large .sk-loader {
      vertical-align: middle;
      /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
      .button.large .sk-loader.sk-rotating-plane {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-double-bounce {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-wave {
        width: 2em;
        height: 1em;
        font-size: 0.4em; }
        .button.large .sk-loader.sk-wave .sk-rect {
          width: 0.24em; }
      .button.large .sk-loader.sk-pulse {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-chasing-dots {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-three-bounce {
        width: 2em;
        height: auto; }
        .button.large .sk-loader.sk-three-bounce .sk-child {
          width: 0.5em;
          height: 0.5em; }
      .button.large .sk-loader.sk-circle {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-cube-grid {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-fading-circle {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-folding-cube {
        width: 1em;
        height: 1em; }
      .button.large .sk-loader.sk-solid-circle {
        width: 1em;
        height: 1em; }
        .button.large .sk-loader.sk-solid-circle .sk-child {
          width: 1em;
          height: 1em;
          border-width: 0.2em; }
    .button.large > img, .button.large.icon-left > img {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.large > .iconic, .button.large.icon-left > .iconic {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.large > .ionicons, .button.large.icon-left > .ionicons {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.large > .material-icons, .button.large.icon-left > .material-icons {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.large > .open-iconic, .button.large.icon-left > .open-iconic {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.large > .sk-loader, .button.large.icon-left > .sk-loader {
      margin: 0 0.5em 0 0;
      float: left; }
    .button.large.icon-right > img {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.large.icon-right > .iconic {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.large.icon-right > .ionicons {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.large.icon-right > .material-icons {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.large.icon-right > .open-iconic {
      margin: 0 0 0 0.5em;
      float: right; }
    .button.large.icon-right > .sk-loader {
      margin: 0 0 0 0.5em;
      float: right; }
  .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.secondary .ionicons * {
      fill: #000;
      stroke: #000; }
    .button.secondary .material-icons * {
      fill: #000;
      stroke: #000; }
    .button.secondary .open-iconic * {
      fill: #000;
      stroke: #000; }
    .button.secondary .sk-loader.sk-rotating-plane {
      background-color: #000; }
    .button.secondary .sk-loader.sk-double-bounce .sk-child {
      background-color: #000; }
    .button.secondary .sk-loader.sk-wave .sk-rect {
      background-color: #000; }
    .button.secondary .sk-loader.sk-pulse {
      background-color: #000; }
    .button.secondary .sk-loader.sk-chasing-dots .sk-child {
      background-color: #000; }
    .button.secondary .sk-loader.sk-three-bounce .sk-child {
      background-color: #000; }
    .button.secondary .sk-loader.sk-circle .sk-child:before {
      background-color: #000; }
    .button.secondary .sk-loader.sk-cube-grid .sk-cube {
      background-color: #000; }
    .button.secondary .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #000; }
    .button.secondary .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #000; }
    .button.secondary .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #000;
      border-left-color: #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.success .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button.success .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button.success .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button.success .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button.success .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button.success .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button.success .sk-loader.sk-pulse {
      background-color: #fff; }
    .button.success .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button.success .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button.success .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button.success .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button.success .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button.success .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button.success .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.warning .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button.warning .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button.warning .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button.warning .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button.warning .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button.warning .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button.warning .sk-loader.sk-pulse {
      background-color: #fff; }
    .button.warning .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button.warning .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button.warning .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button.warning .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button.warning .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button.warning .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button.warning .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.alert .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button.alert .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button.alert .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button.alert .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button.alert .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button.alert .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button.alert .sk-loader.sk-pulse {
      background-color: #fff; }
    .button.alert .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button.alert .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button.alert .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button.alert .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button.alert .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button.alert .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button.alert .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.info .ionicons * {
      fill: #000;
      stroke: #000; }
    .button.info .material-icons * {
      fill: #000;
      stroke: #000; }
    .button.info .open-iconic * {
      fill: #000;
      stroke: #000; }
    .button.info .sk-loader.sk-rotating-plane {
      background-color: #000; }
    .button.info .sk-loader.sk-double-bounce .sk-child {
      background-color: #000; }
    .button.info .sk-loader.sk-wave .sk-rect {
      background-color: #000; }
    .button.info .sk-loader.sk-pulse {
      background-color: #000; }
    .button.info .sk-loader.sk-chasing-dots .sk-child {
      background-color: #000; }
    .button.info .sk-loader.sk-three-bounce .sk-child {
      background-color: #000; }
    .button.info .sk-loader.sk-circle .sk-child:before {
      background-color: #000; }
    .button.info .sk-loader.sk-cube-grid .sk-cube {
      background-color: #000; }
    .button.info .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #000; }
    .button.info .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #000; }
    .button.info .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #000;
      border-left-color: #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.dark .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button.dark .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button.dark .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button.dark .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button.dark .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button.dark .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button.dark .sk-loader.sk-pulse {
      background-color: #fff; }
    .button.dark .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button.dark .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button.dark .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button.dark .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button.dark .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button.dark .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button.dark .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #fff; }
  .button.hollow {
    border: 1px solid #00558b;
    padding-top: calc(0.85em - 1px);
    padding-right: calc(1em - 1px);
    padding-bottom: calc(0.85em - 1px);
    padding-left: calc(1em - 1px);
    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 .ionicons * {
      fill: #00558b;
      stroke: #00558b; }
    .button.hollow .material-icons * {
      fill: #00558b;
      stroke: #00558b; }
    .button.hollow .open-iconic * {
      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:hover .ionicons * {
      fill: #008ee8;
      stroke: #008ee8; }
    .button.hollow:hover .material-icons * {
      fill: #008ee8;
      stroke: #008ee8; }
    .button.hollow:hover .open-iconic * {
      fill: #008ee8;
      stroke: #008ee8; }
    .button.hollow .sk-loader.sk-rotating-plane {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-double-bounce .sk-child {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-wave .sk-rect {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-pulse {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-chasing-dots .sk-child {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-three-bounce .sk-child {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-circle .sk-child:before {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-cube-grid .sk-cube {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #00558b; }
    .button.hollow .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #00558b;
      border-left-color: #00558b; }
    .button.hollow:hover .sk-loader.sk-rotating-plane {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-double-bounce .sk-child {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-wave .sk-rect {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-pulse {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-chasing-dots .sk-child {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-three-bounce .sk-child {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-circle .sk-child:before {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-cube-grid .sk-cube {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #008ee8; }
    .button.hollow:hover .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #008ee8;
      border-left-color: #008ee8; }
    .button.hollow.secondary {
      border: 1px solid #f1f1f1;
      padding-top: calc(0.85em - 1px);
      padding-right: calc(1em - 1px);
      padding-bottom: calc(0.85em - 1px);
      padding-left: calc(1em - 1px);
      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 .ionicons * {
        fill: #f1f1f1;
        stroke: #f1f1f1; }
      .button.hollow.secondary .material-icons * {
        fill: #f1f1f1;
        stroke: #f1f1f1; }
      .button.hollow.secondary .open-iconic * {
        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.secondary:hover .ionicons * {
        fill: whitesmoke;
        stroke: whitesmoke; }
      .button.hollow.secondary:hover .material-icons * {
        fill: whitesmoke;
        stroke: whitesmoke; }
      .button.hollow.secondary:hover .open-iconic * {
        fill: whitesmoke;
        stroke: whitesmoke; }
      .button.hollow.secondary .sk-loader.sk-rotating-plane {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-double-bounce .sk-child {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-wave .sk-rect {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-pulse {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-chasing-dots .sk-child {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-three-bounce .sk-child {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-circle .sk-child:before {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-cube-grid .sk-cube {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #f1f1f1; }
      .button.hollow.secondary .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #f1f1f1;
        border-left-color: #f1f1f1; }
      .button.hollow.secondary:hover .sk-loader.sk-rotating-plane {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-double-bounce .sk-child {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-wave .sk-rect {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-pulse {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-chasing-dots .sk-child {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-three-bounce .sk-child {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-circle .sk-child:before {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-cube-grid .sk-cube {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: whitesmoke; }
      .button.hollow.secondary:hover .sk-loader.sk-solid-circle .sk-child {
        border-top-color: whitesmoke;
        border-left-color: whitesmoke; }
    .button.hollow.success {
      border: 1px solid #43AC6A;
      padding-top: calc(0.85em - 1px);
      padding-right: calc(1em - 1px);
      padding-bottom: calc(0.85em - 1px);
      padding-left: calc(1em - 1px);
      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 .ionicons * {
        fill: #43AC6A;
        stroke: #43AC6A; }
      .button.hollow.success .material-icons * {
        fill: #43AC6A;
        stroke: #43AC6A; }
      .button.hollow.success .open-iconic * {
        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.success:hover .ionicons * {
        fill: #6dc68e;
        stroke: #6dc68e; }
      .button.hollow.success:hover .material-icons * {
        fill: #6dc68e;
        stroke: #6dc68e; }
      .button.hollow.success:hover .open-iconic * {
        fill: #6dc68e;
        stroke: #6dc68e; }
      .button.hollow.success .sk-loader.sk-rotating-plane {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-double-bounce .sk-child {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-wave .sk-rect {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-pulse {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-chasing-dots .sk-child {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-three-bounce .sk-child {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-circle .sk-child:before {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-cube-grid .sk-cube {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #43AC6A; }
      .button.hollow.success .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #43AC6A;
        border-left-color: #43AC6A; }
      .button.hollow.success:hover .sk-loader.sk-rotating-plane {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-double-bounce .sk-child {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-wave .sk-rect {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-pulse {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-chasing-dots .sk-child {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-three-bounce .sk-child {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-circle .sk-child:before {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-cube-grid .sk-cube {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #6dc68e; }
      .button.hollow.success:hover .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #6dc68e;
        border-left-color: #6dc68e; }
    .button.hollow.warning {
      border: 1px solid #F08A24;
      padding-top: calc(0.85em - 1px);
      padding-right: calc(1em - 1px);
      padding-bottom: calc(0.85em - 1px);
      padding-left: calc(1em - 1px);
      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 .ionicons * {
        fill: #F08A24;
        stroke: #F08A24; }
      .button.hollow.warning .material-icons * {
        fill: #F08A24;
        stroke: #F08A24; }
      .button.hollow.warning .open-iconic * {
        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.warning:hover .ionicons * {
        fill: #f4a75b;
        stroke: #f4a75b; }
      .button.hollow.warning:hover .material-icons * {
        fill: #f4a75b;
        stroke: #f4a75b; }
      .button.hollow.warning:hover .open-iconic * {
        fill: #f4a75b;
        stroke: #f4a75b; }
      .button.hollow.warning .sk-loader.sk-rotating-plane {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-double-bounce .sk-child {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-wave .sk-rect {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-pulse {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-chasing-dots .sk-child {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-three-bounce .sk-child {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-circle .sk-child:before {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-cube-grid .sk-cube {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #F08A24; }
      .button.hollow.warning .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #F08A24;
        border-left-color: #F08A24; }
      .button.hollow.warning:hover .sk-loader.sk-rotating-plane {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-double-bounce .sk-child {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-wave .sk-rect {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-pulse {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-chasing-dots .sk-child {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-three-bounce .sk-child {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-circle .sk-child:before {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-cube-grid .sk-cube {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #f4a75b; }
      .button.hollow.warning:hover .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #f4a75b;
        border-left-color: #f4a75b; }
    .button.hollow.alert {
      border: 1px solid #F04124;
      padding-top: calc(0.85em - 1px);
      padding-right: calc(1em - 1px);
      padding-bottom: calc(0.85em - 1px);
      padding-left: calc(1em - 1px);
      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 .ionicons * {
        fill: #F04124;
        stroke: #F04124; }
      .button.hollow.alert .material-icons * {
        fill: #F04124;
        stroke: #F04124; }
      .button.hollow.alert .open-iconic * {
        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.alert:hover .ionicons * {
        fill: #f4715b;
        stroke: #f4715b; }
      .button.hollow.alert:hover .material-icons * {
        fill: #f4715b;
        stroke: #f4715b; }
      .button.hollow.alert:hover .open-iconic * {
        fill: #f4715b;
        stroke: #f4715b; }
      .button.hollow.alert .sk-loader.sk-rotating-plane {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-double-bounce .sk-child {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-wave .sk-rect {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-pulse {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-chasing-dots .sk-child {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-three-bounce .sk-child {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-circle .sk-child:before {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-cube-grid .sk-cube {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #F04124; }
      .button.hollow.alert .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #F04124;
        border-left-color: #F04124; }
      .button.hollow.alert:hover .sk-loader.sk-rotating-plane {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-double-bounce .sk-child {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-wave .sk-rect {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-pulse {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-chasing-dots .sk-child {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-three-bounce .sk-child {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-circle .sk-child:before {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-cube-grid .sk-cube {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #f4715b; }
      .button.hollow.alert:hover .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #f4715b;
        border-left-color: #f4715b; }
    .button.hollow.info {
      border: 1px solid #A0D3E8;
      padding-top: calc(0.85em - 1px);
      padding-right: calc(1em - 1px);
      padding-bottom: calc(0.85em - 1px);
      padding-left: calc(1em - 1px);
      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 .ionicons * {
        fill: #A0D3E8;
        stroke: #A0D3E8; }
      .button.hollow.info .material-icons * {
        fill: #A0D3E8;
        stroke: #A0D3E8; }
      .button.hollow.info .open-iconic * {
        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.info:hover .ionicons * {
        fill: #b8deee;
        stroke: #b8deee; }
      .button.hollow.info:hover .material-icons * {
        fill: #b8deee;
        stroke: #b8deee; }
      .button.hollow.info:hover .open-iconic * {
        fill: #b8deee;
        stroke: #b8deee; }
      .button.hollow.info .sk-loader.sk-rotating-plane {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-double-bounce .sk-child {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-wave .sk-rect {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-pulse {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-chasing-dots .sk-child {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-three-bounce .sk-child {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-circle .sk-child:before {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-cube-grid .sk-cube {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #A0D3E8; }
      .button.hollow.info .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #A0D3E8;
        border-left-color: #A0D3E8; }
      .button.hollow.info:hover .sk-loader.sk-rotating-plane {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-double-bounce .sk-child {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-wave .sk-rect {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-pulse {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-chasing-dots .sk-child {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-three-bounce .sk-child {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-circle .sk-child:before {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-cube-grid .sk-cube {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #b8deee; }
      .button.hollow.info:hover .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #b8deee;
        border-left-color: #b8deee; }
    .button.hollow.dark {
      border: 1px solid #232323;
      padding-top: calc(0.85em - 1px);
      padding-right: calc(1em - 1px);
      padding-bottom: calc(0.85em - 1px);
      padding-left: calc(1em - 1px);
      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 .ionicons * {
        fill: #232323;
        stroke: #232323; }
      .button.hollow.dark .material-icons * {
        fill: #232323;
        stroke: #232323; }
      .button.hollow.dark .open-iconic * {
        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.hollow.dark:hover .ionicons * {
        fill: #5a5a5a;
        stroke: #5a5a5a; }
      .button.hollow.dark:hover .material-icons * {
        fill: #5a5a5a;
        stroke: #5a5a5a; }
      .button.hollow.dark:hover .open-iconic * {
        fill: #5a5a5a;
        stroke: #5a5a5a; }
      .button.hollow.dark .sk-loader.sk-rotating-plane {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-double-bounce .sk-child {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-wave .sk-rect {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-pulse {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-chasing-dots .sk-child {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-three-bounce .sk-child {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-circle .sk-child:before {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-cube-grid .sk-cube {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #232323; }
      .button.hollow.dark .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #232323;
        border-left-color: #232323; }
      .button.hollow.dark:hover .sk-loader.sk-rotating-plane {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-double-bounce .sk-child {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-wave .sk-rect {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-pulse {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-chasing-dots .sk-child {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-three-bounce .sk-child {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-circle .sk-child:before {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-cube-grid .sk-cube {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #5a5a5a; }
      .button.hollow.dark:hover .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #5a5a5a;
        border-left-color: #5a5a5a; }
  .button.disabled, .button:disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.button-group {
  margin: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  overflow: hidden;
  font-size: 0.9rem; }
  .button-group > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -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.segmented, .button-group.segmented.secondary, .button-group.segmented.success, .button-group.segmented.warning, .button-group.segmented.alert {
  border: 1px solid #00558b;
  -webkit-transition-property: background color;
          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: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0; }
  .button-group > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -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 > a .ionicons *, .button-group > li > label .ionicons *, .button-group > li > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li > a .material-icons *, .button-group > li > label .material-icons *, .button-group > li > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li > a .open-iconic *, .button-group > li > label .open-iconic *, .button-group > li > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li > a .sk-loader.sk-rotating-plane, .button-group > li > label .sk-loader.sk-rotating-plane, .button-group > li > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-double-bounce .sk-child, .button-group > li > label .sk-loader.sk-double-bounce .sk-child, .button-group > li > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-wave .sk-rect, .button-group > li > label .sk-loader.sk-wave .sk-rect, .button-group > li > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-pulse, .button-group > li > label .sk-loader.sk-pulse, .button-group > li > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group > li > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-three-bounce .sk-child, .button-group > li > label .sk-loader.sk-three-bounce .sk-child, .button-group > li > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-circle .sk-child:before, .button-group > li > label .sk-loader.sk-circle .sk-child:before, .button-group > li > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group > li > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group > li > a .sk-loader.sk-solid-circle .sk-child, .button-group > li > label .sk-loader.sk-solid-circle .sk-child, .button-group > li > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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 > a .ionicons *, .button-group.secondary > li > label .ionicons *, .button-group.secondary > li > button .ionicons * {
      fill: #000;
      stroke: #000; }
    .button-group.secondary > li > a .material-icons *, .button-group.secondary > li > label .material-icons *, .button-group.secondary > li > button .material-icons * {
      fill: #000;
      stroke: #000; }
    .button-group.secondary > li > a .open-iconic *, .button-group.secondary > li > label .open-iconic *, .button-group.secondary > li > button .open-iconic * {
      fill: #000;
      stroke: #000; }
    .button-group.secondary > li > a .sk-loader.sk-rotating-plane, .button-group.secondary > li > label .sk-loader.sk-rotating-plane, .button-group.secondary > li > button .sk-loader.sk-rotating-plane {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.secondary > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.secondary > li > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-wave .sk-rect, .button-group.secondary > li > label .sk-loader.sk-wave .sk-rect, .button-group.secondary > li > button .sk-loader.sk-wave .sk-rect {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-pulse, .button-group.secondary > li > label .sk-loader.sk-pulse, .button-group.secondary > li > button .sk-loader.sk-pulse {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.secondary > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.secondary > li > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.secondary > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.secondary > li > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-circle .sk-child:before, .button-group.secondary > li > label .sk-loader.sk-circle .sk-child:before, .button-group.secondary > li > button .sk-loader.sk-circle .sk-child:before {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.secondary > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.secondary > li > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.secondary > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.secondary > li > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.secondary > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.secondary > li > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #000; }
    .button-group.secondary > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.secondary > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.secondary > li > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #000;
      border-left-color: #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 > a .ionicons *, .button-group.success > li > label .ionicons *, .button-group.success > li > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.success > li > a .material-icons *, .button-group.success > li > label .material-icons *, .button-group.success > li > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.success > li > a .open-iconic *, .button-group.success > li > label .open-iconic *, .button-group.success > li > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group.success > li > a .sk-loader.sk-rotating-plane, .button-group.success > li > label .sk-loader.sk-rotating-plane, .button-group.success > li > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.success > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.success > li > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-wave .sk-rect, .button-group.success > li > label .sk-loader.sk-wave .sk-rect, .button-group.success > li > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-pulse, .button-group.success > li > label .sk-loader.sk-pulse, .button-group.success > li > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.success > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.success > li > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.success > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.success > li > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-circle .sk-child:before, .button-group.success > li > label .sk-loader.sk-circle .sk-child:before, .button-group.success > li > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.success > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.success > li > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.success > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.success > li > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.success > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.success > li > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group.success > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.success > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.success > li > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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 > a .ionicons *, .button-group.warning > li > label .ionicons *, .button-group.warning > li > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.warning > li > a .material-icons *, .button-group.warning > li > label .material-icons *, .button-group.warning > li > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.warning > li > a .open-iconic *, .button-group.warning > li > label .open-iconic *, .button-group.warning > li > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group.warning > li > a .sk-loader.sk-rotating-plane, .button-group.warning > li > label .sk-loader.sk-rotating-plane, .button-group.warning > li > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.warning > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.warning > li > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-wave .sk-rect, .button-group.warning > li > label .sk-loader.sk-wave .sk-rect, .button-group.warning > li > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-pulse, .button-group.warning > li > label .sk-loader.sk-pulse, .button-group.warning > li > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.warning > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.warning > li > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.warning > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.warning > li > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-circle .sk-child:before, .button-group.warning > li > label .sk-loader.sk-circle .sk-child:before, .button-group.warning > li > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.warning > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.warning > li > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.warning > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.warning > li > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.warning > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.warning > li > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group.warning > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.warning > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.warning > li > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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 > a .ionicons *, .button-group.alert > li > label .ionicons *, .button-group.alert > li > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.alert > li > a .material-icons *, .button-group.alert > li > label .material-icons *, .button-group.alert > li > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.alert > li > a .open-iconic *, .button-group.alert > li > label .open-iconic *, .button-group.alert > li > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group.alert > li > a .sk-loader.sk-rotating-plane, .button-group.alert > li > label .sk-loader.sk-rotating-plane, .button-group.alert > li > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.alert > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.alert > li > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-wave .sk-rect, .button-group.alert > li > label .sk-loader.sk-wave .sk-rect, .button-group.alert > li > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-pulse, .button-group.alert > li > label .sk-loader.sk-pulse, .button-group.alert > li > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.alert > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.alert > li > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.alert > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.alert > li > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-circle .sk-child:before, .button-group.alert > li > label .sk-loader.sk-circle .sk-child:before, .button-group.alert > li > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.alert > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.alert > li > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.alert > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.alert > li > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.alert > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.alert > li > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group.alert > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.alert > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.alert > li > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.secondary > a .ionicons *, .button-group > li.secondary > label .ionicons *, .button-group > li.secondary > button .ionicons * {
      fill: #000;
      stroke: #000; }
    .button-group > li.secondary > a .material-icons *, .button-group > li.secondary > label .material-icons *, .button-group > li.secondary > button .material-icons * {
      fill: #000;
      stroke: #000; }
    .button-group > li.secondary > a .open-iconic *, .button-group > li.secondary > label .open-iconic *, .button-group > li.secondary > button .open-iconic * {
      fill: #000;
      stroke: #000; }
    .button-group > li.secondary > a .sk-loader.sk-rotating-plane, .button-group > li.secondary > label .sk-loader.sk-rotating-plane, .button-group > li.secondary > button .sk-loader.sk-rotating-plane {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-double-bounce .sk-child, .button-group > li.secondary > label .sk-loader.sk-double-bounce .sk-child, .button-group > li.secondary > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-wave .sk-rect, .button-group > li.secondary > label .sk-loader.sk-wave .sk-rect, .button-group > li.secondary > button .sk-loader.sk-wave .sk-rect {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-pulse, .button-group > li.secondary > label .sk-loader.sk-pulse, .button-group > li.secondary > button .sk-loader.sk-pulse {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-chasing-dots .sk-child, .button-group > li.secondary > label .sk-loader.sk-chasing-dots .sk-child, .button-group > li.secondary > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-three-bounce .sk-child, .button-group > li.secondary > label .sk-loader.sk-three-bounce .sk-child, .button-group > li.secondary > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-circle .sk-child:before, .button-group > li.secondary > label .sk-loader.sk-circle .sk-child:before, .button-group > li.secondary > button .sk-loader.sk-circle .sk-child:before {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-cube-grid .sk-cube, .button-group > li.secondary > label .sk-loader.sk-cube-grid .sk-cube, .button-group > li.secondary > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.secondary > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.secondary > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.secondary > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.secondary > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #000; }
    .button-group > li.secondary > a .sk-loader.sk-solid-circle .sk-child, .button-group > li.secondary > label .sk-loader.sk-solid-circle .sk-child, .button-group > li.secondary > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #000;
      border-left-color: #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.success > a .ionicons *, .button-group > li.success > label .ionicons *, .button-group > li.success > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.success > a .material-icons *, .button-group > li.success > label .material-icons *, .button-group > li.success > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.success > a .open-iconic *, .button-group > li.success > label .open-iconic *, .button-group > li.success > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.success > a .sk-loader.sk-rotating-plane, .button-group > li.success > label .sk-loader.sk-rotating-plane, .button-group > li.success > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-double-bounce .sk-child, .button-group > li.success > label .sk-loader.sk-double-bounce .sk-child, .button-group > li.success > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-wave .sk-rect, .button-group > li.success > label .sk-loader.sk-wave .sk-rect, .button-group > li.success > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-pulse, .button-group > li.success > label .sk-loader.sk-pulse, .button-group > li.success > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-chasing-dots .sk-child, .button-group > li.success > label .sk-loader.sk-chasing-dots .sk-child, .button-group > li.success > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-three-bounce .sk-child, .button-group > li.success > label .sk-loader.sk-three-bounce .sk-child, .button-group > li.success > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-circle .sk-child:before, .button-group > li.success > label .sk-loader.sk-circle .sk-child:before, .button-group > li.success > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-cube-grid .sk-cube, .button-group > li.success > label .sk-loader.sk-cube-grid .sk-cube, .button-group > li.success > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.success > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.success > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.success > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.success > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group > li.success > a .sk-loader.sk-solid-circle .sk-child, .button-group > li.success > label .sk-loader.sk-solid-circle .sk-child, .button-group > li.success > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.warning > a .ionicons *, .button-group > li.warning > label .ionicons *, .button-group > li.warning > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.warning > a .material-icons *, .button-group > li.warning > label .material-icons *, .button-group > li.warning > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.warning > a .open-iconic *, .button-group > li.warning > label .open-iconic *, .button-group > li.warning > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.warning > a .sk-loader.sk-rotating-plane, .button-group > li.warning > label .sk-loader.sk-rotating-plane, .button-group > li.warning > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-double-bounce .sk-child, .button-group > li.warning > label .sk-loader.sk-double-bounce .sk-child, .button-group > li.warning > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-wave .sk-rect, .button-group > li.warning > label .sk-loader.sk-wave .sk-rect, .button-group > li.warning > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-pulse, .button-group > li.warning > label .sk-loader.sk-pulse, .button-group > li.warning > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-chasing-dots .sk-child, .button-group > li.warning > label .sk-loader.sk-chasing-dots .sk-child, .button-group > li.warning > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-three-bounce .sk-child, .button-group > li.warning > label .sk-loader.sk-three-bounce .sk-child, .button-group > li.warning > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-circle .sk-child:before, .button-group > li.warning > label .sk-loader.sk-circle .sk-child:before, .button-group > li.warning > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-cube-grid .sk-cube, .button-group > li.warning > label .sk-loader.sk-cube-grid .sk-cube, .button-group > li.warning > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.warning > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.warning > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.warning > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.warning > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group > li.warning > a .sk-loader.sk-solid-circle .sk-child, .button-group > li.warning > label .sk-loader.sk-solid-circle .sk-child, .button-group > li.warning > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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 > li.alert > a .ionicons *, .button-group > li.alert > label .ionicons *, .button-group > li.alert > button .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.alert > a .material-icons *, .button-group > li.alert > label .material-icons *, .button-group > li.alert > button .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.alert > a .open-iconic *, .button-group > li.alert > label .open-iconic *, .button-group > li.alert > button .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group > li.alert > a .sk-loader.sk-rotating-plane, .button-group > li.alert > label .sk-loader.sk-rotating-plane, .button-group > li.alert > button .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-double-bounce .sk-child, .button-group > li.alert > label .sk-loader.sk-double-bounce .sk-child, .button-group > li.alert > button .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-wave .sk-rect, .button-group > li.alert > label .sk-loader.sk-wave .sk-rect, .button-group > li.alert > button .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-pulse, .button-group > li.alert > label .sk-loader.sk-pulse, .button-group > li.alert > button .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-chasing-dots .sk-child, .button-group > li.alert > label .sk-loader.sk-chasing-dots .sk-child, .button-group > li.alert > button .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-three-bounce .sk-child, .button-group > li.alert > label .sk-loader.sk-three-bounce .sk-child, .button-group > li.alert > button .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-circle .sk-child:before, .button-group > li.alert > label .sk-loader.sk-circle .sk-child:before, .button-group > li.alert > button .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-cube-grid .sk-cube, .button-group > li.alert > label .sk-loader.sk-cube-grid .sk-cube, .button-group > li.alert > button .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.alert > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group > li.alert > button .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.alert > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group > li.alert > button .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group > li.alert > a .sk-loader.sk-solid-circle .sk-child, .button-group > li.alert > label .sk-loader.sk-solid-circle .sk-child, .button-group > li.alert > button .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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 > a .ionicons *, .button-group.segmented > li > label .ionicons *, .button-group.segmented > li > button .ionicons * {
        fill: #00558b;
        stroke: #00558b; }
      .button-group.segmented > li > a .material-icons *, .button-group.segmented > li > label .material-icons *, .button-group.segmented > li > button .material-icons * {
        fill: #00558b;
        stroke: #00558b; }
      .button-group.segmented > li > a .open-iconic *, .button-group.segmented > li > label .open-iconic *, .button-group.segmented > li > button .open-iconic * {
        fill: #00558b;
        stroke: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-rotating-plane, .button-group.segmented > li > label .sk-loader.sk-rotating-plane, .button-group.segmented > li > button .sk-loader.sk-rotating-plane {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.segmented > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.segmented > li > button .sk-loader.sk-double-bounce .sk-child {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-wave .sk-rect, .button-group.segmented > li > label .sk-loader.sk-wave .sk-rect, .button-group.segmented > li > button .sk-loader.sk-wave .sk-rect {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-pulse, .button-group.segmented > li > label .sk-loader.sk-pulse, .button-group.segmented > li > button .sk-loader.sk-pulse {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented > li > button .sk-loader.sk-chasing-dots .sk-child {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.segmented > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.segmented > li > button .sk-loader.sk-three-bounce .sk-child {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-circle .sk-child:before, .button-group.segmented > li > label .sk-loader.sk-circle .sk-child:before, .button-group.segmented > li > button .sk-loader.sk-circle .sk-child:before {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented > li > button .sk-loader.sk-cube-grid .sk-cube {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented > li > button .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented > li > button .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #00558b; }
      .button-group.segmented > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.segmented > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.segmented > li > button .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #00558b;
        border-left-color: #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 > li.is-active > a .ionicons *,
    .button-group.segmented > li > input:checked + label .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.segmented > li.is-active > a .material-icons *,
    .button-group.segmented > li > input:checked + label .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .button-group.segmented > li.is-active > a .open-iconic *,
    .button-group.segmented > li > input:checked + label .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-rotating-plane,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-double-bounce .sk-child,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-wave .sk-rect,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-pulse,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-pulse {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-chasing-dots .sk-child,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-three-bounce .sk-child,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-circle .sk-child:before,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-cube-grid .sk-cube,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-fading-circle .sk-circle:before,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-folding-cube .sk-cube:before,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .button-group.segmented > li.is-active > a .sk-loader.sk-solid-circle .sk-child,
    .button-group.segmented > li > input:checked + label .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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 > a .ionicons *, .button-group.segmented.secondary > li > label .ionicons *, .button-group.segmented.secondary > li > button .ionicons * {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
        .button-group.segmented.secondary > li > a .material-icons *, .button-group.segmented.secondary > li > label .material-icons *, .button-group.segmented.secondary > li > button .material-icons * {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
        .button-group.segmented.secondary > li > a .open-iconic *, .button-group.segmented.secondary > li > label .open-iconic *, .button-group.segmented.secondary > li > button .open-iconic * {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-rotating-plane, .button-group.segmented.secondary > li > label .sk-loader.sk-rotating-plane, .button-group.segmented.secondary > li > button .sk-loader.sk-rotating-plane {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.secondary > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.secondary > li > button .sk-loader.sk-double-bounce .sk-child {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-wave .sk-rect, .button-group.segmented.secondary > li > label .sk-loader.sk-wave .sk-rect, .button-group.segmented.secondary > li > button .sk-loader.sk-wave .sk-rect {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-pulse, .button-group.segmented.secondary > li > label .sk-loader.sk-pulse, .button-group.segmented.secondary > li > button .sk-loader.sk-pulse {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.secondary > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.secondary > li > button .sk-loader.sk-chasing-dots .sk-child {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.secondary > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.secondary > li > button .sk-loader.sk-three-bounce .sk-child {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-circle .sk-child:before, .button-group.segmented.secondary > li > label .sk-loader.sk-circle .sk-child:before, .button-group.segmented.secondary > li > button .sk-loader.sk-circle .sk-child:before {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.secondary > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.secondary > li > button .sk-loader.sk-cube-grid .sk-cube {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.secondary > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.secondary > li > button .sk-loader.sk-fading-circle .sk-circle:before {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.secondary > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.secondary > li > button .sk-loader.sk-folding-cube .sk-cube:before {
          background-color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.secondary > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.secondary > li > button .sk-loader.sk-solid-circle .sk-child {
          border-top-color: #f1f1f1;
          border-left-color: #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.secondary > li.is-active > a .ionicons *,
      .button-group.segmented.secondary > li > input:checked + label .ionicons * {
        fill: #000;
        stroke: #000; }
      .button-group.segmented.secondary > li.is-active > a .material-icons *,
      .button-group.segmented.secondary > li > input:checked + label .material-icons * {
        fill: #000;
        stroke: #000; }
      .button-group.segmented.secondary > li.is-active > a .open-iconic *,
      .button-group.segmented.secondary > li > input:checked + label .open-iconic * {
        fill: #000;
        stroke: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-rotating-plane,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-rotating-plane {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-double-bounce .sk-child,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-double-bounce .sk-child {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-wave .sk-rect,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-wave .sk-rect {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-pulse,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-pulse {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-chasing-dots .sk-child,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-chasing-dots .sk-child {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-three-bounce .sk-child,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-three-bounce .sk-child {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-circle .sk-child:before,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-circle .sk-child:before {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-cube-grid .sk-cube,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-cube-grid .sk-cube {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-fading-circle .sk-circle:before,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-folding-cube .sk-cube:before,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #000; }
      .button-group.segmented.secondary > li.is-active > a .sk-loader.sk-solid-circle .sk-child,
      .button-group.segmented.secondary > li > input:checked + label .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #000;
        border-left-color: #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 > a .ionicons *, .button-group.segmented.success > li > label .ionicons *, .button-group.segmented.success > li > button .ionicons * {
          fill: #43AC6A;
          stroke: #43AC6A; }
        .button-group.segmented.success > li > a .material-icons *, .button-group.segmented.success > li > label .material-icons *, .button-group.segmented.success > li > button .material-icons * {
          fill: #43AC6A;
          stroke: #43AC6A; }
        .button-group.segmented.success > li > a .open-iconic *, .button-group.segmented.success > li > label .open-iconic *, .button-group.segmented.success > li > button .open-iconic * {
          fill: #43AC6A;
          stroke: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-rotating-plane, .button-group.segmented.success > li > label .sk-loader.sk-rotating-plane, .button-group.segmented.success > li > button .sk-loader.sk-rotating-plane {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.success > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.success > li > button .sk-loader.sk-double-bounce .sk-child {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-wave .sk-rect, .button-group.segmented.success > li > label .sk-loader.sk-wave .sk-rect, .button-group.segmented.success > li > button .sk-loader.sk-wave .sk-rect {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-pulse, .button-group.segmented.success > li > label .sk-loader.sk-pulse, .button-group.segmented.success > li > button .sk-loader.sk-pulse {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.success > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.success > li > button .sk-loader.sk-chasing-dots .sk-child {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.success > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.success > li > button .sk-loader.sk-three-bounce .sk-child {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-circle .sk-child:before, .button-group.segmented.success > li > label .sk-loader.sk-circle .sk-child:before, .button-group.segmented.success > li > button .sk-loader.sk-circle .sk-child:before {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.success > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.success > li > button .sk-loader.sk-cube-grid .sk-cube {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.success > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.success > li > button .sk-loader.sk-fading-circle .sk-circle:before {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.success > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.success > li > button .sk-loader.sk-folding-cube .sk-cube:before {
          background-color: #43AC6A; }
        .button-group.segmented.success > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.success > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.success > li > button .sk-loader.sk-solid-circle .sk-child {
          border-top-color: #43AC6A;
          border-left-color: #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.success > li.is-active > a .ionicons *,
      .button-group.segmented.success > li > input:checked + label .ionicons * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.success > li.is-active > a .material-icons *,
      .button-group.segmented.success > li > input:checked + label .material-icons * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.success > li.is-active > a .open-iconic *,
      .button-group.segmented.success > li > input:checked + label .open-iconic * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-rotating-plane,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-rotating-plane {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-double-bounce .sk-child,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-double-bounce .sk-child {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-wave .sk-rect,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-wave .sk-rect {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-pulse,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-pulse {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-chasing-dots .sk-child,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-chasing-dots .sk-child {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-three-bounce .sk-child,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-three-bounce .sk-child {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-circle .sk-child:before,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-circle .sk-child:before {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-cube-grid .sk-cube,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-cube-grid .sk-cube {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-fading-circle .sk-circle:before,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-folding-cube .sk-cube:before,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #fff; }
      .button-group.segmented.success > li.is-active > a .sk-loader.sk-solid-circle .sk-child,
      .button-group.segmented.success > li > input:checked + label .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #fff;
        border-left-color: #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 > a .ionicons *, .button-group.segmented.warning > li > label .ionicons *, .button-group.segmented.warning > li > button .ionicons * {
          fill: #F08A24;
          stroke: #F08A24; }
        .button-group.segmented.warning > li > a .material-icons *, .button-group.segmented.warning > li > label .material-icons *, .button-group.segmented.warning > li > button .material-icons * {
          fill: #F08A24;
          stroke: #F08A24; }
        .button-group.segmented.warning > li > a .open-iconic *, .button-group.segmented.warning > li > label .open-iconic *, .button-group.segmented.warning > li > button .open-iconic * {
          fill: #F08A24;
          stroke: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-rotating-plane, .button-group.segmented.warning > li > label .sk-loader.sk-rotating-plane, .button-group.segmented.warning > li > button .sk-loader.sk-rotating-plane {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.warning > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.warning > li > button .sk-loader.sk-double-bounce .sk-child {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-wave .sk-rect, .button-group.segmented.warning > li > label .sk-loader.sk-wave .sk-rect, .button-group.segmented.warning > li > button .sk-loader.sk-wave .sk-rect {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-pulse, .button-group.segmented.warning > li > label .sk-loader.sk-pulse, .button-group.segmented.warning > li > button .sk-loader.sk-pulse {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.warning > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.warning > li > button .sk-loader.sk-chasing-dots .sk-child {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.warning > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.warning > li > button .sk-loader.sk-three-bounce .sk-child {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-circle .sk-child:before, .button-group.segmented.warning > li > label .sk-loader.sk-circle .sk-child:before, .button-group.segmented.warning > li > button .sk-loader.sk-circle .sk-child:before {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.warning > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.warning > li > button .sk-loader.sk-cube-grid .sk-cube {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.warning > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.warning > li > button .sk-loader.sk-fading-circle .sk-circle:before {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.warning > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.warning > li > button .sk-loader.sk-folding-cube .sk-cube:before {
          background-color: #F08A24; }
        .button-group.segmented.warning > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.warning > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.warning > li > button .sk-loader.sk-solid-circle .sk-child {
          border-top-color: #F08A24;
          border-left-color: #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.warning > li.is-active > a .ionicons *,
      .button-group.segmented.warning > li > input:checked + label .ionicons * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.warning > li.is-active > a .material-icons *,
      .button-group.segmented.warning > li > input:checked + label .material-icons * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.warning > li.is-active > a .open-iconic *,
      .button-group.segmented.warning > li > input:checked + label .open-iconic * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-rotating-plane,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-rotating-plane {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-double-bounce .sk-child,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-double-bounce .sk-child {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-wave .sk-rect,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-wave .sk-rect {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-pulse,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-pulse {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-chasing-dots .sk-child,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-chasing-dots .sk-child {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-three-bounce .sk-child,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-three-bounce .sk-child {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-circle .sk-child:before,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-circle .sk-child:before {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-cube-grid .sk-cube,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-cube-grid .sk-cube {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-fading-circle .sk-circle:before,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-folding-cube .sk-cube:before,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #fff; }
      .button-group.segmented.warning > li.is-active > a .sk-loader.sk-solid-circle .sk-child,
      .button-group.segmented.warning > li > input:checked + label .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #fff;
        border-left-color: #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 > a .ionicons *, .button-group.segmented.alert > li > label .ionicons *, .button-group.segmented.alert > li > button .ionicons * {
          fill: #F04124;
          stroke: #F04124; }
        .button-group.segmented.alert > li > a .material-icons *, .button-group.segmented.alert > li > label .material-icons *, .button-group.segmented.alert > li > button .material-icons * {
          fill: #F04124;
          stroke: #F04124; }
        .button-group.segmented.alert > li > a .open-iconic *, .button-group.segmented.alert > li > label .open-iconic *, .button-group.segmented.alert > li > button .open-iconic * {
          fill: #F04124;
          stroke: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-rotating-plane, .button-group.segmented.alert > li > label .sk-loader.sk-rotating-plane, .button-group.segmented.alert > li > button .sk-loader.sk-rotating-plane {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.alert > li > label .sk-loader.sk-double-bounce .sk-child, .button-group.segmented.alert > li > button .sk-loader.sk-double-bounce .sk-child {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-wave .sk-rect, .button-group.segmented.alert > li > label .sk-loader.sk-wave .sk-rect, .button-group.segmented.alert > li > button .sk-loader.sk-wave .sk-rect {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-pulse, .button-group.segmented.alert > li > label .sk-loader.sk-pulse, .button-group.segmented.alert > li > button .sk-loader.sk-pulse {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.alert > li > label .sk-loader.sk-chasing-dots .sk-child, .button-group.segmented.alert > li > button .sk-loader.sk-chasing-dots .sk-child {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.alert > li > label .sk-loader.sk-three-bounce .sk-child, .button-group.segmented.alert > li > button .sk-loader.sk-three-bounce .sk-child {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-circle .sk-child:before, .button-group.segmented.alert > li > label .sk-loader.sk-circle .sk-child:before, .button-group.segmented.alert > li > button .sk-loader.sk-circle .sk-child:before {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.alert > li > label .sk-loader.sk-cube-grid .sk-cube, .button-group.segmented.alert > li > button .sk-loader.sk-cube-grid .sk-cube {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.alert > li > label .sk-loader.sk-fading-circle .sk-circle:before, .button-group.segmented.alert > li > button .sk-loader.sk-fading-circle .sk-circle:before {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.alert > li > label .sk-loader.sk-folding-cube .sk-cube:before, .button-group.segmented.alert > li > button .sk-loader.sk-folding-cube .sk-cube:before {
          background-color: #F04124; }
        .button-group.segmented.alert > li > a .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.alert > li > label .sk-loader.sk-solid-circle .sk-child, .button-group.segmented.alert > li > button .sk-loader.sk-solid-circle .sk-child {
          border-top-color: #F04124;
          border-left-color: #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.segmented.alert > li.is-active > a .ionicons *,
      .button-group.segmented.alert > li > input:checked + label .ionicons * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.alert > li.is-active > a .material-icons *,
      .button-group.segmented.alert > li > input:checked + label .material-icons * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.alert > li.is-active > a .open-iconic *,
      .button-group.segmented.alert > li > input:checked + label .open-iconic * {
        fill: #fff;
        stroke: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-rotating-plane,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-rotating-plane {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-double-bounce .sk-child,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-double-bounce .sk-child {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-wave .sk-rect,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-wave .sk-rect {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-pulse,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-pulse {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-chasing-dots .sk-child,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-chasing-dots .sk-child {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-three-bounce .sk-child,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-three-bounce .sk-child {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-circle .sk-child:before,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-circle .sk-child:before {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-cube-grid .sk-cube,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-cube-grid .sk-cube {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-fading-circle .sk-circle:before,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-folding-cube .sk-cube:before,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #fff; }
      .button-group.segmented.alert > li.is-active > a .sk-loader.sk-solid-circle .sk-child,
      .button-group.segmented.alert > li > input:checked + label .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #fff;
        border-left-color: #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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .button-group.expand > li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -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; }
  .button-group > li > a > img, .button-group.icon-left > li > a > img {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a > .iconic, .button-group.icon-left > li > a > .iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a > .ionicons, .button-group.icon-left > li > a > .ionicons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a > .material-icons, .button-group.icon-left > li > a > .material-icons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a > .open-iconic, .button-group.icon-left > li > a > .open-iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a > .sk-loader, .button-group.icon-left > li > a > .sk-loader {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a > img, .button-group.icon-right > li > a > img {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a > .iconic, .button-group.icon-right > li > a > .iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a > .ionicons, .button-group.icon-right > li > a > .ionicons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a > .material-icons, .button-group.icon-right > li > a > .material-icons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a > .open-iconic, .button-group.icon-right > li > a > .open-iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a > .sk-loader, .button-group.icon-right > li > a > .sk-loader {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a .iconic {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button-group > li > a .ionicons {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button-group > li > a .material-icons {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button-group > li > a .open-iconic {
    vertical-align: middle;
    margin-top: -2px;
    width: 1em !important;
    height: 1em !important; }
  .button-group > li > a.icon-left > img {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .ionicons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .material-icons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .open-iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .sk-loader {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-right > img {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .ionicons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .material-icons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .open-iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .sk-loader {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a .sk-loader {
    vertical-align: middle;
    /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
    .button-group > li > a .sk-loader.sk-rotating-plane {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-double-bounce {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-wave {
      width: 2em;
      height: 1em;
      font-size: 0.4em; }
      .button-group > li > a .sk-loader.sk-wave .sk-rect {
        width: 0.24em; }
    .button-group > li > a .sk-loader.sk-pulse {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-chasing-dots {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-three-bounce {
      width: 2em;
      height: auto; }
      .button-group > li > a .sk-loader.sk-three-bounce .sk-child {
        width: 0.5em;
        height: 0.5em; }
    .button-group > li > a .sk-loader.sk-circle {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-cube-grid {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-fading-circle {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-folding-cube {
      width: 1em;
      height: 1em; }
    .button-group > li > a .sk-loader.sk-solid-circle {
      width: 1em;
      height: 1em; }
      .button-group > li > a .sk-loader.sk-solid-circle .sk-child {
        width: 1em;
        height: 1em;
        border-width: 0.2em; }
  .button-group > li > a.icon-left > img {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .ionicons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .material-icons {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .open-iconic {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-left > .sk-loader {
    margin: 0 0.5em 0 0;
    float: left; }
  .button-group > li > a.icon-right > img {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .ionicons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .material-icons {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .open-iconic {
    margin: 0 0 0 0.5em;
    float: right; }
  .button-group > li > a.icon-right > .sk-loader {
    margin: 0 0 0 0.5em;
    float: right; }

/*
  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.secondary {
    border: 0;
    margin-bottom: 0.5rem;
    background: #f1f1f1;
    color: #000;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.secondary h1, .card.secondary h2, .card.secondary h3, .card.secondary h4, .card.secondary h5, .card.secondary h6 {
      color: inherit; }
    .card.secondary ul {
      margin-bottom: 0; }
    .card.secondary img {
      width: 100%; }
    .card.secondary .card-divider {
      background: #e0e0e0;
      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.info {
    border: 0;
    margin-bottom: 0.5rem;
    background: #A0D3E8;
    color: #000;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.info h1, .card.info h2, .card.info h3, .card.info h4, .card.info h5, .card.info h6 {
      color: inherit; }
    .card.info ul {
      margin-bottom: 0; }
    .card.info img {
      width: 100%; }
    .card.info .card-divider {
      background: #8ac9e3;
      padding: 1rem; }

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

.card-section {
  padding: 1rem; }

div[ba-no-support] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: #000000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75); }
  div[ba-no-support] div {
    background: #F04124;
    color: #fff;
    width: 50%;
    top: 15%;
    padding: 1%;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -25%;
    /* add negative left margin for half the width to center the div */
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
    div[ba-no-support] div a {
      color: #fff;
      font-weight: bold; }
    div[ba-no-support] div p, div[ba-no-support] div a {
      font-family: Arial, Helvetica, sans-serif !important; }

/*
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1rem; }
  label > .inline-label {
    margin-top: 0.5rem; }
  .inline-label > input, .inline-label > select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0; }
  .inline-label > .form-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background: #eee;
    color: #333;
    border: 1px solid #ccc;
    padding: 0 0.5rem;
    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; }
    .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"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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;
    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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn.ng-enter, .fadeIn.ng-hide-remove {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-property: opacity;
          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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-property: opacity;
          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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.long-stagger {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transition-duration: 0;
          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; }

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

  Angular Base Apps'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.

  If $gutter-width set to a number that is not "0", grid blocks will have "justify-content: space-between" like flex styles with a fixed space.

  @group grid

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

  @param {number} $gutter-width - Size of fixed gutter to be added.

  @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 Angular Base Apps 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 Angular Base Apps.
*/
/*
  Blocks are containers for actual content. They're the "columns" of Angular Base Apps.
*/
.vertical.grid-frame, .vertical.grid-block, .vertical.small-grid-block, .vertical.medium-grid-block, .vertical.large-grid-block {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -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 {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -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 {
  -webkit-flex-flow: row wrap;
      -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 {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -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 {
    -webkit-flex-flow: row wrap;
        -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 {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -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 {
    -webkit-flex-flow: row wrap;
        -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 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -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 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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 {
  -webkit-justify-content: space-around;
      -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 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.gutters.grid-frame, .gutters.grid-block, .gutters.small-grid-block, .gutters.medium-grid-block, .gutters.large-grid-block {
  margin: -0.46875rem; }
  .gutters.wrap.grid-frame, .gutters.wrap.grid-block, .gutters.wrap.small-grid-block, .gutters.wrap.medium-grid-block, .gutters.wrap.large-grid-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -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; }

.gutters > .grid-block, .gutters > .grid-content, .gutters > .small-grid-block, .gutters > .small-grid-content, .gutters > .medium-grid-block, .gutters > .medium-grid-content, .gutters > .large-grid-block, .gutters > .large-grid-content {
  margin: 0.46875rem; }

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

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .grid-content.collapse {
    padding: 0; }
  .grid-content .grid-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: visible; }
    .grid-content .grid-block.nowrap {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .grid-content .grid-block .grid-content {
      overflow: visible; }
  .grid-content:not(.collapse) > .grid-block {
    margin-left: -1rem;
    margin-right: -1rem; }

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .small-grid-block.panel.is-active.ng-enter.ng-enter-active, .small-grid-block.panel.is-active.ng-leave.ng-leave-active {
    position: absolute;
    display: block; }
  .small-grid-block.panel.is-active:not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
    -webkit-transform: none;
            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-block.panel:not(.is-active).ng-enter.ng-enter-active, .small-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
    position: absolute; }
  .small-grid-block.panel:not(.is-active):not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
    -webkit-transform: none;
            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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .small-grid-content.panel.is-active.ng-enter.ng-enter-active, .small-grid-content.panel.is-active.ng-leave.ng-leave-active {
    position: absolute;
    display: block; }
  .small-grid-content.panel.is-active:not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
    -webkit-transform: none;
            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.panel:not(.is-active) {
    display: none; }
    .small-grid-content.panel:not(.is-active).ng-enter.ng-enter-active, .small-grid-content.panel:not(.is-active).ng-leave.ng-leave-active {
      position: absolute; }

@media only screen and (min-width: 40em) {
  .medium-grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .medium-grid-block.panel.is-active.ng-enter.ng-enter-active, .medium-grid-block.panel.is-active.ng-leave.ng-leave-active {
      position: absolute;
      display: block; }
    .medium-grid-block.panel.is-active:not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
      -webkit-transform: none;
              transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
    .medium-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .medium-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
      position: absolute; }
    .medium-grid-block.panel:not(.is-active):not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
      -webkit-transform: none;
              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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .medium-grid-content.panel.is-active.ng-enter.ng-enter-active, .medium-grid-content.panel.is-active.ng-leave.ng-leave-active {
      position: absolute;
      display: block; }
    .medium-grid-content.panel.is-active:not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
      -webkit-transform: none;
              transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
    .medium-grid-content.panel:not(.is-active) {
      display: none; }
      .medium-grid-content.panel:not(.is-active).ng-enter.ng-enter-active, .medium-grid-content.panel:not(.is-active).ng-leave.ng-leave-active {
        position: absolute; } }

@media only screen and (min-width: 75em) {
  .large-grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .large-grid-block.panel.is-active.ng-enter.ng-enter-active, .large-grid-block.panel.is-active.ng-leave.ng-leave-active {
      position: absolute;
      display: block; }
    .large-grid-block.panel.is-active:not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
      -webkit-transform: none;
              transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
    .large-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .large-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
      position: absolute; }
    .large-grid-block.panel:not(.is-active):not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
      -webkit-transform: none;
              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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .large-grid-content.panel.is-active.ng-enter.ng-enter-active, .large-grid-content.panel.is-active.ng-leave.ng-leave-active {
      position: absolute;
      display: block; }
    .large-grid-content.panel.is-active:not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
      -webkit-transform: none;
              transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
    .large-grid-content.panel:not(.is-active) {
      display: none; }
      .large-grid-content.panel:not(.is-active).ng-enter.ng-enter-active, .large-grid-content.panel:not(.is-active).ng-leave.ng-leave-active {
        position: absolute; } }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }
  .gutters > .small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(8.33333% - 0.9375rem);
        -ms-flex: 0 0 calc(8.33333% - 0.9375rem);
            flex: 0 0 calc(8.33333% - 0.9375rem);
    max-width: calc(8.33333% - 0.9375rem); }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

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

.small-up-1 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }
  .gutters > .small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(16.66667% - 0.9375rem);
        -ms-flex: 0 0 calc(16.66667% - 0.9375rem);
            flex: 0 0 calc(16.66667% - 0.9375rem);
    max-width: calc(16.66667% - 0.9375rem); }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

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

.small-up-2 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
  .gutters > .small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 0.9375rem);
        -ms-flex: 0 0 calc(25% - 0.9375rem);
            flex: 0 0 calc(25% - 0.9375rem);
    max-width: calc(25% - 0.9375rem); }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

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

.small-up-3 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }
  .gutters > .small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 0.9375rem);
        -ms-flex: 0 0 calc(33.33333% - 0.9375rem);
            flex: 0 0 calc(33.33333% - 0.9375rem);
    max-width: calc(33.33333% - 0.9375rem); }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

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

.small-up-4 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }
  .gutters > .small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(41.66667% - 0.9375rem);
        -ms-flex: 0 0 calc(41.66667% - 0.9375rem);
            flex: 0 0 calc(41.66667% - 0.9375rem);
    max-width: calc(41.66667% - 0.9375rem); }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

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

.small-up-5 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  .gutters > .small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 0.9375rem);
        -ms-flex: 0 0 calc(50% - 0.9375rem);
            flex: 0 0 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem); }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

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

.small-up-6 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }
  .gutters > .small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(58.33333% - 0.9375rem);
        -ms-flex: 0 0 calc(58.33333% - 0.9375rem);
            flex: 0 0 calc(58.33333% - 0.9375rem);
    max-width: calc(58.33333% - 0.9375rem); }

.small-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

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

.small-up-7 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }
  .gutters > .small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(66.66667% - 0.9375rem);
        -ms-flex: 0 0 calc(66.66667% - 0.9375rem);
            flex: 0 0 calc(66.66667% - 0.9375rem);
    max-width: calc(66.66667% - 0.9375rem); }

.small-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

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

.small-up-8 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }
  .gutters > .small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(75% - 0.9375rem);
        -ms-flex: 0 0 calc(75% - 0.9375rem);
            flex: 0 0 calc(75% - 0.9375rem);
    max-width: calc(75% - 0.9375rem); }

.small-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

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

.small-up-9 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }
  .gutters > .small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(83.33333% - 0.9375rem);
        -ms-flex: 0 0 calc(83.33333% - 0.9375rem);
            flex: 0 0 calc(83.33333% - 0.9375rem);
    max-width: calc(83.33333% - 0.9375rem); }

.small-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

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

.small-up-10 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%; }

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }
  .gutters > .small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(91.66667% - 0.9375rem);
        -ms-flex: 0 0 calc(91.66667% - 0.9375rem);
            flex: 0 0 calc(91.66667% - 0.9375rem);
    max-width: calc(91.66667% - 0.9375rem); }

.small-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

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

.small-up-11 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  .gutters > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 0.9375rem);
        -ms-flex: 0 0 calc(100% - 0.9375rem);
            flex: 0 0 calc(100% - 0.9375rem);
    max-width: calc(100% - 0.9375rem); }

.small-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

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

.small-up-12 {
  -webkit-flex-flow: row wrap;
      -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }

@media only screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .gutters > .medium-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(8.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(8.33333% - 0.9375rem);
              flex: 0 0 calc(8.33333% - 0.9375rem);
      max-width: calc(8.33333% - 0.9375rem); }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-up-1 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 40em) {
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
    .gutters > .medium-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(16.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(16.66667% - 0.9375rem);
              flex: 0 0 calc(16.66667% - 0.9375rem);
      max-width: calc(16.66667% - 0.9375rem); }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-up-2 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

@media only screen and (min-width: 40em) {
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
    .gutters > .medium-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(25% - 0.9375rem);
          -ms-flex: 0 0 calc(25% - 0.9375rem);
              flex: 0 0 calc(25% - 0.9375rem);
      max-width: calc(25% - 0.9375rem); }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-up-3 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media only screen and (min-width: 40em) {
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .gutters > .medium-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(33.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(33.33333% - 0.9375rem);
              flex: 0 0 calc(33.33333% - 0.9375rem);
      max-width: calc(33.33333% - 0.9375rem); }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (min-width: 40em) {
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
    .gutters > .medium-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(41.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(41.66667% - 0.9375rem);
              flex: 0 0 calc(41.66667% - 0.9375rem);
      max-width: calc(41.66667% - 0.9375rem); }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-up-5 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (min-width: 40em) {
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    .gutters > .medium-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(50% - 0.9375rem);
          -ms-flex: 0 0 calc(50% - 0.9375rem);
              flex: 0 0 calc(50% - 0.9375rem);
      max-width: calc(50% - 0.9375rem); }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-up-6 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

@media only screen and (min-width: 40em) {
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
    .gutters > .medium-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(58.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(58.33333% - 0.9375rem);
              flex: 0 0 calc(58.33333% - 0.9375rem);
      max-width: calc(58.33333% - 0.9375rem); }
  .medium-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-up-7 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; } }

@media only screen and (min-width: 40em) {
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .gutters > .medium-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(66.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(66.66667% - 0.9375rem);
              flex: 0 0 calc(66.66667% - 0.9375rem);
      max-width: calc(66.66667% - 0.9375rem); }
  .medium-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-up-8 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media only screen and (min-width: 40em) {
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
    .gutters > .medium-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(75% - 0.9375rem);
          -ms-flex: 0 0 calc(75% - 0.9375rem);
              flex: 0 0 calc(75% - 0.9375rem);
      max-width: calc(75% - 0.9375rem); }
  .medium-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-up-9 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.11111%;
          -ms-flex: 0 0 11.11111%;
              flex: 0 0 11.11111%;
      max-width: 11.11111%; } }

@media only screen and (min-width: 40em) {
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
    .gutters > .medium-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(83.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(83.33333% - 0.9375rem);
              flex: 0 0 calc(83.33333% - 0.9375rem);
      max-width: calc(83.33333% - 0.9375rem); }
  .medium-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-up-10 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (min-width: 40em) {
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
    .gutters > .medium-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(91.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(91.66667% - 0.9375rem);
              flex: 0 0 calc(91.66667% - 0.9375rem);
      max-width: calc(91.66667% - 0.9375rem); }
  .medium-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-11 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 9.09091%;
          -ms-flex: 0 0 9.09091%;
              flex: 0 0 9.09091%;
      max-width: 9.09091%; } }

@media only screen and (min-width: 40em) {
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .gutters > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - 0.9375rem);
          -ms-flex: 0 0 calc(100% - 0.9375rem);
              flex: 0 0 calc(100% - 0.9375rem);
      max-width: calc(100% - 0.9375rem); }
  .medium-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .medium-offset-12 {
    margin-left: 100%; }
  .medium-up-12 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

@media only screen and (min-width: 75em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .gutters > .large-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(8.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(8.33333% - 0.9375rem);
              flex: 0 0 calc(8.33333% - 0.9375rem);
      max-width: calc(8.33333% - 0.9375rem); }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-up-1 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 75em) {
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
    .gutters > .large-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(16.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(16.66667% - 0.9375rem);
              flex: 0 0 calc(16.66667% - 0.9375rem);
      max-width: calc(16.66667% - 0.9375rem); }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-up-2 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

@media only screen and (min-width: 75em) {
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
    .gutters > .large-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(25% - 0.9375rem);
          -ms-flex: 0 0 calc(25% - 0.9375rem);
              flex: 0 0 calc(25% - 0.9375rem);
      max-width: calc(25% - 0.9375rem); }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-up-3 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media only screen and (min-width: 75em) {
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .gutters > .large-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(33.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(33.33333% - 0.9375rem);
              flex: 0 0 calc(33.33333% - 0.9375rem);
      max-width: calc(33.33333% - 0.9375rem); }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-up-4 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (min-width: 75em) {
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
    .gutters > .large-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(41.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(41.66667% - 0.9375rem);
              flex: 0 0 calc(41.66667% - 0.9375rem);
      max-width: calc(41.66667% - 0.9375rem); }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-up-5 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (min-width: 75em) {
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    .gutters > .large-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(50% - 0.9375rem);
          -ms-flex: 0 0 calc(50% - 0.9375rem);
              flex: 0 0 calc(50% - 0.9375rem);
      max-width: calc(50% - 0.9375rem); }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-up-6 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

@media only screen and (min-width: 75em) {
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
    .gutters > .large-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(58.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(58.33333% - 0.9375rem);
              flex: 0 0 calc(58.33333% - 0.9375rem);
      max-width: calc(58.33333% - 0.9375rem); }
  .large-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-up-7 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; } }

@media only screen and (min-width: 75em) {
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .gutters > .large-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(66.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(66.66667% - 0.9375rem);
              flex: 0 0 calc(66.66667% - 0.9375rem);
      max-width: calc(66.66667% - 0.9375rem); }
  .large-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-up-8 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media only screen and (min-width: 75em) {
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
    .gutters > .large-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(75% - 0.9375rem);
          -ms-flex: 0 0 calc(75% - 0.9375rem);
              flex: 0 0 calc(75% - 0.9375rem);
      max-width: calc(75% - 0.9375rem); }
  .large-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-up-9 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.11111%;
          -ms-flex: 0 0 11.11111%;
              flex: 0 0 11.11111%;
      max-width: 11.11111%; } }

@media only screen and (min-width: 75em) {
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
    .gutters > .large-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(83.33333% - 0.9375rem);
          -ms-flex: 0 0 calc(83.33333% - 0.9375rem);
              flex: 0 0 calc(83.33333% - 0.9375rem);
      max-width: calc(83.33333% - 0.9375rem); }
  .large-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-up-10 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (min-width: 75em) {
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
    .gutters > .large-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(91.66667% - 0.9375rem);
          -ms-flex: 0 0 calc(91.66667% - 0.9375rem);
              flex: 0 0 calc(91.66667% - 0.9375rem);
      max-width: calc(91.66667% - 0.9375rem); }
  .large-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-11 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 9.09091%;
          -ms-flex: 0 0 9.09091%;
              flex: 0 0 9.09091%;
      max-width: 9.09091%; } }

@media only screen and (min-width: 75em) {
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .gutters > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - 0.9375rem);
          -ms-flex: 0 0 calc(100% - 0.9375rem);
              flex: 0 0 calc(100% - 0.9375rem);
      max-width: calc(100% - 0.9375rem); }
  .large-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .large-offset-12 {
    margin-left: 100%; }
  .large-up-12 {
    -webkit-flex-flow: row wrap;
        -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;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

.grid-content .modal .grid-block {
  -webkit-flex-wrap: nowrap;
      -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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -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 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0; }
  .title-bar .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .title-bar .center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center; }
  .title-bar .right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: right; }
  .title-bar .left:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .title-bar .left:first-child + .right:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -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.primary .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .title-bar.primary .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .title-bar.primary .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .title-bar.primary .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-pulse {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .title-bar.primary .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.dark .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .title-bar.dark .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .title-bar.dark .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .title-bar.dark .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-pulse {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .title-bar.dark .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #fff; }

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

.iconic {
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  .iconic * {
    fill: #00558b;
    stroke: #00558b; }
    .iconic *.iconic-property-accent {
      fill: #00558b;
      stroke: #00558b; }
  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.primary * {
    fill: #00558b;
    stroke: #00558b; }
    .iconic.primary *.iconic-property-accent {
      fill: #00558b;
      stroke: #00558b; }
  .iconic.secondary * {
    fill: #f1f1f1;
    stroke: #f1f1f1; }
    .iconic.secondary *.iconic-property-accent {
      fill: #f1f1f1;
      stroke: #f1f1f1; }
  .iconic.success * {
    fill: #43AC6A;
    stroke: #43AC6A; }
    .iconic.success *.iconic-property-accent {
      fill: #43AC6A;
      stroke: #43AC6A; }
  .iconic.warning * {
    fill: #F08A24;
    stroke: #F08A24; }
    .iconic.warning *.iconic-property-accent {
      fill: #F08A24;
      stroke: #F08A24; }
  .iconic.alert * {
    fill: #F04124;
    stroke: #F04124; }
    .iconic.alert *.iconic-property-accent {
      fill: #F04124;
      stroke: #F04124; }
  .iconic.dark * {
    fill: #232323;
    stroke: #232323; }
    .iconic.dark *.iconic-property-accent {
      fill: #232323;
      stroke: #232323; }
  .iconic.info * {
    fill: #A0D3E8;
    stroke: #A0D3E8; }
    .iconic.info *.iconic-property-accent {
      fill: #A0D3E8;
      stroke: #A0D3E8; }
  .iconic.tiny {
    width: 0.5rem !important;
    height: 0.5rem !important; }
  .iconic.small {
    width: 1rem !important;
    height: 1rem !important; }
  .iconic.medium {
    width: 2rem !important;
    height: 2rem !important; }
  .iconic.large {
    width: 4rem !important;
    height: 4rem !important; }

.ionicons {
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  .ionicons * {
    fill: #00558b;
    stroke: #00558b; }
  a > .ionicons {
    margin-top: -2px;
    margin-right: 0.25rem; }
    a > .ionicons * {
      fill: #00558b;
      stroke: #00558b; }
  .ionicons.primary * {
    fill: #00558b;
    stroke: #00558b; }
  .ionicons.secondary * {
    fill: #f1f1f1;
    stroke: #f1f1f1; }
  .ionicons.success * {
    fill: #43AC6A;
    stroke: #43AC6A; }
  .ionicons.warning * {
    fill: #F08A24;
    stroke: #F08A24; }
  .ionicons.alert * {
    fill: #F04124;
    stroke: #F04124; }
  .ionicons.dark * {
    fill: #232323;
    stroke: #232323; }
  .ionicons.info * {
    fill: #A0D3E8;
    stroke: #A0D3E8; }
  .ionicons.tiny {
    width: 0.5rem !important;
    height: 0.5rem !important; }
  .ionicons.small {
    width: 1rem !important;
    height: 1rem !important; }
  .ionicons.medium {
    width: 2rem !important;
    height: 2rem !important; }
  .ionicons.large {
    width: 4rem !important;
    height: 4rem !important; }

.material-icons {
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  .material-icons * {
    fill: #00558b;
    stroke: #00558b; }
  a > .material-icons {
    margin-top: -2px;
    margin-right: 0.25rem; }
    a > .material-icons * {
      fill: #00558b;
      stroke: #00558b; }
  .material-icons.primary * {
    fill: #00558b;
    stroke: #00558b; }
  .material-icons.secondary * {
    fill: #f1f1f1;
    stroke: #f1f1f1; }
  .material-icons.success * {
    fill: #43AC6A;
    stroke: #43AC6A; }
  .material-icons.warning * {
    fill: #F08A24;
    stroke: #F08A24; }
  .material-icons.alert * {
    fill: #F04124;
    stroke: #F04124; }
  .material-icons.dark * {
    fill: #232323;
    stroke: #232323; }
  .material-icons.info * {
    fill: #A0D3E8;
    stroke: #A0D3E8; }
  .material-icons.tiny {
    width: 0.5rem !important;
    height: 0.5rem !important; }
  .material-icons.small {
    width: 1rem !important;
    height: 1rem !important; }
  .material-icons.medium {
    width: 2rem !important;
    height: 2rem !important; }
  .material-icons.large {
    width: 4rem !important;
    height: 4rem !important; }

.open-iconic {
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  .open-iconic * {
    fill: #00558b;
    stroke: #00558b; }
  a > .open-iconic {
    margin-top: -2px;
    margin-right: 0.25rem; }
    a > .open-iconic * {
      fill: #00558b;
      stroke: #00558b; }
  .open-iconic.primary * {
    fill: #00558b;
    stroke: #00558b; }
  .open-iconic.secondary * {
    fill: #f1f1f1;
    stroke: #f1f1f1; }
  .open-iconic.success * {
    fill: #43AC6A;
    stroke: #43AC6A; }
  .open-iconic.warning * {
    fill: #F08A24;
    stroke: #F08A24; }
  .open-iconic.alert * {
    fill: #F04124;
    stroke: #F04124; }
  .open-iconic.dark * {
    fill: #232323;
    stroke: #232323; }
  .open-iconic.info * {
    fill: #A0D3E8;
    stroke: #A0D3E8; }
  .open-iconic.tiny {
    width: 0.5rem !important;
    height: 0.5rem !important; }
  .open-iconic.small {
    width: 1rem !important;
    height: 1rem !important; }
  .open-iconic.medium {
    width: 2rem !important;
    height: 2rem !important; }
  .open-iconic.large {
    width: 4rem !important;
    height: 4rem !important; }

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

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

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

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

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

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

.iconic-color-info *, .iconic.iconic-color-info *, a.iconic-color-info > .iconic * {
  fill: #A0D3E8;
  stroke: #A0D3E8; }
  .iconic-color-info *.iconic-property-accent, .iconic.iconic-color-info *.iconic-property-accent, a.iconic-color-info > .iconic *.iconic-property-accent {
    fill: #A0D3E8;
    stroke: #A0D3E8; }

.iconic.iconic-fluid.tiny {
  width: 0.5rem !important;
  height: 0.5rem !important; }

.iconic.iconic-fluid.small {
  width: 1rem !important;
  height: 1rem !important; }

.iconic.iconic-fluid.medium {
  width: 2rem !important;
  height: 2rem !important; }

.iconic.iconic-fluid.large {
  width: 4rem !important;
  height: 4rem !important; }

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

.label {
  font-size: 0.8rem;
  padding: 0.33333rem 0.5rem;
  margin: 0 0 0.46875rem 0;
  background: #00558b;
  border-radius: 0;
  color: #fff; }
  .label.primary {
    background: #00558b;
    border-radius: 0;
    color: #fff; }
  .label.secondary {
    background: #f1f1f1;
    border-radius: 0;
    color: #000; }
  .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; }
  .label.info {
    background: #A0D3E8;
    border-radius: 0;
    color: #000; }

/*
  Badge
*/
.badge {
  -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;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1000px; }

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

.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; }

.sk-loader {
  display: inline-block; }
  .sk-loader.sk-rotating-plane {
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
            animation: sk-rotatePlane 1.2s infinite ease-in-out;
    margin: 0;
    width: 1rem;
    height: 1rem;
    background-color: #333; }
  .sk-loader.sk-double-bounce {
    position: relative;
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-double-bounce .sk-child {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
              animation: sk-doubleBounce 2s infinite ease-in-out; }
      .sk-loader.sk-double-bounce .sk-child:nth-child(2) {
        -webkit-animation-delay: -1s;
                animation-delay: -1s; }
    .sk-loader.sk-double-bounce .sk-child {
      background-color: #333; }
  .sk-loader.sk-wave {
    text-align: center;
    margin: 0;
    width: 1.25rem;
    height: 1rem;
    font-size: 0.25rem; }
    .sk-loader.sk-wave .sk-rect {
      height: 100%;
      display: inline-block;
      -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
              animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
      .sk-loader.sk-wave .sk-rect:first-child {
        margin-left: -4px; }
    .sk-loader.sk-wave .sk-rect1 {
      -webkit-animation-delay: -1.2s;
              animation-delay: -1.2s; }
    .sk-loader.sk-wave .sk-rect2 {
      -webkit-animation-delay: -1.1s;
              animation-delay: -1.1s; }
    .sk-loader.sk-wave .sk-rect3 {
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }
    .sk-loader.sk-wave .sk-rect4 {
      -webkit-animation-delay: -0.9s;
              animation-delay: -0.9s; }
    .sk-loader.sk-wave .sk-rect5 {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }
    .sk-loader.sk-wave .sk-rect {
      width: 0.15rem; }
    .sk-loader.sk-wave .sk-rect {
      background-color: #333; }
  .sk-loader.sk-pulse {
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
            animation: sk-pulseScaleOut 1s infinite ease-in-out;
    margin: 0;
    width: 1rem;
    height: 1rem;
    background-color: #333; }
  .sk-loader.sk-chasing-dots {
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
            animation: sk-chasingDotsRotate 2s infinite linear;
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-chasing-dots .sk-child {
      width: 50%;
      height: 50%;
      display: inline-block;
      position: absolute;
      top: 0;
      border-radius: 100%;
      -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
              animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
      .sk-loader.sk-chasing-dots .sk-child:nth-child(2) {
        top: auto;
        bottom: 0;
        -webkit-animation-delay: -1s;
                animation-delay: -1s; }
    .sk-loader.sk-chasing-dots .sk-child {
      background-color: #333; }
  .sk-loader.sk-three-bounce {
    text-align: center;
    margin: 0;
    width: 2rem;
    height: auto; }
    .sk-loader.sk-three-bounce .sk-child {
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
              animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
      .sk-loader.sk-three-bounce .sk-child:last-child {
        margin-right: -2px; }
    .sk-loader.sk-three-bounce .sk-bounce1 {
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s; }
    .sk-loader.sk-three-bounce .sk-bounce2 {
      -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s; }
    .sk-loader.sk-three-bounce .sk-child {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.sk-three-bounce .sk-child {
      background-color: #333; }
  .sk-loader.sk-circle {
    position: relative;
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-circle .sk-child {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .sk-loader.sk-circle .sk-child:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      border-radius: 100%;
      -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
              animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
    .sk-loader.sk-circle .sk-circle2 {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }
    .sk-loader.sk-circle .sk-circle3 {
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg); }
    .sk-loader.sk-circle .sk-circle4 {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .sk-loader.sk-circle .sk-circle5 {
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg); }
    .sk-loader.sk-circle .sk-circle6 {
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg); }
    .sk-loader.sk-circle .sk-circle7 {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .sk-loader.sk-circle .sk-circle8 {
      -webkit-transform: rotate(210deg);
              transform: rotate(210deg); }
    .sk-loader.sk-circle .sk-circle9 {
      -webkit-transform: rotate(240deg);
              transform: rotate(240deg); }
    .sk-loader.sk-circle .sk-circle10 {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .sk-loader.sk-circle .sk-circle11 {
      -webkit-transform: rotate(300deg);
              transform: rotate(300deg); }
    .sk-loader.sk-circle .sk-circle12 {
      -webkit-transform: rotate(330deg);
              transform: rotate(330deg); }
    .sk-loader.sk-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
              animation-delay: -1.1s; }
    .sk-loader.sk-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }
    .sk-loader.sk-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
              animation-delay: -0.9s; }
    .sk-loader.sk-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }
    .sk-loader.sk-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
              animation-delay: -0.7s; }
    .sk-loader.sk-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
              animation-delay: -0.6s; }
    .sk-loader.sk-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
              animation-delay: -0.5s; }
    .sk-loader.sk-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
              animation-delay: -0.4s; }
    .sk-loader.sk-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .sk-loader.sk-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
              animation-delay: -0.2s; }
    .sk-loader.sk-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
              animation-delay: -0.1s; }
    .sk-loader.sk-circle .sk-child:before {
      background-color: #333; }
  .sk-loader.sk-cube-grid {
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-cube-grid .sk-cube {
      width: 33.33%;
      height: 33.33%;
      float: left;
      -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
              animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
    .sk-loader.sk-cube-grid .sk-cube1 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .sk-loader.sk-cube-grid .sk-cube2 {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .sk-loader.sk-cube-grid .sk-cube3 {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .sk-loader.sk-cube-grid .sk-cube4 {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .sk-loader.sk-cube-grid .sk-cube5 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .sk-loader.sk-cube-grid .sk-cube6 {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .sk-loader.sk-cube-grid .sk-cube7 {
      -webkit-animation-delay: 0.0s;
              animation-delay: 0.0s; }
    .sk-loader.sk-cube-grid .sk-cube8 {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .sk-loader.sk-cube-grid .sk-cube9 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .sk-loader.sk-cube-grid .sk-cube {
      background-color: #333; }
  .sk-loader.sk-fading-circle {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-fading-circle .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .sk-loader.sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
              animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
    .sk-loader.sk-fading-circle .sk-circle2 {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }
    .sk-loader.sk-fading-circle .sk-circle3 {
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg); }
    .sk-loader.sk-fading-circle .sk-circle4 {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .sk-loader.sk-fading-circle .sk-circle5 {
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg); }
    .sk-loader.sk-fading-circle .sk-circle6 {
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg); }
    .sk-loader.sk-fading-circle .sk-circle7 {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .sk-loader.sk-fading-circle .sk-circle8 {
      -webkit-transform: rotate(210deg);
              transform: rotate(210deg); }
    .sk-loader.sk-fading-circle .sk-circle9 {
      -webkit-transform: rotate(240deg);
              transform: rotate(240deg); }
    .sk-loader.sk-fading-circle .sk-circle10 {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .sk-loader.sk-fading-circle .sk-circle11 {
      -webkit-transform: rotate(300deg);
              transform: rotate(300deg); }
    .sk-loader.sk-fading-circle .sk-circle12 {
      -webkit-transform: rotate(330deg);
              transform: rotate(330deg); }
    .sk-loader.sk-fading-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
              animation-delay: -1.1s; }
    .sk-loader.sk-fading-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }
    .sk-loader.sk-fading-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
              animation-delay: -0.9s; }
    .sk-loader.sk-fading-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }
    .sk-loader.sk-fading-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
              animation-delay: -0.7s; }
    .sk-loader.sk-fading-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
              animation-delay: -0.6s; }
    .sk-loader.sk-fading-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
              animation-delay: -0.5s; }
    .sk-loader.sk-fading-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
              animation-delay: -0.4s; }
    .sk-loader.sk-fading-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .sk-loader.sk-fading-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
              animation-delay: -0.2s; }
    .sk-loader.sk-fading-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
              animation-delay: -0.1s; }
    .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #333; }
  .sk-loader.sk-folding-cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-folding-cube .sk-cube {
      float: left;
      width: 50%;
      height: 50%;
      position: relative;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .sk-loader.sk-folding-cube .sk-cube:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
              animation: sk-foldCubeAngle 2.4s infinite linear both;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%; }
    .sk-loader.sk-folding-cube .sk-cube2 {
      -webkit-transform: scale(1.1) rotateZ(90deg);
              transform: scale(1.1) rotateZ(90deg); }
    .sk-loader.sk-folding-cube .sk-cube3 {
      -webkit-transform: scale(1.1) rotateZ(180deg);
              transform: scale(1.1) rotateZ(180deg); }
    .sk-loader.sk-folding-cube .sk-cube4 {
      -webkit-transform: scale(1.1) rotateZ(270deg);
              transform: scale(1.1) rotateZ(270deg); }
    .sk-loader.sk-folding-cube .sk-cube2:before {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .sk-loader.sk-folding-cube .sk-cube3:before {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .sk-loader.sk-folding-cube .sk-cube4:before {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
    .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #333; }
  .sk-loader.sk-solid-circle {
    margin: 0;
    width: 1rem;
    height: 1rem; }
    .sk-loader.sk-solid-circle .sk-child {
      border-style: solid;
      border-color: transparent;
      border-radius: 50%;
      -webkit-animation: sk-solid-circle-animation 1.2s linear infinite;
              animation: sk-solid-circle-animation 1.2s linear infinite; }
    .sk-loader.sk-solid-circle .sk-child {
      width: 1rem;
      height: 1rem;
      border-width: 0.2rem; }
    .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #333;
      border-left-color: #333; }
  .sk-loader.primary.sk-rotating-plane {
    background-color: #00558b; }
  .sk-loader.primary.sk-double-bounce .sk-child {
    background-color: #00558b; }
  .sk-loader.primary.sk-wave .sk-rect {
    background-color: #00558b; }
  .sk-loader.primary.sk-pulse {
    background-color: #00558b; }
  .sk-loader.primary.sk-chasing-dots .sk-child {
    background-color: #00558b; }
  .sk-loader.primary.sk-three-bounce .sk-child {
    background-color: #00558b; }
  .sk-loader.primary.sk-circle .sk-child:before {
    background-color: #00558b; }
  .sk-loader.primary.sk-cube-grid .sk-cube {
    background-color: #00558b; }
  .sk-loader.primary.sk-fading-circle .sk-circle:before {
    background-color: #00558b; }
  .sk-loader.primary.sk-folding-cube .sk-cube:before {
    background-color: #00558b; }
  .sk-loader.primary.sk-solid-circle .sk-child {
    border-top-color: #00558b;
    border-left-color: #00558b; }
  .sk-loader.secondary.sk-rotating-plane {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-double-bounce .sk-child {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-wave .sk-rect {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-pulse {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-chasing-dots .sk-child {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-three-bounce .sk-child {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-circle .sk-child:before {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-cube-grid .sk-cube {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-fading-circle .sk-circle:before {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-folding-cube .sk-cube:before {
    background-color: #f1f1f1; }
  .sk-loader.secondary.sk-solid-circle .sk-child {
    border-top-color: #f1f1f1;
    border-left-color: #f1f1f1; }
  .sk-loader.success.sk-rotating-plane {
    background-color: #43AC6A; }
  .sk-loader.success.sk-double-bounce .sk-child {
    background-color: #43AC6A; }
  .sk-loader.success.sk-wave .sk-rect {
    background-color: #43AC6A; }
  .sk-loader.success.sk-pulse {
    background-color: #43AC6A; }
  .sk-loader.success.sk-chasing-dots .sk-child {
    background-color: #43AC6A; }
  .sk-loader.success.sk-three-bounce .sk-child {
    background-color: #43AC6A; }
  .sk-loader.success.sk-circle .sk-child:before {
    background-color: #43AC6A; }
  .sk-loader.success.sk-cube-grid .sk-cube {
    background-color: #43AC6A; }
  .sk-loader.success.sk-fading-circle .sk-circle:before {
    background-color: #43AC6A; }
  .sk-loader.success.sk-folding-cube .sk-cube:before {
    background-color: #43AC6A; }
  .sk-loader.success.sk-solid-circle .sk-child {
    border-top-color: #43AC6A;
    border-left-color: #43AC6A; }
  .sk-loader.warning.sk-rotating-plane {
    background-color: #F08A24; }
  .sk-loader.warning.sk-double-bounce .sk-child {
    background-color: #F08A24; }
  .sk-loader.warning.sk-wave .sk-rect {
    background-color: #F08A24; }
  .sk-loader.warning.sk-pulse {
    background-color: #F08A24; }
  .sk-loader.warning.sk-chasing-dots .sk-child {
    background-color: #F08A24; }
  .sk-loader.warning.sk-three-bounce .sk-child {
    background-color: #F08A24; }
  .sk-loader.warning.sk-circle .sk-child:before {
    background-color: #F08A24; }
  .sk-loader.warning.sk-cube-grid .sk-cube {
    background-color: #F08A24; }
  .sk-loader.warning.sk-fading-circle .sk-circle:before {
    background-color: #F08A24; }
  .sk-loader.warning.sk-folding-cube .sk-cube:before {
    background-color: #F08A24; }
  .sk-loader.warning.sk-solid-circle .sk-child {
    border-top-color: #F08A24;
    border-left-color: #F08A24; }
  .sk-loader.alert.sk-rotating-plane {
    background-color: #F04124; }
  .sk-loader.alert.sk-double-bounce .sk-child {
    background-color: #F04124; }
  .sk-loader.alert.sk-wave .sk-rect {
    background-color: #F04124; }
  .sk-loader.alert.sk-pulse {
    background-color: #F04124; }
  .sk-loader.alert.sk-chasing-dots .sk-child {
    background-color: #F04124; }
  .sk-loader.alert.sk-three-bounce .sk-child {
    background-color: #F04124; }
  .sk-loader.alert.sk-circle .sk-child:before {
    background-color: #F04124; }
  .sk-loader.alert.sk-cube-grid .sk-cube {
    background-color: #F04124; }
  .sk-loader.alert.sk-fading-circle .sk-circle:before {
    background-color: #F04124; }
  .sk-loader.alert.sk-folding-cube .sk-cube:before {
    background-color: #F04124; }
  .sk-loader.alert.sk-solid-circle .sk-child {
    border-top-color: #F04124;
    border-left-color: #F04124; }
  .sk-loader.dark.sk-rotating-plane {
    background-color: #232323; }
  .sk-loader.dark.sk-double-bounce .sk-child {
    background-color: #232323; }
  .sk-loader.dark.sk-wave .sk-rect {
    background-color: #232323; }
  .sk-loader.dark.sk-pulse {
    background-color: #232323; }
  .sk-loader.dark.sk-chasing-dots .sk-child {
    background-color: #232323; }
  .sk-loader.dark.sk-three-bounce .sk-child {
    background-color: #232323; }
  .sk-loader.dark.sk-circle .sk-child:before {
    background-color: #232323; }
  .sk-loader.dark.sk-cube-grid .sk-cube {
    background-color: #232323; }
  .sk-loader.dark.sk-fading-circle .sk-circle:before {
    background-color: #232323; }
  .sk-loader.dark.sk-folding-cube .sk-cube:before {
    background-color: #232323; }
  .sk-loader.dark.sk-solid-circle .sk-child {
    border-top-color: #232323;
    border-left-color: #232323; }
  .sk-loader.info.sk-rotating-plane {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-double-bounce .sk-child {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-wave .sk-rect {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-pulse {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-chasing-dots .sk-child {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-three-bounce .sk-child {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-circle .sk-child:before {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-cube-grid .sk-cube {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-fading-circle .sk-circle:before {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-folding-cube .sk-cube:before {
    background-color: #A0D3E8; }
  .sk-loader.info.sk-solid-circle .sk-child {
    border-top-color: #A0D3E8;
    border-left-color: #A0D3E8; }
  .sk-loader.tiny {
    /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
    .sk-loader.tiny.sk-rotating-plane {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-double-bounce {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-wave {
      width: 1rem;
      height: 0.5rem;
      font-size: 0.2rem; }
      .sk-loader.tiny.sk-wave .sk-rect {
        width: 0.12rem; }
    .sk-loader.tiny.sk-pulse {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-chasing-dots {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-three-bounce {
      width: 1rem;
      height: auto; }
      .sk-loader.tiny.sk-three-bounce .sk-child {
        width: 0.25rem;
        height: 0.25rem; }
    .sk-loader.tiny.sk-circle {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-cube-grid {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-fading-circle {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-folding-cube {
      width: 0.5rem;
      height: 0.5rem; }
    .sk-loader.tiny.sk-solid-circle {
      width: 0.5rem;
      height: 0.5rem; }
      .sk-loader.tiny.sk-solid-circle .sk-child {
        width: 0.5rem;
        height: 0.5rem;
        border-width: 0.2rem; }
  .sk-loader.small {
    /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
    .sk-loader.small.sk-rotating-plane {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-double-bounce {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-wave {
      width: 2rem;
      height: 1rem;
      font-size: 0.4rem; }
      .sk-loader.small.sk-wave .sk-rect {
        width: 0.24rem; }
    .sk-loader.small.sk-pulse {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-chasing-dots {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-three-bounce {
      width: 2rem;
      height: auto; }
      .sk-loader.small.sk-three-bounce .sk-child {
        width: 0.5rem;
        height: 0.5rem; }
    .sk-loader.small.sk-circle {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-cube-grid {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-fading-circle {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-folding-cube {
      width: 1rem;
      height: 1rem; }
    .sk-loader.small.sk-solid-circle {
      width: 1rem;
      height: 1rem; }
      .sk-loader.small.sk-solid-circle .sk-child {
        width: 1rem;
        height: 1rem;
        border-width: 0.2rem; }
  .sk-loader.medium {
    /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
    .sk-loader.medium.sk-rotating-plane {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-double-bounce {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-wave {
      width: 4rem;
      height: 2rem;
      font-size: 0.8rem; }
      .sk-loader.medium.sk-wave .sk-rect {
        width: 0.48rem; }
    .sk-loader.medium.sk-pulse {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-chasing-dots {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-three-bounce {
      width: 4rem;
      height: auto; }
      .sk-loader.medium.sk-three-bounce .sk-child {
        width: 1rem;
        height: 1rem; }
    .sk-loader.medium.sk-circle {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-cube-grid {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-fading-circle {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-folding-cube {
      width: 2rem;
      height: 2rem; }
    .sk-loader.medium.sk-solid-circle {
      width: 2rem;
      height: 2rem; }
      .sk-loader.medium.sk-solid-circle .sk-child {
        width: 2rem;
        height: 2rem;
        border-width: 0.25rem; }
  .sk-loader.large {
    /*&.sk-wandering-cubes {
    @include sk-wandering-cubes-size($width, $height);
    @include sk-wandering-cubes-animation($width, $height);
  }*/ }
    .sk-loader.large.sk-rotating-plane {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-double-bounce {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-wave {
      width: 8rem;
      height: 4rem;
      font-size: 1.6rem; }
      .sk-loader.large.sk-wave .sk-rect {
        width: 0.96rem; }
    .sk-loader.large.sk-pulse {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-chasing-dots {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-three-bounce {
      width: 8rem;
      height: auto; }
      .sk-loader.large.sk-three-bounce .sk-child {
        width: 2rem;
        height: 2rem; }
    .sk-loader.large.sk-circle {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-cube-grid {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-fading-circle {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-folding-cube {
      width: 4rem;
      height: 4rem; }
    .sk-loader.large.sk-solid-circle {
      width: 4rem;
      height: 4rem; }
      .sk-loader.large.sk-solid-circle .sk-child {
        width: 4rem;
        height: 4rem;
        border-width: 0.5rem; }

/*
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  list-style-type: none;
  overflow-y: visible; }
  .menu-bar > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .menu-bar > li > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -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 .ionicons * {
    fill: #000;
    stroke: #000; }
  .menu-bar .material-icons * {
    fill: #000;
    stroke: #000; }
  .menu-bar .open-iconic * {
    fill: #000;
    stroke: #000; }
  .menu-bar .sk-loader.sk-rotating-plane {
    background-color: #000; }
  .menu-bar .sk-loader.sk-double-bounce .sk-child {
    background-color: #000; }
  .menu-bar .sk-loader.sk-wave .sk-rect {
    background-color: #000; }
  .menu-bar .sk-loader.sk-pulse {
    background-color: #000; }
  .menu-bar .sk-loader.sk-chasing-dots .sk-child {
    background-color: #000; }
  .menu-bar .sk-loader.sk-three-bounce .sk-child {
    background-color: #000; }
  .menu-bar .sk-loader.sk-circle .sk-child:before {
    background-color: #000; }
  .menu-bar .sk-loader.sk-cube-grid .sk-cube {
    background-color: #000; }
  .menu-bar .sk-loader.sk-fading-circle .sk-circle:before {
    background-color: #000; }
  .menu-bar .sk-loader.sk-folding-cube .sk-cube:before {
    background-color: #000; }
  .menu-bar .sk-loader.sk-solid-circle .sk-child {
    border-top-color: #000;
    border-left-color: #000; }
  .menu-bar, .menu-bar.horizontal {
    /*
    Orientation
  */
    overflow-x: hidden;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    /*
    Stretch
  */ }
    .menu-bar > li > a, .menu-bar.horizontal > li > a {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0;
              flex: 1 0 0; }
    .menu-bar > li > a, .menu-bar.horizontal > li > a {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
  .menu-bar.vertical {
    /*
    Orientation
  */
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    /*
    Stretch
  */ }
    .menu-bar.vertical > li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .menu-bar.vertical > li > a {
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
  .menu-bar.condense > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .menu-bar.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menu-bar.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-bar.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu-bar.align-spaced {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .menu-bar.small-condense li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .menu-bar.small-expand li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .menu-bar.small-align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu-bar.small-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menu-bar.small-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-bar.small-align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu-bar.small-align-spaced {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-condense li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .menu-bar.medium-expand li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .menu-bar.medium-align-left {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .menu-bar.medium-align-right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .menu-bar.medium-align-center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .menu-bar.medium-align-justify {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .menu-bar.medium-align-spaced {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-condense li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .menu-bar.large-expand li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .menu-bar.large-align-left {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .menu-bar.large-align-right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .menu-bar.large-align-center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .menu-bar.large-align-justify {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .menu-bar.large-align-spaced {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .menu-bar.small-horizontal {
    /*
    Orientation
  */
    overflow-x: hidden;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    /*
    Stretch
  */ }
    .menu-bar.small-horizontal > li > a {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0;
              flex: 1 0 0; }
    .menu-bar.small-horizontal > li > a {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
  .menu-bar.small-vertical {
    /*
    Orientation
  */
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    /*
    Stretch
  */ }
    .menu-bar.small-vertical > li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .menu-bar.small-vertical > li > a {
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-horizontal {
      /*
    Orientation
  */
      overflow-x: hidden;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      /*
    Stretch
  */ }
      .menu-bar.medium-horizontal > li > a {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0; }
      .menu-bar.medium-horizontal > li > a {
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
    .menu-bar.medium-vertical {
      /*
    Orientation
  */
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      /*
    Stretch
  */ }
      .menu-bar.medium-vertical > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
      .menu-bar.medium-vertical > li > a {
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-horizontal {
      /*
    Orientation
  */
      overflow-x: hidden;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      /*
    Stretch
  */ }
      .menu-bar.large-horizontal > li > a {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0; }
      .menu-bar.large-horizontal > li > a {
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
    .menu-bar.large-vertical {
      /*
    Orientation
  */
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      /*
    Stretch
  */ }
      .menu-bar.large-vertical > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
      .menu-bar.large-vertical > li > a {
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
  .menu-bar > li > img, .menu-bar.icon-top > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > img:first-child:last-child, .menu-bar.icon-top > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar > li > .iconic, .menu-bar.icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > .iconic:first-child:last-child, .menu-bar.icon-top > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar > li > .ionicons, .menu-bar.icon-top > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > .ionicons:first-child:last-child, .menu-bar.icon-top > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar > li > .material-icons, .menu-bar.icon-top > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > .material-icons:first-child:last-child, .menu-bar.icon-top > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar > li > .open-iconic, .menu-bar.icon-top > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > .open-iconic:first-child:last-child, .menu-bar.icon-top > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar > li > .sk-loader, .menu-bar.icon-top > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > .sk-loader:first-child:last-child, .menu-bar.icon-top > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar > li > a, .menu-bar.icon-top > li > a {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu-bar > li > a > img, .menu-bar.icon-top > li > a > img {
      margin: 0 0 1rem 0; }
    .menu-bar > li > a > .iconic, .menu-bar.icon-top > li > a > .iconic {
      margin: 0 0 1rem 0; }
    .menu-bar > li > a > .ionicons, .menu-bar.icon-top > li > a > .ionicons {
      margin: 0 0 1rem 0; }
    .menu-bar > li > a > .material-icons, .menu-bar.icon-top > li > a > .material-icons {
      margin: 0 0 1rem 0; }
    .menu-bar > li > a > .open-iconic, .menu-bar.icon-top > li > a > .open-iconic {
      margin: 0 0 1rem 0; }
    .menu-bar > li > a > .sk-loader, .menu-bar.icon-top > li > a > .sk-loader {
      margin: 0 0 1rem 0; }
  .menu-bar.icon-right > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > a {
    -webkit-flex-flow: row-reverse nowrap;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap; }
    .menu-bar.icon-right > li > a > img {
      margin: 0 0 0 1rem; }
    .menu-bar.icon-right > li > a > .iconic {
      margin: 0 0 0 1rem; }
    .menu-bar.icon-right > li > a > .ionicons {
      margin: 0 0 0 1rem; }
    .menu-bar.icon-right > li > a > .material-icons {
      margin: 0 0 0 1rem; }
    .menu-bar.icon-right > li > a > .open-iconic {
      margin: 0 0 0 1rem; }
    .menu-bar.icon-right > li > a > .sk-loader {
      margin: 0 0 0 1rem; }
  .menu-bar.icon-bottom > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > a {
    -webkit-flex-flow: column-reverse nowrap;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap; }
    .menu-bar.icon-bottom > li > a > img {
      margin: 1rem 0 0 0; }
    .menu-bar.icon-bottom > li > a > .iconic {
      margin: 1rem 0 0 0; }
    .menu-bar.icon-bottom > li > a > .ionicons {
      margin: 1rem 0 0 0; }
    .menu-bar.icon-bottom > li > a > .material-icons {
      margin: 1rem 0 0 0; }
    .menu-bar.icon-bottom > li > a > .open-iconic {
      margin: 1rem 0 0 0; }
    .menu-bar.icon-bottom > li > a > .sk-loader {
      margin: 1rem 0 0 0; }
  .menu-bar.icon-left > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > a {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu-bar.icon-left > li > a > img {
      margin: 0 1rem 0 0; }
    .menu-bar.icon-left > li > a > .iconic {
      margin: 0 1rem 0 0; }
    .menu-bar.icon-left > li > a > .ionicons {
      margin: 0 1rem 0 0; }
    .menu-bar.icon-left > li > a > .material-icons {
      margin: 0 1rem 0 0; }
    .menu-bar.icon-left > li > a > .open-iconic {
      margin: 0 1rem 0 0; }
    .menu-bar.icon-left > li > a > .sk-loader {
      margin: 0 1rem 0 0; }
  .menu-bar.small-icon-top > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > a {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu-bar.small-icon-top > li > a > img {
      margin: 0 0 1rem 0; }
    .menu-bar.small-icon-top > li > a > .iconic {
      margin: 0 0 1rem 0; }
    .menu-bar.small-icon-top > li > a > .ionicons {
      margin: 0 0 1rem 0; }
    .menu-bar.small-icon-top > li > a > .material-icons {
      margin: 0 0 1rem 0; }
    .menu-bar.small-icon-top > li > a > .open-iconic {
      margin: 0 0 1rem 0; }
    .menu-bar.small-icon-top > li > a > .sk-loader {
      margin: 0 0 1rem 0; }
  .menu-bar.small-icon-right > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > a {
    -webkit-flex-flow: row-reverse nowrap;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap; }
    .menu-bar.small-icon-right > li > a > img {
      margin: 0 0 0 1rem; }
    .menu-bar.small-icon-right > li > a > .iconic {
      margin: 0 0 0 1rem; }
    .menu-bar.small-icon-right > li > a > .ionicons {
      margin: 0 0 0 1rem; }
    .menu-bar.small-icon-right > li > a > .material-icons {
      margin: 0 0 0 1rem; }
    .menu-bar.small-icon-right > li > a > .open-iconic {
      margin: 0 0 0 1rem; }
    .menu-bar.small-icon-right > li > a > .sk-loader {
      margin: 0 0 0 1rem; }
  .menu-bar.small-icon-bottom > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > a {
    -webkit-flex-flow: column-reverse nowrap;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap; }
    .menu-bar.small-icon-bottom > li > a > img {
      margin: 1rem 0 0 0; }
    .menu-bar.small-icon-bottom > li > a > .iconic {
      margin: 1rem 0 0 0; }
    .menu-bar.small-icon-bottom > li > a > .ionicons {
      margin: 1rem 0 0 0; }
    .menu-bar.small-icon-bottom > li > a > .material-icons {
      margin: 1rem 0 0 0; }
    .menu-bar.small-icon-bottom > li > a > .open-iconic {
      margin: 1rem 0 0 0; }
    .menu-bar.small-icon-bottom > li > a > .sk-loader {
      margin: 1rem 0 0 0; }
  .menu-bar.small-icon-left > li > img {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > img:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > .ionicons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > .ionicons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > .material-icons {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > .material-icons:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > .open-iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > .open-iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > .sk-loader {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > .sk-loader:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > a {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu-bar.small-icon-left > li > a > img {
      margin: 0 1rem 0 0; }
    .menu-bar.small-icon-left > li > a > .iconic {
      margin: 0 1rem 0 0; }
    .menu-bar.small-icon-left > li > a > .ionicons {
      margin: 0 1rem 0 0; }
    .menu-bar.small-icon-left > li > a > .material-icons {
      margin: 0 1rem 0 0; }
    .menu-bar.small-icon-left > li > a > .open-iconic {
      margin: 0 1rem 0 0; }
    .menu-bar.small-icon-left > li > a > .sk-loader {
      margin: 0 1rem 0 0; }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-top > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > a {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      .menu-bar.medium-icon-top > li > a > img {
        margin: 0 0 1rem 0; }
      .menu-bar.medium-icon-top > li > a > .iconic {
        margin: 0 0 1rem 0; }
      .menu-bar.medium-icon-top > li > a > .ionicons {
        margin: 0 0 1rem 0; }
      .menu-bar.medium-icon-top > li > a > .material-icons {
        margin: 0 0 1rem 0; }
      .menu-bar.medium-icon-top > li > a > .open-iconic {
        margin: 0 0 1rem 0; }
      .menu-bar.medium-icon-top > li > a > .sk-loader {
        margin: 0 0 1rem 0; } }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-right > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > a {
      -webkit-flex-flow: row-reverse nowrap;
          -ms-flex-flow: row-reverse nowrap;
              flex-flow: row-reverse nowrap; }
      .menu-bar.medium-icon-right > li > a > img {
        margin: 0 0 0 1rem; }
      .menu-bar.medium-icon-right > li > a > .iconic {
        margin: 0 0 0 1rem; }
      .menu-bar.medium-icon-right > li > a > .ionicons {
        margin: 0 0 0 1rem; }
      .menu-bar.medium-icon-right > li > a > .material-icons {
        margin: 0 0 0 1rem; }
      .menu-bar.medium-icon-right > li > a > .open-iconic {
        margin: 0 0 0 1rem; }
      .menu-bar.medium-icon-right > li > a > .sk-loader {
        margin: 0 0 0 1rem; } }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-bottom > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > a {
      -webkit-flex-flow: column-reverse nowrap;
          -ms-flex-flow: column-reverse nowrap;
              flex-flow: column-reverse nowrap; }
      .menu-bar.medium-icon-bottom > li > a > img {
        margin: 1rem 0 0 0; }
      .menu-bar.medium-icon-bottom > li > a > .iconic {
        margin: 1rem 0 0 0; }
      .menu-bar.medium-icon-bottom > li > a > .ionicons {
        margin: 1rem 0 0 0; }
      .menu-bar.medium-icon-bottom > li > a > .material-icons {
        margin: 1rem 0 0 0; }
      .menu-bar.medium-icon-bottom > li > a > .open-iconic {
        margin: 1rem 0 0 0; }
      .menu-bar.medium-icon-bottom > li > a > .sk-loader {
        margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 40em) {
    .menu-bar.medium-icon-left > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > a {
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-bar.medium-icon-left > li > a > img {
        margin: 0 1rem 0 0; }
      .menu-bar.medium-icon-left > li > a > .iconic {
        margin: 0 1rem 0 0; }
      .menu-bar.medium-icon-left > li > a > .ionicons {
        margin: 0 1rem 0 0; }
      .menu-bar.medium-icon-left > li > a > .material-icons {
        margin: 0 1rem 0 0; }
      .menu-bar.medium-icon-left > li > a > .open-iconic {
        margin: 0 1rem 0 0; }
      .menu-bar.medium-icon-left > li > a > .sk-loader {
        margin: 0 1rem 0 0; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-top > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > a {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      .menu-bar.large-icon-top > li > a > img {
        margin: 0 0 1rem 0; }
      .menu-bar.large-icon-top > li > a > .iconic {
        margin: 0 0 1rem 0; }
      .menu-bar.large-icon-top > li > a > .ionicons {
        margin: 0 0 1rem 0; }
      .menu-bar.large-icon-top > li > a > .material-icons {
        margin: 0 0 1rem 0; }
      .menu-bar.large-icon-top > li > a > .open-iconic {
        margin: 0 0 1rem 0; }
      .menu-bar.large-icon-top > li > a > .sk-loader {
        margin: 0 0 1rem 0; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-right > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > a {
      -webkit-flex-flow: row-reverse nowrap;
          -ms-flex-flow: row-reverse nowrap;
              flex-flow: row-reverse nowrap; }
      .menu-bar.large-icon-right > li > a > img {
        margin: 0 0 0 1rem; }
      .menu-bar.large-icon-right > li > a > .iconic {
        margin: 0 0 0 1rem; }
      .menu-bar.large-icon-right > li > a > .ionicons {
        margin: 0 0 0 1rem; }
      .menu-bar.large-icon-right > li > a > .material-icons {
        margin: 0 0 0 1rem; }
      .menu-bar.large-icon-right > li > a > .open-iconic {
        margin: 0 0 0 1rem; }
      .menu-bar.large-icon-right > li > a > .sk-loader {
        margin: 0 0 0 1rem; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-bottom > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > a {
      -webkit-flex-flow: column-reverse nowrap;
          -ms-flex-flow: column-reverse nowrap;
              flex-flow: column-reverse nowrap; }
      .menu-bar.large-icon-bottom > li > a > img {
        margin: 1rem 0 0 0; }
      .menu-bar.large-icon-bottom > li > a > .iconic {
        margin: 1rem 0 0 0; }
      .menu-bar.large-icon-bottom > li > a > .ionicons {
        margin: 1rem 0 0 0; }
      .menu-bar.large-icon-bottom > li > a > .material-icons {
        margin: 1rem 0 0 0; }
      .menu-bar.large-icon-bottom > li > a > .open-iconic {
        margin: 1rem 0 0 0; }
      .menu-bar.large-icon-bottom > li > a > .sk-loader {
        margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 75em) {
    .menu-bar.large-icon-left > li > img {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > img:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > .ionicons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > .ionicons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > .material-icons {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > .material-icons:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > .open-iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > .open-iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > .sk-loader {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > .sk-loader:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > a {
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-bar.large-icon-left > li > a > img {
        margin: 0 1rem 0 0; }
      .menu-bar.large-icon-left > li > a > .iconic {
        margin: 0 1rem 0 0; }
      .menu-bar.large-icon-left > li > a > .ionicons {
        margin: 0 1rem 0 0; }
      .menu-bar.large-icon-left > li > a > .material-icons {
        margin: 0 1rem 0 0; }
      .menu-bar.large-icon-left > li > a > .open-iconic {
        margin: 0 1rem 0 0; }
      .menu-bar.large-icon-left > li > a > .sk-loader {
        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%;
    -webkit-transform: translateY(-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.primary .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .menu-bar.primary .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .menu-bar.primary .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .menu-bar.primary .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-pulse {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .menu-bar.primary .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #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.dark .ionicons * {
      fill: #fff;
      stroke: #fff; }
    .menu-bar.dark .material-icons * {
      fill: #fff;
      stroke: #fff; }
    .menu-bar.dark .open-iconic * {
      fill: #fff;
      stroke: #fff; }
    .menu-bar.dark .sk-loader.sk-rotating-plane {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-double-bounce .sk-child {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-wave .sk-rect {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-pulse {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-chasing-dots .sk-child {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-three-bounce .sk-child {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-circle .sk-child:before {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-cube-grid .sk-cube {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-fading-circle .sk-circle:before {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-folding-cube .sk-cube:before {
      background-color: #fff; }
    .menu-bar.dark .sk-loader.sk-solid-circle .sk-child {
      border-top-color: #fff;
      border-left-color: #fff; }
  .menu-bar > li.title {
    padding: 1rem;
    cursor: default;
    font-weight: bold; }

.menu-group {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 40em) {
    .menu-group {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .menu-group > .menu-group-left, .menu-group > .menu-group-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -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 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  .menu-group .menu-bar {
    margin: 0; }
    .menu-group .menu-bar > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -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.primary .menu-bar .ionicons * {
        fill: #fff;
        stroke: #fff; }
      .menu-group.primary .menu-bar .material-icons * {
        fill: #fff;
        stroke: #fff; }
      .menu-group.primary .menu-bar .open-iconic * {
        fill: #fff;
        stroke: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-rotating-plane {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-double-bounce .sk-child {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-wave .sk-rect {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-pulse {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-chasing-dots .sk-child {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-three-bounce .sk-child {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-circle .sk-child:before {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-cube-grid .sk-cube {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #fff; }
      .menu-group.primary .menu-bar .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #fff;
        border-left-color: #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; }
      .menu-group.dark .menu-bar .ionicons * {
        fill: #fff;
        stroke: #fff; }
      .menu-group.dark .menu-bar .material-icons * {
        fill: #fff;
        stroke: #fff; }
      .menu-group.dark .menu-bar .open-iconic * {
        fill: #fff;
        stroke: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-rotating-plane {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-double-bounce .sk-child {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-wave .sk-rect {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-pulse {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-chasing-dots .sk-child {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-three-bounce .sk-child {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-circle .sk-child:before {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-cube-grid .sk-cube {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-fading-circle .sk-circle:before {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-folding-cube .sk-cube:before {
        background-color: #fff; }
      .menu-group.dark .menu-bar .sk-loader.sk-solid-circle .sk-child {
        border-top-color: #fff;
        border-left-color: #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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -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);
  -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;
  -webkit-transform: translate3d(0, 0, 0); }
  .modal-overlay.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.confirm-modal, .prompt-modal {
  text-align: center; }
  .confirm-modal h1, .prompt-modal h1 {
    font-size: 2em;
    margin: 0 0 0.5rem 0; }
  .confirm-modal p, .prompt-modal p {
    margin: 0 0 0.5rem 0; }
  .confirm-modal .button-row, .prompt-modal .button-row {
    overflow: visible; }
    .confirm-modal .button-row a, .prompt-modal .button-row a {
      margin: 0; }

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

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

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

@keyframes wiggle {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(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: -webkit-box;
  display: -webkit-flex;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .notification .close-button, .static-notification .close-button {
    color: white; }

.notification-container {
  z-index: 3000;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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.default-position {
    width: 25rem;
    right: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .static-notification.default-position {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .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.default-position {
    width: 25rem;
    right: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
      .notification-container.default-position {
        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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 1rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .notification-icon img {
    width: 100%;
    height: auto; }

.notification-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -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;
  -webkit-transition: -webkit-transform 0.25s ease-out;
          transition: transform 0.25s ease-out;
  z-index: 2; }
  .is-active.off-canvas {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
  .off-canvas ~ .grid-frame {
    -webkit-transform: translate(0, 0, 0);
            transform: translate(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease-out;
            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);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #fff;
  color: #000; }
  .off-canvas.is-active ~ .grid-frame {
    -webkit-transform: translateX(250px) !important;
            transform: translateX(250px) !important; }
  .off-canvas.top {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    height: 250px;
    width: 100%;
    /*
    Positioning
  */
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.25); }
    .off-canvas.top.is-active ~ .grid-frame {
      -webkit-transform: translateY(250px) !important;
              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);
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .off-canvas.right.is-active ~ .grid-frame {
      -webkit-transform: translateX(-250px) !important;
              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;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.25); }
    .off-canvas.bottom.is-active ~ .grid-frame {
      -webkit-transform: translateY(-250px) !important;
              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);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    .off-canvas.left.is-active ~ .grid-frame {
      -webkit-transform: translateX(250px) !important;
              transform: translateX(250px) !important; }
  .off-canvas.detached {
    z-index: 0;
    box-shadow: none; }
    .off-canvas.detached, .off-canvas.detached.is-active {
      -webkit-transform: none;
              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;
  -webkit-transition: opacity 0.25s ease-out;
          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;
      -webkit-transition: left 0.15s ease-out;
              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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .tabs.vertical {
    /*
		Container styles
	*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
  .tabs .tab-item {
    background: #f3f3f3;
    padding: 1rem;
    line-height: 1;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -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: -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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .v-align .align-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .v-align .align-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .v-align .align-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .v-align .small-align-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .v-align .small-align-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .v-align .small-align-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  @media only screen and (min-width: 40em) {
    .v-align .medium-align-top {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; } }
  @media only screen and (min-width: 40em) {
    .v-align .medium-align-center {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }
  @media only screen and (min-width: 40em) {
    .v-align .medium-align-bottom {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; } }
  @media only screen and (min-width: 75em) {
    .v-align .large-align-top {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; } }
  @media only screen and (min-width: 75em) {
    .v-align .large-align-center {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }
  @media only screen and (min-width: 75em) {
    .v-align .large-align-bottom {
      -webkit-align-self: flex-end;
          -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: -webkit-box !important;
  display: -webkit-flex !important;
  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: -webkit-box !important;
  display: -webkit-flex !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: -webkit-box !important;
  display: -webkit-flex !important;
  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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
  display: -webkit-flex !important;
  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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
  display: -webkit-flex !important;
  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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
  display: -webkit-flex !important;
  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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
  display: -webkit-flex !important;
  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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
        display: -webkit-flex !important;
        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: -webkit-box !important;
      display: -webkit-flex !important;
      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: -webkit-box !important;
        display: -webkit-flex !important;
        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; }
