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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #f9f9f9;
  color: #8f959a;
  cursor: auto;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #c2c5c8;
  color: #222222;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #c8cbce;
  color: #222222;
  display: block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #bdc1c4;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #f9f9f9;
  display: block;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #016699;
  border-color: #015884;
  color: #f9f9f9;
}

.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 4px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #F58220;
  border-color: #e46e0a;
  color: #f9f9f9;
}

.alert-box.alert {
  background-color: #b7190e;
  border-color: #9e160c;
  color: #f9f9f9;
}

.alert-box.secondary {
  background-color: #A7CCE1;
  border-color: #7eb4d3;
  color: #224c63;
}

.alert-box.warning {
  background-color: #b7190e;
  border-color: #9e160c;
  color: #f9f9f9;
}

.alert-box.info {
  background-color: #A7CCE1;
  border-color: #7eb4d3;
  color: #224c63;
}

.alert-box.alert-close {
  opacity: 0;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #d7e8f2;
  border-color: #b5d4e6;
  border-radius: 4px;
}

.breadcrumbs > * {
  color: #016699;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #016699;
}

.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}

.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}

.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0.3125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #016699;
  border-color: #01527a;
  color: #f9f9f9;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #01527a;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #f9f9f9;
}

button.secondary, .button.secondary {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #6daacd;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #f9f9f9;
}

button.success, .button.success {
  background-color: #F58220;
  border-color: #d4670a;
  color: #f9f9f9;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #d4670a;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #f9f9f9;
}

button.alert, .button.alert {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #93140b;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #f9f9f9;
}

button.warning, .button.warning {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #93140b;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #f9f9f9;
}

button.info, .button.info {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #6daacd;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #f9f9f9;
}

button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 4px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #016699;
  border-color: #01527a;
  color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #01527a;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #f9f9f9;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #016699;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #6daacd;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #f9f9f9;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #A7CCE1;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #F58220;
  border-color: #d4670a;
  color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #d4670a;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #f9f9f9;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #F58220;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #93140b;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #f9f9f9;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #b7190e;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #93140b;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #f9f9f9;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #b7190e;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #6daacd;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #f9f9f9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #A7CCE1;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block;
  }
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}

.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.33333%;
}

.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}

.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}

.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.66667%;
}

.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.28571%;
}

.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}

.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li > button, .button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.stack > li > button {
  width: 100%;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}

.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.button-group.radius.stack > * {
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button {
  width: 100%;
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 4px;
  -webkit-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 4px;
  -webkit-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (min-width: 40.0625em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 4px;
    -webkit-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 4px;
    -webkit-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button {
  width: 100%;
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}

.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f9f9f9;
  border: solid 1px #c7c7c7;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown.open {
  display: block;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #f9f9f9 transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #c7c7c7 transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f9f9f9;
  border: solid 1px #c7c7c7;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right.open {
  display: block;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #f9f9f9 transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #c7c7c7 transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f9f9f9;
  border: solid 1px #c7c7c7;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left.open {
  display: block;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #f9f9f9;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #c7c7c7;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f9f9f9;
  border: solid 1px #c7c7c7;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.f-dropdown.drop-top.open {
  display: block;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #f9f9f9 transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #c7c7c7 transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f9f9f9;
  border: solid 1px #c7c7c7;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content.open {
  display: block;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.radius {
  border-radius: 4px;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button::after, button.dropdown::after {
  border-color: #f9f9f9 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button::after, button.dropdown::after {
  border-color: #f9f9f9 transparent transparent transparent;
}

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #f9f9f9 transparent transparent transparent;
}

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #f9f9f9 transparent transparent transparent;
}

.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #f9f9f9 transparent transparent transparent;
}

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #40454a;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #5a6168;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #ededed;
  border-right: none;
  color: #333333;
  border-color: #c7c7c7;
}

span.postfix, label.postfix {
  background: #ededed;
  border-left: none;
  color: #333333;
  border-color: #c7c7c7;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), 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;
  border-radius: 0;
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, 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 {
  background: #f4f4f4;
  border-color: #959595;
  outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 4px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 4px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #959595;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

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

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #b7190e;
  color: #f9f9f9;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #b7190e;
  color: #f9f9f9;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #b7190e;
}

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #b7190e;
  color: #f9f9f9;
}

.error > label > small {
  background: transparent;
  color: #5a6168;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #b7190e;
}

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333;
}

.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}

.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 .0625rem 0 0;
}

.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

.icon-bar.label-right > * label {
  display: inline-block;
}

.icon-bar.vertical.label-right > * {
  text-align: left;
}

.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}

.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
  font-size: 1rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
}

.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

.icon-bar > * label {
  color: #f9f9f9;
}

.icon-bar > * i {
  color: #f9f9f9;
}

.icon-bar > a:hover {
  background: #016699;
}

.icon-bar > a:hover label {
  color: #f9f9f9;
}

.icon-bar > a:hover i {
  color: #f9f9f9;
}

.icon-bar > a.active {
  background: #016699;
}

.icon-bar > a.active label {
  color: #f9f9f9;
}

.icon-bar > a.active i {
  color: #f9f9f9;
}

.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}

.icon-bar.two-up .item {
  width: 50%;
}

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.three-up .item {
  width: 33.3333%;
}

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.four-up .item {
  width: 25%;
}

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.five-up .item {
  width: 20%;
}

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.six-up .item {
  width: 16.66667%;
}

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.seven-up .item {
  width: 14.28571%;
}

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.eight-up .item {
  width: 12.5%;
}

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.two-up .item {
  width: 50%;
}

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.three-up .item {
  width: 33.3333%;
}

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.four-up .item {
  width: 25%;
}

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.five-up .item {
  width: 20%;
}

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.six-up .item {
  width: 16.66667%;
}

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.seven-up .item {
  width: 14.28571%;
}

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.eight-up .item {
  width: 12.5%;
}

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  background: #333333;
  color: #f9f9f9;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%;
}

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}

.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}

.joyride-tip-guide .joyride-nub.top {
  border-color: #333333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #f9f9f9;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}

.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}

.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}

.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}

.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

.joyride-expose-wrapper {
  background-color: #f9f9f9;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px #f9f9f9;
          box-shadow: 0 0 15px #f9f9f9;
  position: absolute;
  z-index: 102;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}

.keystroke,
kbd {
  background-color: #e8e8e8;
  border-color: #d7d7d7;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 4px;
}

.label {
  display: inline-block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #016699;
  color: #f9f9f9;
}

.label.radius {
  border-radius: 4px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #b7190e;
  color: #f9f9f9;
}

.label.warning {
  background-color: #b7190e;
  color: #f9f9f9;
}

.label.success {
  background-color: #F58220;
  color: #f9f9f9;
}

.label.secondary {
  background-color: #A7CCE1;
  color: #333333;
}

.label.info {
  background-color: #A7CCE1;
  color: #333333;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #f9f9f9;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

.slideshow-wrapper .preloader {
  border-radius: 1000px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  border-color: #555555 #f9f9f9;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #f9f9f9;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

.orbit-container .orbit-slide-number {
  left: 10px;
  background: rgba(0, 0, 0, 0);
  color: #f9f9f9;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  border: solid 4px #f9f9f9;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #f9f9f9;
  right: -4px;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #f9f9f9;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #f9f9f9;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #f9f9f9;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #f9f9f9;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}

.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e0e0e0;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #016699;
  color: #f9f9f9;
  cursor: default;
  font-weight: bold;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #016699;
}

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f9f9f9;
  color: #333333;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #eaf8ff;
  color: #333333;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #016699;
}

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #015884;
}

.panel.radius {
  border-radius: 4px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.pricing-table .description {
  background-color: #f9f9f9;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center;
}

.pricing-table .bullet-item {
  background-color: #f9f9f9;
  border-bottom: dotted 1px #DDDDDD;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: center;
}

.pricing-table .cta-button {
  background-color: #f9f9f9;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid #fafafa;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}

.progress .meter {
  background: #016699;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress .meter.secondary {
  background: #A7CCE1;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress .meter.success {
  background: #F58220;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress .meter.alert {
  background: #b7190e;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.secondary .meter {
  background: #A7CCE1;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.success .meter {
  background: #F58220;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.alert .meter {
  background: #b7190e;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.radius {
  border-radius: 4px;
}

.progress.radius .meter {
  border-radius: 3px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}

.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}

.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}

.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}

.range-slider.radius {
  background: #FAFAFA;
  border-radius: 4px;
}

.range-slider.radius .range-slider-handle {
  background: #016699;
  border-radius: 4px;
}

.range-slider.radius .range-slider-handle:hover {
  background: #015a87;
}

.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #016699;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: #015a87;
}

.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #016699;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #015a87;
}

.range-slider-active-segment {
  background: #a4cae0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #016699;
}

.range-slider-handle:hover {
  background: #015a87;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #f9f9f9;
  padding: 1.875rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.reveal-modal.round {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.side-nav {
  display: block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

.side-nav li a:not(.button) {
  color: #016699;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #07abfd;
}

.side-nav li a:not(.button):active {
  color: #07abfd;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #07abfd;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e0e0e0;
}

.side-nav li.heading {
  color: #016699;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span {
  width: 3.09375rem;
}

.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

.split.button span:after {
  border-color: #f9f9f9 transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:after {
  border-color: #f9f9f9 transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
  padding-right: 3.75rem;
}

.split.button.tiny span {
  width: 2.25rem;
}

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

.split.button.small {
  padding-right: 4.375rem;
}

.split.button.small span {
  width: 2.625rem;
}

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}

.split.button.large {
  padding-right: 5.5rem;
}

.split.button.large span {
  width: 3.4375rem;
}

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}

.split.button.expand {
  padding-left: 2rem;
}

.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

.split.button.radius span {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.split.button.no-pip span:before {
  border-style: none;
}

.split.button.no-pip span:after {
  border-style: none;
}

.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #016699;
  color: #f9f9f9;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #015884;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  background: #f9f9f9;
  content: "";
  display: block;
  height: 1.5rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #016699;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  height: 2rem;
  width: 4rem;
}

.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #DDDDDD;
}

.switch label:after {
  background: #f9f9f9;
}

.switch input:checked + label {
  background: #016699;
}

.switch.large label {
  height: 2.5rem;
  width: 5rem;
}

.switch.large label:after {
  height: 2rem;
  width: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}

.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}

.switch.small input:checked + label:after {
  left: 2rem;
}

.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}

.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}

.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #F0F0F0;
  border: none 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #40454a;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: white;
}

table thead tr th,
table thead tr td {
  color: #40454a;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem 0.625rem 0.625rem;
}

table tfoot {
  background: white;
}

table tfoot tr th,
table tfoot tr td {
  color: #40454a;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem 0.625rem 0.625rem;
}

table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: white;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: none;
  color: #8f959a;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: none;
}

.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: none;
  color: #40454a;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

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

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  border: solid 4px #f9f9f9;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(1, 102, 153, 0.5);
          box-shadow: 0 0 6px 1px rgba(1, 102, 153, 0.5);
}

.th.radius {
  border-radius: 4px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #002e45;
  color: #016699;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #8f959a;
  color: #f9f9f9;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 200px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

.tooltip > .nub {
  border: solid 8px;
  border-color: transparent transparent #8f959a transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -16px;
  width: 0;
  left: 8px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 8px;
}

.tooltip.radius {
  border-radius: 4px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  border-bottom: dotted 1px #002e45 !important;
  color: #016699 !important;
}

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #8f959a transparent;
    top: -16px;
  }
  .tooltip.tip-top > .nub {
    border-color: #8f959a transparent transparent transparent;
    bottom: -16px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #8f959a;
    left: auto;
    margin-top: -8px;
    right: -16px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #8f959a transparent transparent;
    left: -16px;
    margin-top: -8px;
    right: auto;
    top: 50%;
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #1B3664;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 3.6875rem;
  z-index: 98;
}

.top-bar {
  background: #1B3664;
  height: 3.6875rem;
  line-height: 3.6875rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  margin: 0;
  position: relative;
}

.top-bar .name {
  font-size: 16px;
  height: 3.6875rem;
  margin: 0;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 3.6875rem;
  margin: 0;
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #f9f9f9;
  display: block;
  font-weight: normal;
  padding: 0 1.22917rem;
  width: 75%;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #f9f9f9;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 3.6875rem;
  line-height: 3.6875rem;
  padding: 0 1.22917rem;
  position: relative;
  text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #f9f9f9;
  height: 34px;
  line-height: 33px;
  padding: 0 2.79167rem 0 1.22917rem;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 1.22917rem;
  -webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 7px 0 1px #f9f9f9, 0 14px 0 1px #f9f9f9;
          box-shadow: 0 0 0 1px #f9f9f9, 0 7px 0 1px #f9f9f9, 0 14px 0 1px #f9f9f9;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
  background: transparent;
  height: auto;
}

.top-bar.expanded .title-area {
  background: #1B3664;
}

.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

.top-bar.expanded .toggle-topbar a span::after {
  -webkit-box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
          box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #c8cbce;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: #264c8c;
}

.top-bar-section ul li > a {
  color: #f9f9f9;
  display: block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 1.22917rem;
  padding: 12px 0 12px 1.22917rem;
  text-transform: none;
  width: 100%;
}

.top-bar-section ul li > a.button {
  font-size: 1rem;
  padding-left: 1.22917rem;
  padding-right: 1.22917rem;
  background-color: #016699;
  border-color: #01527a;
  color: #f9f9f9;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #01527a;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #6daacd;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.success {
  background-color: #F58220;
  border-color: #d4670a;
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #d4670a;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.alert {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #93140b;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.warning {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #93140b;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > a.button.info {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
}

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #6daacd;
}

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > button {
  font-size: 1rem;
  padding-left: 1.22917rem;
  padding-right: 1.22917rem;
  background-color: #016699;
  border-color: #01527a;
  color: #f9f9f9;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #01527a;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > button.secondary {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #6daacd;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > button.success {
  background-color: #F58220;
  border-color: #d4670a;
  color: #f9f9f9;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #d4670a;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > button.alert {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #93140b;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > button.warning {
  background-color: #b7190e;
  border-color: #93140b;
  color: #f9f9f9;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #93140b;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #f9f9f9;
}

.top-bar-section ul li > button.info {
  background-color: #A7CCE1;
  border-color: #6daacd;
  color: #333333;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #6daacd;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #f9f9f9;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #204178;
  color: #f9f9f9;
  background: #204178;
}

.top-bar-section ul li.active > a {
  background: #016699;
  color: #f9f9f9;
}

.top-bar-section ul li.active > a:hover {
  background: #015884;
  color: #f9f9f9;
}

.top-bar-section .has-form {
  padding: 1.22917rem;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(249, 249, 249, 0.4);
  border-left-style: solid;
  margin-right: 1.22917rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 1.22917rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #f9f9f9;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 1.22917rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 1.22917rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: #1B3664;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.96875rem;
  }
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.96875rem;
  }
  .top-bar.expanded {
    background: #1B3664;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%;
  }
  .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #204178;
    background: #204178;
    color: #f9f9f9;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #1B3664;
    line-height: 3.6875rem;
    padding: 0 1.22917rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #204178;
    background: #204178;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #016699;
    color: #f9f9f9;
    line-height: 3.6875rem;
    padding: 0 1.22917rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #015884;
    color: #f9f9f9;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.47917rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(249, 249, 249, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.84375rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #f9f9f9;
    line-height: 3.6875rem;
    padding: 12px 1.22917rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #f9f9f9;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #204178;
    color: #f9f9f9;
    background: #1B3664;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #c8cbce;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 3.6875rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #1B3664;
    height: 3.6875rem;
    padding: 0 1.22917rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #204178;
    background: #204178;
    color: #f9f9f9;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #016699;
    color: #f9f9f9;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* 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: #016699;
  line-height: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #015884;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  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;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #40454a;
  font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #7d868f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

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

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

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

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

small {
  font-size: 60%;
  line-height: inherit;
}

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

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

ul {
  margin-left: 1.1rem;
}

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

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

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

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #8f959a;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #687078;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #687078;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #7d868f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #f9f9f9;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #f9f9f9;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.25rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.tab-bar-section.left {
  text-align: left;
}

.tab-bar-section.right {
  text-align: right;
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #f9f9f9;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  -webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 7px 0 1px #f9f9f9, 0 14px 0 1px #f9f9f9;
          box-shadow: 0 0 0 1px #f9f9f9, 0 7px 0 1px #f9f9f9, 0 14px 0 1px #f9f9f9;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px #aeaeae, 0 7px 0 1px #aeaeae, 0 14px 0 1px #aeaeae;
          box-shadow: 0 0 0 1px #aeaeae, 0 7px 0 1px #aeaeae, 0 14px 0 1px #aeaeae;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(249, 249, 249, 0.7);
  display: block;
  padding: 0.66667rem;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

ul.off-canvas-list li a:active {
  background: #242424;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(249, 249, 249, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(249, 249, 249, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.top-submenu * {
  -webkit-backface-visibility: hidden;
}

.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}

.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

.name img {
  margin: 9px 10px 0 20px;
  max-height: 40px !important;
}

.name h3 {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 45px;
}

#logo-small {
  margin: 10px 0px;
  text-align: center;
}

#logo-small img {
  max-height: 45px;
  margin-right: 10%;
}

.provider-name a {
  background-color: #6a3997 !important;
}

.provider-name h3 {
  font-size: 16px;
  color: white;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.no-margin {
  padding: 0 0 0 0 !important;
}

.no-margin .header {
  margin: 0 !important;
}

.datepicker-middle {
  min-height: 40px;
  display: table;
}

.datepicker-middle span {
  vertical-align: middle;
  display: table-cell;
}

datepicker input[type='text'] {
  font-size: 100%;
  border-width: 0 0 1px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: auto;
  max-width: 100px;
  text-align: center;
  padding-bottom: 0;
  color: #40454a;
  font-size: 1rem;
  background: #f9f9f9 !important;
  border-bottom: 1px solid #40454a;
  padding: 0;
}

datepicker input[type='text']:hover {
  background: white !important;
  -webkit-box-shadow: 0 1px 1px 0 #e4e5e7 !important;
          box-shadow: 0 1px 1px 0 #e4e5e7 !important;
}

.schedule-table {
  width: 100%;
  margin-bottom: 0;
}

.provider-list {
  width: 200px;
  overflow: hidden;
  margin: 4px 0 0 0;
}

.with-leftbar {
  padding-left: 130px;
}

.shrink-title {
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

body.modal-open #vp-app {
  -webkit-filter: blur(3.4px);
  filter: blur(3.4px);
}

.vp-saving {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  pointer-events: none;
}

.vp-disabled {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}

.slide-animate.ng-enter, .slide-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}

.slide-animate.ng-enter.ng-enter-active {
  position: absolute;
  left: 1300px;
}

.slide-animate.ng-enter {
  left: 0;
}

.slide-animate.ng-leave.ng-leave-active {
  position: absolute;
  left: -1700px;
}

.slide-animate.ng-leave {
  right: 0;
}

h1 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

h4 {
  color: #8f959a;
}

h5 {
  font-weight: 600;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}

h6 {
  font-weight: 600;
  letter-spacing: 0.05625rem;
}

p {
  font-size: 1rem;
  line-height: 1.62;
}

b, strong {
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

i {
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

/******** START: TAB CHECKBOX STYLES ********/
label.l-checkbox {
  line-height: 1;
  height: 22px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

label.l-checkbox:hover .c-checkbox--blue + label:after {
  opacity: 0.3;
  color: #016699;
}

label.l-checkbox:hover .c-checkbox--yellow + label:after {
  opacity: 0.3;
  color: #F58220;
}

@media only screen and (max-width: 40em) {
  label.l-checkbox:hover .c-checkbox--blue + label:after {
    opacity: 0;
  }
  label.l-checkbox:hover .c-checkbox--yellow + label:after {
    opacity: 0;
  }
}

label.l-checkbox.small {
  height: 15px;
}

label.l-checkbox.small .c-checkbox + label {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

label.l-checkbox.small .c-checkbox + label:before {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  top: 0;
  left: 0;
}

label.l-checkbox.small .c-checkbox + label:after {
  top: -4px;
  left: 2.5px;
  font-size: 10px;
  padding: 0;
}

label.l-checkbox .c-checkbox {
  visibility: hidden;
}

label.l-checkbox .c-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  height: 100%;
}

label.l-checkbox .c-checkbox + label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: -12px;
}

label.l-checkbox .c-checkbox + label:after {
  font-size: 15px;
  padding: 3px;
  line-height: 1;
  content: '\f00c';
  font-family: FontAwesome;
  position: relative;
  top: 2px;
  left: -11px;
  color: transparent;
}

label.l-checkbox .c-checkbox--blue + label:hover:after {
  opacity: 0.3;
  color: #016699;
}

label.l-checkbox .c-checkbox--blue:checked + label:before {
  background-color: #016699;
}

label.l-checkbox .c-checkbox--blue:checked + label:after {
  opacity: 1;
  color: #ffffff;
}

label.l-checkbox .c-checkbox--yellow + label:hover:after {
  opacity: 0.3;
  color: #F58220;
}

label.l-checkbox .c-checkbox--yellow:checked + label:before {
  background-color: #F58220;
}

label.l-checkbox .c-checkbox--yellow:checked + label:after {
  opacity: 1;
  color: #ffffff;
}

/******** END: TAB CHECKBOX STYLES ********/
button, .button {
  border-radius: 4px;
  text-transform: uppercase;
}

button.hollow,
a.button.hollow {
  background-color: transparent;
  border: 1px solid #1B3664;
  color: #1B3664;
}

input[type="text"], input[type="email"], input[type="tel"] {
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 #e4e5e7;
          box-shadow: 0 1px 1px 0 #e4e5e7;
  border: solid 1px #e9e9e9;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 #e4e5e7;
          box-shadow: 0 1px 1px 0 #e4e5e7;
  border: solid 1px #A7CCE1;
}

select:focus {
  outline: none;
}

@media only screen and (min-width: 40em) {
  .top-bar ul.dropdown {
    margin-top: -6px;
  }
  ul.dropdown {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 20px !important;
    background-color: white !important;
    min-width: 227px !important;
  }
  ul.dropdown li, ul.dropdown li > * {
    border-radius: 4px;
  }
  ul.dropdown li {
    background-color: transparent !important;
  }
  ul.dropdown li:hover {
    background-color: transparent !important;
    background: none !important;
  }
  ul.dropdown li:hover a {
    background-color: transparent !important;
    background: none !important;
    color: #40454a !important;
  }
  ul.dropdown li.divider {
    margin: 7px 0;
  }
  ul.dropdown li a {
    line-height: 1rem !important;
    margin: 7px 0;
    text-align: left !important;
    font-size: 16px;
    padding: 0 !important;
    background: none !important;
    color: #8f959a !important;
  }
  ul.dropdown li a:hover {
    background-color: none !important;
    color: #40454a !important;
  }
}

.error-message {
  color: #b7190e;
}

.vp-panel {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: block;
  float: left;
  background-color: #FFFFFF;
  width: 100%;
}

.nested-table {
  width: 100%;
  margin-bottom: 0;
}

.nested-table tbody tr td {
  height: 2em;
}

.nested-table tbody tr td.nested-table--row--no-data {
  background-color: #f0dddc;
}

.nested-table tbody tr td a {
  text-decoration: underline;
  color: #1B3664;
}

.nested-table tbody tr:nth-child(odd) {
  background-color: #F0F0F0;
}

.nested-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.nested-table fieldset {
  margin-top: 0;
}

.nested-table fieldset legend {
  background-color: transparent;
}

.nested-table .sortable {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.nested-table .sortable.selected::after {
  position: absolute;
  right: -1em;
  top: 0;
  color: #1A4F87;
  content: "\25be";
}

.nested-table .sortable.selected.reverse::after {
  content: "\25b4";
}

.nested-table input[type="checkbox"] {
  margin: 0;
}

@media only screen and (min-width: 40.0625em) {
  .nested-table--tall-header thead tr {
    padding: 0;
  }
  .nested-table--tall-header thead tr th {
    padding: 0;
  }
}

.nested-table--borders tr {
  border: 1px solid #e4e5e7;
}

.nested-table--select-row tbody tr[ng-click] td {
  cursor: pointer;
}

.nested-table--select-row tbody td[ng-click] {
  cursor: pointer;
}

.nested-table--select-row tbody tr.selected {
  background-color: #F58220;
  color: #ffffff;
}

.nested-table--hidden-row tbody tr:nth-child(4n+4), .nested-table--hidden-row tbody tr:nth-child(4n+3) {
  background-color: #F0F0F0;
}

.nested-table--hidden-row tbody tr:nth-child(4n+4).active-event, .nested-table--hidden-row tbody tr:nth-child(4n+3).active-event {
  background-color: #f1eee4;
}

.nested-table--hidden-row tbody tr:nth-child(4n+4).canceled-event, .nested-table--hidden-row tbody tr:nth-child(4n+3).canceled-event {
  background-color: #f0dddc;
}

.nested-table--hidden-row tbody tr:nth-child(4n+1), .nested-table--hidden-row tbody tr:nth-child(4n+2) {
  background-color: #ffffff;
}

.nested-table--hidden-row tbody tr:nth-child(4n+1).active-event, .nested-table--hidden-row tbody tr:nth-child(4n+2).active-event {
  background-color: #fefbf1;
}

.nested-table--hidden-row tbody tr:nth-child(4n+1).canceled-event, .nested-table--hidden-row tbody tr:nth-child(4n+2).canceled-event {
  background-color: #fdeae9;
}

.nested-table--hidden-row tbody tr:nth-child(4n+4), .nested-table--hidden-row tbody tr:nth-child(4n+2) {
  border-bottom: 1px solid gray;
}

.nested-table__small-header thead:nth-child(1) th {
  padding-bottom: 0;
  padding-top: 0;
}

.nested-table__small-header thead:nth-child(2) th {
  padding-top: 0;
}

.nested-table__small-header th {
  margin-bottom: 0;
}

.nested-table__small-header th h3 {
  margin-bottom: 0;
}

.nested-table__small-header th select, .nested-table__small-header th input {
  margin-bottom: 0;
}

.vp-schedule .vp-schedule__table {
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #d1e0e4;
}

.vp-schedule .vp-schedule__table .panel {
  padding-top: 0;
  padding-bottom: 0;
}

.vp-schedule .vp-schedule__table .event-minus-button {
  padding-top: 23px !important;
}

.vp-schedule .vp-schedule__table .vp-schedule__table__command {
  border: 1px solid #d1e0e4;
  margin-left: -1.3em;
  margin-right: -1.3em;
  padding: 0;
}

.vp-schedule .vp-schedule__table .vp-schedule__table__command .command-minus-button {
  padding-top: 25px;
}

.vp-schedule .vp-schedule__table .command-plus-button {
  margin-top: -10px;
}

.vp-busy__top .vp-busy__spinner {
  min-height: 70px;
}

.vp-busy__top .vp-busy__spinner i {
  top: 20px;
}

.vp-busy {
  position: relative;
}

.vp-busy__spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.vp-busy__spinner i {
  position: absolute;
  right: calc(50% - 50px);
  top: calc(50% - 50px);
  font-size: 100px;
}

a.vp-input {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

.vp-input--very-large {
  font-size: 5em !important;
  height: 1.35em !important;
  padding-top: .01em !important;
  text-align: center;
  padding-bottom: .01em !important;
}

.vp-input--very-large[type="number"] {
  font-size: 5em !important;
  height: 108px !important;
  padding-top: .01em !important;
  text-align: center;
  padding-bottom: .01em !important;
}

textarea.vp-input--very-large {
  resize: none;
  overflow: hidden;
  line-height: 1.3em;
}

.vp-output__status {
  font-size: 5em !important;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.35em;
}

.vp-output__status.online {
  background-color: #F58220;
}

.vp-output__status.offline {
  background-color: #b7190e;
}

.vp-output__status-data {
  margin-top: 1em;
}

.vp-output__status-data div {
  margin-bottom: .5em;
  margin-top: 0;
}

.vp-output__data-update {
  position: absolute;
  bottom: 2.5rem;
  top: 130px;
  left: 2.25rem;
  right: 2.25rem;
  display: inline-block;
  overflow-y: scroll;
}

.vp-output__data-update__item {
  margin: .5rem 0;
}

.vp-dirty {
  border: 2px solid #b7190e !important;
  border-radius: 7px;
}

.vp-app {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vp-app > div {
  padding-bottom: 60px;
}

.vp-app .vp-left-menubar.show-for-small-only {
  position: absolute;
  left: -8rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.vp-app .vp-left-menubar.show-for-small-only.show-menu {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.2);
}

.vp-app .vp-left-menubar .vp-inactive {
  display: none;
}

.vp-app .vp-left-menubar .vp-active {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 98;
  overflow: auto;
}

.vp-app .vp-left-menubar .icon-bar {
  padding-top: 50px;
  overflow: none;
}

.vp-app .vp-left-menubar .icon-bar .item {
  background: #34383c;
}

.vp-app .vp-left-menubar .icon-bar a.item:hover {
  background-color: #282c2f;
}

.vp-app .vp-left-menubar .icon-bar a:first-child {
  border-top: 1px solid gray;
}

.vp-app .vp-left-menubar .icon-bar a {
  border-bottom: 1px solid gray;
}

.vp-app .vp-middle {
  position: absolute;
  top: 0px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.vp-app .vp-middle .vp-view--narrow {
  margin: auto;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1025px;
}

.vp-app .vp-middle .footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .vp-app .vp-middle {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .vp-app .vp-middle {
    right: 0;
  }
  .vp-app .vp-middle__w-left-menubar {
    left: 0px;
  }
  .vp-app .vp-middle__w-right-actionbar {
    right: 25%;
  }
}

.vp-app .vp-right-actionbar {
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  overflow: auto;
}

.vp-app .vp-right-actionbar dd {
  margin-top: 0.9375rem !important;
  margin-right: 0.46875rem !important;
  margin-bottom: 0 !important;
  margin-left: 0.46875rem !important;
  border-radius: 4px;
}

.vp-app .vp-right-actionbar dd .content {
  padding-bottom: 10px !important;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 #dae0e3;
          box-shadow: 0 1px 1px 0 #dae0e3;
}

.vp-app .vp-right-actionbar dd .active {
  background-color: white;
}

.vp-app .vp-right-actionbar dd .active .header {
  background-color: #1B3664;
  border-radius: 4px 4px 0 0;
}

.vp-app .vp-right-actionbar dd .active .header h3, .vp-app .vp-right-actionbar dd .active .header i {
  color: white;
}

.vp-app .vp-right-actionbar dd h3, .vp-app .vp-right-actionbar dd i {
  color: white;
}

.vp-app .vp-right-actionbar dd > a {
  padding: 0;
  border-radius: 4px;
  background-color: #1B3664;
}

.vp-app .vp-right-actionbar .content {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  margin-bottom: 10px;
  background-color: white;
  padding: 0 !important;
}

.vp-app .vp-widget-actionbar {
  margin-right: -0.46875rem !important;
  margin-bottom: 0 !important;
  margin-left: -0.46875rem !important;
  height: 100%;
}

.vp-app .vp-widget-actionbar h3 {
  padding: 2px 10px;
}

.vp-app .vp-widget-actionbar dl.accordion dd {
  background-color: #fefefe;
  margin-top: 0.46875rem;
  margin-right: 0.46875rem;
  margin-bottom: 0;
  margin-left: 0.46875rem;
  border-radius: 4px;
}

.vp-app .vp-widget-actionbar dl.accordion dd .active {
  background-color: white;
}

.vp-app .vp-widget-actionbar dl.accordion dd .active .header h3, .vp-app .vp-widget-actionbar dl.accordion dd .active .header i {
  color: white;
}

.vp-app .vp-widget-actionbar dl.accordion dd .content {
  border-radius: 0 0 4px 4px;
}

.vp-app .vp-widget-actionbar dl.accordion dd h3, .vp-app .vp-widget-actionbar dl.accordion dd i {
  color: white;
}

.vp-app .vp-widget-actionbar dl.accordion dd > a {
  padding: 0;
  padding-right: 0.46875rem;
  border-radius: 4px;
  background-color: #1B3664;
}

.vp-app .vp-widget-actionbar dl.accordion dd > a.active {
  background-color: #1B3664;
  border-radius: 4px 4px 0px 0px;
  color: white;
}

.vp-app .vp-widget-actionbar dl.accordion dd > a.active h3, .vp-app .vp-widget-actionbar dl.accordion dd > a.active i {
  color: white;
}

.vp-app .vp-actionbar .vp-inactive {
  display: none;
}

.vp-app .vp-actionbar dl.accordion dd .header {
  height: 100%;
  min-height: 1.5em;
}

.vp-app .vp-actionbar dl.accordion dd .header h1, .vp-app .vp-actionbar dl.accordion dd .header h2, .vp-app .vp-actionbar dl.accordion dd .header h3 {
  margin-bottom: 0;
}

.vp-app .vp-actionbar dl.accordion dd .header select, .vp-app .vp-actionbar dl.accordion dd .header input {
  margin: 0;
}

.vp-app .vp-actionbar dl.accordion dd .header label {
  color: white;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vp-app .vp-actionbar dl.accordion dd .header a {
  color: #7740a9;
}

.vp-house-body {
  background-color: #f9f9f9;
  -webkit-overflow-scrolling: touch;
}

.vp-house h2 {
  margin-bottom: 14px;
}

.vp-house p {
  margin-bottom: 30px;
}

.vp-house .vp-view {
  margin: auto;
}

.vp-house .vp-view--narrow {
  margin: auto;
  max-width: 1025px;
}

.vp-house .vp-view--dark {
  background-color: #40454a;
  color: white;
}

.vp-house .vp-view--dark h1, .vp-house .vp-view--dark h2, .vp-house .vp-view--dark h3, .vp-house .vp-view--dark h4, .vp-house .vp-view--dark h5, .vp-house .vp-view--dark h6, .vp-house .vp-view--dark p {
  color: white;
}

.duplicate-house {
  background-color: #ef5469;
  border-radius: 4px;
}

.panel.vp-table {
  padding: 0;
}

.vp-welcome {
  padding: 50px 0;
}

.vp-welcome .button {
  margin-right: 30px;
}

.vp-first-setup {
  border-radius: 4px;
  background-color: #e7e8ea;
  border: solid 1px #c8cbce;
  padding: 60px 0;
  margin-top: 36px;
}

input.pin-input {
  font-size: 44px;
  width: 90%;
  max-width: 300px;
  height: 76px;
  margin: 0 auto;
}

.event-template .event-template__top-input {
  padding: 10px 10px 0 10px;
}

.event-template .event-template_alert {
  padding: 10px;
}

.event-template .event-template__table {
  padding: 10px;
  margin: 0px 10px 5px 10px;
  border: 1px solid #d1e0e4;
}

.event-template .event-template__table .event-template__table__header label, .event-template .event-template__table .event-template__table__header input {
  margin-bottom: 0;
}

.event-template .event-template__table .panel {
  padding-top: 0;
  padding-bottom: 0;
}

.event-template .event-template__table .panel.callout a.icon-button.alert {
  color: #cf1c10;
  position: relative;
  top: 15px;
  left: 10px;
}

.event-template .event-template__table .event-template__table__command {
  border: 1px solid #A7CCE1;
  margin-left: -1.3em;
  margin-right: -1.3em;
  padding: 0;
}

.event-template .event-template__table .event-template__table__command .command-minus-button {
  padding-top: 25px;
}

.event-template .event-template__table .command-plus-button {
  margin-top: -10px;
}

img.vp-icon {
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
}

.schedule {
  color: #8c8c8c;
  size: 16px;
}

@media only screen and (min-width: 40em) {
  .schedule .schedule--title {
    margin: 0 25px 0 35px;
    padding: 15px 0 15px 0;
    border-bottom: solid 2px #e2e2e2;
  }
  .schedule .schedule--title h1 {
    margin: 14px 0 5px 0;
    font-size: 32px;
    color: #40454a;
    text-transform: capitalize;
  }
}

.schedule .schedule--body {
  overflow-y: hidden;
}

@media only screen and (max-width: 40em) {
  .schedule .schedule--body {
    position: fixed;
    width: 100%;
    left: 0;
    top: 59px;
    bottom: 0;
  }
}

.schedule .schedule--body.schedule--body--list .side-button a.button .vp-icon {
  height: 20px;
}

@media only screen and (min-width: 40em) {
  .schedule .schedule--body.schedule--body--list {
    position: fixed;
    right: 50%;
    left: 120px;
    top: 59px;
    bottom: 0;
  }
  .schedule .schedule--body.schedule--body--list .sub-fixed, .schedule .schedule--body.schedule--body--list .footer-bar {
    left: 120px;
    right: 50%;
    width: auto;
  }
}

@media only screen and (min-width: 40em) {
  .schedule .schedule--body.schedule--body--id {
    position: fixed;
    left: 50%;
    right: 0;
    top: 59px;
    bottom: 0;
  }
  .schedule .schedule--body.schedule--body--id .sub-fixed, .schedule .schedule--body.schedule--body--id .footer-bar {
    left: 50%;
    right: 0;
    width: auto !important;
  }
  .schedule .schedule--body.schedule--body--id .schedule--column {
    border-left: solid 2px #e2e2e2;
  }
  .schedule .schedule--body.schedule--body--id .vp-icon-bar {
    border-left: solid 2px #e2e2e2;
    padding-bottom: 3px;
  }
}

@media only screen and (min-width: 40em) {
  .schedule .sub-fixed {
    top: 138px !important;
    padding-left: 50px;
    padding-right: 39px;
    margin-top: 32px;
  }
}

.schedule .sub-fixed--below {
  margin-top: 55px !important;
}

.schedule .schedule--column {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
}

@media only screen and (min-width: 40em) {
  .schedule .schedule--column {
    top: 180px;
  }
}

@media only screen and (max-width: 40em) {
  .schedule .schedule--column {
    top: 0;
    margin-top: 55px;
  }
}

.schedule .row {
  margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  .schedule .row {
    padding: 0 40px 0 50px;
  }
}

.schedule h1, .schedule h2 {
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 1.1rem;
  letter-spacing: 3px;
}

.schedule h2 {
  font-size: .9rem;
}

.schedule hr {
  margin-top: 14px;
  margin-bottom: 0.5rem;
  border-top: 0.8125rem #f6f6f6 solid;
}

.schedule hr.divider {
  margin: 0;
  border-top: 2px solid #e2e2e2;
  margin-bottom: -2px;
}

.schedule hr.divider.divider__partial {
  margin: 0 38px 0 50px;
}

@media only screen and (max-width: 40em) {
  .schedule hr.divider.divider__partial {
    margin: 0 20px;
  }
}

.schedule .blue-color {
  color: #1B3664 !important;
}

.schedule a:hover .blue-color {
  color: #162b50 !important;
}

.schedule .light-blue-color {
  color: #A7CCE1 !important;
}

.schedule a:hover .light-blue-color {
  color: #81b6d4 !important;
}

.schedule .coral-color {
  color: #EE3124 !important;
}

.schedule a:hover .coral-color {
  color: #cf1c10 !important;
}

.schedule .columns {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.schedule .float-right {
  float: right;
}

.schedule .schedule-body {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

.schedule .schedule-item {
  color: #8c8c8c;
}

.schedule .schedule-item .numberCircle {
  border-radius: 50%;
  width: 18rem;
  height: 18rem;
  padding: 8px;
  background: #fff;
  border: 14px solid #8c8c8c;
  text-align: center;
}

.schedule .schedule-item .numberCircle p {
  padding-top: 33%;
  padding-left: 5%;
}

.schedule .schedule-item .numberCircle large {
  font-size: 1.25rem;
}

.schedule .schedule-item .numberCircle small {
  font-size: .75rem;
}

.schedule .schedule-item label {
  padding-top: 10px;
  color: #8c8c8c;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: initial;
}

.schedule .schedule-item .text-center {
  margin: auto;
}

.schedule .vp-icon-bar {
  position: fixed;
  top: 59px;
  width: 100%;
  background: inherit;
  z-index: 10000;
}

@media only screen and (max-width: 40em) {
  .schedule .vp-icon-bar {
    border-bottom: solid 2px #e2e2e2;
  }
}

.schedule .vp-icon-bar h2, .schedule .vp-icon-bar h3 {
  width: 100%;
  border-bottom: solid 2px #e2e2e2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-y: hidden;
}

.schedule .vp-icon-bar input[type=text] {
  font-size: 25px;
  background: none;
  border: none;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline;
  width: 50%;
  margin-bottom: 0;
  color: #8c8c8c;
  margin-bottom: 4px;
}

.schedule .vp-icon-bar input[type=text]::-webkit-input-placeholder {
  color: #8c8c8c;
}

.schedule .vp-icon-bar input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
}

.schedule .vp-icon-bar input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
}

.schedule .vp-icon-bar input[type=text]:-ms-input-placeholder {
  color: #8c8c8c;
}

.schedule .vp-icon-bar span {
  padding: 0;
  width: auto;
}

.schedule .vp-icon-bar h2 {
  font-size: 25px;
  letter-spacing: 1.4px;
  color: #8c8c8c;
  text-transform: capitalize;
  padding: 0 0 13px 9px;
  margin: 0;
}

.schedule .vp-icon-bar a h1, .schedule .vp-icon-bar a h2, .schedule .vp-icon-bar a h3 {
  color: #A7CCE1;
}

.schedule .vp-icon-bar a h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  padding: 4px 0 22px 9px;
  margin: 0;
}

.schedule .vp-icon-bar a:hover h1, .schedule .vp-icon-bar a:hover h2, .schedule .vp-icon-bar a:hover h3 {
  color: #81b6d4;
}

.schedule .vp-icon-bar h1 {
  text-transform: capitalize;
  line-height: 22px;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
  margin: 18px 0 13px 0;
  width: 100%;
}

.schedule .vp-icon-bar .item {
  padding: 18px 0 13px 0;
  color: #40454a;
}

.schedule .vp-icon-bar .item i {
  color: #40454a;
  font-size: 15px;
}

.schedule .col-weekday {
  width: 14.28%;
  margin-top: 21px;
  margin-bottom: 20px;
  padding-top: 8px !important;
  padding-bottom: 7px !important;
  cursor: pointer;
}

.schedule .col-weekday label {
  cursor: pointer;
  padding-top: 0px;
  color: #c1c1c1;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
}

.schedule .col-weekday.active {
  background-color: #A7CCE1;
}

.schedule .col-weekday.active label {
  color: white;
}

@media only screen and (min-width: 40em) {
  .schedule .col-weekday.active:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.schedule .col-weekday.active:last-child {
  float: left;
}

@media only screen and (min-width: 40em) {
  .schedule .col-weekday.active:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -2px;
  }
}

.schedule .col-weekday.first {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.schedule .col-weekday.last {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  /*padding-left: 4px;*/
}

.schedule .vp-items {
  margin: 0;
  cursor: pointer;
}

.schedule .vp-items .vp-item {
  padding: 0 1.125rem 0 1.125rem;
  position: relative;
  right: 0;
}

@media only screen and (min-width: 40em) {
  .schedule .vp-items .vp-item {
    margin: 0 20px 0 32px;
    width: auto;
  }
}

.schedule .vp-items .vp-item p, .schedule .vp-items .vp-item a, .schedule .vp-items .vp-item span {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.1px;
}

.schedule .vp-items .vp-item p.schedule-time, .schedule .vp-items .vp-item a.schedule-time, .schedule .vp-items .vp-item span.schedule-time {
  font-size: 1.25rem;
  color: #40454a;
}

.schedule .vp-items .vp-item p.schedule-setpoint, .schedule .vp-items .vp-item a.schedule-setpoint, .schedule .vp-items .vp-item span.schedule-setpoint {
  font-size: 1.25rem;
  font-weight: 600;
  color: #40454a;
}

.schedule .vp-items .vp-item p.schedule-mode, .schedule .vp-items .vp-item a.schedule-mode, .schedule .vp-items .vp-item span.schedule-mode {
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #8c8c8c;
  margin-top: 3px;
}

.schedule .vp-items .vp-item .row {
  padding: 0 1.0625rem 0 0.5625rem;
}

.schedule .vp-items .vp-item .columns {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0;
}

.schedule .vp-items .vp-item:first-child .divider__top {
  border: none;
}

.schedule .vp-items .vp-item:last-child .divider__bottom {
  border: none;
  margin-bottom: 0;
}

.schedule .vp-items .vp-item.schedule-list .columns {
  margin: 0;
  padding: 25px 0;
}

.schedule .vp-items .vp-item.schedule-list a:hover .schedule-nav {
  content: url("/assets/icons/icon-see-more@3x.png");
}

.schedule .vp-items .vp-item.schedule-list p, .schedule .vp-items .vp-item.schedule-list a, .schedule .vp-items .vp-item.schedule-list span {
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 24px;
  border-radius: 0;
}

.schedule .vp-items .vp-item.schedule-list p.schedule-name, .schedule .vp-items .vp-item.schedule-list a.schedule-name, .schedule .vp-items .vp-item.schedule-list span.schedule-name {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #40454a;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
  overflow: hidden;
  text-align: left;
}

.schedule .vp-items .vp-item.schedule-list p.schedule-name.schedule-active, .schedule .vp-items .vp-item.schedule-list a.schedule-name.schedule-active, .schedule .vp-items .vp-item.schedule-list span.schedule-name.schedule-active {
  margin-top: -7px;
  color: #A7CCE1;
  font-weight: 600;
}

.schedule .vp-items .vp-item.schedule-list p.schedule-active-device-list, .schedule .vp-items .vp-item.schedule-list a.schedule-active-device-list, .schedule .vp-items .vp-item.schedule-list span.schedule-active-device-list {
  margin-bottom: -13px;
  margin-top: -5px;
}

.schedule .vp-items .vp-item.schedule-list p.schedule-active-device-list span, .schedule .vp-items .vp-item.schedule-list a.schedule-active-device-list span, .schedule .vp-items .vp-item.schedule-list span.schedule-active-device-list span {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #8c8c8c;
}

.schedule .vp-items .vp-item.schedule-list p.schedule-active-device-list span:after, .schedule .vp-items .vp-item.schedule-list a.schedule-active-device-list span:after, .schedule .vp-items .vp-item.schedule-list span.schedule-active-device-list span:after {
  content: ", ";
}

.schedule .vp-items .vp-item.schedule-list p.schedule-active-device-list span:last-child:after, .schedule .vp-items .vp-item.schedule-list a.schedule-active-device-list span:last-child:after, .schedule .vp-items .vp-item.schedule-list span.schedule-active-device-list span:last-child:after {
  content: "";
}

.schedule .vp-items .vp-item.schedule-list p.schedule-nav, .schedule .vp-items .vp-item.schedule-list a.schedule-nav, .schedule .vp-items .vp-item.schedule-list span.schedule-nav {
  height: 25px;
  margin: 0;
  position: absolute;
  right: 0;
  content: url("/assets/icons/button-view-1@3x.png");
}

.schedule .vp-items .vp-item.schedule-list p.schedule-nav.active, .schedule .vp-items .vp-item.schedule-list a.schedule-nav.active, .schedule .vp-items .vp-item.schedule-list span.schedule-nav.active {
  content: url("/assets/icons/icon-see-more@3x.png");
}

.schedule .vp-item.add-day .columns, .schedule .vp-item.add-item .columns {
  margin: 1rem 0;
}

.schedule .vp-item.add-day .columns h2, .schedule .vp-item.add-item .columns h2 {
  font-weight: 500;
  letter-spacing: 1.2px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.schedule .vp-item.add-day {
  margin: -1px 0 -1px 0;
  padding: 0 1.125rem 0 1.125rem;
}

@media only screen and (min-width: 40em) {
  .schedule .vp-item.add-day {
    margin: 0 20px 0 32px;
  }
}

.schedule .vp-item.add-day .columns {
  margin: 0 auto;
}

.schedule .alert {
  background-color: #ec6459 !important;
}

.schedule .button {
  background-color: #A7CCE1;
}

.schedule .button:hover {
  background-color: #81b6d4;
}

.schedule .open-button {
  width: 30%;
  max-width: 168px;
}

.schedule .open-button li {
  margin: 0;
}

.schedule .open-button li .button {
  margin-top: -32px;
  padding-top: 32px;
  margin-bottom: -10px;
}

.schedule .open-button li {
  float: right;
  width: 50%;
}

.schedule .open-button .vp-icon {
  height: 18px;
}

.schedule .open-button a {
  width: 100%;
  padding: 0;
  background: none !important;
}

.schedule .open-button li:nth-child(2) {
  border-right: solid 1px rgba(165, 165, 165, 0.5);
}

.schedule .open-button label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  width: 100%;
}

.schedule .vp-item:hover .side-button__hover-reveal a.button .vp-icon {
  visibility: visible;
}

.schedule .side-button {
  line-height: 1rem;
  position: absolute;
  top: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
}

.schedule .side-button.side-button--right {
  right: 0;
}

.schedule .side-button.side-button--left {
  margin-left: -55px;
}

.schedule .side-button.side-button__hover-reveal {
  margin-left: auto;
  left: -10px;
}

.schedule .side-button.side-button__hover-reveal a.buggon:hover .vp-icon {
  visibility: visible;
}

.schedule .side-button.side-button__hover-reveal a.button .vp-icon {
  visibility: hidden;
  height: 10px;
  margin: 28px 0 !important;
}

.schedule .side-button.side-button__hover-reveal a {
  background-color: transparent !important;
}

.schedule .side-button.side-button--no-label .vp-icon {
  margin: 27px !important;
}

.schedule .side-button a {
  min-width: 4em;
  border: none;
}

.schedule .side-button a.button {
  padding: 0;
  margin: 0;
}

.schedule .side-button a.button .vp-icon {
  margin: 20px 34px 0 34px;
  height: 18px;
}

.schedule .side-button label {
  font-size: 0.75rem;
  letter-spacing: 0.7px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 0;
  padding: 0;
  margin: 4px 0 13px 0;
}

.schedule .dropdown__mode-select {
  padding-bottom: 8px;
  text-transform: uppercase;
}

.schedule .dropdown__mode-select a {
  color: #40454a;
}

.schedule .dropdown__mode-select.open {
  background-color: rgba(255, 255, 255, 0.9);
}

.schedule .dropdown__mode-select a {
  letter-spacing: 1px;
}

.schedule .dropdown__mode-select * {
  font-size: 1.25rem;
}

.schedule .dropdown__mode-select .vp-icon__right {
  margin-right: 5px;
  margin-top: -2px;
  height: 13px;
}

.schedule .dropdown__mode-select .vp-icon__left {
  margin-left: 5px;
  margin-top: -2px;
  height: 10px;
}

.schedule .dropdown__mode-select .f-dropdown {
  left: 0 !important;
  width: 100% !important;
  max-width: none;
  border: none;
  padding-top: 19px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9);
}

.schedule .dropdown__mode-select .f-dropdown li a {
  color: #40454a;
  letter-spacing: 1px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: -1px 20px;
  padding: 21px 0;
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}

.schedule .dropdown__mode-select .f-dropdown li:last-child a {
  border-bottom: none;
}

.schedule .dropdown__mode-select .f-dropdown:before {
  display: none;
}

.schedule .dropdown__mode-select .f-dropdown:after {
  display: none;
}

.schedule.time-temp-overlay .action-selector__footer {
  margin: 0 62px;
  padding: 0;
  width: auto;
}

@media only screen and (max-width: 40em) {
  .schedule .time-temp {
    position: fixed;
    top: 130px;
    bottom: 0px;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .schedule .time-temp.time-temp--left {
    left: 0;
  }
  .schedule .time-temp.time-temp--right {
    right: 0;
  }
  .schedule .time-temp.time-temp--shorter {
    top: 180px;
  }
}

@media only screen and (min-width: 40em) {
  .schedule .time-temp {
    height: 400px;
  }
}

.schedule .time-temp .time-temp__slider {
  width: 80%;
  margin: 0 10%;
  position: absolute;
  top: 0;
  bottom: 0px;
  max-height: 600px;
  min-height: 350px;
}

.schedule .time-temp .time-temp__slider .time-temp__slider__footer {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}

.schedule .time-temp .time-temp__slider .time-temp__slider__footer .time-temp__slider__min-value {
  line-height: 1.0625rem;
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px;
}

.schedule .time-temp .time-temp__slider .time-temp__slider__footer .time-temp__slider__value {
  line-height: 1.6875rem;
  font-size: 1.375rem;
  letter-spacing: 1.2px;
  margin: 11px;
}

.schedule .time-temp .time-temp__slider .noUi-handle-upper {
  display: none;
}

.schedule .time-temp .time-temp__slider .noUi-base {
  width: 100%;
  background-color: #ffffff;
}

.schedule .time-temp .time-temp__slider.noUi-target {
  border: none;
}

.schedule .time-temp .time-temp__slider .noUi-pips {
  z-index: 100;
}

.schedule .time-temp .time-temp__slider .noUi-pips .noUi-value {
  font-size: 8px;
  font-weight: bold;
  color: #bfbfbf;
}

.schedule .time-temp .time-temp__slider .noUi-pips .noUi-marker-large {
  width: 24px;
  background-color: #ffffff;
}

.schedule .time-temp .time-temp__slider .noUi-pips .noUi-marker-normal {
  width: 10px;
  opacity: 0.8;
  background-color: #ffffff;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp {
  right: 0;
  margin-right: 15%;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp .time-temp__slider__footer {
  background-image: repeating-linear-gradient(0deg, #A7CCE1, #A7CCE1 0px, #1B3664 536px);
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp .noUi-base {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.95);
          box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.95);
  background-image: repeating-linear-gradient(0deg, #A7CCE1, #A7CCE1 0px, #1B3664 536px);
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp .noUi-connect {
  width: 100%;
  background-image: repeating-linear-gradient(0deg, #A7CCE1, #A7CCE1 0px, #1B3664 536px);
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp .noUi-pips {
  left: 100%;
  margin-left: -15px;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp .noUi-pips .noUi-value {
  padding-left: 10px;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__temp .noUi-pips .noUi-marker {
  right: 5px;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time {
  left: 0;
  margin-left: 15%;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .time-temp__slider__footer {
  background-image: repeating-linear-gradient(0deg, #f06254, #f06254 0px, #6b35a7 536px);
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .noUi-base {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.95);
          box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.95);
  background-image: repeating-linear-gradient(0deg, #f06254, #f06254 0px, #6b35a7 536px);
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .noUi-connect {
  width: 100%;
  background-image: repeating-linear-gradient(0deg, #f06254, #f06254 0px, #6b35a7 536px);
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .noUi-pips {
  left: -5px;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .noUi-pips .noUi-value {
  right: 20px;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .noUi-pips .noUi-marker {
  left: 5px;
}

.schedule .time-temp .time-temp__slider.time-temp__slider__time .noUi-pips .noUi-marker-large {
  right: 10px;
}

.run-schedule {
  height: 50px;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(269deg, #1B3664, #A7CCE1);
}

.run-schedule.currently-active, .run-schedule:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#6b35a7), to(#f06254));
  background-image: linear-gradient(to left, #6b35a7, #f06254);
}

.run-schedule .vp-icon {
  height: 20px;
  padding-right: 5px;
  margin-left: -25px;
}

.run-schedule .columns {
  padding: 0;
}

.run-schedule h2 {
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
}

.vp-modal-full {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 10px;
}

@media only screen and (min-width: 40em) {
  .vp-modal-full {
    max-width: 460px !important;
  }
  .vp-modal-full.narrow {
    max-width: 300px !important;
  }
}

@media only screen and (max-width: 40em) {
  .vp-modal-full {
    position: fixed !important;
    top: 0 !important;
    border-radius: 0;
  }
}

.vp-modal-full .schedule {
  position: static;
}

.vp-modal-full .schedule .vp-icon-bar {
  position: static;
}

.input--floating {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.name-overlay {
  margin-top: 130px;
}

.name-overlay input {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 50px;
}

.name-overlay input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(140, 140, 140, 0.9);
}

.name-overlay input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(140, 140, 140, 0.9);
  opacity: 1;
}

.name-overlay input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(140, 140, 140, 0.9);
  opacity: 1;
}

.name-overlay input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(140, 140, 140, 0.9);
}

.action-popup {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1B3664), to(#A7CCE1));
  background-image: linear-gradient(to bottom, #1B3664, #A7CCE1);
  -webkit-box-shadow: 2px 2px 8px 0 rgba(10, 14, 101, 0.25);
          box-shadow: 2px 2px 8px 0 rgba(10, 14, 101, 0.25);
}

.action-popup div {
  color: #ffffff;
}

.action-popup.error {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b35a7), to(#f06254));
  background-image: linear-gradient(to bottom, #6b35a7, #f06254);
}

@media only screen and (max-width: 40em) {
  .action-popup {
    margin: 15% 8% auto 8%;
  }
}

.action-popup .action-selector__header .background-wave {
  margin: 0;
  padding: 0;
}

.action-popup .action-selector__header .background-wave .shape-wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  width: 100%;
  opacity: 1;
  mix-blend-mode: overlay;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  margin-top: 30px;
  padding: 0;
}

.action-popup .action-selector__header .background-wave img {
  margin: 35px 0;
  height: 60px;
}

.action-popup .action-selector__header .action-text {
  padding: 0 25px 15px 25px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-align: center;
}

.action-popup .action-selector__container {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 38px 0 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 150px;
  max-height: 240px;
}

.action-popup .action-selector__container .action-selector__item {
  padding: 0;
  margin: 0;
}

.action-popup .action-selector__container .action-selector__item div {
  float: left;
}

.action-popup .action-selector__container .action-selector__item .action-selector__item__check {
  width: 13%;
  padding: 15px 0 15px 10px;
}

.action-popup .action-selector__container .action-selector__item .action-selector__item__check .vp-icon {
  height: 10px;
}

.action-popup .action-selector__container .action-selector__item .action-selector__item__name {
  padding: 15px 0 15px 8px;
  width: 87%;
  border-bottom: solid 1px #ffffff;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.action-popup .action-selector__container .action-selector__item .action-selector__item__name.selected {
  font-weight: 600;
}

.action-popup .action-selector__container .action-selector__item:last-child .action-selector__item__name:last-child {
  border-bottom: none;
}

.action-popup .action-selector__footer {
  padding-bottom: 14px;
  padding-top: 40px;
}

.action-popup .action-selector__footer .columns {
  padding: 5px 19px 5px 19px;
}

.action-selector__footer .button {
  border-radius: 25px;
  margin: 0;
  letter-spacing: 1.2px;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(11, 15, 100, 0.15);
          box-shadow: 0 2px 4px 0 rgba(11, 15, 100, 0.15);
  background-color: #A7CCE1;
}

.action-selector__footer .button .vp-icon {
  margin-top: -4px;
  height: 20px;
}

.action-selector__footer .button:hover {
  background-color: #81b6d4;
}

.action-selector__footer .button.clear {
  background-color: rgba(255, 255, 255, 0.3);
}

.action-selector__footer a:hover.button.clear, .action-selector__footer a:active.button.clear {
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.white-gradient {
  position: fixed;
  bottom: 50px;
  pointer-events: none;
  height: 92.5px;
  width: 100%;
  margin-left: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

a span.vp-icon {
  display: block;
  -webkit-appearance: none;
  margin: 0 auto;
  padding: 0;
}

a span.vp-icon.vp-icon__back {
  content: url("/assets/icons/button-back-gray@3x.png");
}

a span.vp-icon.vp-icon__check {
  content: url("/assets/icons/button-confirm-teal@3x.png");
}

a span.vp-icon.vp-icon__dark-x {
  content: url("/assets/icons/icon-delete-red@3x.png");
}

a span.vp-icon.vp-icon__plus {
  content: url("/assets/icons/icon-plus-teal@3x.png");
}

a.disabled .vp-icon.vp-icon__check {
  content: url("/assets/icons/button-confirm-gray@3x.png") !important;
}

a.disabled label {
  color: #bfbfbf !important;
  cursor: default;
}

a.color-trans label, a:hover.color-trans.disabled label {
  color: #A7CCE1;
}

a.color-trans .vp-icon.vp-icon__check, a:hover.color-trans.disabled .vp-icon.vp-icon__check {
  content: url("/assets/icons/button-confirm-teal@3x.png");
}

a.color-trans.alert label, a:hover.color-trans.disabled.alert label {
  color: #bfbfbf;
}

a.color-trans.alert .vp-icon.vp-icon__dark-x, a:hover.color-trans.disabled.alert .vp-icon.vp-icon__dark-x {
  content: url("/assets/icons/icon-delete-light-gray.png");
}

a:hover.color-trans label, a.hover.color-trans label {
  color: #1B3664;
}

a:hover.color-trans .vp-icon.vp-icon__check, a.hover.color-trans .vp-icon.vp-icon__check {
  content: url("/assets/icons/button-confirm-blue@3x.png");
}

a:hover.alert.color-trans label, a.hover.alert.color-trans label {
  color: #EE3124;
}

a:hover.alert.color-trans .vp-icon.vp-icon__dark-x, a.hover.alert.color-trans .vp-icon.vp-icon__dark-x {
  content: url("/assets/icons/icon-delete-red@3x.png");
}

.transport-button {
  position: absolute;
  top: 0;
  height: 55px;
  margin: 0;
  padding: 22px 22px 0 21px;
  width: auto;
  background-color: transparent;
}

.transport-button:focus {
  outline: none;
}

.transport-button .vp-icon {
  height: 15px;
}

.transport-button.transport-button__right {
  right: 0;
}

.transport-button.transport-button__left {
  left: 0;
}

.transport-button:hover .vp-icon__back, .transport-button:active .vp-icon__back {
  content: url("/assets/icons/button-back-teal@3x.png");
}

.transport-button:hover .vp-icon__check, .transport-button:active .vp-icon__check {
  content: url("/assets/icons/button-confirm-blue@3x.png");
}

.transport-button:hover .vp-icon__dark-x, .transport-button:active .vp-icon__dark-x {
  content: url("/assets/icons/icon-delete-red@3x.png");
}

.transport-button:hover .vp-icon__plus, .transport-button:active .vp-icon__plus {
  content: url("/assets/icons/icon-plus-blue@3x.png");
}

.button-confirm-large {
  margin: 40px auto;
  text-align: center;
}

.button-confirm-large .transport-button {
  position: inherit;
}

.button-confirm-large .transport-button .vp-icon {
  height: 50px;
}

.button-group {
  margin: 0 2px;
}

#dashboard {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.busy-loader {
  text-align: center;
  padding: 56px 47px 0;
  position: relative;
  width: 474px;
}

.busy-loader #logo-image {
  margin-bottom: 51px;
  max-height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.busy-loader h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 20px 0 18px;
  text-align: center;
  color: #40454A;
  font-weight: normal;
}

.busy-loader p {
  color: #4F4F4F;
  padding: 0 10px;
}

.logon-page {
  background-color: #016699;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.logon-page .dialogue {
  background-color: #fefefe;
}

.logon-page .l-logon-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.logon-page .l-logon-page .logon-page__login {
  padding-top: 4%;
  padding-bottom: 4%;
}

.logon-page .l-logon-page .logon-page__iframe-promo {
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.logon-page .l-logon-page .logon-page__iframe-promo iframe {
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1024px) {
  .logon-page .l-logon-page .logon-page__iframe-promo.hide-for-table-and-mobile {
    display: none;
  }
}

notification-menu {
  float: left;
}

.vp-actionbar {
  overflow: auto;
}

.vp-actionbar .vp-inactive {
  display: none;
}

.vp-actionbar dl.accordion {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vp-actionbar dl.accordion::before, .vp-actionbar dl.accordion::after {
  content: unset;
}

.vp-actionbar dl.accordion dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vp-actionbar dl.accordion dd .content {
  padding-bottom: 10px !important;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 #dae0e3;
          box-shadow: 0 1px 1px 0 #dae0e3;
}

.vp-actionbar dl.accordion dd .active {
  background-color: white;
}

.vp-actionbar dl.accordion dd .active .header {
  background-color: #1B3664;
  border-radius: 4px 4px 0 0;
}

.vp-actionbar dl.accordion dd .active .header h3,
.vp-actionbar dl.accordion dd .active .header i {
  color: white;
  font-weight: normal;
}

.vp-actionbar dl.accordion dd h3,
.vp-actionbar dl.accordion dd i {
  color: white;
  font-weight: normal;
}

.vp-actionbar dl.accordion dd > a {
  padding: 0;
  border-radius: 4px;
  background-color: #1B3664;
}

.vp-actionbar dl.accordion dd .header {
  height: 100%;
  min-height: 1.5em;
}

.vp-actionbar dl.accordion dd .header h1,
.vp-actionbar dl.accordion dd .header h2,
.vp-actionbar dl.accordion dd .header h3 {
  margin-bottom: 0;
}

.vp-actionbar dl.accordion dd .header select,
.vp-actionbar dl.accordion dd .header input {
  margin: 0;
}

.vp-actionbar dl.accordion dd .header label {
  color: white;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vp-actionbar dl.accordion dd .header a {
  color: #7740a9;
}

.vp-actionbar dl.accordion dd .header a:hover {
  background-color: #1b3664;
}

.vp-actionbar .content {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  background-color: white;
  padding: 0 !important;
}

.vp-center-logo {
  max-height: 50px;
}

.notification-banner {
  background-color: #fce1d1;
  border: solid 1px #f9c2a1;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  padding: 10px;
}

@media only screen and (max-width: 40em) {
  .notification-banner {
    margin: 0 -15px 20px -15px;
    border-radius: 0;
  }
}

.notification-banner .notification-banner__right-panel {
  margin: 12px;
}

@media only screen and (max-width: 40em) {
  .notification-banner .notification-banner__right-panel {
    display: none;
  }
}

.notification-banner .notification-banner__right-panel i.fa {
  color: #f38441;
  font-size: 20px;
}

.notification-banner .notification-banner__left-panel {
  float: left;
  width: 100%;
  margin: 8px 40px 8px 8px;
}

.notification-banner .notification-banner__left-panel h3 {
  margin: 0 0 1px 0;
  font-size: 16px;
  color: #40454a;
  padding: 0;
}

.notification-banner .notification-banner__left-panel .notification-banner__left-panel__body {
  float: left;
  width: 100%;
}

.notification-banner .notification-banner__left-panel .notification-banner__left-panel__body p {
  float: left;
  margin-bottom: 0;
  font-size: 16px;
  color: #40454a;
}

@media only screen and (max-width: 40em) {
  .notification-banner .notification-banner__left-panel .notification-banner__left-panel__body p {
    display: none;
  }
}

.notification-banner .notification-banner__left-panel .notification-banner__left-panel__body div.links {
  float: right;
  font-size: 16px;
  color: #f06511;
}

.notification-banner .notification-banner__left-panel .notification-banner__left-panel__body div.links a {
  padding-left: 10px;
}

@media only screen and (max-width: 40em) {
  .notification-banner .notification-banner__left-panel .notification-banner__left-panel__body div.links {
    float: left;
  }
}

[vp-slide-reveal].ease-in {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

[vp-slide-reveal] [vp-slide-reveal-button] {
  visibility: hidden;
}

[vp-slide-reveal] [vp-slide-reveal-button].ease-in {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.vp-busy {
  position: relative;
}

.vp-busy__spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.vp-busy__spinner i {
  position: absolute;
  right: calc(50% - 50px);
  top: calc(50% - 50px);
  font-size: 100px;
}

.vp-busy__top .vp-busy__spinner {
  min-height: 70px;
}

.vp-busy__top .vp-busy__spinner i {
  top: 20px;
}

.vp-button {
  padding: 8px 25px 8px 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.vp-checkbox {
  position: relative;
  margin-right: 5px;
  margin-bottom: 1rem;
}

.vp-checkbox input[type=checkbox] {
  visibility: hidden;
  margin: 0;
}

.vp-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  position: absolute;
  left: -8px;
  top: 5px;
}

.vp-checkbox label:after {
  opacity: 0;
  font-size: 20px;
  content: '\f00c';
  font-family: FontAwesome;
  position: relative;
  bottom: 10px;
  color: #00c2d4;
}

.vp-checkbox label:hover::after {
  opacity: 0.1;
}

.vp-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.vp-toggle {
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vp-toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.vp-toggle input[type=checkbox]:checked + label {
  background-color: #A7CCE1;
}

.vp-toggle input[type=checkbox]:checked + label:after {
  left: calc(100% - 3px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.vp-toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 28px;
  background: #F3F3F3;
  display: block;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.vp-toggle label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vp-widget {
  background-color: #FBFBFB;
  padding-bottom: 0.46875rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 #dae0e3;
          box-shadow: 0 1px 1px 0 #dae0e3;
}

.vp-widget h3 {
  padding: 2px 10px;
}

.vp-widget h3.fs-16 {
  font-size: 16px;
  line-height: 2;
  padding: 5px 0 3px 10px;
}

.vp-widget.vp-widget__no-bottom-pad {
  padding-bottom: 0;
}

.vp-widget .header {
  color: white;
  background-color: #1B3664;
  height: 100%;
  max-height: 48px;
  margin-bottom: 10px;
  border-radius: 4px 4px 0 0;
}

.vp-widget .header .columns, .vp-widget .header .column {
  padding-left: 0;
}

.vp-widget .header h1, .vp-widget .header h2, .vp-widget .header h3 {
  color: white;
  margin: 0;
}

.vp-widget .header select, .vp-widget .header input {
  margin: 0;
}

.vp-widget .header h3 {
  font-weight: normal;
}

.vp-widget .header label {
  color: white;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vp-widget .header a {
  color: white;
}

.vp-widget .header a i.fa {
  color: white;
}

.vp-widget .header a:hover i.fa {
  color: rgba(255, 255, 255, 0.9);
}

.vp-widget-size {
  min-height: 450px;
}

a.vp-widget__admin-selector {
  padding: 3px 15px;
  font-size: 1.5em;
  margin-right: -0.9375rem;
}

.vp-widget__header--help h3 {
  font-size: 24px !important;
  line-height: 1.8 !important;
}

.vp-widget__header--help .columns {
  padding-left: 0.9375rem !important;
}

.vp-widget__header--help .title {
  width: calc(100% - 30px);
}

.vp-widget__header--help .title * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vp-widget__header--help a {
  padding: 0;
  font-size: 1.5em;
  position: relative;
  top: 4px;
}

.vp-widget__header--help a:hover {
  cursor: help;
  color: #f3f8fb !important;
}

.nvd3.nv-noData {
  position: relative;
  -webkit-transform: translate(45%, 10%) !important;
          transform: translate(45%, 10%) !important;
  font-size: 24px;
  color: #666;
  font-weight: 200;
  text-align: center;
  display: none;
}

.interval-line-plot datepicker {
  margin-bottom: 5px;
}

.interval-line-plot .interval-line-plot--plot {
  float: left;
  width: 100%;
}

.interval-line-plot .plot--no-data {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #e7e8ea;
  border: solid 1px #c8cbce;
}

.interval-line-plot .plot--no-data p {
  text-align: center;
  position: relative;
  top: 40%;
  font-size: 28px;
  color: #40454a;
}

.mode-plot datepicker {
  margin-bottom: 5px;
}

.mode-plot .mode-plot--plot .plot--no-data {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background-color: #e7e8ea;
  border: solid 1px #c8cbce;
  z-index: 100;
}

.mode-plot .mode-plot--plot .plot--no-data p {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  color: #40454a;
}

.event-template .send-notification {
  margin-top: 30px;
  margin-bottom: 35px;
}

.event-template .preview-time input {
  text-align: right;
}

.event-template .event-messaging {
  margin-top: 10px;
  margin-bottom: 30px;
}

.event-template .event-messaging textarea,
.event-template .message-drafting div.message-drafting--preview-body {
  height: 12rem;
}

.event-template .message-drafting .message-drafting__hide-subject textarea.message-drafting--body,
.event-template .message-drafting .message-drafting__hide-subject div.message-drafting--preview-body {
  height: 14.25rem;
}

.event-template a {
  color: #016699;
}

.behavioral-template {
  margin: 1rem;
}

.behavioral-template > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.behavioral-template .behavioral-template--timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}

.behavioral-template .behavioral-template--timeline h4 {
  color: #016699;
  font-size: 1.25rem;
  text-align: right;
  margin-top: 6px;
}

.behavioral-template .behavioral-template--timeline .timeline--vertical-line {
  border-right: 2px solid #016699;
  position: absolute;
  top: 25px;
  bottom: -7px;
  left: 0;
  right: 22.5px;
}

.behavioral-template .behavioral-template--time {
  width: 150px !important;
  max-width: 100% !important;
}

.behavioral-template .behavioral-template--time input {
  background-color: white;
  border-radius: 4px 0 0 4px;
  text-align: right;
}

.behavioral-template .behavioral-template--time .postfix {
  border-radius: 0 4px 4px 0;
}

.message-drafting {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.message-drafting label {
  position: relative;
  float: left;
}

.message-drafting .messsage-drafting--disabled {
  background-color: #ddd;
}

.message-drafting .message-drafting--input-window {
  border: 1px solid #e4e5e7;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message-drafting .message-drafting--input-window:focus-within {
  border-color: #959595;
}

.message-drafting .message-drafting--preview a {
  float: right;
  border: 2px solid #016699;
  border-radius: 4px 4px 0 0;
  padding: 0px 10px;
  min-height: 28px;
  position: relative;
  right: 4px;
  background-color: white;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  color: #016699;
  margin-left: 2px;
}

.message-drafting .message-drafting--preview a i {
  width: 16px;
  text-align: center;
}

.message-drafting .message-drafting--preview a:hover {
  background-color: rgba(1, 102, 153, 0.1);
}

.message-drafting .message-drafting--preview.preview a {
  background-color: rgba(1, 102, 153, 0.8);
  color: white;
}

.message-drafting input {
  background-color: white;
}

.message-drafting .message-drafting--subject {
  border: none;
  margin: 0;
  background-color: transparent;
  margin: 0 .25rem;
  width: 90%;
  border-bottom: 1px solid #e4e5e7;
  padding-left: .25rem;
  line-height: 1.5rem;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.message-drafting .message-drafting--subject:focus {
  background-color: white;
  outline: none;
  border: none;
  border-bottom: 1px solid #e4e5e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #959595;
}

.message-drafting textarea {
  border-radius: 4px;
  border: none;
  background-color: transparent;
  margin: 0;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.message-drafting .message-drafting--body {
  height: 8rem;
}

.message-drafting div.message-drafting--preview-body {
  border-radius: 4px;
  border: none;
  background-color: transparent;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  padding: 0.5rem;
  padding-top: 0rem;
  line-height: 21px;
  text-align: start;
  white-space: pre-line;
  height: 8rem;
  overflow-x: auto;
  overflow-y: auto;
}

.message-drafting div.message-drafting--preview-body p {
  font-size: 0.875rem;
  margin-top: -15px;
}

.message-drafting div.message-drafting--preview-body p span {
  display: block;
  max-width: 95%;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
}

.message-drafting .message-drafting__hide-subject input.message-drafting--subject {
  display: none;
}

.message-drafting .message-drafting__hide-subject textarea.message-drafting--body, .message-drafting .message-drafting__hide-subject div.message-drafting--preview-body {
  height: 10.3rem;
}

.message-drafting .message-drafting--tool-bar h4 {
  font-size: .8rem;
  margin: 0;
}

.message-drafting .message-drafting--tool-bar ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e4e5e7;
  border-top: none;
}

.message-drafting .message-drafting--tool-bar ul li {
  list-style: none;
  height: 100%;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
}

.message-drafting .message-drafting--tool-bar ul li a {
  border: 1px solid white;
  border-radius: 4px;
  background-color: #F58220;
  text-align: center;
  color: white;
  float: left;
  width: 100%;
  padding: 5px;
  font-size: .75rem;
}

.message-drafting .message-drafting--tool-bar ul li a:hover {
  background-color: #d4670a;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.message-drafting .message-drafting--tool-bar--disabled {
  background-color: #aaa !important;
}

.static-map {
  top: 0;
  bottom: 0;
  width: 45%;
  margin: 2%;
  margin-top: 3%;
  margin-right: 3%;
  position: relative;
  float: right;
  clear: none;
}

#dynamic-map {
  top: 0;
  bottom: 0;
  margin-bottom: 3%;
  position: absolute;
  display: block;
  float: right;
  clear: none;
}

.listing-group {
  font: 12px/20px black inherit 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 3px;
  max-width: 20%;
  color: #fff;
}

.listing-group input[type=checkbox]:first-child + label {
  border-radius: 3px 3px 0 0;
}

.listing-group label:last-child {
  border-radius: 0 0 3px 3px;
  border: none;
}

.listing-group input[type=checkbox] {
  display: none;
}

.listing-group input[type=button] {
  display: none;
}

.listing-group input[type=checkbox] + label,
.listing-group input[type=button] + label {
  background-color: #cccccc;
  display: block;
  cursor: pointer;
  padding: 10px;
  border-bottom: 0.5px solid white;
}

.listing-group input[type=checkbox] + label,
.listing-group input[type=button] + label {
  background-color: #a7cce1;
  text-transform: capitalize;
  color: #162b50;
}

.listing-group input[type=checkbox] + label:hover,
.listing-group input[type=button] + label:hover,
.listing-group input[type=checkbox]:checked + label,
.listing-group input[type=button]:checked + label {
  background-color: #162b50;
  color: #fff;
}

.listing-group input[type=checkbox]:checked + label:before,
.listing-group input[type=button]:checked + label:before {
  content: '■';
  margin-right: 5px;
}

.clear-group {
  font: 12px/20px inherit 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 3px;
  max-width: 20%;
  color: #fff;
}

.clear-group input[type=button]:first-child + label {
  border-radius: 3px 3px 0 0;
}

.clear-group label:last-child {
  border-radius: 0 0 3px 3px;
  border: none;
}

.clear-group input[type=checkbox] {
  display: none;
}

.clear-group input[type=button] {
  display: none;
}

.clear-group input[type=checkbox] + label,
.clear-group input[type=button] + label {
  background-color: #cccccc;
  display: block;
  cursor: pointer;
  padding: 10px;
  border-bottom: 0.5px solid white;
  margin-bottom: 0;
}

.clear-group input[type=checkbox] + label,
.clear-group input[type=button] + label {
  background-color: #a7cce1;
  text-transform: capitalize;
  color: #162b50;
}

.clear-group input[type=checkbox] + label:hover,
.clear-group input[type=button] + label:hover,
.clear-group input[type=checkbox]:checked + label,
.clear-group input[type=button]:checked + label {
  background-color: #162b50;
  color: #fff;
}

.clear-group input[type=checkbox]:checked + label:before,
.clear-group input[type=button]:checked + label:before {
  content: '✔';
  margin-right: 5px;
}

#popup {
  display: inline-block;
}

.mapboxgl-popup-close-button {
  display: none;
}

.my-popup .mapboxgl-popup-content {
  padding: 10px 10px 5px;
  display: inline-block;
}

.mapboxgl-popup-content dl dd {
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 0.1rem;
  margin-left: 0.3rem;
  margin-top: 0.07rem;
  clear: right;
}

.mapboxgl-popup-content dl dt {
  float: left;
  clear: left;
  vertical-align: text-bottom;
  margin-bottom: 0.1rem;
  width: 45px;
}

.mapboxgl-popup-content dl {
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
}

.mapboxgl-popup-content a {
  font-size: 10px;
  width: inherit;
  text-align: center;
}

.mapboxgl-popup-content #house-link {
  text-align: center;
}

#map-view {
  top: 0;
  bottom: 0;
  margin-bottom: 3%;
  position: absolute;
  display: block;
  float: right;
  clear: none;
}

#popup {
  display: inline-block;
}

.mapboxgl-popup-close-button {
  display: none;
}

.my-popup {
  top: -3px !important;
}

.my-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .my-popup.my-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  position: relative;
  border-style: solid;
  left: 0px;
}

.my-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip:after, .my-popup.my-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip:after {
  content: '';
  position: absolute;
  left: -7px;
}

.my-popup.my-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  bottom: 0 !important;
  border-color: #DBDBDB transparent transparent transparent !important;
  border-width: 8px 8px 0px 8px;
}

.my-popup.my-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip:after {
  bottom: 2px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0px 7px;
}

.my-popup.my-popup.mapboxgl-popup-anchor-top {
  top: -30px !important;
}

.my-popup.my-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  top: 5px !important;
  border-color: transparent transparent transparent #DBDBDB !important;
  border-width: 8px 0px 8px 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.my-popup.my-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip:after {
  top: -7px !important;
  border-color: transparent transparent transparent #fff !important;
  border-style: solid;
  border-width: 7px 0px 7px 7px;
  left: -9px !important;
}

.my-popup .mapboxgl-popup-content {
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0;
  padding: 0;
}

.my-popup .mapboxgl-popup-content .popup-duplicates, .my-popup .mapboxgl-popup-content .popup-no-billkey {
  height: 20px;
  width: 100%;
  margin-bottom: -5px;
  padding: 0 11px;
  border-radius: 4px 4px 0px 0px;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

.my-popup .mapboxgl-popup-content .popup-duplicates i, .my-popup .mapboxgl-popup-content .popup-no-billkey i {
  margin-right: 2px;
  font-size: 11px;
}

.my-popup .mapboxgl-popup-content .popup-duplicates p, .my-popup .mapboxgl-popup-content .popup-no-billkey p {
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.my-popup .mapboxgl-popup-content .popup-duplicates {
  background-color: #F58220;
}

.my-popup .mapboxgl-popup-content .popup-no-billkey {
  background-color: #016699;
}

.mapboxgl-popup-content ul li {
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  color: #4F4F4F;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.mapboxgl-popup-content ul li span {
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: 500;
}

.mapboxgl-popup-content ul li a {
  color: #016699;
  text-transform: underline;
  font-weight: 400;
  text-decoration: underline;
}

.mapboxgl-popup-content ul {
  margin: 0;
  line-height: 16px;
  list-style: none;
  padding: 10px 11px 5px;
}

.mapboxgl-popup-content #house-link {
  text-align: center;
}

.mapboxgl-ctrl-group {
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
  margin-top: 24px !important;
  margin-right: 24px !important;
}

.mapboxgl-ctrl-group button {
  margin: 0;
  padding: 0;
  height: 40px !important;
  width: 40px !important;
  background-size: 25px !important;
  background-position: center;
  background-repeat: no-repeat;
}

.mapboxgl-ctrl-group button + button {
  border-top: solid 1px #DBDBDB;
  border-radius: 0 !important;
}

.override {
  padding: 0;
  border-radius: 4px;
  border: none;
}

.vp-url-shortener--body .header {
  background-color: #1B3664;
  border-radius: 4px 4px 0 0;
}

.vp-url-shortener--body .header h3, .vp-url-shortener--body .header i {
  margin-top: 0;
  padding: 2px 10px;
  color: white;
}

.vp-url-shortener--body .controls {
  padding-left: 15px;
  padding-bottom: 15px;
}

.vp-url-shortener--body .controls .copy-confirmation {
  text-align: right;
  margin-bottom: 15px;
  margin-right: 16px;
}

.vp-url-shortener--body .controls .visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.vp-url-shortener--body .controls .invisible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.vp-url-shortener--form {
  padding: 0px 15px;
}

.vp-url-shortener--form .vp-url-shortener--output {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vp-url-shortener--form .vp-url-shortener--output .vp-url-shortener--copy {
  border-radius: 4px 0 0 4px;
}

.vp-url-shortener--form .vp-url-shortener--output a {
  display: inline-block;
  border: 2px solid #016699;
  border-radius: 0 4px 4px 0;
  padding: 5px 10px;
  height: 37px;
  position: relative;
  right: 4px;
  background-color: white;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  color: #016699;
  margin-left: 2px;
}

.vp-url-shortener--form .vp-url-shortener--output a i {
  width: 16px;
  text-align: center;
}

.vp-url-shortener--form .vp-url-shortener--output a:hover {
  background-color: rgba(1, 102, 153, 0.1);
}

.vp-paginator {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
}

.vp-paginator .page-size__select {
  font-size: 1rem;
  float: left;
}

.vp-paginator .page-size__select select {
  width: 3.5rem;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  font-size: 1rem;
  height: 30px;
  padding: 4px;
  margin: 0;
}

.vp-paginator ul.page-transport__list {
  float: left;
  padding-top: 3px;
  margin-bottom: 0;
}

.vp-paginator ul.page-transport__list * {
  font-size: 1rem;
}

.vp-paginator ul.page-transport__list li {
  text-decoration: none;
  display: inline;
}

.vp-paginator ul.page-transport__list li a {
  line-height: 1.5rem;
  color: #016699;
  font-weight: normal;
}

.vp-paginator ul.page-transport__list li a.selected {
  color: #4F4F4F;
  font-weight: bold;
  cursor: default;
}

.vp-paginator ul.page-transport__list li a .fa {
  color: #40454a;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.vp-actions .vp-actions__tooltip {
  display: inline-block;
  position: relative;
  width: 40px;
}

.vp-actions .vp-actions__tooltip i.fa-ellipsis-v {
  font-size: 19px;
}

.vp-actions .vp-actions__tooltip ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.vp-actions .vp-actions__tooltip ul li {
  text-decoration: none;
  text-align: left;
  color: #016699;
  display: inline-grid;
  width: 100%;
  padding: 4px 0 4px 0;
}

.vp-actions .vp-actions__tooltip ul li a {
  text-decoration: none;
  padding: 14px 9px 13px 15px;
}

.vp-actions .vp-actions__tooltip ul li a:hover, .vp-actions .vp-actions__tooltip ul li a:focus {
  background-color: #016699;
  color: white;
}

.vp-actions .vp-actions__tooltip ul li a.disabled {
  color: #DBDBDB;
  pointer-events: none;
  cursor: default;
}

.vp-actions .vp-actions__tooltip ul li:not(:last-child) {
  border-bottom: 1px solid #F4F7F8;
}

.vp-actions .vp-actions__tooltip .bottom {
  min-width: 150px;
  top: 25px;
  left: 80%;
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  padding: 0;
  color: #444444;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.vp-actions .vp-actions__tooltip .bottom.actions-disabled {
  display: none !important;
}

.vp-actions .vp-actions__tooltip:hover .bottom, .vp-actions.active .vp-actions__tooltip .bottom {
  display: block;
}

.vp-actions .vp-actions__tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 106px;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.vp-actions .vp-actions__tooltip .bottom i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.vp-actions .hidden-layout {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
}

.vp-actions.active .hidden-layout {
  display: block;
}

.vp-bulk-actions {
  /* Safari */
  position: sticky;
  top: 107px;
  width: 100%;
  z-index: 4;
}

.vp-bulk-actions .vp-bulk-actions-container {
  position: relative;
  width: 100%;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu {
  width: 100%;
  bottom: 100%;
  left: 0;
  padding: 0;
  background-color: #016699;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #016699;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 0 20px;
  height: 53px;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu .count p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 10px 20px;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0 20px 0 0;
  height: 53px;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu ul li {
  list-style: none;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu ul li a {
  text-decoration: underline;
  padding: 14px 9px 13px 15px;
  color: white;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu ul li a.disabled {
  display: none;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu i {
  position: absolute;
  top: 100%;
  left: 25px;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.vp-bulk-actions .vp-bulk-actions-container .vp-bulk-actions__menu i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -45%) rotate(45deg);
          transform: translate(-50%, -45%) rotate(45deg);
  background-color: #016699;
  z-index: 999990;
}

.vp-edit-input .vp-edit-input__tooltip {
  position: relative;
  width: 100%;
}

.vp-edit-input .vp-edit-input__tooltip .field {
  position: relative;
  display: block;
}

.vp-edit-input .vp-edit-input__tooltip .field a {
  text-decoration: underline;
}

.vp-edit-input .vp-edit-input__tooltip .field a.no-link {
  text-decoration: none;
  color: #4F4F4F;
  cursor: text;
}

.vp-edit-input .vp-edit-input__tooltip .field .attention-tooltip a {
  text-decoration: none;
}

.vp-edit-input .vp-edit-input__tooltip .field .attention-tooltip a i.fa-files-o {
  color: #016699 !important;
}

.vp-edit-input .vp-edit-input__tooltip .field .attention-tooltip a i.fa-exclamation-circle {
  color: #CE3C31 !important;
}

.vp-edit-input .vp-edit-input__tooltip .field .edit-icon {
  margin: 0 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}

.vp-edit-input .vp-edit-input__tooltip .field .fa-pencil {
  color: #AFAFAF;
  font-size: 16px;
}

.vp-edit-input .vp-edit-input__tooltip .field .fa-pencil:hover {
  color: #016699;
}

.vp-edit-input .vp-edit-input__tooltip .input {
  min-width: 185px;
  top: 60px;
  right: -25px;
  left: -25px;
  padding: 5px 17px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px #00000026;
          box-shadow: 0px 2px 4px #00000026;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text], .vp-edit-input .vp-edit-input__tooltip .input select {
  font-size: 14px;
  line-height: 18px;
  color: #016699;
  background-color: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 6px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text].error-border, .vp-edit-input .vp-edit-input__tooltip .input select.error-border {
  border: 1px solid #CE3C31 !important;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text]::-webkit-input-placeholder {
  color: #AFAFAF;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text]::-moz-placeholder {
  color: #AFAFAF;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text]:-ms-input-placeholder {
  color: #AFAFAF;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text]::-ms-input-placeholder {
  color: #AFAFAF;
}

.vp-edit-input .vp-edit-input__tooltip .input input[type=text]::placeholder {
  color: #AFAFAF;
}

.vp-edit-input .vp-edit-input__tooltip .input select.ng-empty {
  color: #AFAFAF !important;
}

.vp-edit-input .vp-edit-input__tooltip .input i.fa-times {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
  color: #AFAFAF;
}

.vp-edit-input .vp-edit-input__tooltip .input a.button {
  width: 100%;
  text-decoration: none;
  margin: 16px 0;
  font-size: 12px;
  line-height: 24px;
  padding: 0;
}

.vp-edit-input .vp-edit-input__tooltip .input a.button.button-filled:focus, .vp-edit-input .vp-edit-input__tooltip .input a.button.button-filled:hover {
  background-color: #0B7DB7 !important;
  border: 2px solid #0B7DB7 !important;
}

.vp-edit-input .vp-edit-input__tooltip .input a.button.button-hollow:focus, .vp-edit-input .vp-edit-input__tooltip .input a.button.button-hollow:hover {
  border: solid 2px #0B7DB7 !important;
  color: #0B7DB7;
}

.vp-edit-input .vp-edit-input__tooltip .input.show-edit-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vp-edit-input .vp-edit-input__tooltip .input.error-animation {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.vp-edit-input .vp-edit-input__tooltip .input i.triangle {
  position: absolute;
  bottom: 100%;
  right: 25px;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.vp-edit-input .vp-edit-input__tooltip .input i.triangle::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-70%, 44%) rotate(45deg);
          transform: translate(-70%, 44%) rotate(45deg);
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  z-index: 999990;
}

.vp-edit-input .vp-edit-input__tooltip .error {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 11px;
  color: #CE3C31;
}

.vp-edit-input .hidden-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 99999998;
}

.vp-search {
  padding-top: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vp-search:after {
  font-family: 'FontAwesome';
  color: #AFAFAF;
  background-color: #FFFFFF;
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "\f002";
}

.vp-search input[type="text"] {
  width: 275px;
  height: 40px;
  padding: 8px 40px 8px 16px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

.vp-search input[type="text"]::-webkit-input-placeholder {
  color: #AFAFAF;
  font-size: 16px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
}

.vp-search input[type="text"]::-moz-placeholder {
  color: #AFAFAF;
  font-size: 16px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
}

.vp-search input[type="text"]:-ms-input-placeholder {
  color: #AFAFAF;
  font-size: 16px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
}

.vp-search input[type="text"]::-ms-input-placeholder {
  color: #AFAFAF;
  font-size: 16px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
}

.vp-search input[type="text"]::placeholder {
  color: #AFAFAF;
  font-size: 16px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (max-width: 64em) {
  .vp-search input[type="text"] {
    width: 100% !important;
  }
}

.vp-table {
  width: 100%;
  border-radius: 6px;
}

.vp-table .vp-table__header {
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  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;
}

.vp-table .vp-table__header .header__left, .vp-table .vp-table__header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.vp-table .vp-table__header .header__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.vp-table .vp-table__header .header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vp-table .vp-table__header .busy {
  margin: 7px 0;
}

.vp-table .vp-table__header .busy.right {
  margin-left: auto;
}

.vp-table .vp-table__header .map-box, .vp-table .vp-table__header .filter-box {
  gap: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #DBDBDB;
}

.vp-table .vp-table__header .map-box label, .vp-table .vp-table__header .filter-box label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.vp-table .vp-table__header .filter-box select {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border: 1px solid #DBDBDB;
}

.vp-table .paginator-box {
  text-align: right;
}

.vp-table .search-box {
  margin: 7px 24px;
}

.vp-table .export-box {
  float: left;
  padding: 15px 24px;
}

.vp-table .export-box a {
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  color: #016699;
  padding: 10px 8px;
  font-size: 1rem;
}

.vp-table .mapContainer {
  -webkit-box-shadow: inset 0px -1px 10px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px -1px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

.vp-table table {
  margin-bottom: 10px;
}

.vp-table table thead th {
  border: 1px solid #DBDBDB;
  font-family: Muli;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4F4F4F;
  padding: 19px 19px 17px 19px;
  border-bottom: none !important;
  height: 3.5rem;
}

.vp-table table thead th::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #DBDBDB;
}

.vp-table table tbody tr:first-child td {
  border-top: none !important;
}

.vp-table table tbody tr:first-child td.active-td {
  border-top: solid 2px #016699 !important;
}

.vp-table table tbody tr td {
  border: 1px solid #DBDBDB;
  height: 3.5rem;
  padding-left: 19px;
  color: #4F4F4F;
  font-size: 0.875rem;
}

.vp-table table tbody tr td a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #016699;
}

.vp-table table tbody tr:nth-child(odd) {
  background-color: #F4F7F8;
}

.vp-table table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.vp-table .sortable {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.vp-table .sortable::after {
  position: absolute;
  right: -1.2em;
  top: 1px;
  font-family: 'FontAwesome';
  content: "\f0dc";
  font-size: 12px;
}

.vp-table .sortable.selected::after {
  position: absolute;
  right: -1.2em;
  top: 0;
  font-family: 'FontAwesome';
  content: "\f0d7";
}

.vp-table .sortable.selected.reverse::after {
  font-family: 'FontAwesome';
  content: "\f0d8";
}

.vp-table .selector-column {
  padding: 19px 19px 17px 19px;
  width: 33px;
}

.vp-table .selector-column input[type="checkbox"] {
  margin: 0;
}

.vp-table .vp-table__footer .footer__result-and-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  padding-top: 5px;
}

.vp-table .vp-table__footer .footer__result-and-pagination .footer__results {
  margin-bottom: -13.5px;
}

.vp-table .vp-table__footer .footer__result-and-pagination .footer__results p {
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
}

.vp-table .tableTitle {
  color: #40454A;
  font-size: 24px;
  margin-left: 24px;
}

@-webkit-keyframes toastDisplayed {
  0% {
    top: -180px;
  }
  10% {
    top: -160px;
  }
  25% {
    top: -125px;
  }
  50% {
    top: -70px;
  }
  75% {
    top: -15px;
  }
  90% {
    top: 18px;
  }
  100% {
    top: 32px;
  }
}

@keyframes toastDisplayed {
  0% {
    top: -180px;
  }
  10% {
    top: -160px;
  }
  25% {
    top: -125px;
  }
  50% {
    top: -70px;
  }
  75% {
    top: -15px;
  }
  90% {
    top: 18px;
  }
  100% {
    top: 32px;
  }
}

div.toast-notification {
  -webkit-animation-name: toastDisplayed;
          animation-name: toastDisplayed;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  min-height: 72px;
  padding: 0;
  margin: 0 7px;
  top: 32px;
  left: 10%;
  right: 10%;
  position: fixed;
  z-index: 999999 !important;
}

div.toast-notification.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 40em) {
  div.toast-notification {
    width: 95%;
    margin: 0 auto !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.centered .toast-notification {
  width: 90%;
  max-width: 1000px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

div#toast-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.success {
  border: 3px solid #5BBFBD;
}

.success div.toast-notification-left-section {
  background-color: #5BBFBD;
}

div.success div.toast-notification-left-section div#toast-icon {
  background: url("/images/icons/check.svg");
}

div.warning {
  border: 3px solid #E9B05B;
}

.warning div.toast-notification-left-section {
  background-color: #E9B05B;
}

div.warning div.toast-notification-left-section div#toast-icon {
  background: url("/images/icons/exclamation.svg");
}

div.fail {
  border: 3px solid #CE3C31;
}

.fail div.toast-notification-left-section {
  background-color: #CE3C31;
}

div.fail div.toast-notification-left-section div#toast-icon {
  background: url("/images/icons/fail.svg");
}

div.info {
  border: 3px solid #A7CCE1;
}

.info div.toast-notification-left-section {
  background-color: #A7CCE1;
}

div.info div.toast-notification-left-section div#toast-icon {
  background: url("/images/icons/info.svg");
}

#success-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

div.toast-notification-left-section {
  min-height: 100%;
  width: 75px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

div.toast-notification-right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 75px;
}

div.toast-notification-right-section .toast-link {
  color: #016699;
  text-decoration: underline;
}

div.toast-notification-right-section div.toast-notification-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

div#toast-notification-close-icon i {
  font-size: 25px;
  color: #AFAFAF;
}

div.toast-content {
  margin: 12px 40px 12px 24px;
}

div.toast-content div.toast-notification-header {
  color: #4F4F4F;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

div.toast-content div.toast-notification-body {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px;
}

.alert-message {
  background: #FFFFFF;
  border: 2px solid #016699;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin: auto;
  margin-bottom: 30px;
}

.alert-message .alert-message__right {
  width: 60px;
  margin: -1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert-message .alert-message__left {
  width: 100%;
}

.alert-message .alert-message__left .alert-message__left__body {
  width: 100%;
}

.alert-message .alert-message__left .alert-message__left__body h3 {
  font-family: Muli;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 30px 0px;
  color: #4F4F4F;
  margin-bottom: 0;
}

.alert-message .alert-message__left .alert-message__left__body p {
  float: left;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px;
  color: #4F4F4F;
  margin-bottom: 0;
}

.attention-tooltip .tooltip {
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  color: #4F4F4F;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.attention-tooltip .tooltip.tip-left {
  width: 150px !important;
}

.attention-tooltip .tooltip.tip-right {
  width: 150px !important;
}

.vp-tooltip .tooltip {
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  color: #4F4F4F;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.vp-tooltip .tooltip.tip-right {
  width: 150px !important;
}

.device-tooltip .device__tooltip {
  display: inline-block;
  position: relative;
  width: 40px;
}

.device-tooltip .device__tooltip p.tooltip__display {
  font-size: 14px;
  line-height: 18px;
  color: #016699;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin: 0;
  padding: 0;
}

.device-tooltip .device__tooltip p.tooltip__display.disabled {
  color: #4F4F4F !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.device-tooltip .device__tooltip div.content {
  margin: 0;
  padding: 0;
  width: 100%;
}

.device-tooltip .device__tooltip div.content .content__header {
  margin: 0;
  padding: 5px 6px 0;
  border-top: 4px;
  border-top: solid 1px #F4F7F8;
  background-color: #F4F7F8;
  height: 35px;
}

.device-tooltip .device__tooltip div.content .content__header .header__title {
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #1B3664;
  text-align: left;
  text-transform: uppercase;
}

.device-tooltip .device__tooltip div.content .content__details {
  margin: 0;
  padding: 12px 16px 5px;
}

.device-tooltip .device__tooltip div.content .content__details ul {
  margin: 0;
  padding: 0;
  color: #4F4F4F;
  line-height: 12px;
}

.device-tooltip .device__tooltip div.content .content__details ul li {
  text-decoration: none;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
}

.device-tooltip .device__tooltip .content {
  min-width: 187px;
  top: 26px;
  right: -280px;
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  padding: 0;
  color: #444444;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.device-tooltip .device__tooltip:hover .content, .device-tooltip.active .device__tooltip .content {
  display: block;
}

.device-tooltip .device__tooltip .content i {
  position: absolute;
  bottom: 100%;
  left: 106px;
  margin-left: -82px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.device-tooltip .device__tooltip .content i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  background-color: #F4F7F8;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.house-details-tooltip .tooltip-container {
  display: none;
}

.house-details-tooltip:hover .tooltip-container, .house-details-tooltip:active .tooltip-container {
  display: block;
}

.house-details-tooltip .tooltip-house-icon {
  color: #1B3664;
  margin-right: 4px;
  vertical-align: sub;
}

.house-details-tooltip .tooltip-container {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: -18px;
  margin-top: 6px;
  position: absolute;
  z-index: 998;
}

.house-details-tooltip .tooltip-header {
  background-color: #F4F7F8;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #DBDBDB;
  color: #1B3664;
  font-size: 10px;
  font-weight: 700;
  height: 35px;
  line-height: 16px;
  padding-left: 16px;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

.house-details-tooltip .tooltip-details {
  padding: 12px 16px 12px 16px;
}

.house-details-tooltip .tooltip-details a.houseLink {
  color: #4F4F4F;
  font-size: 12px;
  text-decoration: none;
}

.house-details-tooltip i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 15%;
  margin-top: -12px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  background-color: #F4F7F8;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  -webkit-box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.nvtooltip {
  z-index: 100000;
}

.line-hidden {
  stroke-dasharray: 0, 1;
}

div[vp-equalizer-set] {
  overflow-y: hidden;
}

.top-bar .name h1 {
  padding-left: 22px;
  padding-right: 22px;
  color: white;
  font-size: 22px;
}

a:focus, button:focus, input:focus {
  outline: none;
}

.button.clear, button.clear, input[type="button"].clear {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.button.clear:hover, button.clear:hover, input[type="button"].clear:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

th.action-buttons {
  width: 4rem;
}

.switch {
  margin-bottom: .5rem;
}

fieldset {
  margin: 0 0 1rem 0;
  padding: 0;
}

a.icon-button {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 .1em;
}

a.icon-button.alert {
  color: #b7190e;
}

a.icon-button.success {
  color: #F58220;
}

a.icon-button.warning {
  color: #b7190e;
}

a.icon-button[disabled="disabled"] {
  color: rgba(1, 102, 153, 0.7);
  cursor: crosshair;
  pointer-events: none;
}

a.icon-button[disabled="disabled"].alert {
  color: rgba(183, 25, 14, 0.7);
}

a.icon-button[disabled="disabled"].success {
  color: rgba(245, 130, 32, 0.7);
}

a.icon-button[disabled="disabled"].warning {
  color: rgba(183, 25, 14, 0.7);
}

.reveal-modal:focus {
  outline: none;
}

input.invalid {
  background-color: rgba(183, 25, 14, 0.1);
}

.tooltip {
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.tooltip a {
  color: #016699;
}

a {
  color: #40454a;
}

.nested-tabs {
  display: inline;
}

.nested-tabs .tabs dd {
  border-left: 1px solid #d1e0e4;
  border-top: 1px solid #d1e0e4;
  border-right: 1px solid #d1e0e4;
  border-bottom: 1px solid #d1e0e4;
}

.nested-tabs .tabs-content {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.nested-tabs .tabs-content .content {
  padding: 0;
}

.nested-tabs .tabs {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  background: #F4F7F8;
  -webkit-box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.05);
  padding-left: 1.5rem;
}

.nested-tabs .tabs::before {
  content: none;
}

.nested-tabs .tabs dd {
  border: none;
  height: 45px;
}

.nested-tabs .tabs dd:first-child {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .nested-tabs .tabs dd {
    margin-right: 5px;
    width: auto;
    max-width: 14%;
  }
}

.nested-tabs .tabs dd a {
  padding: 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 45px;
}

@media only screen and (max-width: 40em) {
  .nested-tabs .tabs dd a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
  }
}

.nested-tabs .tabs dd.active {
  background: linear-gradient(0deg, #F58220 4px, transparent 0px);
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .nested-tabs .tabs dd.active {
    max-width: 40%;
    width: auto;
  }
}

.nested-tabs .tabs dd.active a {
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .nested-tabs .tabs dd.active a {
    text-overflow: clip;
    color: #40454a;
  }
}

div.vc-select-arrow {
  display: none !important;
}

div.vc-select {
  height: 30px;
}

.vp-list-container {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vp-list-container > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media (min-width: 768px) {
  .vp-list-container > * {
    min-width: 250px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}

@media (min-width: 1024px) {
  .vp-list-container > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
}

.nvtooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/*Give tooltips that old fade in transition by
  putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: black;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}

.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}

.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}

.nvtooltip table td.key {
  font-weight: normal;
}

.nvtooltip table td.key.total {
  font-weight: bold;
}

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold;
}

.nvtooltip table td.percent {
  color: darkgray;
}

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}

.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}

.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}

.nra-hide {
  display: none !important;
}

.in-multi-suite {
  margin-top: -2rem;
  border-radius: 0 0 6px 6px;
}
