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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  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: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Gotham, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

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:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

.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: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}

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

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

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

.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: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 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 #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

/* 320px */
/* 0px, 575 470px */
/* 576 471px, 950px */
/* 951px, 1280px */
/* 1281px, 1920px */
/* 1921px */
/*$table-bg: #fff;
$table-even-row-bg: #fff;
*/
/**************************************************************************************************
 * Various global styles from the _settings.scss file (original)
 **************************************************************************************************/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.4375rem;
}

.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.375rem;
  margin-right: -0.375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

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

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

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

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

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

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

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

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

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

.accordion {
  margin-bottom: 0;
}

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

.accordion:after {
  clear: both;
}

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

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}

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

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

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

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

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

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

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

[class*="block-grid-"] > li {
  display: block;
  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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    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(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

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

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

.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: #b4b4b4;
  border-color: #a2a2a2;
  border-radius: 3px;
}

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

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

.breadcrumbs > * a {
  color: #006bb6;
}

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

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

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

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

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

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

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

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

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

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", 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;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #006bb6;
  border-color: #005692;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

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

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

button.secondary, .button.secondary {
  background-color: #595959;
  border-color: #474747;
  color: #FFFFFF;
}

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

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

button.success, .button.success {
  background-color: #ffd520;
  border-color: #e6ba00;
  color: #FFFFFF;
}

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

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

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

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: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

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

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

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

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

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: 0.8125rem;
}

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

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: 3px;
}

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

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #006bb6;
  border-color: #005692;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  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: #005692;
}

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: #FFFFFF;
}

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: #006bb6;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #595959;
  border-color: #474747;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  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: #474747;
}

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: #FFFFFF;
}

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: #595959;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #ffd520;
  border-color: #e6ba00;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  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: #e6ba00;
}

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: #FFFFFF;
}

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: #ffd520;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  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: #FFFFFF;
}

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

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

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

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

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

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

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

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

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

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

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

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

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

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

/* 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"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #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.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

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

select[multiple] {
  height: auto;
}

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

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

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

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

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

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 300;
  font-style: normal;
  background: #f04124;
  color: red;
}

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

span.error, small.error {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 300;
  font-style: normal;
  background: #f04124;
  color: red;
}

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

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

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

.error small.error {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 300;
  font-style: normal;
  background: #f04124;
  color: red;
}

.error > label > small {
  color: #545454;
  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,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

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

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: transparent;
  padding: 1.875rem;
  border: none 1px #666666;
  box-shadow: none;
}

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

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

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

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

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

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

.reveal-modal.radius {
  border-radius: 3px;
}

.reveal-modal.round {
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.side-nav li.active > a:first-child:not(.button) {
  color: #006bb6;
  font-weight: bold;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

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

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

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

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

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

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

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

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

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

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

.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: 2.8125rem;
}

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #006bb6;
  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: 1.75rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar.expanded .title-area {
  background: #006bb6;
}

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

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

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

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

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

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

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

.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #006bb6;
  border-color: #005692;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > a.button.secondary {
  background-color: #595959;
  border-color: #474747;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > a.button.success {
  background-color: #ffd520;
  border-color: #e6ba00;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.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: #FFFFFF;
}

.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #006bb6;
  border-color: #005692;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > button.secondary {
  background-color: #595959;
  border-color: #474747;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > button.success {
  background-color: #ffd520;
  border-color: #e6ba00;
  color: #FFFFFF;
}

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

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

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.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: #FFFFFF;
}

.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

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

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

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

.top-bar-section ul li.active > a {
  background: #006bb6;
  color: #FFFFFF;
}

.top-bar-section ul li.active > a:hover {
  background: #005c9d;
  color: #FFFFFF;
}

.top-bar-section .has-form {
  padding: 0.9375rem;
}

.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: 0.9375rem;
  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 {
  padding: 0;
  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 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 624.9375rem) {
  .top-bar {
    background: #006bb6;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #006bb6;
  }
  .contain-to-grid .top-bar {
    max-width: 78.4375rem;
    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-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #006bb6;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #006bb6;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #005c9d;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !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: 1.40625rem;
  }
  .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 > a:focus + .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: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .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 #0084e1;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #006bb6;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #006bb6;
    color: #FFFFFF;
  }
  .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;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 35.938em) {
  .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: 36em) and (max-width: 59.375em) {
  .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: 36em) {
  .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: 59.438em) and (max-width: 80em) {
  .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: 59.438em) {
  .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: 80.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: 80.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: 999999999999) {
  .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: #006bb6;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #099aff;
}

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: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #202020;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6e6e6e;
  line-height: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  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: normal;
  color: #333333;
  background-color: #cdcdcd;
  border-width: 1px;
  border-style: solid;
  border-color: #b9b9b9;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

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: #484848;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #535353;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #535353;
}

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 36em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.875rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.6875rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

.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 {
  position: relative;
  width: 100%;
  -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: #333333;
  color: #FFFFFF;
  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: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.25rem;
}

.left-small {
  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: 36em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 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-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -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-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -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 {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  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: transparent;
}

@media only screen and (min-width: 36em) {
  .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: transparent;
}

@media only screen and (min-width: 36em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .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: transparent;
}

@media only screen and (min-width: 36em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-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: transparent;
}

@media only screen and (min-width: 36em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-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: transparent;
}

@media only screen and (min-width: 36em) {
  .offcanvas-overlap-right .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;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  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;
  -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;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -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);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  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;
  -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;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -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);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 36em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 59.438em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 80.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;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.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;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/*
       * 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: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.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;
  }
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* filter-gradient needs this */
.end {
  float: left !important;
}

main {
  background: #ffffff;
  display: block;
}

div.nopad {
  padding: 0px;
}

input.readonly {
  background: none;
  border: 1px solid #ccc;
  padding: 1px 6px;
  margin-bottom: 5px;
  cursor: default;
}

input.expand {
  width: 100%;
}

.search-result-header {
  margin-bottom: 1.25em !important;
  margin-left: .25em;
  margin-right: .25em;
}

.search-result-header .result-left-section p {
  font-weight: 500;
}

.search-result-header .result-left-section p.no-result {
  color: red;
  font-weight: 300;
  margin-left: 1em;
  margin-right: 1em;
}

.search-result-header p {
  margin-bottom: .25em;
  font-size: .85em;
}

span.label {
  color: #363636;
}

label, span.label {
  margin-top: 0.1em;
  font-size: 85%;
  font-weight: 500;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  label-height: 1.5;
}

label.checkbox-option {
  font-weight: 300;
}

p, li {
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: .95rem;
}

sup {
  color: black;
}

select,
select:hover {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #666666;
}

select:focus,
input:focus {
  border-color: #999999;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 5px #006bb6 !important;
  outline: none;
}

input.search-submit:focus {
  border-color: #999999;
  background-color: #0076cb !important;
  box-shadow: 0 0 5px #006bb6 !important;
  outline: none;
}

input.search-submit, input.search-input {
  margin-bottom: 0;
}

.detail-panel label, .detail-panel .label {
  cursor: inherit;
}

.field {
  margin-bottom: 0.5em;
  display: block;
  color: #484848;
  margin-left: .2em;
  line-height: 1.15em;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  word-wrap: break-word;
}

.field.with-help-text {
  margin-bottom: 3px;
}

.field.with-help-text select, .field.with-help-text input {
  margin-bottom: 0px;
}

.field.with-help-text h1, .field.with-help-text h2, .field.with-help-text h3, .field.with-help-text h4 {
  margin-bottom: .2em;
}

p.help-text, span.help-text {
  margin: 0 0 .5em .25em;
  line-height: 1.25em;
  color: #6d6d6d;
  font-size: .95rem;
}

span.help-text {
  display: inline-block;
  margin-right: 5em !important;
}

div > span.field:last-of-type {
  margin-bottom: 0.7em;
}

form label {
  margin-top: 0.5em;
}

td.row-selector {
  vertical-align: top;
}

body {
  padding-top: 0px;
}

h1, h2, h3, h4, h5, nav.top-bar {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1.with-help-text, h2.with-help-text, h3.with-help-text, h4.with-help-text, h5.with-help-text, nav.top-bar.with-help-text {
  margin-bottom: 0.0625rem;
}

h1.with-help-text + .help-text, h2.with-help-text + .help-text, h3.with-help-text + .help-text, h4.with-help-text + .help-text, h5.with-help-text + .help-text, nav.top-bar.with-help-text + .help-text {
  font-size: smaller;
  margin-left: 5px;
}

h2 {
  margin-top: .2em;
  margin-bottom: .2em;
}

h3 {
  margin-bottom: .2em;
}

button, .button {
  box-shadow: none;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.button:hover, .button:focus {
  background-color: #0076cb;
}

.panel {
  border: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  padding: 1.25em;
  margin-bottom: 1em;
}

.panel.panel-with-buttons {
  padding-bottom: 0em;
}

.panel.panel-white {
  background-color: white;
}

.panel.in-page-action-panel {
  /* IE; docs say this should go first (or better, placed in separate IE-only stylesheet): */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF');
  /* Fallback: */
  background: #f0f0f0;
  /* CSS 3 plus vendor prefixes: */
  background: -owg(compact-linear-gradient(bottom, #f0f0f0, #f0f0f0, white), false, false, false, false, false, false, false, false, false);
  background: -webkit(compact-linear-gradient(bottom, #f0f0f0, #f0f0f0, white), false, false, false, false, false, false, false, false, false);
  background: -moz(compact-linear-gradient(bottom, #f0f0f0, #f0f0f0, white), false, false, false, false, false, false, false, false, false);
  background: -o(compact-linear-gradient(bottom, #f0f0f0, #f0f0f0, white), false, false, false, false, false, false, false, false, false);
  background: compact(linear-gradient(bottom, #f0f0f0, #f0f0f0, white), false, false, false, false, false, false, false, false, false);
}

.nonvisual-panel {
  padding: .5em 1em;
  border: none;
  background: transparent;
}

a {
  color: #006bb6;
}

/* Useful for areas where we want a margin but no padding after as there is no following paragraph */
.nomargin {
  margin: 0px;
}

button, .button {
  color: #ffffff;
}

button.success, .button.success {
  color: #333333;
}

button.success:hover, .button.success:hover {
  color: #333333;
}

.top-bar-section ul li > a {
  font-weight: normal;
}

.breadcrumbs {
  border: none;
  background-color: #FFFFFF;
  padding-left: 0px;
  margin-top: .5em;
}

.breadcrumbs a,
.breadcrumbs > * {
  line-height: 2em;
}

.button small {
  font-weight: normal;
}

.large-side-nav {
  padding-right: 2em;
  margin-top: 1.8em;
}

.large-side-nav div.section-title {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5em;
  font-weight: 300;
  /*padding-top: 1.3em;*/
}

ul.large-nav {
  list-style-type: none;
  margin: 1.52em .75em 1.52em 0.5em;
  padding: 0;
  display: inline-block;
  background-color: #006bb6;
  z-index: 3;
  /* KM NEW */
  line-height: .1;
  margin-bottom: 0px;
  margin-top: 0px;
}

ul.large-nav > li > div.mega-menu-reveal > a,
ul.large-nav > li > div.menu-reveal > a,
ul.large-nav > li > a {
  /* KM NEW */
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 76px;
}

ul.large-nav > li {
  display: inline-block;
  font-size: 1em;
}

ul.large-nav > li.hide {
  display: none;
}

ul.large-nav > li.active a {
  font-weight: bold;
}

ul.large-nav > li a > img {
  height: 25px;
}

ul.large-nav > li a {
  color: #ffffff;
  font-family: 'Gotham Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  padding: 5px 8px 27px;
  text-transform: uppercase;
}

ul.large-nav > li span.divider {
  /*border-left: 1px solid #ffffff;*/
  margin-left: 1em;
  padding-left: 1em;
}

img.inline-left {
  float: left;
  padding: 1em;
}

img.inline-right {
  float: right;
  padding: 1em;
}

img.maxsize-medium {
  max-width: 300px;
}

@media only screen and (max-width: 35.938em) {
  img.inline-right,
  img.inline-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.datepicker table > tbody > tr:hover > td {
  background: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.day.secondary:hover {
  background-color: #ffffff;
  cursor: default;
}

.datepicker table > tbody > tr > td:hover {
  background-color: #e4edf5;
}

.day.secondary > a {
  display: none;
}

/* Add to allow extra space beyond the standard column gutter */
.comfort-pad {
  padding: 0.625rem;
}

html, body {
  background-color: #ebebeb;
  min-width: 20em;
}

.site-content {
  background-color: #ffffff;
  margin-top: 0px;
  padding-top: 130px;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (max-width: 35.938em) {
  .site-content {
    padding-top: 55px;
    padding-bottom: 0.25em;
  }
}

@media only screen and (min-width: 36em) and (max-width: 59.375em) {
  .site-content {
    padding-top: 55px;
    padding-bottom: 0.25em;
  }
}

.large-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color:#006bb6;
  height:76px;
  box-shadow:0 2px 5px -1px #333333;*/
}

.large-top-bar .large-nav a:hover {
  color: #40a0f0;
}

.small-top-bar .nav-body {
  height: 45px;
  background-color: #006bb6;
  min-width: 20em;
}

.small-top-bar {
  box-shadow: 0px 2px 8px -1px #333333;
}

.small-top-bar .nav-body a {
  padding: 10px 0px 15px;
}

.small-top-bar .nav-body a > img {
  height: 45px;
  padding: 10px 8px;
}

form.custom .custom.checkbox.checked:before {
  margin-left: -4px;
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 0.8em;
}

.columns.nopad {
  padding: 0 !important;
}

.stackable-footer-label,
.stackable-footer-value {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 0.9em;
  margin-top: 0em;
}

.stackable-footer-nav,
.stackable-footer-label,
.stackable-footer-value {
  margin-bottom: 1em;
}

.panel.small {
  font-size: 0.9em;
}

.form-step-header {
  border: 1px solid #eee;
}

a.inline-help {
  background: url("../images/iconInlineHelp.png") no-repeat left top;
  height: 24px;
  width: 24px;
  display: inline-block;
  clip: rect(0px, 24px, 24px, 0px);
  padding-left: 24px;
  overflow: hidden;
}

td.status-warning {
  color: #ff9500;
}

td.status-critical {
  color: #ff0000;
}

.click-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.click-blocker.active {
  display: block;
}

.menu-profile-block {
  background-color: #006bb6;
  height: 24px;
  box-shadow: 0px 2px 5px -1px #333333;
}

html, body {
  height: 100%;
  min-height: 100%;
}

.profile-block {
  z-index: 3;
  float: right;
  margin-right: 1em;
  max-width: 20em;
}

.menu-block {
  background-color: #006bb6;
  height: 76px;
  z-index: 4;
}

#profileBlock {
  transition: top .3s ease;
  -webkit-transition: top .3s ease;
  position: absolute;
  right: 0;
  top: 0px;
}

@media only screen and (max-width: 35.938em) {
  #profileBlock {
    top: 45px;
    z-index: 98;
  }
}

@media only screen and (min-width: 36em) and (max-width: 59.375em) {
  #profileBlock {
    top: 45px;
    z-index: 98;
  }
}

.top-nav-user-context-row {
  position: relative;
}

.top-nav-message {
  margin: 0 auto;
  max-width: 45em;
  background-color: #d8d8d8;
  font-size: .9em;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: .5em 2.5em .5em 2em;
  z-index: 3;
  position: relative;
  display: table;
}

.top-nav-message .message-close {
  position: absolute;
  top: .5em;
  right: 1em;
}

.small-top-bar .top-nav-message {
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 0;
  display: block;
}

#profileBlock.active {
  top: 0px !important;
}

#profileBlock.active .currentProfile {
  background-position: right 5em bottom;
  display: none !important;
}

#profileBlock.active .dropProfile {
  display: block;
}

#profileBlock.hideme {
  top: -100px;
}

.dropProfile {
  position: relative;
  border: 1px solid #eeeeee;
  border-top: none;
}

.dropProfile .button.small {
  padding-top: 0.575rem;
  padding-bottom: 0.6375rem;
}

.currentProfile {
  color: #fff;
  font-family: 'Gotham','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 1em;
  position: relative;
  background: url("../images/small-nav/arrowUpBig.png") no-repeat scroll center bottom -40px/auto 0.6em #595959;
  box-shadow: 0 2px 5px -1px #333333;
  padding: 0em .5em;
}

.button.no-fill {
  background-color: transparent;
}

div.currentProfile a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.1em;
  padding: .45em .75em;
  margin: .5em .25em !important;
}

div.dropProfile {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 3px 3px 8px -5px;
  display: none;
  transition: height .2s ease-out;
}

.currentProfile a.profile {
  overflow: hidden;
  max-height: 2.8em;
}

div.dropProfile p {
  font-weight: 300;
  margin: 0em 0em 1em;
}

div.dropProfile .button {
  margin-bottom: 0.5em;
}

div.dropProfile.makeVisible {
  display: block;
}

a.menuButtonOpen {
  background: url("../images/small-nav/arrowUp.png") no-repeat scroll center bottom;
}

div.dropProfile ul {
  margin: 0.5em 0.25em 0.75em;
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
}

div.dropProfile li {
  font-size: 90%;
  padding: 5px 10px;
  text-align: left;
  list-style: none;
}

div.dropProfile li:hover {
  background-color: #eee;
}

div.dropProfile li > a {
  width: 100%;
  display: block;
}

div.dropProfile li.active {
  /*font-weight:bold;*/
  background-color: #f9f9f9;
}

div.dropProfile li.personal {
  padding-left: 35px;
  background-image: url("../images/iconHome.png");
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

div.dropProfile li.business {
  padding-left: 35px;
  background-image: url("../images/iconCity.png");
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

fieldset.panel {
  margin-top: 0px;
}

#topBar .logo-block {
  margin: 20px 0 0 15px;
}

#topBar .logo-block .logo {
  max-width: 180px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 35.938em) {
  #topBar .logo {
    margin: 0;
    padding: 10px 8px;
  }
}

@media only screen and (min-width: 36em) and (max-width: 59.375em) {
  #topBar .logo {
    margin: 0;
    padding: 10px 8px;
  }
}

/* Sizing for small and medium screen no effect on large screen */
#topBar .nav-body {
  height: 45px;
  background-color: #006bb6;
  min-width: 20em;
}

#topBar .nav-body a {
  padding: 10px 0px 15px;
}

#topBar .nav-body a > img {
  height: 45px;
  padding: 10px 8px;
}

.smaller-text {
  font-size: smaller;
}

/****** Temporary Styling for new drop-down control ******/
.select2-container .select2-choice {
  border-radius: 0px !important;
  border-color: #cccccc !important;
  height: 2.3125rem !important;
  font-size: 0.875rem !important;
  padding: 0.25rem 0.5rem !important;
  color: #4d4d4d !important;
}

.select2-container .select2-choice .select2-arrow {
  border-radius: 0px !important;
  border-left-color: #cccccc !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 .3em !important;
}

.select2-drop {
  color: #4d4d4d !important;
}

.select2-search input {
  font-size: .875rem;
}

li.ui-select-choices-row {
  font-size: .825rem !important;
}

ul.inline-list.text-center li {
  display: inline-block;
  float: none;
  padding: 0 .5em;
}

.unauthenticated-modal .logo {
  max-width: 200px;
}

.unauthenticated-modal .modal-footer-links {
  font-size: 90%;
  font-weight: 300;
  font-family: "Gotham";
  margin-bottom: .5rem;
}

.unauthenticated-modal .mfp-bg {
  display: none;
}

.unauthenticated-modal .modal-body {
  min-width: 32rem;
}

@media only screen and (min-width: 36em) and (max-width: 59.375em) {
  .unauthenticated-modal .modal-body {
    min-width: 28rem;
  }
}

@media only screen and (max-width: 35.938em) {
  .unauthenticated-modal .modal-body {
    min-width: inherit;
  }
}

/* Select2 */
.related-field-selector {
  padding-left: 1.5em;
}

.select2 {
  outline: none !important;
}

.select2.related-field-selector-parent {
  margin-bottom: 0 !important;
}

.select2.select2-container-disabled.hide-when-select2-container-disabled {
  display: none;
}

.select2.below-related-select2-container a.select2-choice {
  border-top: 0px;
}

.select2 .ui-select-placeholder {
  margin: .3em;
}

.select2 .ui-select-placeholder a {
  font-size: .9em;
  padding: .5em;
  width: 100%;
  display: block;
  border-bottom: 1px dotted #dddddd;
}

.select2-drop {
  margin-top: -30px !important;
  border-radius: 0 !important;
}

.select2-drop .select2-search input {
  border-color: #cccccc !important;
}

.select2-drop-active {
  border-color: #cccccc !important;
}

.select2-dropdown-open .select2-choice {
  background-image: none !important;
}

.select2-container .select2-choice {
  background-image: none !important;
}

.select2-container .select2-choice .select2-arrow {
  border-left: 0px !important;
  background: none !important;
}

.inline-link {
  display: inline-block;
  margin-left: .5em;
}

.view-switcher .current-view {
  margin-right: .65em;
}

.view-switcher .switch-view {
  font-size: .65em;
}

.glow-text {
  -webkit-animation: glow-in .5s ease-in-out 0s 1 alternate;
}

@-webkit-keyframes glow-in {
  from {
    text-shadow: 0 0 0 lightblue;
  }
  to {
    text-shadow: 0 0 .75em lightblue;
    color: #006bb6;
  }
}

.rotate-object {
  -webkit-animation: rotate-me 1.5s linear 0s infinite;
}

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

.excelicon {
  background: transparent url("../images/icon-excel.png") scroll no-repeat left top 0.2em/1.75em auto;
  padding: .5em .5em .5em 2em;
  margin-left: .5em;
  display: block;
}

.csvicon {
  background: transparent url("../images/icon-csv.png") scroll no-repeat left top 0.25em/1.5em auto;
  padding: .5em .5em .5em 2em;
  margin-left: .5em;
  display: block;
}

@media only screen and (max-width: 35.938em) {
  .wordwrapbreakword {
    word-wrap: break-word;
    width: 200px;
  }
}

table.expand {
  width: 100%;
}

table.financial {
  border: 1px solid #dddddd;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

table.financial.expand {
  width: 100%;
}

@media only screen and (min-width: 36em) {
  table.financial.expand {
    width: 95%;
  }
}

table.financial td {
  padding-top: .75em;
  padding-bottom: .75em;
}

table.financial tr, table.financial td {
  background-color: transparent;
  line-height: 1.125em;
}

table.financial tr.separator {
  border-top: 1px dashed #dddddd;
}

table.financial tr.sum {
  border-top: 1px solid #dddddd;
}

table.financial tr.important-row td {
  font-weight: 500;
}

table.financial tr.table-total td {
  font-weight: 600;
  font-size: 105%;
}

table.financial td.number {
  text-align: right;
  white-space: nowrap;
}

.rewards-panel {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}

.rewards-panel img.reward-logo {
  margin-bottom: 1em;
  max-width: 200px;
  width: 100%;
}

.rewards-panel ul {
  margin-left: 2em;
}

.rewards-panel ul li {
  font-size: .85em;
  font-weight: 300;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.fineprint h3, .fineprint h4, .fineprint h5 {
  text-transform: uppercase;
  color: #888888;
}

.fineprint h5 {
  font-size: 95%;
}

.fineprint p {
  font-size: 75%;
  color: #888888;
}

.fineprint p.highlight {
  font-weight: 500;
}

body.modal-open {
  overflow: hidden;
}

.floatXRight {
  position: absolute;
  float: right;
  right: 60px;
  z-index: 20;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media only screen and (max-width: 59.375em) and (max-height: 20em) {
  nav#topBar:not(.sidebar-visible) {
    position: absolute;
  }
}

.page-load-blocker {
  max-width: 500px;
  margin: 20px auto;
  padding: 2em;
  background: white;
}

.page-load-blocker img.logo {
  max-width: 200px;
  padding-bottom: 2em;
}

.page-load-blocker h1 {
  padding-bottom: 0.5em;
  font-size: 1.75em;
}

.page-load-blocker p {
  padding-bottom: 0.5em;
  font-size: 0.95em;
}

.anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: inline-block;
  pointer-events: none;
}

.red {
  color: #bd0000;
}

.pdf {
  background-image: url("../images/icon-pdf.png");
  background-repeat: no-repeat;
  padding-left: 1.75em;
  background-size: 1.5em;
  display: inline-block;
}

.csv {
  background-image: url("../images/icon-excel.png");
  background-repeat: no-repeat;
  padding-left: 1.75em;
  background-size: 1.5em;
  background-position-x: .15em;
  display: inline-block;
}

img.shadow {
  -webkit-box-shadow: 0px 5px 10px #999;
  -moz-box-shadow: 0px 5px 10px #999;
  box-shadow: 0px 5px 10px #999;
  margin-bottom: 1.5em;
}

div.tooltip.left {
  z-index: 99999;
}

/* Ensure links with images are properly sized */
a.image-link {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 50px;
  text-align: center;
  background-color: #595959;
  color: white;
  box-shadow: 0 2px 5px -1px #333333;
  padding: 0;
  z-index: 10;
}

.scroll-to-top a {
  color: white;
  font-size: .8em;
  display: block;
  padding: .5em 1em;
}

.scroll-to-top a:before {
  content: "\25B2";
  display: block;
  line-height: .8;
  padding: .2em 0 0 0;
}

.scroll-to-top:hover {
  text-decoration: none;
}

.infoBox2 {
  text-align: center;
  padding: 1em;
}

a.buttonS {
  background-image: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.footer-headings {
  font-size: 1em;
  margin-top: .5em;
  margin-bottom: .25em;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* Override the date picker position */
div.datepicker.datepicker-dropdown.dropdown-menu {
  left: -4.0625rem;
}

/* Style settings */
div.filter {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0.45em 0.55em;
  font-family: "Calibri",Helvetica,Arial,sans-serif;
  font-size: 0.95em;
  color: #666;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.filter span.filter-value {
  font-size: 0.95em;
  padding-left: 2px;
}

div.filter span.filter-value span.filter-value-item {
  color: #006bb6;
}

div.filter .filter-clear {
  display: none;
  position: absolute;
  top: 0em;
  right: .55em;
}

div.filter .filter-clear span {
  display: none;
}

div.filter .filter-clear a {
  display: block;
  padding: 7px;
}

div.filter-expanded {
  background: #fafafa;
}

div.filter-set {
  background-color: #fafafa;
  color: #2d2d2d;
}

div.filter-set .filter-clear {
  display: block;
}

ul.filter-picker {
  margin: 4px 0px 6px;
  border-bottom: 1px solid #ccc;
}

ul.filter-picker li {
  list-style-type: none;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0px;
  padding: 0.2em 4px;
  font-color: #333;
  font-size: 0.9em;
  border-bottom: 0px;
}

ul.filter-picker li.selected {
  background-color: #e4edf5;
  color: #006bb6;
}

select.filter-picker {
  margin: 4px 0px 6px;
}

/* Functional settings - do not change */
div.filter {
  width: 150px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

div.filter .filter-picker {
  visibility: hidden;
  display: none;
}

ng-form.custom div.filter .filter-picker {
  visibility: hidden;
  display: none;
}

ng-form.custom div.filter-expanded .filter-picker {
  visibility: visible;
  display: block;
}

ul.filter-picker {
  list-style-typng-forme: none;
}

div.filter-option-date-range {
  display: none;
  text-align: center;
}

div.filter-option-date-range input {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

li.selected div.filter-option-date-range {
  display: block;
}

.accordion {
  border: none;
}

.accordion dd .title {
  background: url("../images/chevronGrey-right.png") no-repeat center right #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  line-height: 1.3;
  font-size: 1.1em;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  text-indent: -.5em;
}

.accordion dd .title a {
  padding: 0px 24px 0px 2px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #4d4d4d;
  font-size: 1em;
  background-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion dd .title a:hover {
  color: #0d0d0d;
}

.accordion dd .title:hover {
  background-color: transparent;
}

.accordion dd .content {
  padding: 8px 0px 8px 15px;
  border: 0px;
}

.accordion dd.active .title {
  background: url("../images/chevronGrey-down.png") no-repeat center right #ffffff;
}

.accordion dd.active a {
  background-color: transparent;
}

.accordion dd:last-of-type {
  border-bottom: 1px solid #eeeeee;
}

.side-nav {
  padding: 0px 24px 0px 2px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #4d4d4d;
  font-size: 1em;
}

.side-nav.hide {
  display: none;
}

.side-nav a:hover {
  color: #37acff;
}

.side-nav li {
  font-size: .95em;
  line-height: 1.15em;
  font-weight: 300;
}

.side-nav li a:not(.button) {
  padding: 0;
  padding-left: .5em;
  text-indent: -.5em;
}

.side-nav li.active a:first-child {
  font-weight: bold;
  color: #006bb6;
}

@media only screen and (max-width: 35.938em) {
  #topBar .nav-body a.home-link > img {
    padding-left: 0px;
  }
}

#topBar .nav-body a.home-link > img {
  padding-left: 0px;
}

/* Small side nav variation */
/* em used for all text based content and px used for content required to be in relation to fixed page header graphical elements */
#sidebar {
  background-color: #dddddd;
  box-shadow: 2px 0 8px -1px #777777;
  min-height: 100%;
  position: fixed;
  top: -1px;
  z-index: 99;
  width: 300px;
  left: -320px;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  display: none;
  padding: 5px 0px 0px;
  overflow: hidden;
}

#sidebar a {
  outline-color: #099aff !important;
  display: inline-block;
}

#sidebar.makeVisible {
  left: -2px;
  display: block;
  height: initial;
  position: absolute;
}

#sidebar .menu-bar {
  max-width: 100%;
  margin: 0px auto;
}

#sidebar .menu-bar img {
  height: 40px;
  padding: 10px 10px;
  display: block;
}

#sidebar .menu-bar img.logo {
  padding: 10px 0px 10px 10px;
  max-height: 50px;
  height: 50px;
}

#sidebar .change-language-private,
#sidebar .change-language {
  margin-left: 1.5em;
}

#sidebar .accordion {
  margin-bottom: 0px;
  margin-top: .5em;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #ebebeb;
}

#sidebar .accordion dd {
  border: 0px;
  border-bottom: 1px solid #c0c0c0;
  border-color: #c0c0c0;
}

#sidebar .accordion dd .title {
  background-position: 95% center;
  background-color: transparent;
  background-image: url("../images/chevronGrey-right.png");
  background-repeat: no-repeat;
  border-color: #ebebeb;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 0px;
  cursor: pointer;
}

#sidebar .accordion dd .title a {
  font-size: 1.15em;
  font-weight: 200;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0d0d0d;
  width: 100%;
  display: inline-block;
}

#sidebar .accordion dd .title:hover a {
  color: #4d4d4d;
}

#sidebar .accordion dd:first-of-type .title {
  border: 0;
}

#sidebar .accordion dd.active .title {
  background-image: url("../images/chevronGrey-down.png");
}

#sidebar .accordion dd .content {
  padding: 0.2em 1.5em 0.7em;
  background-color: transparent;
  border: 0;
}

#sidebar .accordion dd .content h5 {
  font-size: 1.1em;
  line-height: 2em;
  margin-top: 0.7em;
  margin-bottom: 0.2em;
  color: #4d4d4d;
}

#sidebar .accordion dd .content h5:first-of-type {
  margin-top: 0;
}

#sidebar .accordion dd .content ul {
  margin-left: 0.25em;
  margin-right: 0em;
}

#sidebar .accordion dd .content ul li {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

#sidebar .accordion dd .content ul li a {
  color: #0044aa;
}

#sidebar .accordion dd .content ul li a:hover {
  color: #2b80ff;
}

/* Adjust content of page appropriately while the side menu is open */
main.sidebar-visible .site-content,
main.sidebar-visible .image-rotate-block {
  position: fixed;
}

main.sidebar-visible .site-content {
  max-width: 78.4375rem;
}

footer.sidebar-visible {
  display: none;
}

.mega-menu {
  font-family: "Gotham","Calibri","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 1.1em;
  box-shadow: 1px 13px 22px -2px #666666;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-top-style: none;
  text-align: left;
  color: #333;
  padding: 1rem 2rem 2.25rem;
  width: 100%;
  left: 0%;
  margin-bottom: 1em;
}

.mega-menu div.row:first-of-type {
  max-width: 75.5rem;
  margin-left: auto;
  margin-right: auto;
}

.mega-menu a {
  outline: none;
  font-size: 85%;
}

.mega-menu h5 {
  margin-bottom: .25em;
  margin-top: 0.5em;
  font-size: 1.2em;
  font-family: "Gotham","Calibri","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  line-height: 1.2;
}

.mega-menu .promo {
  font-size: .9em;
  font-family: "Gotham","Calibri","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  display: none;
  /* Hide till we have content */
}

.mega-menu .promo h5 {
  font-weight: 500;
  font-size: 1em;
  display: inline;
}

.mega-menu .promo a {
  padding-left: 0px;
  font-weight: 300 !important;
}

.mega-menu .promo img {
  border: 1px solid #bbb;
  margin-top: .5em;
  vertical-align: center;
  height: 80px;
  width: 100%;
  background-color: #e6e6e6;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.menu-reveal {
  z-index: 3;
  position: relative;
  background: url("../images/small-nav/arrowUpBig.png") no-repeat center bottom -100px;
}

.menu-reveal a {
  outline: none;
}

li.show-menu .menu-reveal {
  background-position: center bottom 0px;
}

.mega-menu-container .mega-menu-reveal {
  z-index: 3;
  position: relative;
  background: url("../images/small-nav/arrowUpBig.png") no-repeat center bottom -100px;
  cursor: pointer;
}

.mega-menu-container .mega-menu-reveal a {
  outline: none;
}

.mega-menu-container .mega-menu-content {
  width: 100%;
  /*top:75px;*/
  left: 0;
  position: fixed;
  display: block;
  /*top:49px;
    padding-top:20px;*/
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  /*
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;*/
}

.mega-menu-container .mega-menu-content a {
  text-transform: none;
  color: #006bb6;
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
  padding: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mega-menu-container .mega-menu-content ul.side-nav li {
  margin: 0;
  padding: 0;
}

.mega-menu-container .mega-menu-content ul.side-nav li:not(.active) a {
  font-weight: 300;
}

.mega-menu-container .mega-menu-content ul.side-nav a {
  margin-left: .4em;
  text-indent: -.2em;
  padding: .25em 0;
}

.mega-menu-container.show-menu .mega-menu-reveal {
  background-position: center bottom 0px;
}

.mega-menu-container.show-menu .mega-menu-content {
  visibility: visible;
  opacity: 1;
}

a.icon-with-count {
  position: relative;
}

a.icon-with-count span.nav-icon {
  position: absolute;
  left: 55%;
  bottom: 50%;
  background-color: #bd0000;
  color: white;
  line-height: 1em;
  padding: .15em .25em;
  font-size: .7em;
  border-radius: 5px;
}

/*
.mega-menu-container.show-menu .mega-menu-reveal > a,
.mega-menu-container.show-menu .mega-menu-content {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}
*/
/* Disable delay so that touch devices can still work, requires modernizr */
/*
html.touch .mega-menu-container.show-menu .mega-menu-reveal > a,
html.touch .mega-menu-container.show-menu .mega-menu-content {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
*/
.site-selector {
  background-color: #595959;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.site-selector.hideme {
  height: 0;
}

.site-selector a {
  color: white;
  font-size: .75em;
  display: block;
  margin-right: 0em;
  font-weight: bold;
  padding-right: 1em;
}

/* Responsive table styles */
.responsive-table .red {
  color: red;
}

.responsive-table .secondaryCellValue {
  display: block;
  font-size: 85%;
  color: grey;
}

.responsive-table.cardview .secondaryCellValue {
  display: inline-block;
  margin-left: .5em;
}

.responsive-table .nobreak {
  white-space: nowrap;
}

.responsive-table .bold {
  font-weight: bold;
}

.responsive-table table {
  width: 100%;
  border: 0px;
}

.responsive-table table .label, .responsive-table table span.label {
  font-size: 0.85rem;
}

.responsive-table table > thead > tr {
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
}

.responsive-table table > thead > tr th {
  font-weight: 400;
}

.responsive-table table > thead > tr th.number {
  text-align: right;
}

.responsive-table table > thead > tr th a {
  color: #005998;
}

.responsive-table table > tbody > tr {
  border-bottom: 1px solid #e0e0e0;
}

.responsive-table table > tbody > tr td.number {
  text-align: right;
}

.responsive-table table > tbody > tr:hover {
  background-color: #e4edf5;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.responsive-table table > tbody > tr > td:last-of-type,
.responsive-table table > tfoot > tr > td:last-of-type,
.responsive-table table > thead > tr > th:last-of-type {
  padding-right: 1.5em;
}

.responsive-table table > tbody > tr > td:first-of-type,
.responsive-table table > tfoot > tr > td:first-of-type,
.responsive-table table > thead > tr > th:first-of-type {
  padding-left: 1.5em;
}

.responsive-table table.with-item-selection tbody tr.selected {
  background-color: #f9f9f9;
}

.responsive-table table.with-item-selection tbody tr.selected:hover {
  background-color: #e4edf5;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.responsive-table tbody tr {
  background-color: #fff;
}

.responsive-table tbody tr td {
  vertical-align: top;
  font-weight: 300;
}

.responsive-table tbody tr td.item-select-checkbox {
  width: 2em;
}

.responsive-table input[type="checkbox"] {
  margin: 0;
}

.responsive-table:not(.cardview) .button-bar {
  display: none;
}

.rows.table-footer-row,
.row.table-footer-row {
  color: #484848;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 1.25rem;
  font-size: 95%;
}

@media screen and (max-width: 35.938em) {
  .responsive-table.cardview table, .responsive-table.cardview thead, .responsive-table.cardview tbody, .responsive-table.cardview th, .responsive-table.cardview td, .responsive-table.cardview tr {
    display: block;
    width: 100%;
  }
  .responsive-table.cardview thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .responsive-table.cardview tr {
    border: 1px solid #e0e0e0;
    margin-bottom: 0.75em;
    /* Setup margins for cards */
    padding: .75em 1.5em !important;
    /* needed to draw borders correctly */
    overflow: hidden;
  }
  .responsive-table.cardview tr:last-of-type {
    margin-bottom: 0;
  }
  .responsive-table.cardview td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #EEEEEE;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0;
    padding-left: 50% !important;
    padding-right: 0em !important;
    position: relative;
    text-align: left !important;
    white-space: normal;
    min-height: 2.275em;
    z-index: 10;
    /* Setup margins for cards */
    padding-top: .4em !important;
    padding-bottom: .4em !important;
  }
  .responsive-table.cardview td:before {
    content: attr(data-title);
    left: 0em;
    padding-right: 0em;
    position: absolute;
    text-align: left;
    top: 0.5625em;
    white-space: nowrap;
    width: 45%;
    font-weight: 400;
    /* Setup margins for cards */
    top: .4em !important;
  }
  .responsive-table.cardview td:after {
    content: "\00a0";
  }
  .responsive-table.cardview td.no-data-title {
    padding-left: 0 !important;
  }
  .responsive-table.cardview td .no-top-margin-data-title {
    margin-top: 0em !important;
  }
  .responsive-table.cardview table.data-table {
    border: medium none;
  }
  .responsive-table.cardview table.data-table.with-item-selection td {
    padding-left: 58% !important;
  }
  .responsive-table.cardview table.data-table.with-item-selection td.item-select-checkbox {
    padding-left: 0em !important;
    padding-top: .4em;
    width: initial;
    z-index: 11;
    position: absolute;
  }
  .responsive-table.cardview table.data-table.with-item-selection td:not(.item-select-checkbox):before {
    padding-left: 1.75em;
  }
  .responsive-table.cardview table.data-table.with-item-selection td.number {
    text-align: left;
  }
  .responsive-table.cardview tbody tr td {
    padding-bottom: 0;
    min-height: 1.5em;
  }
  .responsive-table.cardview tbody tr td:last-of-type {
    padding-bottom: .525em;
  }
  .responsive-table.cardview input[type="checkbox"] {
    top: 0;
  }
  .responsive-table.cardview tfoot {
    display: none;
  }
  .responsive-table.cardview tfoot tr {
    border: 0px;
    margin-bottom: 0em;
  }
  .responsive-table.cardview tfoot tr td.foot-nav {
    padding-left: 0em;
    padding-top: 0.25em;
    width: 100%;
  }
  .responsive-table.cardview tfoot tr td.foot-nav:before {
    content: "";
  }
}

.responsive-table.forced-cardview table, .responsive-table.forced-cardview thead, .responsive-table.forced-cardview tbody, .responsive-table.forced-cardview th, .responsive-table.forced-cardview td, .responsive-table.forced-cardview tr {
  display: block;
  width: 100%;
}

.responsive-table.forced-cardview thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.responsive-table.forced-cardview tr {
  border: 1px solid #e0e0e0;
  margin-bottom: 0.75em;
  /* Setup margins for cards */
  padding: .75em 1.5em !important;
  /* needed to draw borders correctly */
  overflow: hidden;
}

.responsive-table.forced-cardview tr:last-of-type {
  margin-bottom: 0;
}

.responsive-table.forced-cardview td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #EEEEEE;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 0;
  padding-left: 50% !important;
  padding-right: 0em !important;
  position: relative;
  text-align: left !important;
  white-space: normal;
  min-height: 2.275em;
  z-index: 10;
  /* Setup margins for cards */
  padding-top: .4em !important;
  padding-bottom: .4em !important;
}

.responsive-table.forced-cardview td:before {
  content: attr(data-title);
  left: 0em;
  padding-right: 0em;
  position: absolute;
  text-align: left;
  top: 0.5625em;
  white-space: nowrap;
  width: 45%;
  font-weight: 400;
  /* Setup margins for cards */
  top: .4em !important;
}

.responsive-table.forced-cardview td:after {
  content: "\00a0";
}

.responsive-table.forced-cardview td.no-data-title {
  padding-left: 0 !important;
}

.responsive-table.forced-cardview td .no-top-margin-data-title {
  margin-top: 0em !important;
}

.responsive-table.forced-cardview table.data-table {
  border: medium none;
}

.responsive-table.forced-cardview table.data-table.with-item-selection td {
  padding-left: 58% !important;
}

.responsive-table.forced-cardview table.data-table.with-item-selection td.item-select-checkbox {
  padding-left: 0em !important;
  padding-top: .4em;
  width: initial;
  z-index: 11;
  position: absolute;
}

.responsive-table.forced-cardview table.data-table.with-item-selection td:not(.item-select-checkbox):before {
  padding-left: 1.75em;
}

.responsive-table.forced-cardview table.data-table.with-item-selection td.number {
  text-align: left;
}

.responsive-table.forced-cardview tbody tr td {
  padding-bottom: 0;
  min-height: 1.5em;
}

.responsive-table.forced-cardview tbody tr td:last-of-type {
  padding-bottom: .525em;
}

.responsive-table.forced-cardview input[type="checkbox"] {
  top: 0;
}

.responsive-table.forced-cardview tfoot {
  display: none;
}

.responsive-table.forced-cardview tfoot tr {
  border: 0px;
  margin-bottom: 0em;
}

.responsive-table.forced-cardview tfoot tr td.foot-nav {
  padding-left: 0em;
  padding-top: 0.25em;
  width: 100%;
}

.responsive-table.forced-cardview tfoot tr td.foot-nav:before {
  content: "";
}

.no-results {
  margin-bottom: 1.5em !important;
  font-style: italic;
}

.datatableHighlight {
  background-color: #F9F9F9 !important;
}

.datatableHighlight:hover {
  background-color: #e4edf5 !important;
}

/* Modal styles */
.mfp-wrap {
  /*-webkit-overflow-scrolling: touch;*/
  overflow-x: hidden;
  overflow-y: auto;
}

.mfp-content {
  max-width: 90%;
  background: white;
  padding: 2.5em;
}

.mfp-content .mfp-close {
  color: #006bb6;
  top: .5em;
  right: .5em;
}

.mfp-content .mfp-body {
  max-width: 600px;
}

.mfp-content .mfp-body li {
  font-weight: 300;
  font-size: .95em;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.mfp-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Tile styles */
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* filter-gradient needs this */
.tile {
  /* IE; docs say this should go first (or better, placed in separate IE-only stylesheet): */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF');
  /* Fallback: */
  background: #ffffff;
  /* CSS 3 plus vendor prefixes: */
  background: -owg(compact-linear-gradient(top, #f0f0f0, #ffffff 5em), false, false, false, false, false, false, false, false, false);
  background: -webkit(compact-linear-gradient(top, #f0f0f0, #ffffff 5em), false, false, false, false, false, false, false, false, false);
  background: -moz(compact-linear-gradient(top, #f0f0f0, #ffffff 5em), false, false, false, false, false, false, false, false, false);
  background: -o(compact-linear-gradient(top, #f0f0f0, #ffffff 5em), false, false, false, false, false, false, false, false, false);
  background: compact(linear-gradient(top, #f0f0f0, #ffffff 5em), false, false, false, false, false, false, false, false, false);
  border: 1px solid #e0e0e0;
  color: #4d4d4d;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-style: normal;
  margin-bottom: .75rem;
}

.tile:hover, .tile:focus {
  /* IE; docs say this should go first (or better, placed in separate IE-only stylesheet): */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFFFFFFF');
  /* Fallback: */
  background: #f0f0f0;
  /* CSS 3 plus vendor prefixes: */
  background: -owg(compact-linear-gradient(top, #e8e8e8, #ffffff 4em), false, false, false, false, false, false, false, false, false);
  background: -webkit(compact-linear-gradient(top, #e8e8e8, #ffffff 4em), false, false, false, false, false, false, false, false, false);
  background: -moz(compact-linear-gradient(top, #e8e8e8, #ffffff 4em), false, false, false, false, false, false, false, false, false);
  background: -o(compact-linear-gradient(top, #e8e8e8, #ffffff 4em), false, false, false, false, false, false, false, false, false);
  background: compact(linear-gradient(top, #e8e8e8, #ffffff 4em), false, false, false, false, false, false, false, false, false);
}

.tile h3, .tile h4, .tile h5, .tile h6 {
  margin-top: 0px;
  color: #006bb6;
}

.tile img {
  padding-bottom: 5px;
}

.tile.summary-tile {
  overflow: hidden;
}

.tile.summary-tile h5, .tile.summary-tile .heading {
  height: 1.9em;
  line-height: 1.1em;
  color: #006bb6;
  font-size: 1.25em;
  margin-bottom: 0.25em;
  display: block;
}

/*
button.tile img, .button.tile img {
  padding-bottom:5px;
}
*/
/* Related tile styles */
.related-tile {
  margin-top: 0em;
  text-align: left;
  padding: 1.25em 1.5em !important;
}

.related-tile .heading {
  font-size: 140%;
}

.related-tile a.button.success {
  font-weight: 600;
}

.related-tile a {
  font-weight: normal;
  font-size: 95%;
  text-align: left;
}

.related-tile a label {
  font-weight: 500;
  font-family: 'Gotham';
}

.related-tile a .inline-label {
  margin-right: .3em;
}

.related-tile a .field {
  font-weight: 300;
  font-family: 'Gotham';
}

.related-tile a h4 {
  font-size: 1.5em;
}

.related-tile a h4 .field {
  color: #006bb6;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.related-tile > a {
  margin-bottom: 0;
}

.related-tile:hover, .related-tile:focus {
  background: white;
}

@media only screen and (max-width: 35.938em) {
  .related-tile {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 36em) {
  .related-tile {
    margin-top: 0em;
  }
}

/* Trend tile styles */
.trend-tile a:hover {
  color: inherit !important;
}

.trend-tile .trend-change {
  color: #999;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.125em;
}

.trend-tile .trend-bar {
  height: 15px;
  width: 100%;
  border: none;
  background: #006BB6 url("../images/arrowTip.png") no-repeat center right;
  text-align: right;
  padding-right: 12px;
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1em;
  padding-top: 0.1em;
  font-weight: normal;
  text-shadow: 1px 1px #4d4d4d;
}

.trend-tile .trend-bar.secondary {
  background-color: #FFD520;
  color: #4d4d4d;
  text-shadow: 1px 1px #ffffff;
}

.trend-tile .trend-bar .trend-bar-units {
  padding-left: .25em;
  font-size: 80%;
}

.trend-no-tiles {
  min-height: 4em;
}

footer {
  margin: 0;
  padding: 0em;
  background-color: #eef5fc;
}

footer h5 {
  font-size: 1em;
  margin-top: .5em;
  margin-bottom: .25em;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

footer img.footer-logo {
  height: 60px;
}

footer select.language-picker {
  margin-bottom: .5em;
  margin-top: .5em;
  height: 2.8em;
  font-size: .75em;
  max-width: 12em;
}

footer .footer-block {
  background-color: #EBEBEB;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

footer .footer-block:first-of-type {
  padding-top: 1.5em;
}

footer .footer-block:last-of-type {
  padding-bottom: 1.5em;
}

footer .footer-block span,
footer .footer-block p {
  /*color:#777777;*/
  font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 0.7em;
  line-height: 1.2;
}

footer .footer-block span.copy,
footer .footer-block p.copy {
  margin-left: 0px;
  padding-top: .25em;
}

footer .footer-block ul.nav-list {
  list-style: none;
  display: block;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: .5em;
}

footer .footer-block ul.nav-list li {
  text-indent: -0.5em;
  padding: 0.3em 0 0.3em 0.5em;
  font-size: .8em;
  line-height: 1.3em;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

footer .footer-block ul.footer-nav {
  list-style-type: none;
  margin: 0 0 0.85em;
  padding: 0;
  line-height: 1.3;
  font-size: 0.75em;
}

footer .footer-block ul.footer-nav li {
  display: inline;
  border-right: 1px solid #bbbbbb;
}

footer .footer-block ul.footer-nav li:last-of-type {
  border-right: none;
}

footer .footer-block ul.footer-nav li a {
  color: #777777;
  font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
  padding: 2px 10px;
  white-space: nowrap;
  display: inline-block;
}

td.expiring-soon {
  color: #ff9500;
}

td.expired {
  color: #ff0000;
}

@media only screen and (min-width: 36em) {
  .medium-up-text-right {
    text-align: right !important;
  }
  label.medium-up-inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0;
  }
  label.align-top {
    margin-top: 0px;
  }
  .inline-labels label {
    margin-top: -.25em;
  }
}

@media only screen and (min-width: 59.438em) {
  .large-up-text-right {
    text-align: right !important;
  }
  label.large-up-inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0;
  }
  label.align-top {
    margin-top: 0px;
  }
}

form .help-text.error.fi-info:before {
  margin-right: .25em;
}

form ul.help-text.error, form ol.help-text.error {
  color: #bd0000;
  margin-left: 2.5em;
  font-size: .9em;
}

form input.ng-invalid.do-validate, form select.ng-invalid.do-validate, form textarea.ng-invalid.do-validate {
  border-color: #bd0000;
}

form input.ng-invalid.do-validate ~ p.help-text.error, form select.ng-invalid.do-validate ~ p.help-text.error, form textarea.ng-invalid.do-validate ~ p.help-text.error {
  display: block;
}

form input ~ p.help-text.error, form select ~ p.help-text.error, form textarea ~ p.help-text.error {
  display: none;
}

form input.red-border, form select.red-border, form textarea.red-border {
  border: 1px solid #bd0000;
}

form input[type="checkbox"] {
  top: .5em;
}

form label.checkbox-label {
  margin-left: 2em;
}

form label.checkbox-label input[type="checkbox"] {
  position: absolute;
  left: 0em;
  top: .15em;
  margin-left: -1.4em;
}

form label.checkbox-label input[type="checkbox"] ~ p.help-text.error {
  margin-left: -1.5em;
  margin-top: .2em;
}

p.help-text, span.help-text {
  margin: 0 0 12px 3px;
  line-height: 1.25em;
}

p.help-text.error, span.help-text.error {
  color: #bd0000;
  margin-bottom: 6px;
  background: none;
}

p.help-text.error a, span.help-text.error a {
  color: #bd0000;
  text-decoration: underline;
}

p.help-text.error a:hover, span.help-text.error a:hover {
  color: #ff5757;
}

p.help-text.info, span.help-text.info {
  margin-bottom: 6px;
}

.header-with-step-counter {
  position: relative;
}

.steps {
  top: 50%;
  margin-top: -1.2em;
  right: 0;
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  min-width: 135px;
}

.steps div.stepCount {
  color: #4d4d4d;
  position: relative;
  left: 0px;
  padding-right: 60px;
  padding-bottom: 2px;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.steps a, .steps span {
  height: 18px;
  position: relative;
  width: 41px;
  text-align: center;
  display: inline-block;
  background: url("../images/step-nav/step-first-off.png") no-repeat scroll left top transparent;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 90%;
  line-height: 1.1em;
}

.steps a.current, .steps span.current {
  background-image: url("../images/step-nav/step-first-on.png");
  color: #333333;
  cursor: default;
}

.steps a.disable, .steps span.disable {
  color: #C0C0C0;
  cursor: default;
  text-decoration: none;
}

.steps a.step1, .steps span.step1 {
  left: 28px;
  padding: 1px 3px 0 3px;
  z-index: 54;
}

.steps a.step2, .steps span.step2 {
  left: 13px;
  padding: 1px 0 0 3px;
  z-index: 53;
}

.steps a.step3of4, .steps span.step3of4 {
  left: 18px;
  padding: 1px 0 0 3px;
  z-index: 52;
}

.steps a.step3, .steps span.step3 {
  background: url("../images/step-nav/step-last-off.png") no-repeat scroll right top transparent;
  left: 0;
  right: 11px;
  padding: 1px 2px 0 2px;
  z-index: 52;
}

.steps a.step3.current, .steps span.step3.current {
  background-image: url("../images/step-nav/step-last-on.png");
}

.steps a.step4, .steps span.step4 {
  background: url("../images/step-nav/step-last-off.png") no-repeat scroll right top transparent;
  left: 0px;
  right: 0;
  padding: 1px 2px 0 2px;
  z-index: 51;
}

.steps a.step4.current, .steps span.step4.current {
  background-image: url("../images/step-nav/step-last-on.png");
}

.steps-4 .steps .step1 {
  margin-right: -50px;
  left: 0px;
}

.steps-4 .steps .step2 {
  left: 35px;
}

.single-column-form .row:not(.panel) {
  max-width: 40em;
}

.single-column-form .row.panel {
  margin-bottom: 0.5rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

@media only screen and (max-width: 35.938em) {
  .single-column-form .row.panel {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
.error-summary {
  background-color: $form-error-background-color !important;
  border: none;
  color: $form-error-color;

  h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: $form-error-color;
  }

  ol, ul {
    margin-left:3.75em;

    li {
      font-size: 80%;
    }
  }

  a {
    font-family: $body-font-family;
    font-weight: $body-font-weight;
    text-decoration: underline;
    font-size: 90%;
    color: $form-error-color;
  }

  .fi-info:before {
    vertical-align: sub;
    font-size:180%;
    padding-right: .5em;
    float:left;
  }

  a.close {
    padding: 0 0 1em 1em;
    display:block;
    font-size:1.5em;
  }
}
*/
/*
.warning-summary {
  background-color: $form-warning-background-color !important;
  border: none;
  color: $form-warning-color;
  padding: 1.25em 1.75em;
  margin: 0em 0em 1em;

  h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: $form-warning-color;
  }

  a {
    font-family: $body-font-family;
    font-weight: $body-font-weight;
    font-size: 90%;
  }

  .fi-info:before {
    vertical-align: sub;
    font-size:180%;
    padding-right: .2em;
  }

  a.close {
    padding: 0 0 1em 1em;
    display:block;
    font-size:1.5em;
  }
}
*/
/*
.success-summary {
  background-color: $form-success-background-color !important;
  border:none;
  color:$form-success-color;
  padding: 1.25em 1.75em;

  h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: $form-info-color;
  }

  .fi-check:before {
    vertical-align: sub;
    font-size:180%;
    padding-right: .5em;
    color:$form-success-color;
    float:left;
  }
}
*/
/*
.info-summary {
  background-color: $form-info-background-color !important;
  border: none;
  color: $form-info-color;
  padding: 1.25em 1.75em;

  h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: $form-info-color;
  }

  ol, ul {
    margin-left:3.75em;

    li {
      font-size: 80%;
    }
  }

  a {
    font-family: $body-font-family;
    font-weight: $body-font-weight;
    text-decoration: underline;
    font-size: 90%;
  }

  .fi-info:before {
    vertical-align: sub;
    font-size:180%;
    padding-right: .5em;
    color:$form-info-color;
    float:left;
  }
}
*/
.info-panel {
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  padding: 1em 1.5em;
  border: none;
  background-color: white;
}

.select2 {
  margin: 0 0 1rem 0 !important;
}

.hidden-label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  left: -10000px;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

div.successMessage,
p.successMessage,
.success-summary {
  border-radius: 0;
  border: 1px solid #c4ffc4;
  padding: 1em 10px 1em 80px;
  background: url("../images/icon-success.png") no-repeat scroll 28px 50% #ddffdd;
  min-height: 28px;
  vertical-align: middle;
  color: #333333;
  margin-bottom: 1em;
}

div.successMessage a,
p.successMessage a,
.success-summary a {
  white-space: nowrap;
  font-weight: bold;
}

div.successMessage .fi-check:before,
p.successMessage .fi-check:before,
.success-summary .fi-check:before {
  content: '';
}

div.errorMessage,
p.errorMessage,
.error-summary {
  border-radius: 0;
  border: 1px solid #ffc6c6;
  padding: 1em 10px 1em 80px;
  background: url("../images/icon-error.png") no-repeat scroll 28px 50% #ffdfdf;
  min-height: 28px;
  vertical-align: middle;
  color: #bd0000;
  margin-bottom: 1em;
}

div.errorMessage a,
p.errorMessage a,
.error-summary a {
  white-space: nowrap;
  font-weight: bold;
}

div.errorMessage ol, div.errorMessage ul,
p.errorMessage ol,
p.errorMessage ul,
.error-summary ol,
.error-summary ul {
  margin-bottom: 0;
}

div.errorMessage .fi-info:before, div.errorMessage .fi-alert:before,
p.errorMessage .fi-info:before,
p.errorMessage .fi-alert:before,
.error-summary .fi-info:before,
.error-summary .fi-alert:before {
  content: '';
}

div.infoMessage,
p.infoMessage,
.info-summary {
  border-radius: 0;
  border: 1px solid #c4e8ff;
  padding: 1em 10px 1em 80px;
  background: url("../images/icon-info.png") no-repeat scroll 28px 50% #ddf2ff;
  min-height: 28px;
  vertical-align: middle;
  color: #333333;
  margin-bottom: 1em;
}

div.infoMessage a,
p.infoMessage a,
.info-summary a {
  white-space: nowrap;
  font-weight: bold;
}

div.infoMessage ol, div.infoMessage ul,
p.infoMessage ol,
p.infoMessage ul,
.info-summary ol,
.info-summary ul {
  margin-bottom: 0;
}

div.infoMessage .fi-info:before,
p.infoMessage .fi-info:before,
.info-summary .fi-info:before {
  content: '';
}

div.warningMessage,
p.warningMessage,
.warning-summary {
  border-radius: 0;
  border: 1px solid #fbe384;
  padding: 1em 10px 1em 80px;
  background: url("../images/icon-warning.png") no-repeat scroll 28px 50% #fce99d;
  min-height: 28px;
  vertical-align: middle;
  color: #333333;
  margin-bottom: 1em;
}

div.warningMessage a,
p.warningMessage a,
.warning-summary a {
  white-space: nowrap;
  font-weight: bold;
}

div.warningMessage .fi-info:before,
p.warningMessage .fi-info:before,
.warning-summary .fi-info:before {
  content: '';
}

.warning-accuracy {
  font-size: 70%;
}

form label.checkbox-label,
form .checkbox-label label,
label.checkbox-label,
.checkbox-label label {
  position: relative;
  margin-left: 2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form label > input[type="checkbox"] {
  top: .5em;
}

form label > input[type="checkbox"],
label > input[type="checkbox"] {
  position: absolute;
  margin-left: -1.4em;
  top: .15em;
  display: block;
}

form input[type="checkbox"] + label,
input[type="checkbox"] + label {
  position: relative;
  margin-left: 2em;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"] {
  position: relative;
  float: left;
  top: .2em;
  font-size: 20px;
  display: block;
}

td > input[type="checkbox"] {
  top: .4em;
}

.item-select-checkbox input[type="checkbox"] {
  top: .1em;
}

div.footer-notes-panel {
  padding-top: .25em;
  margin-top: 2em;
  border-top: 1px solid #6a6a6a;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #6a6a6a;
}

ol.footer-notes, ul.footer-notes, ul.footer-notes-makepaymentsetup {
  list-style: none;
  padding: 0px;
  margin-left: 2em;
}

ol.footer-notes li:before, ul.footer-notes li:before, ul.footer-notes-makepaymentsetup li:before {
  margin-left: -2em;
  display: inline-block;
  width: 2em;
}

ol.footer-notes li.check:before, ul.footer-notes li.check:before, ul.footer-notes-makepaymentsetup li.check:before {
  content: '\2713';
}

ol.footer-notes li.footer-notes-alt1:before, ul.footer-notes li.footer-notes-alt1:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt1:before {
  content: '*';
}

ol.footer-notes li.footer-notes-alt2:before, ul.footer-notes li.footer-notes-alt2:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt2:before {
  content: '**';
}

ol.footer-notes li.footer-notes-alt3:before, ul.footer-notes li.footer-notes-alt3:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt3:before {
  content: '***';
}

ol.footer-notes li.footer-notes-alt4:before, ul.footer-notes li.footer-notes-alt4:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt4:before {
  content: '****';
}

ol.footer-notes li.footer-notes-alt5:before, ul.footer-notes li.footer-notes-alt5:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt5:before {
  content: '\2020';
}

ol.footer-notes li.footer-notes-alt6:before, ul.footer-notes li.footer-notes-alt6:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt6:before {
  content: '\2021';
}

ol.footer-notes li.footer-notes-1:before, ul.footer-notes li.footer-notes-1:before, ul.footer-notes-makepaymentsetup li.footer-notes-1:before {
  content: '[1]';
}

ol.footer-notes li.footer-notes-2:before, ul.footer-notes li.footer-notes-2:before, ul.footer-notes-makepaymentsetup li.footer-notes-2:before {
  content: '[2]';
}

ol.footer-notes li.footer-notes-3:before, ul.footer-notes li.footer-notes-3:before, ul.footer-notes-makepaymentsetup li.footer-notes-3:before {
  content: '[3]';
}

ol.footer-notes li.footer-notes-4:before, ul.footer-notes li.footer-notes-4:before, ul.footer-notes-makepaymentsetup li.footer-notes-4:before {
  content: '[4]';
}

ol.footer-notes li.footer-notes-5:before, ul.footer-notes li.footer-notes-5:before, ul.footer-notes-makepaymentsetup li.footer-notes-5:before {
  content: '[5]';
}

ol.footer-notes li.footer-notes-6:before, ul.footer-notes li.footer-notes-6:before, ul.footer-notes-makepaymentsetup li.footer-notes-6:before {
  content: '[6]';
}

ol.footer-notes li, ul.footer-notes li, ul.footer-notes-makepaymentsetup li {
  font-size: .75em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  color: #6a6a6a;
}

ul.footer-notes {
  list-style: disc;
}

ul.footer-notes-makepaymentsetup {
  list-style: disc;
  padding-top: 2em;
}

.fn-alt1:after {
  content: '*';
  padding-left: .25em;
}

.fn-alt2:after {
  content: '**';
  padding-left: .25em;
}

.fn-alt3:after {
  content: '***';
  padding-left: .25em;
}

.fn-alt4:after {
  content: '****';
  padding-left: .25em;
}

.fn-alt5:after {
  content: '\2020';
  padding-left: .25em;
}

.fn-alt6:after {
  content: '\2021';
  padding-left: .25em;
}

.fn-1:after {
  content: '[1]';
  padding-left: .25em;
}

.fn-2:after {
  content: '[2]';
  padding-left: .25em;
}

.fn-3:after {
  content: '[3]';
  padding-left: .25em;
}

.fn-4:after {
  content: '[4]';
  padding-left: .25em;
}

.fn-5:after {
  content: '[5]';
  padding-left: .25em;
}

.fn-6:after {
  content: '[6]';
  padding-left: .25em;
}

span.plate-denial, span.in-arrears, span.credit-card-expired {
  color: #ff0000;
}

span.credit-card-expiring {
  color: #ff9500;
}

.no-bulk-plate-upload {
  color: red;
}

.password-wrapper a {
  display: inline-block;
  position: relative;
  top: 9px;
  height: 0px;
  right: 5px;
  float: right;
  width: 50px;
}

.passwordmask::-ms-clear {
  display: none;
}

.passwordmask::-ms-reveal {
  display: none;
}

.inline-field-message {
  font-size: .8em;
}

.inline-field-message .last-update,
.inline-field-message .updating-ellipsis {
  display: block;
}

/* Support for animated ellipsis */
@-webkit-keyframes ellipsis-opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes ellipsis-opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes ellipsis-opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes ellipsis-opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes ellipsis-opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes ellipsis-opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

.updating-ellipsis span {
  -webkit-animation-name: ellipsis-opacity;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: ellipsis-opacity;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: ellipsis-opacity;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
}

.updating-ellipsis span:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.updating-ellipsis span:nth-child(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.ellipsis {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis 2s infinite;
  -moz-animation: ellipsis 2s infinite;
}

@-webkit-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 12px;
  }
}

@-moz-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 12px;
  }
}

.progress-blocking-error {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #bd0000;
  padding: .75em 1em;
}

.progress-blocking-error a {
  color: white;
  text-decoration: underline;
}

.progress-blocking-error span.insert-icon {
  margin-right: .5em;
}

div.footer-notes-panel {
  padding-top: .25em;
  margin-top: 2em;
  border-top: 1px solid #6a6a6a;
  font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #6a6a6a;
}

ol.footer-notes, ul.footer-notes, ul.footer-notes-makepaymentsetup {
  list-style: none;
  padding: 0px;
  margin-left: 2em;
}

ol.footer-notes li:before, ul.footer-notes li:before, ul.footer-notes-makepaymentsetup li:before {
  margin-left: -2em;
  display: inline-block;
  width: 2em;
}

ol.footer-notes li.check:before, ul.footer-notes li.check:before, ul.footer-notes-makepaymentsetup li.check:before {
  content: '\2713';
}

ol.footer-notes li.footer-notes-alt1:before, ul.footer-notes li.footer-notes-alt1:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt1:before {
  content: '*';
}

ol.footer-notes li.footer-notes-alt2:before, ul.footer-notes li.footer-notes-alt2:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt2:before {
  content: '**';
}

ol.footer-notes li.footer-notes-alt3:before, ul.footer-notes li.footer-notes-alt3:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt3:before {
  content: '***';
}

ol.footer-notes li.footer-notes-alt4:before, ul.footer-notes li.footer-notes-alt4:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt4:before {
  content: '****';
}

ol.footer-notes li.footer-notes-alt5:before, ul.footer-notes li.footer-notes-alt5:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt5:before {
  content: '\2020';
}

ol.footer-notes li.footer-notes-alt6:before, ul.footer-notes li.footer-notes-alt6:before, ul.footer-notes-makepaymentsetup li.footer-notes-alt6:before {
  content: '\2021';
}

ol.footer-notes li.footer-notes-1:before, ul.footer-notes li.footer-notes-1:before, ul.footer-notes-makepaymentsetup li.footer-notes-1:before {
  content: '[1]';
}

ol.footer-notes li.footer-notes-2:before, ul.footer-notes li.footer-notes-2:before, ul.footer-notes-makepaymentsetup li.footer-notes-2:before {
  content: '[2]';
}

ol.footer-notes li.footer-notes-3:before, ul.footer-notes li.footer-notes-3:before, ul.footer-notes-makepaymentsetup li.footer-notes-3:before {
  content: '[3]';
}

ol.footer-notes li.footer-notes-4:before, ul.footer-notes li.footer-notes-4:before, ul.footer-notes-makepaymentsetup li.footer-notes-4:before {
  content: '[4]';
}

ol.footer-notes li.footer-notes-5:before, ul.footer-notes li.footer-notes-5:before, ul.footer-notes-makepaymentsetup li.footer-notes-5:before {
  content: '[5]';
}

ol.footer-notes li.footer-notes-6:before, ul.footer-notes li.footer-notes-6:before, ul.footer-notes-makepaymentsetup li.footer-notes-6:before {
  content: '[6]';
}

ol.footer-notes li, ul.footer-notes li, ul.footer-notes-makepaymentsetup li {
  font-size: .75em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  color: #6a6a6a;
}

ul.footer-notes {
  list-style: disc;
}

ul.footer-notes-makepaymentsetup {
  list-style: disc;
  padding-top: 2em;
}

.fn-alt1:after {
  content: '*';
  padding-left: .25em;
}

.fn-alt2:after {
  content: '**';
  padding-left: .25em;
}

.fn-alt3:after {
  content: '***';
  padding-left: .25em;
}

.fn-alt4:after {
  content: '****';
  padding-left: .25em;
}

.fn-alt5:after {
  content: '\2020';
  padding-left: .25em;
}

.fn-alt6:after {
  content: '\2021';
  padding-left: .25em;
}

.fn-1:after {
  content: '[1]';
  padding-left: .25em;
}

.fn-2:after {
  content: '[2]';
  padding-left: .25em;
}

.fn-3:after {
  content: '[3]';
  padding-left: .25em;
}

.fn-4:after {
  content: '[4]';
  padding-left: .25em;
}

.fn-5:after {
  content: '[5]';
  padding-left: .25em;
}

.fn-6:after {
  content: '[6]';
  padding-left: .25em;
}

/* Ensure our print header is hidden for screen */
.print-header {
  display: none;
}

@media print {
  /* Force print view to use large layout */
  .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%;
  }
  /* Ensure we don't print our link targets */
  a:after, a:link:after, a:visited:after, a[href]:after {
    content: "" !important;
  }
  /* Show our print header and hide the standard headers since we need a blue on white logo as background colors don't pass through to print */
  .print-header {
    display: block !important;
  }
  .print-header img.logo {
    max-width: 200px;
    width: 200px;
  }
  .menu-block,
  #profileBlock,
  .large-side-nav,
  .sidebarToggle,
  .small-top-bar,
  .large-top-bar {
    display: none !important;
  }
  /* Ensure our top menu block is relative positioned */
  nav#topBar {
    position: relative !important;
  }
  /* Stretch our main content to be full page */
  main .main-body {
    left: 0 !important;
    width: 100% !important;
  }
  /* Hide any 'updating' messages */
  .updating-ellipsis {
    display: none !important;
  }
  /* Hide step counters for wizards */
  .steps {
    display: none !important;
  }
  /* Hide breadcrumbs */
  .breadcrumbs {
    display: none !important;
  }
  /* Fix our trend bar text to the right to make it look better w/o background coloring */
  .trend-bar {
    text-align: left !important;
  }
  /* Hide find page functions */
  #moreLink,
  #exportLink {
    display: none;
  }
  /* Hide any non tile links */
  a.button:not(.tile) {
    display: none;
  }
  /* Hide anything explicitly called out to be hidden */
  .no-print {
    display: none;
  }
  /* Fix our page paddings and backgrounds */
  html, body {
    height: inherit !important;
  }
  body {
    background: white !important;
  }
  .site-content {
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none !important;
  }
  .footer-block {
    background-color: white !important;
  }
  /* Reduce our footer to be only the copyright */
  .footer-navigation-block {
    display: none !important;
  }
}

.marketing-message h1, .marketing-message h2, .marketing-message h3, .marketing-message h4, .marketing-message h5, .marketing-message h6 {
  color: #202020;
  text-shadow: 1px 1px 3px white;
  font-family: 'Gotham Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.marketing-message h2 {
  font-size: 2.7rem;
}

.marketing-message p {
  color: #222222;
  text-shadow: 1px 1px 3px white;
  font-size: 1.45rem;
  line-height: 1.35;
  font-weight: 500;
  font-family: 'Gotham','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.marketing-message.marketing-message-white h1, .marketing-message.marketing-message-white h2, .marketing-message.marketing-message-white h3, .marketing-message.marketing-message-white h4, .marketing-message.marketing-message-white h5, .marketing-message.marketing-message-white h6, .marketing-message.marketing-message-white p {
  color: white;
  text-shadow: 1px 1px 3px black;
}

.image-rotate-block {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top 40px center;
  background-repeat: no-repeat;
  background-color: #dddddd;
  width: 100%;
  height: 590px;
  padding-bottom: 80px;
  padding-top: 80px;
}

.image-rotate-block.marketing-message-white {
  background-color: #727272;
}

.image-rotate-block > .row {
  height: 100%;
}

.image-rotate-block > .row > .column,
.image-rotate-block > .row > .columns {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.image-rotate-block .message-arrow {
  opacity: .25;
}

.image-rotate-block .message-arrow > img {
  padding: 40px 0;
}

.site-content-with-image {
  margin-top: 410px;
  background: transparent;
}

@media only screen and (max-width: 59.375em) {
  .image-rotate-block {
    height: 575px;
    padding-top: 45px;
  }
  .site-content-with-image {
    margin-top: 450px;
  }
}

@media only screen and (max-width: 35.938em) {
  .marketing-message h2 {
    font-size: 2rem;
  }
  .marketing-message p {
    font-size: 1.15rem;
  }
  .image-rotate-block {
    height: 500px;
  }
  .site-content-with-image {
    margin-top: 375px;
  }
  .small-expand {
    width: 100%;
  }
}

.button.tile img {
  height: 71px;
}

.newsletter table {
  border: none;
}

.newsletter table tbody tr {
  background-color: inherit;
}

.newsletter table tbody tr td {
  padding: 0;
}

.statementSummary {
  margin-top: 1.5em !important;
}

.statementSummary .invoice-message {
  margin-left: 1em;
}

.statementSummary div#statementSummaryInnerPanel {
  margin-bottom: 1em;
}

.statementSummary .invoice-total {
  margin-bottom: 1em;
}

.statementDetails {
  margin-top: 1.5em !important;
}

.statementDetails .trip-continued-message {
  font-style: italic;
  padding-left: 20px;
}

.statementDetails .trip-notes {
  font-size: 80%;
}

.statementFooter {
  margin-top: 2.0em;
}

.statementFooter p {
  font-size: 80%;
}

.statementFooter h2 {
  font-size: 150%;
}

.statementFooter h3 {
  font-size: 125%;
}

.statementFooter2015 {
  margin-top: 0.0em;
}

.statementFooter2015 p.lead-in {
  margin-bottom: .25em;
}

.statementFooter2015 p {
  font-size: .75em;
  color: #6a6a6a;
}

.statementFooter2015 li {
  font-size: .75em;
  color: #6a6a6a;
}

.statementFooter2015 ul {
  margin-bottom: .25em;
}

.statementFooter2015 h2 {
  font-size: .75em;
  color: #6a6a6a;
}

.statementFooter2015 h3 {
  font-size: .75em;
  font-weight: bold;
  color: #6a6a6a;
}

.tipso_bubble {
  font-family: "Gotham","Calibri","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}

a:focus {
  outline: dotted lightgray 2px !important;
}

h1.offscreen,
a.offscreen {
  left: -9999px;
  position: absolute;
}
