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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* prettier-ignore */
meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  .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 {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: ' ';
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .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.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .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; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: ' ';
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222;
      padding: 1rem;
      display: block;
      font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: #fff; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 10px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

[class*='block-grid-'] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*='block-grid-']:before, [class*='block-grid-']:after {
    content: ' ';
    display: table; }
  [class*='block-grid-']:after {
    clear: both; }
  [class*='block-grid-'] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

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

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

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 10px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008cba; }
    .breadcrumbs > *:hover a,
    .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008cba; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover,
      .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus,
      .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: ' ';
      margin: 0; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary,
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #333; }
  button.success,
  .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert,
  .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.large,
  .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small,
  .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1em; }
  button.tiny,
  .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1em; }
  button.expand,
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 10px; }
  button.round,
  .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    box-shadow: none; }
    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: #007095; }
    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: #fff; }
    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: #008cba; }
    button.disabled.secondary, button[disabled].secondary,
    .button.disabled.secondary,
    .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success,
    .button.disabled.success,
    .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #368a55; }
      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: #fff; }
      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: #43ac6a; }
    button.disabled.alert, button[disabled].alert,
    .button.disabled.alert,
    .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #cf2a0e; }
      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: #fff; }
      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: #f04124; }

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

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: ' ';
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group li {
    margin: 0;
    float: left; }
    .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 li:first-child {
      margin-left: 0; }
  .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 > *:first-child,
  .button-group.radius > *:first-child > a,
  .button-group.radius > *:first-child > button,
  .button-group.radius > *:first-child > .button {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .button-group.radius > *:last-child,
  .button-group.radius > *:last-child > a,
  .button-group.radius > *:last-child > button,
  .button-group.radius > *:last-child > .button {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .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 > *:first-child,
  .button-group.round > *:first-child > a,
  .button-group.round > *:first-child > button,
  .button-group.round > *:first-child > .button {
    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 {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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-bar {
  *zoom: 1; }
  .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; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary,
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #333; }
  button.success,
  .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert,
  .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.large,
  .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small,
  .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1em; }
  button.tiny,
  .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1em; }
  button.expand,
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 10px; }
  button.round,
  .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    box-shadow: none; }
    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: #007095; }
    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: #fff; }
    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: #008cba; }
    button.disabled.secondary, button[disabled].secondary,
    .button.disabled.secondary,
    .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success,
    .button.disabled.success,
    .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #368a55; }
      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: #fff; }
      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: #43ac6a; }
    button.disabled.alert, button[disabled].alert,
    .button.disabled.alert,
    .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #cf2a0e; }
      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: #fff; }
      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: #f04124; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Clearing Styles */
.clearing-thumbs,
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .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: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

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

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

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

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

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

.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.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.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 {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .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;
          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: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .f-dropdown.drop-right:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 98; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .f-dropdown.drop-left:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 98; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .f-dropdown.drop-top:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 98; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    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: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before,
  button.dropdown:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before,
  button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before,
  button.dropdown:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny,
  button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before,
    button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before,
    button.dropdown.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small,
  button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before,
    button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before,
    button.dropdown.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large,
  button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before,
    button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before,
    button.dropdown.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before,
  button.dropdown.secondary:before {
    border-color: #333 transparent transparent transparent; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary,
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #333; }
  button.success,
  .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert,
  .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.large,
  .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small,
  .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1em; }
  button.tiny,
  .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1em; }
  button.expand,
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 10px; }
  button.round,
  .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    box-shadow: none; }
    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: #007095; }
    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: #fff; }
    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: #008cba; }
    button.disabled.secondary, button[disabled].secondary,
    .button.disabled.secondary,
    .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success,
    .button.disabled.success,
    .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #368a55; }
      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: #fff; }
      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: #43ac6a; }
    button.disabled.alert, button[disabled].alert,
    .button.disabled.alert,
    .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #cf2a0e; }
      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: #fff; }
      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: #f04124; }

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

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

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.375rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.375rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      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.375rem; }

/* Label Styles */
label {
  font-size: 0.75rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 0.75rem 0;
    padding: 0.4375rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

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

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

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

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

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

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

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

.postfix.button.round {
  border-radius: 0;
  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: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc; }
  span.prefix.radius,
  label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc; }
  span.postfix.radius,
  label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }

/* We use this to get basic styling on all basic form elements */
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'],
textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.75rem;
  margin: 0 0 0.75rem 0;
  padding: 0.375rem;
  height: 1.8125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  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,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  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,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type='text'][disabled],
  fieldset[disabled] input[type='text'],
  input[type='password'][disabled],
  fieldset[disabled]
  input[type='password'],
  input[type='date'][disabled],
  fieldset[disabled]
  input[type='date'],
  input[type='datetime'][disabled],
  fieldset[disabled]
  input[type='datetime'],
  input[type='datetime-local'][disabled],
  fieldset[disabled]
  input[type='datetime-local'],
  input[type='month'][disabled],
  fieldset[disabled]
  input[type='month'],
  input[type='week'][disabled],
  fieldset[disabled]
  input[type='week'],
  input[type='email'][disabled],
  fieldset[disabled]
  input[type='email'],
  input[type='number'][disabled],
  fieldset[disabled]
  input[type='number'],
  input[type='search'][disabled],
  fieldset[disabled]
  input[type='search'],
  input[type='tel'][disabled],
  fieldset[disabled]
  input[type='tel'],
  input[type='time'][disabled],
  fieldset[disabled]
  input[type='time'],
  input[type='url'][disabled],
  fieldset[disabled]
  input[type='url'],
  textarea[disabled],
  fieldset[disabled]
  textarea {
    background-color: #ddd; }
  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,
  textarea.radius {
    border-radius: 10px; }

input[type='submit'] {
  -webkit-appearance: none; }

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.375rem;
  font-size: 0.75rem;
  border-radius: 0;
  height: 1.8125rem; }
  select.radius {
    border-radius: 10px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

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

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

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

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

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

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

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

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

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

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

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

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

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

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

label.error {
  color: #f04124; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

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

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

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

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    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 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff; }

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

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

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

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

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

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

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

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333 !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: #333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.label {
  font-weight: normal;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: #fff; }
  .label.radius {
    border-radius: 10px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.success {
    background-color: #43ac6a;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [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; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-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 .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container.fade li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container li.active {
        opacity: 1;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    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 {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent #fff transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333 transparent transparent; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    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 {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 0.5625rem;
      height: 0.5625rem;
      background: #ccc;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #999; }
      .orbit-container .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.063em) {
  .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 > * {
    position: relative;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      border-radius: 10px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008cba;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008cba; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .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 {
    color: #333; }
  .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: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .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 {
      color: #333; }
    .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: #008cba; }
  .panel.radius {
    border-radius: 10px; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #fff;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008cba;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 10px; }
    .progress.radius .meter {
      border-radius: 9px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 10px; }
    .range-slider.radius .range-slider-handle {
      background: #008cba;
      border-radius: 10px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008cba;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008cba; }
  .range-slider-handle:hover {
    background: #007ba4; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog,
    .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog,
    .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns,
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child,
  .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child,
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog,
    .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog,
    .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal,
  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    padding: 1.875rem; }
    dialog.radius,
    .reveal-modal.radius {
      border-radius: 10px; }
    dialog.round,
    .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse,
    .reveal-modal.collapse {
      padding: 0; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny,
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small,
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium,
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large,
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge,
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

@media only screen and (min-width: 40.063em) {
  dialog.full,
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full,
    .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog,
  .reveal-modal {
    background: #fff !important; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008cba; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "HelveticaNeue", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary,
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #333; }
  button.success,
  .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert,
  .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.large,
  .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small,
  .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1em; }
  button.tiny,
  .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1em; }
  button.expand,
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 10px; }
  button.round,
  .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    box-shadow: none; }
    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: #007095; }
    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: #fff; }
    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: #008cba; }
    button.disabled.secondary, button[disabled].secondary,
    .button.disabled.secondary,
    .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success,
    .button.disabled.success,
    .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #368a55; }
      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: #fff; }
      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: #43ac6a; }
    button.disabled.alert, button[disabled].alert,
    .button.disabled.alert,
    .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #cf2a0e; }
      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: #fff; }
      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: #f04124; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before,
  button.dropdown:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before,
  button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before,
  button.dropdown:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny,
  button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before,
    button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before,
    button.dropdown.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small,
  button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before,
    button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before,
    button.dropdown.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large,
  button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before,
    button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before,
    button.dropdown.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before,
  button.dropdown.secondary:before {
    border-color: #333 transparent transparent transparent; }

.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:before {
      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:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: #fff 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:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.5rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999;
      padding: 0.1875rem 1rem; }
      .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;
      font-weight: normal;
      background: #008cba;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    border-radius: 4px; }
    div.switch.radius span:last-child {
      border-radius: 3px; }
  div.switch.round {
    border-radius: 1000px; }
    div.switch.round span:last-child {
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1em #fff; }
  table thead,
  table tfoot {
    background: #f2f2f2; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: 800;
      color: #005c90;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #3fb1e5; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f2f2f2; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  .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 {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: ' ';
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .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.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .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; } }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: ' ';
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222;
      padding: 1rem 2rem;
      font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: #fff; }
  .tabs.radius dd:first-child a {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .tabs.radius dd:last-child a {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  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.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 10px; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 10px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

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

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  .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 {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: ' ';
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .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.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .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; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary,
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #333; }
  button.success,
  .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert,
  .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.large,
  .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small,
  .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1em; }
  button.tiny,
  .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1em; }
  button.expand,
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 10px; }
  button.round,
  .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    box-shadow: none; }
    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: #007095; }
    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: #fff; }
    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: #008cba; }
    button.disabled.secondary, button[disabled].secondary,
    .button.disabled.secondary,
    .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success,
    .button.disabled.success,
    .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #368a55; }
      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: #fff; }
      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: #43ac6a; }
    button.disabled.alert, button[disabled].alert,
    .button.disabled.alert,
    .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #cf2a0e; }
      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: #fff; }
      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: #f04124; }

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

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #20487a; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 60px; }

.top-bar {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #20487a;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button,
  .top-bar button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 60px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 60px;
      font-size: 1.5rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 20px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 20px;
      height: 60px;
      line-height: 60px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 20px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: '';
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #20487a; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role='separator'] {
    border-top: solid 1px #10243d;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: none;
    background: #333; }
    .top-bar-section ul li > a.button {
      font-size: 1.125rem;
      padding-right: 20px;
      padding-left: 20px;
      background-color: #008cba;
      border-color: #007095;
      color: #fff; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #007095; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #333; }
    .top-bar-section ul li > a.button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #cf2a0e; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: #fff; }
  .top-bar-section ul li > button {
    font-size: 1.125rem;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #008cba;
    border-color: #007095;
    color: #fff; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #007095; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: #fff; }
    .top-bar-section ul li > button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #333; }
    .top-bar-section ul li > button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: #fff; }
    .top-bar-section ul li > button.alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #cf2a0e; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: #fff; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #1c3e69;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #008cba;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #0078a0;
      color: #fff; }
  .top-bar-section .has-form {
    padding: 20px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 20px;
      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 {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 20px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #fff;
          line-height: 30px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 20px; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 20px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #20487a;
    *zoom: 1;
    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 {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #20487a; }
  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .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: #1c3e69;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      background: #20487a; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #1c3e69; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      color: #fff;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .top-bar-section .has-dropdown > a {
      padding-right: 40px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 30px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: '\00bb';
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 20px;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #fff;
        background: #1c3e69; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role='separator'] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2a5e9f;
      clear: none;
      height: 60px;
      width: 0; }
    .top-bar-section .has-form {
      background: #20487a;
      padding: 0 20px;
      height: 60px; }
    .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: #1c3e69;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.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.063em) 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.063em) {
  .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.063em) 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.063em) {
  .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.063em) 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.063em) {
  .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.063em) and (max-width: 99999999em) {
  .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.063em) {
  .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: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

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

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

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

ul.no-bullet {
  list-style: none; }

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

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

dl dd {
  margin-bottom: 0.75rem; }

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

abbr {
  text-transform: none; }

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

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  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.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4; } }

/*
       * 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)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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 #999;
    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.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

.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.063em) 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.063em) {
  .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.063em) 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.063em) {
  .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.063em) 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.063em) {
  .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.063em) and (max-width: 99999999em) {
  .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.063em) {
  .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: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

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

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

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

ul.no-bullet {
  list-style: none; }

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

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

dl dd {
  margin-bottom: 0.75rem; }

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

abbr {
  text-transform: none; }

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

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  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.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4; } }

/*
       * 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)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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 #999;
    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.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  .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 {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: ' ';
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .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.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .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; } }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary,
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #333; }
  button.success,
  .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus,
    .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert,
  .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus,
    .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.large,
  .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small,
  .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1em; }
  button.tiny,
  .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1em; }
  button.expand,
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 10px; }
  button.round,
  .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    box-shadow: none; }
    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: #007095; }
    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: #fff; }
    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: #008cba; }
    button.disabled.secondary, button[disabled].secondary,
    .button.disabled.secondary,
    .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #b9b9b9; }
      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: #333; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success,
    .button.disabled.success,
    .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #368a55; }
      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: #fff; }
      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: #43ac6a; }
    button.disabled.alert, button[disabled].alert,
    .button.disabled.alert,
    .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      box-shadow: none; }
      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: #cf2a0e; }
      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: #fff; }
      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: #f04124; }

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

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #20487a; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 60px; }

.top-bar {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #20487a;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button,
  .top-bar button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 60px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 60px;
      font-size: 1.5rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 20px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 20px;
      height: 60px;
      line-height: 60px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 20px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: '';
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #20487a; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role='separator'] {
    border-top: solid 1px #10243d;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: none;
    background: #333; }
    .top-bar-section ul li > a.button {
      font-size: 1.125rem;
      padding-right: 20px;
      padding-left: 20px;
      background-color: #008cba;
      border-color: #007095;
      color: #fff; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #007095; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #333; }
    .top-bar-section ul li > a.button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #cf2a0e; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: #fff; }
  .top-bar-section ul li > button {
    font-size: 1.125rem;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #008cba;
    border-color: #007095;
    color: #fff; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #007095; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: #fff; }
    .top-bar-section ul li > button.secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #b9b9b9; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #333; }
    .top-bar-section ul li > button.success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #fff; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #368a55; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: #fff; }
    .top-bar-section ul li > button.alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #cf2a0e; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: #fff; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #1c3e69;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #008cba;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #0078a0;
      color: #fff; }
  .top-bar-section .has-form {
    padding: 20px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 20px;
      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 {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 20px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #fff;
          line-height: 30px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 20px; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 20px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #20487a;
    *zoom: 1;
    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 {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #20487a; }
  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .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: #1c3e69;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      background: #20487a; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #1c3e69; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      color: #fff;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .top-bar-section .has-dropdown > a {
      padding-right: 40px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 30px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: '\00bb';
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 20px;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #fff;
        background: #1c3e69; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role='separator'] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2a5e9f;
      clear: none;
      height: 60px;
      width: 0; }
    .top-bar-section .has-form {
      background: #20487a;
      padding: 0 20px;
      height: 60px; }
    .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: #1c3e69;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: ' ';
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  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: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1,
  .tab-bar h2,
  .tab-bar h3,
  .tab-bar h4 {
    font-size: 1rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section {
      text-align: left; } }
  .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 {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span {
    position: absolute;
    display: block;
    height: 0;
    width: 1rem;
    line-height: 1;
    top: 0.9375rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff; }
  .tab-bar .menu-icon:hover span {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

/* 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; }
  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; }
  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 !important; }
  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.063em) {
  .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; }
  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; }
  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 !important; }
  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.063em) {
  .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; }
  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; }
  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 !important; }
  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.063em) {
  .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; }
  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; }
  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 !important; }
  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.063em) {
  .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; }
  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; }
  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 !important; }
  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; }

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

.touch table.show-for-touch {
  display: table; }

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

.fontawesome-checkbox {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  cursor: pointer;
  font-size: 1.4em; }

.fontawesome-checkbox.fa-check-square-o {
  color: #a1ce57; }
  .fontawesome-checkbox.fa-check-square-o.disabled {
    cursor: default;
    color: #e0e1e1; }

.fontawesome-checkbox.fa-square-o.disabled {
  cursor: default;
  color: #e0e1e1; }

i.tracker-bubble {
  margin: 0px;
  padding: 0px; }

i.tracker-bubble:first-of-type {
  margin-left: 1px; }

i.tracker-bubble:last-of-type {
  margin-left: -1px; }

i.tracker-bubble.fa-circle-o,
i.tracker-bubble.fa-circle,
i.tracker-bubble.fa-check-circle {
  color: #005c90; }

i.tracker-bubble.connected:after {
  position: absolute;
  content: '—';
  margin-left: 0px;
  margin-top: 9px;
  font-weight: bold;
  width: 0.7em;
  overflow: hidden;
  border: solid 1px #ddd;
  height: 3px;
  background: #ddd; }

.jqgrid_table .ui-th-column > div {
  padding: 0 !important; }

.jqgrid_table .ui-jqgrid-sortable {
  cursor: pointer; }

.jqgrid_table .ui-search-table {
  background: none; }
  .jqgrid_table .ui-search-table td {
    padding: 0; }
  .jqgrid_table .ui-search-table input,
  .jqgrid_table .ui-search-table select {
    margin: 0;
    padding: 0.375rem !important; }
  .jqgrid_table .ui-search-table .ui-search-clear {
    position: absolute;
    right: 33px;
    top: 5px; }

.jqgrid_table .jqgfirstrow td {
  padding: 0;
  padding-bottom: 1px; }

.jqgrid_table .ui-jqgrid-bdiv {
  overflow: auto; }

.jqgrid_table .ui-th-column:last-child {
  float: none; }

.jqgrid_table .picker {
  min-width: 300px; }
  .jqgrid_table .picker .picker__table td {
    text-align: center; }

.jqgrid_table .ui-jqgrid-resize-mark {
  display: none; }

.maximize {
  color: #aeaeae;
  position: absolute;
  top: 0px;
  right: 28px;
  margin-right: -34px;
  cursor: pointer;
  font-size: 15px; }

div.depletion-bar {
  width: 100%;
  background-color: #a1ce57;
  text-align: center;
  border-radius: 4px;
  overflow: hidden; }
  div.depletion-bar .red-bar {
    background-color: #ed1c23;
    height: 100%;
    width: 0%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  div.depletion-bar .depletion-label {
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
    width: 215px;
    text-shadow: 0px 0px 4px black; }

.ember-table-tables-container {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .ember-table-tables-container .ember-table-header-cell .ember-table-content {
    cursor: default; }
  .ember-table-tables-container .ember-table-header-cell.can-sort .ember-table-content {
    cursor: pointer; }

.mc-griddle-container {
  min-height: 100px;
  max-height: 500px; }

.ember-table-cell .button.slim {
  margin-top: 2px; }

.griddle_search {
  margin-bottom: 10px;
  padding: 0 4px;
  cursor: text;
  border: 1px solid #999;
  border-radius: 3px;
  background: white; }
  .griddle_search .griddle_search_input_container {
    position: relative;
    display: inline-block; }
    .griddle_search .griddle_search_input_container .griddle_search_input,
    .griddle_search .griddle_search_input_container .griddle_search_input:focus {
      display: inline-block;
      margin: 0;
      width: auto;
      border: none;
      box-shadow: none;
      background: none; }
    .griddle_search .griddle_search_input_container .griddle_search_input_options {
      position: absolute;
      z-index: 1;
      margin: 0;
      padding: 5px 0;
      min-width: 100px;
      overflow: visible;
      list-style: none;
      border: 1px solid #999;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      background: white; }
      .griddle_search .griddle_search_input_container .griddle_search_input_options .griddle_search_input_option_item {
        display: block;
        padding: 0 10px;
        cursor: pointer;
        white-space: nowrap;
        font-size: 0.75rem;
        color: rgba(0, 0, 0, 0.75); }
        .griddle_search .griddle_search_input_container .griddle_search_input_options .griddle_search_input_option_item:hover, .griddle_search .griddle_search_input_container .griddle_search_input_options .griddle_search_input_option_item.highlighted {
          background: #eee; }
    .griddle_search .griddle_search_input_container .date-range {
      display: inline-block;
      color: rgba(0, 0, 0, 0.75); }
      .griddle_search .griddle_search_input_container .date-range.hide {
        display: none; }
      .griddle_search .griddle_search_input_container .date-range .start_date,
      .griddle_search .griddle_search_input_container .date-range .end_date {
        display: inline-block;
        margin: 0;
        width: 75px;
        border: none;
        box-shadow: none;
        text-align: center; }
  .griddle_search .griddle_search_export {
    position: relative;
    padding: 0.5em;
    cursor: pointer;
    float: right; }
  .griddle_search .griddle_search_tag {
    display: inline-block;
    padding: 0.2rem 0 0.2rem 0.375rem;
    cursor: pointer;
    font-size: 0.75rem;
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.75); }
    .griddle_search .griddle_search_tag.complete {
      padding: 0.2rem 0.375rem;
      margin: 4px 5px 0 0;
      border: 1px solid #999;
      border-radius: 3px;
      background: #eee; }
      .griddle_search .griddle_search_tag.complete .griddle_search_tag_column_label {
        padding-right: 0.375rem; }

.ember-table-content {
  color: #004166; }
  .ember-table-content a {
    display: block; }
    .ember-table-content a.button {
      display: inline-block; }

.showing p {
  margin: 0 5px;
  font-size: small;
  color: #616161; }

.grayed-row {
  color: #747474;
  font-style: italic; }

span.table-spacer-xs {
  padding: 0.55rem; }

span.table-spacer-s {
  padding: 0.89rem; }

.download-button-cell {
  background-color: #e0e1e1;
  color: rgba(0, 0, 0, 0.87); }
  .download-button-cell:hover {
    background-color: #cccccc;
    color: rgba(0, 0, 0, 0.87); }
  .download-button-cell i {
    width: 10px;
    height: 12px;
    margin-right: 3px; }

.mc-griddle-action-cell a {
  display: none; }

.mc-griddle-action-cell a.is-loading {
  display: inherit; }

.ember-table-hover .mc-griddle-action-cell a {
  display: inherit; }

.mc-griddle-edit-delete-cell a {
  display: inline-block;
  font-size: 1.5em; }
  .mc-griddle-edit-delete-cell a.edit-btn {
    transform: translateY(1px);
    margin-right: 7px; }
    .mc-griddle-edit-delete-cell a.edit-btn:hover {
      color: #a1ce57; }
  .mc-griddle-edit-delete-cell a.delete-btn:hover {
    color: #ed1c23; }

.mc-griddle-edit-delete-cell i.disabled {
  color: #e0e1e1;
  font-size: 1.5em;
  margin-right: 7px;
  transform: translateY(1px); }

.ember-table-hover .mc-griddle-edit-delete-cel a {
  display: inherit; }

.tabs-content {
  margin-top: -1px;
  background: #ffffff;
  border: solid 1px #cccccc; }
  .tabs-content .content {
    padding: 0.9375rem; }

.ap-ar-report {
  margin-bottom: 20px;
  min-width: 350px; }
  .ap-ar-report h3 {
    margin-top: 10px;
    margin-bottom: 0; }
  .ap-ar-report hr {
    margin: 0px; }
  .ap-ar-report .row {
    margin-top: 0.25em; }
  .ap-ar-report .row.supplier .columns {
    border-bottom: dashed 1px #b7b7b7; }

.contractor-worker-form .autocomplete {
  margin: 0; }
  .contractor-worker-form .autocomplete .twitter-typeahead {
    margin: 0; }
  .contractor-worker-form .autocomplete .autocomplete_text {
    border-radius: 0;
    font-size: 0.75rem !important; }

.picker button {
  color: #000000; }

.picker--time .picker__holder {
  transform: translate(-1px, 1px); }

.tooltip-content-center.tooltip-element.tooltip-theme-arrows .tooltip-content {
  text-align: left; }

.tooltip-open .tooltip {
  z-index: 9999999; }

.tooltip {
  background: none;
  width: auto;
  max-width: 250px !important;
  padding: 0;
  word-break: break-word; }

.tooltip-element.tooltip-theme-arrows .tooltip-content {
  background: #ffffff;
  color: #008cba;
  font-size: 12px;
  box-shadow: 0 0 8px rgba(0, 94, 153, 0.3);
  text-align: center; }
  .tooltip-element.tooltip-theme-arrows .tooltip-content .tooltip-header {
    color: #005c90;
    font-weight: bold; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center
.tooltip-content:before {
  border-top-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center
.tooltip-content:before {
  border-bottom-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle
.tooltip-content:before {
  border-left-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle
.tooltip-content:before {
  border-right-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom
.tooltip-content:before {
  border-bottom-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom
.tooltip-content:before {
  border-bottom-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top
.tooltip-content:before {
  border-top-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top
.tooltip-content:before {
  border-top-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left
.tooltip-content:before {
  border-left-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right
.tooltip-content:before {
  border-right-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left
.tooltip-content:before {
  border-left-color: #ffffff; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right
.tooltip-content:before {
  border-right-color: #ffffff; }

.one_way_input {
  display: inline-block; }

.one_way_save {
  position: absolute;
  top: 8px;
  right: 10px; }
  .one_way_save .fa-floppy-o {
    cursor: pointer; }
    .one_way_save .fa-floppy-o.disabled {
      color: #999; }

.prospective-invoice .prospective-invoice-header {
  margin-bottom: 10px; }

.prospective-invoice .prospective-invoice-items {
  background: none !important; }
  .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header {
    background-color: #f2f2f2;
    text-align: left; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header th {
      color: #005c90; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header .item-status-header {
      width: 15%; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header .item-date-header {
      width: 11%; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header .item-description-header {
      width: 34%; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header .item-units-header {
      width: 6%; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header .item-unit-type-header {
      width: 10%; }
    .prospective-invoice .prospective-invoice-items .prospective-invoice-items-header .item-unit-price-header {
      width: 9%; }

.prospective-invoice .create-prospective-invoice {
  padding: 5px 10px; }

.prospective-invoice-item {
  background: none !important; }
  .prospective-invoice-item td {
    font-size: 12px;
    line-height: 1; }
    .prospective-invoice-item td:first-child {
      padding-left: 0;
      padding-right: 0; }
    .prospective-invoice-item td.rejected {
      padding: 2px 3px; }
  .prospective-invoice-item input {
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 7px; }
  .prospective-invoice-item input[type='number'] {
    -moz-appearance: textfield; }
  .prospective-invoice-item input[type='number']::-webkit-inner-spin-button,
  .prospective-invoice-item input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .prospective-invoice-item input.total-amount {
    display: inline-block; }
  .prospective-invoice-item:hover input,
  .prospective-invoice-item.focused input,
  .prospective-invoice-item.expanded input {
    background: white;
    border: 1px solid lightgray;
    padding: 6px; }
  .prospective-invoice-item:hover .error input,
  .prospective-invoice-item.focused .error input,
  .prospective-invoice-item.expanded .error input {
    border-color: #ed1c23; }
  .prospective-invoice-item .expand-arrow-wrapper {
    margin-right: 10px;
    float: left;
    cursor: pointer; }
  .prospective-invoice-item .expand-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    transition: transform 0.4s ease-out; }
  .prospective-invoice-item.expanded .expand-arrow {
    transform: rotate(90deg); }
  .prospective-invoice-item .remove-item,
  .prospective-invoice-item .remove-spinner-icon {
    display: none; }
  .prospective-invoice-item:hover .remove-item,
  .prospective-invoice-item:hover .remove-spinner-icon, .prospective-invoice-item.focused .remove-item,
  .prospective-invoice-item.focused .remove-spinner-icon, .prospective-invoice-item.expanded .remove-item,
  .prospective-invoice-item.expanded .remove-spinner-icon {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px; }

.prospective-invoice-item-detail td {
  position: relative;
  padding: 0; }
  .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: padding 0s ease-in-out 0.4s, max-height 0.4s ease-in-out; }
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .content-panel {
      background: none !important;
      box-shadow: none;
      border: 1px solid #dadada !important; }
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .item-detail-label {
      background-color: #f2f2f2;
      padding-left: 15px; }
      .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .item-detail-label label {
        color: #005c90;
        font-size: 12px;
        font-weight: bold; }
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .item-detail-value {
      padding-left: 15px; }
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .item-detail-loading {
      padding: 5px 0 0 5px; }
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper input {
      border: 1px solid lightgray; }
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .error input,
    .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .error select {
      border: 1px solid #ed1c23; }
      .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .error input:focus,
      .prospective-invoice-item-detail td .prospective-invoice-item-detail-wrapper .error select:focus {
        box-shadow: 0 0 5px #ed1c23; }

.prospective-invoice-item-detail.expanded td .prospective-invoice-item-detail-wrapper {
  padding: 10px;
  max-height: 500px;
  overflow: visible;
  transition: max-height 0.4s ease-in-out; }

.multi-supplier-release-form {
  width: 500px; }
  .multi-supplier-release-form .client-vertical-select {
    width: 250px; }
  .multi-supplier-release-form .supplier-tier ul {
    list-style: none; }
  .multi-supplier-release-form .supplier-tier .tier-header {
    font-size: 1em;
    color: #005c90;
    margin-bottom: 10px; }
    .multi-supplier-release-form .supplier-tier .tier-header .fontawesome-checkbox {
      font-size: 1em !important;
      width: 1em !important; }
  .multi-supplier-release-form .supplier-tier .tier-body {
    padding-left: 27px;
    font-size: 1em !important; }
    .multi-supplier-release-form .supplier-tier .tier-body .tier-item {
      margin-bottom: 10px; }
      .multi-supplier-release-form .supplier-tier .tier-body .tier-item .fontawesome-checkbox {
        font-size: 1em !important;
        width: 1em !important; }

.admin-user .autocomplete {
  margin: 0; }

.admin-user ul {
  max-width: 470px;
  margin: 0;
  list-style: none; }
  .admin-user ul li {
    display: inline-block;
    margin-bottom: 0.25em;
    padding: 0.25em 0.5em;
    border: 1px solid lightgray;
    border-radius: 0.25em;
    font-size: 0.875em; }
    .admin-user ul li i {
      cursor: pointer; }

.user-detail .support {
  margin-bottom: 10px; }

.inside-filter {
  position: absolute;
  top: 38px;
  right: 20px;
  z-index: 999; }

.workers .timesheet-navigator .chosen_select {
  float: none; }

.expense_item_description {
  resize: vertical; }

.webhook-header-row .remove-webhook-header {
  position: absolute;
  right: -10px;
  top: 6px;
  cursor: pointer; }

.audit-log-icon-row {
  width: 100%;
  position: relative; }

.audit-icon .fa {
  font-size: 1.3em; }

.audit-log-icon-row .audit-component-container {
  position: absolute;
  right: 0px;
  margin-top: 25px; }

.audit-assignment i {
  vertical-align: -25%; }

.audit-client-order i {
  vertical-align: -10%; }

.log-container {
  position: relative; }

.audit-log-div {
  position: absolute;
  z-index: 99999;
  width: 350px;
  min-height: 110px;
  background: #ffffff;
  padding: 1em 1.5em 1em 1.5em;
  box-shadow: 7px 7px 7px #cccccc;
  border-radius: 10px; }

.loading-container {
  position: relative; }

.loading-container .audit-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 50px;
  margin-left: -15px; }

.audit-log-row {
  color: #000000;
  font-size: 0.8em;
  line-height: 1em; }

.audit-log-row-item {
  padding-bottom: 5px; }

.audit-log-watermark {
  color: #747474;
  text-align: right;
  font-size: 0.8em;
  line-height: 1em; }

.audit-download {
  font-size: 0.9em;
  text-decoration: underline; }

.audit-log-div hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.audit-log-approval {
  color: #747474;
  font-size: 0.8em;
  text-align: right; }

.auto-complete-list {
  padding-top: 5px; }

ul.multi-select {
  list-style: none;
  margin-left: 0; }

ul.multi-select li {
  color: #000000;
  font-size: 0.75rem; }

.multi-select > li > p {
  margin-bottom: 0; }

.login {
  border: solid 1px #cccccc;
  border-radius: 6px;
  background: #ffffff;
  width: 30em;
  margin: 10% auto; }
  .login a {
    margin-top: 1em;
    display: inline-block;
    line-height: 12px; }
  .login .button {
    font-size: 1.25em;
    width: 100%; }
  .login .form-error {
    text-align: center;
    font-size: 1.5em;
    color: #ed1c23;
    position: absolute;
    width: inherit;
    margin-top: -3em; }
  .login form {
    margin-right: 0px !important; }
  .login .login-container {
    padding: 15px; }
  .login .password-requirements-list {
    list-style: none;
    margin-left: 0;
    font-size: 0.75rem;
    color: #616161;
    font-weight: normal; }

.module-message {
  text-align: center;
  padding-top: 105px;
  width: 100%;
  height: 100%;
  min-height: 306px; }

.register .strong,
.register .strong:focus,
.reset_password .strong,
.reset_password .strong:focus {
  background: #dff0d8; }

.register .good,
.register .good:focus,
.reset_password .good,
.reset_password .good:focus {
  background: #fcf8e3; }

.register .weak,
.register .weak:focus,
.reset_password .weak,
.reset_password .weak:focus {
  background: #f2dede; }

.register .error,
.reset_password .error {
  color: #ffffff; }

.vms-logo.mobile-login {
  display: none; }

.order-form {
  width: 550px; }
  .order-form form {
    margin-right: -3em; }
  .order-form .quickstart .tooltip-button {
    min-width: 0;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0; }
  .order-form .quickstart .button.quickstart {
    width: 100%;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #08aee4; }
    .order-form .quickstart .button.quickstart:hover {
      background-color: #007295; }
    .order-form .quickstart .button.quickstart i {
      font-size: 19px; }
  .order-form select[disabled] {
    background-color: #e0e1e1 !important; }
    .order-form select[disabled]:hover {
      border-color: #e0e1e1; }
  .order-form .autocomplete {
    margin-bottom: 0px; }
  .order-form .show-form {
    display: block; }
  .order-form .hide-form {
    display: none; }
  .order-form .forms-loader {
    padding: 1em; }
  .order-form .twitter-typeahead {
    width: 100%; }
  .order-form .typeahead,
  .order-form .tt-query,
  .order-form .tt-hint {
    width: 396px;
    height: 29px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #e0e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none; }
  .order-form .typeahead {
    background-color: #ffffff; }
  .order-form .typeahead:focus {
    border: 2px solid #0097cf; }
  .order-form .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .order-form .tt-hint {
    color: #999; }
  .order-form .tt-dropdown-menu {
    width: 100%;
    padding: 8px 0;
    background-color: #ffffff;
    border: 1px solid #e0e1e1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .order-form .tt-suggestion {
    position: relative;
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px; }
  .order-form .twitter-typeahead .typeahead-tooltip {
    display: none;
    min-width: 100px;
    white-space: pre-wrap !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
  .order-form .tt-suggestion:hover .typeahead-tooltip,
  .order-form .tt-cursor .typeahead-tooltip {
    display: block;
    position: absolute;
    top: 0;
    margin-left: 250px;
    padding: 20px;
    width: 400px;
    font-size: 14px;
    color: #000000;
    background: #ffffff; }
  .order-form .typeahead-tooltip strong {
    font-weight: normal; }
  .order-form .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #0097cf; }
  .order-form .tt-suggestion p {
    margin: 0; }
  .order-form .form-radio {
    padding-top: 5px; }

.select-autocomplete-hierarchy {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  cursor: text; }

.select-autocomplete-hierarchy .ff-multi-select-tag {
  display: inline-block;
  margin: 4px;
  margin-right: 0;
  padding: 4px;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #eee; }

.select-autocomplete-hierarchy input[type='text'] {
  display: inline-block;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 1px; }

.select-autocomplete-hierarchy input[type='text']:focus {
  background: none;
  border: none;
  box-shadow: none;
  width: inherit; }

.select-autocomplete-hierarchy .twitter-typeahead {
  display: inline-block;
  width: inherit;
  vertical-align: middle; }

.select-autocomplete-hierarchy .tt-dropdown-menu {
  min-width: 300px; }

.notification-settings .content-panel {
  margin-bottom: 1.5em; }

.notification-settings .edit-settings-btn-wrap {
  text-align: right; }
  .notification-settings .edit-settings-btn-wrap button.edit {
    background: #ffffff;
    border: none;
    color: #005c90;
    font-size: 0.9em;
    margin-bottom: 5px;
    outline: none;
    padding-right: 0; }

.settings-list ul {
  list-style: none;
  margin-left: 0; }

.settings-list ul li {
  font-size: 0.9rem; }

.settings-form-group {
  padding-top: 0.5em; }
  .settings-form-group input[type='text'] {
    display: block;
    float: left;
    width: 15em; }
  .settings-form-group button {
    display: block;
    float: left;
    margin: -1px 5px;
    padding: 0.4em;
    width: 5em; }

.settings-saved-message {
  display: none; }

.presented-worker-tooltip {
  text-align: left; }
  .presented-worker-tooltip hr {
    margin-top: 3px;
    margin-bottom: 3px; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/gotham-book.eot");
  src: local("O"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"), url("../fonts/gotham-book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/helvetica-neue.eot");
  src: local("O"), url("../fonts/helvetica-neue.woff") format("woff"), url("../fonts/helvetica-neue.ttf") format("truetype"), url("../fonts/helvetica-neue.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: local("O"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

a.add-form {
  margin-top: 5px;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  a.add-form.disabled:hover {
    background-color: #cccccc; }

.content-panel .button-group li {
  margin-left: -15px; }

span.pending-approval {
  margin-top: 10px;
  font-size: 14px;
  float: right; }

a.supplier-history {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 35px;
  font-size: 14px; }

.order-approved-date {
  font-family: 'Gotham Book', 'Helvetica';
  font-size: 14px;
  color: #6f6f6f;
  line-height: 0; }

.has-tip {
  border-bottom: none;
  cursor: pointer; }

.confirm-quickstart-modal .vms-modal {
  max-width: 475px; }

form[name='position'] {
  margin-right: 0 !important; }

.orders-button-bar {
  margin-top: 13px;
  float: right; }

.orders .mc-griddle-container {
  margin-bottom: 2em; }

.orders .contractor_eval {
  text-overflow: ellipsis;
  overflow: hidden; }
  .orders .contractor_eval a {
    display: inline-block;
    max-width: 240px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .orders .contractor_eval input {
    margin-bottom: 0;
    float: left;
    height: 1.8em;
    width: 200px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .orders .contractor_eval i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-left: 0.5em; }

.orders .contractor_ext_ref input {
  display: inline-block;
  width: 100px;
  padding: 0 0.5rem;
  margin: 0;
  height: auto;
  line-height: 22px;
  font-size: 0.75rem; }

.orders .contractor_ext_ref .fa {
  cursor: pointer;
  font-size: 1.2em;
  margin-left: 0.5em; }

.orders .two-column .field-label {
  padding-right: 3em;
  margin-right: -2.5em; }

.orders .two-column .field-value {
  margin-right: 2em; }

.orders .contractor_files {
  vertical-align: top; }
  .orders .contractor_files .file_upload {
    display: inline-block; }
  .orders .contractor_files a {
    display: inline-block;
    vertical-align: top; }
  .orders .contractor_files i.fa-pencil {
    margin-left: 0.5em; }
  .orders .contractor_files .fa-file-image-o {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .orders .contractor_files div.dropzone {
    height: 2em; }
    .orders .contractor_files div.dropzone .dz-default {
      margin-top: -0.2em; }
  .orders .contractor_files .fa-spinner {
    font-size: 1em; }

.num_client_order_assignments input[type='number'] {
  display: inline-block;
  width: 36px;
  padding-right: 0; }

.num_client_order_assignments .fa-floppy-o {
  cursor: pointer; }

.field-value .fa-spinner {
  font-size: 1.4em; }

.anticipated_worker_name input {
  display: inline-block;
  width: 75%; }

.anticipated_worker_name .fa {
  margin-left: 5px;
  cursor: pointer; }

a.approval-history .fa-chevron-down {
  color: #cccccc;
  font-size: 0.8em;
  margin-left: 1em; }

a.assignment-approval-status {
  color: #ffffff !important; }
  a.assignment-approval-status .fa-chevron-down {
    color: #cccccc;
    font-size: 0.8em;
    margin-left: 1em; }

.orders div.approval-history {
  margin-left: -60px;
  top: 4.25em; }

div.assignment-approval-status {
  top: 2.5em; }

div.approval-history,
div.assignment-approval-status,
div.supplier-history {
  display: none;
  padding: 0 0 5px 0;
  text-align: left;
  position: absolute;
  min-width: 250px;
  border-radius: 6px;
  background-color: #ffffff;
  z-index: 100; }
  div.approval-history .vms-dropdown-arrow,
  div.assignment-approval-status .vms-dropdown-arrow,
  div.supplier-history .vms-dropdown-arrow {
    margin-left: 107px; }
  div.approval-history .loading-spinner,
  div.assignment-approval-status .loading-spinner,
  div.supplier-history .loading-spinner {
    margin: 0 0 0 46%; }
  div.approval-history .approver,
  div.approval-history .supplier,
  div.assignment-approval-status .approver,
  div.assignment-approval-status .supplier,
  div.supplier-history .approver,
  div.supplier-history .supplier {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.15em 0 0.15em 2em; }
    div.approval-history .approver .approval-date,
    div.approval-history .supplier .approval-date,
    div.assignment-approval-status .approver .approval-date,
    div.assignment-approval-status .supplier .approval-date,
    div.supplier-history .approver .approval-date,
    div.supplier-history .supplier .approval-date {
      color: #666;
      font-style: italic;
      float: right;
      margin-right: 1em; }
  div.approval-history .release-date,
  div.assignment-approval-status .release-date,
  div.supplier-history .release-date {
    float: right;
    margin-left: 2em; }
  div.approval-history h4,
  div.assignment-approval-status h4,
  div.supplier-history h4 {
    margin: 0.5em 0 0.15em 1em; }

div.supplier-history {
  top: 30px;
  right: -35px;
  padding: 1em; }
  div.supplier-history .vms-dropdown-arrow {
    position: absolute;
    top: -0.6em;
    left: 55%;
    margin: 0; }
  div.supplier-history h4 {
    margin: 0 0 0.15em; }
  div.supplier-history button.button.tiny {
    font-size: 15px;
    padding: 5px 10px;
    margin: 14px 0 0; }

a.exec-summary {
  margin-bottom: 0px; }

.cancel_order_confirmation {
  width: 400px; }

.project-detail {
  width: 600px;
  padding-bottom: 1.25em; }
  .project-detail .question-label {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    margin-bottom: 7px;
    line-height: 1.3em;
    font-size: 14px; }

.contractor-detail {
  width: 500px; }

.it-onboarding-detail {
  width: 550px; }

.position-details,
.worksite-details {
  min-width: 500px;
  max-width: 700px;
  font-size: 14px; }
  .position-details .position-description,
  .worksite-details .position-description {
    margin-top: -1.5em;
    white-space: pre-line; }

.approval-table-button a {
  margin-left: 30px;
  margin-top: 4px !important;
  margin-right: 10px; }

.approval-select {
  margin-top: 22px;
  float: right; }

.approval-select .chosen-container {
  width: 260px !important; }

.approval-checkbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px; }

.requisition-tooltip {
  display: inline;
  position: absolute;
  margin-left: -10px;
  padding-top: 4px; }

.add-position-modal .vms-modal {
  width: 30%;
  top: 70px;
  left: -5px; }

.attachment {
  color: #616161 !important;
  margin-top: 0.5em; }

div.requisitions-dashboard .row {
  margin-left: 0;
  margin-right: 0; }
  div.requisitions-dashboard .row .columns,
  div.requisitions-dashboard .row .column {
    padding-left: 0;
    padding-right: 0; }
  div.requisitions-dashboard .row div.row.req-header h4 {
    margin-top: 2em; }
  div.requisitions-dashboard .row div.row.req-header:nth-of-type(1) h4 {
    margin-top: 0em; }

.tooltip-button {
  min-width: 20em; }

form[name='order_recruiting'] input[name='order_assignments'],
form[name='order_payrolling'] input[name='order_assignments'],
form[name='order_contractor'] input[name='order_assignments'] {
  width: 3em; }

form[name='order_payrolling'] #endorsement_required select,
form[name='order_payrolling'] #work_environment select,
form[name='order_payrolling'] #work_hazard select,
form[name='order_contractor'] #endorsement_required select,
form[name='order_contractor'] #work_environment select,
form[name='order_contractor'] #work_hazard select {
  padding-right: 1.5em;
  width: 100%; }

form[name='order_payrolling'] #endorsement_required div.small-4,
form[name='order_payrolling'] #work_environment div.small-4,
form[name='order_payrolling'] #work_hazard div.small-4,
form[name='order_contractor'] #endorsement_required div.small-4,
form[name='order_contractor'] #work_environment div.small-4,
form[name='order_contractor'] #work_hazard div.small-4 {
  width: 48%; }

form[name='order_payrolling'] #endorsement_required div.small-7,
form[name='order_payrolling'] #work_environment div.small-7,
form[name='order_payrolling'] #work_hazard div.small-7,
form[name='order_contractor'] #endorsement_required div.small-7,
form[name='order_contractor'] #work_environment div.small-7,
form[name='order_contractor'] #work_hazard div.small-7 {
  width: 45%; }

form[name='contractor_classification'] {
  width: 400px; }
  form[name='contractor_classification'] div.file {
    line-height: 2.5em;
    font-size: 0.8em; }
    form[name='contractor_classification'] div.file i.fa-times {
      cursor: pointer; }

form[name='client_engage_contractor'] #worker_id label {
  white-space: nowrap; }

.document-left-column {
  bottom: 100px;
  line-height: 1.2em;
  position: fixed;
  text-align: left;
  width: 250px;
  font-size: 14px;
  left: 50%;
  top: 100px;
  margin-left: -650px;
  z-index: 900;
  color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden; }
  .document-left-column a {
    display: block;
    padding: 4px;
    color: #ffffff;
    width: 100%; }
  .document-left-column a.active {
    background: #ffffff;
    color: #000000; }

.control-prev-page {
  float: left;
  top: 50%;
  left: 50%;
  margin-left: -385px;
  position: fixed;
  background: #005c90;
  color: #ffffff;
  padding: 35px;
  padding-left: 0px;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  height: 50px;
  cursor: pointer;
  font-size: 1.25em;
  z-index: 900; }
  .control-prev-page i {
    margin-left: 13px;
    position: absolute;
    margin-top: -10px; }

.control-next-page {
  float: right;
  left: 50%;
  top: 50%;
  margin-left: 350px;
  position: fixed;
  background: #005c90;
  color: #ffffff;
  padding: 35px;
  padding-left: 0px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  height: 50px;
  cursor: pointer;
  text-indent: 2px;
  font-size: 1.25em;
  z-index: 900; }
  .control-next-page i {
    margin-left: 5px;
    position: absolute;
    margin-top: -10px; }

.document-view-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  z-index: 800; }

.document-right-column {
  position: fixed;
  left: 50%;
  top: 100px;
  margin-left: 395px;
  text-align: left;
  z-index: 900; }
  .document-right-column a.button {
    display: block;
    width: 180px;
    margin: 0 0 5px 0; }
  .document-right-column .interview_time {
    display: block;
    width: 200px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff; }

.document-top-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900; }
  .document-top-bar .document-close-button {
    position: absolute;
    right: 0px;
    margin-right: 1em;
    margin-top: 7px; }
  .document-top-bar select {
    color: #ffffff;
    width: 200px;
    background-color: #000000;
    font-size: 16px;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-top: 0px;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px; }

.document-wrapper {
  display: block !important;
  height: 100%;
  margin-top: 50px; }

.document-container {
  display: inline-block;
  width: 700px;
  margin-left: 15px;
  min-height: 900px;
  text-align: center; }
  .document-container .document-image {
    height: auto;
    min-width: 700px;
    width: 100%; }

ul.documents-list {
  list-style-type: none;
  margin: 1em 0 0 0; }
  ul.documents-list li {
    border: none; }
    ul.documents-list li .fa {
      transition: color 0.4s ease;
      color: #ffffff;
      margin-right: 5px; }
    ul.documents-list li .fa.fa-cloud-download {
      cursor: pointer; }
    ul.documents-list li .fa.fa-cloud-download:hover {
      color: #3fb1e5; }
    ul.documents-list li a {
      color: #ffffff;
      padding: 2px; }
    ul.documents-list li a:first-child {
      padding: 0px; }
    ul.documents-list li a.active {
      cursor: default;
      text-decoration: underline; }

.schedule_interview {
  width: 480px; }
  .schedule_interview .postfix {
    color: #4d4d4d; }
  .schedule_interview #invites_wrapper {
    margin-bottom: 0.75rem; }
  .schedule_interview #invites {
    width: 450px;
    max-width: 450px; }

.contact_tags {
  width: 450px;
  max-width: 450px;
  margin-bottom: 0.75rem; }

.ui-datepicker-header {
  margin-bottom: 10px;
  color: #000000; }
  .ui-datepicker-header a {
    color: #000000; }
  .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker-header .ui-datepicker-next {
    width: 15%;
    display: inline-block; }
  .ui-datepicker-header .ui-datepicker-next {
    float: right;
    text-align: right; }
  .ui-datepicker-header .ui-datepicker-title {
    width: 70%;
    display: inline-block;
    text-align: center; }
    .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
      font-weight: bold; }
    .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
      color: #999999; }

table.ui-datepicker-calendar {
  width: 100%; }
  table.ui-datepicker-calendar tr,
  table.ui-datepicker-calendar thead {
    background: none; }
  table.ui-datepicker-calendar td,
  table.ui-datepicker-calendar th {
    position: relative;
    text-align: center; }
  table.ui-datepicker-calendar td {
    cursor: pointer; }
    table.ui-datepicker-calendar td:hover {
      background: #b1dcfb; }
  table.ui-datepicker-calendar th {
    color: #999999; }
  table.ui-datepicker-calendar .ui-datepicker-other-month a {
    color: #dddddd; }
  table.ui-datepicker-calendar a,
  table.ui-datepicker-calendar .ui-datepicker-other-month:hover a {
    color: #000000; }
  table.ui-datepicker-calendar .ui-datepicker-current-day,
  table.ui-datepicker-calendar .ui-datepicker-current-day:hover {
    background: #005c90; }
    table.ui-datepicker-calendar .ui-datepicker-current-day a,
    table.ui-datepicker-calendar .ui-datepicker-current-day:hover a {
      color: #ffffff; }
  table.ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background: none; }
  table.ui-datepicker-calendar .ui-datepicker-today:before {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #005c90;
    border-left: 0.5em solid transparent; }
  table.ui-datepicker-calendar .ui-state-disabled,
  table.ui-datepicker-calendar .ui-state-disabled:hover {
    cursor: default;
    color: #dddddd;
    background: #f5f5f5; }
  table.ui-datepicker-calendar .highlight:hover a {
    color: #ffffff; }
  table.ui-datepicker-calendar .highlight a,
  table.ui-datepicker-calendar .highlight span {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 10px;
    box-shadow: 0 0 0 6px #a1ce57;
    color: #ffffff;
    background: #a1ce57; }

.interview_feedback {
  min-width: 750px; }
  .interview_feedback .collapse.rating {
    margin-bottom: 20px; }

.textarea_form_item {
  min-height: 100px; }

/*
// These were nice tabs.
// Not using them now but keep the CSS around
ul.tabs {
    margin-top: 1em;
    margin-left: 0px;
    height: 0px;
    li.tab-title {
        position: relative;
        margin-bottom: 0 !important;
        list-style: none;
        float: left;
        padding: 10px;
        border-top-right-radius: $global-border-radius;
        border-top-left-radius: $global-border-radius;
        cursor: pointer;
        background: $color-primary;
        color: $white;
    }
    li.active {
        background: $color-secondary;
    }
}
*/
h3.client-questions-title {
  margin-top: 1em;
  color: #ffffff; }

.client-questions-container {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 6px;
  border: solid 2px #ffffff; }
  .client-questions-container .client-question {
    padding: 0.5em 0.25em 0.5em 0.25em;
    background: #e4e4e4;
    border-bottom: solid 1px #ffffff; }
    .client-questions-container .client-question .question {
      font-weight: bold;
      color: #000000; }
    .client-questions-container .client-question .answer {
      text-indent: 1em;
      color: #a1ce57; }
  .client-questions-container .client-question.answered {
    background: #ffffff; }

.client-question-modal {
  width: 600px;
  padding-bottom: 1em; }
  .client-question-modal span.unanswered {
    color: #666; }
  .client-question-modal span.answered {
    color: #060; }
  .client-question-modal input {
    display: inline-block;
    float: left;
    width: 550px;
    margin-right: 1em;
    border: none;
    font-size: 1em; }
  .client-question-modal a.button {
    margin: 1em 0em 0em 0em; }

.client-msp .tabs-content {
  padding-bottom: 15px;
  background: #ffffff;
  border: solid 1px #cccccc;
  margin-top: -1px; }

.client-msp .invoice-run-info .fa-download {
  margin-left: 10px; }

.client-msp .invoice-select select {
  width: 100%; }

.client-msp .invoice-select a.button {
  margin-top: 0; }

.client-msp .subsection {
  margin: 0 0 1em 2em; }

.client-msp .fa-ul .fa-li {
  line-height: 1.4; }

.client-msp .invoice-item.root {
  font-size: 1em !important;
  padding-left: 1em !important;
  margin-top: 0.5em; }

.client-msp .subsection.invoices > div {
  margin-bottom: 0.5em; }

.client-msp .popover {
  float: left; }
  .client-msp .popover .popover-content {
    z-index: 99999; }

.client-msp .toggle-new-invoice-run {
  margin-top: 20px; }

.supplier_files {
  width: 600px;
  padding: 1em; }
  .supplier_files .file {
    margin-left: 1em;
    line-height: 1.5em; }

.publish_payroll {
  width: 400px; }
  .publish_payroll i.fa-exclamation-triangle {
    color: #f08a24;
    float: left;
    margin-top: 0.15em; }
  .publish_payroll a.button {
    margin-right: 1em; }

.payroll_runs .row {
  padding: 4px; }

.payroll_runs .row.header {
  background-color: #eee;
  padding: 2px;
  font-weight: bold;
  font-size: 1em; }

.payroll_runs .row.payroll_run {
  font-size: 0.8em; }
  .payroll_runs .row.payroll_run .file-download-field {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.payroll_runs .fa-trash-o {
  cursor: pointer; }

.new_invoice_run {
  width: 700px; }

.pay-periods label input {
  margin-right: 0.25em;
  font-size: 2em; }

.add_misc_invoice_item .autocomplete {
  margin-bottom: 0; }

.add_misc_invoice_item .file-upload {
  margin-bottom: 0.75rem; }

.add_misc_invoice_item .file-download {
  line-height: 1.5; }

.url-valid {
  position: absolute;
  top: 25px;
  right: 20px; }

.invoce-approval {
  padding: 0 10px; }

.title-buttons {
  margin-top: 10px; }
  .title-buttons .button {
    margin-bottom: 0px; }

.clientsInfo {
  float: left;
  margin-top: 25px; }

.check-all {
  float: right;
  padding-left: 10px; }

.check-all label {
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 0px; }

.status-dropdown {
  margin-top: 18px; }

.pay-schemes .actions {
  margin-top: 10px; }

.pay-schemes .content-panel label {
  cursor: default; }

.pay-schemes i.fa-arrows-alt {
  padding-bottom: 10px; }

.pay-schemes .region span.error {
  margin-top: -33px; }

.pay-schemes .day-divide span.error {
  margin-top: -13px; }

.pay-schemes .tt-dropdown-menu {
  margin-top: -10px; }

.radio-disabled label {
  color: #747474;
  opacity: 0.7; }

.verticals .icon-header {
  display: inline-flex; }
  .verticals .icon-header span {
    font-size: 80%;
    padding-top: 6px;
    padding-left: 5px; }

.verticals .verticals-table {
  margin-bottom: 10px; }

tr.clickable {
  cursor: pointer; }

tr.clickable:hover {
  background-color: #edf8ff; }

table.po-detail {
  width: 100%;
  margin-top: 1em; }
  table.po-detail .depletion-bar {
    height: 1.75em;
    width: 215px; }
  table.po-detail th {
    text-align: left; }

div.po-list .depletion-bar {
  padding: 0px;
  height: 16px;
  margin: 6px 2% 0px 2%;
  width: 96% !important; }

div.po-list .depletion-label {
  padding-top: 0px;
  font-size: 0.75em;
  margin-top: -2px; }

div.po-list .ember-table-header-cell {
  max-width: 300px !important; }

div.po-list .ember-table-cell {
  max-width: 300px !important; }

div.po-detail a.button.slim {
  font-size: 14px; }

div.request-increase {
  min-width: 400px; }
  div.request-increase .loading-spinner {
    margin: 2em; }
  div.request-increase .buttons {
    padding-right: 1em; }

.tabs-content {
  padding-bottom: 15px;
  background: #ffffff;
  border: solid 1px #cccccc;
  margin-top: -1px; }

.vms-modal .po-end-extend {
  width: 550px; }

.check-all label {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  padding-left: 5px; }

.check-all input {
  margin-bottom: 10px;
  font-size: 1.5em; }

.check-all {
  float: right; }

.modal-form-label {
  padding-top: 5px;
  font-weight: bold;
  padding-left: 5px; }

.modal-new-date input {
  margin-bottom: 0px; }

.po-end-extend .ember-table-tables-container .ember-table-scroll-container {
  visibility: hidden; }

.department-autocomplete .autocomplete, .client-account-autocomplete {
  margin-bottom: 0px; }

.client_notifications_admin .fade-away {
  animation: fade-out 1s ease-out;
  animation-delay: 3.5s;
  animation-fill-mode: forwards; }

.client_notifications_admin .fade-in {
  animation: fade-in 0.5s ease-out;
  animation-fill-mode: forwards; }

.client_notifications_admin .index-view .actions {
  margin-top: 10px; }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.client_notifications_admin .distribution-list-detail label {
  font-size: 1em; }

.client_notifications_admin .distribution-list-detail .actions {
  margin-top: 10px; }
  .client_notifications_admin .distribution-list-detail .actions button i.fa {
    margin-right: 10px; }
  .client_notifications_admin .distribution-list-detail .actions button i.fa-spin {
    margin-right: 0px; }

.client_notifications_admin .distribution-list-detail .errors {
  text-align: right;
  color: #ed1c23; }

.distribution_list_admin-manage-item-modal {
  width: 290px; }
  .distribution_list_admin-manage-item-modal .reverse {
    display: flex;
    flex-direction: row-reverse; }
  .distribution_list_admin-manage-item-modal .actions {
    justify-content: center;
    margin-top: 10px; }
    .distribution_list_admin-manage-item-modal .actions > button {
      margin-left: 10px; }
  .distribution_list_admin-manage-item-modal .validation-error {
    color: #ed1c23;
    text-align: center;
    margin-bottom: 1em; }

.client_notifications_admin .notification-detail {
  padding-bottom: 1.5em; }
  .client_notifications_admin .notification-detail .recipients {
    border: 1px solid #ddd;
    padding: 10px 10px 5px 10px;
    border-radius: 4px; }
  .client_notifications_admin .notification-detail .form-actions button {
    margin: 0; }
    .client_notifications_admin .notification-detail .form-actions button.saved {
      background: none;
      color: #005c90;
      padding-right: 0; }
  .client_notifications_admin .notification-detail .notification-desc {
    margin-bottom: 3em; }
  .client_notifications_admin .notification-detail button.recip {
    font-size: 0.9em;
    border-radius: 3px;
    padding: 0.6em 1em 0.7em 1em;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
    cursor: default; }
    .client_notifications_admin .notification-detail button.recip:hover {
      background-color: #008cba; }
    .client_notifications_admin .notification-detail button.recip .icon {
      margin-right: 5px;
      opacity: 0.5; }
    .client_notifications_admin .notification-detail button.recip .x {
      margin-left: 10px;
      cursor: pointer;
      opacity: 0.5; }
      .client_notifications_admin .notification-detail button.recip .x:hover {
        color: #ed1c23;
        opacity: 1; }
  .client_notifications_admin .notification-detail .edit-recipients-btn-wrap {
    text-align: right; }
    .client_notifications_admin .notification-detail .edit-recipients-btn-wrap.no-recipients {
      text-align: left; }
    .client_notifications_admin .notification-detail .edit-recipients-btn-wrap button.edit {
      cursor: pointer; }
      .client_notifications_admin .notification-detail .edit-recipients-btn-wrap button.edit.light {
        background: #ffffff;
        border: none;
        color: #005c90;
        padding-right: 0; }
      .client_notifications_admin .notification-detail .edit-recipients-btn-wrap button.edit .icon {
        margin-right: 0px; }
  .client_notifications_admin .notification-detail .notification-message {
    margin-top: 2em; }
    .client_notifications_admin .notification-detail .notification-message h4 {
      opacity: 0.6;
      text-transform: uppercase;
      font-size: 0.8em; }
    .client_notifications_admin .notification-detail .notification-message > p {
      margin-left: 20px; }
    .client_notifications_admin .notification-detail .notification-message a {
      pointer-events: none !important;
      cursor: default; }

.client_notifications_admin-manage-recipients-modal {
  min-width: 290px; }
  .client_notifications_admin-manage-recipients-modal .two-col {
    display: flex; }
    .client_notifications_admin-manage-recipients-modal .two-col > div {
      padding: 1em; }
      .client_notifications_admin-manage-recipients-modal .two-col > div ul {
        list-style: none;
        margin: 0; }
        .client_notifications_admin-manage-recipients-modal .two-col > div ul li {
          margin: 0.3em 0; }
          .client_notifications_admin-manage-recipients-modal .two-col > div ul li label {
            font-size: 0.9em;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 250px;
            overflow: hidden; }
            .client_notifications_admin-manage-recipients-modal .two-col > div ul li label i {
              transform: translateY(3px); }
            .client_notifications_admin-manage-recipients-modal .two-col > div ul li label.disabled {
              cursor: default;
              opacity: 0.7; }
  .client_notifications_admin-manage-recipients-modal .actions {
    text-align: center; }

.client_supplier .chosen_select {
  margin-top: 1em;
  float: right; }

.subtitle {
  color: #4d4d4d;
  line-height: normal;
  font-size: 11px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

table.client-list {
  width: 100%; }
  table.client-list tr.clickable {
    cursor: pointer; }
  table.client-list tr.clickable:hover {
    background-color: #edf8ff; }

.tabs-content {
  padding-bottom: 15px;
  background: #ffffff;
  border: solid 1px #cccccc;
  margin-top: -1px; }

table.misc-invoice-items {
  width: 100%; }
  table.misc-invoice-items a.button {
    margin: 0;
    padding: 0; }
    table.misc-invoice-items a.button.approve {
      background: #a1ce57; }
      table.misc-invoice-items a.button.approve:hover {
        background: #7ba831; }
    table.misc-invoice-items a.button.deny {
      margin: 5px 0 0;
      background: #ed1c23; }
      table.misc-invoice-items a.button.deny:hover {
        background: #af0e13; }
    table.misc-invoice-items a.button .fa {
      width: 30px;
      line-height: 30px; }

.expense-details-header {
  margin: 0.75rem 0; }
  .expense-details-header .fa {
    margin-left: 5px;
    cursor: pointer;
    font-size: 18px; }

.expense-details .approval-buttons {
  margin-bottom: 20px; }

.expense-details a.button.slim.approval {
  margin-bottom: 0; }
  .expense-details a.button.slim.approval:first-child {
    margin-right: 0.5rem; }

.expense-details input {
  width: 50%;
  display: inline-block; }

.expense-details figure {
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.expense-details .file-download {
  font-size: 14px; }

.add_misc_invoice_item .autocomplete {
  margin-bottom: 0; }

.add_misc_invoice_item .file-upload {
  margin-bottom: 0.75rem; }

.add_misc_invoice_item .file-download {
  line-height: 1.5; }

.add_misc_invoice_item .add-worker {
  width: 100%; }

div.msp-resubmission-alert {
  max-width: 400px; }

.client_worker_preference_admin .stack .button {
  margin-bottom: 0.75em;
  margin-top: 0.75em; }
  .client_worker_preference_admin .stack .button.active {
    background: #007295; }

.client_worker_preference_admin select {
  color: rgba(0, 0, 0, 0.75); }

.client_worker_preference_admin a.postfix {
  border-color: #cccccc;
  border-left: none;
  color: #333;
  background: #f2f2f2; }

.client_worker_preference_admin .departments select {
  min-height: 100px; }

.client_worker_preference_admin .departments .button {
  display: block; }

.cost_center_admin .stack .button {
  margin-bottom: 0.75em;
  margin-top: 0.75em; }
  .cost_center_admin .stack .button.active {
    background: #007295; }

.cost_center_admin select {
  color: rgba(0, 0, 0, 0.75); }

.cost_center_admin a.postfix {
  border-color: #cccccc;
  border-left: none;
  color: #333;
  background: #f2f2f2; }

.cost_center_admin .departments select {
  min-height: 100px; }

.cost_center_admin .departments .button {
  display: block; }

.dashboard-empty {
  text-align: center;
  font-size: 2em;
  color: #cccccc;
  margin-top: 7em; }

@media only screen and (max-width: 40em) {
  table.responsive td:not(:first-of-type) {
    display: none; }
  table.responsive th:not(:first-of-type) {
    display: none; } }

.department_admin .stack .button {
  margin-bottom: 0.75em;
  margin-top: 0.75em; }
  .department_admin .stack .button.active {
    background: #005c90; }

.department_admin select {
  color: rgba(0, 0, 0, 0.75); }

.department_admin a.postfix {
  border-color: #cccccc;
  border-left: none;
  color: #333;
  background: #f2f2f2; }

.department_admin .positions select {
  min-height: 100px; }

.department_admin .positions .button {
  display: block; }

.find_department {
  padding: 20px;
  padding-bottom: 40px;
  min-width: 700px; }

.departments-header {
  margin-bottom: 0px; }

.show_detailed_invoice_items {
  font-size: 14px; }

.invoice-item {
  padding-left: 2em;
  font-size: 14px; }
  .invoice-item i {
    cursor: pointer;
    width: 2%;
    float: left; }
  .invoice-item .invoice-item-label {
    color: #000000;
    padding-left: 0 !important; }
  .invoice-item .invoice-item-total {
    float: right;
    text-align: right;
    padding-right: 0 !important; }
  .invoice-item .invoice-item-description {
    margin-left: 1.3em;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    line-height: 14px; }
  .invoice-item .invoice-item-info {
    margin-bottom: 2px;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 2px;
    display: inline-block;
    width: 97%; }

.invoice-item.root {
  font-size: 18px;
  padding-left: 0; }

.invoice-item-info.root {
  margin-bottom: 8px; }

.invoice-item.loading {
  color: #cccccc; }
  .invoice-item.loading .loading-spinner {
    height: 14px;
    margin: 0 0 0 14px; }

div.empty {
  color: #cccccc; }

.invoice-run-list select {
  margin: 1.5em 0 0; }

.download-invoices {
  margin-top: 1em; }

.payroll_dashboard a.button.slim {
  margin: 6px 0 0 0; }

.payroll_dashboard .row {
  margin-bottom: 0.1em; }

.payroll_dashboard .row.manager {
  cursor: pointer; }

.payroll_dashboard .row.header {
  background: #f8f8f8;
  padding: 0.25em;
  font-weight: bold; }

.payroll_dashboard .timesheets {
  margin: 0 2em 1em 2em; }
  .payroll_dashboard .timesheets .worker {
    padding-left: 2em; }

.invoice-header .small-4 {
  padding: 25px; }

.browse-invoices-header a.button {
  margin-top: 10px;
  min-width: 180px; }

.browse-invoices-header .chosen_select {
  padding-top: 15px; }

.invoice-last-updated {
  margin: 1.75em 0 0; }

textarea.location_description {
  height: 145px; }

.autocomplete {
  margin-bottom: 0px !important; }

span.autocomplete {
  margin-top: -12px; }

.onboard_items input[type='text'] {
  margin: 0 0 0 0;
  height: 1.6rem; }

.onboard_items tr,
.onboard_items td {
  line-height: 1.8rem; }

.onboard_items .action-header {
  width: 5%; }

.onboard_items .item-header {
  width: 60%; }

.onboard_items .attachment-header {
  width: 25%;
  padding-left: 1.3rem; }

.onboard_items .file_upload {
  display: inline-block; }
  .onboard_items .file_upload .dropzone {
    line-height: 1.5rem; }

.onboard_items .file_upload_hide {
  display: none; }

.onboard_items a {
  display: inline-block; }

.template-label input[type='text'] {
  margin: 0 0 0 0;
  height: 3rem; }

.departments select {
  min-height: 100px; }

.departments .btn {
  display: block;
  width: 100%; }

.prospective-invoice-items {
  width: 100%; }
  .prospective-invoice-items .prospective-invoice-items-header {
    background-color: #f2f2f2; }
    .prospective-invoice-items .prospective-invoice-items-header th {
      color: #005c90;
      text-align: left; }
    .prospective-invoice-items .prospective-invoice-items-header .item-contractor-header {
      width: 15%; }
    .prospective-invoice-items .prospective-invoice-items-header .item-date-header {
      width: 9%; }
    .prospective-invoice-items .prospective-invoice-items-header .item-description-header {
      width: 33%; }
    .prospective-invoice-items .prospective-invoice-items-header .item-units-header {
      width: 6%; }
    .prospective-invoice-items .prospective-invoice-items-header .item-unit-type-header {
      width: 10%; }
    .prospective-invoice-items .prospective-invoice-items-header .item-unit-price-header {
      width: 9%; }
  .prospective-invoice-items .prospective-invoice-item .expand-arrow-wrapper {
    margin-top: 4px; }
  .prospective-invoice-items .prospective-invoice-item td:last-child {
    padding-right: 0; }
  .prospective-invoice-items .prospective-invoice-item label.total-amount {
    display: inline-block;
    width: 47%; }
  .prospective-invoice-items .prospective-invoice-item .approve-item,
  .prospective-invoice-items .prospective-invoice-item .reject-item .spinner-icon {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px; }

.user-detail {
  margin-bottom: 1em; }
  .user-detail span.disabled {
    color: #cccccc; }

.access-details select {
  height: 100px;
  background-image: none; }

.access-details .controls {
  text-align: right; }
  .access-details .controls a.button.slim {
    font-size: 0.8em; }

.access-details label {
  cursor: default; }

.access-details .fa-trash {
  cursor: pointer; }

.suppliers .button-group {
  margin-top: 1em;
  float: right; }
  .suppliers .button-group .button.active {
    background: #007295; }

.suppliers .tabs-content {
  padding-bottom: 15px;
  background: #ffffff;
  border: solid 1px #cccccc;
  margin-top: -2px; }

.suppliers label {
  width: 150px;
  margin-left: 1em;
  display: inline-block;
  text-align: left; }

.suppliers .fa-arrows-alt {
  margin-top: 1.5em; }

.charts-container {
  text-align: center; }
  .charts-container .c3-tooltip {
    text-align: left; }
  .charts-container div.row {
    margin-bottom: 2em; }
  .charts-container .chart-title {
    display: block;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 0.25em;
    margin-left: 0.75em; }

#supplier_worker_documents {
  position: relative;
  background: #ffffff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  #supplier_worker_documents td {
    position: relative; }
  #supplier_worker_documents .ember-view {
    display: inline-block;
    width: 90%; }
  #supplier_worker_documents .delete {
    width: 35px; }
  #supplier_worker_documents .delete .fa {
    display: none;
    cursor: pointer; }
  #supplier_worker_documents tr:hover .delete .fa {
    display: block; }
  #supplier_worker_documents input {
    display: inline-block;
    margin: 0;
    font-size: 0.875rem;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-transition: none;
    transition: none;
    cursor: pointer; }
    #supplier_worker_documents input:active, #supplier_worker_documents input:focus {
      -webkit-appearance: none;
      background-color: #ffffff;
      font-family: inherit;
      border: 1px solid #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);
      cursor: text; }
  #supplier_worker_documents .save {
    visibility: hidden;
    cursor: pointer;
    margin-left: -20px; }
    #supplier_worker_documents .save.editing {
      visibility: visible; }
  #supplier_worker_documents .clean {
    color: gray; }
  #supplier_worker_documents .dz-preview .dz-success-mark,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-success-mark,
  #supplier_worker_documents .dz-preview .dz-error-mark,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-error-mark {
    display: none; }
  #supplier_worker_documents .progress_spinner {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px; }
  #supplier_worker_documents .dz-remove {
    position: absolute;
    top: 0;
    right: 40px; }
  #supplier_worker_documents .dz-error .dz-error-message {
    position: relative;
    display: inline-block;
    color: #ed1c23; }
  #supplier_worker_documents .dz-error .dz-error-mark {
    display: block;
    position: absolute;
    right: 8px;
    top: 0; }
  #supplier_worker_documents .dz-error .progress_spinner {
    display: none; }
  #supplier_worker_documents .dz-message {
    padding: 0 0.5rem; }
  #supplier_worker_documents .dz-preview,
  #supplier_worker_documents .dropzone-previews .dz-preview {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 47px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.74902); }
  #supplier_worker_documents .dz-preview .dz-progress,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cccccc; }
  #supplier_worker_documents .dz-upload {
    width: 0;
    height: 100%;
    background: #e3f1cd; }
  #supplier_worker_documents .dz-preview .dz-details,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-details {
    width: 100%;
    height: auto;
    padding: 0 0.625rem;
    background: none; }
  #supplier_worker_documents .dz-details {
    display: inline;
    margin-left: 35px; }
    #supplier_worker_documents .dz-details .fa {
      margin-right: 7px; }
  #supplier_worker_documents .dz-preview .dz-details .dz-filename,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-details .dz-filename,
  #supplier_worker_documents .dz-preview .dz-details .dz-size,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-details .dz-size {
    position: relative;
    display: inline; }
  #supplier_worker_documents .dz-preview .dz-success-mark,
  #supplier_worker_documents .dropzone-previews .dz-preview .dz-success-mark {
    display: none; }
  #supplier_worker_documents.dz-drag-hover {
    background: #eee;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

#present_supplier_worker_modal {
  min-width: 615px; }
  #present_supplier_worker_modal tbody tr {
    cursor: pointer; }
    #present_supplier_worker_modal tbody tr:hover {
      background: #ddf3ff; }

/* ORDERS STYLESHEET */
div.row .spaced {
  margin-bottom: 1em; }

div.field-label,
div.field-value {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3em; }

div.field-label {
  vertical-align: middle;
  margin-bottom: 7px;
  text-align: right; }

div.field-value {
  vertical-align: middle;
  color: #333; }

.anticipated_worker_name input {
  display: inline-block;
  width: 75%; }

.anticipated_worker_name .fa {
  margin-left: 5px;
  cursor: pointer; }

.order-approve,
.order-deny {
  width: 8.4em; }

.orders-button-bar {
  margin-top: 13px;
  float: right; }

.position-details,
.worksite-details {
  min-width: 500px;
  max-width: 700px;
  font-size: 14px; }
  .position-details .position-description,
  .worksite-details .position-description {
    margin-top: -1.5em;
    white-space: pre-line; }

.chosen-container-hold-req-top-margin {
  margin-top: 19px; }

#present_worker_modal {
  min-width: 615px; }
  #present_worker_modal textarea {
    min-height: 80px; }
  #present_worker_modal input.autocomplete {
    border-radius: 0;
    margin-bottom: 1rem; }
  #present_worker_modal .error {
    display: none;
    text-transform: none; }
  #present_worker_modal .errors .error {
    display: block; }
  #present_worker_modal .errors input,
  #present_worker_modal .errors textarea {
    margin: 0; }
  #present_worker_modal .desired_pay_salary label {
    display: inline; }
  #present_worker_modal .desired_pay_salary input {
    display: inline;
    width: 130px; }
  #present_worker_modal .desired_pay_salary .pay {
    display: inline-block;
    width: 135px; }
  #present_worker_modal .desired_pay_salary .error {
    width: 130px;
    float: left; }
  #present_worker_modal .documents {
    margin-bottom: 1rem; }
    #present_worker_modal .documents .document_list {
      margin: 5px 0;
      max-width: 615px;
      font-size: 0.75rem;
      color: #616161;
      font-weight: normal;
      line-height: 1.5;
      list-style: none; }
    #present_worker_modal .documents .document {
      position: relative; }
      #present_worker_modal .documents .document label {
        padding: 8px 10px; }
      #present_worker_modal .documents .document:hover {
        background: #f6fcff; }
      #present_worker_modal .documents .document.selected {
        background: #e7f6ff; }
      #present_worker_modal .documents .document .icon {
        margin-right: 5px; }
      #present_worker_modal .documents .document input[type='checkbox'] {
        margin: 0.375rem 0; }
      #present_worker_modal .documents .document .document_label {
        display: inline-block;
        width: 50%;
        margin: 0;
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        -webkit-transition: none;
        transition: none;
        cursor: pointer; }
        #present_worker_modal .documents .document .document_label:active, #present_worker_modal .documents .document .document_label:focus {
          -webkit-appearance: none;
          background-color: #ffffff;
          font-family: inherit;
          border: 1px solid #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);
          cursor: text; }
      #present_worker_modal .documents .document .save {
        margin-left: -20px;
        margin-right: 20px;
        visibility: hidden;
        cursor: pointer; }
      #present_worker_modal .documents .document .editing {
        visibility: visible; }
      #present_worker_modal .documents .document .clean {
        color: gray; }
      #present_worker_modal .documents .document .created {
        margin-left: 5px; }
  #present_worker_modal .dropzone {
    padding: 0;
    min-height: 0;
    line-height: 35px;
    -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: #aaa; }
  #present_worker_modal .dropzone.dz-started {
    color: #616161; }
  #present_worker_modal .dropzone [name='file'] {
    display: none; }
  #present_worker_modal .dz-message {
    padding: 0 0.5rem; }
  #present_worker_modal .dropzone .dz-preview,
  #present_worker_modal .dropzone-previews .dz-preview {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0; }
  #present_worker_modal .dropzone .dz-preview .dz-progress,
  #present_worker_modal .dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #d7d7d7;
    opacity: 0.3; }
  #present_worker_modal .dropzone .dz-preview .dz-details,
  #present_worker_modal .dropzone-previews .dz-preview .dz-details {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 0.5rem;
    background: none; }
  #present_worker_modal .dropzone .dz-preview .dz-details .dz-filename,
  #present_worker_modal .dropzone-previews .dz-preview .dz-details .dz-filename,
  #present_worker_modal .dropzone .dz-preview .dz-details .dz-size,
  #present_worker_modal .dropzone-previews .dz-preview .dz-details .dz-size {
    position: relative;
    display: inline;
    height: auto;
    bottom: 0;
    left: 0; }
  #present_worker_modal .dropzone .dz-preview .dz-success-mark,
  #present_worker_modal .dropzone-previews .dz-preview .dz-success-mark,
  #present_worker_modal .dropzone .dz-preview .dz-error-mark,
  #present_worker_modal .dropzone-previews .dz-preview .dz-error-mark {
    right: 0;
    top: 50%;
    margin-top: -20px; }

.questions {
  width: 400px;
  margin-bottom: 0.75em; }
  .questions .answer input {
    margin: 0;
    transition: padding 0.05s ease-out; }
    .questions .answer input.saved {
      padding-left: 0;
      border: none;
      box-shadow: none;
      background: none; }
  .questions .answer .instructions {
    visibility: hidden; }
    .questions .answer .instructions.can_save {
      visibility: visible; }

.supplier .title .button {
  margin: 0.75em 0; }

.supplier .selectable-table tbody tr:hover,
.supplier tr.selected {
  cursor: pointer;
  background-color: rgba(161, 206, 87, 0.4) !important; }

.expense_report .picker {
  width: 300px; }

.expense_report .tt-dropdown-menu {
  width: auto;
  max-width: 500px; }
  .expense_report .tt-dropdown-menu p {
    white-space: nowrap !important; }

tr.expense_report td {
  line-height: 2em; }

div.expense_labor_tag {
  margin-bottom: 10px; }

td.expense_labor_tag select {
  line-height: 1em; }

td .autocomplete {
  margin-bottom: 0; }
  td .autocomplete input {
    margin-bottom: 0; }

.chosen_select.expense-statuses {
  margin-top: 1.5em !important; }

.state-dropdown {
  float: right; }
  .state-dropdown .chosen_select {
    margin-top: 1.5em !important;
    width: 100%; }

.expense-form .autocomplete {
  margin-bottom: 0; }

h1.wallclock {
  color: #000000; }

div.module-wrapper {
  position: absolute;
  top: 4.2em;
  bottom: 0;
  overflow-x: auto;
  padding: 1em 2em 0em 2em;
  width: 100%; }

div.punch-card-container {
  -webkit-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -moz-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -o-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -ms-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  border-radius: 6px;
  border: solid 1px #cccccc;
  display: inline-block;
  padding: 0.8em;
  background: #ffffff;
  width: 100%;
  margin-bottom: 1em;
  border-radius: 6px; }

.punch-day-label {
  font-size: 1em; }

.punch-notes {
  font-size: 0.6em; }

.punch-day {
  height: 3em; }

.punch-day.add-punch {
  height: inherit; }
  .punch-day.add-punch a {
    visibility: hidden; }

div.punch-summary {
  font-size: 1em;
  color: #005c90;
  font-weight: normal;
  text-align: left; }

.punch-summary.is-dirty {
  color: #747474; }

span.punch-period {
  margin-right: 0.5em;
  color: #666; }

table.punch-card {
  border: none;
  margin: 0px; }
  table.punch-card th {
    color: #000000;
    vertical-align: top;
    width: 14.28571%;
    height: 54px;
    background: #efefef;
    text-transform: none; }
  table.punch-card th.weekend {
    background: #fafafa; }
  table.punch-card th.non-workday {
    color: #cccccc; }
  table.punch-card tr > td {
    background: #ffffff; }
  table.punch-card tr > td:nth-child(even) {
    background: #f8f8f8; }
  table.punch-card th.disabled {
    width: 25px;
    color: #cccccc;
    background: #eee; }
  table.punch-card td.disabled {
    background: #eee; }

.showOnHover {
  position: relative;
  font-size: 0.9em; }

.daily-ordering .daily-ordering-select {
  margin-top: 18px;
  padding-left: 5px !important; }

.daily-ordering .dashboard-title-loading {
  margin-top: 25px; }

.daily-ordering .punch-card-container {
  border: 0px;
  padding: 0px; }

.daily-ordering .punch-day {
  padding: 5px;
  padding-top: 10px;
  height: 100px; }

.daily-ordering .date-label {
  float: right;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

.daily-ordering .add-shift {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px; }

.daily-ordering .add-shift.hidden-element {
  font-size: 1em; }

.daily-ordering .col-container {
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */ }

.daily-ordering .col {
  display: table-cell;
  /* Make elements inside the container behave like table cells */ }

.daily-ordering a.add-button {
  margin-bottom: 5px;
  margin-top: 10px; }

.daily-ordering-week {
  position: relative; }

.daily-ordering-week .left-arrow {
  position: absolute;
  left: 10px;
  top: 45%;
  transform: translate(-50%, 0);
  color: #005c90;
  font-size: 2em; }

.daily-ordering-week .right-arrow {
  position: absolute;
  right: -5px;
  top: 45%;
  transform: translate(-50%, 0);
  color: #005c90;
  font-size: 2em; }

.daily-ordering-week .hover-alert {
  min-width: 220px;
  min-height: 90px;
  position: absolute;
  color: #005c90;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  padding: 0.25em 0.5em 0.5em 0.5em;
  border: solid 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  z-index: 9999999;
  opacity: 0; }

.daily-ordering-week:hover .hover-alert {
  opacity: 1; }

.daily-ordering .department-header {
  font-size: 1.1em;
  color: #000000; }

.daily-ordering hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.num-assignments {
  width: 3em !important; }

.num-assignments input {
  margin-bottom: 0px;
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.7em;
  height: 25px; }

.showOnHover .field-label {
  margin-bottom: 0px; }

.showOnHover .shift {
  margin-bottom: 10px;
  position: relative; }

.showOnHover .shift.active {
  border: 1px solid #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); }

.showOnHover a {
  color: #005c90; }

.showOnHover .shift .shift-label {
  text-align: center; }

.showOnHover .shift .shift-label .filled {
  color: black;
  font-weight: bold; }

.showOnHover .shift .shift-label .not-filled {
  color: gray; }

.showOnHover .hidden-element {
  opacity: 0;
  font-size: 1.3em; }

.showOnHover:hover .hidden-element {
  opacity: 1; }

.showOnHover .shift .hidden-edit {
  opacity: 0;
  font-size: 1.3em; }

.showOnHover .shift:hover .hidden-edit {
  opacity: 1; }

.showOnHover .float-right-icon {
  position: absolute;
  right: 10px;
  bottom: 0px; }

.daily-ordering .punch_menu {
  padding-top: 5px;
  min-width: 200px;
  left: -40%;
  top: -15px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9999999999999999; }

.daily-ordering .punch_menu select {
  font-size: 0.8em;
  margin-bottom: 0px;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px; }

.daily-ordering .punch_menu p {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold; }

.daily-ordering .close-punch-menu {
  margin-top: 0px; }

.daily-ordering .punch_menu .button {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1em; }

.context_menu {
  position: absolute;
  left: 999999999px;
  display: inline-block;
  margin: 0;
  min-width: 130px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: normal;
  list-style: none;
  font-size: 14px;
  background: #eee; }
  .context_menu li {
    display: block;
    padding: 3px 10px;
    border-top: 1px solid #cccccc; }
    .context_menu li:first-child {
      border: none; }
    .context_menu li:hover {
      cursor: pointer;
      background: #ddd; }

.punch-hour {
  width: 96px; }

.punch-time {
  font-size: 1em;
  color: #005c90;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0);
  width: 50%;
  white-space: nowrap;
  position: relative; }
  .punch-time input.disabled,
  .punch-time input[disabled] {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: solid 2px rgba(0, 0, 0, 0);
    color: #005c90;
    cursor: default; }
  .punch-time input.invalid {
    color: #ed1c23; }
  .punch-time input {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    display: inline-block; }
  .punch-time input.in_time {
    text-align: right;
    margin-left: -2px; }
  .punch-time input.out_time {
    text-align: left;
    margin-left: 0px; }

.punch-time.rounded {
  border: solid 1px rgba(0, 0, 0, 0);
  padding: 0px;
  width: 48px;
  height: 20px; }

.punch-time.hours-only {
  width: 100%; }
  .punch-time.hours-only input {
    width: 20px;
    text-align: center; }

.punch-code-label {
  padding-top: 2px;
  overflow: hidden; }

.exception-punch-label {
  color: #000000; }

.punch-time.dashed::after {
  position: absolute;
  left: 47px;
  content: '-'; }

.punch-time.edit-dashed::after {
  position: absolute;
  content: '-';
  margin-top: 1px;
  margin-left: -1px; }

.punch.edit .punch-time {
  z-index: 100; }

.punch.error {
  background-color: rgba(255, 0, 0, 0.5) !important; }

.punch.error:hover {
  background-color: rgba(255, 0, 0, 0.75) !important; }

.punch_menu {
  position: absolute;
  left: -55%;
  text-align: left;
  background: #f4f4f4;
  z-index: 50;
  padding: 2em 1em 0px 1em;
  border-radius: 10px;
  top: -5px;
  border: solid 1px #cccccc;
  min-width: 200px; }
  .punch_menu span.reason {
    display: block;
    margin-top: 0.5em;
    font-size: 0.8em; }
  .punch_menu textarea {
    margin-bottom: 0px;
    border-radius: 6px;
    resize: none;
    background-color: #ffffff; }
  .punch_menu .actions a {
    margin-bottom: 0px; }
  .punch_menu .exception-code {
    margin-top: 0.5em;
    font-size: 0.8em; }
    .punch_menu .exception-code input {
      margin-bottom: 0; }

span.punch_error {
  display: block;
  padding: 2px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #ed1c23;
  color: #ffffff; }

div.editable:hover > .punch-time,
.punch-time:focus {
  border: 1px solid #cccccc;
  background: #ffffff;
  cursor: text;
  outline: none; }

a.punch-button,
a.punch-button-disabled,
a.exception-button {
  padding: 4px 8px 4px 8px !important;
  border-radius: 10px !important;
  white-space: nowrap !important;
  margin: 0px !important;
  display: block;
  font-size: 0.9em !important; }
  a.punch-button i,
  a.punch-button-disabled i,
  a.exception-button i {
    margin-left: -4px;
    margin-right: 3px; }

a.punch-button {
  background: #a1ce57 !important;
  margin-bottom: 5px !important; }

a.punch-button-disabled {
  pointer-events: none;
  background: #cccccc !important; }

a.exception-button {
  background: #005c90 !important; }

div.summary {
  margin-top: 0.8em;
  text-align: right; }

span.summary-item {
  font-size: 1rem; }

.punch-info {
  display: none;
  position: absolute;
  background: #ffffff;
  border: solid 1px #666666;
  z-index: 100;
  padding: 0.25em;
  border-radius: 10px;
  text-align: left;
  top: 0;
  left: 100%; }
  .punch-info .punch-error {
    background: #ffffff;
    color: #ed1c23;
    padding: 2px;
    font-size: 0.9em; }

.add-punch {
  height: 70px; }

.edit-tags select {
  padding: 4px;
  margin: 4px 0;
  width: 200px;
  height: 30px; }

.row > .columns.bypass-type-label {
  padding-top: 10px;
  padding-right: 5px; }

.row > .columns.bypass-type-input {
  padding-top: 4px; }

.toggle-rounded {
  float: right;
  margin-top: 10px; }
  .toggle-rounded .fontawesome-checkbox {
    font-size: 1em; }

.toggle {
  display: inline-block;
  padding: 10px;
  margin-top: 3em;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .toggle span:first-child {
    margin-right: 0.8em; }
  .toggle .active {
    color: #999; }

label.legend {
  margin: 1.25em 0.75em 0px 0px;
  padding: 0px;
  cursor: default; }

ul.legend {
  margin-bottom: 0px;
  background: #e6e6e6;
  display: inline-block;
  margin-left: 0px;
  padding-right: 2em;
  border-radius: 6px;
  margin-top: 1em;
  font-size: 0.8em;
  border: solid 1px #a0a0a0; }
  ul.legend li.legend-item {
    cursor: pointer; }
  ul.legend li.legend-item:hover,
  ul.legend li.legend-item.highlighted {
    background: #daecbd; }

div.timesheet-select select {
  width: 265px; }

.punch-summary-info {
  min-width: 125px;
  max-width: 250px; }

.timesheet-summary-info {
  min-width: 175px;
  max-width: 300px;
  font-size: 0.8em;
  line-height: 1.125rem; }

div.expense-summary-info {
  min-width: 100px;
  max-width: 200px;
  font-size: 0.8em;
  line-height: 1.125rem; }

div.expense-table-additional-info {
  min-width: 100px;
  max-width: 200px;
  font-size: 0.8em;
  line-height: 1.125rem; }

.expense-table-additional-info span.expense-pay-code {
  font-size: 1.4em;
  margin-bottom: 10px; }

.expense-table-additional-info span.expense-description {
  font-size: 1.2em; }

.punch-summary-info .left,
.timesheet-summary-info .left,
.expense-summary-info .left {
  float: left; }

.punch-summary-info .right,
.timesheet-summary-info .right,
.expense-summary-info .right {
  padding-left: 5px;
  float: right; }

.punch-info-indicator {
  margin-left: -0.25em; }

.save-punch.button.slim,
.delete-punch.button.slim {
  margin: 0.5em;
  margin-right: 0; }

a.close-punch-menu {
  float: right;
  margin-top: -28px;
  color: #999; }

span.job-tag {
  border: solid 1px #a0a0a0;
  border-radius: 12px;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  background-color: #e6e6e6;
  font-size: 0.8em;
  margin-top: 0.5em; }

.timesheet-controls .chosen_select {
  margin: 0 1em 0 1em !important;
  float: none !important; }
  .timesheet-controls .chosen_select li.approved {
    color: #cccccc; }
  .timesheet-controls .chosen_select li.error {
    color: #ed1c23; }
  @media only screen and (min-device-width: 0px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    .timesheet-controls .chosen_select {
      margin: 0 !important; }
      .timesheet-controls .chosen_select select {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }

h1.timesheet {
  margin-bottom: 0; }

.timesheet small {
  padding-left: 45px; }

div.late-approval-alert {
  width: 600px; }

.pay-bill-rate-code .tt-dropdown-menu {
  width: auto;
  max-width: 500px; }
  .pay-bill-rate-code .tt-dropdown-menu p {
    white-space: nowrap !important; }

.grouped-punch input.disabled {
  color: #747474; }

.meal-penalty-label {
  padding-left: 6px; }

span.retired {
  color: #005c90;
  font-size: 1.1em;
  display: block; }

table.timesheet-approval-summary tr.error a:first-child {
  color: #ed1c23 !important; }

table.timesheet-approval-summary tr.error div.expense-summary-info {
  color: #008cba; }

table.timesheet-approval-summary tr.error span.error {
  padding: 5px; }

table.timesheet-approval-summary td.hiring_manager {
  background: #ffffff; }

@media only screen and (min-device-width: 0px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  table.timesheet-approval-summary tr.error {
    background-color: #ffd7d7; }
  table.timesheet-approval-summary .popover-content {
    margin-left: -6em; }
  table.timesheet-approval-summary .fontawesome-checkbox {
    font-size: 20px; }
  table.timesheet-approval-summary .expense-summary-info {
    color: #005c90;
    font-size: 0.9em; } }

.dashboard-adjustments table {
  width: 100%; }

.download-pdr button {
  margin-top: 25px;
  margin-bottom: 0; }

.download-pdr .pay-period {
  padding-top: 4px; }

.select-assignments-modal hr {
  margin-top: 10px;
  margin-bottom: 0px; }

.select-assignments-modal .vms-modal {
  min-width: 650px; }

.select-assignments-modal label.check-all {
  float: right; }
  .select-assignments-modal label.check-all span {
    font-size: 1.5em; }
  .select-assignments-modal label.check-all input {
    font-size: 2em;
    margin-right: 5px; }

.select-assignments-modal .assignments-list {
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 10px;
  width: 100%; }
  .select-assignments-modal .assignments-list ul {
    list-style-type: none; }
    .select-assignments-modal .assignments-list ul li label {
      font-size: 1em; }
    .select-assignments-modal .assignments-list ul li input {
      font-size: 0.9em;
      margin-right: 10px;
      margin-bottom: 5px;
      vertical-align: bottom; }

.hours-report .no-left-padding {
  padding-left: 0px; }

.hours-report .no-right-padding {
  padding-right: 0px; }

.punch-time.in_time.rounded {
  text-align: right;
  margin-left: 0.5px; }

.punch-time.out_time.rounded {
  text-align: left;
  float: left; }

.labor-tag-select {
  max-width: 10em;
  margin: 0px;
  border-radius: 6px;
  margin-top: 1em;
  float: right; }

div.punch-panel {
  background: #ffffff;
  padding: 1em;
  border-radius: 6px; }

div.punch-panel .wallclock {
  font-family: 'Gotham Book';
  font-size: 2.6em;
  font-weight: bold;
  color: #000000; }

div.punch-panel .button {
  margin: 0.25em 0 0 0;
  background-color: #a1ce57;
  min-width: 140px;
  outline: none; }
  div.punch-panel .button.alert {
    background-color: #ed1c23; }

div.punch-panel .loading-spinner {
  margin-top: 0.5em; }

div.last-punch {
  padding-top: 0.25em; }

button.flash-punch {
  background: rgba(0, 0, 0, 0) !important;
  margin: 0px !important;
  padding: 0px !important; }

button.disabled-overdue-punch {
  background-color: #e0e1e1 !important; }

.legal-text {
  padding-top: 12px; }

@media only screen and (min-device-width: 0px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .punch-panel .labor-tag-select {
    max-width: 100% !important;
    font-size: 1em;
    height: 2em;
    margin: 1em auto 1em auto !important;
    float: none !important;
    display: block !important; }
  .punch-panel .button {
    width: 100%;
    font-size: 1.5em; }
  .punch-panel .last-punch {
    margin-top: 0.5em;
    font-size: 1.5em; }
  .punch-panel h4 {
    font-size: 0.8em; } }

.assignment-actions {
  margin-bottom: 0.75em; }
  .assignment-actions h3,
  .assignment-actions select {
    margin-bottom: 0; }

.assignment_select h3 {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0px; }

.assignment_select select {
  width: 250px;
  margin-left: 8px;
  border-radius: 6px;
  padding: 0 1.5rem 0 0.375rem; }

.assignment_select i.fa-lg {
  vertical-align: -25%; }

.content-panel .cancel_button {
  margin: 0px; }

.content-panel .save_object_button {
  margin: 0px; }

.user-detail {
  margin-bottom: 1em; }
  .user-detail span.disabled {
    color: #cccccc; }

.access-details select {
  height: 100px;
  background-image: none; }

.access-details .controls {
  text-align: right; }
  .access-details .controls a.button.slim {
    font-size: 0.8em; }

.access-details label {
  cursor: default; }

.access-details .fa-trash {
  cursor: pointer; }

i.email-valid {
  display: block;
  float: right;
  margin-top: -2.75em;
  margin-right: 0.5em; }

i.email-valid.fa-check {
  color: #a1ce57; }

i.email-valid.fa-times {
  color: #ed1c23; }

i.email-valid.hide {
  display: none; }

.entity-table {
  max-height: 250px;
  overflow: hidden; }

.vms-admin-users button {
  margin-top: 0; }

.admin-user {
  min-width: 500px; }
  .admin-user .active-checkbox {
    margin-top: 24px; }
  .admin-user .email-valid {
    display: block;
    float: right;
    margin-top: -2.75em;
    margin-right: 0.5em; }
  .admin-user .email-valid.fa-check {
    color: #a1ce57; }
  .admin-user .email-valid.fa-times {
    color: #ed1c23; }
  .admin-user .email-valid.hide {
    display: none; }
  .admin-user .access-details select {
    min-height: 100px; }

.timesheet-pending-approval div.approval-history {
  margin-left: -100px;
  margin-top: 15px; }

a.approval-history .fa-chevron-down {
  color: #ccc;
  font-size: 0.8em;
  margin-left: 1em; }

div.approval-history {
  display: none;
  padding: 0 0 5px 0;
  text-align: left;
  position: absolute;
  min-width: 250px;
  border-radius: 6px;
  background-color: #ffffff;
  z-index: 100; }
  div.approval-history .vms-dropdown-arrow {
    margin-left: 107px; }
  div.approval-history .loading-spinner {
    margin: 0 0 0 46%; }
  div.approval-history .approver,
  div.approval-history .supplier {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.15em 0 0.15em 2em; }
    div.approval-history .approver .approval-date,
    div.approval-history .supplier .approval-date {
      color: #666;
      font-style: italic;
      float: right;
      margin-right: 1em; }
  div.approval-history .release-date {
    float: right;
    margin-left: 2em; }
  div.approval-history h4 {
    margin: 0.5em 0 0.15em 1em; }

span.timesheet-pending-approval {
  margin-top: 5px;
  font-size: 14px;
  float: right; }

.onboarding .approve_buttons .button {
  margin: 0;
  padding: 0; }
  .onboarding .approve_buttons .button.approve {
    background: #a1ce57; }
    .onboarding .approve_buttons .button.approve:hover {
      background: #7ba831; }
  .onboarding .approve_buttons .button.deny {
    margin: 5px 0 0;
    background: #ed1c23; }
    .onboarding .approve_buttons .button.deny:hover {
      background: #af0e13; }
  .onboarding .approve_buttons .button .fa {
    width: 30px;
    line-height: 30px; }

td.onboarding-tracker {
  font-size: 1.3em;
  padding: 0px; }

.workers .button-bar {
  display: inline-block;
  margin-top: 15px; }
  .workers .button-bar .button-group.radius > li:first-of-type,
  .workers .button-bar .button-group.radius > li:first-of-type > a,
  .workers .button-bar .button-group.radius > li:first-of-type > button,
  .workers .button-bar .button-group.radius > li:first-of-type > .button {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .workers .button-bar .button-group.radius > li:last-of-type,
  .workers .button-bar .button-group.radius > li:last-of-type > a,
  .workers .button-bar .button-group.radius > li:last-of-type > button,
  .workers .button-bar .button-group.radius > li:last-of-type > .button {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }

.workers .contact {
  margin-left: 24px; }

.workers .tracking_ref_save,
.workers .ext_ats_ref_save {
  position: absolute;
  top: 8px;
  right: 10px; }
  .workers .tracking_ref_save .fa-floppy-o,
  .workers .ext_ats_ref_save .fa-floppy-o {
    cursor: pointer; }
    .workers .tracking_ref_save .fa-floppy-o.disabled,
    .workers .ext_ats_ref_save .fa-floppy-o.disabled {
      color: #999; }

.workers h1.worker-name-title {
  margin-bottom: 0;
  line-height: 1em; }
  .workers h1.worker-name-title .fa {
    margin-left: 0; }

.workers h1.worker-contact-info {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1em; }

.workers .assignment_select h3 {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px; }

.workers .assignment_select select {
  width: 250px;
  margin-left: 8px;
  border-radius: 6px;
  padding: 0 1.5rem 0 0.375rem; }

.workers .assignment_select i.fa-lg {
  vertical-align: -25%; }

.workers .assignment-actions {
  margin-bottom: 0.75em; }
  .workers .assignment-actions h3,
  .workers .assignment-actions select {
    margin-bottom: 0; }

.workers .offer_fields select,
.workers .offer_fields textarea {
  width: 90%;
  margin: 5px 0 0; }

.workers .offer_fields select[disabled] {
  background-color: #ddd !important; }
  .workers .offer_fields select[disabled]:hover {
    border-color: #cccccc; }

.workers .assignment-header .total_hours {
  margin-top: 2px; }

.workers .assignment-header .assignment-header-footer {
  line-height: 2em; }
  .workers .assignment-header .assignment-header-footer label {
    line-height: 2em;
    padding: 0;
    margin: 0; }

.workers .toggle-inactive-jobs {
  padding-bottom: 6px; }
  .workers .toggle-inactive-jobs .fontawesome-checkbox {
    font-size: 1em; }

.workers div.approval-history {
  margin-left: 65px;
  margin-top: 15px; }

.workers .timesheet-pending-approval div.approval-history {
  margin-left: -100px;
  margin-top: 15px; }

.availabile_by_date_picker {
  padding: 20px 20px 0;
  background: #ffffff; }
  .availabile_by_date_picker .ui-datepicker-header {
    margin-bottom: 10px;
    color: #000000; }
    .availabile_by_date_picker .ui-datepicker-header a {
      color: #000000; }
    .availabile_by_date_picker .ui-datepicker-header .ui-datepicker-prev,
    .availabile_by_date_picker .ui-datepicker-header .ui-datepicker-next {
      width: 15%;
      display: inline-block; }
    .availabile_by_date_picker .ui-datepicker-header .ui-datepicker-next {
      float: right;
      text-align: right; }
    .availabile_by_date_picker .ui-datepicker-header .ui-datepicker-title {
      width: 70%;
      display: inline-block;
      text-align: center; }
      .availabile_by_date_picker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        font-weight: bold; }
      .availabile_by_date_picker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        color: #999999; }
  .availabile_by_date_picker table.ui-datepicker-calendar {
    width: 100%; }
    .availabile_by_date_picker table.ui-datepicker-calendar tr,
    .availabile_by_date_picker table.ui-datepicker-calendar thead {
      background: none; }
    .availabile_by_date_picker table.ui-datepicker-calendar td,
    .availabile_by_date_picker table.ui-datepicker-calendar th {
      position: relative;
      text-align: center; }
    .availabile_by_date_picker table.ui-datepicker-calendar td {
      cursor: pointer; }
      .availabile_by_date_picker table.ui-datepicker-calendar td:hover {
        background: #b1dcfb; }
    .availabile_by_date_picker table.ui-datepicker-calendar th {
      color: #999999; }
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-other-month a {
      color: #dddddd; }
    .availabile_by_date_picker table.ui-datepicker-calendar a,
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-other-month:hover a {
      color: #000000; }
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-current-day,
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-current-day:hover {
      background: #0089ec; }
      .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-current-day a,
      .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-current-day:hover a {
        color: #ffffff; }
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-unselectable:hover {
      background: none; }
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-datepicker-today:before {
      content: ' ';
      position: absolute;
      top: 2px;
      right: 2px;
      width: 0;
      height: 0;
      border-top: 0.5em solid #005c90;
      border-left: 0.5em solid transparent; }
    .availabile_by_date_picker table.ui-datepicker-calendar .highlight a,
    .availabile_by_date_picker table.ui-datepicker-calendar .highlight span {
      background: #a1ce57;
      border-radius: 10px;
      box-shadow: 0 0 0 6px #a1ce57;
      color: #ffffff; }
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-state-disabled,
    .availabile_by_date_picker table.ui-datepicker-calendar .ui-state-disabled:hover {
      cursor: default;
      color: #dddddd;
      background: #f5f5f5; }

a.approval-history .fa-chevron-down {
  color: #cccccc;
  font-size: 0.8em;
  margin-left: 1em; }

div.approval-history {
  display: none;
  padding: 0 0 5px 0;
  text-align: left;
  position: absolute;
  min-width: 250px;
  border-radius: 6px;
  background-color: #ffffff;
  z-index: 100; }
  div.approval-history .vms-dropdown-arrow {
    margin-left: 107px; }
  div.approval-history .loading-spinner {
    margin: 0 0 0 46%; }
  div.approval-history .approver,
  div.approval-history .supplier {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.15em 0 0.15em 2em; }
    div.approval-history .approver .approval-date,
    div.approval-history .supplier .approval-date {
      color: #666;
      font-style: italic;
      float: right;
      margin-right: 1em; }
  div.approval-history .release-date {
    float: right;
    margin-left: 2em; }
  div.approval-history h4 {
    margin: 0.5em 0 0.15em 1em; }

span.timesheet-pending-approval {
  margin-top: 5px;
  font-size: 14px;
  float: right; }

.jqgrid_table .job_unapproved {
  color: gray !important;
  font-style: italic; }

.jqgrid_table .deny_approve_job {
  color: #ed1c23 !important; }

.jqgrid_table .approve_job {
  color: #a1ce57 !important; }

.pay-scheme .chosen_select {
  display: block;
  margin: 0 0 0.75rem 0; }

.workers .worker-name-title .fa {
  font-size: 1em; }

.workers .start-date-label {
  margin-left: 5px; }

.workers div.approval-history {
  margin-left: 65px;
  margin-top: 15px; }

.workers .offer_fields select,
.workers .offer_fields textarea {
  margin-top: 5px;
  margin-bottom: 0; }

.workers .chosen_select {
  margin-top: 1em;
  padding-bottom: 15px; }

.workers .fa-arrows-alt {
  margin-top: 0.3em; }

.workers .picker {
  min-width: 300px; }

.workers .assignment-header label {
  padding: 0;
  margin: 0.3rem 0 0.75rem; }

.workers .start_date,
.workers .end_date {
  display: inline-block;
  width: 105px; }

.workers .tracking_ref {
  display: inline-block;
  width: 80px; }

.workers p {
  line-height: 1.7; }

.workers .add_job {
  margin: 1em 0 0; }

.workers .jobs .ui-search-toolbar {
  display: none; }

.workers .jobs table thead tr th {
  padding: 0.5rem 0.625rem 0.5rem; }

.workers .end_assignment {
  text-align: left;
  background-color: #fff7f7;
  border: solid 1px #ed1c23;
  border-radius: 6px;
  margin-left: 1em;
  font-size: 12px;
  /* Hide scrollbar for Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */ }
  .workers .end_assignment .title {
    background-color: #ed1c23;
    color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 3px;
    margin-bottom: 3px; }
  .workers .end_assignment .columns {
    padding-left: 3px; }
  .workers .end_assignment .end_notes {
    max-height: 50px;
    overflow-y: scroll; }
  .workers .end_assignment .end_notes {
    scrollbar-width: none; }
  .workers .end_assignment .end_notes::-webkit-scrollbar {
    display: none; }
  .workers .end_assignment .replace {
    margin: 7px 0; }
  .workers .end_assignment .send_notification input {
    margin: 0 0 7px; }
  .workers .end_assignment .buttons a.button.approval {
    margin: 3px; }
  .workers .end_assignment span.error {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 0.25rem 0.5rem 0.375rem; }

.add-job {
  min-width: 260px; }

.add-job .autocomplete {
  margin-bottom: 0px; }

.purchase_order a {
  display: inline-block;
  margin: 0 0 0.75rem 0; }

.purchase_request .hours_per_week input,
.purchase_request .misc_te_total input {
  width: 50px; }

.purchase_request .amount input {
  width: 100px; }

.button.job-action {
  font-size: 12px; }

.change-pay,
.pay-bonus,
.set-stipend {
  min-width: 400px; }
  .change-pay .buttons,
  .pay-bonus .buttons,
  .set-stipend .buttons {
    padding-right: 1em; }
  .change-pay select,
  .pay-bonus select,
  .set-stipend select {
    padding-right: 1.5em; }

.start-assignment {
  width: 400px; }
  .start-assignment .picker {
    width: 300px;
    margin-left: -100px; }

.assignment-header {
  font-size: 13px; }
  .assignment-header .coa_label {
    padding-left: 10px !important; }
  .assignment-header .ember-checkbox {
    margin-top: 6px; }
  .assignment-header .tentative-end-date-label {
    padding-top: 0 !important;
    line-height: 1.3 !important; }
  .assignment-header .no-margin-inline {
    padding: 0.4375rem 0; }

.pending-assignment-action {
  position: absolute !important;
  top: 1.2em;
  right: 1.5rem;
  z-index: 1; }

.labor-summary-date-range-picker,
.labor-summary-detail-date-picker {
  display: inline-block; }
  .labor-summary-date-range-picker input,
  .labor-summary-detail-date-picker input {
    text-align: center; }

.labor-summary-detail-date-picker {
  width: 85px; }

.on-premise-csv-download select {
  width: 100px;
  margin-left: 40px; }

.select-date-option label {
  font-size: 0.9em; }

.mass-edit-punches {
  min-width: 300px; }

.check-all label {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  padding-left: 5px; }

.check-all i {
  float: right;
  font-size: 1.5em; }

.no-left-padding {
  padding-left: 0px; }

.no-right-padding {
  padding-right: 0px; }

.options-div {
  position: relative; }

.options-div.hide-icons {
  height: 110px; }

.approval-history-container {
  min-height: 100px;
  width: 200px;
  background-color: #ffffff;
  overflow-y: scroll;
  position: relative; }

.approval-history-container .approver {
  color: #000000;
  font-size: 1.1em; }

.approval-history-container i.fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px; }

.options-div .saving-job.fa-spinner {
  display: none; }

.options-div.hide-icons i {
  display: none; }

.options-div.hide-icons .approval-history-div i {
  display: block; }

.options-div.hide-icons .approval-history-div.loading i.fa-spinner {
  display: block; }

.options-div.hide-icons .approval-history-div i.fa-spinner {
  display: none; }

.options-div.saving-job {
  height: 15px; }

.options-div.saving-job a i.fa {
  display: none; }

.options-div.saving-job a i.saving-job.fa.fa-spinner {
  display: block;
  width: 14px; }

.pay-scheme .chosen_select {
  display: block;
  margin: 0 0 0.75rem 0; }

.worker-button {
  min-width: 200px;
  margin: 3px 0; }

.supplier.workers .content-panel {
  margin-bottom: 20px;
  margin-left: 0; }

.supplier.workers .present_worker_btn,
.supplier.workers .send_link_btn,
.supplier.workers .ats-btn,
.supplier.workers .title {
  display: inline-block;
  vertical-align: middle; }

.supplier.workers .present_worker_btn,
.supplier.workers .send_link_btn,
.supplier.workers .ats-btn {
  margin: 0; }

.supplier.workers .unassigned #supplier_worker_documents {
  margin-top: 20px; }
  .supplier.workers .unassigned #supplier_worker_documents .button {
    margin: 20px 0 0; }

.supplier.workers .mark_complete {
  margin: 0; }

.supplier.workers .add_job {
  margin: 1em 0 0; }

.supplier.workers .start_date,
.supplier.workers .end_date,
.supplier.workers .tracking_ref {
  display: inline-block;
  width: 100px;
  margin-left: 5px; }

.supplier.workers .tracking_ref {
  padding-right: 20px; }

.supplier.workers .chosen_select {
  display: inline-block; }

.supplier.workers .tracking-ext-ref {
  position: relative;
  display: inline-block; }
  .supplier.workers .tracking-ext-ref input {
    width: 140px;
    margin-left: 5px; }

.supplier.workers span.edit-worker-link {
  cursor: pointer; }

.supplier.workers .tabs {
  margin-top: 10px; }

.assignment-header {
  font-size: 14px; }
  .assignment-header a.slim {
    margin-top: 0; }

.job-details {
  font-size: 1em;
  padding-bottom: 1.5em;
  width: 430px; }
  .job-details .field-value {
    font-size: 1em; }
  .job-details label {
    cursor: default; }
  .job-details select[disabled] {
    background-color: #ddd !important; }
    .job-details select[disabled]:hover {
      border-color: #ddd; }

.ats-assignment-modal .vms-modal {
  min-width: 650px; }
  .ats-assignment-modal .vms-modal select[disabled] {
    background-color: #ddd; }
    .ats-assignment-modal .vms-modal select[disabled]:hover {
      border-color: #cccccc; }

.ats-job-modal .vms-modal {
  min-width: 350px; }
  .ats-job-modal .vms-modal select[disabled] {
    background-color: #ddd; }
    .ats-job-modal .vms-modal select[disabled]:hover {
      border-color: #cccccc; }

.sync-ats-assignment-modal .vms-modal {
  min-width: 350px; }

.add-worker-modal select[disabled] {
  background-color: #ddd; }
  .add-worker-modal select[disabled]:hover {
    border-color: #cccccc; }

label.disabled {
  color: #ddd;
  cursor: default; }

.present-document-modal .vms-modal-wrapper {
  margin: 25em auto 1em auto; }

.present-document-modal .vms-modal {
  width: 450px; }

.window-overlay,
.window-overlay-stacked {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 999999; }

.vms-modal-wrapper {
  margin: 4em auto 1em auto;
  text-align: center; }

.window-overlay-stacked .vms-modal-wrapper {
  margin-top: 5em; }

.vms-modal {
  min-width: 300px;
  position: relative;
  display: inline-block;
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  padding: 0.5em 1em 0em 1em;
  border: solid 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box; }
  .vms-modal .loading-spinner {
    margin: 2em; }

.vms-medium-modal .vms-modal {
  max-width: 500px; }

.vms-medium-modal.expenses-modal .vms-modal {
  width: 350px; }

a.close-modal {
  position: absolute;
  top: 0.6em;
  right: 1em;
  z-index: 1; }

.twitter-typeahead {
  width: 100%; }

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none; }

.typeahead {
  background-color: #fff; }

.typeahead:focus {
  border: 2px solid #0097cf; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-dropdown-menu {
  width: 100%;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  position: relative;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.twitter-typeahead .typeahead-tooltip {
  display: none;
  min-width: 100px;
  white-space: pre-wrap !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.tt-suggestion:hover .typeahead-tooltip,
.tt-cursor .typeahead-tooltip {
  display: block;
  position: absolute;
  top: 0;
  margin-left: 250px;
  padding: 20px;
  width: 400px;
  font-size: 14px;
  color: #000000;
  background: #ffffff; }

.typeahead-tooltip strong {
  font-weight: normal; }

.tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

.tt-input {
  background-color: #ffffff !important; }

.tt-input[disabled] {
  background-color: #ddd !important; }

.typeahead-footer hr {
  margin-top: 5px;
  margin-bottom: 5px; }

.typeahead-footer p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px; }

.typeahead-click:hover {
  color: #ffffff;
  background-color: #3fb1e5; }

.twitter-typeahead {
  width: 100%; }

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 29px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #e0e1e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none; }

.typeahead {
  background-color: #ffffff; }

.typeahead:focus {
  border: 2px solid #0097cf; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-dropdown-menu {
  width: 100%;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #e0e1e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  position: relative;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.twitter-typeahead .typeahead-tooltip {
  display: none;
  min-width: 100px;
  white-space: pre-wrap !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.tt-suggestion:hover .typeahead-tooltip,
.tt-cursor .typeahead-tooltip {
  display: block;
  position: absolute;
  top: 0;
  margin-left: 250px;
  padding: 20px;
  width: 400px;
  font-size: 14px;
  color: #000000;
  background: #ffffff; }

.typeahead-tooltip strong {
  font-weight: normal; }

.tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

h1.alert-title .fa {
  color: rgba(255, 0, 0, 0.27);
  margin-right: right; }

.alert-message {
  line-height: 1.5;
  max-width: 650px; }
  .alert-message ul {
    color: #ed1c23;
    padding: 1em 1em 0em 1em; }

/* !
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand. */
/* @group Base */
.chosen_select {
  font-size: 0.75rem;
  /* @end */
  /* @group Single Chosen */
  /* @end */
  /* @group Results */
  /* @end */
  /* @group Multi Chosen */
  /* @end */
  /* @group Active */
  /* @end */
  /* @group Disabled Support */
  /* @end */
  /* @group Right to Left */
  /* @end */
  /* @group Retina compatibility */ }
  .chosen_select ul {
    font-size: 0.75rem; }
  .chosen_select .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: left; }
  .chosen_select .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen_select .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #cccccc;
    background: #fafafa; }
  .chosen_select .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen_select .chosen-container a {
    cursor: pointer; }
  .chosen_select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px; }
  .chosen_select .chosen-container-single .chosen-default {
    color: #999; }
  .chosen_select .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen_select .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px; }
  .chosen_select .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen_select .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }
  .chosen_select .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px; }
  .chosen_select .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%; }
  .chosen_select .chosen-container-single .chosen-single div b {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 18px; }
  .chosen_select .chosen-container-single .chosen-single div b:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    top: 6px;
    height: 0;
    width: 0;
    border: 0.263em solid transparent;
    border-bottom-color: inherit; }
  .chosen_select .chosen-container-single .chosen-single div b:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 6px;
    height: 0;
    width: 0;
    border: 0.263em solid transparent;
    border-top-color: inherit; }
  .chosen_select .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap; }
  .chosen_select .chosen-container-single .chosen-search input[type='text'] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #cccccc;
    line-height: normal; }
  .chosen_select .chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box; }
  .chosen_select .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px; }
  .chosen_select .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    background: #ffffff; }
  .chosen_select .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 6px 2em;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
  .chosen_select .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer; }
  .chosen_select .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #cccccc;
    cursor: default; }
  .chosen_select .chosen-container .chosen-results li.highlighted {
    background-color: #3fb1e5;
    color: #ffffff; }
  .chosen_select .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4; }
  .chosen_select .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
    height: 28px;
    padding: 6px 10px;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #cccccc; }
  .chosen_select .chosen-container .chosen-results li.group-result:first-child {
    border: none; }
  .chosen_select .chosen-container .chosen-results li.group-option {
    padding-left: 2em; }
  .chosen_select .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline; }
  .chosen_select .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #cccccc;
    background-color: #fafafa;
    cursor: text; }
  .chosen_select .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen_select .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .chosen_select .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    line-height: normal; }
  .chosen_select .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #cccccc;
    max-width: 100%;
    background-color: #eeeeee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
  .chosen_select .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word; }
  .chosen_select .chosen-container-multi
.chosen-choices
li.search-choice
.search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen_select .chosen-container-multi
.chosen-choices
li.search-choice
.search-choice-close:hover {
    background-position: -42px -10px; }
  .chosen_select .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #cccccc;
    background-color: #e4e4e4;
    color: #666; }
  .chosen_select .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
  .chosen_select .chosen-container-multi
.chosen-choices
li.search-choice-focus
.search-choice-close {
    background-position: -42px -10px; }
  .chosen_select .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0; }
  .chosen_select .chosen-drop .result-selected:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
    position: absolute;
    left: 0.5em;
    height: 1em;
    width: 1em;
    margin: auto; }
  .chosen_select .chosen-drop .result-selected.highlighted:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>"); }
  .chosen_select .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #cccccc;
    cursor: default; }
  .chosen_select .chosen-container-active .chosen-single {
    border-color: #999999;
    outline: none;
    box-shadow: 0 0 5px #999999;
    background: #fafafa; }
  .chosen_select .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #cccccc;
    box-shadow: 0 1px 0 #ffffff inset; }
  .chosen_select .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent; }
  .chosen_select .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }
  .chosen_select .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen_select .chosen-container-active .chosen-choices li.search-field input[type='text'] {
    color: #222 !important; }
  .chosen_select .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default; }
  .chosen_select .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen_select .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }
  .chosen_select .chosen-rtl {
    text-align: right; }
  .chosen_select .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen_select .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen_select .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen_select .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen_select .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen_select .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen_select .chosen-rtl .chosen-choices li.search-field input[type='text'] {
    direction: rtl; }
  .chosen_select .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
  .chosen_select .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px; }
  .chosen_select .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen_select .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen_select .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen_select .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen_select .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen_select .chosen-rtl .chosen-search input[type='text'] {
    padding: 4px 5px 4px 20px;
    direction: rtl; }
  .chosen_select .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen_select .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen_select .chosen-rtl .chosen-search input[type='text'],
    .chosen_select .chosen-container-single .chosen-single abbr,
    .chosen_select .chosen-container-single .chosen-single div b,
    .chosen_select .chosen-container-single .chosen-search input[type='text'],
    .chosen_select .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen_select .chosen-container .chosen-results-scroll-down span,
    .chosen_select .chosen-container .chosen-results-scroll-up span {
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important; } }
  .chosen_select .chosen-tooltip {
    display: none;
    min-width: 100px;
    white-space: pre-wrap !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
  .chosen_select .active-result:hover .chosen-tooltip {
    display: block;
    position: absolute;
    top: 0;
    margin-left: 250px;
    padding: 20px;
    width: 400px;
    font-size: 14px;
    color: #000000;
    background: #ffffff; }
  .chosen_select .chosen-tooltip strong {
    font-weight: normal; }

/* @end */
.column-context-menu {
  position: absolute; }
  .column-context-menu a {
    font-size: 14px;
    display: block;
    padding: 1em 1em 1em 1em;
    width: 100%;
    color: #00ccff;
    background: rgba(34, 34, 34, 0.9);
    position: relative;
    height: 1em;
    line-height: 0px; }
  .column-context-menu a.column-option:after {
    margin-left: 1em;
    float: right;
    font-size: 1.2em; }
  .column-context-menu a.activated:after {
    content: '\2611'; }
  .column-context-menu a.deactivated:after {
    content: '\2610'; }
  .column-context-menu a.submenu {
    color: #c4c4c4; }
  .column-context-menu a.submenu:after {
    content: '\00bb';
    margin-left: 1em;
    float: right; }
  .column-context-menu .columns-sub-menu {
    left: 100%;
    margin-top: -1.6em;
    width: 100%;
    padding: 0; }

/* Dropzone CSS */
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #a1ce57; }

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ed1c23; }

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #ed1c23;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

.dropzone {
  margin: 0;
  padding: 0;
  min-height: 0;
  line-height: 27px;
  -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);
  font-size: 0.75rem;
  color: #aaa;
  background: #ffffff;
  border: solid 1px #cfcfcf; }

.dropzone.dz-started {
  color: #616161; }

.dropzone [type='file'] {
  display: none; }

.dz-message {
  padding: 0 0.5rem; }

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #d7d7d7;
  opacity: 0.3; }

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0.5rem;
  background: none; }

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: relative;
  display: inline;
  bottom: 0;
  left: 0; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  right: 0;
  top: 50%;
  margin-top: -20px; }

div.fullscreen {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 1em 2em 2em 2em;
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden; }
  div.fullscreen h1 {
    color: #ffffff;
    font-size: 2em;
    margin-top: 0px; }
  div.fullscreen label {
    font-size: 0.8em;
    color: #ffffff; }
  div.fullscreen select {
    background-color: rgba(0, 0, 0, 0.85); }
  div.fullscreen .checkbox-label {
    vertical-align: text-top; }
  div.fullscreen .chosen-container-hold-req-top-margin {
    margin-top: 0; }
  div.fullscreen .fa-arrows-alt {
    color: #ffffff;
    font-size: 2em; }
  div.fullscreen .fa.green {
    color: #a1ce57; }
  div.fullscreen .maximize {
    margin-top: 0.5em;
    font-size: 2em;
    color: #ffffff;
    margin-right: 0.5em; }
  div.fullscreen .showing, div.fullscreen .showing p {
    color: #ffffff; }
  div.fullscreen .spinner-icon {
    color: #ffffff; }

.popover.cursor {
  cursor: pointer; }

.popover-content {
  z-index: 99999;
  position: absolute;
  background: #ffffff;
  padding: 1em;
  box-shadow: 5px 5px 5px #cccccc;
  border-radius: 6px; }

.show-all {
  padding-top: 5px; }
  .show-all .fontawesome-checkbox {
    vertical-align: middle; }

#pDebug {
  display: none; }

#loader {
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1em; }
  #loader img {
    width: 1em;
    height: 1em;
    vertical-align: top; }

html {
  height: 100%;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizelegibility; }

@-moz-document url-prefix() {
  select {
    -moz-appearance: none !important;
    text-shadow: 0 0 0 #000000;
    padding-right: 1.5em;
    line-height: 1.25em; } }

select:hover {
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center; }

small {
  font-size: 0.75em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham Book", "Helvetica";
  color: #005c90; }

h1 .fa {
  margin-left: 5px;
  font-size: 18px; }

h1.dashboard-title {
  margin: 0.75em 0; }

h3.error {
  color: #ed1c23; }

h4.error {
  color: #ed1c23; }

.fa-arrows-alt {
  cursor: pointer;
  margin-left: 1em; }
  .fa-arrows-alt:hover {
    color: #51c0ff; }

pre.error {
  overflow: auto;
  font-size: 12px;
  color: #000000; }

form select {
  height: 2.4em !important; }

table {
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 6px;
  border: none; }

table tbody tr td {
  color: #3d3d3d; }

table thead tr th {
  font-size: 0.8em; }

td {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 0.8em; }

.text-bold {
  font-weight: bold; }

.picker table tr.even,
.picker table tr.alt,
.picker table tr:nth-of-type(even) {
  background-color: #ffffff !important; }

.picker__holder {
  outline: none;
  min-width: 300px; }

pre {
  overflow: visible; }

th.sortable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  cursor: pointer; }

.wrapper {
  width: 1140px;
  margin: auto; }

.app-container {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 2em; }

.nav-left-column {
  width: 200px;
  background: #fff;
  position: absolute; }

.main-content {
  position: relative;
  border-bottom-right-radius: 6px;
  background-color: #fafafa;
  border-left: 1px solid #b9c1d0;
  margin-left: 200px;
  min-height: 590px;
  padding: 1em 1.5em 1.5em 1.5em; }

.loading-spinner {
  margin-top: -12.5px;
  height: 25px; }

.content-panel > .loading-spinner {
  margin-top: 0px !important; }

.no-route {
  padding-top: 10%; }

select.client-context,
select.subscription-context {
  margin-bottom: 0px;
  color: #000000; }

.content-inset {
  -webkit-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -moz-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -o-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -ms-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  border-radius: 6px;
  border: solid 1px #cccccc; }

.content-panel {
  -webkit-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -moz-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -o-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  -ms-box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  box-shadow: rgba(143, 143, 143, 0.3) 0px 1px 2px 0px inset;
  border-radius: 6px;
  border: solid 1px #cccccc;
  border: 1px solid #dadada;
  border-top: 1px solid #bbb;
  padding: 1em;
  background: #ffffff; }
  .content-panel table {
    margin-bottom: 0px; }

div.footer {
  color: #999999;
  font-size: 0.8em;
  line-height: 2em;
  padding-bottom: 1em;
  text-align: center; }

nav.vms-navbar {
  font-family: "Gotham Book", "Helvetica";
  min-height: 3em;
  background-color: #005c90;
  padding: 0.75em 0.5em 0.5em 1em;
  color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

nav.vms-navbar .fa {
  font-size: 1.75em;
  vertical-align: middle; }

.nav-divider {
  height: 1em;
  width: 100%; }

.vms-dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #005c90;
  margin-top: 0.5em;
  width: 19em;
  z-index: 999999; }

.mobile-logout {
  display: none; }

.vms-shadow {
  -webkit-box-shadow: 5px 5px 11px 0px rgba(50, 50, 50, 0.14);
  -moz-box-shadow: 5px 5px 11px 0px rgba(50, 50, 50, 0.14);
  -o-box-shadow: 5px 5px 11px 0px rgba(50, 50, 50, 0.14);
  -ms-box-shadow: 5px 5px 11px 0px rgba(50, 50, 50, 0.14);
  box-shadow: 5px 5px 11px 0px rgba(50, 50, 50, 0.14); }

.vms-dropdown > a {
  color: #005c90; }

.vms-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ffffff;
  margin-top: -10px;
  transform: scale(0.9999); }

.vms-navitem-item {
  font-family: "Gotham Book", "Helvetica";
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  height: 4em;
  padding: 1.5em;
  font-size: 0.8em;
  cursor: pointer; }
  .vms-navitem-item.msp-client-only-nav-item.no-msp-client {
    display: none; }

.config-center-redirect {
  border-bottom: solid 1px #e0e1e1;
  border-top: solid 1px #e0e1e1; }

.vms-navitem-item:hover,
a.active > .vms-navitem-item {
  background-color: #fafafa; }

.vms-navitem-item:hover {
  border-bottom: solid 1px #fafafa;
  border-top: solid 1px #fafafa; }

a.active > .vms-navitem-item {
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc; }

.msp-custom-forms {
  display: flex; }
  .msp-custom-forms .flex-checkbox {
    flex: 0 0 4em;
    text-align: center; }
  .msp-custom-forms .flex-space {
    flex: 0 0 1.3em; }
  .msp-custom-forms .flex-input {
    flex: 0 0 18em; }
    .msp-custom-forms .flex-input .textarea-resize-vertical textarea {
      max-height: 150px; }
  .msp-custom-forms .flex-radio {
    flex: 0 0 13em; }

.msp-client-selector-wrap {
  text-align: right;
  line-height: 2em; }
  .msp-client-selector-wrap a.selected-client span {
    color: white; }
  .msp-client-selector-wrap a.selected-client i.fa-spinner {
    font-size: 1em; }
  .msp-client-selector-wrap a.selected-client i.fa-chevron-down {
    font-size: 1em;
    position: relative;
    top: -2px; }
  .msp-client-selector-wrap .user-menu {
    left: unset;
    right: 13px;
    min-width: 0px;
    top: 34px;
    border-top-right-radius: 0px; }
    .msp-client-selector-wrap .user-menu .vms-dropdown-arrow {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #ffffff;
      margin-top: -10px;
      margin-left: 0;
      float: right; }
    .msp-client-selector-wrap .user-menu .client-menu {
      max-height: 600px;
      overflow-y: auto;
      padding-top: 5px; }
      .msp-client-selector-wrap .user-menu .client-menu a {
        padding: 0px 20px;
        text-align: right; }

.vms-dropdown-item {
  border-bottom: solid 1px #cccccc;
  height: 3.5em;
  padding: 1em;
  cursor: pointer;
  text-align: left; }

.vms-dropdown-item:hover {
  background-color: #ececec; }

.vms-dropdown-col {
  display: inline-block;
  float: left; }

.vms-dropdown-label {
  width: 200px;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 2em; }

.vms-navitem-col {
  display: inline-block;
  float: left; }

.vms-navitem-label {
  width: 200px;
  font-weight: bold; }

.vms-bell {
  font-size: 1.5em;
  cursor: pointer;
  margin-left: -1em; }

a.vms-main-menu {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold; }

a.vms-main-menu .fa-stack {
  display: none; }

a.vms-main-menu .fa-bars {
  font-weight: bold; }

div.vms-left-nav-col {
  padding-left: 1em; }

#alerts-menu {
  right: 0px;
  margin-top: 0.6em;
  width: 350px; }
  #alerts-menu .alert-action {
    float: left;
    color: #a1ce57;
    margin-right: 1em;
    font-size: 0.8em; }
  #alerts-menu .vms-dropdown-arrow {
    float: right;
    margin-right: 2.6em; }
  #alerts-menu .offset {
    margin-right: 2em; }
  #alerts-menu .alert-label {
    text-align: left;
    font-size: 0.8em;
    width: 180px; }
  #alerts-menu .alert-date {
    font-size: 0.8em;
    float: right; }

span.empty-alerts {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: #aaa;
  line-height: 1.8em; }

.vms-main-menu-text {
  margin-left: -0.5em;
  line-height: 2em;
  vertical-align: middle; }

.display-inline-block {
  display: inline-block; }

span.vms-notification-bubble {
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  line-height: 1em;
  -moz-border-radius: 0.75emx;
  border-radius: 0.75em;
  background-color: #005c90;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  padding-top: 0.15em; }

@-moz-document url-prefix() {
  span.vms-notification-bubble {
    line-height: 0.9em; } }

span.vms-notification-bubble a {
  color: #ffffff; }

span.vms-notification-bubble.hide {
  display: none !important; }

span.bell-icon-bubble {
  position: absolute;
  margin-top: 0.6em;
  margin-left: -1em;
  font-size: 0.8em; }

.cloud {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 28px;
  width: 800px;
  margin: auto; }
  .cloud > :first-child {
    margin-top: 125px;
    margin-bottom: 100px; }
  .cloud .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #000000; }
  .cloud .message {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #616161; }
  .cloud .talient-logo {
    width: 250px;
    height: 75px; }
  .cloud .plug-icon {
    width: 170px; }
  .cloud p {
    margin: 0;
    padding: 0; }

.cloud-small {
  display: none; }

@media only screen and (min-device-width: 0px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .cloud {
    background-image: inherit;
    background-repeat: inherit;
    background-position: inherit;
    height: 100%;
    width: 100%; }
    .cloud .cloud-text-wrapper .cloud-title {
      padding-top: 20px; }
  .cloud-small {
    display: block;
    margin-top: 50px;
    background-image: url("/images/cloud.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px 130px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 130px; } }

a.vms-logo {
  display: block;
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 250px;
  height: 75px;
  text-indent: -9999px;
  margin: 2px; }

a.vms-logo.vms-logo--small {
  width: 140px;
  height: 30px; }

a.vms-logo.red_bull {
  width: 350px !important; }

a.vms-logo.genesys {
  width: 425px !important; }

.nowrap {
  white-space: nowrap; }

td .vms-notification-bubble {
  font-size: 1.2em; }

td {
  font-weight: normal; }

.clickable,
.clickable input {
  cursor: pointer; }

.user-controls {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  margin-top: 0.5em; }
  .user-controls a.user-navlink {
    font-size: 0.8em;
    line-height: 60px;
    height: 70px;
    color: #333; }
    .user-controls a.user-navlink img.profile {
      width: 22px;
      height: 22px;
      margin: -2px 0.5em 0 0.5em;
      border-radius: 3px; }
    .user-controls a.user-navlink .fa-chevron-down {
      color: #cccccc;
      font-size: 0.8em;
      margin-left: 1em; }
  .user-controls a.user-navlink:hover .fa-chevron-down {
    color: #aaa; }

.user-menu {
  display: none;
  padding: 0px 0px 5px 0px;
  text-align: left;
  position: absolute;
  left: 285px;
  min-width: 285px;
  border-radius: 6px;
  top: 3em;
  background-color: white;
  z-index: 100; }
  .user-menu .vms-dropdown-arrow {
    margin-left: 200px; }
  .user-menu .form-user-menu-filter {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px; }
  .user-menu .user-menu-subscriptions {
    max-height: 600px;
    overflow-y: auto; }
  .user-menu .user-menu-filter {
    border-radius: 6px; }
  .user-menu h6 {
    margin: 3px 10px 0;
    padding: 0; }
  .user-menu a {
    display: block;
    padding: 5px 10px 5px 20px;
    font-size: 0.8em; }
  .user-menu a.subscription.active {
    font-weight: bold; }
    .user-menu a.subscription.active .dot {
      margin-left: -1em;
      float: left; }
  .user-menu a:hover {
    background-color: #fafafa; }
  .user-menu .fa-spinner {
    float: right;
    margin-top: 5px;
    margin-right: 10px; }
  .user-menu hr {
    margin: 0.25rem 0; }

div.spaced {
  margin-bottom: 1em; }

div.field-label,
div.field-value {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3em; }

div.field-label {
  vertical-align: middle;
  margin-bottom: 7px;
  text-align: right;
  text-indent: -2em; }

div.field-value {
  vertical-align: middle;
  color: #333; }

a,
a:visited,
a:hover,
a:active {
  outline: none; }

.postfix.disabled {
  background: #ddd;
  color: #b1b1b1; }

select[disabled] {
  background-color: #ddd; }

a.button.warning {
  background-color: #f08a24; }

a.button.slim {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-top: 0.2em; }

button.slim {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-top: 0.2em; }

button.medium {
  padding: 10px 20px;
  border-radius: 4px;
  letter-spacing: 0.75px; }

.button-group {
  font-size: 0.8em; }

button.secondary-yellow,
.button.secondary-yellow {
  background-color: #f08a24;
  border-color: #f08a24;
  color: #ffffff; }

button.secondary-yellow:hover,
.button.secondary-yellow:hover {
  background-color: #f08a24; }

.button.verytiny,
button.verytiny {
  padding: 0.375rem 1rem; }

.selectable-table tbody tr:hover,
tr.selected {
  cursor: pointer;
  background-color: rgba(161, 206, 87, 0.4) !important; }

span.success,
.green {
  color: #a1ce57; }

.red {
  color: #ed1c23; }

.blue {
  color: #005c90; }

.grey {
  color: #999; }

.dark-grey {
  color: #555f61; }

.blue-secondary {
  color: #3fb1e5; }

.cursor-default {
  cursor: default !important; }

.tabs-content h1.timesheet {
  margin-top: 0px; }

.tabs dd > a {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: solid 1px #cccccc;
  margin-right: -1px; }

.tabs dd.active > a {
  border-bottom: solid 1px #ffffff; }

.tabs-content > .row {
  padding-top: 1em; }

.autocomplete {
  margin-bottom: 20px; }
  .autocomplete .text-wrap {
    min-width: 100%; }
  .autocomplete .autocomplete_text {
    max-width: 100%;
    min-height: 1.8125rem !important;
    border: 1px solid #cccccc !important;
    background: #ffffff; }
  .autocomplete .text-core .text-wrap .text-dropdown {
    font: inherit !important; }
  .autocomplete .text-core .text-wrap .text-tags .text-tag .text-button {
    height: inherit !important;
    font: inherit !important; }

.file_upload .dropzone {
  margin: 0;
  padding: 0;
  min-height: 0;
  line-height: 27px;
  -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);
  font-size: 0.75rem;
  color: #aaa;
  border: 1px solid #cfcfcf; }

.file_upload .dropzone.dz-started {
  color: #616161; }

.file_upload .dropzone [type='file'],
.file_upload .dropzone [type='text'] {
  display: none; }

.file_upload .dz-message {
  padding: 0 0.5rem; }

.file_upload .dropzone .dz-preview,
.file_upload .dropzone-previews .dz-preview {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

.file_upload .dropzone .dz-preview .dz-progress,
.file_upload .dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #d7d7d7;
  opacity: 0.3; }

.file_upload .dropzone .dz-preview .dz-details,
.file_upload .dropzone-previews .dz-preview .dz-details {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0.5rem;
  background: none; }

.file_upload .dropzone .dz-preview .dz-details .dz-filename,
.file_upload .dropzone-previews .dz-preview .dz-details .dz-filename,
.file_upload .dropzone .dz-preview .dz-details .dz-size,
.file_upload .dropzone-previews .dz-preview .dz-details .dz-size {
  position: relative;
  display: inline;
  bottom: 0;
  left: 0; }

.file_upload .dropzone .dz-preview .dz-success-mark,
.file_upload .dropzone-previews .dz-preview .dz-success-mark,
.file_upload .dropzone .dz-preview .dz-error-mark,
.file_upload .dropzone-previews .dz-preview .dz-error-mark {
  right: 0;
  top: 50%;
  margin-top: -20px; }

div.notes {
  min-width: 500px; }

.chosen_select {
  display: inline-block; }

.chosen_select.chosen-select-max-width {
  width: 100% !important; }

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none; }

.pointer {
  cursor: pointer; }

.textarea-resize-vertical textarea {
  resize: vertical; }

@media print {
  nav.vms-navbar {
    display: none; } }

.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  background: url("../images/close.png") 0 0 no-repeat !important; }

.text-core .text-wrap .text-arrow {
  background: url("../images/arrow.png") 50% 50% no-repeat !important; }

.visible-mobile {
  display: none; }

.visible-tablet {
  display: none; }

meta.foundation-version {
  font-family: '/5.2.2/'; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

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

body {
  background: #f5f8fa;
  color: #005c90;
  padding: 0;
  margin: 0;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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 {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  .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 {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: ' ';
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .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.063em) {
  .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%; }
  [class*='column'] + [class*='column']:last-child {
    float: right; }
  [class*='column'] + [class*='column'].end {
    float: left; }
  .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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .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-device-width: 0px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .wrapper {
    width: 100%; }
  .hidden-mobile {
    display: none !important; }
  .visible-mobile {
    display: inline-block; }
  .nav-left-column {
    display: none; }
  #main-menu {
    margin-left: -1em; }
    #main-menu .vms-dropdown-arrow {
      margin-left: 1em; }
    #main-menu #inner-main-menu {
      max-height: 80vh;
      overflow: scroll; }
  .vms-logo.mobile-login {
    display: block;
    margin: 2em auto 0 auto; }
  .mobile-logo {
    height: 2em; }
  table tr th,
  table tr td {
    padding: 0.25em; }
  table thead tr th {
    padding: 0.25em; }
  div.login {
    width: 100%;
    height: auto;
    border: none;
    background: none;
    border-radius: 0px;
    margin-top: 0px;
    padding: 0 1em 0 1em; }
    div.login h1 {
      font-size: 2em;
      margin: 0 0 0.25em 0; }
    div.login input {
      font-size: 2em;
      height: 2em;
      background-color: #ffffff !important;
      border-radius: 6px; }
    div.login .button {
      margin: 1em auto; }
    div.login .form-error {
      margin: 2em auto 0 auto;
      position: relative; }
    div.login .postfix {
      height: 3rem;
      padding-top: 6px; }
  h1 .fa {
    display: none; }
  .mobile-logout {
    display: inline-block;
    color: #ffffff;
    line-height: 2em; }
  .login.vms-shadow {
    box-shadow: none; }
  .main-content {
    border-left: none;
    height: calc(100vh - 50px);
    margin-left: 0px;
    min-height: initial;
    overflow: scroll;
    padding: 2.75em 1.5em;
    width: 100%; }
  div.requisitions-dashboard {
    display: none; }
  div.interviews_dashboard_panel {
    display: none; }
  .content-panel {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
    background: none; }
  .app-header {
    display: none; }
  .app-container {
    border-radius: 0px;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px; }
  nav.vms-navbar {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    position: fixed;
    top: 0;
    z-index: 99999;
    height: 50px; }
  a.vms-main-menu > .fa-stack {
    display: inline-block; }
  a.vms-main-menu > .vms-main-menu-text {
    display: none; }
  .user-navlink {
    display: none; }
  .module-message {
    min-height: 100px;
    padding-top: 50px; }
  .row.mobile-collapse {
    width: auto;
    margin: 0;
    max-width: none; }
  .row.mobile-collapse > .columns,
  .row.mobile-collapse > .column {
    padding-left: 0;
    padding-right: 0; }
  .ui-jqgrid .ui-search-input {
    display: none; }
  .chosen_select {
    width: 100%; }
  .showing p {
    margin-left: 0 !important;
    padding-bottom: 5px; }
  .mobile-list {
    margin-left: 0;
    list-style: none;
    line-height: 1.2; }
    .mobile-list .mobile-list-item {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e0e1e1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .mobile-list .mobile-list-item:nth-last-child(1) {
        border-bottom: none; }
      .mobile-list .mobile-list-item ul.item-detail {
        margin-left: 0;
        list-style: none;
        line-height: 1.2;
        color: #6f6f6f; }
      .mobile-list .mobile-list-item span.item-label {
        font-size: 1.5rem;
        color: #005c90; }
  .mobile-full-width {
    width: 100% !important; }
  .vms-main-menu-text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-left: 5px; }
  .vms-modal {
    width: 100%;
    min-width: 0; }
    .vms-modal .notes {
      min-width: 0; }
  .workers h1 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem !important; }
  .workers .assignment-header {
    margin-bottom: 0.75rem; }
    .workers .assignment-header .coa_label {
      font-size: 0.75rem;
      margin-bottom: 0;
      padding-left: 0 !important;
      line-height: 1.5; }
      .workers .assignment-header .coa_label label {
        font-size: 0.75rem;
        margin-bottom: 0;
        line-height: 1.5; }
    .workers .assignment-header .assignment_select {
      margin-top: 0 !important; }
      .workers .assignment-header .assignment_select select {
        width: 85% !important; }
      .workers .assignment-header .assignment_select .fa-2x {
        vertical-align: -20%; }
  .workers .assignment a.button.approval {
    margin: 0 0 1rem;
    font-size: 1rem;
    width: 90%;
    padding: 0.75rem 0.5rem !important; }
  .workers .assignment .content-panel {
    border: 1px solid #dadada;
    border-top: 1px solid #bbb;
    border-radius: 6px;
    padding: 0.75rem 0.75rem 0;
    background: #ffffff;
    margin-bottom: 0.75rem; }
    .workers .assignment .content-panel .mobile-list {
      margin-bottom: 0; }
      .workers .assignment .content-panel .mobile-list .mobile-list-item .item-label {
        font-size: 1rem; }
      .workers .assignment .content-panel .mobile-list .mobile-list-item .item-detail {
        font-size: 0.75rem; }
  .workers .assignment h1.timesheet {
    margin-top: 0 !important;
    margin-bottom: 0.75rem;
    font-size: 1.5rem; }
  .workers .assignment .timesheet-controls .summary {
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 0.75rem; }
  .workers .assignment .timesheet-controls a.button.approval {
    margin: 0 !important;
    font-size: 1.5rem;
    width: 90%; }
  .workers .assignment .timesheet-controls .approvable-timesheet-nav {
    padding-top: 5px; }
  div.timesheet-select select {
    width: 100% !important; }
  div.summary {
    text-align: left !important; }
  .mobile-punch-card-container {
    margin-top: 0.75rem; }
    .mobile-punch-card-container .mobile-punch-card {
      padding-bottom: 0.75rem;
      margin-bottom: 0.75rem;
      background-color: #ffffff;
      border-radius: 10px; }
      .mobile-punch-card-container .mobile-punch-card .punch-day-header {
        color: #000000;
        background-color: #efefef;
        padding: 0.75rem 0;
        border-radius: 10px 10px 0 0; }
      .mobile-punch-card-container .mobile-punch-card .punch-day-label {
        font-size: 1.5rem !important; }
      .mobile-punch-card-container .mobile-punch-card .punch-day {
        height: 100% !important;
        min-height: 3rem;
        padding: 10px 0; }
        .mobile-punch-card-container .mobile-punch-card .punch-day .punch-header {
          font-size: 1.25rem;
          color: #000000; }
        .mobile-punch-card-container .mobile-punch-card .punch-day .punch_menu {
          left: 0;
          width: 100%;
          padding-top: 2.5rem;
          font-size: 1.25rem; }
          .mobile-punch-card-container .mobile-punch-card .punch-day .punch_menu .edit-tags select {
            width: 100%; }
          .mobile-punch-card-container .mobile-punch-card .punch-day .punch_menu textarea {
            font-size: 1rem; }
          .mobile-punch-card-container .mobile-punch-card .punch-day .punch_menu .cancel-punch.button.slim {
            margin-bottom: 10px; }
          .mobile-punch-card-container .mobile-punch-card .punch-day .punch_menu .delete-punch.button.slim,
          .mobile-punch-card-container .mobile-punch-card .punch-day .punch_menu .save-punch.button.slim {
            margin-left: 0; }
      .mobile-punch-card-container .mobile-punch-card div.punch-summary,
      .mobile-punch-card-container .mobile-punch-card .punch-time,
      .mobile-punch-card-container .mobile-punch-card .punch-dash {
        font-size: 1.25rem !important; }
      .mobile-punch-card-container .mobile-punch-card .punch-time {
        width: 100%; }
      .mobile-punch-card-container .mobile-punch-card .punch-dash {
        line-height: 1.4; }
      .mobile-punch-card-container .mobile-punch-card .add-punch {
        height: 100%; }
      .mobile-punch-card-container .mobile-punch-card a.punch-button {
        display: inline-block !important;
        font-size: 1.25rem !important; }
  .orders .client-order-header {
    margin-bottom: 0.75rem; }
  .orders .pending-approval {
    margin-bottom: 0.75rem; }
  .orders div.approval-history {
    margin-left: -5px !important;
    top: 1.5rem !important; }
  .orders a.button.approval {
    margin: 0 0 0.75rem !important;
    font-size: 1.25rem;
    width: 90%; }
  .orders .mobile-list-item {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem; }
    .orders .mobile-list-item span.item-label {
      font-size: 1.25rem; }
    .orders .mobile-list-item .item-detail {
      font-size: 1rem; }
  .orders h1 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.5rem; }
  .orders h2.order-type {
    margin: 0;
    font-size: 1rem;
    color: #747474; }
  .orders h1.order-title {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .orders .field-value,
  .orders .field-label {
    font-size: 0.75rem; }
  .orders .field-value.nowrap {
    overflow: hidden;
    text-overflow: ellipsis; }
  .orders .order-candidates .content-panel,
  .orders .order-assignments .content-panel {
    border: 1px solid #dadada;
    border-top: 1px solid #bbb;
    border-radius: 6px;
    padding: 0.75rem 0.75rem 0;
    background: #ffffff;
    margin-bottom: 0.75rem; }
    .orders .order-candidates .content-panel .mobile-list,
    .orders .order-assignments .content-panel .mobile-list {
      margin-bottom: 0; }
      .orders .order-candidates .content-panel .mobile-list .mobile-list-item .item-label,
      .orders .order-assignments .content-panel .mobile-list .mobile-list-item .item-label {
        font-size: 1rem; }
      .orders .order-candidates .content-panel .mobile-list .mobile-list-item .item-detail,
      .orders .order-assignments .content-panel .mobile-list .mobile-list-item .item-detail {
        font-size: 0.75rem; }
  .position-details,
  .worksite-details,
  .project-detail,
  .contractor-detail,
  .job-details {
    min-width: 0 !important;
    width: 100% !important; }
    .position-details .close-contractor-detail,
    .worksite-details .close-contractor-detail,
    .project-detail .close-contractor-detail,
    .contractor-detail .close-contractor-detail,
    .job-details .close-contractor-detail {
      margin-top: -59px; }
  .orders-button-bar {
    width: 100%; }
    .orders-button-bar .button-group li {
      width: 33.33%; }
      .orders-button-bar .button-group li a {
        padding-left: 10px;
        padding-right: 10px; }
      .orders-button-bar .button-group li .button {
        width: 100%; } }

/* Tablet login screen */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .wrapper {
    height: 840px;
    width: 100%; }
  .nav-left-column {
    display: none; }
  .mobile-logout {
    display: inline-block;
    color: #ffffff;
    line-height: 2em; }
  .main-content {
    margin-left: 0px;
    padding: 1.5em;
    padding-top: 55px; }
  .app-header {
    display: none; }
  .app-container {
    border-radius: 0px;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px; }
  #inner-main-menu {
    max-height: 80vh;
    overflow: scroll; }
  nav.vms-navbar {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    position: fixed;
    top: 0;
    z-index: 99999;
    height: 5vh; }
    nav.vms-navbar .vms-center-col {
      float: left !important; }
  a.vms-main-menu > .fa-stack {
    display: inline-block; }
  a.vms-main-menu > .vms-main-menu-text {
    display: none; }
  .user-navlink {
    display: none; }
  div.login {
    width: 400px;
    border-radius: 6px; }
  .visible-tablet {
    display: block; }
  img.tablet-logo {
    height: 20px;
    margin-top: 6px;
    display: inline-block; }
  .vms-logo.mobile-login {
    display: block;
    margin: 2em auto 0 auto; }
  .hidden-tablet {
    display: none !important; }
  .tablet-full-width {
    width: 100% !important; }
  div.fullscreen {
    padding-top: 55px; }
  .chosen_select {
    margin-bottom: 20px; } }

.blocked {
  pointer-events: none; }

.fa-disabled {
  color: #adb5bd;
  cursor: default; }

.slack-icon::before {
  content: url("../images/slack-icon.png");
  vertical-align: -35%; }

i.slack-icon {
  margin-top: -5px; }

.custom-form-field-full-width {
  width: 100%; }
  .custom-form-field-full-width .chosen_select {
    width: 100%; }
  .custom-form-field-full-width .autocomplete {
    width: 100%; }
  .custom-form-field-full-width .collapse {
    width: 100%; }
  .custom-form-field-full-width .ember-select {
    width: 100%; }
  .custom-form-field-full-width .ember-view {
    width: 100%; }
  .custom-form-field-full-width .ember-text-field {
    width: 100%; }

.try-new-look {
  display: flex;
  align-items: center;
  height: max-content;
  gap: 25px; }
  .try-new-look button {
    background-color: transparent;
    border: 2px solid #007CC1;
    color: #007CC1;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 7px;
    padding-left: 16px;
    padding-right: 16px; }

.app-header {
  display: flex;
  align-items: center; }

/*# sourceMappingURL=vms.css.map */