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

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

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

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

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

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

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

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

/*
  GLOBAL
  ------

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

.padding {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

/*
  ACTION SHEET
  ------------

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

.action-sheet {
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem;
  background: white;
  text-align: center;
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
          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: rgb(242.25, 242.25, 242.25);
}
.action-sheet ul .alert > a {
  color: #F04124;
}
.action-sheet ul .disabled > a {
  pointer-events: none;
  color: #999;
}
@media only screen and (min-width: 46.25em) {
  .action-sheet {
    /*
      Core styles
    */
    position: absolute;
    left: 50%;
    width: 300px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    /*
      Menu shadow
    */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    /*
      Active state
    */
  }
  .action-sheet.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .action-sheet {
    /*
      Menu tail
    */
  }
  .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 {
    /*
      Positioning
    */
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(110%);
            transform: translateX(-50%) translateY(110%);
  }
  .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
    */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    /*
      Active state
    */
  }
  .action-sheet.top.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .action-sheet.top {
    /*
      Menu tail
    */
  }
  .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 {
    /*
      Positioning
    */
    top: 0;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-120%);
            transform: translateX(-50%) translateY(-120%);
  }
  .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 rgb(0, 107.6870503597, 176.1);
}
.action-sheet.primary ul a:hover {
  color: #fff;
  background: rgb(0, 96.3435251799, 157.55);
}
.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 {
  margin: 0;
  border: 0;
  line-height: 1;
  height: auto;
  padding: 0.8rem 1rem;
  color: inherit;
}
.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="rgb(0, 0, 0)" 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>');
}
@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 li > input[type=checkbox]:checked + label::before, .block-list li > input[type=radio]:checked + label::before {
  content: "";
  background-size: 100% 100%;
  width: 1.5em;
  height: 1.5em;
  color: #00558b;
  float: right;
  pointer-events: none;
  margin-top: -0.25em;
}
.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, .block-list.with-icons li .iconic {
  position: absolute;
  top: 0.26rem;
  left: 0.26rem;
  width: 2.08rem;
  height: 2.08rem;
  border-radius: 8px;
  pointer-events: none;
}
.block-list header {
  margin-top: 1em;
  color: #666666;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-left: 1rem;
  font-size: 0.8em;
  cursor: default;
  text-transform: uppercase;
}
.block-list li {
  position: relative;
  border-bottom: 1px solid rgb(207.825, 207.825, 207.825);
}
.block-list li:first-child {
  border-top: 1px solid rgb(207.825, 207.825, 207.825);
}
.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: rgb(243.525, 243.525, 243.525);
}
.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: "›";
  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-group > li > a, .button-group > li > label, .button-group > li > button, .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;
}
.button .iconic {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -2px;
}
.button {
  display: inline-block;
  width: auto;
  margin: 0 1rem 1rem 0;
  background: #00558b;
  color: #fff;
}
.button:hover, .button:focus {
  background: rgb(0, 72.25, 118.15);
  color: #fff;
}
.button .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button.tiny {
  font-size: 0.63rem;
}
.button.tiny .iconic {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -2px;
}
.button.small {
  font-size: 0.72rem;
}
.button.small .iconic {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -2px;
}
.button.large {
  font-size: 1.17rem;
}
.button.large .iconic {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -2px;
}
.button.expand {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.secondary {
  background: #f1f1f1;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background: rgb(204.85, 204.85, 204.85);
  color: #000;
}
.button.secondary .iconic * {
  fill: #000;
  stroke: #000;
}
.button.secondary .iconic *.iconic-property-accent {
  fill: #000;
  stroke: #000;
}
.button.success {
  background: #43AC6A;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background: rgb(56.95, 146.2, 90.1);
  color: #fff;
}
.button.success .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button.success .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button.warning {
  background: #F08A24;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background: rgb(219.5615384615, 117.3, 15.0384615385);
  color: #fff;
}
.button.warning .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button.warning .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button.alert {
  background: #F04124;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background: rgb(219.5615384615, 44.1128205128, 15.0384615385);
  color: #fff;
}
.button.alert .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button.alert .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button.info {
  background: #A0D3E8;
  color: #000;
}
.button.info:hover, .button.info:focus {
  background: rgb(112.6610169492, 189.0745762712, 220.5389830508);
  color: #000;
}
.button.info .iconic * {
  fill: #000;
  stroke: #000;
}
.button.info .iconic *.iconic-property-accent {
  fill: #000;
  stroke: #000;
}
.button.dark {
  background: #232323;
  color: #fff;
}
.button.dark:hover, .button.dark:focus {
  background: rgb(29.75, 29.75, 29.75);
  color: #fff;
}
.button.dark .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button.dark .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button.hollow {
  border: 1px solid #00558b;
  background: transparent;
  color: #00558b;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(0, 141.7176258993, 231.75);
  background: transparent;
  color: rgb(0, 141.7176258993, 231.75);
}
.button.hollow .iconic * {
  fill: #00558b;
  stroke: #00558b;
}
.button.hollow .iconic *.iconic-property-accent {
  fill: #00558b;
  stroke: #00558b;
}
.button.hollow:hover .iconic * {
  fill: rgb(0, 141.7176258993, 231.75);
  stroke: rgb(0, 141.7176258993, 231.75);
}
.button.hollow:hover .iconic *.iconic-property-accent {
  fill: rgb(0, 141.7176258993, 231.75);
  stroke: rgb(0, 141.7176258993, 231.75);
}
.button.hollow.secondary {
  border: 1px solid #f1f1f1;
  background: transparent;
  color: #f1f1f1;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(244.5, 244.5, 244.5);
  background: transparent;
  color: rgb(244.5, 244.5, 244.5);
}
.button.hollow.secondary .iconic * {
  fill: #f1f1f1;
  stroke: #f1f1f1;
}
.button.hollow.secondary .iconic *.iconic-property-accent {
  fill: #f1f1f1;
  stroke: #f1f1f1;
}
.button.hollow.secondary:hover .iconic * {
  fill: rgb(244.5, 244.5, 244.5);
  stroke: rgb(244.5, 244.5, 244.5);
}
.button.hollow.secondary:hover .iconic *.iconic-property-accent {
  fill: rgb(244.5, 244.5, 244.5);
  stroke: rgb(244.5, 244.5, 244.5);
}
.button.hollow.success {
  border: 1px solid #43AC6A;
  background: transparent;
  color: #43AC6A;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(108.7280334728, 198.0219665272, 141.8943514644);
  background: transparent;
  color: rgb(108.7280334728, 198.0219665272, 141.8943514644);
}
.button.hollow.success .iconic * {
  fill: #43AC6A;
  stroke: #43AC6A;
}
.button.hollow.success .iconic *.iconic-property-accent {
  fill: #43AC6A;
  stroke: #43AC6A;
}
.button.hollow.success:hover .iconic * {
  fill: rgb(108.7280334728, 198.0219665272, 141.8943514644);
  stroke: rgb(108.7280334728, 198.0219665272, 141.8943514644);
}
.button.hollow.success:hover .iconic *.iconic-property-accent {
  fill: rgb(108.7280334728, 198.0219665272, 141.8943514644);
  stroke: rgb(108.7280334728, 198.0219665272, 141.8943514644);
}
.button.hollow.warning {
  border: 1px solid #F08A24;
  background: transparent;
  color: #F08A24;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(243.75, 167.25, 90.75);
  background: transparent;
  color: rgb(243.75, 167.25, 90.75);
}
.button.hollow.warning .iconic * {
  fill: #F08A24;
  stroke: #F08A24;
}
.button.hollow.warning .iconic *.iconic-property-accent {
  fill: #F08A24;
  stroke: #F08A24;
}
.button.hollow.warning:hover .iconic * {
  fill: rgb(243.75, 167.25, 90.75);
  stroke: rgb(243.75, 167.25, 90.75);
}
.button.hollow.warning:hover .iconic *.iconic-property-accent {
  fill: rgb(243.75, 167.25, 90.75);
  stroke: rgb(243.75, 167.25, 90.75);
}
.button.hollow.alert {
  border: 1px solid #F04124;
  background: transparent;
  color: #F04124;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(243.75, 112.5, 90.75);
  background: transparent;
  color: rgb(243.75, 112.5, 90.75);
}
.button.hollow.alert .iconic * {
  fill: #F04124;
  stroke: #F04124;
}
.button.hollow.alert .iconic *.iconic-property-accent {
  fill: #F04124;
  stroke: #F04124;
}
.button.hollow.alert:hover .iconic * {
  fill: rgb(243.75, 112.5, 90.75);
  stroke: rgb(243.75, 112.5, 90.75);
}
.button.hollow.alert:hover .iconic *.iconic-property-accent {
  fill: rgb(243.75, 112.5, 90.75);
  stroke: rgb(243.75, 112.5, 90.75);
}
.button.hollow.info {
  border: 1px solid #A0D3E8;
  background: transparent;
  color: #A0D3E8;
}
.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: rgb(183.75, 222, 237.75);
  background: transparent;
  color: rgb(183.75, 222, 237.75);
}
.button.hollow.info .iconic * {
  fill: #A0D3E8;
  stroke: #A0D3E8;
}
.button.hollow.info .iconic *.iconic-property-accent {
  fill: #A0D3E8;
  stroke: #A0D3E8;
}
.button.hollow.info:hover .iconic * {
  fill: rgb(183.75, 222, 237.75);
  stroke: rgb(183.75, 222, 237.75);
}
.button.hollow.info:hover .iconic *.iconic-property-accent {
  fill: rgb(183.75, 222, 237.75);
  stroke: rgb(183.75, 222, 237.75);
}
.button.hollow.dark {
  border: 1px solid #232323;
  background: transparent;
  color: #232323;
}
.button.hollow.dark:hover, .button.hollow.dark:focus {
  border-color: #5a5a5a;
  background: transparent;
  color: #5a5a5a;
}
.button.hollow.dark .iconic * {
  fill: #232323;
  stroke: #232323;
}
.button.hollow.dark .iconic *.iconic-property-accent {
  fill: #232323;
  stroke: #232323;
}
.button.hollow.dark:hover .iconic * {
  fill: #5a5a5a;
  stroke: #5a5a5a;
}
.button.hollow.dark:hover .iconic *.iconic-property-accent {
  fill: #5a5a5a;
  stroke: #5a5a5a;
}
.button.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.button-group {
  margin: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  overflow: hidden;
  font-size: 0.9rem;
}
.button-group > li {
  -webkit-box-flex: 0;
      -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 rgb(0, 63.75, 104.25);
}
.button-group .iconic {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -2px;
}

.button-group.segmented.alert, .button-group.segmented.warning, .button-group.segmented.success, .button-group.segmented.secondary, .button-group.segmented {
  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.alert > li > a, .button-group.segmented.warning > li > a, .button-group.segmented.success > li > a, .button-group.segmented.secondary > li > a, .button-group.segmented > li > a, .button-group.segmented.alert > li > label, .button-group.segmented.warning > li > label, .button-group.segmented.success > li > label, .button-group.segmented.secondary > li > label, .button-group.segmented > li > label, .button-group.segmented.alert > li > button, .button-group.segmented.warning > li > button, .button-group.segmented.success > li > button, .button-group.segmented.secondary > li > button, .button-group.segmented > li > button {
  margin-right: 0;
  background: transparent;
}

.button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button-group > li {
  -webkit-box-flex: 0;
      -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;
}
.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: rgb(0, 72.25, 118.15);
  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, .button-group > li > label, .button-group > li > button {
  border-color: rgb(0, 72.25, 118.15);
}
.button-group > li.is-active > a, .button-group > li.is-active > label, .button-group > li.is-active > button {
  background: rgb(0, 72.25, 118.15);
}
.button-group {
  border-radius: 0;
}
.button-group.secondary > li > a, .button-group.secondary > li > label, .button-group.secondary > li > button {
  background: #f1f1f1;
  color: #000;
}
.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: rgb(204.85, 204.85, 204.85);
  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, .button-group.secondary > li > label, .button-group.secondary > li > button {
  border-color: rgb(204.85, 204.85, 204.85);
}
.button-group.secondary > li.is-active > a, .button-group.secondary > li.is-active > label, .button-group.secondary > li.is-active > button {
  background: rgb(204.85, 204.85, 204.85);
}
.button-group.success > li > a, .button-group.success > li > label, .button-group.success > li > button {
  background: #43AC6A;
  color: #fff;
}
.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: rgb(56.95, 146.2, 90.1);
  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, .button-group.success > li > label, .button-group.success > li > button {
  border-color: rgb(56.95, 146.2, 90.1);
}
.button-group.success > li.is-active > a, .button-group.success > li.is-active > label, .button-group.success > li.is-active > button {
  background: rgb(56.95, 146.2, 90.1);
}
.button-group.warning > li > a, .button-group.warning > li > label, .button-group.warning > li > button {
  background: #F08A24;
  color: #fff;
}
.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: rgb(219.5615384615, 117.3, 15.0384615385);
  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, .button-group.warning > li > label, .button-group.warning > li > button {
  border-color: rgb(219.5615384615, 117.3, 15.0384615385);
}
.button-group.warning > li.is-active > a, .button-group.warning > li.is-active > label, .button-group.warning > li.is-active > button {
  background: rgb(219.5615384615, 117.3, 15.0384615385);
}
.button-group.alert > li > a, .button-group.alert > li > label, .button-group.alert > li > button {
  background: #F04124;
  color: #fff;
}
.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: rgb(219.5615384615, 44.1128205128, 15.0384615385);
  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, .button-group.alert > li > label, .button-group.alert > li > button {
  border-color: rgb(219.5615384615, 44.1128205128, 15.0384615385);
}
.button-group.alert > li.is-active > a, .button-group.alert > li.is-active > label, .button-group.alert > li.is-active > button {
  background: rgb(219.5615384615, 44.1128205128, 15.0384615385);
}
.button-group > li.secondary > a, .button-group > li.secondary > label, .button-group > li.secondary > button {
  background: #f1f1f1;
  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 {
  background: rgb(204.85, 204.85, 204.85);
  color: #000;
}
.button-group > li.secondary > a, .button-group > li.secondary > label, .button-group > li.secondary > button {
  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 {
  border-color: rgb(180.75, 180.75, 180.75);
}
.button-group > li.secondary > a .iconic *, .button-group > li.secondary > label .iconic *, .button-group > li.secondary > button .iconic * {
  fill: #000;
  stroke: #000;
}
.button-group > li.secondary > a .iconic *.iconic-property-accent, .button-group > li.secondary > label .iconic *.iconic-property-accent, .button-group > li.secondary > button .iconic *.iconic-property-accent {
  fill: #000;
  stroke: #000;
}
.button-group > li.success > a, .button-group > li.success > label, .button-group > li.success > button {
  background: #43AC6A;
  color: #fff;
}
.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: rgb(56.95, 146.2, 90.1);
  color: #fff;
}
.button-group > li.success > a, .button-group > li.success > label, .button-group > li.success > button {
  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 {
  border-color: rgb(50.25, 129, 79.5);
}
.button-group > li.success > a .iconic *, .button-group > li.success > label .iconic *, .button-group > li.success > button .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group > li.success > a .iconic *.iconic-property-accent, .button-group > li.success > label .iconic *.iconic-property-accent, .button-group > li.success > button .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group > li.warning > a, .button-group > li.warning > label, .button-group > li.warning > button {
  background: #F08A24;
  color: #fff;
}
.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: rgb(219.5615384615, 117.3, 15.0384615385);
  color: #fff;
}
.button-group > li.warning > a, .button-group > li.warning > label, .button-group > li.warning > button {
  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 {
  border-color: rgb(193.7307692308, 103.5, 13.2692307692);
}
.button-group > li.warning > a .iconic *, .button-group > li.warning > label .iconic *, .button-group > li.warning > button .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group > li.warning > a .iconic *.iconic-property-accent, .button-group > li.warning > label .iconic *.iconic-property-accent, .button-group > li.warning > button .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group > li.alert > a, .button-group > li.alert > label, .button-group > li.alert > button {
  background: #F04124;
  color: #fff;
}
.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: rgb(219.5615384615, 44.1128205128, 15.0384615385);
  color: #fff;
}
.button-group > li.alert > a, .button-group > li.alert > label, .button-group > li.alert > button {
  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 {
  border-color: rgb(193.7307692308, 38.9230769231, 13.2692307692);
}
.button-group > li.alert > a .iconic *, .button-group > li.alert > label .iconic *, .button-group > li.alert > button .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group > li.alert > a .iconic *.iconic-property-accent, .button-group > li.alert > label .iconic *.iconic-property-accent, .button-group > li.alert > button .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented {
  border-color: #00558b;
}
.button-group.segmented > li > a, .button-group.segmented > li > label, .button-group.segmented > li > button {
  border-color: #00558b;
  color: #00558b;
}
.button-group.segmented > li > a:hover, .button-group.segmented > li > label:hover, .button-group.segmented > li > button:hover {
  background: rgba(0, 85, 139, 0.25);
  color: #00558b;
}
.button-group.segmented > li > a .iconic *, .button-group.segmented > li > label .iconic *, .button-group.segmented > li > button .iconic * {
  fill: #00558b;
  stroke: #00558b;
}
.button-group.segmented > li > a .iconic *.iconic-property-accent, .button-group.segmented > li > label .iconic *.iconic-property-accent, .button-group.segmented > li > button .iconic *.iconic-property-accent {
  fill: #00558b;
  stroke: #00558b;
}
.button-group.segmented > li.is-active > a, .button-group.segmented > li.is-active > a:hover,
.button-group.segmented > li > input:checked + label,
.button-group.segmented > li > input:checked + label:hover {
  background: #00558b;
  color: #fff;
}
.button-group.segmented > li.is-active > a .iconic *,
.button-group.segmented > li > input:checked + label .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented > li.is-active > a .iconic *.iconic-property-accent,
.button-group.segmented > li > input:checked + label .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented.secondary {
  border-color: #f1f1f1;
}
.button-group.segmented.secondary > li > a, .button-group.segmented.secondary > li > label, .button-group.segmented.secondary > li > button {
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.button-group.segmented.secondary > li > a:hover, .button-group.segmented.secondary > li > label:hover, .button-group.segmented.secondary > li > button:hover {
  background: rgba(241, 241, 241, 0.25);
  color: #f1f1f1;
}
.button-group.segmented.secondary > li > a .iconic *, .button-group.segmented.secondary > li > label .iconic *, .button-group.segmented.secondary > li > button .iconic * {
  fill: #f1f1f1;
  stroke: #f1f1f1;
}
.button-group.segmented.secondary > li > a .iconic *.iconic-property-accent, .button-group.segmented.secondary > li > label .iconic *.iconic-property-accent, .button-group.segmented.secondary > li > button .iconic *.iconic-property-accent {
  fill: #f1f1f1;
  stroke: #f1f1f1;
}
.button-group.segmented.secondary > li.is-active > a, .button-group.segmented.secondary > li.is-active > a:hover,
.button-group.segmented.secondary > li > input:checked + label,
.button-group.segmented.secondary > li > input:checked + label:hover {
  background: #f1f1f1;
  color: #000;
}
.button-group.segmented.secondary > li.is-active > a .iconic *,
.button-group.segmented.secondary > li > input:checked + label .iconic * {
  fill: #000;
  stroke: #000;
}
.button-group.segmented.secondary > li.is-active > a .iconic *.iconic-property-accent,
.button-group.segmented.secondary > li > input:checked + label .iconic *.iconic-property-accent {
  fill: #000;
  stroke: #000;
}
.button-group.segmented.success {
  border-color: #43AC6A;
}
.button-group.segmented.success > li > a, .button-group.segmented.success > li > label, .button-group.segmented.success > li > button {
  border-color: #43AC6A;
  color: #43AC6A;
}
.button-group.segmented.success > li > a:hover, .button-group.segmented.success > li > label:hover, .button-group.segmented.success > li > button:hover {
  background: rgba(67, 172, 106, 0.25);
  color: #43AC6A;
}
.button-group.segmented.success > li > a .iconic *, .button-group.segmented.success > li > label .iconic *, .button-group.segmented.success > li > button .iconic * {
  fill: #43AC6A;
  stroke: #43AC6A;
}
.button-group.segmented.success > li > a .iconic *.iconic-property-accent, .button-group.segmented.success > li > label .iconic *.iconic-property-accent, .button-group.segmented.success > li > button .iconic *.iconic-property-accent {
  fill: #43AC6A;
  stroke: #43AC6A;
}
.button-group.segmented.success > li.is-active > a, .button-group.segmented.success > li.is-active > a:hover,
.button-group.segmented.success > li > input:checked + label,
.button-group.segmented.success > li > input:checked + label:hover {
  background: #43AC6A;
  color: #fff;
}
.button-group.segmented.success > li.is-active > a .iconic *,
.button-group.segmented.success > li > input:checked + label .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented.success > li.is-active > a .iconic *.iconic-property-accent,
.button-group.segmented.success > li > input:checked + label .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented.warning {
  border-color: #F08A24;
}
.button-group.segmented.warning > li > a, .button-group.segmented.warning > li > label, .button-group.segmented.warning > li > button {
  border-color: #F08A24;
  color: #F08A24;
}
.button-group.segmented.warning > li > a:hover, .button-group.segmented.warning > li > label:hover, .button-group.segmented.warning > li > button:hover {
  background: rgba(240, 138, 36, 0.25);
  color: #F08A24;
}
.button-group.segmented.warning > li > a .iconic *, .button-group.segmented.warning > li > label .iconic *, .button-group.segmented.warning > li > button .iconic * {
  fill: #F08A24;
  stroke: #F08A24;
}
.button-group.segmented.warning > li > a .iconic *.iconic-property-accent, .button-group.segmented.warning > li > label .iconic *.iconic-property-accent, .button-group.segmented.warning > li > button .iconic *.iconic-property-accent {
  fill: #F08A24;
  stroke: #F08A24;
}
.button-group.segmented.warning > li.is-active > a, .button-group.segmented.warning > li.is-active > a:hover,
.button-group.segmented.warning > li > input:checked + label,
.button-group.segmented.warning > li > input:checked + label:hover {
  background: #F08A24;
  color: #fff;
}
.button-group.segmented.warning > li.is-active > a .iconic *,
.button-group.segmented.warning > li > input:checked + label .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented.warning > li.is-active > a .iconic *.iconic-property-accent,
.button-group.segmented.warning > li > input:checked + label .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented.alert {
  border-color: #F04124;
}
.button-group.segmented.alert > li > a, .button-group.segmented.alert > li > label, .button-group.segmented.alert > li > button {
  border-color: #F04124;
  color: #F04124;
}
.button-group.segmented.alert > li > a:hover, .button-group.segmented.alert > li > label:hover, .button-group.segmented.alert > li > button:hover {
  background: rgba(240, 65, 36, 0.25);
  color: #F04124;
}
.button-group.segmented.alert > li > a .iconic *, .button-group.segmented.alert > li > label .iconic *, .button-group.segmented.alert > li > button .iconic * {
  fill: #F04124;
  stroke: #F04124;
}
.button-group.segmented.alert > li > a .iconic *.iconic-property-accent, .button-group.segmented.alert > li > label .iconic *.iconic-property-accent, .button-group.segmented.alert > li > button .iconic *.iconic-property-accent {
  fill: #F04124;
  stroke: #F04124;
}
.button-group.segmented.alert > li.is-active > a, .button-group.segmented.alert > li.is-active > a:hover,
.button-group.segmented.alert > li > input:checked + label,
.button-group.segmented.alert > li > input:checked + label:hover {
  background: #F04124;
  color: #fff;
}
.button-group.segmented.alert > li.is-active > a .iconic *,
.button-group.segmented.alert > li > input:checked + label .iconic * {
  fill: #fff;
  stroke: #fff;
}
.button-group.segmented.alert > li.is-active > a .iconic *.iconic-property-accent,
.button-group.segmented.alert > li > input:checked + label .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.button-group.tiny {
  font-size: 0.63rem;
}
.button-group.small {
  font-size: 0.72rem;
}
.button-group.large {
  font-size: 1.17rem;
}
.button-group.expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-group.expand > li {
  -webkit-box-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;
}

/*
  Cards

  Structure:

  titles
  lists
*/
.card {
  border: 1px solid rgb(237.15, 237.15, 237.15);
  margin-bottom: 0.5rem;
  background: #fff;
  color: #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          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;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          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: rgb(0, 100.8809352518, 164.97);
  padding: 1rem;
}
.card.success {
  border: 0;
  margin-bottom: 0.5rem;
  background: #43AC6A;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          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: rgb(73.6227615063, 184.3472384937, 114.7489958159);
  padding: 1rem;
}
.card.warning {
  border: 0;
  margin-bottom: 0.5rem;
  background: #F08A24;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          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: rgb(241.05, 146.19, 51.33);
  padding: 1rem;
}
.card.alert {
  border: 0;
  margin-bottom: 0.5rem;
  background: #F04124;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          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: rgb(241.05, 78.3, 51.33);
  padding: 1rem;
}
.card.dark {
  border: 0;
  margin-bottom: 0.5rem;
  background: #232323;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          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: rgb(50.4, 50.4, 50.4);
  padding: 1rem;
}

.card-divider {
  background: rgb(237.15, 237.15, 237.15);
  padding: 1rem;
}

.card-section {
  padding: 1rem;
}

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

ul.thumbnails > li img, .thumbnail {
  padding: 0.5rem;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.disabled, input[disabled], input[readonly], fieldset[disabled] input {
  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 {
  background-color: rgb(242.25, 242.25, 242.25);
}

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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: 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;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.inline-label > .form-label {
  -webkit-box-flex: 0;
      -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: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(0, 0, 0)"></polygon></svg>') 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::-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 {
  background: #ccc;
}
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 {
  display: block;
  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 {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

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

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

.panel-fixed {
  position: fixed;
}

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

  Foundation's magical, flexbox-powered grid.

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

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

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

  @group grid

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

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

  @group grid

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

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

  @group grid

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

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

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

  @group grid

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

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

  @group grid

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

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

  @group grid

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

  @output A padding value.

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

  @group grid

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

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

  @group grid

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

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

  @group grid

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

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

  @group grid

  @output Resets to transform, position, and a few visual styles.
*/
/*
  Frames are containers that stretch to the full dimmensions of the browser window.
*/
/*
  Groups are collections of content items. They're the "rows" of Foundation for Apps.
*/
/*
  Blocks are containers for actual content. They're the "columns" of Foundation for Apps.
*/
.vertical.large-grid-block, .vertical.medium-grid-block, .vertical.small-grid-block, .vertical.grid-block, .vertical.grid-frame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.small-vertical.large-grid-block, .small-vertical.medium-grid-block, .small-vertical.small-grid-block, .small-vertical.grid-block, .small-vertical.grid-frame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.small-horizontal.large-grid-block, .small-horizontal.medium-grid-block, .small-horizontal.small-grid-block, .small-horizontal.grid-block, .small-horizontal.grid-frame {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (min-width: 46.25em) {
  .medium-vertical.large-grid-block, .medium-vertical.medium-grid-block, .medium-vertical.small-grid-block, .medium-vertical.grid-block, .medium-vertical.grid-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .medium-horizontal.large-grid-block, .medium-horizontal.medium-grid-block, .medium-horizontal.small-grid-block, .medium-horizontal.grid-block, .medium-horizontal.grid-frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-vertical.large-grid-block, .large-vertical.medium-grid-block, .large-vertical.small-grid-block, .large-vertical.grid-block, .large-vertical.grid-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .large-horizontal.large-grid-block, .large-horizontal.medium-grid-block, .large-horizontal.small-grid-block, .large-horizontal.grid-block, .large-horizontal.grid-frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.align-right.large-grid-block, .align-right.medium-grid-block, .align-right.small-grid-block, .align-right.grid-block, .align-right.grid-frame {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.align-center.large-grid-block, .align-center.medium-grid-block, .align-center.small-grid-block, .align-center.grid-block, .align-center.grid-frame {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-justify.large-grid-block, .align-justify.medium-grid-block, .align-justify.small-grid-block, .align-justify.grid-block, .align-justify.grid-frame {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-spaced.large-grid-block, .align-spaced.medium-grid-block, .align-spaced.small-grid-block, .align-spaced.grid-block, .align-spaced.grid-frame {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.wrap.large-grid-block, .wrap.medium-grid-block, .wrap.small-grid-block, .wrap.grid-block, .wrap.grid-frame {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shrink.large-grid-content, .shrink.large-grid-block, .shrink.medium-grid-content, .shrink.medium-grid-block, .shrink.small-grid-content, .shrink.small-grid-block, .shrink.grid-content, .shrink.grid-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.noscroll.large-grid-content, .noscroll.large-grid-block, .noscroll.medium-grid-content, .noscroll.medium-grid-block, .noscroll.small-grid-content, .noscroll.small-grid-block, .noscroll.grid-content, .noscroll.grid-block {
  overflow: hidden;
}

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

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

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

.small-grid-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.small-grid-block.panel {
  -webkit-transform: none;
          transform: none;
  position: relative;
  width: auto;
  height: auto;
  z-index: auto;
  -webkit-box-shadow: none;
          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;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.small-grid-content.panel {
  -webkit-transform: none;
          transform: none;
  position: relative;
  width: auto;
  height: auto;
  z-index: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

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

@media only screen and (min-width: 46.25em) {
  .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;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-grid-content.panel {
    -webkit-transform: none;
            transform: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

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

@media only screen and (min-width: 78.125em) {
  .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;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-grid-content.panel {
    -webkit-transform: none;
            transform: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

.small-up-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

.small-up-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

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

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

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

.small-up-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.small-up-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

.small-up-5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

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

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

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

.small-up-6 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
}

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

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

.small-up-7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
}

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

.small-up-8 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}

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

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

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

.small-up-9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 11.1111111111%;
          flex: 0 0 11.1111111111%;
}

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

.small-up-10 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

.small-up-11 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 9.0909090909%;
          flex: 0 0 9.0909090909%;
}

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

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

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

.small-up-12 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
}

@media only screen and (min-width: 46.25em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-up-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-up-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-up-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-up-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-up-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-up-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-up-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-up-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-up-9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-up-10 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-11 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-up-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-up-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-up-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-up-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-up-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-up-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-up-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-up-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-up-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-up-9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-up-10 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-11 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .large-up-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
  }
}
.grid-content .modal .grid-block {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*
  TITLE BAR
  ---------

  A navigational component which can display the current screen the user is on, along with additional controls or menu items.

  The title bar includes classes to create center, left, and right sections, which can be used in any combination. However, in the markup, the sections must come in this order:
   - Center
   - Left
   - Right
*/
.title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: 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;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.title-bar .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.title-bar .center {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}
.title-bar .right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: right;
}
.title-bar .left:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.title-bar .left:first-child + .right:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.title-bar .center:first-child:not(:last-child) {
  margin-left: 25%;
}
.title-bar .center + .left {
  margin-right: -25%;
}

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

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

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

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

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

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

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

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

  A generic, flexible menu component.

  Features:
   - Orient horizontally and vertically
     - Change orientation at certain breakpoints
   - Items with icons above, below, or to the left or right
   - Text labels for vertical menus and badges for horizontal menus
*/
.menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  list-style-type: none;
}
.menu-bar > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bar > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: 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: rgb(237.15, 237.15, 237.15);
  color: #000;
}
.menu-bar .is-active > a {
  background: rgb(237.15, 237.15, 237.15);
  color: #000;
}
.menu-bar .iconic * {
  fill: #000;
  stroke: #000;
}
.menu-bar .iconic *.iconic-property-accent {
  fill: #000;
  stroke: #000;
}
.menu-bar, .menu-bar.horizontal {
  /*
    Orientation
  */
  overflow-x: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu-bar > li > a, .menu-bar.horizontal > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu-bar, .menu-bar.horizontal {
  /*
    Stretch
  */
}
.menu-bar.vertical {
  /*
    Orientation
  */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu-bar.vertical > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu-bar.vertical {
  /*
    Stretch
  */
}
.menu-bar.condense > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu-bar.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-bar.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-bar.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-bar.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.menu-bar.small-condense li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu-bar.small-expand li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.menu-bar.small-align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-bar.small-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-bar.small-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-bar.small-align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-bar.small-align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 46.25em) {
  .menu-bar.medium-condense li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu-bar.medium-expand li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .menu-bar.medium-align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-bar.medium-align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-bar.medium-align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-bar.medium-align-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-bar.medium-align-spaced {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 78.125em) {
  .menu-bar.large-condense li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu-bar.large-expand li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .menu-bar.large-align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-bar.large-align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-bar.large-align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-bar.large-align-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-bar.large-align-spaced {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.menu-bar.small-horizontal {
  /*
    Orientation
  */
  overflow-x: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu-bar.small-horizontal > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu-bar.small-horizontal {
  /*
    Stretch
  */
}
.menu-bar.small-vertical {
  /*
    Orientation
  */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu-bar.small-vertical > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu-bar.small-vertical {
  /*
    Stretch
  */
}
@media only screen and (min-width: 46.25em) {
  .menu-bar.medium-horizontal {
    /*
      Orientation
    */
    overflow-x: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .menu-bar.medium-horizontal > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu-bar.medium-horizontal {
    /*
      Stretch
    */
  }
  .menu-bar.medium-vertical {
    /*
      Orientation
    */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu-bar.medium-vertical > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .menu-bar.medium-vertical {
    /*
      Stretch
    */
  }
}
@media only screen and (min-width: 78.125em) {
  .menu-bar.large-horizontal {
    /*
      Orientation
    */
    overflow-x: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .menu-bar.large-horizontal > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu-bar.large-horizontal {
    /*
      Stretch
    */
  }
  .menu-bar.large-vertical {
    /*
      Orientation
    */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu-bar.large-vertical > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .menu-bar.large-vertical {
    /*
      Stretch
    */
  }
}
.menu-bar > li > img, .menu-bar > li > .iconic, .menu-bar.icon-top > li > img, .menu-bar.icon-top > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar > li > a, .menu-bar.icon-top > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu-bar > li > a > img, .menu-bar > li > a > .iconic, .menu-bar.icon-top > li > a > img, .menu-bar.icon-top > li > a > .iconic {
  margin: 0 0 1rem 0;
}
.menu-bar.icon-right > li > img, .menu-bar.icon-right > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.icon-right > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
.menu-bar.icon-right > li > a > img, .menu-bar.icon-right > li > a > .iconic {
  margin: 0 0 0 1rem;
}
.menu-bar.icon-bottom > li > img, .menu-bar.icon-bottom > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.icon-bottom > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
}
.menu-bar.icon-bottom > li > a > img, .menu-bar.icon-bottom > li > a > .iconic {
  margin: 1rem 0 0 0;
}
.menu-bar.icon-left > li > img, .menu-bar.icon-left > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.icon-left > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bar.icon-left > li > a > img, .menu-bar.icon-left > li > a > .iconic {
  margin: 0 1rem 0 0;
}
.menu-bar.small-icon-top > li > img, .menu-bar.small-icon-top > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.small-icon-top > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu-bar.small-icon-top > li > a > img, .menu-bar.small-icon-top > li > a > .iconic {
  margin: 0 0 1rem 0;
}
.menu-bar.small-icon-right > li > img, .menu-bar.small-icon-right > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.small-icon-right > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
.menu-bar.small-icon-right > li > a > img, .menu-bar.small-icon-right > li > a > .iconic {
  margin: 0 0 0 1rem;
}
.menu-bar.small-icon-bottom > li > img, .menu-bar.small-icon-bottom > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.small-icon-bottom > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
}
.menu-bar.small-icon-bottom > li > a > img, .menu-bar.small-icon-bottom > li > a > .iconic {
  margin: 1rem 0 0 0;
}
.menu-bar.small-icon-left > li > img, .menu-bar.small-icon-left > li > .iconic {
  margin: 0;
  width: 25px;
  height: 25px;
}
.menu-bar.small-icon-left > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bar.small-icon-left > li > a > img, .menu-bar.small-icon-left > li > a > .iconic {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 46.25em) {
  .menu-bar.medium-icon-top > li > img, .menu-bar.medium-icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.medium-icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu-bar.medium-icon-top > li > a > img, .menu-bar.medium-icon-top > li > a > .iconic {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 46.25em) {
  .menu-bar.medium-icon-right > li > img, .menu-bar.medium-icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.medium-icon-right > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
  .menu-bar.medium-icon-right > li > a > img, .menu-bar.medium-icon-right > li > a > .iconic {
    margin: 0 0 0 1rem;
  }
}
@media only screen and (min-width: 46.25em) {
  .menu-bar.medium-icon-bottom > li > img, .menu-bar.medium-icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.medium-icon-bottom > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
  .menu-bar.medium-icon-bottom > li > a > img, .menu-bar.medium-icon-bottom > li > a > .iconic {
    margin: 1rem 0 0 0;
  }
}
@media only screen and (min-width: 46.25em) {
  .menu-bar.medium-icon-left > li > img, .menu-bar.medium-icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.medium-icon-left > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-bar.medium-icon-left > li > a > img, .menu-bar.medium-icon-left > li > a > .iconic {
    margin: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 78.125em) {
  .menu-bar.large-icon-top > li > img, .menu-bar.large-icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.large-icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .menu-bar.large-icon-top > li > a > img, .menu-bar.large-icon-top > li > a > .iconic {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 78.125em) {
  .menu-bar.large-icon-right > li > img, .menu-bar.large-icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.large-icon-right > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
  .menu-bar.large-icon-right > li > a > img, .menu-bar.large-icon-right > li > a > .iconic {
    margin: 0 0 0 1rem;
  }
}
@media only screen and (min-width: 78.125em) {
  .menu-bar.large-icon-bottom > li > img, .menu-bar.large-icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.large-icon-bottom > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
  .menu-bar.large-icon-bottom > li > a > img, .menu-bar.large-icon-bottom > li > a > .iconic {
    margin: 1rem 0 0 0;
  }
}
@media only screen and (min-width: 78.125em) {
  .menu-bar.large-icon-left > li > img, .menu-bar.large-icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px;
  }
  .menu-bar.large-icon-left > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-bar.large-icon-left > li > a > img, .menu-bar.large-icon-left > li > a > .iconic {
    margin: 0 1rem 0 0;
  }
}
.menu-bar.label-side > li {
  position: relative;
}
.menu-bar.label-side > li > a {
  padding-right: 3.2rem;
}
.menu-bar.label-side .menu-bar-label {
  display: block;
  font-size: 0.9rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 1000px;
  background: red;
  color: #fff;
  position: absolute;
  pointer-events: none;
  right: 1rem;
  top: 50%;
  -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: rgb(0, 100.8809352518, 164.97);
  color: #fff;
}
.menu-bar.primary .is-active > a {
  background: rgb(0, 100.8809352518, 164.97);
  color: #fff;
}
.menu-bar.primary .iconic * {
  fill: #fff;
  stroke: #fff;
}
.menu-bar.primary .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.menu-bar.dark {
  background: #232323;
}
.menu-bar.dark > li > a {
  color: #fff;
}
.menu-bar.dark > li > a:hover {
  background: rgb(50.4, 50.4, 50.4);
  color: #fff;
}
.menu-bar.dark .is-active > a {
  background: rgb(50.4, 50.4, 50.4);
  color: #fff;
}
.menu-bar.dark .iconic * {
  fill: #fff;
  stroke: #fff;
}
.menu-bar.dark .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.menu-bar > li.title {
  padding: 1rem;
  cursor: default;
  font-weight: bold;
}

.menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 46.25em) {
  .menu-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menu-group > .menu-group-left, .menu-group > .menu-group-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media only screen and (min-width: 46.25em) {
  .menu-group > .menu-group-left, .menu-group > .menu-group-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.menu-group .menu-bar > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu-group .menu-bar {
  margin: 0;
}
.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: rgb(0, 100.8809352518, 164.97);
  color: #fff;
}
.menu-group.primary .menu-bar .is-active > a {
  background: rgb(0, 100.8809352518, 164.97);
  color: #fff;
}
.menu-group.primary .menu-bar .iconic * {
  fill: #fff;
  stroke: #fff;
}
.menu-group.primary .menu-bar .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}
.menu-group.dark {
  background-color: #232323;
}
.menu-group.dark .menu-bar {
  background: #232323;
}
.menu-group.dark .menu-bar > li > a {
  color: #fff;
}
.menu-group.dark .menu-bar > li > a:hover {
  background: rgb(50.4, 50.4, 50.4);
  color: #fff;
}
.menu-group.dark .menu-bar .is-active > a {
  background: rgb(50.4, 50.4, 50.4);
  color: #fff;
}
.menu-group.dark .menu-bar .iconic * {
  fill: #fff;
  stroke: #fff;
}
.menu-group.dark .menu-bar .iconic *.iconic-property-accent {
  fill: #fff;
  stroke: #fff;
}

/*
  MODAL
  -----

  The humble modal hides off-canvas until summoned with an fa-open directive. Modals appear over an overlay that darkens the rest of the page, and have a maxmimum width. You can construct a grid inside a modal, or attach panels to it.

  Note that the modal overlay is hardcoded into the CSS, because whether or not you build your modal semantically, the overlay is always required and will always look the same.
*/
.modal {
  position: relative;
  z-index: 1001;
  background: #fff;
  -webkit-box-flex: 0;
      -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: 46.25em) {
  .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;
  border-radius: 0px;
}
.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;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-overlay.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-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
*/
.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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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);
}

.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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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);
}

.slideOutBottom.ng-leave, .slideOutBottom.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, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.slideOutBottom.ng-leave.ng-leave-active, .slideOutBottom.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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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%);
}

.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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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%);
}

.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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: property, -webkit-transform;
  transition-property: property, -webkit-transform;
  transition-property: transform, property;
  transition-property: transform, property, -webkit-transform;
  -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: property, -webkit-transform;
  transition-property: property, -webkit-transform;
  transition-property: transform, property;
  transition-property: transform, property, -webkit-transform;
  -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-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -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: 150ms;
          transition-delay: 150ms;
  -webkit-transition-duration: 0;
          transition-duration: 0;
}

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

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

.ui-animation.ng-enter-active, .ui-animation.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.
*/
.static-notification, .notification {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
}
.static-notification h1, .notification h1 {
  font-size: 1.25em;
  margin: 0;
}
.static-notification p, .notification p {
  margin: 0;
}
.is-active.static-notification, .is-active.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.static-notification .close-button, .notification .close-button {
  color: white;
}

.notification-container {
  z-index: 3000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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;
}
.static-notification, .static-notification h1, .static-notification h2, .static-notification h3, .static-notification h4, .static-notification h5, .static-notification h6 {
  color: white;
}
.static-notification {
  position: fixed !important;
}
.static-notification.top-right {
  width: 25rem;
  right: 1rem;
  top: 1rem;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .notification-container {
    width: auto;
    left: 1rem;
    right: 1rem;
    margin-left: 0;
  }
}
.notification-container.top-right {
  width: 25rem;
  right: 1rem;
  top: 1rem;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .notification-container.bottom-middle {
    width: auto;
    left: 1rem;
    right: 1rem;
    margin-left: 0;
  }
}

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

.notification-content {
  -webkit-box-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: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-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: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-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;
  -webkit-box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.off-canvas.is-active ~ .grid-frame {
  -webkit-transform: translateX(250px) !important;
          transform: translateX(250px) !important;
}
.off-canvas {
  background: #fff;
  color: #000;
}
.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%);
  -webkit-box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.25);
          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;
  -webkit-box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.25);
          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%);
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.25);
          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;
  -webkit-box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.off-canvas.detached, .off-canvas.detached.is-active {
  -webkit-transform: none;
          transform: none;
}
.off-canvas.detached ~ .grid-frame {
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: 0;
}
.popup.dark {
  background: #232323;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: 0;
}
.popup.primary {
  background: #00558b;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          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;
}

/*
  Defines the dimmensions of the switch.

  $width - width of the switch.
  $height - height of the switch.
*/
.switch {
  width: 3.125rem;
  height: 2rem;
}
.switch > label::after {
  width: 2rem;
  height: 2rem;
}
.switch input:checked + label::after {
  left: 1.125rem;
}
.switch {
  border-radius: 9999px;
}
.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: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.tabs.vertical {
  /*
  	Container styles
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.tabs .tab-item {
  background: rgb(243.4, 243.4, 243.4);
  padding: 1rem;
  line-height: 1;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  cursor: pointer;
  color: #000;
}
.tabs .tab-item.is-active {
  background: rgb(236.098, 236.098, 236.098);
  color: #000;
}
.tabs .tab-item.is-active:hover {
  background: rgb(231.23, 231.23, 231.23);
}
.tabs .tab-item:hover {
  background: rgb(231.23, 231.23, 231.23);
}

.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 rgb(202.6, 202.6, 202.6);
}

.accordion-title {
  padding: 1rem;
  background: rgb(243.4, 243.4, 243.4);
  color: #000;
  line-height: 1;
  cursor: pointer;
}
.accordion-title:hover {
  background: rgb(231.23, 231.23, 231.23);
}
.is-active > .accordion-title {
  background: rgb(236.098, 236.098, 236.098);
  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: rgb(0, 73.1, 119.54);
}
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: rgb(111.35, 111.35, 111.35);
  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: rgb(111.35, 111.35, 111.35);
  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: rgb(111.35, 111.35, 111.35);
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: rgb(69.5, 69.5, 69.5);
  background-color: rgb(250.8, 250.8, 250.8);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(225.72, 225.72, 225.72);
  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, ul.no-bullet li ul, ul.no-bullet li ol {
  list-style-type: none;
}
ul.no-bullet {
  margin-left: 0;
}

/* 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: rgb(84.83, 84.83, 84.83);
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgb(84.83, 84.83, 84.83);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(111.35, 111.35, 111.35);
}

@media only screen and (min-width: 46.25em) {
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v-align .align-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.v-align .align-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.v-align .align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.v-align .small-align-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.v-align .small-align-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.v-align .small-align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (min-width: 46.25em) {
  .v-align .medium-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media only screen and (min-width: 46.25em) {
  .v-align .medium-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media only screen and (min-width: 46.25em) {
  .v-align .medium-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media only screen and (min-width: 78.125em) {
  .v-align .large-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media only screen and (min-width: 78.125em) {
  .v-align .large-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media only screen and (min-width: 78.125em) {
  .v-align .large-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.hide-for-small:not(.ng-hide) {
  display: block !important;
  display: none !important;
}
.hide-for-small[class*=grid-block]:not(.ng-hide) {
  display: -webkit-box !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: -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: 46.1875rem) {
  .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: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .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: 46.1875rem) {
  .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: 46.1875rem) {
  .show-for-small-only[class*=grid-block]:not(.ng-hide) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-for-medium:not(.ng-hide) {
  display: block !important;
}
@media only screen and (min-width: 46.25em) {
  .hide-for-medium:not(.ng-hide) {
    display: none !important;
  }
}
.hide-for-medium[class*=grid-block]:not(.ng-hide) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 46.25em) {
  .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: 46.25em) {
  .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: 46.25em) {
  .show-for-medium[class*=grid-block]:not(.ng-hide) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-for-medium-only:not(.ng-hide) {
  display: block !important;
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .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: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .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: 46.25em) and (max-width: 78.0625rem) {
  .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: 46.25em) and (max-width: 78.0625rem) {
  .show-for-medium-only[class*=grid-block]:not(.ng-hide) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-for-large:not(.ng-hide) {
  display: block !important;
}
@media only screen and (min-width: 78.125em) {
  .hide-for-large:not(.ng-hide) {
    display: none !important;
  }
}
.hide-for-large[class*=grid-block]:not(.ng-hide) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 78.125em) {
  .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: 78.125em) {
  .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: 78.125em) {
  .show-for-large[class*=grid-block]:not(.ng-hide) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-for-large-only:not(.ng-hide) {
  display: block !important;
}
@media only screen and (min-width: 78.125em) 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: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 78.125em) 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: 78.125em) 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: 78.125em) and (max-width: 89.9375rem) {
  .show-for-large-only[class*=grid-block]:not(.ng-hide) {
    display: -webkit-box !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: -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: -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: -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: -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: 46.1875rem) {
  .small-only-text-left {
    text-align: left;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-text-left {
    text-align: left;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .medium-only-text-left {
    text-align: left;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-text-left {
    text-align: left;
  }
}
@media only screen and (min-width: 78.125em) 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: 46.1875rem) {
  .small-only-text-right {
    text-align: right;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-text-right {
    text-align: right;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .medium-only-text-right {
    text-align: right;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-text-right {
    text-align: right;
  }
}
@media only screen and (min-width: 78.125em) 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: 46.1875rem) {
  .small-only-text-center {
    text-align: center;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-text-center {
    text-align: center;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .medium-only-text-center {
    text-align: center;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-text-center {
    text-align: center;
  }
}
@media only screen and (min-width: 78.125em) 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: 46.1875rem) {
  .small-only-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 46.25em) {
  .medium-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .medium-only-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 78.125em) {
  .large-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 78.125em) 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;
}

h3 {
  display: block;
  width: 100%;
}

.customFadeIn.ng-enter, .customFadeIn.ng-hide-remove {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.customFadeIn.ng-enter.ng-enter-active, .customFadeIn.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

@font-face {
  font-family: "open_sansregular";
  src: url("/app/fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("/app/fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("/app/fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("/app/fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("/app/fonts/open-sans/OpenSans-Bold-webfont.eot");
  src: url("/app/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/open-sans/OpenSans-Bold-webfont.woff") format("woff"), url("/app/fonts/open-sans/OpenSans-Bold-webfont.ttf") format("truetype"), url("/app/fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("/app/fonts/open-sans/OpenSans-Italic-webfont.eot");
  src: url("/app/fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/open-sans/OpenSans-Italic-webfont.woff") format("woff"), url("/app/fonts/open-sans/OpenSans-Italic-webfont.ttf") format("truetype"), url("/app/fonts/open-sans/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "josefin_sansbold";
  src: url("/app/fonts/josefin-sans/josefinsans-bold-webfont.eot");
  src: url("/app/fonts/josefin-sans/josefinsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/josefin-sans/josefinsans-bold-webfont.woff") format("woff"), url("/app/fonts/josefin-sans/josefinsans-bold-webfont.ttf") format("truetype"), url("/app/fonts/josefin-sans/josefinsans-bold-webfont.svg#josefin_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "josefin_sansregular";
  src: url("/app/fonts/josefin-sans/josefinsans-italic-webfont.eot");
  src: url("/app/fonts/josefin-sans/josefinsans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.woff2") format("woff2"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.woff") format("woff"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.ttf") format("truetype"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.svg#josefin_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "josefin_sansbold_italic";
  src: url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.eot");
  src: url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.woff2") format("woff2"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.woff") format("woff"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.ttf") format("truetype"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.svg#josefin_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("/app/fonts/foundation-icons/foundation-icons.eot");
  src: url("/app/fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/app/fonts/foundation-icons/foundation-icons.woff") format("woff"), url("/app/fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("/app/fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "\f100";
}

.fi-alert:before {
  content: "\f101";
}

.fi-align-center:before {
  content: "\f102";
}

.fi-align-justify:before {
  content: "\f103";
}

.fi-align-left:before {
  content: "\f104";
}

.fi-align-right:before {
  content: "\f105";
}

.fi-anchor:before {
  content: "\f106";
}

.fi-annotate:before {
  content: "\f107";
}

.fi-archive:before {
  content: "\f108";
}

.fi-arrow-down:before {
  content: "\f109";
}

.fi-arrow-left:before {
  content: "\f10a";
}

.fi-arrow-right:before {
  content: "\f10b";
}

.fi-arrow-up:before {
  content: "\f10c";
}

.fi-arrows-compress:before {
  content: "\f10d";
}

.fi-arrows-expand:before {
  content: "\f10e";
}

.fi-arrows-in:before {
  content: "\f10f";
}

.fi-arrows-out:before {
  content: "\f110";
}

.fi-asl:before {
  content: "\f111";
}

.fi-asterisk:before {
  content: "\f112";
}

.fi-at-sign:before {
  content: "\f113";
}

.fi-background-color:before {
  content: "\f114";
}

.fi-battery-empty:before {
  content: "\f115";
}

.fi-battery-full:before {
  content: "\f116";
}

.fi-battery-half:before {
  content: "\f117";
}

.fi-bitcoin-circle:before {
  content: "\f118";
}

.fi-bitcoin:before {
  content: "\f119";
}

.fi-blind:before {
  content: "\f11a";
}

.fi-bluetooth:before {
  content: "\f11b";
}

.fi-bold:before {
  content: "\f11c";
}

.fi-book-bookmark:before {
  content: "\f11d";
}

.fi-book:before {
  content: "\f11e";
}

.fi-bookmark:before {
  content: "\f11f";
}

.fi-braille:before {
  content: "\f120";
}

.fi-burst-new:before {
  content: "\f121";
}

.fi-burst-sale:before {
  content: "\f122";
}

.fi-burst:before {
  content: "\f123";
}

.fi-calendar:before {
  content: "\f124";
}

.fi-camera:before {
  content: "\f125";
}

.fi-check:before {
  content: "\f126";
}

.fi-checkbox:before {
  content: "\f127";
}

.fi-clipboard-notes:before {
  content: "\f128";
}

.fi-clipboard-pencil:before {
  content: "\f129";
}

.fi-clipboard:before {
  content: "\f12a";
}

.fi-clock:before {
  content: "\f12b";
}

.fi-closed-caption:before {
  content: "\f12c";
}

.fi-cloud:before {
  content: "\f12d";
}

.fi-comment-minus:before {
  content: "\f12e";
}

.fi-comment-quotes:before {
  content: "\f12f";
}

.fi-comment-video:before {
  content: "\f130";
}

.fi-comment:before {
  content: "\f131";
}

.fi-comments:before {
  content: "\f132";
}

.fi-compass:before {
  content: "\f133";
}

.fi-contrast:before {
  content: "\f134";
}

.fi-credit-card:before {
  content: "\f135";
}

.fi-crop:before {
  content: "\f136";
}

.fi-crown:before {
  content: "\f137";
}

.fi-css3:before {
  content: "\f138";
}

.fi-database:before {
  content: "\f139";
}

.fi-die-five:before {
  content: "\f13a";
}

.fi-die-four:before {
  content: "\f13b";
}

.fi-die-one:before {
  content: "\f13c";
}

.fi-die-six:before {
  content: "\f13d";
}

.fi-die-three:before {
  content: "\f13e";
}

.fi-die-two:before {
  content: "\f13f";
}

.fi-dislike:before {
  content: "\f140";
}

.fi-dollar-bill:before {
  content: "\f141";
}

.fi-dollar:before {
  content: "\f142";
}

.fi-download:before {
  content: "\f143";
}

.fi-eject:before {
  content: "\f144";
}

.fi-elevator:before {
  content: "\f145";
}

.fi-euro:before {
  content: "\f146";
}

.fi-eye:before {
  content: "\f147";
}

.fi-fast-forward:before {
  content: "\f148";
}

.fi-female-symbol:before {
  content: "\f149";
}

.fi-female:before {
  content: "\f14a";
}

.fi-filter:before {
  content: "\f14b";
}

.fi-first-aid:before {
  content: "\f14c";
}

.fi-flag:before {
  content: "\f14d";
}

.fi-folder-add:before {
  content: "\f14e";
}

.fi-folder-lock:before {
  content: "\f14f";
}

.fi-folder:before {
  content: "\f150";
}

.fi-foot:before {
  content: "\f151";
}

.fi-foundation:before {
  content: "\f152";
}

.fi-graph-bar:before {
  content: "\f153";
}

.fi-graph-horizontal:before {
  content: "\f154";
}

.fi-graph-pie:before {
  content: "\f155";
}

.fi-graph-trend:before {
  content: "\f156";
}

.fi-guide-dog:before {
  content: "\f157";
}

.fi-hearing-aid:before {
  content: "\f158";
}

.fi-heart:before {
  content: "\f159";
}

.fi-home:before {
  content: "\f15a";
}

.fi-html5:before {
  content: "\f15b";
}

.fi-indent-less:before {
  content: "\f15c";
}

.fi-indent-more:before {
  content: "\f15d";
}

.fi-info:before {
  content: "\f15e";
}

.fi-italic:before {
  content: "\f15f";
}

.fi-key:before {
  content: "\f160";
}

.fi-laptop:before {
  content: "\f161";
}

.fi-layout:before {
  content: "\f162";
}

.fi-lightbulb:before {
  content: "\f163";
}

.fi-like:before {
  content: "\f164";
}

.fi-link:before {
  content: "\f165";
}

.fi-list-bullet:before {
  content: "\f166";
}

.fi-list-number:before {
  content: "\f167";
}

.fi-list-thumbnails:before {
  content: "\f168";
}

.fi-list:before {
  content: "\f169";
}

.fi-list:before {
  content: "&#xf169;";
}

.fi-lock:before {
  content: "\f16a";
}

.fi-loop:before {
  content: "\f16b";
}

.fi-magnifying-glass:before {
  content: "\f16c";
}

.fi-mail:before {
  content: "\f16d";
}

.fi-male-female:before {
  content: "\f16e";
}

.fi-male-symbol:before {
  content: "\f16f";
}

.fi-male:before {
  content: "\f170";
}

.fi-map:before {
  content: "\f171";
}

.fi-marker:before {
  content: "\f172";
}

.fi-megaphone:before {
  content: "\f173";
}

.fi-microphone:before {
  content: "\f174";
}

.fi-minus-circle:before {
  content: "\f175";
}

.fi-minus:before {
  content: "\f176";
}

.fi-mobile-signal:before {
  content: "\f177";
}

.fi-mobile:before {
  content: "\f178";
}

.fi-monitor:before {
  content: "\f179";
}

.fi-mountains:before {
  content: "\f17a";
}

.fi-music:before {
  content: "\f17b";
}

.fi-next:before {
  content: "\f17c";
}

.fi-no-dogs:before {
  content: "\f17d";
}

.fi-no-smoking:before {
  content: "\f17e";
}

.fi-page-add:before {
  content: "\f17f";
}

.fi-page-copy:before {
  content: "\f180";
}

.fi-page-csv:before {
  content: "\f181";
}

.fi-page-delete:before {
  content: "\f182";
}

.fi-page-doc:before {
  content: "\f183";
}

.fi-page-edit:before {
  content: "\f184";
}

.fi-page-export-csv:before {
  content: "\f185";
}

.fi-page-export-doc:before {
  content: "\f186";
}

.fi-page-export-pdf:before {
  content: "\f187";
}

.fi-page-export:before {
  content: "\f188";
}

.fi-page-filled:before {
  content: "\f189";
}

.fi-page-multiple:before {
  content: "\f18a";
}

.fi-page-pdf:before {
  content: "\f18b";
}

.fi-page-remove:before {
  content: "\f18c";
}

.fi-page-search:before {
  content: "\f18d";
}

.fi-page:before {
  content: "\f18e";
}

.fi-paint-bucket:before {
  content: "\f18f";
}

.fi-paperclip:before {
  content: "\f190";
}

.fi-pause:before {
  content: "\f191";
}

.fi-paw:before {
  content: "\f192";
}

.fi-paypal:before {
  content: "\f193";
}

.fi-pencil:before {
  content: "\f194";
}

.fi-photo:before {
  content: "\f195";
}

.fi-play-circle:before {
  content: "\f196";
}

.fi-play-video:before {
  content: "\f197";
}

.fi-play:before {
  content: "\f198";
}

.fi-plus:before {
  content: "\f199";
}

.fi-pound:before {
  content: "\f19a";
}

.fi-power:before {
  content: "\f19b";
}

.fi-previous:before {
  content: "\f19c";
}

.fi-price-tag:before {
  content: "\f19d";
}

.fi-pricetag-multiple:before {
  content: "\f19e";
}

.fi-print:before {
  content: "\f19f";
}

.fi-prohibited:before {
  content: "\f1a0";
}

.fi-projection-screen:before {
  content: "\f1a1";
}

.fi-puzzle:before {
  content: "\f1a2";
}

.fi-quote:before {
  content: "\f1a3";
}

.fi-record:before {
  content: "\f1a4";
}

.fi-refresh:before {
  content: "\f1a5";
}

.fi-results-demographics:before {
  content: "\f1a6";
}

.fi-results:before {
  content: "\f1a7";
}

.fi-rewind-ten:before {
  content: "\f1a8";
}

.fi-rewind:before {
  content: "\f1a9";
}

.fi-rss:before {
  content: "\f1aa";
}

.fi-safety-cone:before {
  content: "\f1ab";
}

.fi-save:before {
  content: "\f1ac";
}

.fi-share:before {
  content: "\f1ad";
}

.fi-sheriff-badge:before {
  content: "\f1ae";
}

.fi-shield:before {
  content: "\f1af";
}

.fi-shopping-bag:before {
  content: "\f1b0";
}

.fi-shopping-cart:before {
  content: "\f1b1";
}

.fi-shuffle:before {
  content: "\f1b2";
}

.fi-skull:before {
  content: "\f1b3";
}

.fi-social-500px:before {
  content: "\f1b4";
}

.fi-social-adobe:before {
  content: "\f1b5";
}

.fi-social-amazon:before {
  content: "\f1b6";
}

.fi-social-android:before {
  content: "\f1b7";
}

.fi-social-apple:before {
  content: "\f1b8";
}

.fi-social-behance:before {
  content: "\f1b9";
}

.fi-social-bing:before {
  content: "\f1ba";
}

.fi-social-blogger:before {
  content: "\f1bb";
}

.fi-social-delicious:before {
  content: "\f1bc";
}

.fi-social-designer-news:before {
  content: "\f1bd";
}

.fi-social-deviant-art:before {
  content: "\f1be";
}

.fi-social-digg:before {
  content: "\f1bf";
}

.fi-social-dribbble:before {
  content: "\f1c0";
}

.fi-social-drive:before {
  content: "\f1c1";
}

.fi-social-dropbox:before {
  content: "\f1c2";
}

.fi-social-evernote:before {
  content: "\f1c3";
}

.fi-social-facebook:before {
  content: "\f1c4";
}

.fi-social-flickr:before {
  content: "\f1c5";
}

.fi-social-forrst:before {
  content: "\f1c6";
}

.fi-social-foursquare:before {
  content: "\f1c7";
}

.fi-social-game-center:before {
  content: "\f1c8";
}

.fi-social-github:before {
  content: "\f1c9";
}

.fi-social-google-plus:before {
  content: "\f1ca";
}

.fi-social-hacker-news:before {
  content: "\f1cb";
}

.fi-social-hi5:before {
  content: "\f1cc";
}

.fi-social-instagram:before {
  content: "\f1cd";
}

.fi-social-joomla:before {
  content: "\f1ce";
}

.fi-social-lastfm:before {
  content: "\f1cf";
}

.fi-social-linkedin:before {
  content: "\f1d0";
}

.fi-social-medium:before {
  content: "\f1d1";
}

.fi-social-myspace:before {
  content: "\f1d2";
}

.fi-social-orkut:before {
  content: "\f1d3";
}

.fi-social-path:before {
  content: "\f1d4";
}

.fi-social-picasa:before {
  content: "\f1d5";
}

.fi-social-pinterest:before {
  content: "\f1d6";
}

.fi-social-rdio:before {
  content: "\f1d7";
}

.fi-social-reddit:before {
  content: "\f1d8";
}

.fi-social-skillshare:before {
  content: "\f1d9";
}

.fi-social-skype:before {
  content: "\f1da";
}

.fi-social-smashing-mag:before {
  content: "\f1db";
}

.fi-social-snapchat:before {
  content: "\f1dc";
}

.fi-social-spotify:before {
  content: "\f1dd";
}

.fi-social-squidoo:before {
  content: "\f1de";
}

.fi-social-stack-overflow:before {
  content: "\f1df";
}

.fi-social-steam:before {
  content: "\f1e0";
}

.fi-social-stumbleupon:before {
  content: "\f1e1";
}

.fi-social-treehouse:before {
  content: "\f1e2";
}

.fi-social-tumblr:before {
  content: "\f1e3";
}

.fi-social-twitter:before {
  content: "\f1e4";
}

.fi-social-vimeo:before {
  content: "\f1e5";
}

.fi-social-windows:before {
  content: "\f1e6";
}

.fi-social-xbox:before {
  content: "\f1e7";
}

.fi-social-yahoo:before {
  content: "\f1e8";
}

.fi-social-yelp:before {
  content: "\f1e9";
}

.fi-social-youtube:before {
  content: "\f1ea";
}

.fi-social-zerply:before {
  content: "\f1eb";
}

.fi-social-zurb:before {
  content: "\f1ec";
}

.fi-sound:before {
  content: "\f1ed";
}

.fi-star:before {
  content: "\f1ee";
}

.fi-stop:before {
  content: "\f1ef";
}

.fi-strikethrough:before {
  content: "\f1f0";
}

.fi-subscript:before {
  content: "\f1f1";
}

.fi-superscript:before {
  content: "\f1f2";
}

.fi-tablet-landscape:before {
  content: "\f1f3";
}

.fi-tablet-portrait:before {
  content: "\f1f4";
}

.fi-target-two:before {
  content: "\f1f5";
}

.fi-target:before {
  content: "\f1f6";
}

.fi-telephone-accessible:before {
  content: "\f1f7";
}

.fi-telephone:before {
  content: "\f1f8";
}

.fi-text-color:before {
  content: "\f1f9";
}

.fi-thumbnails:before {
  content: "\f1fa";
}

.fi-ticket:before {
  content: "\f1fb";
}

.fi-torso-business:before {
  content: "\f1fc";
}

.fi-torso-female:before {
  content: "\f1fd";
}

.fi-torso:before {
  content: "\f1fe";
}

.fi-torsos-all-female:before {
  content: "\f1ff";
}

.fi-torsos-all:before {
  content: "\f200";
}

.fi-torsos-female-male:before {
  content: "\f201";
}

.fi-torsos-male-female:before {
  content: "\f202";
}

.fi-torsos:before {
  content: "\f203";
}

.fi-trash:before {
  content: "\f204";
}

.fi-trees:before {
  content: "\f205";
}

.fi-trophy:before {
  content: "\f206";
}

.fi-underline:before {
  content: "\f207";
}

.fi-universal-access:before {
  content: "\f208";
}

.fi-unlink:before {
  content: "\f209";
}

.fi-unlock:before {
  content: "\f20a";
}

.fi-upload-cloud:before {
  content: "\f20b";
}

.fi-upload:before {
  content: "\f20c";
}

.fi-usb:before {
  content: "\f20d";
}

.fi-video:before {
  content: "\f20e";
}

.fi-volume-none:before {
  content: "\f20f";
}

.fi-volume-strike:before {
  content: "\f210";
}

.fi-volume:before {
  content: "\f211";
}

.fi-web:before {
  content: "\f212";
}

.fi-wheelchair:before {
  content: "\f213";
}

.fi-widget:before {
  content: "\f214";
}

.fi-wrench:before {
  content: "\f215";
}

.fi-x-circle:before {
  content: "\f216";
}

.fi-x:before {
  content: "\f217";
}

.fi-yen:before {
  content: "\f218";
}

.fi-zoom-in:before {
  content: "\f219";
}

.fi-zoom-out:before {
  content: "\f21a";
}

/* BEGIN FIX TO ENABLE TOOL TIPS AND OTHER HOVER CONTENT TO GO ABOVE OTHER CONTENT AS NEEDED */
.grid-block {
  overflow: unset !important;
  overflow: visible !important;
  overflow-y: unset !important;
  overflow-y: visible !important;
}

.grid-content {
  overflow: unset !important;
  overflow: visible !important;
  overflow-y: unset !important;
  overflow-y: visible !important;
}

/* END FIX TO ENABLE TOOL TIPS AND OTHER HOVER CONTENT TO GO ABOVE OTHER CONTENT AS NEEDED */
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .page-container {
    margin: auto !important;
    padding: 0;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) and (min-width: 78.125em) {
  .page-container {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .page-container {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) and (min-width: 0em) and (max-width: 46.1875rem) {
  .page-container {
    max-width: 600px;
    min-width: 600px;
  }
}
@media only screen and (min-width: 46.25em) {
  .page-container {
    overflow: auto !important;
  }
}

.show-element {
  visibility: visible !important;
}

.scroll-to-top {
  width: 75px;
  height: 75px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 1.25rem;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  position: fixed;
  z-index: 10000;
  visibility: hidden;
  top: 530px;
  right: 0px;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-up-arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .scroll-to-top {
    width: 75px;
    height: 75px;
    top: 430px;
  }
}

.todo-alert {
  background-color: #fd9f9f;
  border-width: 1px;
  border-color: #fd6767;
  border-style: solid;
  font-size: 0.75rem;
  padding: 0.3125rem;
  text-align: center;
  width: 90%;
  margin-bottom: 2.5rem;
}

.error-alert {
  background-color: rgba(194, 74, 68, 0.2);
  border-width: 1px;
  border-color: #c24a44;
  border-style: solid;
  font-size: 0.875rem;
  line-height: 20px !important;
  padding-top: 1.4375rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-weight: bold;
  width: 100%;
  margin-bottom: 2.5rem;
  color: #c24a44 !important;
}
.error-alert p, .error-alert ul {
  text-align: left;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1.25rem;
  color: #c24a44 !important;
}

.error-alert-html {
  margin: 0 !important;
}

.success-alert {
  background-color: rgba(33, 160, 24, 0.2);
  border-width: 1px;
  border-color: #21a018;
  border-style: solid;
  font-size: 0.875rem;
  line-height: 20px !important;
  padding-top: 1.4375rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.9375rem;
  color: #21a018 !important;
}

#footer {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

#footer-container {
  background-color: #2c7189;
  width: 100%;
}

@media only screen and (min-width: 78.125em) {
  #portal-footer-bar {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  #portal-footer-bar {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #portal-footer-bar {
    max-width: 600px;
    min-width: 600px;
  }
}
#portal-footer-bar {
  margin: auto !important;
  padding: 0;
}

#portal-footer-top-row {
  min-height: 4rem;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer-box-stats .bottom-number {
  color: #383838;
  font-size: 1.5rem;
  border-right: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.1875rem;
  padding: 0px;
}

#portal-footer-bottom-row {
  padding: 0;
  margin: 0;
  width: 100%;
}

.portal-footer-links {
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.portal-footer-links {
  list-style: none;
  padding: 0.5rem 0 0 0;
  margin: 0px;
  width: 100%;
}

ul.portal-footer-links li {
  display: inline;
  list-style: none;
  line-height: 1rem;
  color: #fff;
  padding: 0 1.5625rem 0 0;
  margin: 0;
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  ul.portal-footer-links li {
    padding: 0 0.6875rem 0 0;
  }
}

ul.portal-footer-links li a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  ul.portal-footer-links li a {
    font-size: 0.75rem;
  }
}

ul.portal-footer-links li a:hover {
  color: #7db3c6;
  margin: 0;
}

p.portal-footer-copyright {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  color: #d0e8f1 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
  margin: 0;
}

p.portal-footer-copyright a {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  color: #d0e8f1 !important;
  padding: 0 0.625rem;
  text-decoration: none;
  margin: 0;
}

p.portal-footer-copyright a:hover {
  color: #d0e8f1 !important;
  padding: 0 0.625rem;
  text-decoration: underline;
  margin: 0;
}

/*! Angular Moment Picker - v0.10.1 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}

.moment-picker {
  position: absolute;
  z-index: 1000;
}

.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  font-family: "open_sansregular", Verdana, sans-serif !important;
}

.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}

.moment-picker .moment-picker-container:before {
  border-bottom-color: #e3e3e3;
  border-width: 9px;
}

.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}

.moment-picker.inline {
  display: block;
  position: relative;
}

.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}

.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}

.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}

.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}

.moment-picker.top .moment-picker-container:before {
  border-top-color: #e3e3e3;
  border-width: 9px;
}

.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}

.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}

.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}

.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}

.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}

.moment-picker th {
  font-weight: bold;
}

.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}

.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.596);
  cursor: pointer;
  border-radius: 4px;
}

.moment-picker th:hover,
.moment-picker td:hover {
  background-color: rgba(42, 144, 163, 0.4);
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);*/
}

.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}

.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #2a90a3;
  background-color: #2a90a3;
}

.moment-picker td.highlighted {
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}

.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}

.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}

.moment-picker .month-view td {
  width: 1.4285714286em;
}

.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}

.moment-picker .minute-view td {
  height: 1.8em;
}

/* .datpicker .text-info contains text for today's date but
   it dosn't work when we are not showing the current month */
.datepicker {
  position: absolute;
  z-index: 1000000000000;
  width: 180px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 1.875rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #d7d7d7;
}

.schema-form-datepicker {
  padding: 0;
  margin: 0;
}
.schema-form-datepicker .control-label {
  visibility: hidden;
  width: 1px !important;
  height: 1px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0 !important;
  display: none !important;
}

.datepicker th {
  font-size: 11px;
  font-weight: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.datepicker th .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  white-space: nowrap;
  height: 25px;
  font-size: 12px;
  font-weight: normal !important;
  border-style: none !important;
  border-width: 0 !important;
  background-color: #787878 !important;
}
.datepicker th .btn .ng-binding {
  padding-left: 13px !important;
  padding-right: 13px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #ffffff !important;
}
.datepicker th .glyphicon-chevron-left {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/btn-date-arrow-left.png) !important;
}
.datepicker th .glyphicon-chevron-right {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/btn-date-arrow-right.png) !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d7d7d7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d7d7d7;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d7d7d7;
  white-space: nowrap;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker .text-info {
  font-size: 12px;
  color: black;
  /*padding: {
      left: rem-calc(0) !important;
      right: rem-calc(0) !important;
      top: rem-calc(0) !important;
      bottom: rem-calc(0) !important;	
  }*/
}

/* .datpicker .btn-info contains selected date */
.datepicker .btn-info {
  font-size: 12px;
  font-weight: normal;
  background-color: #39b3d7;
  /*padding: {
    left: rem-calc(0) !important;
    right: rem-calc(0) !important;
    top: rem-calc(0) !important;
    bottom: rem-calc(0) !important;	
  }*/
}

.datepicker .btn:disabled {
  font-size: 12px;
  font-weight: normal;
  color: gray;
  /*padding: {
    left: rem-calc(0) !important;
    right: rem-calc(0) !important;
    top: rem-calc(0) !important;
    bottom: rem-calc(0) !important;	
  }   */
}

.datepicker .btn:disabled > .text-muted {
  font-size: 12px;
  font-weight: normal;
  color: gray;
  /*padding: {
    left: rem-calc(0) !important;
    right: rem-calc(0) !important;
    top: rem-calc(0) !important;
    bottom: rem-calc(0) !important;	
  }  */
}

.datepicker .text-muted {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background-color: #a8a8a8;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  display: block !important;
  width: 100% !important;
}

.datepicker .btn:enabled {
  font-size: 12px;
  font-weight: normal;
  color: black;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  background-color: #e8e8e8;
  display: block !important;
  width: 100% !important;
}

.error-messages.ng-active {
  font-size: 0.6875rem;
  background: #a60f08;
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-top: -10px;
  margin-bottom: 15px;
  position: relative;
}

.error-messages.ng-active:after {
  position: absolute;
  top: -10px;
  content: "";
  left: 20px;
  border-style: solid;
  border-color: transparent transparent #a60f08;
  border-width: 5px;
}

select {
  background-color: #ffffff;
  color: #acacac;
}

option {
  background-color: #e9e9e9;
  color: #000000;
}

.green-button {
  background: #21a018;
  color: #ffffff;
}
.green-button:hover, .green-button:focus {
  background: rgb(28.05, 136, 20.4);
  color: #ffffff;
}
.green-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.green-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.green-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.green-button {
  font-size: 1rem !important;
}

.blue-button {
  background: #2a90a3;
  color: #ffffff;
}
.blue-button:hover, .blue-button:focus {
  background: rgb(35.7, 122.4, 138.55);
  color: #ffffff;
}
.blue-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.blue-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.blue-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.blue-button {
  font-size: 1rem !important;
}

.gray-button {
  background: #8f8f8f;
  color: #ffffff;
}
.gray-button:hover, .gray-button:focus {
  background: #8f8f8f;
  color: #ffffff;
}
.gray-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.gray-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.gray-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gray-button {
  font-size: 1rem !important;
}

.small-green {
  background: #21a018;
  color: #ffffff;
}
.small-green:hover, .small-green:focus {
  background: rgb(28.05, 136, 20.4);
  color: #ffffff;
}
.small-green .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.small-green .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.small-green.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.small-green {
  font-size: 0.6875rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.small-red {
  background: #c24a44;
  color: #ffffff;
}
.small-red:hover, .small-red:focus {
  background: rgb(167.922983871, 60.1649193548, 54.777016129);
  color: #ffffff;
}
.small-red .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.small-red .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.small-red.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.small-red {
  font-size: 0.6875rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.light-green-button {
  background: rgba(33, 160, 24, 0.3);
  color: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.light-green-button:hover, .light-green-button:focus {
  background: rgba(28.05, 136, 20.4, 0.3);
  color: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.light-green-button .iconic * {
  fill: rgb(32.5426630435, 157.7826086957, 23.6673913043);
  stroke: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.light-green-button .iconic *.iconic-property-accent {
  fill: rgb(32.5426630435, 157.7826086957, 23.6673913043);
  stroke: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.light-green-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.light-green-button {
  font-size: 1rem !important;
}

.light-green-button:hover {
  background: rgba(33, 160, 24, 0.6);
  color: #ffffff;
}
.light-green-button:hover:hover, .light-green-button:hover:focus {
  background: rgba(28.05, 136, 20.4, 0.6);
  color: #ffffff;
}
.light-green-button:hover .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.light-green-button:hover .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.light-green-button:hover.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.light-green-button:hover {
  font-size: 1rem !important;
}

.red-button {
  background: #c24a44;
  color: #ffffff;
}
.red-button:hover, .red-button:focus {
  background: rgb(167.922983871, 60.1649193548, 54.777016129);
  color: #ffffff;
}
.red-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.red-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.red-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.red-button {
  font-size: 1rem !important;
}

.small-dark-blue {
  background: #417185;
  color: #a2bbc6;
}
.small-dark-blue:hover, .small-dark-blue:focus {
  background: rgb(55.25, 96.05, 113.05);
  color: #a2bbc6;
}
.small-dark-blue .iconic * {
  fill: #a2bbc6;
  stroke: #a2bbc6;
}
.small-dark-blue .iconic *.iconic-property-accent {
  fill: #a2bbc6;
  stroke: #a2bbc6;
}
.small-dark-blue.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.small-dark-blue {
  font-size: 0.75rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tiny-dark-blue {
  background: #417185;
  color: #ffffff;
}
.tiny-dark-blue:hover, .tiny-dark-blue:focus {
  background: rgb(55.25, 96.05, 113.05);
  color: #ffffff;
}
.tiny-dark-blue .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.tiny-dark-blue .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.tiny-dark-blue.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.tiny-dark-blue {
  font-size: 0.5rem !important;
  color: #ffffff !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.1875rem !important;
  margin-bottom: 0.1875rem !important;
  padding-left: 0.1875rem !important;
  padding-right: 0.1875rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

a.tiny-dark-blue {
  font-size: 0.625rem !important;
}

.login-form-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.9375rem !important;
  margin-bottom: 0 !important;
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  padding-left: 1.25rem;
  padding-right: 0.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.login-form-container input {
  margin-right: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .login-form-container .login-checkbox-row label {
    font-size: 0.6875rem;
  }
}
.login-form-container .login-checkbox-row label {
  font-size: 0.875rem !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1.875rem;
  color: #000000;
}
.login-form-container .login-username-box {
  padding-right: 0.3125rem;
}
.login-form-container .login-password-box {
  padding-left: 0.3125rem;
}
.login-form-container .green-button {
  margin-bottom: 0 !important;
}
.login-form-container .login-help-link {
  padding-left: 0.9375rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0 !important;
  font-size: 0.75rem;
  overflow: hidden;
}
.login-form-container .login-help-link a:hover {
  text-decoration: underline;
  color: #2a90a3;
}
.login-form-container .login-alert {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  text-align: center;
  background-color: #800000;
  color: #ffffff;
}

.form-portal-home-sign-up .green-button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .form-portal-home-sign-up label {
    font-size: 0.6875rem;
  }
}
.form-portal-home-sign-up label {
  font-size: 0.8125rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.form-portal-home-sign-up a {
  text-decoration: underline;
  color: #2a90a3;
}
.form-portal-home-sign-up h2 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  color: #21a018;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.625rem;
}

.contact-form-container .grid-content {
  padding: 0 !important;
}

.contact-us-success {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  background: #52a8b8;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}

.form-demo-sign-up {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}
.form-demo-sign-up .green-button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .form-demo-sign-up label {
    font-size: 0.6875rem;
  }
}
.form-demo-sign-up label {
  font-size: 0.8125rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.form-demo-sign-up p {
  /*padding: {
  	left: rem-calc(20) !important;
  	right: rem-calc(0) !important;
  	top: rem-calc(0) !important;
  	bottom: rem-calc(20) !important;
  }*/
  margin-left: 1.125rem !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.form-demo-sign-up a {
  text-decoration: underline;
  color: #2a90a3;
}
.form-demo-sign-up h2 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  color: #21a018;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5625rem;
  padding-bottom: 0.625rem;
}

[uib-typeahead-popup].dropdown-menu {
  display: block !important;
  position: absolute !important;
  z-index: 1000000000000 !important;
  background-color: #f9f9f9 !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  font-size: 0.875rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
}
[uib-typeahead-popup].dropdown-menu a {
  font-size: 0.875rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  color: #000000 !important;
  padding: 3px !important;
  display: block !important;
}
[uib-typeahead-popup].dropdown-menu a:hover {
  background-color: #f9f9f9 !important;
}
[uib-typeahead-popup].dropdown-menu ul {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000000000099 !important;
  display: none !important;
  background-color: #f9f9f9 !important;
  list-style: none !important;
  list-style-type: none !important;
}
[uib-typeahead-popup].dropdown-menu li {
  list-style: none !important;
  list-style-type: none !important;
  padding: 3px !important;
}
[uib-typeahead-popup].dropdown-menu li:hover {
  background-color: #f9f9f9 !important;
}

.basic-dropdown-label {
  text-align: right !important;
  padding-top: 5px !important;
  padding-right: 10px !important;
}
.basic-dropdown-label h5 {
  font-family: "open_sansregular", Verdana, sans-serif !important;
}

.basic-dropdown select {
  border-color: #cccccc !important;
  color: black !important;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 0 0;
  font-family: "open_sansregular", Verdana, sans-serif !important;
}
.basic-dropdown select:focus {
  -webkit-box-shadow: 0 0 5px rgb(81, 203, 238);
          box-shadow: 0 0 5px rgb(81, 203, 238);
  border: 1px solid rgb(81, 203, 238);
}

.green-subheader {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.625rem;
  color: #21a018;
  border-bottom-width: 1px;
  border-bottom-color: #21a018;
  border-bottom-style: solid;
}

.table-with-diagonal-headers a:hover {
  background-color: unset !important;
}
.table-with-diagonal-headers th {
  background-color: unset !important;
}
.table-with-diagonal-headers .table-header-rotated {
  border-collapse: collapse;
}
.table-with-diagonal-headers .table-header-rotated td {
  width: 30px;
}
.table-with-diagonal-headers .table-header-rotated th {
  padding: 5px 10px;
}
.table-with-diagonal-headers .table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #a9a9a9;
}
.table-with-diagonal-headers .table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
}
.table-with-diagonal-headers .table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
  transform: translate(25px, 51px) rotate(315deg);
  width: 30px;
}
.table-with-diagonal-headers .table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #a9a9a9;
  padding: 5px 10px;
  font-size: 12px !important;
}
.table-with-diagonal-headers .table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #a9a9a9;
}

/* 
 * Don't modify things marked with ! - unless you know what you're doing
 */
/* ! vertical layout */
.multiSelect .vertical {
  float: none;
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
  float: left;
}

/* ! create a "row" */
.multiSelect .line {
  padding: 2px 0px 4px 0px;
  max-height: 30px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
  display: inline-block;
  min-width: 12px;
  width: 100%;
}

/* ! */
.multiSelect .inlineBlock {
  display: inline-block;
}

/* the multiselect button */
.multiSelect > button {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  padding: 1px 8px 1px 8px;
  font-size: 14px;
  min-height: 38px !important;
  border-radius: 4px;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: normal;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background-image: linear-gradient(#fff, #f7f7f7);
}

/* button: hover */
.multiSelect > button:hover {
  background-color: #d9e6eb;
}

/* button: disabled */
.multiSelect > button:disabled {
  border: 1px solid #ddd;
  color: #000000;
  font-weight: bold;
}

/* button: clicked */
.multiSelect .buttonClicked {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* labels on the button */
.multiSelect .buttonLabel {
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

/* downward pointing arrow */
.multiSelect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 1px 12px !important;
  vertical-align: middle;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
  background-color: #fff;
  position: absolute;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 278px;
  display: none !important;
}

/* container of helper elements */
.multiSelect .helperContainer {
  border-bottom: 1px solid #ddd;
  padding: 8px 8px 0px 8px;
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.6;
  margin: 0px 0px 8px 0px;
}

.multiSelect .helperButton.reset {
  float: right;
}

.multiSelect .helperButton:not(.reset) {
  margin-right: 4px;
}

/* clear button */
.multiSelect .clearButton {
  position: absolute;
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 22px;
  width: 22px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.4;
  right: 2px;
  top: 4px;
}

/* filter */
.multiSelect .inputFilter {
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 14px;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  color: #888;
  margin: 0px 0px 8px 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
  border: 1px solid #ccc;
  color: #999;
  background-color: #f4f4f4;
}

.multiSelect .helperButton:disabled {
  color: #ccc;
  border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
  border: 1px solid #66AFE9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.065), 0 0 5px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.065), 0 0 5px rgba(102, 175, 233, 0.6) !important;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
  display: block;
  padding: 8px;
  overflow: hidden;
  max-height: 350px !important;
  overflow-y: auto !important;
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
  display: block !important;
}

/* item labels */
.multiSelect .multiSelectItem {
  display: block;
  padding: 3px;
  color: #444;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  position: relative;
  min-width: 278px;
  min-height: 32px;
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
  background-color: #d0e5ce;
  color: #000000;
  cursor: pointer;
}

.multiSelect .multiSelectItem .acol label {
  display: inline-block;
  padding-right: 30px;
  margin: 0px;
  font-weight: normal;
  line-height: normal;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
  color: #000000 !important;
  cursor: pointer;
  background-color: #eaeaea;
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
  background-color: #eaeaea;
  color: #000000 !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover {
  cursor: pointer;
}

/* ! group labels */
.multiSelect .multiSelectGroup {
  display: block;
  clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 15px;
  font-weight: bold;
  color: green;
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {
  color: #ddd !important;
  position: absolute;
  left: -9999px;
  cursor: pointer;
}

/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
  color: #000000 !important;
  font-weight: bold;
  cursor: not-allowed !important;
  background-color: #aeceda;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
  vertical-align: middle;
  margin-bottom: 0px;
  max-height: 22px;
  max-width: 22px;
}

.no-hover-style h3:hover {
  background-color: #f2f2f2 !important;
}

.small-blue-2 {
  background: #417185;
  color: #ffffff;
}
.small-blue-2:hover, .small-blue-2:focus {
  background: rgb(55.25, 96.05, 113.05);
  color: #ffffff;
}
.small-blue-2 .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.small-blue-2 .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.small-blue-2.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.small-blue-2 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.75rem !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

#header {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/page_bg_top.png);
  background-position: top;
  background-repeat: repeat-x;
}

@media only screen and (min-width: 78.125em) {
  .header-container {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .header-container {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .header-container {
    max-width: 600px;
    min-width: 600px;
  }
}
.header-container {
  margin: auto !important;
  padding: 0;
}
@media only screen and (min-width: 46.25em) {
  .header-container {
    overflow: auto !important;
  }
}
.header-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-top-row-container {
  /*padding: {
  	left: 0;
  	right: 0;
  	top: rem-calc(10);
  	bottom: 0;	
  }*/
}
@media only screen and (min-width: 46.25em) {
  .header-top-row-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-top-row-container {
  margin: 0;
  width: 100%;
}

.header-top-row {
  min-height: 38px;
}
@media only screen and (min-width: 78.125em) {
  .header-top-row {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .header-top-row {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .header-top-row {
    max-width: 600px;
    min-width: 600px;
  }
}
.header-top-row {
  margin: auto !important;
  padding: 0;
}

.header-top-row-content-left {
  overflow: hidden;
}

.header-middle-row-container {
  /*padding: {
  	left: 0;
  	right: 0;
  	top: rem-calc(10);
  	bottom: 0;	
  }*/
}
@media only screen and (min-width: 46.25em) {
  .header-middle-row-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-middle-row-container {
  margin: 0;
  width: 100%;
}

.header-middle-row {
  height: 54px;
}
@media only screen and (min-width: 78.125em) {
  .header-middle-row {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .header-middle-row {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .header-middle-row {
    max-width: 600px;
    min-width: 600px;
  }
}
.header-middle-row {
  margin: auto !important;
  padding: 0;
}

.header-middle-row-content {
  overflow: hidden;
}
.header-middle-row-content #logo-top {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2.1875rem;
  margin-bottom: 0;
}

.header-middle-row-content-right {
  overflow: hidden;
}

.header-bottom-row-container {
  /*padding: {
  	left: 0;
  	right: 0;
  	top: rem-calc(10);
  	bottom: 0;	
  }*/
}
@media only screen and (min-width: 46.25em) {
  .header-bottom-row-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-bottom-row-container {
  margin: 0;
  width: 100%;
}

.header-bottom-row {
  min-height: 59px;
}
@media only screen and (min-width: 78.125em) {
  .header-bottom-row {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .header-bottom-row {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .header-bottom-row {
    max-width: 600px;
    min-width: 600px;
  }
}
.header-bottom-row {
  margin: auto !important;
  padding: 0;
}

.header-bottom-row-content-left {
  overflow: hidden;
}

.header-bottom-row-content-right {
  overflow: hidden;
}

.header-login {
  padding-left: 1.125rem;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.header-login .grid-content {
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.header-login input[type=text], .header-login input[type=password] {
  border-style: none;
  border-width: 0;
  background-color: #badce8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-left: 0;
  margin-right: 0.3125rem !important;
  margin-top: 0.3125rem;
  margin-bottom: 0;
  height: 1.75rem;
  color: #417185;
}
.header-login a {
  color: #000000;
  text-decoration: underline;
  font-size: 0.6875rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.75rem;
  padding-bottom: 0;
}

#header-login-info .login-info-right-container {
  background-color: #ebebeb;
  min-height: 54px !important;
  overflow: hidden;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-right-width: 1px;
}
#header-login-info .login-info-right-container .login-status {
  width: 100%;
  min-height: 54px !important;
  overflow: hidden;
  border-left-color: #d5d5d5;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #d5d5d5;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.25rem;
  padding-bottom: 0;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  color: #527c8e;
}
#header-login-info .login-info-right-container .login-status a {
  padding-left: 1.25rem;
  text-decoration: underline;
  color: #527c8e;
}
#header-login-info .login-info-right-container .login-status a:hover {
  color: #000000;
}

#header-main-nav .menu-bar li {
  text-align: center !important;
  display: block;
}
#header-main-nav .menu-bar li a:not(.button) {
  background-color: rgba(246, 246, 246, 0.95);
}
#header-main-nav .menu-bar li a:hover {
  background-color: #d8d8d8;
}
#header-main-nav .menu-bar a {
  font-size: 0.875rem;
  font-line-height: 0.875rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  text-align: left !important;
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important;
  padding-top: 1.375rem !important;
  padding-bottom: 1.4375rem !important;
}
#header-main-nav .menu-bar li:last-child {
  padding-right: 0 !important;
}
#header-main-nav .menu-bar {
  background-color: rgba(246, 246, 246, 0.95);
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  #header-main-nav .menu-bar li a:not(.button) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 1.375rem;
    padding-bottom: 1.4375rem;
    background-color: rgba(246, 246, 246, 0.95);
  }
  #header-main-nav .menu-bar li a:hover {
    background-color: #d8d8d8;
  }
  #header-main-nav .menu-bar a {
    font-size: 0.75rem !important;
    font-line-height: 0.75rem;
    font-family: "open_sansregular", Verdana, sans-serif;
  }
  #header-main-nav .menu-bar {
    background-color: rgba(246, 246, 246, 0.95);
    position: absolute;
  }
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
  background-color: yellow;
}

#mobile-top-header {
  min-height: 4.375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #f2f2f2;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/mobile-logo.png);
  background-repeat: no-repeat;
  background-size: inherit;
}
#mobile-top-header img {
  padding-right: 0.625rem;
}

#mobile-menu .action-sheet ul a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

@media only screen and (min-width: 46.25em) {
  .home-container {
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
  }
}

.hero-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 46.25em) {
  .hero-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
}
.hero-container {
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 78.125em) {
  .hero {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .hero {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .hero {
    max-width: 600px;
    min-width: 600px;
  }
}
.hero {
  margin: auto !important;
  padding: 0;
}

.hero-left {
  padding-left: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 46.25em) {
  .hero-left {
    padding-left: 2.1875rem;
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}
.hero-left {
  text-align: left;
}
.hero-left h1 {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-color-underline.png);
  background-position: bottom;
  background-repeat: repeat-x;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #050708;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 46.25em) {
  .hero-left h1 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
    margin-left: 0.9375rem;
  }
}
.hero-left p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #545454;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
  margin: 0;
}
@media only screen and (min-width: 46.25em) {
  .hero-left p {
    width: 25rem;
    margin-left: 0.9375rem;
  }
}
@media only screen and (min-width: 46.25em) {
  .hero-left {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0;
    padding-right: 0;
  }
  .hero-left h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: 24.6875rem;
  }
  .hero-left {
    width: 25rem;
  }
}

.hero-middle img {
  max-width: none;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .hero-middle img {
    max-width: 100%;
  }
  .hero-middle {
    overflow: hidden;
  }
}
.hero-middle {
  overflow: hidden;
}

.home-content-row-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-gray-line.png);
  background-position: center;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-content-row-header h2 {
    font-size: 1.375rem;
  }
}
.home-content-row-header h2 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.625rem;
  line-height: 1.625rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  margin-left: 2.5rem;
  display: inline;
}
.home-content-row-header .home-content-row-header-wrapper {
  background-repeat: no-repeat;
  display: inline;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-style: solid;
  border-width: 1px;
  margin: auto;
}

.home-content-row-text p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #414141;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  margin: 0;
}
.home-content-row-text {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 46.25em) {
  .home-content-row-text {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 78.125em) {
  .home-content-row-text {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.home-content-row-text {
  text-align: center;
}

.home-content-row-gray {
  height: auto;
  background-color: #f9f9f9;
  width: 100% !important;
}

.home-content-row-white {
  height: auto;
  background-color: #ffffff;
  width: 100% !important;
}

#how-it-works-container {
  width: 100% !important;
  background-color: #7eb2c7;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #how-it-works-container {
    margin-top: 3.125rem;
  }
}

@media only screen and (min-width: 78.125em) {
  .how-it-works-header {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .how-it-works-header {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .how-it-works-header {
    max-width: 600px;
    min-width: 600px;
  }
}
.how-it-works-header {
  margin: auto !important;
  padding: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .how-it-works-header h2 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
  }
}
.how-it-works-header h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
}

#how-it-works-content-container {
  width: 100% !important;
  background-color: #c7dbe3;
}

@media only screen and (min-width: 78.125em) {
  .how-it-works-content {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .how-it-works-content {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .how-it-works-content {
    max-width: 600px;
    min-width: 600px;
  }
}
.how-it-works-content {
  margin: auto !important;
  padding: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .how-it-works-content .how-it-works-intro-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem;
  }
}
.how-it-works-content .how-it-works-intro-text {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 1.125rem;
  text-align: center;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  padding-top: 2.1875rem;
  padding-bottom: 1.875rem;
}
.how-it-works-content h3 {
  color: #414141;
  border-bottom-color: #b8b8b8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0.625rem;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.how-it-works-content .how-it-works-step-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.how-it-works-content .how-it-works-step {
  background-color: #ffffff;
  width: 100%;
  min-height: 18.75rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0;
  margin-bottom: 0;
}
.how-it-works-content .how-it-works-step h4 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #dde8ed;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  color: #7eb2c7;
}
.how-it-works-content .how-it-works-step h3 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
  border-style: none;
  color: #4089a7;
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
}
.how-it-works-content .how-it-works-step p {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.how-it-works-content .how-it-works-step:hover {
  background-color: #eaf2f5;
}
.how-it-works-content .how-it-works-step:hover h4 {
  background-color: #c7dce6;
}

@media only screen and (min-width: 78.125em) {
  .how-it-works-cta-button {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .how-it-works-cta-button {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .how-it-works-cta-button {
    max-width: 600px;
    min-width: 600px;
  }
}
.how-it-works-cta-button {
  margin: auto !important;
  padding: 0;
  text-align: center;
}
.how-it-works-cta-button .button {
  background: #417185;
  color: #ffffff;
}
.how-it-works-cta-button .button:hover, .how-it-works-cta-button .button:focus {
  background: rgb(55.25, 96.05, 113.05);
  color: #ffffff;
}
.how-it-works-cta-button .button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.how-it-works-cta-button .button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.how-it-works-cta-button .button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.how-it-works-cta-button .button {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .how-it-works-cta-button .button {
    font-size: 0.75rem;
  }
}

#secondary-callout-container {
  width: 100% !important;
  background-color: #f6f1f1;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 78.125em) {
  .secondary-callout-content {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .secondary-callout-content {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .secondary-callout-content {
    max-width: 600px;
    min-width: 600px;
  }
}
.secondary-callout-content {
  margin: auto !important;
  padding: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .secondary-callout-content p {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.secondary-callout-content p {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: center;
  padding-left: 11.25rem;
  padding-right: 11.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media only screen and (min-width: 78.125em) {
  #know-the-past-container .know-the-past {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  #know-the-past-container .know-the-past {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #know-the-past-container .know-the-past {
    max-width: 600px;
    min-width: 600px;
  }
}
#know-the-past-container .know-the-past {
  margin: auto !important;
  padding: 0;
}
#know-the-past-container h2 {
  color: #2a90a3;
  border-bottom-color: #2a90a3;
  border-color: #2a90a3;
}
#know-the-past-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-know-the-past.png);
  background-color: #cbdee5;
  border-color: #2a90a3;
}
#know-the-past-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-secret-govt-docs.png);
}
#know-the-past-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-know-competitor-pricing.png);
}
#know-the-past-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-see-competitor-proposals.png);
}
#know-the-past-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cbdee5;
}

@media only screen and (min-width: 78.125em) {
  #act-on-the-present-container .act-on-the-present {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  #act-on-the-present-container .act-on-the-present {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #act-on-the-present-container .act-on-the-present {
    max-width: 600px;
    min-width: 600px;
  }
}
#act-on-the-present-container .act-on-the-present {
  margin: auto !important;
  padding: 0;
}
#act-on-the-present-container h2 {
  color: #c24a44;
  border-bottom-color: #c24a44;
  border-color: #c24a44;
}
#act-on-the-present-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-act-on-the-present.png);
  background-color: #e7cecc;
  border-color: #c24a44;
}
#act-on-the-present-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-submit-anonymous-questions.png);
}
#act-on-the-present-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-dont-miss-amendments.png);
}
#act-on-the-present-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-pricing-comps.png);
}
#act-on-the-present-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e7cecc;
}

@media only screen and (min-width: 78.125em) {
  #predict-the-future-container .predict-the-future {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  #predict-the-future-container .predict-the-future {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #predict-the-future-container .predict-the-future {
    max-width: 600px;
    min-width: 600px;
  }
}
#predict-the-future-container .predict-the-future {
  margin: auto !important;
  padding: 0;
}
#predict-the-future-container h2 {
  color: #21a018;
  border-bottom-color: #21a018;
  border-color: #21a018;
}
#predict-the-future-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-predict-the-future.png);
  background-color: #cee7d0;
  border-color: #21a018;
}
#predict-the-future-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-advanced-notice.png);
}
#predict-the-future-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-price-points.png);
}
#predict-the-future-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-buyer-decision-making.png);
}
#predict-the-future-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cee7d0;
}

@media only screen and (min-width: 78.125em) {
  #analytics-container .analytics {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  #analytics-container .analytics {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #analytics-container .analytics {
    max-width: 600px;
    min-width: 600px;
  }
}
#analytics-container .analytics {
  margin: auto !important;
  padding: 0;
}
#analytics-container h2 {
  color: #d76e22;
  border-bottom-color: #d76e22;
  border-color: #d76e22;
}
#analytics-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-analytics.png);
  background-color: #e9dace;
  border-color: #d76e22;
}
#analytics-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-pull-reports.png);
}
#analytics-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-use-maps.png);
}
#analytics-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-view-charts.png);
}
#analytics-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e9dace;
}

.home-content-row-callouts .call-out-box {
  position: relative;
  clear: both;
  margin-left: 0;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-content-row-callouts .call-out-box:hover {
  border-radius: 10px;
  background-position: center -275px;
}
.home-content-row-callouts {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.home-content-row-callouts h3 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.125rem;
  color: #414141;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6.25rem;
  padding-bottom: 0;
}
.home-content-row-callouts p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #414141;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-content-row-callouts p {
    height: 95px;
  }
}
@media only screen and (min-width: 46.25em) {
  .home-content-row-callouts p {
    height: 120px;
  }
}
.home-content-row-callouts li {
  list-style: none;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-content-row-callouts li {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-content-row-callouts .call-out-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-content-row-callouts {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100% !important;
  }
}
@media only screen and (min-width: 46.25em) {
  .home-content-row-callouts .call-out-box {
    width: 13.4375rem;
    margin-left: 0.9375rem;
  }
}
@media only screen and (orientation: landscape) {
  .home-content-row-callouts .call-out-box {
    width: 17.1875rem;
    margin-left: 2.1875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-content-row-callouts p {
    padding: 0;
  }
}
@media only screen and (min-width: 78.125em) {
  .home-content-row-callouts .call-out-box {
    width: 17.1875rem;
    margin-left: 6.0625rem;
  }
}

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  #about-us-container {
    margin-top: 0.625rem;
  }
}
#about-us-container {
  width: 100% !important;
  background-color: #7eb2c7;
  margin-top: 4.375rem;
}

@media only screen and (min-width: 78.125em) {
  .about-us-header {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .about-us-header {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-header {
    max-width: 600px;
    min-width: 600px;
  }
}
.about-us-header {
  margin: auto !important;
  padding: 0;
}
.about-us-header h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
}

#about-us-content-container {
  width: 100% !important;
  background-color: #c7dbe3;
}

@media only screen and (min-width: 78.125em) {
  .about-us-content {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .about-us-content {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-content {
    max-width: 600px;
    min-width: 600px;
  }
}
.about-us-content {
  margin: auto !important;
  padding: 0;
}
.about-us-content h5 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-content h5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem !important;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-content p {
    padding-left: 1.875rem;
    padding-right: 1.875rem !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about-us-content p {
  padding-left: 0;
  padding-right: 5rem !important;
  padding-top: 0;
  padding-bottom: 0;
  color: #414141;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-mgw-difference {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
    padding-top: 0.625rem !important;
  }
  .about-us-mgw-difference h5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.about-us-mgw-difference h5 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.about-us-mgw-difference {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.about-us-mgw-difference-points {
  width: 100%;
}
.about-us-mgw-difference-points img {
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-mgw-difference-points p {
    padding-left: 0.625rem !important;
  }
}
.about-us-mgw-difference-points p {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0 !important;
  line-height: 1.375rem;
  width: 100%;
}

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .about-us-left-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 1.875rem;
    padding-bottom: 0 !important;
  }
}
.about-us-left-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 7.5rem;
  padding-bottom: 0 !important;
}

#home-page-cta-bar {
  background-color: #b1b1b1;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/public_home_foot_cta_bkgd.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: em-rem-calccalc(0);
}

@media only screen and (min-width: 78.125em) {
  .home-page-cta {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .home-page-cta {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-page-cta {
    max-width: 600px;
    min-width: 600px;
  }
}
.home-page-cta {
  margin: auto !important;
  padding: 0;
  height: 11.25rem;
}
.home-page-cta h3 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 2.875rem;
}
.home-page-cta {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 46.25em) {
  .home-page-cta {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
  .home-page-cta h3 {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-page-cta h3 {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }
  .home-page-cta {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.9375rem;
    padding-bottom: 0;
    text-align: center;
  }
}

.public-home-cta-button {
  background: #21a018;
  color: #ffffff;
}
.public-home-cta-button:hover, .public-home-cta-button:focus {
  background: rgb(28.05, 136, 20.4);
  color: #ffffff;
}
.public-home-cta-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.public-home-cta-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.public-home-cta-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.public-home-cta-button {
  margin-top: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
  color: #ffffff;
}

#home-page-contact-us-bar {
  width: 100% !important;
  background-color: #1e5369;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: 0;
}
#home-page-contact-us-bar i {
  color: #bbbbbb !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
}
#home-page-contact-us-bar span {
  padding-top: 0.5rem;
}

@media only screen and (min-width: 78.125em) {
  .home-page-contact-us-content {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .home-page-contact-us-content {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .home-page-contact-us-content {
    max-width: 600px;
    min-width: 600px;
  }
}
.home-page-contact-us-content {
  margin: auto !important;
  padding: 0;
}

.home-page-contact-us-text {
  text-align: center;
}
.home-page-contact-us-text h3 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.625rem;
  color: #ffffff;
}
.home-page-contact-us-text p {
  font-size: 0.875rem;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.home-page-contact-us-text {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.home-page-contact-us-form {
  text-align: center;
}
.home-page-contact-us-form textarea {
  height: auto;
}

.home-page-contact-us-phone {
  text-align: left;
  padding-bottom: 0.1875rem;
  color: #ffffff;
  font-size: 0.875rem;
}

.home-page-contact-us-social-media {
  padding-bottom: 0.1875rem;
}

.public-home-contact-form-button {
  background: #528fa4;
  color: #ffffff;
}
.public-home-contact-form-button:hover, .public-home-contact-form-button:focus {
  background: rgb(69.7, 121.55, 139.4);
  color: #ffffff;
}
.public-home-contact-form-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.public-home-contact-form-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.public-home-contact-form-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.public-home-contact-form-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  color: #ffffff;
}

.gray-icon {
  color: #bbbbbb;
}

.general-content-container {
  width: 100% !important;
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .general-content-container .general-content {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
    padding-top: 0 !important;
    padding-bottom: 0.9375rem !important;
  }
}
@media only screen and (min-width: 78.125em) {
  .general-content-container .general-content {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .general-content-container .general-content {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .general-content-container .general-content {
    max-width: 600px;
    min-width: 600px;
  }
}
.general-content-container .general-content {
  margin: auto !important;
  padding: 0;
  background-color: #ffffff;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
  padding-left: 9.375rem !important;
  padding-right: 9.375rem !important;
  padding-top: 0 !important;
  padding-bottom: 0.9375rem !important;
  /*@include set-border($template_medium_light_gray_2, 1);*/
}
.general-content-container .general-content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
}
.general-content-container .general-content h5 {
  font-size: 0.875rem;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 0.9375rem;
}
.general-content-container .general-content p {
  font-size: 0.875rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.25rem;
}
.general-content-container .general-content ul {
  padding-left: 1.25rem !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}
.general-content-container .general-content ul li {
  font-size: 0.8125rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.general-content-container .general-content-header {
  background-color: #7db3c6;
}
.general-content-container .general-content-header h1 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5rem;
}
.general-content-container .general-content-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 0;
  padding-top: 0.6875rem;
  padding-bottom: 0.5625rem;
}

.controlpanel-modal-content {
  overflow: auto !important;
  max-height: 37.5rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gray-header-alert-box {
  color: #c24a44 !important;
  font-size: 0.75rem !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 0.625rem !important;
  background-color: #ffffff !important;
  margin-top: 1.5625rem !important;
}

.general-table-header {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7c568f;
  border-bottom-style: solid;
  border-bottom-color: rgba(124, 86, 143, 0.3);
  border-bottom-width: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 1.25rem;
  margin-top: 0;
  margin-bottom: 1.25rem !important;
  min-width: 100% !important;
}

.large .modal-layout {
  width: 1000px !important;
}

.extralarge > .modal {
  max-width: 2000px !important;
  max-height: 1500px !important;
}

.classifiertools > .modal {
  max-width: 2000px !important;
  overflow-y: hidden !important;
}
@media only screen and (min-width: 78.125em) {
  .classifiertools > .modal {
    height: 100% !important;
  }
}
@media only screen and (min-width: 90em) {
  .classifiertools > .modal {
    height: 97% !important;
  }
}

.selectedClassification {
  background: lightgreen;
}

.highlightedClassification {
  background: lightblue;
}

.large > .modal {
  max-width: 1100px !important;
}

.form-detail-table-header h2 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7c568f;
  border-bottom-style: solid;
  border-bottom-color: rgba(124, 86, 143, 0.3);
  border-bottom-width: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 1.25rem;
  margin-top: 0;
  margin-bottom: 1.25rem !important;
  min-width: 100% !important;
}

.general-display {
  margin-bottom: 25px !important;
}
.general-display td {
  padding: 8px !important;
}

.mulitlevel-unordered-list ul {
  list-style-position: outside !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 1.25rem !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.mulitlevel-unordered-list ul li {
  list-style-type: none;
  list-style-position: outside !important;
  padding-left: 0;
  padding-right: 0 !important;
  padding-top: 0.625rem;
  padding-bottom: 0;
  width: 100%;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #2a90a3 !important;
}
.mulitlevel-unordered-list ul li ul li {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #000000 !important;
  padding-left: 2.5rem !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0 !important;
}
.mulitlevel-unordered-list ul li ul li ul li {
  font-size: 12px !important;
  font-weight: normal !important;
  font-style: italic;
  color: #000000 !important;
  padding-left: 2.5rem !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0 !important;
}

ul.checkbox-bulletlist-6-cols {
  columns: 6;
  -webkit-columns: 6;
  -moz-columns: 6;
  display: block;
}
ul.checkbox-bulletlist-6-cols li {
  list-style-type: none;
  list-style-position: outside im !important;
}

ul.checkbox-bulletlist-4-cols {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  display: block;
}
ul.checkbox-bulletlist-4-cols li {
  list-style-type: none;
  list-style-position: outside !important;
}

ul.list-3-cols {
  width: 100%;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  display: block;
}
ul.list-3-cols li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.textbox-add-additional-ui-container .textbox-add-additional {
  width: 100%;
}
.textbox-add-additional-ui-container .textbox-add-additional ul {
  list-style-position: inside;
  width: 100%;
  padding: 0;
  margin: 0;
}
.textbox-add-additional-ui-container .textbox-add-additional li {
  float: left;
  list-style-type: none;
  width: 48%;
}
.textbox-add-additional-ui-container .textbox-add-additional li input {
  width: 85%;
  padding: 0.3125rem;
  background-color: #eee;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  color: #000000;
}
.textbox-add-additional-ui-container .item-entry a {
  margin-top: 0.375rem;
  margin-left: 0.25rem;
}
.textbox-add-additional-ui-container .set-preferences-add-item {
  margin-bottom: 1.25rem !important;
}
.textbox-add-additional-ui-container .set-preferences-add-item a span {
  margin-left: 0.3125rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem;
}
.textbox-add-additional-ui-container .set-preferences-add-item a {
  color: #797979 important;
}
.textbox-add-additional-ui-container .set-preferences-add-item:last-child {
  margin-bottom: 3.125rem !important;
}

.label-row-bold {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
}

.floating-login-box {
  margin-top: 3.125rem;
}

.floating-login-box-header {
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.login-username-box, .login-password-box {
  display: block;
}
.login-username-box label, .login-password-box label {
  font-size: 1rem;
  font-weight: normal !important;
}

.login-external-link {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3.125rem !important;
  padding-bottom: 1.25rem !important;
}

.login-register-link {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.login-register-link a {
  margin-left: 0.75rem;
}
.login-register-link a:hover {
  text-decoration: underline;
  color: #2a90a3;
}
.login-register-link {
  background-color: #c7dbe3;
}

.clients-standard-layout-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 46.25em) {
  .clients-standard-layout-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
}
.clients-standard-layout-container {
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 78.125em) {
  .clients-standard-layout {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .clients-standard-layout {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .clients-standard-layout {
    max-width: 600px;
    min-width: 600px;
  }
}
.clients-standard-layout {
  margin: auto !important;
  padding: 0;
}

.clients-standard-layout-left {
  padding-left: 0;
  padding-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
}

.clients-standard-layout-middle {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.clients-standard-layout-right {
  padding-left: 0.75rem !important;
  padding-right: 0;
  padding-top: 0 !important;
  padding-bottom: 0;
}

.clients-main-header {
  background-color: #7db3c6;
}
.clients-main-header h1 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5rem;
}
.clients-main-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 0;
  padding-top: 0.6875rem;
  padding-bottom: 0.5625rem;
}

.container-tools-map-container {
  padding-right: 0.75rem;
}
.container-tools-map-container ng-map {
  height: 150px;
}

.tab-content-container {
  margin: 0;
  width: 100%;
  min-height: 43.75rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.info-list .info-list-container {
  margin-bottom: 1.25rem;
}
.info-list {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.info-list .info-list-header {
  color: #8f8f8f;
  font-size: 1.125rem;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  line-height: 1.1875rem;
}
.info-list .info-list-content {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding: 0;
}
.info-list .info-list-content ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
.info-list .info-list-content li {
  color: #797979;
  font-size: 0.75rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  line-height: 1.125rem;
}
.info-list .info-list-content li a {
  color: #797979;
}
.info-list .info-list-content li a:hover {
  color: #417185;
}
.info-list .info-list-content li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.data-list-loading {
  margin-top: 4.6875rem;
}
.data-list-loading img {
  width: 7.8125rem;
  height: 7.8125rem;
}

.list-view-pagination-row .grid-content {
  padding: 0 !important;
}
.list-view-pagination-row {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.125rem;
  padding-bottom: 0.8125rem !important;
}

.list-view-map-thumb {
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #b4b4b4;
}

.list-view-info {
  text-align: center;
}

a.list-view-info-title {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0;
  padding-bottom: 0.375rem !important;
  margin-bottom: 0.375rem !important;
  text-decoration: none;
  color: #000000;
}

.list-view-info-address, .list-view-info-entity-info, .list-view-rfp-name, .list-view-rfp-details {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0.0625rem !important;
  text-decoration: none;
  color: #373737;
}
.list-view-info-address a, .list-view-info-entity-info a, .list-view-rfp-name a, .list-view-rfp-details a {
  color: #373737;
}
.list-view-info-address a:hover, .list-view-info-entity-info a:hover, .list-view-rfp-name a:hover, .list-view-rfp-details a:hover {
  color: #000000;
}
.list-view-info-address .list-view-rfp-due-date, .list-view-info-entity-info .list-view-rfp-due-date, .list-view-rfp-name .list-view-rfp-due-date, .list-view-rfp-details .list-view-rfp-due-date {
  color: #c24a44;
  font-size: 0.8125rem;
  margin-top: 0.75rem !important;
  display: block;
}

p.list-view-info-address {
  display: block !important;
  width: 100% !important;
}

.icon-buttons-row {
  margin-bottom: 0.375rem;
}

.icon-buttons-buyers-row {
  margin-bottom: 0.375rem;
  margin-right: -2px;
}

.list-view-buyer-name {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.list-view-buyer-name a {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  text-decoration: none;
  color: #000000;
}

a.pure-css-tooltip-help {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
  color: white;
  text-shadow: #090A0B 0 -1px;*/
  display: inline-block;
  width: 37px !important;
}

.gray-font {
  color: #9d9d9d !important;
}
.gray-font a {
  color: #9d9d9d !important;
}

.purchase-authority-record-row .grid-content, .rfp-record-row .grid-content {
  padding: 0 !important;
}
.purchase-authority-record-row, .rfp-record-row {
  padding-top: 0.75rem;
  margin-bottom: 1.3125rem;
  border-top-style: solid;
  border-top-color: #d2e2e7;
  border-top-width: 5px;
}

.container-tools-map-container {
  margin-bottom: 0.75rem !important;
}

.list-inactive-overlay-map {
  position: absolute !important;
  z-index: 2000000000;
  background: rgba(227, 227, 227, 0.8) !important;
  height: 500px;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.list-inactive-overlay-map h1 {
  color: #000000 !important;
  font-size: 1.3125rem !important;
  line-height: 1.75rem !important;
  background: rgba(255, 255, 255, 0.6) !important;
  display: block !important;
  padding: 1.875rem !important;
}

.list-inactive-overlay-list-view {
  position: absolute !important;
  z-index: 900000000000;
  background: rgba(227, 227, 227, 0.8) !important;
  height: 360px;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden !important;
}
.list-inactive-overlay-list-view h1 {
  color: #000000 !important;
  font-size: 1.3125rem !important;
  line-height: 1.75rem !important;
  background: rgba(255, 255, 255, 0.6) !important;
  display: block !important;
  padding: 1.875rem !important;
}

.rfp-in-buyer-details-container {
  width: 100%;
}
.rfp-in-buyer-details-container .icon-buttons-row {
  margin-left: -10px !important;
}
.rfp-in-buyer-details-container .list-view-rfp-name {
  padding-right: 24px !important;
}

.list-view-message-row {
  border-top-style: solid;
  border-top-color: #d2e2e7;
  border-top-width: 5px;
  padding: 0;
}
.list-view-message-row P {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.0625rem;
  color: #4a4a4a;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.0625rem;
  margin-bottom: 0;
}
.list-view-message-row h5 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: #4a4a4a;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.list-link-wrapper {
  display: block !important;
  width: 100% !important;
}
.list-link-wrapper p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0.0625rem !important;
  text-decoration: none;
  color: #373737;
}
.list-link-wrapper p a {
  color: #373737;
}

.list-link-wrapper:hover {
  color: #527c8e !important;
}
.list-view-is-merged {
  color: #7c568f !important;
}

.list-sorting .grid-content {
  padding: 0 !important;
}
.list-sorting {
  padding: 0 !important;
  margin: 0 !important;
}
.list-sorting select {
  font-size: 0.75rem;
  color: #527c8e;
  background-color: #e8f1f4;
  border-color: #a4cad7;
  margin-bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  max-height: 30px;
  width: 160px !important;
}
.list-sorting select option {
  font-size: 0.75rem;
  color: #527c8e;
  background-color: #e8f1f4;
  border-color: #a4cad7;
}
.list-sorting button {
  font-size: 0.6875rem;
  color: #a2bbc6;
  background-color: #417185;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 0;
  width: unset !important;
}

.list-filters h3 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4a4a4a;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}
.list-filters h3 img {
  padding-left: 0 !important;
  padding-right: 0.1875rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 25px;
  width: 18px;
}
.list-filters h3:hover {
  background-color: rgba(33, 160, 24, 0.2) !important;
}
.list-filters {
  background-color: #f2f2f2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 3.125rem;
  margin-left: 0;
  margin-right: 0.75rem;
  margin-top: 0.1875rem;
  margin-bottom: 0;
}
.list-filters label {
  display: inline-block !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #21a018;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
}
.list-filters .schema-form-submit {
  text-align: right;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.list-filters .schema-form-submit .btn-primary {
  background-color: #dbdada;
  color: #000000;
  font-size: 0.6875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-style: none;
}
.list-filters .schema-form-submit-green {
  text-align: right;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.list-filters .schema-form-submit-green .btn-primary {
  background-color: #21a018;
  color: #ffffff;
  font-size: 0.6875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-style: none;
  width: 100% !important;
}
.list-filters .schema-form-submit-green .btn-primary:hover {
  background-color: rgba(33, 160, 24, 0.4) !important;
  color: #000000 !important;
}
.list-filters .small-gray-button {
  background-color: #c3c3c3 !important;
  color: #000000 !important;
  font-size: 0.6875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  width: 100% !important;
  text-transform: uppercase;
}
.list-filters .small-gray-button:hover {
  background-color: rgba(195, 195, 195, 0.5) !important;
  border-color: rgba(195, 195, 195, 0.5) !important;
}
.list-filters hr {
  border-top: 1px dotted #bbbbbb;
}
.list-filters .dark {
  margin-top: 1.25rem;
  border-top: 1px dotted #4a4a4a;
}

.form-group {
  padding: 0;
  margin: 0;
}
.form-group .control-label {
  display: none !important;
}
.form-group .checkbox {
  display: inline-block !important;
  width: 85px !important;
}
.form-group .radio {
  display: inline-block !important;
  padding-right: 16px;
  padding-top: 5px;
}
.form-group label {
  display: inline-block !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-group label input[type=checkbox] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
  vertical-align: text-top !important;
}
.form-group label input[type=radio] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
  vertical-align: text-top !important;
}
.form-group .control-label.sr-only {
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.form-group select {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.375rem !important;
  height: 24px !important;
  background-color: #f8f8f8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
}

.list-filters-textbox input {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.375rem !important;
  height: 30px !important;
  background-color: #f8f8f8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 100%;
}
.list-filters-textbox input:focus {
  outline: none;
}

.list-filters-textbox {
  padding: 0 !important;
  margin: 0 !important;
}

.form-group .form-control-date {
  padding: 0 !important;
  margin: 0 !important;
}
.form-group .form-control-date .control-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
.form-group .form-control-date input[type=text] {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.375rem !important;
  height: 24px !important;
  background-color: #f8f8f8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 100%;
}
.form-group .form-control-date input:focus {
  outline: none;
}

.list-filters-single-col .checkbox {
  width: 160px !important;
}

.schema-form-section {
  max-width: 250px !important;
  width: 250px !important;
  clear: both;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.textbox-min input {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
  height: 24px !important;
  background-color: #f8f8f8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  max-width: 80px !important;
  width: 80px !important;
}
.textbox-min {
  max-width: 80px !important;
  width: 80px !important;
  /*input {
      width: 40px !important;     
  }*/
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 0.75rem !important;
  margin-bottom: 1rem !important;
}

.textbox-max input {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
  height: 24px !important;
  background-color: #f8f8f8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  max-width: 80px !important;
  width: 80px !important;
}
.textbox-max {
  max-width: 80px !important;
  width: 80px !important;
  float: right;
  left: 20px !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}

.schema-form-multiselect .button {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.625rem;
  font-weight: normal;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.1875rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
  background-color: #787878;
}
.schema-form-multiselect select {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.375rem !important;
  height: 120px !important;
  background-color: #e9e9e9;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  optgroup-font-style: italic;
  optgroup-font-weight: bold;
  optgroup-label-font-style: italic !important;
  optgroup-label-font-weight: bold !important;
  optgroup-padding-top: 0.3125rem;
}
.schema-form-multiselect {
  margin-top: 0.5rem;
}

.schema-form-multiselect select option:checked {
  background-color: #d3d3d3 !important;
}

.checkbox {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.checkbox label {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  padding: 0;
  margin: 0;
}
.checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.list-filters-single-checkbox .checkbox {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.list-filters-single-checkbox .checkbox label {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  padding: 0;
  margin: 0;
}
.list-filters-single-checkbox .checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.list-filters-tall {
  min-height: 220px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.dev-disply-model {
  max-width: 250px !important;
  overflow: hidden;
}

.hide-filter-group {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}

.help-block {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #c24a44;
}

.small-red-button {
  background-color: #c24a44 !important;
  color: #ffffff !important;
  font-size: 0.6875rem;
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  width: 100% !important;
  text-transform: uppercase;
}

.small-red-button:hover {
  background-color: rgba(194, 74, 68, 0.7) !important;
  border-color: rgba(194, 74, 68, 0.7) !important;
}

.small-red-button-diabled {
  background-color: rgba(194, 74, 68, 0.4) !important;
  color: #ffffff !important;
  font-size: 0.6875rem;
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  width: 100% !important;
  text-transform: uppercase;
}

.small-red-button-diabled:hover {
  background-color: rgba(194, 74, 68, 0.4) !important;
  border-style: solid;
  border-color: #ffffff !important;
  border-width: 2px;
}

.small-green-button {
  background-color: #21a018 !important;
  color: #ffffff !important;
  font-size: 0.6875rem;
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  width: 100% !important;
  text-transform: uppercase;
}

.small-green-button:hover {
  background-color: rgba(33, 160, 24, 0.7) !important;
  border-color: rgba(194, 74, 68, 0.7) !important;
}

.small-green-button-diabled {
  background-color: rgba(33, 160, 24, 0.4) !important;
  color: #ffffff !important;
  font-size: 0.6875rem;
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  width: 100% !important;
  text-transform: uppercase;
}

.small-green-button-diabled:hover {
  background-color: rgba(33, 160, 24, 0.4) !important;
  border-style: solid;
  border-color: #ffffff !important;
  border-width: 2px;
}

.pagination-count h4 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  color: #4a4a4a;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.pagination-count h5 {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: normal !important;
  color: #4a4a4a !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
}
.pagination-count P {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.0625rem;
  color: #4a4a4a;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.pagination-count a {
  font-weight: bold;
}
.pagination-count a:hover {
  text-decoration: underline;
}

.pagination-controls ul {
  float: right !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pagination-controls li {
  float: left !important;
  list-style-type: none !important;
  padding-left: 0.625rem !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 1.1875rem !important;
}
.pagination-controls li .pagination-page {
  background-color: #ebebeb !important;
  color: #7e7e7e !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: bold !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.1875rem !important;
  padding-bottom: 0.1875rem !important;
  min-height: 1.625rem !important;
}
.pagination-controls li a:hover {
  background-color: #dddddd !important;
  color: #000000 !important;
}
.pagination-controls li .pagination-next {
  background-color: #ebebeb !important;
  color: #7e7e7e !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0.0625rem !important;
}
.pagination-controls li .pagination-previous {
  background-color: #ebebeb !important;
  color: #7e7e7e !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0.0625rem !important;
}
.pagination-controls .active a {
  background-color: #a7cbd8 !important;
  color: #000000 !important;
}
.pagination-controls .disabled a {
  background-color: #ffffff !important;
  color: #7e7e7e !important;
  cursor: default;
}
.pagination-controls .disabled a:hover {
  background-color: #ffffff !important;
  color: #7e7e7e !important;
}

.tab-group {
  background-color: #f9f9f9;
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: #e3e3e3;
  margin-bottom: 0.6875rem;
  width: 100% !important;
}
.tab-group .tab-item {
  min-width: 20% !important;
  height: 60px;
  background-color: #f3f3f3 !important;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #ffffff;
}
.tab-group .tab-item:not(:last-child) {
  border-right-style: solid !important;
  border-right-width: 5px !important;
  border-right-color: #ffffff !important;
}
.tab-group .tab-item.is-active {
  background-color: #e3e3e3;
  height: 60px;
  border-bottom-style: none;
}
.tab-group .tab-empty {
  min-width: 20% !important;
  height: 60px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 5px !important;
  border-bottom-color: #ffffff !important;
  cursor: default !important;
}

.tab-CP-Premium-RFPs {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-premium.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Freemium-RFPs {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-freemium.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Buyers, .tab-CP-Search-Buyer, .tab-CP-Scraping-Buyers {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-buyers.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Buyers-Buyers {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-buyers.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-Buyer {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-buyer.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Publishing {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-publishing.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Bulk-Mail {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-bulk-email.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Map, .tab-CP-Search-Map {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-map.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Scraping-Metrics {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-metrics.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Scraping-Agents {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-agents.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Scraping-URLs {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-urls.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Scraping-FBO {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-scraping-fbo.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-AgentDetail {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-agent.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-rfps, .tab-CP-Search-RFP {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-rfps.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keywords-Search {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-search.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keywords-Category {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-by-category.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keywords-NAICS {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-by-naics.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keywords-Uncategorized {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-uncategorized.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keywords-New {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-new.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keyword {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-keyword.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-NAICS {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-naics.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Keywords-Research {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-research.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Users-Contract {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-contracts.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Users-Companies {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-companies.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Users-People {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-people.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-User {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-user.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Contract {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-contract.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Administration-Data {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-data.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Reporting-Reports {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-reports.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Past {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-past.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Present {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-present.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Future {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-future.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Research {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-research.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Company {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-company.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Admin-Categories {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-categories.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-CP-Administration-Classification {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-classifier.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-map {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/cp-area-tab-map.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-past {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-past.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-present {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-present.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-future {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-future.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tab-research {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/client-area-tab-research.png) !important;
  background-position: left 9px !important;
  background-repeat: no-repeat !important;
}

.tabs-group {
  background-color: #f9f9f9;
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: #e3e3e3;
  margin-bottom: 0.6875rem;
  width: 100% !important;
}
.tabs-group .tab-item:hover {
  background-color: #e3e3e3 !important;
  cursor: pointer !important;
}
.tabs-group .tab-item:not(:last-child) {
  border-right-style: solid !important;
  border-right-width: 5px !important;
  border-right-color: #ffffff !important;
}
.tabs-group .tab-item.active {
  background-color: #e3e3e3;
  height: 60px;
  border-bottom-style: none;
  cursor: default !important;
}
.tabs-group .tab-item {
  min-width: 20% !important;
  height: 60px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #ffffff;
  background-color: #f3f3f3;
  float: left;
}

.tab-empty {
  width: 20% !important;
  height: 60px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 5px !important;
  border-bottom-color: #ffffff !important;
  border-right-style: none !important;
  border-right-width: 0 !important;
  background-color: #f9f9f9 !important;
}

.tabs-group .tab-empty:not(:last-child) {
  border-right-style: none !important;
  border-right-width: 0 !important;
}

.tabs-group .tab-empty:hover {
  border-right-style: none !important;
  border-right-width: 0 !important;
  background-color: #f9f9f9 !important;
  cursor: default !important;
}

.container-tools-sub-nav {
  min-height: 62.5rem;
  background-color: #f8f8f8;
  padding: 0;
  margin-right: 0.75rem;
}
.container-tools-sub-nav ul {
  list-style-position: outside !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}
.container-tools-sub-nav li {
  list-style-type: none;
  list-style-position: outside !important;
  padding-left: 0.5rem;
  padding-right: 0.1875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f2f2f2;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 4px;
}
.container-tools-sub-nav a {
  display: block;
  color: #c24a44;
  font-weight: bold;
  font-size: 0.875rem;
}
.container-tools-sub-nav li:hover {
  background-color: #eaeaea;
}

/*
    ---- MIXINS FOR TOOL TIP STYLES. PASS A COLOR VALUE TO CREATE THE COLOR VERSION YOU WANT
*/
/*
    ----------------------------------------------------------------------------------------------------------
*/
/* -------------------------------------    ICON TOOL TIPS    ------------------------------------------- */
/*
    ---- ICON TOOLTOP BLUE
*/
span.icon-tooltip-blue {
  min-width: 37px;
  max-height: 37px;
  min-width: 37px;
  max-height: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  background: rgb(164.0731707317, 210.9573170732, 229.4268292683);
  text-align: center;
}
span.icon-tooltip-blue h6 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #246680;
}

span.icon-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(203.8780487805, 230.237804878, 240.6219512195);
  background-clip: padding-box;
  border: 1px solid #246680;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
span.icon-tooltip-blue > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #246680;
  padding-bottom: 0.3125rem;
}
span.icon-tooltip-blue > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #246680;
}
span.icon-tooltip-blue > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(144.1707317073, 201.3170731707, 223.8292682927);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-blue > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-blue > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(144.1707317073, 201.3170731707, 223.8292682927);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-blue > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-blue > span .tool-tip-left-bold, span.icon-tooltip-blue > span .tool-tip-left, span.icon-tooltip-blue > span .tool-tip-right, span.icon-tooltip-blue > span .tool-tip-no-records, span.icon-tooltip-blue > span .tool-contact-name, span.icon-tooltip-blue > span .tool-contact-info, span.icon-tooltip-blue > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
span.icon-tooltip-blue > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #246680;
}
span.icon-tooltip-blue > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-blue > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-blue > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
span.icon-tooltip-blue > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-blue > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-blue > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
span.icon-tooltip-blue > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
span.icon-tooltip-blue > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
span.icon-tooltip-blue > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
span.icon-tooltip-blue > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
span.icon-tooltip-blue > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
span.icon-tooltip-blue > span .tool-contact-name, span.icon-tooltip-blue > span .tool-contact-info {
  width: 250px;
}
span.icon-tooltip-blue > span .tool-contact-name {
  font-weight: bold !important;
}
span.icon-tooltip-blue > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
span.icon-tooltip-blue > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

span.icon-tooltip-blue > span:before, span.icon-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

span.icon-tooltip-blue > span:before {
  border-top: 10px solid #246680;
  margin-top: 0px;
}

span.icon-tooltip-blue > span:after {
  border-top: 10px solid rgb(203.8780487805, 230.237804878, 240.6219512195);
  margin-top: -2px;
  z-index: 1;
}

span.icon-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

span.icon-tooltip-blue:hover img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}
span.icon-tooltip-blue:hover {
  background: rgb(84.4634146341, 172.3963414634, 207.0365853659);
}

/*
    ---- ICON TOOLTOP GREEN
*/
span.icon-tooltip-green {
  min-width: 37px;
  max-height: 37px;
  min-width: 37px;
  max-height: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  background: rgb(175.8070652174, 242.4130434783, 171.0869565217);
  text-align: center;
}
span.icon-tooltip-green h6 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #21a018;
}

span.icon-tooltip-green > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(217.660326087, 249.0652173913, 215.4347826087);
  background-clip: padding-box;
  border: 1px solid #21a018;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
span.icon-tooltip-green > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #21a018;
  padding-bottom: 0.3125rem;
}
span.icon-tooltip-green > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #21a018;
}
span.icon-tooltip-green > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(154.8804347826, 239.0869565217, 148.9130434783);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-green > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-green > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(154.8804347826, 239.0869565217, 148.9130434783);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-green > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-green > span .tool-tip-left-bold, span.icon-tooltip-green > span .tool-tip-left, span.icon-tooltip-green > span .tool-tip-right, span.icon-tooltip-green > span .tool-tip-no-records, span.icon-tooltip-green > span .tool-contact-name, span.icon-tooltip-green > span .tool-contact-info, span.icon-tooltip-green > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
span.icon-tooltip-green > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #21a018;
}
span.icon-tooltip-green > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-green > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-green > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
span.icon-tooltip-green > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-green > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-green > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
span.icon-tooltip-green > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
span.icon-tooltip-green > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
span.icon-tooltip-green > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
span.icon-tooltip-green > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
span.icon-tooltip-green > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
span.icon-tooltip-green > span .tool-contact-name, span.icon-tooltip-green > span .tool-contact-info {
  width: 250px;
}
span.icon-tooltip-green > span .tool-contact-name {
  font-weight: bold !important;
}
span.icon-tooltip-green > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
span.icon-tooltip-green > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

span.icon-tooltip-green > span:before, span.icon-tooltip-green > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

span.icon-tooltip-green > span:before {
  border-top: 10px solid #21a018;
  margin-top: 0px;
}

span.icon-tooltip-green > span:after {
  border-top: 10px solid rgb(217.660326087, 249.0652173913, 215.4347826087);
  margin-top: -2px;
  z-index: 1;
}

span.icon-tooltip-green:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

span.icon-tooltip-green:hover img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}
span.icon-tooltip-green:hover {
  background: rgb(92.1005434783, 229.1086956522, 82.3913043478);
}

/*
    ---- ICON TOOLTOP RED
*/
span.icon-tooltip-red {
  min-width: 37px;
  max-height: 37px;
  min-width: 37px;
  max-height: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  background: rgb(240.2569832402, 172.2122905028, 168.2430167598);
  text-align: center;
}
span.icon-tooltip-red h6 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #99211a;
}

span.icon-tooltip-red > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(247.6648044693, 213.8100558659, 211.8351955307);
  background-clip: padding-box;
  border: 1px solid #99211a;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
span.icon-tooltip-red > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #99211a;
  padding-bottom: 0.3125rem;
}
span.icon-tooltip-red > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #99211a;
}
span.icon-tooltip-red > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(236.5530726257, 151.4134078212, 146.4469273743);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-red > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-red > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(236.5530726257, 151.4134078212, 146.4469273743);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-red > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-red > span .tool-tip-left-bold, span.icon-tooltip-red > span .tool-tip-left, span.icon-tooltip-red > span .tool-tip-right, span.icon-tooltip-red > span .tool-tip-no-records, span.icon-tooltip-red > span .tool-contact-name, span.icon-tooltip-red > span .tool-contact-info, span.icon-tooltip-red > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
span.icon-tooltip-red > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #99211a;
}
span.icon-tooltip-red > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-red > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-red > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
span.icon-tooltip-red > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-red > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-red > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
span.icon-tooltip-red > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
span.icon-tooltip-red > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
span.icon-tooltip-red > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
span.icon-tooltip-red > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
span.icon-tooltip-red > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
span.icon-tooltip-red > span .tool-contact-name, span.icon-tooltip-red > span .tool-contact-info {
  width: 250px;
}
span.icon-tooltip-red > span .tool-contact-name {
  font-weight: bold !important;
}
span.icon-tooltip-red > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
span.icon-tooltip-red > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

span.icon-tooltip-red > span:before, span.icon-tooltip-red > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

span.icon-tooltip-red > span:before {
  border-top: 10px solid #99211a;
  margin-top: 0px;
}

span.icon-tooltip-red > span:after {
  border-top: 10px solid rgb(247.6648044693, 213.8100558659, 211.8351955307);
  margin-top: -2px;
  z-index: 1;
}

span.icon-tooltip-red:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

span.icon-tooltip-red:hover img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}
span.icon-tooltip-red:hover {
  background: rgb(225.4413407821, 89.0167597765, 81.0586592179);
}

/*
    ---- ICON TOOLTOP PURPLE
*/
span.icon-tooltip-purple {
  min-width: 37px;
  max-height: 37px;
  min-width: 37px;
  max-height: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  background: rgb(209.3898305085, 184.8305084746, 221.6694915254);
  text-align: center;
}
span.icon-tooltip-purple h6 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #633978;
}

span.icon-tooltip-purple > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(231.8644067797, 219.406779661, 238.093220339);
  background-clip: padding-box;
  border: 1px solid #633978;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
span.icon-tooltip-purple > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #633978;
  padding-bottom: 0.3125rem;
}
span.icon-tooltip-purple > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #633978;
}
span.icon-tooltip-purple > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(198.1525423729, 167.5423728814, 213.4576271186);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-purple > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-purple > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(198.1525423729, 167.5423728814, 213.4576271186);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-purple > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-purple > span .tool-tip-left-bold, span.icon-tooltip-purple > span .tool-tip-left, span.icon-tooltip-purple > span .tool-tip-right, span.icon-tooltip-purple > span .tool-tip-no-records, span.icon-tooltip-purple > span .tool-contact-name, span.icon-tooltip-purple > span .tool-contact-info, span.icon-tooltip-purple > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
span.icon-tooltip-purple > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #633978;
}
span.icon-tooltip-purple > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-purple > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
span.icon-tooltip-purple > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
span.icon-tooltip-purple > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-purple > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
span.icon-tooltip-purple > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
span.icon-tooltip-purple > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
span.icon-tooltip-purple > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
span.icon-tooltip-purple > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
span.icon-tooltip-purple > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
span.icon-tooltip-purple > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
span.icon-tooltip-purple > span .tool-contact-name, span.icon-tooltip-purple > span .tool-contact-info {
  width: 250px;
}
span.icon-tooltip-purple > span .tool-contact-name {
  font-weight: bold !important;
}
span.icon-tooltip-purple > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
span.icon-tooltip-purple > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

span.icon-tooltip-purple > span:before, span.icon-tooltip-purple > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

span.icon-tooltip-purple > span:before {
  border-top: 10px solid #633978;
  margin-top: 0px;
}

span.icon-tooltip-purple > span:after {
  border-top: 10px solid rgb(231.8644067797, 219.406779661, 238.093220339);
  margin-top: -2px;
  z-index: 1;
}

span.icon-tooltip-purple:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

span.icon-tooltip-purple:hover img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}
span.icon-tooltip-purple:hover {
  background: rgb(164.4406779661, 115.6779661017, 188.8220338983);
}

a.icon-link {
  background-color: #ffffff !important;
  margin-right: 3px !important;
}

/* -------------------------------------    FILTER TOOL TIPS    ------------------------------------------- */
/*
    ---- FILTER TOOLTOP GREEN
*/
.filter-tooltip-container {
  float: right;
}

a.filter-tooltip-green {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.filter-tooltip-green > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(217.660326087, 249.0652173913, 215.4347826087);
  background-clip: padding-box;
  border: 1px solid #21a018;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.filter-tooltip-green > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #21a018;
  padding-bottom: 0.3125rem;
}
a.filter-tooltip-green > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #21a018;
}
a.filter-tooltip-green > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(154.8804347826, 239.0869565217, 148.9130434783);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-green > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-green > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(154.8804347826, 239.0869565217, 148.9130434783);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-green > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-green > span .tool-tip-left-bold, a.filter-tooltip-green > span .tool-tip-left, a.filter-tooltip-green > span .tool-tip-right, a.filter-tooltip-green > span .tool-tip-no-records, a.filter-tooltip-green > span .tool-contact-name, a.filter-tooltip-green > span .tool-contact-info, a.filter-tooltip-green > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.filter-tooltip-green > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #21a018;
}
a.filter-tooltip-green > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-green > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-green > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.filter-tooltip-green > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-green > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-green > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.filter-tooltip-green > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.filter-tooltip-green > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.filter-tooltip-green > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.filter-tooltip-green > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.filter-tooltip-green > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.filter-tooltip-green > span .tool-contact-name, a.filter-tooltip-green > span .tool-contact-info {
  width: 250px;
}
a.filter-tooltip-green > span .tool-contact-name {
  font-weight: bold !important;
}
a.filter-tooltip-green > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.filter-tooltip-green > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.filter-tooltip-green > span {
  z-index: 300000000000001 !important;
}

a.filter-tooltip-green > span:before, a.filter-tooltip-green > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 300000000000001 !important;
}

a.filter-tooltip-green > span:before {
  border-top: 10px solid #21a018;
  margin-top: 0px;
}

a.filter-tooltip-green > span:after {
  border-top: 10px solid rgb(217.660326087, 249.0652173913, 215.4347826087);
  margin-top: -2px;
  z-index: 1;
}

a.filter-tooltip-green:hover > span {
  visibility: visible;
  opacity: 1 !important;
  z-index: 300000000000001 !important;
}

a.sniper-tooltip-green {
  min-width: 75px;
  max-height: 15px;
  min-width: 75px;
  max-height: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.sniper-tooltip-green > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(217.660326087, 249.0652173913, 215.4347826087);
  background-clip: padding-box;
  border: 1px solid #21a018;
  border-radius: 0px;
  position: absolute !important;
  width: 450px !important;
  left: 50%;
  margin-left: -188px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.sniper-tooltip-green > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 450px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #21a018;
  padding-bottom: 0.3125rem;
}
a.sniper-tooltip-green > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #21a018;
}
a.sniper-tooltip-green > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(154.8804347826, 239.0869565217, 148.9130434783);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-green > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-green > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(154.8804347826, 239.0869565217, 148.9130434783);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-green > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-green > span .tool-tip-left-bold, a.sniper-tooltip-green > span .tool-tip-left, a.sniper-tooltip-green > span .tool-tip-right, a.sniper-tooltip-green > span .tool-tip-no-records, a.sniper-tooltip-green > span .tool-contact-name, a.sniper-tooltip-green > span .tool-contact-info, a.sniper-tooltip-green > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.sniper-tooltip-green > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #21a018;
}
a.sniper-tooltip-green > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.sniper-tooltip-green > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.sniper-tooltip-green > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.sniper-tooltip-green > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-green > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-green > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.sniper-tooltip-green > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.sniper-tooltip-green > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.sniper-tooltip-green > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.sniper-tooltip-green > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.sniper-tooltip-green > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.sniper-tooltip-green > span .tool-contact-name, a.sniper-tooltip-green > span .tool-contact-info {
  width: 250px;
}
a.sniper-tooltip-green > span .tool-contact-name {
  font-weight: bold !important;
}
a.sniper-tooltip-green > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.sniper-tooltip-green > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.sniper-tooltip-green > span {
  padding-left: 45px !important;
  padding-right: 45px !important;
  text-align: center !important;
}

.tool-content-sniper p {
  padding-top: 0.625rem !important;
  font-size: 0.75rem !important;
  font-weight: normal !important;
  line-height: 1.25rem !important;
}
.tool-content-sniper {
  padding-top: 0.625rem !important;
  font-size: 0.75rem !important;
  font-weight: normal !important;
  line-height: 1.25rem !important;
}

a.sniper-tooltip-green > span:before, a.sniper-tooltip-green > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.sniper-tooltip-green > span:before {
  border-top: 10px solid #21a018;
  margin-top: 0px;
}

a.sniper-tooltip-green > span:after {
  border-top: 10px solid rgb(217.660326087, 249.0652173913, 215.4347826087);
  margin-top: -2px;
  z-index: 1;
}

a.sniper-tooltip-green:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- FILTER TOOLTOP PURPLE
*/
.filter-tooltip-container {
  float: right;
}

a.filter-tooltip-purple {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.filter-tooltip-purple > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(231.8644067797, 219.406779661, 238.093220339);
  background-clip: padding-box;
  border: 1px solid #633978;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.filter-tooltip-purple > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #633978;
  padding-bottom: 0.3125rem;
}
a.filter-tooltip-purple > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #633978;
}
a.filter-tooltip-purple > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(198.1525423729, 167.5423728814, 213.4576271186);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-purple > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-purple > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(198.1525423729, 167.5423728814, 213.4576271186);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-purple > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-purple > span .tool-tip-left-bold, a.filter-tooltip-purple > span .tool-tip-left, a.filter-tooltip-purple > span .tool-tip-right, a.filter-tooltip-purple > span .tool-tip-no-records, a.filter-tooltip-purple > span .tool-contact-name, a.filter-tooltip-purple > span .tool-contact-info, a.filter-tooltip-purple > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.filter-tooltip-purple > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #633978;
}
a.filter-tooltip-purple > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-purple > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-purple > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.filter-tooltip-purple > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-purple > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-purple > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.filter-tooltip-purple > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.filter-tooltip-purple > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.filter-tooltip-purple > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.filter-tooltip-purple > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.filter-tooltip-purple > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.filter-tooltip-purple > span .tool-contact-name, a.filter-tooltip-purple > span .tool-contact-info {
  width: 250px;
}
a.filter-tooltip-purple > span .tool-contact-name {
  font-weight: bold !important;
}
a.filter-tooltip-purple > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.filter-tooltip-purple > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

a.filter-tooltip-purple > span:before, a.filter-tooltip-purple > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.filter-tooltip-purple > span:before {
  border-top: 10px solid #633978;
  margin-top: 0px;
}

a.filter-tooltip-purple > span:after {
  border-top: 10px solid rgb(231.8644067797, 219.406779661, 238.093220339);
  margin-top: -2px;
  z-index: 1;
}

a.filter-tooltip-purple:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- FILTER TOOLTOP RED
*/
.filter-tooltip-container {
  float: right;
}

a.filter-tooltip-red {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.filter-tooltip-red > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(247.6648044693, 213.8100558659, 211.8351955307);
  background-clip: padding-box;
  border: 1px solid #99211a;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.filter-tooltip-red > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #99211a;
  padding-bottom: 0.3125rem;
}
a.filter-tooltip-red > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #99211a;
}
a.filter-tooltip-red > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(236.5530726257, 151.4134078212, 146.4469273743);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-red > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-red > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(236.5530726257, 151.4134078212, 146.4469273743);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-red > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-red > span .tool-tip-left-bold, a.filter-tooltip-red > span .tool-tip-left, a.filter-tooltip-red > span .tool-tip-right, a.filter-tooltip-red > span .tool-tip-no-records, a.filter-tooltip-red > span .tool-contact-name, a.filter-tooltip-red > span .tool-contact-info, a.filter-tooltip-red > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.filter-tooltip-red > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #99211a;
}
a.filter-tooltip-red > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-red > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-red > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.filter-tooltip-red > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-red > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-red > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.filter-tooltip-red > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.filter-tooltip-red > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.filter-tooltip-red > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.filter-tooltip-red > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.filter-tooltip-red > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.filter-tooltip-red > span .tool-contact-name, a.filter-tooltip-red > span .tool-contact-info {
  width: 250px;
}
a.filter-tooltip-red > span .tool-contact-name {
  font-weight: bold !important;
}
a.filter-tooltip-red > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.filter-tooltip-red > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

a.filter-tooltip-red > span:before, a.filter-tooltip-red > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.filter-tooltip-red > span:before {
  border-top: 10px solid #99211a;
  margin-top: 0px;
}

a.filter-tooltip-red > span:after {
  border-top: 10px solid rgb(247.6648044693, 213.8100558659, 211.8351955307);
  margin-top: -2px;
  z-index: 1;
}

a.filter-tooltip-red:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- FILTER TOOLTOP BLUE
*/
.filter-tooltip-container {
  float: right;
}

a.filter-tooltip-blue {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.filter-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(195.8435582822, 239.4969325153, 247.6564417178);
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.filter-tooltip-blue > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #127d91;
  padding-bottom: 0.3125rem;
}
a.filter-tooltip-blue > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.filter-tooltip-blue > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-blue > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-blue > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-blue > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-blue > span .tool-tip-left-bold, a.filter-tooltip-blue > span .tool-tip-left, a.filter-tooltip-blue > span .tool-tip-right, a.filter-tooltip-blue > span .tool-tip-no-records, a.filter-tooltip-blue > span .tool-contact-name, a.filter-tooltip-blue > span .tool-contact-info, a.filter-tooltip-blue > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.filter-tooltip-blue > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.filter-tooltip-blue > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-blue > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-blue > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.filter-tooltip-blue > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-blue > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-blue > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.filter-tooltip-blue > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.filter-tooltip-blue > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.filter-tooltip-blue > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.filter-tooltip-blue > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.filter-tooltip-blue > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.filter-tooltip-blue > span .tool-contact-name, a.filter-tooltip-blue > span .tool-contact-info {
  width: 250px;
}
a.filter-tooltip-blue > span .tool-contact-name {
  font-weight: bold !important;
}
a.filter-tooltip-blue > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.filter-tooltip-blue > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

a.filter-tooltip-blue > span:before, a.filter-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.filter-tooltip-blue > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px;
}

a.filter-tooltip-blue > span:after {
  border-top: 10px solid rgb(195.8435582822, 239.4969325153, 247.6564417178);
  margin-top: -2px;
  z-index: 1;
}

a.filter-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

a.scorecard-tooltip {
  min-width: 100% !important;
  max-height: 15px;
  min-width: 75px;
  max-height: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

a.scorecard-tooltip > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(195.8435582822, 239.4969325153, 247.6564417178);
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 575px !important;
  left: 50%;
  margin-left: -290px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.scorecard-tooltip > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 575px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #127d91;
  padding-bottom: 0.3125rem;
}
a.scorecard-tooltip > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.scorecard-tooltip > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.scorecard-tooltip > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.scorecard-tooltip > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.scorecard-tooltip > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.scorecard-tooltip > span .tool-tip-left-bold, a.scorecard-tooltip > span .tool-tip-left, a.scorecard-tooltip > span .tool-tip-right, a.scorecard-tooltip > span .tool-tip-no-records, a.scorecard-tooltip > span .tool-contact-name, a.scorecard-tooltip > span .tool-contact-info, a.scorecard-tooltip > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.scorecard-tooltip > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.scorecard-tooltip > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.scorecard-tooltip > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.scorecard-tooltip > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.scorecard-tooltip > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.scorecard-tooltip > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.scorecard-tooltip > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.scorecard-tooltip > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.scorecard-tooltip > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.scorecard-tooltip > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.scorecard-tooltip > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.scorecard-tooltip > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.scorecard-tooltip > span .tool-contact-name, a.scorecard-tooltip > span .tool-contact-info {
  width: 250px;
}
a.scorecard-tooltip > span .tool-contact-name {
  font-weight: bold !important;
}
a.scorecard-tooltip > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.scorecard-tooltip > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.scorecard-tooltip > span {
  padding-left: 25px !important;
  padding-right: 25px !important;
  text-align: center !important;
}
a.scorecard-tooltip > span .tool-tip-content {
  width: 100% !important;
}

.tool-content-scorecard p {
  text-align: left !important;
  font-size: 0.6875rem !important;
  font-weight: normal !important;
  line-height: 1.125rem !important;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0 !important;
  padding-bottom: 0.625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tool-content-scorecard {
  text-align: left !important;
  padding-top: 0.625rem !important;
  font-size: 0.75rem !important;
  font-weight: normal !important;
  line-height: 1.25rem !important;
}

a.scorecard-tooltip > span:before, a.scorecard-tooltip > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.scorecard-tooltip > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px;
}

a.scorecard-tooltip > span:after {
  border-top: 10px solid rgb(195.8435582822, 239.4969325153, 247.6564417178);
  margin-top: -2px;
  z-index: 1;
}

a.scorecard-tooltip:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

a.scorecard-tooltip > span .tool-tip-content {
  width: 100% !important;
}

/*
    ---- FILTER TOOLTOP ORANGE
*/
.filter-tooltip-container {
  float: right;
}

a.filter-tooltip-orange {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.filter-tooltip-orange > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(254.6698113208, 244.929245283, 237.8301886792);
  background-clip: padding-box;
  border: 1px solid #d05a04;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.filter-tooltip-orange > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #d05a04;
  padding-bottom: 0.3125rem;
}
a.filter-tooltip-orange > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #d05a04;
}
a.filter-tooltip-orange > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(253.2264150943, 200.9056603774, 162.7735849057);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-orange > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-orange > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(253.2264150943, 200.9056603774, 162.7735849057);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-orange > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-orange > span .tool-tip-left-bold, a.filter-tooltip-orange > span .tool-tip-left, a.filter-tooltip-orange > span .tool-tip-right, a.filter-tooltip-orange > span .tool-tip-no-records, a.filter-tooltip-orange > span .tool-contact-name, a.filter-tooltip-orange > span .tool-contact-info, a.filter-tooltip-orange > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.filter-tooltip-orange > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #d05a04;
}
a.filter-tooltip-orange > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-orange > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.filter-tooltip-orange > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.filter-tooltip-orange > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-orange > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.filter-tooltip-orange > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.filter-tooltip-orange > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.filter-tooltip-orange > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.filter-tooltip-orange > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.filter-tooltip-orange > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.filter-tooltip-orange > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.filter-tooltip-orange > span .tool-contact-name, a.filter-tooltip-orange > span .tool-contact-info {
  width: 250px;
}
a.filter-tooltip-orange > span .tool-contact-name {
  font-weight: bold !important;
}
a.filter-tooltip-orange > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.filter-tooltip-orange > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

a.filter-tooltip-orange > span:before, a.filter-tooltip-orange > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.filter-tooltip-orange > span:before {
  border-top: 10px solid #d05a04;
  margin-top: 0px;
}

a.filter-tooltip-orange > span:after {
  border-top: 10px solid rgb(254.6698113208, 244.929245283, 237.8301886792);
  margin-top: -2px;
  z-index: 1;
}

a.filter-tooltip-orange:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

a.sniper-tooltip-purple {
  min-width: 75px;
  max-height: 15px;
  min-width: 75px;
  max-height: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.sniper-tooltip-purple > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(231.8644067797, 219.406779661, 238.093220339);
  background-clip: padding-box;
  border: 1px solid #633978;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.sniper-tooltip-purple > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #633978;
  padding-bottom: 0.3125rem;
}
a.sniper-tooltip-purple > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #633978;
}
a.sniper-tooltip-purple > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(198.1525423729, 167.5423728814, 213.4576271186);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-purple > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-purple > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(198.1525423729, 167.5423728814, 213.4576271186);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-purple > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-purple > span .tool-tip-left-bold, a.sniper-tooltip-purple > span .tool-tip-left, a.sniper-tooltip-purple > span .tool-tip-right, a.sniper-tooltip-purple > span .tool-tip-no-records, a.sniper-tooltip-purple > span .tool-contact-name, a.sniper-tooltip-purple > span .tool-contact-info, a.sniper-tooltip-purple > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.sniper-tooltip-purple > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #633978;
}
a.sniper-tooltip-purple > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.sniper-tooltip-purple > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.sniper-tooltip-purple > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.sniper-tooltip-purple > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-purple > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.sniper-tooltip-purple > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.sniper-tooltip-purple > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.sniper-tooltip-purple > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.sniper-tooltip-purple > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.sniper-tooltip-purple > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.sniper-tooltip-purple > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.sniper-tooltip-purple > span .tool-contact-name, a.sniper-tooltip-purple > span .tool-contact-info {
  width: 250px;
}
a.sniper-tooltip-purple > span .tool-contact-name {
  font-weight: bold !important;
}
a.sniper-tooltip-purple > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.sniper-tooltip-purple > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

a.sniper-tooltip-purple > span:before, a.sniper-tooltip-purple > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.sniper-tooltip-purple > span:before {
  border-top: 10px solid #633978;
  margin-top: 0px;
}

a.sniper-tooltip-purple > span:after {
  border-top: 10px solid rgb(231.8644067797, 219.406779661, 238.093220339);
  margin-top: -2px;
  z-index: 1;
}

a.sniper-tooltip-purple:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- CHART SMALL TOOLTOP PURPLE
*/
a.chart-small-tooltip {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

a.chart-small-tooltip > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(140.25, 140.25, 140.25);
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 0px;
  position: absolute !important;
  width: 100px !important;
  left: 50%;
  margin-left: -80px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.chart-small-tooltip > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 100px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #000000;
  padding-bottom: 0.3125rem;
}
a.chart-small-tooltip > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.chart-small-tooltip > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: #666666;
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.chart-small-tooltip > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.chart-small-tooltip > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: #666666;
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.chart-small-tooltip > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.chart-small-tooltip > span .tool-tip-left-bold, a.chart-small-tooltip > span .tool-tip-left, a.chart-small-tooltip > span .tool-tip-right, a.chart-small-tooltip > span .tool-tip-no-records, a.chart-small-tooltip > span .tool-contact-name, a.chart-small-tooltip > span .tool-contact-info, a.chart-small-tooltip > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.chart-small-tooltip > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.chart-small-tooltip > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.chart-small-tooltip > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.chart-small-tooltip > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.chart-small-tooltip > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.chart-small-tooltip > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.chart-small-tooltip > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.chart-small-tooltip > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.chart-small-tooltip > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.chart-small-tooltip > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.chart-small-tooltip > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.chart-small-tooltip > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.chart-small-tooltip > span .tool-contact-name, a.chart-small-tooltip > span .tool-contact-info {
  width: 250px;
}
a.chart-small-tooltip > span .tool-contact-name {
  font-weight: bold !important;
}
a.chart-small-tooltip > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.chart-small-tooltip > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.chart-small-tooltip > span {
  height: 2.5rem;
}

a.chart-small-tooltip > span:before, a.chart-small-tooltip > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.chart-small-tooltip > span:before {
  border-top: 10px solid #000000;
  margin-top: 0px;
}

a.chart-small-tooltip > span:after {
  border-top: 10px solid rgb(140.25, 140.25, 140.25);
  margin-top: -2px;
  z-index: 1;
  border-top-color: #000000 !important;
}

a.chart-small-tooltip:hover > span {
  visibility: visible;
  opacity: 1 !important;
  text-align: center;
  color: #ffffff;
  padding-top: 10px !important;
  background-color: #000000 !important;
  font-style: normal;
}

/*
    ---- WIZARD VALIDATION TOOLTOP BLUE
*/
.wizard-validation-tooltip-container {
  float: left;
}

a.wizard-validation-tooltip-blue {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.wizard-validation-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(195.8435582822, 239.4969325153, 247.6564417178);
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.wizard-validation-tooltip-blue > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #127d91;
  padding-bottom: 0.3125rem;
}
a.wizard-validation-tooltip-blue > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-blue > span .tool-tip-left-bold, a.wizard-validation-tooltip-blue > span .tool-tip-left, a.wizard-validation-tooltip-blue > span .tool-tip-right, a.wizard-validation-tooltip-blue > span .tool-tip-no-records, a.wizard-validation-tooltip-blue > span .tool-contact-name, a.wizard-validation-tooltip-blue > span .tool-contact-info, a.wizard-validation-tooltip-blue > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.wizard-validation-tooltip-blue > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.wizard-validation-tooltip-blue > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.wizard-validation-tooltip-blue > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.wizard-validation-tooltip-blue > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.wizard-validation-tooltip-blue > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-blue > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.wizard-validation-tooltip-blue > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.wizard-validation-tooltip-blue > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.wizard-validation-tooltip-blue > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.wizard-validation-tooltip-blue > span .tool-contact-name, a.wizard-validation-tooltip-blue > span .tool-contact-info {
  width: 250px;
}
a.wizard-validation-tooltip-blue > span .tool-contact-name {
  font-weight: bold !important;
}
a.wizard-validation-tooltip-blue > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.wizard-validation-tooltip-blue > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.wizard-validation-tooltip-blue > span {
  left: 53px !important;
}

a.wizard-validation-tooltip-blue > span:before, a.wizard-validation-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.wizard-validation-tooltip-blue > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px;
}

a.wizard-validation-tooltip-blue > span:after {
  border-top: 10px solid rgb(195.8435582822, 239.4969325153, 247.6564417178);
  margin-top: -2px;
  z-index: 1;
}

a.wizard-validation-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- WIZARD VALIDATION TOOLTOP RED
*/
.wizard-validation-tooltip-container {
  float: left;
}

a.wizard-validation-tooltip-red {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.wizard-validation-tooltip-red > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(247.6648044693, 213.8100558659, 211.8351955307);
  background-clip: padding-box;
  border: 1px solid #99211a;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.wizard-validation-tooltip-red > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #99211a;
  padding-bottom: 0.3125rem;
}
a.wizard-validation-tooltip-red > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #99211a;
}
a.wizard-validation-tooltip-red > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(236.5530726257, 151.4134078212, 146.4469273743);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-red > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-red > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(236.5530726257, 151.4134078212, 146.4469273743);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-red > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-red > span .tool-tip-left-bold, a.wizard-validation-tooltip-red > span .tool-tip-left, a.wizard-validation-tooltip-red > span .tool-tip-right, a.wizard-validation-tooltip-red > span .tool-tip-no-records, a.wizard-validation-tooltip-red > span .tool-contact-name, a.wizard-validation-tooltip-red > span .tool-contact-info, a.wizard-validation-tooltip-red > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.wizard-validation-tooltip-red > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #99211a;
}
a.wizard-validation-tooltip-red > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.wizard-validation-tooltip-red > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.wizard-validation-tooltip-red > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.wizard-validation-tooltip-red > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-red > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.wizard-validation-tooltip-red > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.wizard-validation-tooltip-red > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.wizard-validation-tooltip-red > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.wizard-validation-tooltip-red > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.wizard-validation-tooltip-red > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.wizard-validation-tooltip-red > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.wizard-validation-tooltip-red > span .tool-contact-name, a.wizard-validation-tooltip-red > span .tool-contact-info {
  width: 250px;
}
a.wizard-validation-tooltip-red > span .tool-contact-name {
  font-weight: bold !important;
}
a.wizard-validation-tooltip-red > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.wizard-validation-tooltip-red > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.wizard-validation-tooltip-red > span {
  left: 53px !important;
}

a.wizard-validation-tooltip-red > span:before, a.wizard-validation-tooltip-red > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.wizard-validation-tooltip-red > span:before {
  border-top: 10px solid #99211a;
  margin-top: 0px;
}

a.wizard-validation-tooltip-red > span:after {
  border-top: 10px solid rgb(247.6648044693, 213.8100558659, 211.8351955307);
  margin-top: -2px;
  z-index: 1;
}

a.wizard-validation-tooltip-red:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- TableTOOLTOP BLUE
*/
.table-tooltip-container {
  float: left;
}

a.table-tooltip-blue {
  /*min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;*/
  background-color: none !important;
  width: 100%;
  font-size: 0.75rem !important;
  text-align: center !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.table-tooltip-blue:hover {
  color: #ffffff !important;
}

a.table-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(195.8435582822, 239.4969325153, 247.6564417178);
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.table-tooltip-blue > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 250px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #127d91;
  padding-bottom: 0.3125rem;
}
a.table-tooltip-blue > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.table-tooltip-blue > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.table-tooltip-blue > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.table-tooltip-blue > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.table-tooltip-blue > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.table-tooltip-blue > span .tool-tip-left-bold, a.table-tooltip-blue > span .tool-tip-left, a.table-tooltip-blue > span .tool-tip-right, a.table-tooltip-blue > span .tool-tip-no-records, a.table-tooltip-blue > span .tool-contact-name, a.table-tooltip-blue > span .tool-contact-info, a.table-tooltip-blue > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.table-tooltip-blue > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.table-tooltip-blue > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.table-tooltip-blue > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.table-tooltip-blue > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.table-tooltip-blue > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.table-tooltip-blue > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.table-tooltip-blue > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.table-tooltip-blue > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.table-tooltip-blue > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.table-tooltip-blue > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.table-tooltip-blue > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.table-tooltip-blue > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.table-tooltip-blue > span .tool-contact-name, a.table-tooltip-blue > span .tool-contact-info {
  width: 250px;
}
a.table-tooltip-blue > span .tool-contact-name {
  font-weight: bold !important;
}
a.table-tooltip-blue > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.table-tooltip-blue > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}

a.table-tooltip-blue > span:before, a.table-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.table-tooltip-blue > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px;
}

a.table-tooltip-blue > span:after {
  border-top: 10px solid rgb(195.8435582822, 239.4969325153, 247.6564417178);
  margin-top: -2px;
  z-index: 1;
}

a.table-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

/*
    ---- TaskListTOOLTOP BLUE
*/
.task-list-tooltip-container {
  float: left;
}

a.task-list-tooltip-blue {
  /*min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;*/
  background-color: none !important;
  width: 100%;
  font-size: 0.625rem !important;
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #585858;
}

a.task-list-tooltip-blue:hover {
  color: #000000 !important;
}

a.task-list-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(195.8435582822, 239.4969325153, 247.6564417178);
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 220px !important;
  left: 50%;
  margin-left: 35px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.task-list-tooltip-blue > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 220px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #127d91;
  padding-bottom: 0.3125rem;
}
a.task-list-tooltip-blue > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.task-list-tooltip-blue > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.task-list-tooltip-blue > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.task-list-tooltip-blue > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.task-list-tooltip-blue > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.task-list-tooltip-blue > span .tool-tip-left-bold, a.task-list-tooltip-blue > span .tool-tip-left, a.task-list-tooltip-blue > span .tool-tip-right, a.task-list-tooltip-blue > span .tool-tip-no-records, a.task-list-tooltip-blue > span .tool-contact-name, a.task-list-tooltip-blue > span .tool-contact-info, a.task-list-tooltip-blue > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.task-list-tooltip-blue > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.task-list-tooltip-blue > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.task-list-tooltip-blue > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.task-list-tooltip-blue > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.task-list-tooltip-blue > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.task-list-tooltip-blue > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.task-list-tooltip-blue > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.task-list-tooltip-blue > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.task-list-tooltip-blue > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.task-list-tooltip-blue > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.task-list-tooltip-blue > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.task-list-tooltip-blue > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.task-list-tooltip-blue > span .tool-contact-name, a.task-list-tooltip-blue > span .tool-contact-info {
  width: 250px;
}
a.task-list-tooltip-blue > span .tool-contact-name {
  font-weight: bold !important;
}
a.task-list-tooltip-blue > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.task-list-tooltip-blue > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.task-list-tooltip-blue > span {
  bottom: unset !important;
  left: 15px !important;
  margin-top: -10px;
  height: 135px !important;
  max-height: 135px !important;
}

a.task-list-tooltip-blue > span:before, a.task-list-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.task-list-tooltip-blue > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -125px !important;
  border-right: 10px solid #127d91;
  left: -10px !important;
}

a.task-list-tooltip-blue > span:after {
  border-top: 10px solid rgb(195.8435582822, 239.4969325153, 247.6564417178);
  margin-top: -2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -125px !important;
  border-right: 10px solid #c4eff8;
  left: -9px !important;
}

a.task-list-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

.task-list-tooltip-content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-top-style: none !important;
  border-top-width: 0 !important;
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
.task-list-tooltip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
.task-list-tooltip-content {
  width: unset !important;
  font-size: 11px !important;
  line-height: 14px;
}

a.icon-link {
  background-color: #ffffff !important;
  margin-right: 3px !important;
}

/*
    ---- TaskListTOOLTOP BLUE
*/
.open-right-tooltip-container {
  float: left;
}

a.open-right-tooltip-blue {
  /*min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;*/
  background-color: none !important;
  width: 100%;
  font-size: 0.75rem !important;
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #585858;
}

a.open-right-tooltip-blue:hover {
  color: #ffffff !important;
}

a.open-right-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: rgb(195.8435582822, 239.4969325153, 247.6564417178);
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 580px !important;
  left: 50%;
  margin-left: 35px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
}
a.open-right-tooltip-blue > span h4 {
  text-align: center !important;
  display: inline-block;
  width: 580px;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: #127d91;
  padding-bottom: 0.3125rem;
}
a.open-right-tooltip-blue > span h5 {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.open-right-tooltip-blue > span .tool-tip-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.open-right-tooltip-blue > span .tool-tip-content span {
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.open-right-tooltip-blue > span .tool-tip-content-scorecard {
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.3125rem;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: rgb(127.7914110429, 221.6625766871, 239.2085889571);
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.open-right-tooltip-blue > span .tool-tip-content-scorecard span {
  max-width: 31.25rem;
  overflow-wrap: break-word;
}
a.open-right-tooltip-blue > span .tool-tip-left-bold, a.open-right-tooltip-blue > span .tool-tip-left, a.open-right-tooltip-blue > span .tool-tip-right, a.open-right-tooltip-blue > span .tool-tip-no-records, a.open-right-tooltip-blue > span .tool-contact-name, a.open-right-tooltip-blue > span .tool-contact-info, a.open-right-tooltip-blue > span .tool-content-general {
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
}
a.open-right-tooltip-blue > span .tool-tip-left-bold {
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #127d91;
}
a.open-right-tooltip-blue > span .tool-tip-left {
  width: 125px;
  display: inline-block;
}
a.open-right-tooltip-blue > span .tool-tip-right {
  width: 125px;
  display: inline-block;
}
a.open-right-tooltip-blue > span .tool-content-general {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  display: inline-block;
}
a.open-right-tooltip-blue > span .tool-content-general h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.open-right-tooltip-blue > span .tool-content-general p {
  display: inline-block;
  font-weight: normal !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}
a.open-right-tooltip-blue > span .tool-tip-content-left {
  padding-bottom: 0.625rem !important;
  text-align: left !important;
  display: inline-block;
}
a.open-right-tooltip-blue > span .tool-tip-content-left h3 {
  text-align: center !important;
  display: inline-block;
  font-weight: bold !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000000;
}
a.open-right-tooltip-blue > span .tool-tip-content-left ul {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
  margin-top: 0.9375rem;
}
a.open-right-tooltip-blue > span .tool-tip-content-left li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 0.9375rem !important;
  color: #000000 !important;
}
a.open-right-tooltip-blue > span .tool-content-general-title {
  padding-bottom: 0.625rem !important;
  text-align: center !important;
  display: inline-block;
  font-weight: bold;
}
a.open-right-tooltip-blue > span .tool-tip-no-records {
  width: 250px;
  display: inline-block;
  text-align: center !important;
  font-style: italic;
}
a.open-right-tooltip-blue > span .tool-contact-name, a.open-right-tooltip-blue > span .tool-contact-info {
  width: 250px;
}
a.open-right-tooltip-blue > span .tool-contact-name {
  font-weight: bold !important;
}
a.open-right-tooltip-blue > span .tool-tip-50-50-left {
  width: 150px;
  display: block;
  text-align: right !important;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  font-weight: bold;
  border-right-style: dashed;
  border-right-color: #52a8b8;
  border-right-width: 1px;
  height: 1.5625rem;
  margin-top: 0.9375rem;
}
a.open-right-tooltip-blue > span .tool-tip-50-50-right {
  width: 150px;
  display: block;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
}
a.open-right-tooltip-blue > span {
  bottom: unset !important;
  left: 150px !important;
  margin-top: -180px;
  height: 300px !important;
  max-height: 300px !important;
}

a.open-right-tooltip-blue > span:before, a.open-right-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

a.open-right-tooltip-blue > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -125px !important;
  border-right: 10px solid #127d91;
  left: -10px !important;
}

a.open-right-tooltip-blue > span:after {
  border-top: 10px solid rgb(195.8435582822, 239.4969325153, 247.6564417178);
  margin-top: -2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -125px !important;
  border-right: 10px solid #c4eff8;
  left: -9px !important;
}

a.open-right-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important;
}

.open-right-tooltip-content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-top-style: none !important;
  border-top-width: 0 !important;
  /*p {
  	display: inline-block  !important;
  	width: 100% !important;
  }*/
  overflow-wrap: break-word;
}
.open-right-tooltip-content span {
  max-width: 25rem;
  overflow-wrap: break-word;
}
.open-right-tooltip-content {
  width: unset !important;
  font-size: 12px !important;
  line-height: 14px;
}
.open-right-tooltip-content ul.clients-checkbox-list-2-cols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block;
}
.open-right-tooltip-content ul.clients-checkbox-list-2-cols li {
  padding-right: 50px !important;
}

a.icon-link {
  background-color: #ffffff !important;
  margin-right: 3px !important;
}

.sniper-rating {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
.sniper-rating ul {
  list-style: none;
  position: relative;
  left: 50%;
  padding: 0;
  margin: 0;
}
.sniper-rating li {
  float: left;
  padding: 0;
  margin: 0;
}

.rfp-details-container {
  min-height: 1200px !important;
  width: 100%;
  padding-left: 0.4375rem !important;
  padding-right: 0;
  padding-top: 0.4375rem;
  padding-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: -12px !important;
  margin-bottom: 3.125rem !important;
  border-left-style: solid;
  border-left-color: #e3e3e3;
  border-left-width: 8px;
}

.container-tools-rfp-details-map {
  background-color: #f2f2f2;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.container-tools-rfp-details-snapshot {
  background-color: #f2f2f2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.9375rem;
  margin-left: 0;
  margin-right: 0.75rem;
  margin-top: 0.375rem;
  margin-bottom: 0;
}
.container-tools-rfp-details-snapshot h3 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.1875rem;
}
.container-tools-rfp-details-snapshot h4 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.container-tools-rfp-details-snapshot h4 .green-alert {
  color: #21a018;
  font-weight: bold;
}
.container-tools-rfp-details-snapshot h4 .red-alert {
  color: #c24a44;
  font-weight: bold;
}

.container-tools-rfp-details-nav {
  padding-bottom: 1.5625rem;
}
.container-tools-rfp-details-nav ul {
  list-style-position: outside !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.container-tools-rfp-details-nav li {
  list-style-type: none;
  list-style-position: outside !important;
  padding-left: 0.5rem;
  padding-right: 0 !important;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0.75rem !important;
  margin-top: 0.5rem;
  margin-bottom: 0;
  background-color: #f2f2f2;
}
.container-tools-rfp-details-nav a {
  display: block;
  color: #c24a44;
  font-weight: bold;
  font-size: 0.875rem;
}
.container-tools-rfp-details-nav li:hover {
  background-color: #eaeaea;
}
.container-tools-rfp-details-nav .selected-section {
  list-style-type: none;
  list-style-position: outside !important;
  padding-left: 0.5rem;
  padding-right: 0 !important;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0;
  background-color: #e3e3e3;
}
.container-tools-rfp-details-nav .selected-section:hover {
  background-color: #e3e3e3;
}

.rfp-details-header-container {
  width: 100%;
  padding-left: 0.625rem !important;
  padding-right: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
}
.rfp-details-header-container h1 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  color: #2a90a3;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-left: 0 !important;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 100% !important;
}
.rfp-details-header-container {
  background-color: #ebf3f6;
  background-blend-mode: multiply;
}

.rfp-details-header-title {
  font-size: 0.8125rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.rfp-details-header-title .header-title {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  color: #000000;
  padding-bottom: 0.625rem;
  line-height: rem-cal(17);
}
.rfp-details-header-title .header-value {
  font-family: "open_sansregular", Verdana, sans-serif;
  color: #393939;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  line-height: rem-cal(17);
}
.rfp-details-header-title .text-alert {
  color: #c24a44;
  font-weight: normal;
}

.section-content p, .section-content label {
  width: 100%;
  font-size: 0.8125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  line-height: 1.125rem !important;
  color: #000000 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.625rem !important;
}
.section-content ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.section-content li {
  list-style-position: inside !important;
  font-size: 0.8125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  line-height: 1.125rem !important;
  color: #000000 !important;
  padding-left: 0.5rem;
  padding-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0.3125rem;
  margin-left: 0.625rem;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 0.3125rem;
  width: 100%;
}
.section-content .none-list {
  list-style-position: outside !important;
}
.section-content .none-list p {
  margin-bottom: 0px;
}
.section-content .list-area-left {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0.9375rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 1.25rem !important;
}
.section-content .list-area-right {
  width: 100% !important;
  padding-left: 0.9375rem !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 1.25rem !important;
}
.section-content .list-header {
  width: 100% !important;
  font-size: 0.8125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  line-height: 1.125rem !important;
  font-style: italic;
  color: #000000 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.625rem !important;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: gray;
  display: inline-block;
}
.section-content .list {
  margin-left: 0;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.section-content .space-left {
  margin-left: 0.3125rem;
}

.questions-list-header {
  margin-top: 3.125rem;
}

.qa-form input[type=text], .qa-form input[type=password], .qa-form input[type=date], .qa-form input[type=datetime], .qa-form input[type=datetime-local], .qa-form input[type=month], .qa-form input[type=week], .qa-form input[type=email], .qa-form input[type=number], .qa-form input[type=search], .qa-form input[type=tel], .qa-form input[type=time], .qa-form input[type=url], .qa-form input[type=color], .qa-form textarea, .qa-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: unset;
  width: unset;
  height: unset;
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
  color: unset;
  font-size: unset;
  -webkit-font-smoothing: unset;
  vertical-align: unset;
}
.qa-form .form-control:focus, .qa-form textarea:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  outline: auto 12px #21a018;
}
.qa-form textarea {
  min-height: 9.375rem;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem;
  color: #4a4a4a !important;
  background-color: rgba(180, 180, 180, 0.1);
  width: 100%;
  border-style: solid;
  border-color: #b4b4b4;
  border-width: 1px;
  margin-bottom: 1.25rem;
}
.qa-form h2 {
  width: 100%;
  font-size: 0.9375rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  line-height: 1.125rem;
  color: #000000;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 1.25rem !important;
}
.qa-form p {
  width: 100%;
  font-size: 0.75rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  line-height: 1.125rem;
  color: #000000;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 1.25rem !important;
}
.qa-form .questions-list-header {
  margin-top: 3.125rem;
}
.qa-form .disclaimer {
  border-top-style: solid;
  border-top-color: #b4b4b4;
  border-top-width: 2px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.5625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.9375rem !important;
  padding-bottom: 0.3125rem !important;
}
.qa-form .disclaimer p {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.question-modal-content {
  width: 100% !important;
}
.question-modal-content table {
  width: inherit !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.question-modal-content tr {
  background-color: #ffffff !important;
}
.question-modal-content tr:hover {
  background-color: #ffffff !important;
}
.question-modal-content tbody tr {
  background-color: #ffffff !important;
}
.question-modal-content tbody tr:hover {
  background-color: #ffffff !important;
}
.question-modal-content tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}
.question-modal-content tbody td {
  background-color: none !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000;
  border-right-style: #ffffff !important;
  border-right-color: #ffffff !important;
  border-right-width: 0px;
  padding: 0;
}
.question-modal-content tbody td a {
  display: block;
  color: #000000;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.question-modal-content tbody td a {
  color: #ffffff;
  background-color: #ffffff !important;
}
.question-modal-content tbody td a:hover {
  color: #ffffff;
  background-color: #ffffff !important;
}
.question-modal-content tbody td .link-view-record:hover {
  color: #ffffff;
  background-color: #ffffff !important;
}
.question-modal-content tbody td:last-child {
  border-right-style: none;
  border-right-color: #ffffff !important;
  border-right-width: 0;
}
.question-modal-content tbody tr:last-child {
  padding-bottom: 0 !important;
}
.question-modal-content h1 {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding-bottom: 0.3125rem;
}
.question-modal-content h4 {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: bold;
  padding-bottom: 0.3125rem;
}
.question-modal-content {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
}
.question-modal-content p {
  width: 100%;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1.125rem;
  padding-bottom: 1.25rem;
}
.question-modal-content {
  color: #000000;
}
.question-modal-content a {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #174457 !important;
}
.question-modal-content a:hover {
  text-decoration: underline !important;
  color: none !important;
}
.question-modal-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 1.25rem !important;
}
.question-modal-content table {
  width: inherit;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.question-modal-content thead {
  text-align: left;
}
.question-modal-content thead th {
  background-color: none !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  border-right-style: none !important;
  border-right-color: none !important;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.question-modal-content thead th:last-child {
  border-right-style: none;
  border-right-color: none;
  border-right-width: 0;
}

.question-modal {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.email-modal {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  background-color: #efefef !important;
}

.modal {
  overflow: auto;
}

.html-email-emulator-outer-wrapper {
  border-style: solid;
  border-color: #bdbdbd;
  border-width: 1px;
  width: 600px !important;
}

.html-email-emulator-wrapper {
  /*table {
      width: 100%;
      margin: {
          left: rem-calc(0);
          right: rem-calc(0);
          top: rem-calc(0);
          bottom: rem-calc(0);	
      }
  }*/
}
.html-email-emulator-wrapper thead {
  text-align: left;
}
.html-email-emulator-wrapper thead th {
  background-color: rgba(42, 144, 163, 0.4);
  font-family: "open_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-right-width: 1px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.html-email-emulator-wrapper thead th:last-child {
  border-right-style: none;
  border-right-color: none;
  border-right-width: 0;
}
.html-email-emulator-wrapper tbody td {
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper tbody td {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000;
  border-right-style: none !important;
  border-right-color: none !important;
  border-right-width: 0 !important;
  padding: 0;
}
.html-email-emulator-wrapper tbody td a {
  display: block;
  color: #000000;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.html-email-emulator-wrapper tbody td a:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper tbody td:last-child {
  border-right-style: none;
  border-right-color: none;
  border-right-width: 0;
}
.html-email-emulator-wrapper tbody tr:last-child {
  padding-bottom: 1.25rem !important;
}
.html-email-emulator-wrapper table:nth-child(1) > tbody tr:nth-child(1) > td:nth-child(2) {
  background-color: #e3e3e3 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.html-email-emulator-wrapper table:nth-child(1) > tbody tr:nth-child(2) td {
  background-color: #f6f6f6 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.html-email-emulator-wrapper table:nth-child(1) > tbody tr:nth-child(4) td {
  padding-left: 0.9375rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper table:nth-child(1) > tbody tr:nth-child(n+5) > td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper table:nth-child(1) > tbody table td {
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper table:nth-child(2) > tbody tr td {
  background-color: #2c7189 !important;
  text-align: center;
  color: #ffffff !important;
  padding-top: 15px !important;
}
.html-email-emulator-wrapper table:nth-child(2) > tbody tr td p {
  color: #ffffff !important;
}
.html-email-emulator-wrapper table tr {
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/email-emulator-bg.gif);
  background-repeat: no-repeat;
  background-size: inherit;
  padding: 0;
  margin: 0;
  border-top-style: solid;
  border-top-color: #7db3c6;
  border-top-width: 7px;
  width: 598px !important;
}
.html-email-emulator-wrapper .content {
  width: 598px !important;
}
.html-email-emulator-wrapper .ExternalClass, .html-email-emulator-wrapper .ExternalClass p, .html-email-emulator-wrapper .ExternalClass span, .html-email-emulator-wrapper .ExternalClass font, .html-email-emulator-wrapper .ExternalClass td, .html-email-emulator-wrapper .ExternalClass div {
  line-height: 100%;
}
.html-email-emulator-wrapper table td {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff !important;
}
.html-email-emulator-wrapper td {
  border-right-color: none !important;
}
.html-email-emulator-wrapper p {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.html-email-emulator-wrapper p {
  font: 13px/18px Open Sans, Verdana, sans-serif !important;
  color: #000000 !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.html-email-emulator-wrapper a {
  color: #2990a1;
}
.html-email-emulator-wrapper h1, .html-email-emulator-wrapper h2, .html-email-emulator-wrapper h3, .html-email-emulator-wrapper h4, .html-email-emulator-wrapper h5, .html-email-emulator-wrapper h6 {
  color: black;
  line-height: 100%;
}
.html-email-emulator-wrapper h1 {
  font: 22px/30px Open Sans, Verdana, sans-serif !important;
  font-weight: bold !important;
  color: #c24a44 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom-style: none !important;
  margin-bottom: 20px !important;
}
.html-email-emulator-wrapper h2 {
  font: 19px/27px Open Sans, Verdana, sans-serif !important;
  font-weight: bold !important;
  color: #c24a44 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom-style: none !important;
  font-style: italic !important;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}

.publishing-main-link {
  padding-top: 0.5rem;
}
.publishing-main-link a {
  font-size: 12px;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  text-decoration: underline;
  padding-top: 25px;
  color: #2a90a3;
}
.publishing-main-link a:hover {
  color: #174457;
}

.checkbox-two-col-list {
  -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
  column-count: 2;
  column-gap: 2.5em;
}
.checkbox-two-col-list li {
  list-style-type: none;
  width: 270px;
}

.qa-questions-list {
  text-align: center;
}
.qa-questions-list a {
  font-weight: bold;
}
.qa-questions-list a:hover {
  text-decoration: underline;
}
.qa-questions-list .time-stamp {
  font-style: italic;
  font-size: 0.6875rem;
  padding-top: 0.25rem;
}
.qa-questions-list .qa-question {
  padding-bottom: 0.9375rem;
}
.qa-questions-list .qa-question p {
  font-size: 0.6875rem;
}
.qa-questions-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.8125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.container-tools-buyer-details-map {
  background-color: #f2f2f2;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.container-tools-buyer-details-snapshot {
  background-color: #f2f2f2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.9375rem;
  margin-left: 0;
  margin-right: 0.75rem;
  margin-top: 0.375rem;
  margin-bottom: 0;
}
.container-tools-buyer-details-snapshot h3 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.1875rem;
}
.container-tools-buyer-details-snapshot h4 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.buyer-details-contacts {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: -20px;
}

.buyer-details-contact {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.buyer-details-contact span {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  width: 100%;
}
.buyer-details-contact span p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.pie-chart-instance {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 60px;
}
.pie-chart-instance .pie-chart-header-container {
  padding: 0;
  margin: 0;
}
.pie-chart-instance .pie-chart-header-purple,
.pie-chart-instance .pie-chart-header-red,
.pie-chart-instance .pie-chart-header-blue,
.pie-chart-instance .pie-chart-header-green,
.pie-chart-instance .pie-chart-header-orange {
  padding: 0;
  margin: 0;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px !important;
  margin-bottom: 8px;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0;
  padding-bottom: 0.375rem !important;
  margin-bottom: 0.375rem !important;
  text-decoration: none;
  margin: auto !important;
}
.pie-chart-instance .pie-chart-header-purple {
  color: #7c568f !important;
}
.pie-chart-instance .pie-chart-header-red {
  color: #c24a44;
}
.pie-chart-instance .pie-chart-header-blue {
  color: #2a90a3;
}
.pie-chart-instance .pie-chart-header-green {
  color: #21a018;
}
.pie-chart-instance .pie-chart-header-orange {
  color: #d76e22;
}
.pie-chart-instance .pie-chart-legend-purple,
.pie-chart-instance .pie-chart-legend-red,
.pie-chart-instance .pie-chart-legend-blue,
.pie-chart-instance .pie-chart-legend-green,
.pie-chart-instance .pie-chart-legend-orange {
  padding: 0;
  margin: 0;
}
.pie-chart-instance .pie-chart-legend-purple ul,
.pie-chart-instance .pie-chart-legend-red ul,
.pie-chart-instance .pie-chart-legend-blue ul,
.pie-chart-instance .pie-chart-legend-green ul,
.pie-chart-instance .pie-chart-legend-orange ul {
  padding: 0;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pie-chart-instance .pie-chart-legend-purple li,
.pie-chart-instance .pie-chart-legend-red li,
.pie-chart-instance .pie-chart-legend-blue li,
.pie-chart-instance .pie-chart-legend-green li,
.pie-chart-instance .pie-chart-legend-orange li {
  border-left-style: solid;
  border-left-width: 12px;
  padding-left: rem-cal(8) !important;
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
.pie-chart-instance .pie-chart-legend-purple li a,
.pie-chart-instance .pie-chart-legend-red li a,
.pie-chart-instance .pie-chart-legend-blue li a,
.pie-chart-instance .pie-chart-legend-green li a,
.pie-chart-instance .pie-chart-legend-orange li a {
  color: #000000;
}
.pie-chart-instance .pie-chart-legend-purple li a:hover,
.pie-chart-instance .pie-chart-legend-red li a:hover,
.pie-chart-instance .pie-chart-legend-blue li a:hover,
.pie-chart-instance .pie-chart-legend-green li a:hover,
.pie-chart-instance .pie-chart-legend-orange li a:hover {
  font-style: italic;
  color: #333333;
}
.pie-chart-instance .pie-chart-legend-purple h5,
.pie-chart-instance .pie-chart-legend-red h5,
.pie-chart-instance .pie-chart-legend-blue h5,
.pie-chart-instance .pie-chart-legend-green h5,
.pie-chart-instance .pie-chart-legend-orange h5 {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  padding-left: 5px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.map-pop-up {
  padding: 0 !important;
  margin: 0 !important;
}

h3.map-pop-up-buyer-name {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0;
  padding-bottom: 0.375rem !important;
  margin-bottom: 0.375rem !important;
  text-decoration: none;
  text-align: center;
  color: #000000;
  display: block;
  overflow-wrap: break-word !important;
  max-width: 320px !important;
  margin-left: auto;
  margin-right: auto;
}

.map-pop-up-buyer-name {
  overflow-wrap: break-word !important;
  max-width: 320px !important;
}

.map-pop-up-counts {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.map-pop-up-closed, .map-pop-up-open, .map-pop-up-upcoming {
  min-width: 5.625rem;
  min-height: 5.625rem;
}
.map-pop-up-closed h4, .map-pop-up-open h4, .map-pop-up-upcoming h4 {
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 1rem !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.375rem !important;
  text-decoration: none;
  text-align: center;
  display: block;
}
.map-pop-up-closed h3, .map-pop-up-open h3, .map-pop-up-upcoming h3 {
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1rem !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.375rem !important;
  text-decoration: none;
  text-align: center;
  color: #000000;
  display: block;
}
.map-pop-up-closed, .map-pop-up-open, .map-pop-up-upcoming {
  text-align: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-right: 0;
  margin-left: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.map-pop-up-closed {
  color: #99211a;
  background-color: rgba(153, 33, 26, 0.3);
}

.map-pop-up-open {
  color: #21a018;
  background-color: rgba(33, 160, 24, 0.3);
}

.map-pop-up-upcoming {
  color: #633978;
  background-color: rgba(99, 57, 120, 0.3);
}

.dashboard-section-header {
  width: 100% !important;
  padding-top: 0.9375rem;
}
.dashboard-section-header h3 {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.625rem;
  color: #21a018;
  border-bottom-width: 1px;
  border-bottom-color: #21a018;
  border-bottom-style: solid;
}

.dashboard-current-date-and-picker {
  width: 100% !important;
}
.dashboard-current-date-and-picker h4 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dashboard-current-date-and-picker span input {
  border: 1px solid #ccc;
}
.dashboard-current-date-and-picker span input:focus {
  -webkit-box-shadow: 0 0 5px rgb(81, 203, 238);
          box-shadow: 0 0 5px rgb(81, 203, 238);
  border: 1px solid rgb(81, 203, 238);
}

.dashboard-date-grid {
  padding: 0 !important;
  margin: 0 !important;
}
.dashboard-date-grid ul {
  padding: 0 !important;
  margin: 0 !important;
}
.dashboard-date-grid li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  background-color: #e3e3e3;
  list-style-type: none !important;
  max-width: 107px !important;
  display: inline-block;
  margin-right: 18.75px !important;
  margin-left: 0 !important;
  margin-bottom: 12px !important;
}
.dashboard-date-grid li:nth-child(5) {
  margin-right: 0 !important;
}
.dashboard-date-grid li:nth-child(10) {
  margin-right: 0 !important;
}
.dashboard-date-grid li:nth-child(15) {
  margin-right: 0 !important;
}
.dashboard-date-grid li:nth-child(20) {
  margin-right: 0 !important;
}
.dashboard-date-grid li:nth-child(25) {
  margin-right: 0 !important;
}
.dashboard-date-grid li:last-child {
  margin-right: 0 !important;
}

.scorecard-score-category {
  margin-bottom: 0.9375rem;
}

.scorecard-score-row {
  margin-top: 0.3125rem;
}

.scorecard-score-icon {
  padding-left: 1.25rem;
  padding-top: 0.125rem;
}

.scorecard-pass {
  background-color: #8bc988 !important;
}

.scorecard-fail {
  background-color: #cc7a76 !important;
}

.scorecard-pending {
  background-color: #e08e53 !important;
}

.scorecard-na {
  background-color: #e3e3e3 !important;
}

.null-day {
  min-width: 100% !important;
  max-height: 15px;
  min-width: 75px;
  max-height: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

a.back-link {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #373737;
  text-decoration: underline;
}

a.back-link:hover {
  color: #000000;
}

.set-preferences-main-header h2 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  color: #21a018;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.0625rem;
}

.my-account-container {
  margin-top: 2.5rem;
}

.my-account-standard-layout {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 800px;
}
@media only screen and (min-width: 78.125em) {
  .my-account-standard-layout {
    max-width: 1250px;
    min-width: 1250px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 78.0625rem) {
  .my-account-standard-layout {
    max-width: 980px;
    min-width: 601px;
  }
}
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .my-account-standard-layout {
    max-width: 600px;
    min-width: 600px;
  }
}
.my-account-standard-layout {
  margin: auto !important;
  padding: 0;
}
.my-account-standard-layout .clients-main-header {
  background-color: #ebebeb;
}
.my-account-standard-layout .clients-main-header h1 {
  color: #000000 !important;
}

.my-account-standard-layout-left {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.my-account-standard-layout-right {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right !important;
}

button.button-disabled {
  background: #b4b4b4 !important;
  color: #ebebeb !important;
}

.set-preferences-step-buttons {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 1.25rem;
}
.set-preferences-step-buttons .button {
  background-color: #ebebeb !important;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #000000;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.75rem;
  padding-bottom: 0;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
}
.set-preferences-step-buttons .button:hover {
  background-color: #7db3c6 !important;
  color: #ffffff;
}
.set-preferences-step-buttons .complete {
  background-color: #21a018 !important;
  color: #ffffff;
}
.set-preferences-step-buttons .unavailable {
  color: #b4b4b4;
  cursor: default;
}
.set-preferences-step-buttons .unavailable:hover {
  background-color: #ebebeb !important;
  color: #b4b4b4;
  cursor: default;
}
.set-preferences-step-buttons .active:hover {
  background-color: #ebebeb !important;
  color: #000000;
  cursor: default;
}
.set-preferences-step-buttons .current {
  background-color: #7eb2c7 !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 0.625rem;
}

.set-preferences-step-header {
  width: 100% !important;
}
.set-preferences-step-header h1 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.0625rem;
  color: #787878;
}
.set-preferences-step-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.75rem;
}

.set-preferences-step-instructions {
  width: 100% !important;
}
.set-preferences-step-instructions h2 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 1.0625rem;
  color: #787878;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #b4b4b4;
  width: 100% !important;
}
.set-preferences-step-instructions p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #8f8f8f;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 1.875rem;
}

.set-preferences-thumbs {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0;
  text-align: right !important;
}

.set-preferences-thumb-container img {
  width: 120px;
  height: 120px;
}
.set-preferences-thumb-container {
  text-align: right;
  display: block !important;
  min-height: 13.125rem !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.set-preferences-thumb-overlay {
  width: 120px;
  height: 120px;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  background: rgba(207, 225, 232, 0.9);
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  text-align: center;
}

.set-preferences-thumb-selected-overlay {
  width: 120px;
  height: 120px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
}
.set-preferences-thumb-selected-overlay img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important; /* For IE8 and earlier */
}

.set-preferences-thumb {
  position: absolute;
  z-index: 1;
}
.set-preferences-thumb h3 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #787878;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4375rem;
  padding-bottom: 0;
  width: 120px !important;
  text-align: center;
}

.set-preferences-thumbs-large {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0;
  text-align: right !important;
}

.set-preferences-step-1-1-container {
  margin-left: 4.375rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.set-preferences-step-1-2-container {
  margin-left: 10rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.set-preferences-thumb-large-container img {
  width: 354px;
  height: 232px;
}
.set-preferences-thumb-large-container {
  text-align: right;
  display: block !important;
  min-height: 19.375rem !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.set-preferences-step-2-1-container .odd {
  float: left;
  width: 30%;
}
.set-preferences-step-2-1-container .even {
  float: left;
  width: 30%;
}
.set-preferences-step-2-1-container .single-row {
  float: left !important;
  width: 100% !important;
  font-weight: bold;
}
.set-preferences-step-2-1-container .single-row-last {
  padding-bottom: 1.25rem !important;
  border-bottom-style: dotted !important;
  border-bottom-color: #b4b4b4 !important;
  border-bottom-width: 1px !important;
  margin-bottom: 0.9375rem !important;
}
.set-preferences-step-2-1-container {
  margin-left: 1.6875rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.set-preferences-step-3-1-container, .set-preferences-step-3-2-container {
  margin-left: 1.5rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.set-preferences-subcategory-header {
  text-align: left !important;
}
.set-preferences-subcategory-header h3 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.25rem;
  color: #2a90a3;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.125rem;
  padding-bottom: 0.0625rem;
  margin: 0;
}
.set-preferences-subcategory-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #b4b4b4;
  width: 90% !important;
}

.set-preferences-thumb-overlay-large {
  width: 354px;
  height: 232px;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  background: rgba(207, 225, 232, 0.9);
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  text-align: center;
}

.set-preferences-thumb-selected-large-overlay {
  width: 354px;
  height: 232px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
}
.set-preferences-thumb-selected-large-overlay img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important; /* For IE8 and earlier */
}

.set-preferences-thumb-large {
  position: absolute;
  z-index: 1;
}
.set-preferences-thumb-large h3 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #787878;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4375rem;
  padding-bottom: 0;
  width: 354px !important;
  text-align: center;
}

.set-preferences-continue {
  margin-left: 1.5625rem !important;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.875rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100% !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 1.25rem;
}

svg .state {
  stroke-width: 1;
  stroke: #fff;
  -webkit-transition: stroke 0.5s, stroke-width 0.5s;
  transition: stroke 0.5s, stroke-width 0.5s;
  fill: #b4b4b4 !important;
}

svg .state:hover {
  cursor: pointer;
  stroke-width: 2;
  stroke: #fff;
}

svg .selectedstate {
  fill: #21a018 !important;
}

.regionlist {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

.regionlist > div {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid grey;
}

.regionlist > div.active {
  font-weight: bold;
  background-color: lightblue;
}

.regionlist > div > div {
  display: inline-block;
  width: 48%;
}

.scale {
  position: relative;
}

.scale div {
  width: 9.07%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}

.admin-content-container {
  width: 100% !important;
}
.admin-content-container h1 {
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #2a90a3;
  border-bottom-style: dotted;
  border-bottom-color: #52a8b8;
  border-bottom-width: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 2.125rem;
  min-width: 100% !important;
}
.admin-content-container .button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
.admin-content-container table {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.admin-content-container thead {
  text-align: left;
}
.admin-content-container thead th {
  background-color: rgba(42, 144, 163, 0.4);
  font-family: "open_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-right-width: 1px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.admin-content-container thead th:last-child {
  border-right-style: none;
  border-right-color: none;
  border-right-width: 0;
}
.admin-content-container tbody tr:nth-child(even) {
  background-color: rgba(42, 144, 163, 0.1);
}
.admin-content-container tbody .disabled {
  background: repeating-linear-gradient(-55deg, #f3f3f3, #f3f3f3 10px, #fdfdfd 10px, #fdfdfd 20px);
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  color: #7a7a7a !important;
  cursor: not-allowed;
  margin-bottom: 0.625rem;
}
.admin-content-container tbody .disabled td {
  color: #7a7a7a !important;
}
.admin-content-container tbody td {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000;
  border-right-style: solid;
  border-right-color: rgba(42, 144, 163, 0.4);
  border-right-width: 1px;
  padding: 0;
}
.admin-content-container tbody td a {
  display: block;
  color: #000000;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.admin-content-container tbody td a:hover {
  color: #ffffff;
  background-color: #21a018;
}
.admin-content-container tbody td .link-view-record:hover {
  color: #ffffff;
  background-color: #2a90a3;
}
.admin-content-container tbody td:last-child {
  border-right-style: none;
  border-right-color: none;
  border-right-width: 0;
}
.admin-content-container tbody tr:last-child {
  padding-bottom: 1.25rem !important;
}
.admin-content-container tbody .bottomborder {
  border-bottom-style: solid;
  border-bottom-color: rgba(42, 144, 163, 0.4);
  border-bottom-width: 1px;
}
.admin-content-container .list-view-table-two-col-cell {
  max-width: 48% !important;
  min-width: 48% !important;
  width: 48% !important;
}
.admin-content-container .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.admin-content-container .pagination > li {
  display: inline;
  margin-left: 0;
}
.admin-content-container .pagination > li:first-child > a, .admin-content-container .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.admin-content-container .pagination > .active > a, .admin-content-container .pagination > .active > span, .admin-content-container .pagination > .active > a:hover, .admin-content-container .pagination > .active > span:hover, .admin-content-container .pagination > .active > a:focus, .admin-content-container .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2a90a3;
  border-color: #2a90a3;
}
.admin-content-container .pagination > li > a, .admin-content-container .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2a90a3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.admin-content-container .pagination > li > a:hover {
  background-color: rgba(42, 144, 163, 0.4);
}
.admin-content-container .search-row td {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  border-right-style: none !important;
  border-right-color: none !important;
  border-right-width: 0 !important;
  padding-left: 0;
  padding-right: 0.3125rem;
  padding-top: 0;
  padding-bottom: 0;
}
.admin-content-container .search-row {
  background-color: #ffffff;
}
.admin-content-container .search-row .search {
  border-style: solid;
  border-color: #b4b4b4;
  border-width: 1px;
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  margin-top: 0.9375rem;
  width: 99%;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  color: #4a4a4a !important;
  background-color: rgba(33, 160, 24, 0.1);
}
.admin-content-container .search-row {
  border-bottom-style: solid;
  border-bottom-color: rgba(42, 144, 163, 0.4);
  border-bottom-width: 3px;
}
.admin-content-container .st-sort-ascent {
  content: "▲";
}
.admin-content-container .st-sort-ascent:before {
  content: "▲";
}
.admin-content-container tfoot {
  margin-top: 1.25rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  border-top-style: solid;
  border-top-color: rgba(42, 144, 163, 0.4);
  border-top-width: 3px;
}
.admin-content-container tfoot td {
  border-right-style: none !important;
  border-right-color: none !important;
  border-right-width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.admin-content-container tfoot .page-size-setter {
  text-align: right;
}
.admin-content-container tfoot .page-size-setter input[type=number] {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  width: 75px;
  float: right;
  margin-top: 0.5rem !important;
}
.admin-content-container tfoot .page-size-setter label {
  display: inline-block;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  padding-left: 0 !important;
  padding-right: 0.375rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
  margin-top: 0.5rem !important;
}

.publishing-link-list ul {
  list-style-position: outside !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.publishing-link-list li {
  list-style-type: none;
  list-style-position: outside !important;
  padding-left: 0.5rem;
  padding-right: 0 !important;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0 !important;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  width: 100%;
}
.publishing-link-list a {
  display: block;
  color: #000000;
  font-size: 0.8125rem;
}
.publishing-link-list li:hover {
  background-color: rgba(33, 160, 24, 0.2);
}

.data-dropdown-picker {
  margin: 0 0 0 0;
  padding: 0.6875rem 0.6875rem 0.6875rem 0.6875rem;
  border-left: 1px solid #a3ccd4;
}
.data-dropdown-picker div {
  width: 100%;
}
.data-dropdown-picker div select {
  border-color: #cccccc !important;
  color: black !important;
  font-size: 13px;
  margin: 0 0 0 0;
  font-family: "open_sansregular", Verdana, sans-serif !important;
}
.data-dropdown-picker div select:focus {
  -webkit-box-shadow: 0 0 5px rgb(81, 203, 238);
          box-shadow: 0 0 5px rgb(81, 203, 238);
  border: 1px solid rgb(81, 203, 238);
}

.tasks-section-header {
  width: 100% !important;
  padding-top: 0.9375rem;
}
.tasks-section-header h3 {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.625rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.tasks-section {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.tasks-section .task-lists {
  width: 100% !important;
}
.tasks-section .task-list {
  width: 18.5625rem;
  list-style-type: none !important;
  max-width: 18.5625rem !important;
  display: inline-block;
  margin-right: 15px !important;
  margin-left: 0 !important;
  margin-bottom: 12px !important;
  padding: 0px !important;
  background-color: #ffffff;
}
.tasks-section .task-list .task-list-title h4 {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tasks-section .task-list .task-list-items {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e3e3e3;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e3e3e3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e3e3e3;
  padding: 0px;
  height: 15.5625rem !important;
  max-height: 15.5625rem !important;
  overflow-y: scroll !important;
  display: block;
}
.tasks-section .task-list .task-list-items .task-list-item {
  padding-left: 0;
  padding-right: 0 !important;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  height: 2.5625rem !important;
  max-height: 2.5625rem !important;
}
.tasks-section .task-list .task-list-items .task-list-item .task-list-text {
  font-size: 0.6875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem !important;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.tasks-section .task-list .task-list-items .task-list-item .small-action-button {
  background: #417185;
  color: #a2bbc6;
}
.tasks-section .task-list .task-list-items .task-list-item .small-action-button:hover, .tasks-section .task-list .task-list-items .task-list-item .small-action-button:focus {
  background: rgb(55.25, 96.05, 113.05);
  color: #a2bbc6;
}
.tasks-section .task-list .task-list-items .task-list-item .small-action-button .iconic * {
  fill: #a2bbc6;
  stroke: #a2bbc6;
}
.tasks-section .task-list .task-list-items .task-list-item .small-action-button .iconic *.iconic-property-accent {
  fill: #a2bbc6;
  stroke: #a2bbc6;
}
.tasks-section .task-list .task-list-items .task-list-item .small-action-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.tasks-section .task-list .task-list-items .task-list-item .small-action-button {
  font-size: 0.625rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.tasks-section .task-list .task-list-items .task-list-item:nth-child(even) {
  background-color: #f7f7f7;
}
.tasks-section .task-list:nth-child(even) {
  margin-right: 0 !important;
}

.critical .tasks-section-header h3 {
  color: #c24a44;
  border-bottom-color: #c24a44;
}
.critical .task-list .task-list-title h4 {
  color: #c24a44;
  background-color: #efdbd9 !important;
}
.critical .task-list .task-list-items .task-list-item .small-action-button {
  background: #c24a44;
  color: #ffffff;
}
.critical .task-list .task-list-items .task-list-item .small-action-button:hover, .critical .task-list .task-list-items .task-list-item .small-action-button:focus {
  background: rgba(194, 74, 68, 0.8);
  color: #ffffff;
}
.critical .task-list .task-list-items .task-list-item .small-action-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.critical .task-list .task-list-items .task-list-item .small-action-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}

.multi-textboxes {
  width: 100%;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block;
}
.multi-textboxes li {
  list-style: none;
}
.multi-textboxes .standard-textbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 12px !important;
  /*color: $form_font_color !important;
  background-color: $form_bg_color !important;
  border-color: $form_border_color !important;
  border-style: $form_border_style !important;
  border-width: $form_border_width !important;*/
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.context-and-negatives-modal-content {
  background-color: #ffffff;
}
.context-and-negatives-modal-content h2 {
  font-size: 14px;
  font-weight: bold;
}
.context-and-negatives-modal-content h4 {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: bold;
  padding-bottom: 0.3125rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #21a018;
  color: #21a018;
}
.context-and-negatives-modal-content p {
  font-size: 12px;
  line-height: 18px;
}

.schema-form-container {
  width: 100% !important;
}
.schema-form-container h3 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7c568f;
  border-top-style: solid;
  border-top-color: rgba(124, 86, 143, 0.3);
  border-top-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgba(124, 86, 143, 0.3);
  border-bottom-width: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
  min-width: 100% !important;
}
.schema-form-container h2 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7c568f;
  border-bottom-style: solid;
  border-bottom-color: rgba(124, 86, 143, 0.3);
  border-bottom-width: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.25rem;
  min-width: 100% !important;
}

.schema-form {
  margin-top: rem-cal(12) !important;
}
.schema-form input[type=text], .schema-form input[type=password], .schema-form input[type=date], .schema-form input[type=datetime], .schema-form input[type=datetime-local], .schema-form input[type=month], .schema-form input[type=week], .schema-form input[type=email], .schema-form input[type=number], .schema-form input[type=search], .schema-form input[type=tel], .schema-form input[type=time], .schema-form input[type=url], .schema-form input[type=color], .schema-form textarea, .schema-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: unset;
  width: unset;
  height: unset;
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
  color: unset;
  font-size: unset;
  -webkit-font-smoothing: unset;
  vertical-align: unset;
}
.schema-form select {
  height: 1.9375rem !important;
  padding: unset;
  margin: unset;
}
.schema-form h2 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7c568f;
  border-bottom-style: solid;
  border-bottom-color: rgba(124, 86, 143, 0.3);
  border-bottom-width: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
  min-width: 100% !important;
}
.schema-form fieldset {
  border: 0 none #ffffff !important;
  margin: 0 0 !important;
  padding: 0 0 0 !important;
}
.schema-form label, .schema-form .control-label {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  padding-left: 0 !important;
  padding-right: 0.4375rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0;
  color: #000000;
  float: left;
  clear: both !important;
}
.schema-form .list-filters-main-label {
  width: 50% !important;
  float: left !important;
}
.schema-form .list-filters-main-label .form-control, .schema-form .list-filters-main-label .form-control:disabled, .schema-form .list-filters-main-label select {
  width: 90%;
}
.schema-form .list-filters-main-label {
  padding-bottom: 1.25rem !important;
  min-height: 3.125rem !important;
}
.schema-form .sr-only {
  visibility: hidden !important;
  height: 0 !important;
}
.schema-form .form-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 1.25rem !important;
}
.schema-form .form-control, .schema-form .ng-touched, .schema-form input[type=number], .schema-form select {
  border-style: solid;
  border-color: #b4b4b4;
  border-width: 1px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  color: #4a4a4a !important;
  background-color: rgba(33, 160, 24, 0.1);
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.schema-form .form-control select, .schema-form .ng-touched select, .schema-form input[type=number] select, .schema-form select select {
  height: 1rem !important;
  top: 0.625rem !important;
}
.schema-form .form-control:disabled, .schema-form textarea:disabled {
  background: repeating-linear-gradient(-55deg, #e5e5e5, #e5e5e5 10px, #eaeaea 10px, #eaeaea 20px);
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  color: #000000 !important;
  cursor: not-allowed;
  margin-bottom: 0.625rem;
}
.schema-form .form-control:focus, .schema-form textarea:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  outline: auto 12px #21a018;
}
.schema-form textarea {
  min-height: 9.375rem;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem;
  color: #4a4a4a !important;
  background-color: rgba(180, 180, 180, 0.1);
  width: 100%;
}
.schema-form select {
  margin-top: 0.375rem !important;
  margin-bottom: 0.5rem !important;
}
.schema-form input.ng-invalid, .schema-form textarea.ng-invalid {
  background-color: rgba(194, 74, 68, 0.2) !important;
  border-color: #c24a44 !important;
  color: #c24a44;
}
.schema-form .has-error .help-block {
  background-color: rgba(194, 74, 68, 0.8) !important;
  color: #ffffff;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.75rem !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  display: inline;
  float: left;
}
.schema-form .has-error {
  margin-bottom: 0.625rem !important;
  width: 100%;
}
.schema-form .has-success .help-block {
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  display: none !important;
}
.schema-form .has-success .sr-only {
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  display: none !important;
}
.schema-form .has-success {
  margin-bottom: 0;
}
.schema-form .checkbox-wrap {
  float: left;
  margin-right: 1.375rem;
  margin-bottom: 2rem;
}
.schema-form .one-col-full {
  width: 100%;
  float: left;
}
.schema-form .one-col-full .form-control, .schema-form .one-col-full .form-control:disabled {
  width: 100%;
}
.schema-form .one-col-full {
  min-height: 3.125rem !important;
}
.schema-form .one-col-left {
  width: 100%;
  float: left;
}
.schema-form .one-col-left .form-control, .schema-form .one-col-left .form-control:disabled, .schema-form .one-col-left select {
  width: 45%;
  margin-right: 45%;
}
.schema-form .one-col-left {
  min-height: 3.125rem !important;
}
.schema-form .two-col-left {
  width: 50% !important;
  float: left !important;
}
.schema-form .two-col-left .form-control, .schema-form .two-col-left .form-control:disabled, .schema-form .two-col-left select {
  width: 90%;
}
.schema-form .two-col-left {
  padding-bottom: 1.25rem !important;
  min-height: 3.125rem !important;
}
.schema-form .two-col-right {
  text-align: right;
  width: 50%;
  float: right !important;
}
.schema-form .two-col-right .form-control, .schema-form .two-col-right .form-control:disabled, .schema-form .two-col-right select {
  width: 90%;
  clear: both;
}
.schema-form .two-col-right label {
  float: left !important;
  margin-left: 2rem !important;
}
.schema-form .two-col-right {
  min-height: 3.125rem !important;
}
.schema-form .details-one-col-full {
  width: 100%;
  float: left;
}
.schema-form .details-one-col-full .form-control, .schema-form .details-one-col-full .form-control:disabled {
  width: 100%;
}
.schema-form .details-one-col-full {
  min-height: 3.125rem !important;
}
.schema-form .details-one-col-left {
  width: 100%;
  float: left;
}
.schema-form .details-one-col-left .form-control, .schema-form .details-one-col-left .form-control:disabled, .schema-form .details-one-col-left select {
  width: 45%;
  margin-right: 45%;
}
.schema-form .details-one-col-left {
  min-height: 3.125rem !important;
}
.schema-form .details-two-col-left {
  width: 50% !important;
}
.schema-form .details-two-col-left .form-control, .schema-form .details-two-col-left .form-control:disabled, .schema-form .details-two-col-left select {
  width: 90%;
}
.schema-form .details-two-col-left {
  padding-bottom: 1.25rem !important;
  min-height: 3.125rem !important;
}
.schema-form .details-two-col-right {
  width: 50%;
}
.schema-form .details-two-col-right .form-control, .schema-form .details-two-col-right .form-control:disabled, .schema-form .details-two-col-right select {
  width: 90%;
  clear: both;
}
.schema-form .details-two-col-right label {
  float: left !important;
}
.schema-form .details-two-col-right {
  min-height: 3.125rem !important;
}
.schema-form label.sr-only {
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  display: none !important;
}
.schema-form .form-group .form-control-date {
  /*.control-label {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0,0,0,0) !important;
      border: 0 !important;    
  }*/
}
.schema-form .form-group .form-control-date input[type=text] {
  border-style: solid;
  border-color: #b4b4b4;
  border-width: 1px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
  height: 2rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  width: 90% !important;
  color: #4a4a4a !important;
  background-color: rgba(33, 160, 24, 0.1);
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.schema-form .form-group .form-control-date input:focus {
  outline: none;
}
.schema-form .datepicker {
  position: absolute;
  z-index: 1000000000000;
  width: 280px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ffffff;
}
.schema-form .schema-form-datepicker {
  padding: 0;
  margin: 0;
}
.schema-form .schema-form-datepicker .control-label {
  visibility: hidden;
  width: 1px !important;
  height: 1px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0 !important;
  display: none !important;
}
.schema-form .datepicker th {
  font-size: 11px;
  font-weight: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.625rem !important;
}
.schema-form .datepicker th .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  white-space: nowrap;
  height: 30px;
  font-size: 12px;
  font-weight: normal !important;
  border-style: none !important;
  border-width: 0 !important;
  background-color: #787878 !important;
}
.schema-form .datepicker th .btn .ng-binding {
  padding-left: 13px !important;
  padding-right: 13px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #ffffff !important;
}
.schema-form .datepicker th .glyphicon-chevron-left {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/btn-date-arrow-left.png) !important;
}
.schema-form .datepicker th .glyphicon-chevron-right {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/btn-date-arrow-right.png) !important;
}
.schema-form .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d7d7d7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d7d7d7;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d7d7d7;
  white-space: nowrap;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.schema-form .datepicker .text-info {
  font-size: 12px;
  color: black;
  /*padding: {
      left: rem-calc(0) !important;
      right: rem-calc(0) !important;
      top: rem-calc(0) !important;
      bottom: rem-calc(0) !important;	
  }*/
}
.schema-form {
  /* .datpicker .btn-info contains selected date */
}
.schema-form .datepicker .btn-info {
  font-size: 12px;
  font-weight: normal;
  background-color: #39b3d7;
  /*padding: {
  left: rem-calc(0) !important;
  right: rem-calc(0) !important;
  top: rem-calc(0) !important;
  bottom: rem-calc(0) !important;	
  }*/
}
.schema-form .datepicker .btn:disabled {
  font-size: 12px;
  font-weight: normal;
  color: gray;
  /*padding: {
  left: rem-calc(0) !important;
  right: rem-calc(0) !important;
  top: rem-calc(0) !important;
  bottom: rem-calc(0) !important;	
  }   */
}
.schema-form .datepicker .btn:disabled > .text-muted {
  font-size: 12px;
  font-weight: normal;
  color: gray;
  /*padding: {
  left: rem-calc(0) !important;
  right: rem-calc(0) !important;
  top: rem-calc(0) !important;
  bottom: rem-calc(0) !important;	
  }  */
}
.schema-form .datepicker .text-muted {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background-color: #a8a8a8;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  display: block !important;
  width: 100% !important;
}
.schema-form .datepicker .btn:enabled {
  font-size: 12px;
  font-weight: normal;
  color: black;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  background-color: #e8e8e8;
  display: block !important;
  width: 100% !important;
}

.custom-text-box {
  border-style: solid !important;
  border-color: #b4b4b4 !important;
  border-width: 1px !important;
}

.form-element-border-top {
  border-top-style: solid !important;
  border-top-color: #b4b4b4 !important;
  border-top-width: 1px !important;
  margin-top: 1.25rem;
}
.form-element-border-top label {
  margin-top: 1.875rem !important;
}

.dynamic-form-group {
  padding-left: 1.125rem;
}
.dynamic-form-group textarea {
  min-height: 6.25rem !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem;
  color: #4a4a4a !important;
  background-color: rgba(180, 180, 180, 0.1);
  width: 95% !important;
}

.set-preferences-add-keyword {
  padding-left: 1.125rem !important;
  padding-top: -15px !important;
  padding-bottom: 20px !important;
}
.set-preferences-add-keyword img {
  margin-right: 0.9375rem !important;
}
.set-preferences-add-keyword a {
  font-size: 0.8125rem !important;
}

.schema-form-radio-reverse {
  margin-bottom: 1.25rem !important;
}
.schema-form-radio-reverse label {
  padding-right: 45px !important;
}

.schema-form-radio-reverse-labels {
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-right: 40px !important;
}

.pagination-count h4 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  color: #4a4a4a;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.pagination-count h5 {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: normal !important;
  color: #4a4a4a !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0 !important;
}
.pagination-count P {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.0625rem;
  color: #4a4a4a;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.pagination-count a {
  font-weight: bold;
}
.pagination-count a:hover {
  text-decoration: underline;
}

.pagination-controls ul {
  float: right !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pagination-controls li {
  float: left !important;
  list-style-type: none !important;
  padding-left: 0.625rem !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 1.1875rem !important;
}
.pagination-controls li .pagination-page {
  background-color: #ebebeb !important;
  color: #7e7e7e !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: bold !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.1875rem !important;
  padding-bottom: 0.1875rem !important;
  min-height: 1.625rem !important;
}
.pagination-controls li a:hover {
  background-color: #dddddd !important;
  color: #000000 !important;
}
.pagination-controls li .pagination-next {
  background-color: #ebebeb !important;
  color: #7e7e7e !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0.0625rem !important;
}
.pagination-controls li .pagination-previous {
  background-color: #ebebeb !important;
  color: #7e7e7e !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0.0625rem !important;
}
.pagination-controls .active a {
  background-color: #a7cbd8 !important;
  color: #000000 !important;
}
.pagination-controls .disabled a {
  background-color: #ffffff !important;
  color: #7e7e7e !important;
  cursor: default;
}
.pagination-controls .disabled a:hover {
  background-color: #ffffff !important;
  color: #7e7e7e !important;
}

.form-generator-cp-standard h2.form-header {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #7c568f;
  border-bottom-style: solid;
  border-bottom-color: rgba(124, 86, 143, 0.3);
  border-bottom-width: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  min-width: 100% !important;
}
.form-generator-cp-standard .form-instructions {
  background-color: rgba(42, 144, 163, 0.1);
  border-width: 1px;
  border-color: rgba(42, 144, 163, 0.3);
  border-style: solid;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  padding: 1.25rem;
  text-align: left;
  font-weight: normal;
  width: 100%;
  margin-bottom: 2.5rem;
  color: #000000;
}
.form-generator-cp-standard .form-section-wrapper {
  margin-bottom: 1.875rem;
}
.form-generator-cp-standard .form-section-wrapper .form-section-container .form-section-header {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.625rem;
  color: #21a018;
  border-bottom-width: 1px;
  border-bottom-color: #21a018;
  border-bottom-style: solid;
}
.form-generator-cp-standard .form-section-wrapper .form-section-container .form-section-instructions {
  font-size: 0.9375rem;
  padding-bottom: 1.25rem;
  font-weight: normal;
  width: 100%;
  margin-bottom: 1.25rem;
  color: #6e6e6e;
}
.form-generator-cp-standard .control-group {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  /* Firefox */
  display: -moz-box !important;
  /* Safari, Opera, and Chrome */
  display: -webkit-box !important;
  -webkit-box-orient: horizontal !important;
  /* W3C */
}
.form-generator-cp-standard .control-group:nth-child(even) {
  background-color: rgba(42, 144, 163, 0.1);
}
.form-generator-cp-standard .form-group-column-container {
  padding-left: 0;
  padding-right: 0.6875rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; /* Firefox */
  -webkit-box-flex: 1 !important; /* Safari and Chrome */
  -ms-flex: 1 !important; /* Internet Explorer 10 */
  box-flex: 1 !important;
}
.form-generator-cp-standard .form-group-column-container .form-group-tooltip-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0;
}
.form-generator-cp-standard .form-group-column-container .form-group-label-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0; /* Firefox */
  -webkit-box-flex: 1 !important; /* Safari and Chrome */
  -ms-flex: 1 !important; /* Internet Explorer 10 */
  box-flex: 1 !important;
}
.form-generator-cp-standard .form-group-column-container .form-group-label-container .form-group-instructions {
  font-style: italic;
  font-weight: normal;
  font-size: 10px !important;
  margin-top: 5px !important;
}
.form-generator-cp-standard .form-group-column-container label {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  padding-left: 0 !important;
  padding-right: 0.4375rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0.4375rem !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #000000;
  float: left;
  clear: both !important;
  min-width: 100% !important;
}
.form-generator-cp-standard .form-success {
  background-color: rgba(33, 160, 24, 0.2);
  border-width: 1px;
  border-color: #21a018;
  border-style: solid;
  font-size: 0.875rem;
  padding: 1.25rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 2.5rem;
  color: #21a018;
}
.form-generator-cp-standard .form-elements-column-container {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100% !important;
  border-left-style: solid;
  border-left-color: #a3ccd4;
  border-left-width: 1px;
}
.form-generator-cp-standard .cp-form-group-standard .control-label {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.form-generator-cp-standard .cp-form-group-standard span.container-textbox-element-row {
  width: 100%;
  clear: both;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-generator-cp-standard .cp-form-group-standard span.textbox-display-text-top {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  line-height: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 11px;
  width: 100%;
}
.form-generator-cp-standard .cp-form-group-standard span.textbox-display-text-bottom {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  line-height: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 11px;
  padding-bottom: 0;
  width: 100%;
}
.form-generator-cp-standard .cp-form-group-standard span.textbox-display-text-left {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  line-height: 14px;
  padding-left: 0;
  padding-right: 11px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  float: left;
}
.form-generator-cp-standard .cp-form-group-standard span.container-textbox-element {
  display: inline-block;
  width: 100%;
}
.form-generator-cp-standard .cp-form-group-standard span.textbox-display-text-right, .form-generator-cp-standard .cp-form-group-standard span.notebox-display-text-right {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  line-height: 14px;
  padding-left: 11px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  float: right;
}
.form-generator-cp-standard .cp-form-group-standard .full {
  width: 100%;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .three-quarters {
  width: 75%;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .one-quarter {
  width: 25%;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .half {
  width: 50%;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .two-thirds {
  width: 67%;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .one-third {
  width: 33%;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .three-col {
  width: 33%;
  padding-left: 0.375rem;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .three-col:nth-child(1) {
  padding-right: 0.375rem;
  padding-left: 0;
}
.form-generator-cp-standard .cp-form-group-standard .two-col {
  width: 50% !important;
  padding-left: 0.375rem;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .two-col:nth-child(odd) {
  padding-right: 0.375rem;
  padding-left: 0;
}
.form-generator-cp-standard .cp-form-group-standard .four-col {
  width: 25%;
  padding-left: 0.375rem;
  display: inline-block;
}
.form-generator-cp-standard .cp-form-group-standard .four-col:nth-child(1) {
  padding-right: 0.375rem;
  padding-left: 0;
}
.form-generator-cp-standard .cp-form-group-standard .standard-textbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-numberbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-decimalbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-emailbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-phonebox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-multilinebox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 18px;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-notebox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-select {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-datebox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-urlbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-datepicker {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .list-and-buttton-wrapper:nth-child(odd), .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .list-and-buttton-wrapper:nth-child(odd) {
  padding-right: 0.3125rem;
  padding-left: 0;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .list-and-buttton-wrapper:nth-child(even), .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .list-and-buttton-wrapper:nth-child(even) {
  padding-right: 0;
  padding-left: 0.3125rem;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .pool, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .pool {
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  background-color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .disabledListbuilder, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .disabledListbuilder {
  background: repeating-linear-gradient(-55deg, #f3f3f3, #f3f3f3 10px, #fdfdfd 10px, #fdfdfd 20px);
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  color: #000000 !important;
  cursor: not-allowed;
  margin-bottom: 0.625rem;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .pool ul, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .pool ul {
  list-style: none;
  padding-left: 0px;
  padding: 8px 0 8px 0;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .pool ul li, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .pool ul li {
  max-width: 160px;
  padding: 3px 3px 3px 3px;
  border-bottom: 1px dotted #CFCFCF;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .pool ul li a, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .pool ul li a {
  color: #000000 !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .pool ul li a:hover, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .pool ul li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
  display: block;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .listbuilder-textbox, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .listbuilder-textbox {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .listbuilder-textbox:focus, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .listbuilder-textbox:focus {
  -webkit-box-shadow: 0 0 5px rgb(81, 203, 238);
          box-shadow: 0 0 5px rgb(81, 203, 238);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgb(81, 203, 238);
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .small-gray-button, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .small-gray-button {
  background-color: #c3c3c3 !important;
  color: #000000 !important;
  font-size: 0.6875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem !important;
  margin-bottom: 0.1875rem !important;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  width: 100% !important;
  text-transform: uppercase;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder .small-gray-button:hover, .form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .small-gray-button:hover {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.form-generator-cp-standard .cp-form-group-standard .standard-listbuilder-tall .pool {
  height: 380px;
}
.form-generator-cp-standard .cp-form-group-standard .standard-textbox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-numberbox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-decimalbox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-emailbox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-phonebox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-multilinebox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-notebox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-urlbox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-select:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-datebox:focus,
.form-generator-cp-standard .cp-form-group-standard .standard-datepicker:focus {
  -webkit-box-shadow: 0 0 5px rgb(81, 203, 238);
          box-shadow: 0 0 5px rgb(81, 203, 238);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgb(81, 203, 238);
}
.form-generator-cp-standard .cp-form-group-standard .standard-textbox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-numberbox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-decimalbox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-emailbox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-phonebox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-multilinebox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-notebox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-select:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-datebox:disabled,
.form-generator-cp-standard .cp-form-group-standard .standard-datepicker:disabled {
  background: repeating-linear-gradient(-55deg, #f3f3f3, #f3f3f3 10px, #fdfdfd 10px, #fdfdfd 20px);
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  color: #000000 !important;
  cursor: not-allowed;
  margin-bottom: 0.625rem;
}
.form-generator-cp-standard .cp-form-group-standard .green-button {
  background: #21a018;
  color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .green-button:hover, .form-generator-cp-standard .cp-form-group-standard .green-button:focus {
  background: rgb(28.05, 136, 20.4);
  color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .green-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .green-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .green-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.form-generator-cp-standard .cp-form-group-standard .green-button {
  font-size: 1rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .red-button {
  background: #c24a44;
  color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .red-button:hover, .form-generator-cp-standard .cp-form-group-standard .red-button:focus {
  background: rgb(167.922983871, 60.1649193548, 54.777016129);
  color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .red-button .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .red-button .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .red-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.form-generator-cp-standard .cp-form-group-standard .red-button {
  font-size: 1rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button {
  background: rgba(33, 160, 24, 0.3);
  color: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover, .form-generator-cp-standard .cp-form-group-standard .light-green-button:focus {
  background: rgba(28.05, 136, 20.4, 0.3);
  color: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button .iconic * {
  fill: rgb(32.5426630435, 157.7826086957, 23.6673913043);
  stroke: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button .iconic *.iconic-property-accent {
  fill: rgb(32.5426630435, 157.7826086957, 23.6673913043);
  stroke: rgb(32.5426630435, 157.7826086957, 23.6673913043);
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button {
  font-size: 1rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover {
  background: rgba(33, 160, 24, 0.6);
  color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover:hover, .form-generator-cp-standard .cp-form-group-standard .light-green-button:hover:focus {
  background: rgba(28.05, 136, 20.4, 0.6);
  color: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover .iconic * {
  fill: #ffffff;
  stroke: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover .iconic *.iconic-property-accent {
  fill: #ffffff;
  stroke: #ffffff;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.form-generator-cp-standard .cp-form-group-standard .light-green-button:hover {
  font-size: 1rem !important;
}
.form-generator-cp-standard .cp-form-group-standard .small-dark-blue {
  background: #417185;
  color: #a2bbc6;
}
.form-generator-cp-standard .cp-form-group-standard .small-dark-blue:hover, .form-generator-cp-standard .cp-form-group-standard .small-dark-blue:focus {
  background: rgb(55.25, 96.05, 113.05);
  color: #a2bbc6;
}
.form-generator-cp-standard .cp-form-group-standard .small-dark-blue .iconic * {
  fill: #a2bbc6;
  stroke: #a2bbc6;
}
.form-generator-cp-standard .cp-form-group-standard .small-dark-blue .iconic *.iconic-property-accent {
  fill: #a2bbc6;
  stroke: #a2bbc6;
}
.form-generator-cp-standard .cp-form-group-standard .small-dark-blue.custom-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.form-generator-cp-standard .cp-form-group-standard .small-dark-blue {
  font-size: 0.75rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.form-generator-cp-standard .drop-box {
  background: #F8F8F8;
  border: 5px dashed rgba(42, 144, 163, 0.7);
  width: 100%;
  height: 35px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 0.9375rem;
}
.form-generator-cp-standard .drop-box p {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.9375rem !important;
  color: rgba(42, 144, 163, 0.9) !important;
}
.form-generator-cp-standard .dragover {
  border: 5px dashed #21a018;
}
.form-generator-cp-standard .search-phrases-container {
  padding-bottom: 30px;
}
.form-generator-cp-standard .search-phrases-container label {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  padding-top: 22px;
}
.form-generator-cp-standard .search-phrases-container input[type=text] {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  margin-bottom: 0px;
  height: unset !important;
  margin-left: 7px;
  margin-top: 11px;
  height: 40px !important;
  border-color: #b8d4da !important;
  border-width: 2px;
  margin-top: 16px !important;
}
.form-generator-cp-standard .search-phrases-container .buttons-container {
  padding-top: 6px;
}
.form-generator-cp-standard .search-phrases-container .buttons-container button {
  width: 100%;
  margin-left: 10px !important;
  height: 39px !important;
  background-color: green;
}
.form-generator-cp-standard .search-phrases-container .buttons-container button:disabled {
  background-color: #a3a3a3;
  cursor: default;
}
.form-generator-cp-standard .selected-phrase {
  padding-left: 3px;
  overflow-y: auto !important;
  width: 100%;
}
.form-generator-cp-standard .selected-phrase a {
  padding: 6px 15px 6px 12px;
  margin: 3px 0 3px 5px;
  position: relative;
  padding-left: 22px;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  cursor: default;
  border: 1px solid #c5ebc2;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  */
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) left center no-repeat !important;
  background-color: #c5ebc2 !important;
  background-position-x: 5px !important;
}
.form-generator-cp-standard .selected-phrase a:hover {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) left center no-repeat !important;
  background-color: #ebd4d2 !important;
  background-position-x: 5px !important;
  border: 1px solid #c97a73;
  cursor: pointer;
}
.form-generator-cp-standard .selected-phrase ul {
  margin-left: -15px;
  margin-bottom: 0px !important;
}
.form-generator-cp-standard .selected-phrase ul li {
  list-style: none !important;
  list-style-type: none !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 13px !important;
  color: #000000 !important;
  margin-top: 17px;
  float: left;
  height: 26px;
  width: unset !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.form-generator-cp-standard .selected-phrase a.stop-word-tag {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) left center no-repeat !important;
  background-color: #ebd4d2 !important;
  background-position-x: 5px !important;
  border: 1px solid #c97a73;
  cursor: pointer;
}
.form-generator-cp-standard .selected-phrase a.stop-word-tag:hover {
  background-color: #e6c3bf !important;
}

.drop-box:hover {
  border: 5px dashed #21a018;
  background: rgba(33, 160, 24, 0.2);
}
.drop-box:hover p {
  color: rgba(33, 160, 24, 0.9) !important;
}
.drop-box:hover {
  cursor: pointer;
}

.cancel-link {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 12px !important;
}

.form-detail-table-header {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 15px !important;
  font-weight: bold;
  padding-top: 1.25rem !important;
  color: #000000;
}

.form-detail-table-header-2 {
  text-align: center !important;
  font-size: 1.75rem !important;
  color: #4a4a4a;
  font-family: "open_sansregular", Verdana, sans-serif;
  width: 100% !important;
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom-color: #bababa !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
.form-detail-table-header-2 strong {
  color: #21a018;
}

.contentblock-content ul {
  list-style-position: outside !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.contentblock-content li {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #000000 !important;
  list-style-type: none;
  list-style-position: outside !important;
  padding-left: 0;
  padding-right: 0 !important;
  padding-top: 0.3125rem;
  padding-bottom: 0.8125rem;
  margin-left: 0;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.two-col-list li {
  display: inline-block;
}

.all-categories-choices-modal .top-level-category-label {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  background-color: #e3e3e3;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 8px;
  font-weight: bold;
}

ul.categories-6-cols {
  columns: 6;
  -webkit-columns: 6;
  -moz-columns: 6;
  display: block;
}
ul.categories-6-cols li {
  list-style-type: none;
  list-style-position: inside !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
ul.categories-6-cols li h3 {
  text-align: center !important;
  font-weight: bold;
  font-size: 12px;
  background-color: #f3f3f3;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-top-style: none !important;
  border-top-width: 0px !important;
  min-height: 50px;
  margin-top: 0px !important;
  font-family: "open_sansbold", Verdana, sans-serif;
}

.categories-container {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media only screen and (min-width: 78.125em) {
  .categories-container {
    height: 340px !important;
  }
}
@media only screen and (min-width: 90em) {
  .categories-container {
    height: 640px !important;
  }
}

.large-modal-content-container {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media only screen and (min-width: 78.125em) {
  .large-modal-content-container {
    height: 540px !important;
  }
}
@media only screen and (min-width: 90em) {
  .large-modal-content-container {
    height: 840px !important;
  }
}

.category-type-buttons a {
  display: block;
  text-align: center;
  font-family: "open_sansbold", Verdana, sans-serif;
  color: #000000;
  background-color: #e5e5e5;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 7px;
}
.category-type-buttons a:hover {
  background-color: #d1d1d1;
}
.category-type-buttons .currentlyselected {
  background-color: #21a018;
  color: #ffffff;
}
.category-type-buttons .currentlyselected:hover {
  background-color: #21a018;
  color: #ffffff;
}

.classifier-categories-training-modal {
  padding-right: 8px;
  display: block;
}
.classifier-categories-training-modal h3 {
  text-align: center !important;
  font-weight: bold;
  font-size: 13px;
  background-color: #c7dbe3;
  padding-top: 18px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-top-style: none !important;
  border-top-width: 0px !important;
  min-height: 50px;
  margin-top: 0px !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  color: #000000;
  margin-bottom: 0px;
}
.classifier-categories-training-modal h4 {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  background-color: #196370;
  color: #ffffff;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  min-height: 50px;
  font-size: 15px;
}
.classifier-categories-training-modal ul {
  padding-bottom: 30px !important;
}
.classifier-categories-training-modal li {
  list-style-type: none;
  list-style-position: inside !important;
  margin: 0px !important;
  padding: 0px !important;
  padding-left: 5px;
}
.classifier-categories-training-modal a.category-toggle-link {
  color: #337987;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  padding-left: 5px !important;
  width: 100%;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
}
.classifier-categories-training-modal a.category-toggle-link:hover {
  background-color: #c8e2c6;
  color: #000000;
}
.classifier-categories-training-modal .catcurrentlyselected {
  border-style: none !important;
  border-width: 0 !important;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
}
.classifier-categories-training-modal a.catcurrentlyselected {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold !important;
  font-size: 13px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  display: block !important;
  padding-left: 5px !important;
  background-color: #6ec160 !important;
  color: #000000 !important;
  width: 100%;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
}
.classifier-categories-training-modal span.category-no-toggle {
  color: #c9c9c9;
  font-family: "open_sansregular", Verdana, sans-serif;
  background-color: #f5f5f5;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
  padding-left: 5px !important;
}

.title-bar {
  padding-bottom: 12px;
  margin-bottom: 12px !important;
  border-bottom-width: 3px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  background-color: #ffffff;
  width: 98%;
  padding-left: 0px;
  padding-right: 0px;
}
.title-bar .title-to-assign-categories-to {
  font-weight: bold;
  padding-top: 7px;
  margin-left: 15px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #cccccc;
  padding-left: 15px;
}
@media only screen and (min-width: 78.125em) {
  .title-bar .title-to-assign-categories-to {
    width: 750px;
    max-width: 750px;
  }
}
@media only screen and (min-width: 90em) {
  .title-bar .title-to-assign-categories-to {
    width: 1150px;
    max-width: 1150px;
  }
}
.title-bar .title-to-assign-categories-to {
  max-height: 60px;
  overflow: hidden;
  overflow-y: auto;
}
.title-bar .title-to-assign-categories-to-info {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  background-color: #f3f3f3;
}
.title-bar .category-name {
  width: 100%;
  font-weight: bold;
  line-height: 18px;
  font-size: 12px;
  display: block;
}
@media only screen and (min-width: 78.125em) {
  .title-bar .completed-training-count {
    padding-top: 12px !important;
  }
}
@media only screen and (min-width: 90em) {
  .title-bar .completed-training-count {
    padding-top: 3px !important;
  }
}
.title-bar .completed-training-count {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 11px;
}
.title-bar a.category-toggle-link {
  color: #337987;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  border-bottom-color: #777777;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-left: 5px !important;
}
.title-bar a.category-toggle-link:hover {
  background-color: #c8e2c6;
  color: #000000;
}
.title-bar span.category-no-toggle {
  color: #c9c9c9;
  font-family: "open_sansregular", Verdana, sans-serif;
  background-color: #f5f5f5;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  border-bottom-color: #777777;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-left: 5px !important;
}

.discuss-btn {
  padding-left: 25px;
}

.trash-btn {
  padding-left: 25px;
}

h4.top-level-header-highlight {
  background-color: #f08a24 !important;
}

.training-category-highlight {
  border-style: solid !important;
  border-width: 3px !important;
  border-color: #f08a24 !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.training-category-related-highlight {
  border-style: solid !important;
  border-width: 3px !important;
  border-color: #f7d0a8 !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.category-row {
  border-bottom-color: #000000 !important;
  border-bottom-style: dotted !important;
  border-bottom-width: 1px !important;
}

.tooltip-div {
  background-color: #e5e5e5;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
}

.candidate-titles-remaining-info {
  font-size: 10px;
  color: #8c8c8c;
  text-align: center !important;
  width: 100%;
  padding-top: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
  margin-top: 8px !important;
  font-family: "open_sansregular", Verdana, sans-serif;
  display: block;
  font-weight: bold;
}

.category-table-details {
  padding-top: 5px;
  padding-bottom: 5px;
}
.category-table-details .category-table-detail-row {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 11px;
}
.category-table-details .category-table-detail-row-button {
  font-family: "open_sansregular", Verdana, sans-serif;
  background-color: #cccccc;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px;
  font-size: 10px;
}

.naics-to-categories-category-selections h1 {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.625rem;
  margin-top: 35px;
  color: #21a018;
  border-bottom-width: 1px;
  border-bottom-color: #21a018;
  border-bottom-style: solid;
}
.naics-to-categories-category-selections h3 {
  text-align: center !important;
  font-weight: bold;
  font-size: 12px;
  background-color: #f3f3f3;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-top-style: none !important;
  border-top-width: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  font-family: "open_sansbold", Verdana, sans-serif;
}
.naics-to-categories-category-selections li {
  list-style-type: none;
  list-style-position: inside !important;
}
.naics-to-categories-category-selections ul.categories-3-cols {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  display: block;
  margin-bottom: 25px !important;
}
.naics-to-categories-category-selections ul.categories-3-cols li {
  list-style-type: none;
  list-style-position: inside !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  display: inline-block;
}
.naics-to-categories-category-selections ul.categories-3-cols li label {
  padding-left: 8px !important;
}

.description-box {
  padding: 25px !important;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto !important;
  max-height: 300px;
  font-family: "open_sansregular", Verdana, sans-serif;
}

/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(90%, #fff));
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #337ab7;
  background-color: #ffffff;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
  background-color: #ffffff;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(60%, #eee));
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #f5f5f5;
  outline: none;
  background-color: #f5f5f5 !important;
}

.select2-container .select2-choices:hover {
  outline: none;
  background-color: #eaf1f8 !important;
}

.select2-container .select2-choices:focus {
  border: reset !important;
  outline: reset;
  background-color: reset !important;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-color: #ffffff;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #c1d5ea;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  outline: none;
  background-color: #f5f5f5 !important;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  background-color: #ffffff;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  margin-top: 0px !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 6px 5px 6px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  cursor: default;
  border: 1px solid #c5ebc2;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #c5ebc2;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
  margin: 10px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 3px;
  top: 7px;
  font-size: 1px;
  outline: none;
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) right top no-repeat;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  height: 33px !important;
  background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 10px, #ecebeb 10px, #ecebeb 20px);
  cursor: default;
}

::-webkit-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::-moz-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

:-ms-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::-ms-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

.label-disabled {
  color: #dddddd;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 11px 11px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
  width: 100%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  /*
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
  */
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  color: #4a4a4a !important;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  /*position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  @at-rootborder-style: solid;
  */
  border-color: #f5f5f5 !important;
  border-width: 1px !important;
  border-style: solid !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
  color: #4a4a4a !important;
  background-color: #f5f5f5;
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
  height: 2rem !important;
  top: 0.625rem !important;
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; /* Remove default arrow */
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow.png); /* Add custom arrow */
  background-size: 27px 22px !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

.selectize-input:hover {
  border-color: #eaf1f8 !important;
  background-color: #eaf1f8 !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-hover.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-input:active {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-input:focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
  border-style: solid;
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #337ab7;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #337ab7;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #337ab7;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -9px;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
  border-width: 1px;
  border-style: solid;
  border-color: #337ab7;
}

.selectize-control.single .selectize-input:after {
  /*
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
  */
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  /*
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  */
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
  line-height: 18px !important;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.select2-result-single {
  padding-left: 0px;
  margin-left: 0px !important;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match {
  /* Instead of center because of .btn */
  text-align: left;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 0.3em;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-top: 0px !important;
  width: 232px !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
}

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: red;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

.ui-select-search input[type=text] {
  margin-top: 0px !important;
}

.select2-input input[type=text] {
  margin-top: 0px !important;
}

.ui-select-choices-row-inner:hover {
  background-color: #c1d5ea;
}

.select2-result-label {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
}

/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.19.8 - 2017-04-18T05:43:43.881Z
* License: MIT
*/
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px; /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  line-height: 22px !important;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

.ui-select-match-item:hover {
  cursor: pointer !important;
  color: #a31810 !important;
}
.ui-select-match-item:hover a {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) right top no-repeat;
}

/* mgwTagSelect theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.mgwTagSelect-choice {
  border-color: #D44950;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx */
.mgwTagSelect-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100% !important;
}

.mgwTagSelect-container,
.mgwTagSelect-drop,
.mgwTagSelect-search,
.mgwTagSelect-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.mgwTagSelect-container .mgwTagSelect-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.mgwTagSelect-container.mgwTagSelect-drop-above .mgwTagSelect-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(90%, #fff));
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.mgwTagSelect-container.mgwTagSelect-allowclear .mgwTagSelect-choice .mgwTagSelect-chosen {
  margin-right: 42px;
}

.mgwTagSelect-container .mgwTagSelect-choice > .mgwTagSelect-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mgwTagSelect-container .mgwTagSelect-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("mgwTagSelect.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.mgwTagSelect-container.mgwTagSelect-allowclear .mgwTagSelect-choice abbr {
  display: inline-block;
}

.mgwTagSelect-container .mgwTagSelect-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.mgwTagSelect-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.mgwTagSelect-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.mgwTagSelect-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.mgwTagSelect-drop.mgwTagSelect-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.mgwTagSelect-drop-active {
  border: 1px solid #337ab7;
  background-color: #f5f5f5;
  border-top: none;
}

.mgwTagSelect-drop.mgwTagSelect-drop-above.mgwTagSelect-drop-active {
  border-top: 1px solid #5897fb;
  background-color: #ffffff;
}

.mgwTagSelect-container .mgwTagSelect-choice .mgwTagSelect-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(60%, #eee));
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.mgwTagSelect-container .mgwTagSelect-choice .mgwTagSelect-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("mgwTagSelect.png") no-repeat 0 1px;
}

.mgwTagSelect-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.mgwTagSelect-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("mgwTagSelect.png") no-repeat 100% -22px;
  background: url("mgwTagSelect.png") no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("mgwTagSelect.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.mgwTagSelect-drop.mgwTagSelect-drop-above .mgwTagSelect-search input {
  margin-top: 4px;
}

.mgwTagSelect-search input.mgwTagSelect-active {
  background: #fff url("mgwTagSelect-spinner.gif") no-repeat 100%;
  background: url("mgwTagSelect-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("mgwTagSelect-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.mgwTagSelect-container-active .mgwTagSelect-choice,
.mgwTagSelect-container-active .mgwTagSelect-choices {
  border: 1px solid #f5f5f5;
  outline: none;
  background-color: #f5f5f5 !important;
}

.mgwTagSelect-container .mgwTagSelect-choices:hover {
  outline: none;
  background-color: #eaf1f8 !important;
}

.mgwTagSelect-container .mgwTagSelect-choices:focus {
  border: reset !important;
  outline: reset;
  background-color: reset !important;
}

.mgwTagSelect-dropdown-open .mgwTagSelect-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.mgwTagSelect-dropdown-open.mgwTagSelect-drop-above .mgwTagSelect-choice,
.mgwTagSelect-dropdown-open.mgwTagSelect-drop-above .mgwTagSelect-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-color: #ffffff;
}

.mgwTagSelect-dropdown-open .mgwTagSelect-choice .mgwTagSelect-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}

.mgwTagSelect-dropdown-open .mgwTagSelect-choice .mgwTagSelect-arrow b {
  background-position: -18px 1px;
}

/* results */
.mgwTagSelect-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub {
  margin: 0;
  padding-left: 0;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 20px;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 40px;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 60px;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 80px;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 100px;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 110px;
}

.mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 120px;
}

.mgwTagSelect-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.mgwTagSelect-results li.mgwTagSelect-result-with-children > .mgwTagSelect-result-label {
  font-weight: bold;
}

.mgwTagSelect-results .mgwTagSelect-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 15px 6px 22px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
}

.mgwTagSelect-results .mgwTagSelect-highlighted {
  background: #c1d5ea;
  color: #000000;
}

.mgwTagSelect-results li em {
  background: #feffde;
  font-style: normal;
}

.mgwTagSelect-results .mgwTagSelect-highlighted em {
  background: transparent;
}

.mgwTagSelect-results .mgwTagSelect-highlighted ul {
  background: #fff;
  color: #000;
}

.mgwTagSelect-results .mgwTagSelect-no-results,
.mgwTagSelect-results .mgwTagSelect-searching,
.mgwTagSelect-results .mgwTagSelect-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.mgwTagSelect-results .mgwTagSelect-disabled.mgwTagSelect-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.mgwTagSelect-results .mgwTagSelect-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.mgwTagSelect-results .mgwTagSelect-selected {
  display: none;
}

.mgwTagSelect-more-results.mgwTagSelect-active {
  background: #f4f4f4 url("mgwTagSelect-spinner.gif") no-repeat 100%;
}

.mgwTagSelect-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.mgwTagSelect-container.mgwTagSelect-container-disabled .mgwTagSelect-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.mgwTagSelect-container.mgwTagSelect-container-disabled .mgwTagSelect-choice .mgwTagSelect-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.mgwTagSelect-container.mgwTagSelect-container-disabled .mgwTagSelect-choice abbr {
  display: none;
}

/* multiselect */
.mgwTagSelect-container-multi .mgwTagSelect-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  outline: none;
  background-color: #f5f5f5 !important;
}

.mgwTagSelect-locked {
  padding: 3px 5px 3px 5px !important;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices {
  min-height: 26px;
}

.mgwTagSelect-container-multi.mgwTagSelect-container-active .mgwTagSelect-choices {
  border: 1px solid #5897fb;
  outline: none;
  background-color: #ffffff;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices li {
  float: left;
  list-style: none;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px !important;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-field input {
  padding: 5px;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #cfdbe8 !important;
  margin-left: 5px;
  background-color: #ffffff !important;
  width: 100% !important;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-field input:hover {
  border-color: #337ab7 !important;
  background-color: #f2f6f9 !important;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-field input:focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-field input.mgwTagSelect-active {
  background: #fff url("mgwTagSelect-spinner.gif") no-repeat 100% !important;
}

.mgwTagSelect-default {
  color: #999 !important;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-choice {
  padding: 6px 5px 6px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  cursor: default;
  border: 1px solid #c5ebc2;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #c5ebc2;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-choice .mgwTagSelect-chosen {
  cursor: default;
  margin: 10px;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-choice-focus {
  background: #d4d4d4;
}

.mgwTagSelect-search-choice-close {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 3px;
  top: 7px;
  font-size: 1px;
  outline: none;
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) right top no-repeat;
}

.mgwTagSelect-container-multi .mgwTagSelect-search-choice-close {
  left: 3px;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-choice .mgwTagSelect-search-choice-close:hover {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) right top no-repeat;
}

.mgwTagSelect-container-multi .mgwTagSelect-choices .mgwTagSelect-search-choice-focus .mgwTagSelect-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.mgwTagSelect-container-multi.mgwTagSelect-container-disabled .mgwTagSelect-choices {
  height: 33px !important;
  background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 10px, #ecebeb 10px, #ecebeb 20px);
  cursor: default;
}

::-webkit-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::-moz-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

:-ms-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::-ms-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

.label-disabled {
  color: #dddddd;
}

.mgwTagSelect-container-multi.mgwTagSelect-container-disabled .mgwTagSelect-choices .mgwTagSelect-search-choice .mgwTagSelect-search-choice-close {
  display: none;
}

/* end multiselect */
.mgwTagSelect-result-selectable .mgwTagSelect-match,
.mgwTagSelect-result-unselectable .mgwTagSelect-match {
  text-decoration: underline;
}

.mgwTagSelect-offscreen, .mgwTagSelect-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.mgwTagSelect-display-none {
  display: none;
}

.mgwTagSelect-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .mgwTagSelect-search input, .mgwTagSelect-search-choice-close, .mgwTagSelect-container .mgwTagSelect-choice abbr, .mgwTagSelect-container .mgwTagSelect-choice .mgwTagSelect-arrow b {
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 11px 11px !important;
  }
  .mgwTagSelect-search input {
    background-position: 100% -21px !important;
  }
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
  width: 100%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  /*
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
  */
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  color: #4a4a4a !important;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  /*position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  @at-rootborder-style: solid;
  */
  border-color: #f5f5f5 !important;
  border-width: 1px !important;
  border-style: solid !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
  color: #4a4a4a !important;
  background-color: #f5f5f5;
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
  height: 2rem !important;
  top: 0.625rem !important;
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; /* Remove default arrow */
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow.png); /* Add custom arrow */
  background-size: 27px 22px !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

.selectize-input:hover {
  border-color: #eaf1f8 !important;
  background-color: #eaf1f8 !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-hover.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-input:active {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-input:focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
  border-style: solid;
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #337ab7;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #337ab7;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #337ab7;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -9px;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
  border-width: 1px;
  border-style: solid;
  border-color: #337ab7;
}

.selectize-control.single .selectize-input:after {
  /*
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
  */
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  /*
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  */
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
  line-height: 18px !important;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.mgwTagSelect-result-single {
  padding-left: 0px;
  margin-left: 0px !important;
}

.mgwTagSelect-locked > .mgwTagSelect-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

/* mgwTagSelectForFilters theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.mgwTagSelectForFilters-choice {
  border-color: #D44950;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx */
.mgwTagSelectForFilters-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100% !important;
}

.mgwTagSelectForFilters-container,
.mgwTagSelectForFilters-drop,
.mgwTagSelectForFilters-search,
.mgwTagSelectForFilters-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.mgwTagSelectForFilters-drop::before {
  content: "Click the item to add it.";
  font-family: "open_sansregular", Verdana, sans-serif !important;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}

.mgwTagSelectForFilters-drop::after {
  padding-top: 20px;
}

.mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.mgwTagSelectForFilters-container.mgwTagSelectForFilters-allowclear .mgwTagSelectForFilters-choice .mgwTagSelectForFilters-chosen {
  margin-right: 42px;
}

.mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice > .mgwTagSelectForFilters-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("mgwTagSelect.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.mgwTagSelectForFilters-container.mgwTagSelectForFilters-allowclear .mgwTagSelectForFilters-choice abbr {
  display: inline-block;
}

.mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.mgwTagSelectForFilters-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.mgwTagSelectForFilters-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice .mgwTagSelectForFilters-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(60%, #eee));
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice .mgwTagSelectForFilters-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("mgwTagSelect.png") no-repeat 0 1px;
}

.mgwTagSelectForFilters-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  margin-bottom: 5px;
}

.mgwTagSelectForFilters-input {
  width: 232px !important;
}

.mgwTagSelectForFilters-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("mgwTagSelect.png") no-repeat 100% -22px;
  background: url("mgwTagSelect.png") no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("mgwTagSelect.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.mgwTagSelectForFilters-dropdown-open .mgwTagSelectForFilters-choice {
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

/* results */
.mgwTagSelectForFilters-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub {
  margin: 0;
  padding-left: 0;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 20px;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 40px;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 60px;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 80px;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 100px;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 110px;
}

.mgwTagSelectForFilters-results ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub ul.mgwTagSelectForFilters-result-sub > li .mgwTagSelectForFilters-result-label {
  padding-left: 120px;
}

.mgwTagSelectForFilters-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.mgwTagSelectForFilters-results li.mgwTagSelectForFilters-result-with-children > .mgwTagSelectForFilters-result-label {
  font-weight: bold;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-result-label {
  padding: 3px 7px 0px 0px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 3px 0 3px 0px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  width: 100%;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-highlighted {
  background: #b2cce7;
  color: #000000;
  width: 100%;
}

.mgwTagSelectForFilters-results li em {
  background: #feffde;
  font-style: normal;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-highlighted em {
  background: transparent;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-highlighted ul {
  background: #fff;
  color: #000;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-no-results,
.mgwTagSelectForFilters-results .mgwTagSelectForFilters-searching,
.mgwTagSelectForFilters-results .mgwTagSelectForFilters-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.mgwTagSelectForFilters-results .mgwTagSelectForFilters-disabled.mgwTagSelectForFilters-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.mgwTagSelectForFilters-results .mgwTagSelectForFilters-selected {
  display: none;
}

.mgwTagSelectForFilters-more-results.mgwTagSelectForFilters-active {
  background: #f4f4f4 url("mgwTagSelect-spinner.gif") no-repeat 100%;
}

.mgwTagSelectForFilters-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.mgwTagSelectForFilters-container.mgwTagSelectForFilters-container-disabled .mgwTagSelectForFilters-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.mgwTagSelectForFilters-container.mgwTagSelectForFilters-container-disabled .mgwTagSelectForFilters-choice .mgwTagSelectForFilters-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.mgwTagSelectForFilters-container.mgwTagSelectForFilters-container-disabled .mgwTagSelectForFilters-choice abbr {
  display: none;
}

/* multiselect */
.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices {
  position: relative;
  cursor: text;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0 0px 0px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.6875rem !important;
  cursor: default;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #f2f2f2 !important;
}

.mgwTagSelectForFilters-locked {
  padding: 3px 5px 3px 5px !important;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices {
  min-height: 26px;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices li {
  float: left;
  list-style: none;
  width: 100% !important;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100% !important;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-field input {
  padding-left: 0.1875rem !important;
  padding-right: 0 !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  height: 30px !important;
  background-color: #f8f8f8;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #4b4b4b;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 100% !important;
}

.mgwTagSelectForFilters-default {
  color: #999 !important;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-choice {
  padding: 0px 0px 0px 0px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  cursor: default;
  border: 0 none none;
  border-radius: 0px;
  border: 0 none none;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-choice .mgwTagSelectForFilters-chosen {
  cursor: default;
  margin: 10px;
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-choice-focus {
  background: #d4d4d4;
}

.mgwTagSelectForFilters-search-choice-close {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 1px;
  outline: none;
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) right top no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-search-choice-close {
  left: 3px;
  right: 6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-choice .mgwTagSelectForFilters-search-choice-close:hover {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) right top no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.mgwTagSelectForFilters-container-multi .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-choice-focus .mgwTagSelectForFilters-search-choice-close {
  background-position: right -11px;
}

.mgwTagSelect-search-choice-close {
  right: 6px !important;
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
}

.mgwTagSelect-search-choice {
  margin-bottom: 3px;
  position: relative;
  background-color: #dddddd;
  margin-top: 3px;
  padding: 6px;
  padding-right: 20px;
}

/* disabled styles */
.mgwTagSelectForFilters-container-multi.mgwTagSelectForFilters-container-disabled .mgwTagSelectForFilters-choices {
  height: 33px !important;
  background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 10px, #ecebeb 10px, #ecebeb 20px);
  cursor: default;
}

::-webkit-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::-moz-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

:-ms-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::-ms-input-placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

::placeholder {
  font-style: italic !important;
  color: #91b9c9 !important;
}

.label-disabled {
  color: #dddddd;
}

.mgwTagSelectForFilters-container-multi.mgwTagSelectForFilters-container-disabled .mgwTagSelectForFilters-choices .mgwTagSelectForFilters-search-choice .mgwTagSelectForFilters-search-choice-close {
  display: none;
}

/* end multiselect */
.mgwTagSelectForFilters-result-selectable .mgwTagSelectForFilters-match,
.mgwTagSelectForFilters-result-unselectable .mgwTagSelectForFilters-match {
  text-decoration: underline;
}

.mgwTagSelectForFilters-offscreen, .mgwTagSelectForFilters-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.mgwTagSelectForFilters-display-none {
  display: none;
}

.mgwTagSelectForFilters-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .mgwTagSelectForFilters-search input, .mgwTagSelectForFilters-search-choice-close, .mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice abbr, .mgwTagSelectForFilters-container .mgwTagSelectForFilters-choice .mgwTagSelectForFilters-arrow b {
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 11px 11px !important;
  }
  .mgwTagSelectForFilters-search input {
    background-position: 100% -21px !important;
  }
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
  width: 100%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  /*
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
  */
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  color: #4a4a4a !important;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  /*position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  @at-rootborder-style: solid;
  */
  border-color: #f5f5f5 !important;
  border-width: 1px !important;
  border-style: solid !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
  color: #4a4a4a !important;
  background-color: #f5f5f5;
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
  height: 2rem !important;
  top: 0.625rem !important;
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; /* Remove default arrow */
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow.png); /* Add custom arrow */
  background-size: 27px 22px !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

.selectize-input:hover {
  border-color: #eaf1f8 !important;
  background-color: #eaf1f8 !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-hover.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-input:active {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-input:focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  border-color: #337ab7 !important;
  background-color: #ffffff !important;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow-active.png); /* Add custom arrow */
  background-size: 27px 22px;
  border-style: solid;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #337ab7;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #337ab7;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #337ab7;
  margin-top: -9px;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
  border-width: 1px;
  border-style: solid;
  border-color: #337ab7;
}

.selectize-control.single .selectize-input:after {
  /*
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
  */
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  /*
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  */
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
  line-height: 18px !important;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.mgwTagSelectForFilters-result-single {
  padding-left: 0px;
  margin-left: 0px !important;
}

.mgwTagSelectForFilters-locked > .mgwTagSelectForFilters-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

.mgwTagSelectForFilters-container {
  /* results */
}
.mgwTagSelectForFilters-container .mgwTagSelect-results {
  max-height: 200px;
  padding: 0 0 0 0 !important;
  margin: unset !important;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px !important;
  border-color: #cccccc;
  background-color: #e9e9e9;
  margin-top: 10px !important;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub {
  margin: 0;
  padding-left: 0;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 20px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 40px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 60px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 80px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 100px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 110px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub ul.mgwTagSelect-result-sub > li .mgwTagSelect-result-label {
  padding-left: 120px;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results li.mgwTagSelect-result-with-children > .mgwTagSelect-result-label {
  font-weight: bold;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-result-label {
  padding: 3px 7px 4px !important;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 15px 6px 22px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.6875rem !important;
  width: 100%;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-highlighted {
  color: #000000;
  width: 100%;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results li em {
  background: #feffde;
  font-style: normal;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-highlighted em {
  background: transparent;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-highlighted ul {
  background: #fff;
  color: #000;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-no-results,
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-searching,
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.mgwTagSelectForFilters-container {
  /*
  disabled look for disabled choices in the results dropdown
  */
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-disabled.mgwTagSelect-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.mgwTagSelectForFilters-container .mgwTagSelect-results .mgwTagSelect-selected {
  display: none;
}
.mgwTagSelectForFilters-container .mgwTagSelect-more-results.mgwTagSelect-active {
  background: #f4f4f4 url("mgwTagSelect-spinner.gif") no-repeat 100%;
}
.mgwTagSelectForFilters-container .mgwTagSelect-more-results {
  background: #f4f4f4;
  display: list-item;
}
.mgwTagSelectForFilters-container {
  /* disabled styles */
}
.mgwTagSelectForFilters-container .mgwTagSelect-container.mgwTagSelect-container-disabled .mgwTagSelect-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.mgwTagSelectForFilters-container .mgwTagSelect-container.mgwTagSelect-container-disabled .mgwTagSelect-choice .mgwTagSelect-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.mgwTagSelectForFilters-container .mgwTagSelect-container.mgwTagSelect-container-disabled .mgwTagSelect-choice abbr {
  display: none;
}

.mgwTagSelectForFilters-choices .ui-select-multiple .ui-select-match-item {
  margin-bottom: 3px;
  position: relative;
  background-color: #dddddd;
  margin-top: 3px;
  padding: 6px;
}
.mgwTagSelectForFilters-choices {
  margin-bottom: 15px !important;
}

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}

.moment-picker {
  position: absolute;
  z-index: 1060;
}

.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #b8d4da;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}

.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}

.moment-picker .moment-picker-container:before {
  border-bottom-color: #b8d4da;
  border-width: 9px;
}

.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}

.moment-picker.inline {
  display: block;
  position: relative;
}

.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}

.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}

.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}

.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}

.moment-picker.top .moment-picker-container:before {
  border-top-color: #b8d4da;
  border-width: 9px;
}

.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}

.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}

.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}

.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}

.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}

.moment-picker th {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}

.moment-picker th,
.moment-picker td {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem;
  padding: 0;
  text-align: center;
  min-width: 1.5em;
  height: 1.5em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border-radius: 4px;
}

.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}

.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}

.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: linear-gradient(#45b1e8, #3097de);
}

.moment-picker td.highlighted {
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}

.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}

.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}

.moment-picker .month-view td {
  width: 1.4285714286em;
}

.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}

.moment-picker .minute-view td {
  height: 1.8em;
}

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker .moment-picker-container {
  text-shadow: none;
  border-radius: 0;
  padding: 0;
}

.moment-picker .header-view {
  border: 1px solid #fff;
}

.moment-picker .header-view th {
  background: #eee;
  border-radius: 0;
  min-width: 40px;
  height: 40px;
}

.moment-picker .header-view th:hover,
.moment-picker td:hover {
  background-color: #e0e0e0;
}

.moment-picker td {
  border-radius: 60px;
}

.moment-picker .moment-picker-specific-views {
  padding: 4px 8px;
}

.moment-picker .moment-picker-specific-views table {
  border-collapse: separate;
  border-spacing: 3px;
}

.moment-picker .moment-picker-specific-views th {
  background: none;
  cursor: default;
}

.moment-picker .decade-view td,
.moment-picker .year-view td {
  min-width: 60px;
  height: 60px;
}

.moment-picker .month-view td {
  min-width: 33px;
  height: 33px;
}

.moment-picker .day-view td,
.moment-picker .hour-view td {
  min-width: 60px;
  height: 40px;
}

.moment-picker .minute-view table {
  border-spacing: 2px;
}

.moment-picker .minute-view td {
  min-width: 40px;
  height: 40px;
}

.search-container .initial-search-message h3 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
.search-container .initial-search-message {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/pre-search-image.png);
  background-repeat: no-repeat;
  background-position: top;
  min-height: 800px !important;
  background-position-y: 130px;
  display: block;
}
.search-container .initial-search-message-no-bg h3 {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
.search-container .initial-search-message-no-bg {
  display: block;
}
.search-container .standard-theme .ui-search-box-container {
  border-color: #21a018;
  border-style: solid;
  border-width: 0.1875rem;
  width: 55%;
  margin: auto;
  margin-top: 1.25rem;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/ui-icon-magnifying-glass.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0.625rem;
}
.search-container .standard-theme .ui-search-box-container .ui-search-box {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-left: 8%;
  width: 90%;
  border-width: 0px !important;
}
.search-container .standard-theme .special-search .special-search-label {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 13px;
  margin-top: 40px;
  width: 100%;
  text-align: right;
  display: inline;
  margin-right: 10px;
}
.search-container .standard-theme .special-search .short {
  width: 15.625rem !important;
  background-position-x: 0.3125rem !important;
  margin-left: 0px !important;
}
.search-container .standard-theme .special-search .short .ui-search-box {
  margin-left: 10% !important;
  width: 12.5rem !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container {
  margin-top: 1.25rem;
  background-color: #c8e5c3;
  height: 3.75rem;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .filter-tooltip-container {
  float: left !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown label {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  color: #242424;
  background-color: #c8e5c3;
  width: 100%;
  text-align: right;
  padding-right: 15%;
  padding-top: 1.375rem;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #add3a4;
  min-width: 80px;
  height: 100%;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown select {
  border-style: solid;
  border-color: red;
  border-width: 1px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  color: #4a4a4a !important;
  background-color: #f5f5f5;
  margin-top: 0 !important;
  margin-bottom: 0.625rem !important;
  height: 2rem !important;
  top: 0.625rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/form-select-arrow.png); /* Add custom arrow */
  background-size: 27px 22px;
  background-position: right;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown select option:hover {
  background-color: #c8dee6 !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .selectize-input {
  border-color: #a5c7a0 !important;
  border-width: 1px !important;
  border-style: solid !important;
  padding-top: 0.625rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  color: #000000 !important;
  background-color: #f5f5f5 !important;
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  height: 2.625rem !important;
  width: 96%;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .selectize-input:active {
  background-color: #b6d4b2 !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .selectize-input:hover {
  background-color: #f0f7ef !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .selectize-dropdown {
  border: 1px solid #b6ddb2;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 12px !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .selectize-dropdown .active {
  color: #000000;
  background-color: #ecf5eb;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 12px !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .refinement-dropdown .ui-select-choices-row-inner:hover {
  background-color: #cde4cb;
}
.search-container .standard-theme .ui-search-refinement-tools-container .search-button {
  width: 100%;
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  max-height: 2.8125rem;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 14px !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .search-button:disabled {
  background-color: #9fb59b !important;
}
.search-container .standard-theme .ui-search-refinement-tools-container .filter-tooltip-blue {
  margin-top: -3px !important;
  margin-left: 5px !important;
}
.search-container .search-results-smart-table-container {
  margin-top: 1.25rem;
}
.search-container .search-results-smart-table-container .no-results-message h3 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  color: #727272;
  margin-top: 75px;
  padding-left: 150px;
  padding-right: 150px;
  width: 100%;
}
.search-container .search-results-smart-table-container .results-count h4 {
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #7a7a7a !important;
  padding-bottom: 1.25rem !important;
}
.search-container .search-results-smart-table-container table {
  max-width: 52.0625rem;
  min-width: 52.0625rem;
}
.search-container .search-results-smart-table-container th {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  color: #46849c;
  padding-bottom: 0.625rem;
  text-align: left;
}
.search-container .search-results-smart-table-container th {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  color: #46849c;
  padding-bottom: 0.625rem;
  text-align: left;
}
.search-container .search-results-smart-table-container td {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #2d2d2d !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  vertical-align: text-top;
  text-align: left;
}
.search-container .search-results-smart-table-container tr {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: #d3e2e7;
}
.search-container .search-results-smart-table-container thead tr {
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
  border-bottom-color: none !important;
}
.search-container .search-results-smart-table-container .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.search-container .search-results-smart-table-container .pagination > li {
  display: inline;
}
.search-container .search-results-smart-table-container .pagination > li:first-child > a, .search-container .search-results-smart-table-container .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-container .search-results-smart-table-container .pagination > .active > a, .search-container .search-results-smart-table-container .pagination > .active > span, .search-container .search-results-smart-table-container .pagination > .active > a:hover, .search-container .search-results-smart-table-container .pagination > .active > span:hover, .search-container .search-results-smart-table-container .pagination > .active > a:focus, .search-container .search-results-smart-table-container .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2a90a3;
  border-color: #2a90a3;
}
.search-container .search-results-smart-table-container .pagination > li > a, .search-container .search-results-smart-table-container .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2a90a3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.search-container .search-results-smart-table-container .pagination > li > a:hover {
  background-color: rgba(42, 144, 163, 0.4);
}
.search-container .search-results-smart-table-container .search-row .search {
  border-style: solid;
  border-color: #a2cad7;
  border-width: 1px;
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  margin-top: 0;
  margin-bottom: 0;
  width: 99%;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  color: #4a4a4a !important;
  background-color: #e5eef1;
  height: 30px !important;
}
.search-container .search-results-smart-table-container .search-row .search:hover {
  background-color: #f3f6f7;
  border-color: #8fbdcc;
}
.search-container .search-results-smart-table-container .search-row td {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #2d2d2d !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  vertical-align: text-top;
  text-align: left;
}
.search-container .search-results-smart-table-container .search-row td:last-child {
  padding-right: 0 !important;
}
.search-container .search-results-smart-table-container .search-row {
  border-top-width: 0.1875rem;
  border-top-style: solid;
  border-top-color: #7db3c6;
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: #7db3c6;
}
.search-container .search-results-smart-table-container .search-row .search-active {
  background-color: #b6cfd9;
  color: #000000 !important;
}
.search-container .search-results-smart-table-container .results-rows td {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #000000 !important;
  line-height: 1.125rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
  vertical-align: text-top;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  border-left-width: 0.0625rem;
  border-left-style: solid;
  border-left-color: #d3e2e7;
  overflow-wrap: break-word;
}
.search-container .search-results-smart-table-container .results-rows td:last-child {
  padding-right: 0 !important;
  border-left-width: 0.0625rem;
  border-left-style: solid;
  border-left-color: #d3e2e7;
  border-right-width: 0.0625rem;
  border-right-style: solid;
  border-right-color: #d3e2e7;
}
.search-container .search-results-smart-table-container .results-rows .info-container {
  width: 138px;
  margin: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3e2e7;
  background-color: #ffffff;
}
.search-container .search-results-smart-table-container .results-rows .info-container h2 {
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #34687e !important;
}
.search-container .search-results-smart-table-container .results-rows .info-container .open {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.625rem;
  color: #21a018;
  width: 90%;
  text-align: center;
  display: inline-block;
  background-color: #bfd7ba;
}
.search-container .search-results-smart-table-container .results-rows .info-container .closed {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.625rem;
  color: #c24a44;
  width: 90%;
  text-align: center;
  display: inline-block;
  background-color: #e5dadb;
}
.search-container .search-results-smart-table-container .results-rows .info-container .preference-match {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/adv-search-matches-sprite.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-position-y: 0px;
  height: 0px !important;
  width: 100%;
  height: 17px !important;
  mix-blend-mode: multiply;
  margin-left: 6px;
  margin-top: 5px;
}
.search-container .search-results-smart-table-container .results-rows .info-container .not-preference-match {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/adv-search-matches-sprite.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-position-y: -17px;
  height: 0px !important;
  width: 100%;
  height: 17px !important;
  mix-blend-mode: multiply;
  margin-left: 6px;
  margin-top: 5px;
}
.search-container .search-results-smart-table-container .results-rows .info-container .keyword-match {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/adv-search-matches-sprite.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-position-y: -34px;
  height: 0px !important;
  width: 100%;
  height: 17px !important;
  mix-blend-mode: multiply;
  margin-left: 6px;
  margin-top: 5px;
}
.search-container .search-results-smart-table-container .results-rows .info-container .not-keyword-match {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/adv-search-matches-sprite.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-position-y: -51px;
  height: 0px !important;
  width: 100%;
  height: 17px !important;
  mix-blend-mode: multiply;
  margin-left: 6px;
  margin-top: 5px;
}
.search-container .search-results-smart-table-container .results-rows .info-container .match {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.625rem;
  color: #7c568f;
  width: 90%;
  text-align: center;
  display: inline-block;
  background-color: #cdc2d3;
  margin-top: 5px;
}
.search-container .search-results-smart-table-container .results-rows .info-container .info {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.625rem;
  color: #417185;
  width: 90%;
  text-align: center;
  display: inline-block;
  background-color: #b3cad5;
  margin-top: 5px;
  margin-left: -6px;
}
.search-container .search-results-smart-table-container .results-rows .info-container:hover {
  border-color: #a5c6d1;
}
.search-container .search-results-smart-table-container .results-rows .buyer-link-cell {
  cursor: pointer;
}
.search-container .search-results-smart-table-container .results-rows .buyer-link-cell:hover {
  background-color: #efe1f2;
  color: #682290 !important;
}
.search-container .search-results-smart-table-container .results-rows .rfp-link-cell {
  cursor: pointer;
}
.search-container .search-results-smart-table-container .results-rows .rfp-link-cell:hover {
  background-color: #e4f2e1;
  color: #1b4e10 !important;
}
.search-container .search-results-smart-table-container .results-rows .estimated-due-date {
  font-size: 0.625rem;
  text-align: center;
  margin-top: 20px;
  color: #d26d1f;
  margin-bottom: 0px;
}
.search-container .search-results-smart-table-container .results-rows:nth-child(odd) {
  background-color: #f4f8f9;
}
.search-container .search-results-smart-table-container .results-rows:hover {
  cursor: pointer;
  background-color: #e4f2e1;
  color: #1b4e10 !important;
}
.search-container .sort-container:hover {
  background-color: #f5f5f5;
  cursor: pointer !important;
}
.search-container .sort-label {
  text-align: center;
  display: inline;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
}
.search-container .sort-down {
  visibility: hidden !important;
  height: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #a4a4a4;
  padding-top: 2px;
}
.search-container .sort-up {
  visibility: hidden !important;
  height: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #a4a4a4;
  padding-top: 2px;
}
.search-container .st-sort-ascent .sort-down {
  visibility: visible !important;
}
.search-container .st-sort-ascent {
  text-align: center;
}
.search-container .st-sort-ascent .sort-down:before {
  content: "▲";
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.search-container .st-sort-descent .sort-down {
  visibility: visible !important;
}
.search-container .st-sort-descent {
  text-align: center;
}
.search-container .st-sort-descent .sort-down:before {
  content: "▼";
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.search-container .pagination-tools {
  padding-bottom: 0.9375rem !important;
  border-bottom-style: solid;
  border-bottom-color: rgba(42, 144, 163, 0.4);
  border-bottom-width: 3px;
  margin-bottom: 25px;
}
.search-container .pagination-tools .result-count-container {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  padding-top: 20px;
  color: #000000;
}
.search-container .pagination-tools .pagination-custom-container {
  width: 100%;
}
.search-container .pagination-tools .pagination-custom-container a:hover {
  background-color: #b8d4da;
}
.search-container .pagination-tools .pagination-custom-container {
  text-align: right;
}
.search-container .pagination-tools .pagination-custom-container input[type=text] {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  margin-bottom: 0px;
  height: unset !important;
  margin-left: 7px;
  margin-top: 11px;
  height: unset !important;
  border-color: #b8d4da !important;
  border-width: 2px;
}
.search-container .pagination-tools .pagination-custom-container .page-count-container {
  padding-left: 20px;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  padding-top: 23px;
  margin-right: -7px;
  color: #000000;
}
.search-container .pagination-tools .pagination-custom-container a, .search-container .pagination-tools .pagination-custom-container label {
  display: inline-block;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  padding-left: 0 !important;
  padding-right: 0.375rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
  margin-top: 0.5rem !important;
  color: #000000 !important;
}
.search-container .pagination-tools .pagination-custom-container a {
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.6875rem !important;
  padding-bottom: 0.3125rem !important;
  border-width: 1px !important;
  border-color: #cbdfe3 !important;
  border-style: solid !important;
  margin-left: 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  height: unset !important;
  line-height: 11px;
  margin-top: 11px !important;
  background-color: #cbdfe3;
}
.search-container .pagination-tools .pagination-custom-container .select-page {
  width: 50px;
  text-align: center;
  color: #000000 !important;
}
.search-container .pagination-tools .pagination-custom-container .select-page:hover {
  border-width: 2px !important;
  border-color: #a0c9d1 !important;
  border-style: solid !important;
  background-color: #edf4f6;
}
.search-container .pagination-tools .pagination-custom-container .pagination li a input {
  padding: 0;
  margin: -5px 0;
  color: #000000 !important;
}
.search-container .pagination-tools td {
  border-right-style: none !important;
  border-right-color: none !important;
  border-right-width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.search-container .page-size-changer label {
  width: 100% !important;
  margin-top: 22px;
}
.search-container .page-size-changer select {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  margin-bottom: 0px;
  height: unset !important;
  margin-left: 7px;
  margin-top: 11px;
  height: unset !important;
  border-color: #b8d4da !important;
  border-width: 2px;
  width: 75px;
}
.search-container .advanced-search-link, .search-container .basic-search-link {
  padding-top: 1.25rem;
  text-align: right;
}
.search-container .advanced-search-link a, .search-container .basic-search-link a {
  width: 100%;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  color: #2a90a3;
  padding-right: 10px !important;
  padding-top: 11px !important;
}
.search-container .advanced-search-link a:hover, .search-container .basic-search-link a:hover {
  text-decoration: underline;
}
.search-container .advanced-search-form form {
  width: 100%;
}
.search-container .advanced-search-form .basic-search-link {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.search-container .advanced-search-form h2 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  color: #82b3c6;
  padding-top: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.search-container .advanced-search-form .search-phrases-container {
  padding-bottom: 10px;
}
.search-container .advanced-search-form .search-phrases-container label {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  padding-top: 22px;
}
.search-container .advanced-search-form .search-phrases-container input[type=text] {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  margin-bottom: 0px;
  height: unset !important;
  margin-left: 7px;
  margin-top: 11px;
  height: unset !important;
  border-color: #b8d4da !important;
  border-width: 2px;
}
.search-container .advanced-search-form .search-phrases-container .buttons-container {
  padding-top: 10px;
}
.search-container .advanced-search-form .search-phrases-container .buttons-container button {
  width: 100%;
  margin-left: 10px !important;
  height: 39px !important;
  background-color: green;
}
.search-container .advanced-search-form .search-phrases-container .buttons-container button:disabled {
  background-color: #a3a3a3;
  cursor: default;
}
.search-container .selected-phrase {
  padding-left: 37px;
  overflow-y: auto !important;
  width: 100%;
}
.search-container .selected-phrase a {
  padding: 6px 15px 6px 12px;
  margin: 3px 0 3px 5px;
  position: relative;
  padding-left: 22px;
  line-height: 14px;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  cursor: default;
  border: 1px solid #c5ebc2;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  */
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x.png) left center no-repeat !important;
  background-color: #c5ebc2 !important;
  background-position-x: 5px !important;
}
.search-container .selected-phrase a:hover {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) left center no-repeat !important;
  background-color: #ebd4d2 !important;
  background-position-x: 5px !important;
  border: 1px solid #c97a73;
  cursor: pointer;
}
.search-container .selected-phrase ul {
  margin-left: -9px;
  margin-bottom: 0px !important;
}
.search-container .selected-phrase ul li {
  list-style: none !important;
  list-style-type: none !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 13px !important;
  color: #000000 !important;
  margin-top: 17px;
  float: left;
  height: 26px;
}
.search-container .selected-phrase a.stop-word-tag {
  background: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/images/tag-remove-x-hover.png) left center no-repeat !important;
  background-color: #ebd4d2 !important;
  background-position-x: 5px !important;
  border: 1px solid #c97a73;
  cursor: pointer;
}
.search-container .selected-phrase a.stop-word-tag:hover {
  background-color: #e6c3bf !important;
}
.search-container .advanced-search-criteria-container {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.search-container .advanced-search-criteria-container label {
  display: inline-block;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  padding-left: 0 !important;
  padding-right: 0.375rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
  margin-top: 0.5rem !important;
  color: #000000 !important;
}
.search-container .advanced-search-criteria-container .button {
  background-color: #5391aa !important;
}
.search-container .advanced-search-criteria-container .schema-form-multiselect button {
  background-color: #5391aa !important;
}
.search-container .advanced-search-criteria-container .schema-form-multiselect select {
  height: 220px !important;
  background-color: #f9f9f9 !important;
}
.search-container .advanced-search-criteria-container .schema-form-multiselect option {
  background-color: #f9f9f9 !important;
}
.search-container .advanced-search-criteria-container .schema-form-multiselect option:checked {
  background-color: #d1edcd !important;
}
.search-container .advanced-search-criteria-container .schema-form-multiselect optgroup {
  background-color: #e4e4e4 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.search-container .advanced-search-criteria-container .mgwTagSelect-search-choice {
  background-color: #d3edce !important;
  color: #000000;
}
.search-container .advanced-search-criteria-container .radio-criteria .form-group label {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  padding-bottom: 1.25rem !important;
}
.search-container .advanced-search-criteria-container .radio {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.search-container .advanced-search-criteria-container .mgwTagSelectForFilters-container-multi {
  padding-top: 0.625rem !important;
  padding-left: 1.5625rem !important;
}
.search-container .advanced-search-criteria-container .mgwTagSelectForFilters-choices {
  border-style: none !important;
  border-width: 0px !important;
  border-color: none !important;
}
.search-container .advanced-search-criteria-container .mgwTagSelectForFilters-search-field input[type=text] {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  background-color: #ffffff !important;
  margin-bottom: 0px;
  height: 38px !important;
  border-color: #b8d4da !important;
  border-width: 2px !important;
  width: 14.5rem !important;
  margin-left: 0px !important;
}
.search-container .advanced-search-criteria-container .mgwTagSelectForFilters-search-field {
  width: 15rem !important;
}
.search-container .advanced-search-criteria-container:first-child {
  padding-left: 0px;
}
.search-container .advanced-search-criteria-container:last-child {
  padding-right: 0px;
}
.search-container .advanced-search-button {
  margin-top: 1.25rem !important;
  background-color: #e0efdd !important;
  height: 3.75rem !important;
}
.search-container .advanced-search-button button {
  margin: auto;
}
.search-container .advanced-search-button .search-button {
  margin: auto !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 14px !important;
  height: 2.8125rem;
  padding-left: 25px;
  padding-right: 25px;
}
.search-container .advanced-search-button .search-button:disabled {
  background-color: #e0efdd !important;
}
.search-container .advanced-search-button h4 {
  margin-top: 22px;
  margin: auto;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 12px !important;
  color: #000000;
}
.search-container .advanced-search-refine-link {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.75rem !important;
  text-decoration: underline;
  padding-top: 0.9375rem;
}
.search-container .deep-search-container {
  background-color: #ffffff !important;
  padding-left: 0.625rem;
}
.search-container .deep-search-container label {
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
}
.search-container .deep-search-container input[type=checkbox] {
  margin-left: 10px !important;
  margin-top: 23px !important;
}
.search-container .reset-button {
  width: 7.5rem !important;
  font-size: 0.6875rem !important;
  background-color: #82b3c6 !important;
}
.search-container .reset-button:hover {
  background-color: #66a1b8 !important;
}
.search-container .go-to-advanced-button {
  width: 7.5rem !important;
  font-size: 0.6875rem !important;
  background: #7c568f !important;
  margin-left: 20px !important;
  height: 35px;
  margin-top: 10px !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.search-container .go-to-advanced-button:hover {
  background-color: #6c4381 !important;
  text-decoration: none !important;
}

.search-phrases-validation-container {
  padding-bottom: 0;
}
.search-phrases-validation-container .error-messages ul {
  list-style: none;
  margin-left: 1.5625rem;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-phrases-validation-container .error-messages h3 {
  color: #c24a44;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
}
.search-phrases-validation-container .error-messages p {
  margin-left: 1.5625rem;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem !important;
}
.search-phrases-validation-container .error-messages p a {
  color: #2a90a3;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.8125rem !important;
}
.search-phrases-validation-container .error-messages p a:hover {
  text-decoration: underline;
}
.search-phrases-validation-container .warning-messages h3 {
  color: #d76e22;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  list-style: none;
  margin-left: 1.5625rem;
  margin-top: 0.625rem;
}

.btn-advanced-search-disabled-tooltip-content {
  list-style: none;
  margin-left: -20px !important;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 12.5rem;
}
.btn-advanced-search-disabled-tooltip-content li {
  list-style: none;
}
.btn-advanced-search-disabled-tooltip-content h3 {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  list-style: none;
  margin-left: 1.5625rem;
  margin-top: 0.625rem;
}

.advanced-search-disabled-btn a {
  margin: auto !important;
  margin-top: 0.4375rem !important;
}

.advanced-search-date-container {
  padding-top: 0.625rem !important;
  width: 100% !important;
}
.advanced-search-date-container .textbox-min input {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  margin-bottom: 0px;
  height: unset !important;
  margin-left: 7px;
  margin-top: 11px;
  height: unset !important;
  border-color: #b8d4da !important;
  border-width: 2px;
  max-width: 100px !important;
  width: 100px !important;
}
.advanced-search-date-container .textbox-min input:focus-visible {
  outline: unset !important;
}
.advanced-search-date-container .textbox-min {
  max-width: 100px !important;
  width: 100px !important;
  /*input {
      width: 40px !important;     
  }*/
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 0.75rem !important;
  margin-bottom: 1rem !important;
}
.advanced-search-date-container .textbox-max input {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #000000 !important;
  margin-bottom: 0px;
  height: unset !important;
  margin-left: 7px;
  margin-top: 11px;
  height: unset !important;
  border-color: #b8d4da !important;
  border-width: 2px;
  max-width: 100px !important;
  width: 100px !important;
}
.advanced-search-date-container .textbox-max input:focus-visible {
  outline: unset !important;
}
.advanced-search-date-container .textbox-max {
  max-width: 100px !important;
  width: 100px !important;
  float: right;
  left: 20px !important;
  text-align: left;
  margin: 0 !important;
  margin-right: 0.75rem !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}

.step-1-container, .step-2-container {
  padding: 2.1875rem;
  background-color: #ffffff;
  border-color: #f2f2f2;
  border-width: 8px;
  border-style: solid;
}
.step-1-container h1, .step-2-container h1 {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 1.375rem;
  color: #000000;
}
.step-1-container h2, .step-2-container h2 {
  color: #4a8da7 !important;
}
.step-1-container .instructions, .step-2-container .instructions {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.8125rem !important;
  color: #000000;
}

.step-2-container {
  margin-top: 1.5625rem;
}

.advanced-search-revise-criteria {
  margin-top: 1.25rem !important;
  background-color: #e0efdd !important;
  height: 3.75rem !important;
}
.advanced-search-revise-criteria button {
  margin: auto;
}
.advanced-search-revise-criteria .revise-search-button {
  margin: auto !important;
  width: 80%;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 14px !important;
  height: 2.8125rem;
  padding-left: 10px;
  padding-right: 10px;
}
.advanced-search-revise-criteria .deep-search-button {
  margin: auto !important;
  width: 80%;
  background-color: #2a90a3 !important;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 14px !important;
  height: 2.8125rem;
  padding-left: 10px;
  padding-right: 10px;
}

.restrictive-option span {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  margin-top: 3px;
}
.restrictive-option {
  color: #000000 !important;
  max-height: 25px;
  margin-top: 20px;
}
.restrictive-option img {
  min-width: 15px !important;
  margin-left: -5px !important;
}