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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=62em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Colfax-Light", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #294661;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial; }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

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

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

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

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

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

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

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

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 62em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 62em) and (min-width: 62em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 62em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 62em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
dl.accordion dt,
h4,
.h4,
h5,
sup,
sup a,
.h5,
h6,
pre,
form,
p,
sub,
.intro .summary,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p, sub, .intro .summary {
  font-size: inherit;
  line-height: 1.875rem;
  margin-bottom: 0.833rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1, .h1,
h2,
.h2,
h3,
.h3,
dl.accordion dt,
h4,
.h4,
h5,
sup,
sup a,
.h5,
h6 {
  font-family: "Colfax-Regular", "Colfax-Light", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small, dl.accordion dt small,
  h4 small, .h4 small,
  h5 small, sup small, .h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3, dl.accordion dt {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1rem; }

h5, sup, sup a, .h5 {
  font-size: 0.833rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.813rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3, dl.accordion dt {
    font-size: 1.25rem; }
  h4, .h4 {
    font-size: 1rem; }
  h5, sup, sup a, .h5 {
    font-size: 0.833rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #1A82E2;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1670c2; }
  a img {
    border: 0; }

hr {
  max-width: 60rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.875rem;
  margin-bottom: 0.833rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 400; }

blockquote {
  margin: 0 0 0.833rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p, blockquote sub, blockquote .intro .summary, .intro blockquote .summary {
    line-height: 1.875rem;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #294661;
  cursor: help;
  border-bottom: 1px dotted #294661; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #294661;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #294661;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat, sub + .stat, .intro .summary + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 62em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, sub, .intro .summary,
  h2,
  .h2,
  h3,
  .h3,
  dl.accordion dt {
    orphans: 3;
    widows: 3; }
  h2, .h2,
  h3,
  .h3,
  dl.accordion dt {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #294661;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(41, 70, 97, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

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

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: #294661; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #294661; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #294661;
  border: 1px solid #cacaca;
  white-space: nowrap;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #294661;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #489BE8;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1A82E2;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #1A82E2;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #1568b5;
      color: #ffffff; }
  .button.secondary {
    background-color: #294661;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #21384e;
      color: #ffffff; }
  .button.success {
    background-color: #18C96E;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #13a158;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #1A82E2;
    color: #1A82E2; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0d4171;
      color: #0d4171; }
    .button.hollow.primary {
      border: 1px solid #1A82E2;
      color: #1A82E2; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0d4171;
        color: #0d4171; }
    .button.hollow.secondary {
      border: 1px solid #294661;
      color: #294661; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #152331;
        color: #152331; }
    .button.hollow.success {
      border: 1px solid #18C96E;
      color: #18C96E; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #0c6537;
        color: #0c6537; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1A82E2;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1A82E2;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #294661;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #18C96E;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #1A82E2;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #1A82E2; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #1A82E2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1A82E2;
  color: #ffffff; }
  .badge.secondary {
    background: #294661;
    color: #ffffff; }
  .badge.success {
    background: #18C96E;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #294661;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #1A82E2; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1A82E2;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #1568b5;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #294661;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #21384e;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #18C96E;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #13a158;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 62em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(41, 70, 97, 0.25);
  border-radius: 0;
  position: relative;
  color: #294661;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dcecfb; }
  .callout.secondary {
    background-color: #d8e4ee; }
  .callout.success {
    background-color: #d9fae9; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #294661; }

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.vertical > li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  @media screen and (min-width: 62em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu.expanded > li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #1A82E2; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #294661;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #294661, 0 14px 0 #294661; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #1A82E2;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #1A82E2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #1A82E2 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #1A82E2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #1A82E2;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1A82E2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1A82E2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1A82E2;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 62em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1A82E2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1A82E2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1A82E2;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1A82E2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1A82E2;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #1A82E2;
  color: #ffffff; }
  .label.secondary {
    background: #294661;
    color: #ffffff; }
  .label.success {
    background: #18C96E;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(41, 70, 97, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 62em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(41, 70, 97, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(41, 70, 97, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #294661;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1A82E2;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #294661; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #1A82E2; }
  .progress.secondary .progress-meter {
    background-color: #294661; }
  .progress.success .progress-meter {
    background-color: #18C96E; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1A82E2; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #1A82E2;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #166fc0; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(41, 70, 97, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 60rem; } }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 60rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 60rem; } }
  @media screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 60rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #1A82E2; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  table caption {
    font-weight: 400;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f9f9f9;
    color: #294661; }
  table tfoot {
    background: #f2f2f2;
    color: #294661; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 400;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 61.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1A82E2; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #197cd7; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(41, 70, 97, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(26, 130, 226, 0.5); }

.title-bar {
  background: #294661;
  color: #ffffff;
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #A9B5C0;
  font-weight: 300;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #294661;
  color: #ffffff;
  font-size: 80%;
  padding: 0.833rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.32042rem);
  max-width: 10rem !important;
  border-radius: 2px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.37rem;
    border-color: transparent transparent #294661;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.37rem;
    border-color: #294661 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.37rem;
    border-color: transparent transparent transparent #294661;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.37rem;
    border-color: transparent #294661 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (min-width: 48em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
  @media screen and (max-width: 61.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 1rem; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media screen and (min-width: 48em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 62em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

/*! nouislider - 9.0.0 - 2016-09-29 21:44:02 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

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

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

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

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

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

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

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

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

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

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

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

.shake {
  animation-name: shake-7; }

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

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

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

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

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

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !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; }

.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;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.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;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before {
  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;
  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;
    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 {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.white-text {
  color: white; }

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

.white-text-80 {
  color: rgba(255, 255, 255, 0.8); }

.white-back-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.blue-text, .blue-text-trump:not(.trump) {
  color: #1A82E2; }

.blue-back, .blue-back-trump:not(.trump) {
  background-color: #1A82E2; }

.blue-fill path {
  fill: #1A82E2; }

.blue-text-80 {
  color: #489BE8; }

.blue-back-80 {
  background-color: #489BE8; }

.blue-fill-80 path {
  fill: #489BE8; }

.slate-text {
  color: #294661; }

.slate-back {
  background-color: #294661; }

.slate-text-80 {
  color: #546C82; }

.slate-back-80 {
  background-color: #546C82; }

.slate-text-60 {
  color: #7F90A0; }

.slate-back-60 {
  background-color: #7F90A0; }

.slate-text-40 {
  color: #A9B5C0; }

.slate-back-40 {
  background-color: #A9B5C0; }

.slate-text-20 {
  color: #D4DADF; }

.slate-back-20 {
  background-color: #D4DADF; }

.slate-text-10 {
  color: #E9ECEF; }

.slate-back-10 {
  background-color: #E9ECEF; }

.slate-text-5 {
  color: #F4F6F7; }

.slate-back-5 {
  background-color: #F4F6F7; }

.slate-text-2 {
  color: #FBFBFC; }

.slate-back-2 {
  background-color: #FBFBFC; }

.mantis-text {
  color: #18C96E; }

.mantis-back {
  background-color: #18C96E; }

.mantis-text-80 {
  color: #47D48B; }

.mantis-back-80 {
  background-color: #47D48B; }

.mantis-text-60 {
  color: #75DFA8; }

.mantis-back-60 {
  background-color: #75DFA8; }

.sg-blue-back,
.style-color--sg-blue .color-back--style,
.color-back--sg-blue {
  background-color: #1A82E2; }

.sg-blue,
.style-color--sg-blue .color-text--style,
.color-text--sg-blue {
  color: #1A82E2; }

.slate-back,
.style-color--slate .color-back--style,
.color-back--slate {
  background-color: #294661; }

.slate,
.style-color--slate .color-text--style,
.color-text--slate {
  color: #294661; }

.mantis-back,
.style-color--mantis .color-back--style,
.color-back--mantis {
  background-color: #18C96E; }

.mantis,
.style-color--mantis .color-text--style,
.color-text--mantis {
  color: #18C96E; }

.ron-burgundy-back,
.style-color--ron-burgundy .color-back--style,
.color-back--ron-burgundy {
  background-color: #B71C1C; }

.ron-burgundy,
.style-color--ron-burgundy .color-text--style,
.color-text--ron-burgundy {
  color: #B71C1C; }

.burnt-orange-back,
.style-color--burnt-orange .color-back--style,
.color-back--burnt-orange {
  background-color: #FF5722; }

.burnt-orange,
.style-color--burnt-orange .color-text--style,
.color-text--burnt-orange {
  color: #FF5722; }

.carrot-back,
.style-color--carrot .color-back--style,
.color-back--carrot {
  background-color: #FF9900; }

.carrot,
.style-color--carrot .color-text--style,
.color-text--carrot {
  color: #FF9900; }

.mango-back,
.style-color--mango .color-back--style,
.color-back--mango {
  background-color: #FDD835; }

.mango,
.style-color--mango .color-text--style,
.color-text--mango {
  color: #FDD835; }

.spruce-back,
.style-color--spruce .color-back--style,
.color-back--spruce {
  background-color: #4CB04F; }

.spruce,
.style-color--spruce .color-text--style,
.color-text--spruce {
  color: #4CB04F; }

.grass-stain-back,
.style-color--grass-stain .color-back--style,
.color-back--grass-stain {
  background-color: #8AC24A; }

.grass-stain,
.style-color--grass-stain .color-text--style,
.color-text--grass-stain {
  color: #8AC24A; }

.lime-back,
.style-color--lime .color-back--style,
.color-back--lime {
  background-color: #CBDB39; }

.lime,
.style-color--lime .color-text--style,
.color-text--lime {
  color: #CBDB39; }

.cobalt-back,
.style-color--cobalt .color-back--style,
.color-back--cobalt {
  background-color: #303F9F; }

.cobalt,
.style-color--cobalt .color-text--style,
.color-text--cobalt {
  color: #303F9F; }

.bluebird-back,
.style-color--bluebird .color-back--style,
.color-back--bluebird {
  background-color: #2196F3; }

.bluebird,
.style-color--bluebird .color-text--style,
.color-text--bluebird {
  color: #2196F3; }

.seafoam-back,
.style-color--seafoam .color-back--style,
.color-back--seafoam {
  background-color: #00BCD4; }

.seafoam,
.style-color--seafoam .color-text--style,
.color-text--seafoam {
  color: #00BCD4; }

.caribbean-back,
.style-color--caribbean .color-back--style,
.color-back--caribbean {
  background-color: #00E5FF; }

.caribbean,
.style-color--caribbean .color-text--style,
.color-text--caribbean {
  color: #00E5FF; }

.crown-back,
.style-color--crown .color-back--style,
.color-back--crown {
  background-color: #7B1fA2; }

.crown,
.style-color--crown .color-text--style,
.color-text--crown {
  color: #7B1fA2; }

.screample-back,
.style-color--screample .color-back--style,
.color-back--screample {
  background-color: #7C4DFF; }

.screample,
.style-color--screample .color-text--style,
.color-text--screample {
  color: #7C4DFF; }

.sangria-back,
.style-color--sangria .color-back--style,
.color-back--sangria {
  background-color: #880E4F; }

.sangria,
.style-color--sangria .color-text--style,
.color-text--sangria {
  color: #880E4F; }

.lavender-back,
.style-color--lavender .color-back--style,
.color-back--lavender {
  background-color: #DEA7E8; }

.lavender,
.style-color--lavender .color-text--style,
.color-text--lavender {
  color: #DEA7E8; }

.wild-strawberry-back,
.style-color--wild-strawberry .color-back--style,
.color-back--wild-strawberry {
  background-color: #FF4081; }

.wild-strawberry,
.style-color--wild-strawberry .color-text--style,
.color-text--wild-strawberry {
  color: #FF4081; }

.steel-back,
.style-color--steel .color-back--style,
.color-back--steel {
  background-color: #9E9E9E; }

.steel,
.style-color--steel .color-text--style,
.color-text--steel {
  color: #9E9E9E; }

.white-back,
.style-color--white .color-back--style,
.color-back--white {
  background-color: #FFFFFF; }

.white,
.style-color--white .color-text--style,
.color-text--white {
  color: #FFFFFF; }

.black-back,
.style-color--black .color-back--style,
.color-back--black {
  background-color: #000000; }

.black,
.style-color--black .color-text--style,
.color-text--black {
  color: #000000; }

.java-back,
.style-color--java .color-back--style,
.color-back--java {
  background-color: #1EBBD1; }

.java,
.style-color--java .color-text--style,
.color-text--java {
  color: #1EBBD1; }

[class*=".style-color"] .color-text--style {
  color: white; }

.sg-blue-theme .feature-cta .cta {
  border-top: 3px solid #1A82E2; }

.sg-blue-theme .case-study {
  background: #1A82E2;
  background-image: url("images/patterns/pixels-pattern.png"); }

.sg-blue-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #1A82E2; }

.sg-blue-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #1A82E2;
  background: linear-gradient(to bottom right, #83b3df, #1A82E2); }

.slate-theme .feature-cta .cta {
  border-top: 3px solid #294661; }

.slate-theme .case-study {
  background: #294661;
  background-image: url("images/patterns/pixels-pattern.png"); }

.slate-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #294661; }

.slate-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #294661;
  background: linear-gradient(to bottom right, #5f7991, #294661); }

.mantis-theme .feature-cta .cta {
  border-top: 3px solid #18C96E; }

.mantis-theme .case-study {
  background: #18C96E;
  background-image: url("images/patterns/pixels-pattern.png"); }

.mantis-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #18C96E; }

.mantis-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #18C96E;
  background: linear-gradient(to bottom right, #6ed9a2, #18C96E); }

.ron-burgundy-theme .feature-cta .cta {
  border-top: 3px solid #B71C1C; }

.ron-burgundy-theme .case-study {
  background: #B71C1C;
  background-image: url("images/patterns/pixels-pattern.png"); }

.ron-burgundy-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #B71C1C; }

.ron-burgundy-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #B71C1C;
  background: linear-gradient(to bottom right, #d16868, #B71C1C); }

.burnt-orange-theme .feature-cta .cta {
  border-top: 3px solid #FF5722; }

.burnt-orange-theme .case-study {
  background: #FF5722;
  background-image: url("images/patterns/pixels-pattern.png"); }

.burnt-orange-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #FF5722; }

.burnt-orange-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #FF5722;
  background: linear-gradient(to bottom right, #f3ab94, #FF5722); }

.carrot-theme .feature-cta .cta {
  border-top: 3px solid #FF9900; }

.carrot-theme .case-study {
  background: #FF9900;
  background-image: url("images/patterns/pixels-pattern.png"); }

.carrot-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #FF9900; }

.carrot-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #FF9900;
  background: linear-gradient(to bottom right, #f0bf75, #FF9900); }

.mango-theme .feature-cta .cta {
  border-top: 3px solid #FDD835; }

.mango-theme .case-study {
  background: #FDD835;
  background-image: url("images/patterns/pixels-pattern.png"); }

.mango-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #FDD835; }

.mango-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #FDD835;
  background: linear-gradient(to bottom right, #f4e5a4, #FDD835); }

.spruce-theme .feature-cta .cta {
  border-top: 3px solid #4CB04F; }

.spruce-theme .case-study {
  background: #4CB04F;
  background-image: url("images/patterns/pixels-pattern.png"); }

.spruce-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #4CB04F; }

.spruce-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #4CB04F;
  background: linear-gradient(to bottom right, #a2c0a3, #4CB04F); }

.grass-stain-theme .feature-cta .cta {
  border-top: 3px solid #8AC24A; }

.grass-stain-theme .case-study {
  background: #8AC24A;
  background-image: url("images/patterns/pixels-pattern.png"); }

.grass-stain-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #8AC24A; }

.grass-stain-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #8AC24A;
  background: linear-gradient(to bottom right, #bacea4, #8AC24A); }

.lime-theme .feature-cta .cta {
  border-top: 3px solid #CBDB39; }

.lime-theme .case-study {
  background: #CBDB39;
  background-image: url("images/patterns/pixels-pattern.png"); }

.lime-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #CBDB39; }

.lime-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #CBDB39;
  background: linear-gradient(to bottom right, #d7dd9d, #CBDB39); }

.cobalt-theme .feature-cta .cta {
  border-top: 3px solid #303F9F; }

.cobalt-theme .case-study {
  background: #303F9F;
  background-image: url("images/patterns/pixels-pattern.png"); }

.cobalt-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #303F9F; }

.cobalt-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #303F9F;
  background: linear-gradient(to bottom right, #7982bc, #303F9F); }

.bluebird-theme .feature-cta .cta {
  border-top: 3px solid #2196F3; }

.bluebird-theme .case-study {
  background: #2196F3;
  background-image: url("images/patterns/pixels-pattern.png"); }

.bluebird-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #2196F3; }

.bluebird-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #2196F3;
  background: linear-gradient(to bottom right, #8fc2eb, #2196F3); }

.seafoam-theme .feature-cta .cta {
  border-top: 3px solid #00BCD4; }

.seafoam-theme .case-study {
  background: #00BCD4;
  background-image: url("images/patterns/pixels-pattern.png"); }

.seafoam-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #00BCD4; }

.seafoam-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #00BCD4;
  background: linear-gradient(to bottom right, #4fdaeb, #00BCD4); }

.caribbean-theme .feature-cta .cta {
  border-top: 3px solid #00E5FF; }

.caribbean-theme .case-study {
  background: #00E5FF;
  background-image: url("images/patterns/pixels-pattern.png"); }

.caribbean-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #00E5FF; }

.caribbean-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #00E5FF;
  background: linear-gradient(to bottom right, #75e3f0, #00E5FF); }

.crown-theme .feature-cta .cta {
  border-top: 3px solid #7B1fA2; }

.crown-theme .case-study {
  background: #7B1fA2;
  background-image: url("images/patterns/pixels-pattern.png"); }

.crown-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #7B1fA2; }

.crown-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #7B1fA2;
  background: linear-gradient(to bottom right, #a860c7, #7B1fA2); }

.screample-theme .feature-cta .cta {
  border-top: 3px solid #7C4DFF; }

.screample-theme .case-study {
  background: #7C4DFF;
  background-image: url("images/patterns/pixels-pattern.png"); }

.screample-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #7C4DFF; }

.screample-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #7C4DFF;
  background: linear-gradient(to bottom right, #cbbbf7, #7C4DFF); }

.sangria-theme .feature-cta .cta {
  border-top: 3px solid #880E4F; }

.sangria-theme .case-study {
  background: #880E4F;
  background-image: url("images/patterns/pixels-pattern.png"); }

.sangria-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #880E4F; }

.sangria-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #880E4F;
  background: linear-gradient(to bottom right, #cb3183, #880E4F); }

.lavender-theme .feature-cta .cta {
  border-top: 3px solid #DEA7E8; }

.lavender-theme .case-study {
  background: #DEA7E8;
  background-image: url("images/patterns/pixels-pattern.png"); }

.lavender-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #DEA7E8; }

.lavender-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #DEA7E8;
  background: linear-gradient(to bottom right, #fcf9fc, #DEA7E8); }

.wild-strawberry-theme .feature-cta .cta {
  border-top: 3px solid #FF4081; }

.wild-strawberry-theme .case-study {
  background: #FF4081;
  background-image: url("images/patterns/pixels-pattern.png"); }

.wild-strawberry-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #FF4081; }

.wild-strawberry-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #FF4081;
  background: linear-gradient(to bottom right, #f6afc7, #FF4081); }

.steel-theme .feature-cta .cta {
  border-top: 3px solid #9E9E9E; }

.steel-theme .case-study {
  background: #9E9E9E;
  background-image: url("images/patterns/pixels-pattern.png"); }

.steel-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #9E9E9E; }

.steel-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #9E9E9E;
  background: linear-gradient(to bottom right, #d1d1d1, #9E9E9E); }

.white-theme .feature-cta .cta {
  border-top: 3px solid #ffffff; }

.white-theme .case-study {
  background: #ffffff;
  background-image: url("images/patterns/pixels-pattern.png"); }

.white-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #ffffff; }

.white-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #ffffff;
  background: linear-gradient(to bottom right, white, #ffffff); }

.black-theme .feature-cta .cta {
  border-top: 3px solid #294661; }

.black-theme .case-study {
  background: #294661;
  background-image: url("images/patterns/pixels-pattern.png"); }

.black-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #294661; }

.black-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #294661;
  background: linear-gradient(to bottom right, #5f7991, #294661); }

.java-theme .feature-cta .cta {
  border-top: 3px solid #1EBBD1; }

.java-theme .case-study {
  background: #1EBBD1;
  background-image: url("images/patterns/pixels-pattern.png"); }

.java-theme.page-template-solutions .header-block .breadcrumb {
  border-bottom: 3px solid #1EBBD1; }

.java-theme.page-template-solutions-deep-dive .deep-dive-header-block {
  background: #1EBBD1;
  background: linear-gradient(to bottom right, #7ccdd9, #1EBBD1); }

/* Padding */
.pad {
  padding: 3.375rem; }
  @media (min-width: 768px) {
    .pad {
      padding: 5.063rem; } }

.pad-small {
  padding: 3.375rem; }
  @media (min-width: 768px) {
    .pad-small {
      padding: 1.25rem; } }

.pad-medium {
  padding: 3.375rem; }
  @media (min-width: 768px) {
    .pad-medium {
      padding: 2.813rem; } }

.pad-large {
  padding: 3.375rem; }
  @media (min-width: 768px) {
    .pad-large {
      padding: 6.328rem; } }

.pad-ends, main > header,
.main-header {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem; }
  @media (min-width: 768px) {
    .pad-ends, main > header,
    .main-header {
      padding-top: 5.063rem;
      padding-bottom: 5.063rem; } }

.pad-top {
  padding-top: 3.375rem; }
  @media (min-width: 768px) {
    .pad-top {
      padding-top: 5.063rem; } }

.pad-bottom {
  padding-bottom: 3.375rem; }
  @media (min-width: 768px) {
    .pad-bottom {
      padding-bottom: 5.063rem; } }

.pad-bottom-short {
  padding-bottom: 3.375rem; }
  @media (min-width: 768px) {
    .pad-bottom-short {
      padding-bottom: 4.219rem; } }

.pad-top-short {
  padding-top: 3.375rem; }
  @media (min-width: 768px) {
    .pad-top-short {
      padding-top: 4.219rem; } }

.pad-top-tall {
  padding-top: 3.375rem; }
  @media (min-width: 768px) {
    .pad-top-tall {
      padding-top: 6.328rem; } }

.pad-ends-short {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem; }
  @media (min-width: 768px) {
    .pad-ends-short {
      padding-top: 4.219rem;
      padding-bottom: 4.219rem; } }

.pad-ends-tall {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem; }
  @media (min-width: 768px) {
    .pad-ends-tall {
      padding-top: 6.328rem;
      padding-bottom: 6.328rem; } }

.pad-ends-extra-tall, main > header.has-bg-img,
.main-header.has-bg-img {
  padding-top: 5.063rem;
  padding-bottom: 5.063rem; }
  @media (min-width: 768px) {
    .pad-ends-extra-tall, main > header.has-bg-img,
    .main-header.has-bg-img {
      padding-top: 9.492rem;
      padding-bottom: 9.492rem; } }

.padding-none {
  padding: 0; }

.pad-left-none {
  padding-left: 0; }

.gutters-none:not(.x) {
  padding-left: 0;
  padding-right: 0; }

.nudge-left-50percent {
  position: relative;
  left: -50%; }

/* Sides */
.pad-sides {
  padding-right: 5.063rem;
  padding-left: 5.063rem; }

.pad-left {
  padding-left: 5.063rem; }

.pad-left-wide {
  padding-left: 7.5945rem; }

.center-margin-auto,
.margin-sides-auto {
  margin-left: auto;
  margin-right: auto; }

.margin-top {
  margin-top: 1rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-ends {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin-ends-tall {
  margin-top: 5.063rem;
  margin-bottom: 5.063rem; }

.margin-left {
  margin-left: 1rem; }

.margin-right {
  margin-right: 1rem; }

.margin-sides {
  margin-left: 1rem;
  margin-right: 1rem; }

.margin-sides.narrow {
  margin-left: 1rem;
  margin-right: 1rem; }

.marginalize-tops .grid-col {
  margin-top: 1rem; }

.marginalize-tops-short .grid-col {
  margin-top: 0.75rem; }

.marginalize-tops-tall .grid-col {
  margin-top: 1.5rem; }

.marginalize-bottoms .grid-col {
  margin-bottom: 1rem; }

.marginalize-bottoms-short .grid-col {
  margin-bottom: 0.75rem; }

.marginalize-bottoms-tall .grid-col {
  margin-bottom: 1.5rem; }

/* Flushing */
.pad-ends-flush {
  padding-top: 0;
  padding-bottom: 0; }

.pad-top-flush {
  padding-top: 0; }

.pad-bottom-flush {
  padding-bottom: 0; }

.flush-ends,
.flush-top {
  padding-top: 0; }

.flush-ends,
.flush-bottom {
  padding-bottom: 0; }

/* Alignment */
.center-block {
  margin-left: auto;
  margin-right: auto; }

.clear-both {
  clear: both; }

hr.spacer {
  margin: 1rem 0; }

hr.spacer:not(.grid-line),
hr[class*="spacer-"]:not(.grid-line) {
  border: none; }

hr.spacer-short {
  margin: .5rem 0; }

hr.spacer-tall {
  margin: 2rem; }

hr.spacer-edge {
  margin: .75rem 0 0;
  border: none; }

.space-0 {
  height: 1rem; }

.space-1 {
  height: 1.25rem; }

.space-2 {
  height: 1.5rem; }

.space-3 {
  height: 1.875rem; }

.space-4 {
  height: 2.25rem; }

.space-5 {
  height: 2.813rem; }

.space-6 {
  height: 3.375rem; }

.space-7 {
  height: 4.219rem; }

.m-t-1 {
  margin-top: 1.25rem; }

.m-t-2 {
  margin-top: 1.5rem; }

.m-t-3 {
  margin-top: 1.875rem; }

.m-t-4 {
  margin-top: 2.25rem; }

.m-t-5 {
  margin-top: 2.813rem; }

.m-t-6 {
  margin-top: 3.375rem; }

.m-t-7 {
  margin-top: 4.219rem; }

.m-t-8 {
  margin-top: 5.063rem; }

.m-t-9 {
  margin-top: 6.328rem; }

.m-t-10 {
  margin-top: 7.594rem; }

.m-b-1 {
  margin-bottom: 1.25rem; }

.m-b-2 {
  margin-bottom: 1.5rem; }

.m-b-3 {
  margin-bottom: 1.875rem; }

.m-b-4 {
  margin-bottom: 2.25rem; }

.m-b-5 {
  margin-bottom: 2.813rem; }

.m-b-6 {
  margin-bottom: 3.375rem; }

.m-b-7 {
  margin-bottom: 4.219rem; }

.m-b-8 {
  margin-bottom: 5.063rem; }

.m-b-9 {
  margin-bottom: 6.328rem; }

.m-b-10 {
  margin-bottom: 7.594rem; }

@media (max-width: 767px) {
  .m-t-5-small {
    margin-top: 2.813rem; } }

@media (max-width: 767px) {
  .m-b-5-small {
    margin-bottom: 2.813rem; } }

@media (max-width: 767px) {
  .m-t-6-small {
    margin-top: 3.375rem; } }

@media (max-width: 767px) {
  .m-b-6-small {
    margin-bottom: 3.375rem; } }

.gutter-self {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gutter-self-wide {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem; }

.gutter-self-narrow {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@font-face {
  font-family: 'Colfax-Light';
  src: url("fonts/colfax/ColfaxWebLight.eot");
  src: url("fonts/colfax/ColfaxWebLight.eot?#iefix") format("embedded-opentype"), url("fonts/colfax/ColfaxWebLight.woff") format("woff"); }

@font-face {
  font-family: 'Colfax-Regular';
  src: url("fonts/colfax/ColfaxRegular.eot");
  src: url("fonts/colfax/ColfaxRegular.eot?#iefix") format("embedded-opentype"), url("fonts/colfax/ColfaxRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Colfax-Medium';
  src: url("fonts/colfax/ColfaxWebMedium.eot");
  src: url("fonts/colfax/ColfaxWebMedium.eot?#iefix") format("embedded-opentype"), url("fonts/colfax/ColfaxWebMedium.woff") format("woff"); }

@font-face {
  font-family: 'Colfax-Bold';
  src: url("fonts/colfax/ColfaxBold.eot");
  src: url("fonts/colfax/ColfaxBold.eot?#iefix") format("embedded-opentype"), url("fonts/colfax/ColfaxBold.woff") format("woff"); }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?xaiekp");
  src: url("fonts/icomoon/icomoon.eot?xaiekp#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?xaiekp") format("truetype"), url("fonts/icomoon/icomoon.woff?xaiekp") format("woff"), url("fonts/icomoon/icomoon.svg?xaiekp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.colfax, nav.pagination .page-numbers, .colfax-light, blockquote,
blockquote p,
blockquote sub,
blockquote .intro .summary, .intro
blockquote .summary {
  font-family: "Colfax-Light", helvetica, sans-serif; }

.colfax-regular {
  font-family: "Colfax-Regular", helvetica, sans-serif; }

.colfax-medium, .thumbnail-person dt, nav.pagination .page-numbers.current, .tabs dt, .tabs li, .tabs li:not(:last-child) {
  font-family: "Colfax-Medium", helvetica, sans-serif; }

.colfax-bold {
  font-family: "Colfax-Bold", helvetica, sans-serif; }

.font-smaller, table.tablepress, .article-more, .tabs {
  font-size: 0.833rem;
  line-height: 1.25rem; }

.sharpen-text {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
  font-smooth: never; }

body {
  font-family: "Colfax-Light", helvetica, sans-serif;
  color: #546C82;
  font-size: 1rem;
  line-height: 1.25rem; }

h1, .h1, h2, .h2, h3, .h3, dl.accordion dt, h4, .h4, h5, sup, sup a, .h5, h6 {
  font-family: "Colfax-Light", helvetica, sans-serif;
  font-weight: 100;
  color: #294661;
  margin-top: 0; }
  h1 strong, .h1 strong, h1 b, .h1 b, h2 strong, .h2 strong, h2 b, .h2 b, h3 strong, .h3 strong, dl.accordion dt strong, h3 b, .h3 b, dl.accordion dt b, h4 strong, .h4 strong, h4 b, .h4 b, h5 strong, sup strong, .h5 strong, h5 b, sup b, .h5 b, h6 strong, h6 b {
    font-family: "Colfax-Medium", helvetica, sans-serif; }

h1, .h1 {
  font-family: "Colfax-Medium", helvetica, sans-serif;
  line-height: 2.813rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    h1, .h1 {
      line-height: 3.375rem; } }
  h1.dark-bg, .dark-bg.h1 {
    color: #ffffff; }
  h1.img-bg, .img-bg.h1, main > header.has-bg-img h1, main > header.has-bg-img .h1,
  .main-header.has-bg-img h1,
  .main-header.has-bg-img .h1 {
    color: #ffffff;
    text-shadow: 0px 2px 3px rgba(41, 70, 97, 0.15); }
  h1.small, .small.h1 {
    font-size: 2.25rem;
    line-height: 2.813rem; }

h2, .h2 {
  font-family: "Colfax-Regular", helvetica, sans-serif;
  line-height: 2.25rem;
  margin-bottom: 1.5rem; }
  h2.dark-bg, .dark-bg.h2 {
    color: #ffffff; }
  h2.img-bg, .img-bg.h2, main > header.has-bg-img h1.h2, main > header.has-bg-img .h2.h1,
  main > header.has-bg-img sup.h2,
  main > header.has-bg-img sub.h2,
  .main-header.has-bg-img h1.h2,
  .main-header.has-bg-img .h2.h1,
  .main-header.has-bg-img sup.h2,
  .main-header.has-bg-img sub.h2 {
    color: #ffffff;
    text-shadow: 0px 2px 3px rgba(41, 70, 97, 0.15); }

h3, .h3, dl.accordion dt {
  font-family: "Colfax-Regular", helvetica, sans-serif;
  line-height: 1.5rem;
  margin-bottom: 1.25rem; }
  h3.dark-bg, .dark-bg.h3, dl.accordion dt.dark-bg {
    color: #ffffff; }
  h3.img-bg, .img-bg.h3, main > header.has-bg-img h1.h3, main > header.has-bg-img .h3.h1,
  main > header.has-bg-img sup.h3,
  main > header.has-bg-img sub.h3,
  .main-header.has-bg-img h1.h3,
  .main-header.has-bg-img .h3.h1,
  .main-header.has-bg-img sup.h3,
  .main-header.has-bg-img sub.h3, dl.accordion dt.img-bg {
    color: #ffffff;
    text-shadow: 0px 2px 3px rgba(41, 70, 97, 0.15); }

h4, .h4 {
  font-family: "Colfax-Medium", helvetica, sans-serif;
  margin-bottom: 1.25rem; }
  h4.dark-bg, .dark-bg.h4 {
    color: #ffffff; }
  h4.img-bg, .img-bg.h4, main > header.has-bg-img h1.h4, main > header.has-bg-img .h4.h1,
  main > header.has-bg-img sup.h4,
  main > header.has-bg-img sub.h4,
  .main-header.has-bg-img h1.h4,
  .main-header.has-bg-img .h4.h1,
  .main-header.has-bg-img sup.h4,
  .main-header.has-bg-img sub.h4 {
    color: #ffffff;
    text-shadow: 0px 2px 3px rgba(41, 70, 97, 0.15); }

h5, sup, sup a, .h5 {
  font-family: "Colfax-Medium", helvetica, sans-serif;
  color: #7F90A0;
  margin-bottom: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase; }
  h5.dark-bg, sup.dark-bg, sup a.dark-bg, sup.dark-bg a, .dark-bg.h5 {
    color: rgba(255, 255, 255, 0.9); }
    h5.dark-bg a:hover, sup.dark-bg a:hover, sup a.dark-bg a:hover, .dark-bg.h5 a:hover {
      color: #ffffff; }
  h5.img-bg, sup.img-bg,
  main > header.has-bg-img sup,
  .main-header.has-bg-img sup, sup a.img-bg, .img-bg.h5, main > header.has-bg-img h1.h5, main > header.has-bg-img .h5.h1,
  main > header.has-bg-img sub.h5,
  .main-header.has-bg-img h1.h5,
  .main-header.has-bg-img .h5.h1,
  .main-header.has-bg-img sub.h5 {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 2px 3px rgba(41, 70, 97, 0.1); }
  h5 a, sup a, .h5 a {
    color: #489BE8; }

h6.dark-bg {
  color: rgba(255, 255, 255, 0.9); }

.dark-bg h1, .dark-bg .h1, .dark-bg h2, .dark-bg .h2, .dark-bg h3, .dark-bg .h3, .dark-bg dl.accordion dt, dl.accordion .dark-bg dt, .dark-bg h4, .dark-bg .h4 {
  color: #ffffff; }

.dark-bg h5, .dark-bg sup, .dark-bg sup a, sup .dark-bg a, .dark-bg .h5, .dark-bg h6 {
  color: rgba(255, 255, 255, 0.9); }

p, sub, .intro .summary,
article {
  line-height: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem; }
  p.small, sub.small, .intro .small.summary,
  article.small {
    color: #546C82;
    font-size: 0.833rem;
    line-height: 1.5rem; }
  p.headline, sub.headline, .intro .headline.summary,
  article.headline {
    font-family: "Colfax-Light", helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 2.25rem; }
  p.strong, sub.strong, .intro .strong.summary,
  article.strong {
    font-weight: 600; }
  p.italic, sub.italic, .intro .italic.summary,
  article.italic {
    font-style: italic; }
  p.dark-bg, sub.dark-bg, .intro .dark-bg.summary,
  article.dark-bg {
    color: #ffffff; }
  p.img-bg, sub.img-bg,
  main > header.has-bg-img sub,
  .main-header.has-bg-img sub, .intro .img-bg.summary, .intro main > header.has-bg-img h1.summary, main > header.has-bg-img .intro h1.summary, .intro main > header.has-bg-img .summary.h1, main > header.has-bg-img .intro .summary.h1, .intro
  main > header.has-bg-img sup.summary,
  main > header.has-bg-img .intro sup.summary, .intro
  main > header.has-bg-img sub.summary,
  main > header.has-bg-img .intro sub.summary, .intro
  .main-header.has-bg-img h1.summary,
  .main-header.has-bg-img .intro h1.summary, .intro
  .main-header.has-bg-img .summary.h1,
  .main-header.has-bg-img .intro .summary.h1, .intro
  .main-header.has-bg-img sup.summary,
  .main-header.has-bg-img .intro sup.summary,
  article.img-bg {
    color: #ffffff; }

a {
  font-family: "Colfax-Regular", helvetica, sans-serif;
  color: #489BE8;
  transition: color 0.3s;
  font-weight: 500; }
  a:hover, a:focus, a:active {
    color: #1A82E2;
    text-decoration: none; }
  a.dark-bg {
    color: rgba(255, 255, 255, 0.8); }
    a.dark-bg:hover, a.dark-bg:focus, a.dark-bg:active {
      color: #ffffff; }

sup {
  display: block;
  margin-bottom: 0.833rem;
  top: 0; }

sub {
  display: block; }

blockquote,
blockquote p,
blockquote sub,
blockquote .intro .summary, .intro
blockquote .summary {
  color: #1A82E2;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.875rem;
  border-left: none;
  margin: 0;
  padding: 0; }

.italic {
  font-style: italic; }

.font-smaller, table.tablepress, .article-more, .tabs {
  font-size: .8125em;
  line-height: 1.85; }

.font-smallest {
  font-size: 60%;
  font-weight: 400; }

ul li,
ol li {
  font-weight: 300;
  line-height: 1.875rem; }
  ul li:not(:last-child),
  ol li:not(:last-child) {
    margin-bottom: 0.667rem; }

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

@media (min-width: 992px) {
  .text-align-center-large {
    text-align: center; } }

@media (min-width: 768px) {
  .text-align-center-medium {
    text-align: center; } }

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

@media (min-width: 992px) {
  .text-align-right-large {
    text-align: right; } }

@media (min-width: 768px) {
  .text-align-right-medium {
    text-align: right; } }

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

@media (min-width: 992px) {
  .text-align-left-large {
    text-align: left; } }

@media (min-width: 768px) {
  .text-align-left-medium {
    text-align: left; } }

.sharp-text {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none; }

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

.quote blockquote {
  border-left: none;
  padding-left: 0;
  padding-top: 2rem;
  padding-left: 4em;
  position: relative; }

.quote blockquote::before {
  color: #F4F6F7;
  content: '\201C';
  font-size: 6em;
  margin-bottom: -1em;
  font-family: serif;
  position: absolute;
  left: 0;
  top: -.1em; }

.quote-list .quote img {
  float: right;
  margin: 0 0 1rem 1rem; }

.quote cite {
  font-style: normal;
  display: block;
  margin-top: 1rem; }

.quote cite b {
  border-top: 1px #ccc solid;
  padding-top: .25rem; }

.view-all,
.cta-link {
  font-family: "Colfax-Regular", helvetica, sans-serif;
  display: block;
  margin-top: 1.875rem; }

.dark-bg {
  color: #ffffff; }

strong {
  font-family: "Colfax-Medium", helvetica, sans-serif; }

.intro {
  max-width: 640px;
  margin: 0 auto; }
  .intro.underlined {
    border-bottom: 1px #E9ECEF solid; }
  .intro.centered {
    text-align: center; }
  .intro .pretagline {
    margin-bottom: 3px; }
  .intro .tagline {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.688rem;
    display: none; }
  .intro .summary {
    font-family: "Colfax-Light", helvetica, sans-serif;
    color: #546C82;
    margin-top: 1.5rem; }

header.short {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem; }
  header.short h1, header.short .h1 {
    margin-bottom: 0; }

.constrain,
[class*="constrain-"] {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  box-sizing: border-box; }

.constrain-sm:not(.x) {
  max-width: 544px; }

.constrain-md:not(.x) {
  max-width: 768px; }

.constrain-lg:not(.x) {
  max-width: 992px; }

.constrain-xl:not(.x) {
  max-width: 1200px; }

.round-image {
  border-radius: 50%; }

img.floatrightimg {
  float: right; }

.position-relative {
  position: relative; }

.display-block {
  display: block; }

.no-overflow {
  overflow: hidden; }

.m-h-a {
  margin-right: auto;
  margin-left: auto; }

.m-0 {
  margin: 0; }

.m-r-0 {
  margin-right: 0; }

.m-l-0 {
  margin-left: 0; }

.m-b-0 {
  margin-bottom: 0; }

.m-t-0 {
  margin-top: 0; }

.m-0 {
  margin: 0; }

.p-r-0 {
  padding-right: 0; }

.p-l-0 {
  padding-left: 0; }

.p-b-0 {
  padding-bottom: 0; }

.p-t-0 {
  padding-top: 0; }

.gray-bg {
  background: #F4F6F7; }

.light-gray-bg {
  background: #FBFBFC; }

.slate-bg {
  background: #294661; }

.blue-bg {
  background: #1A82E2; }

.b-b {
  border-bottom: 1px solid #E9ECEF; }

.b-t {
  border-top: 1px solid #E9ECEF; }

.b-b-0 {
  border-bottom: none !important; }

.b-t-0 {
  border-top: none !important; }

article blockquote {
  margin: 2.813rem 0; }

article blockquote,
article blockquote p,
article blockquote sub,
article blockquote .intro .summary, .intro
article blockquote .summary {
  font-size: 2.813rem;
  line-height: 3.375rem; }

article blockquote.medium,
article blockquote.medium p,
article blockquote.medium sub,
article blockquote.medium .intro .summary, .intro
article blockquote.medium .summary {
  font-size: 2.25rem;
  line-height: 3.375rem; }

article blockquote.small,
article blockquote.small p,
article blockquote.small sub,
article blockquote.small .intro .summary, .intro
article blockquote.small .summary {
  font-size: 1.5rem;
  line-height: 2.25rem; }

article blockquote cite {
  font-size: .85em;
  white-space: nowrap; }

article blockquote cite::before {
  content: " ~ "; }

article.sticky {
  position: static; }

body {
  padding: 0;
  margin: 0;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #E9ECEF; }

body::after {
  background: #1A82E2;
  bottom: 0;
  color: white;
  opacity: .8;
  padding: 2px 10px;
  position: fixed;
  right: 0;
  z-index: 9999; }

body.env-local::after {
  content: "L"; }

body.env-dev::after {
  content: "D"; }

body.env-test::after {
  content: "T"; }

body.env-staging::after {
  content: "S"; }

/* General purpose page wrappers provided are:
	html->body->[ .plane->.points->.grid ]->main */
.plane {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.2);
  overflow: hidden; }

.grid {
  padding-top: 72px; }
  @media screen and (min-width: 62em) {
    .grid {
      padding-top: 107px; } }

.page-header,
.categories-top,
.page-footer,
.plane {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

a,
a:hover {
  text-decoration: none; }

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

main center,
section center,
article center,
aside center {
  text-align: left; }

body:not(.app-logged-in) .app-logged-in-show {
  display: none; }

hr {
  margin: 20px auto;
  max-width: 100%;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

.btn-list > .btn + .btn, .btn-list >
.btn.trump-id:not(#trump) + .btn, nav.pagination .btn-list > a.next + .btn,
nav.pagination .btn-list > a.prev + .btn, .btn-list > .btn +
.btn.trump-id:not(#trump), nav.pagination .btn-list > a.next +
.btn.trump-id:not(#trump),
nav.pagination .btn-list > a.prev +
.btn.trump-id:not(#trump), nav.pagination .btn-list > .btn + a.next, nav.pagination .btn-list >
.btn.trump-id:not(#trump) + a.next, nav.pagination .btn-list > a.next + a.next, nav.pagination .btn-list > a.prev + a.next,
nav.pagination .btn-list > .btn + a.prev,
nav.pagination .btn-list >
.btn.trump-id:not(#trump) + a.prev, nav.pagination .btn-list > a.next + a.prev, nav.pagination .btn-list > a.prev + a.prev {
  margin-top: 0.833rem; }
  @media screen and (min-width: 48em) {
    .btn-list > .btn + .btn, .btn-list >
    .btn.trump-id:not(#trump) + .btn, nav.pagination .btn-list > a.next + .btn,
    nav.pagination .btn-list > a.prev + .btn, .btn-list > .btn +
    .btn.trump-id:not(#trump), nav.pagination .btn-list > a.next +
    .btn.trump-id:not(#trump),
    nav.pagination .btn-list > a.prev +
    .btn.trump-id:not(#trump), nav.pagination .btn-list > .btn + a.next, nav.pagination .btn-list >
    .btn.trump-id:not(#trump) + a.next, nav.pagination .btn-list > a.next + a.next, nav.pagination .btn-list > a.prev + a.next,
    nav.pagination .btn-list > .btn + a.prev,
    nav.pagination .btn-list >
    .btn.trump-id:not(#trump) + a.prev, nav.pagination .btn-list > a.next + a.prev, nav.pagination .btn-list > a.prev + a.prev {
      margin-top: 0;
      margin-left: 0.833rem; } }

.btn,
.btn.trump-class:not(.trump),
.btn.trump-id:not(#trump), nav.pagination a.next,
nav.pagination a.prev {
  font-family: "Colfax-Regular", helvetica, sans-serif;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.833rem 1.875rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s; }
  .btn:active,
  .btn.trump-class:active:not(.trump),
  .btn.trump-id:active:not(#trump), nav.pagination a.next:active,
  nav.pagination a.prev:active, .btn:focus,
  .btn.trump-class:focus:not(.trump),
  .btn.trump-id:focus:not(#trump), nav.pagination a.next:focus,
  nav.pagination a.prev:focus {
    text-decoration: none;
    outline: none; }
  @media screen and (min-width: 48em) {
    .btn,
    .btn.trump-class:not(.trump),
    .btn.trump-id:not(#trump), nav.pagination a.next,
    nav.pagination a.prev {
      display: inline-block;
      width: auto; } }

.btn-primary,
.btn-primary.trump-class:not(.trump),
.btn-primary.trump-id:not(#trump) {
  background: #489BE8;
  border-color: #1A82E2;
  color: #ffffff; }
  .btn-primary:hover,
  .btn-primary.trump-class:hover:not(.trump),
  .btn-primary.trump-id:hover:not(#trump), .btn-primary:focus,
  .btn-primary.trump-class:focus:not(.trump),
  .btn-primary.trump-id:focus:not(#trump), .is-active.btn-primary,
  .is-active.btn-primary.trump-class:not(.trump),
  .is-active.btn-primary.trump-id:not(#trump) {
    background: #1A82E2;
    color: #ffffff; }
  .btn-primary:active,
  .btn-primary.trump-class:active:not(.trump),
  .btn-primary.trump-id:active:not(#trump) {
    box-shadow: 0 1px 4px 0 rgba(41, 70, 97, 0.2); }

.btn-secondary,
.btn-secondary.trump-class:not(.trump),
.btn-secondary-trump-id:not(#trump), nav.pagination a.next,
nav.pagination a.prev {
  background: transparent;
  border-color: #A3CDF3;
  color: #1A82E2; }
  .btn-secondary:hover,
  .btn-secondary.trump-class:hover:not(.trump),
  .btn-secondary-trump-id:hover:not(#trump), nav.pagination a.next:hover,
  nav.pagination a.prev:hover, .btn-secondary:focus,
  .btn-secondary.trump-class:focus:not(.trump),
  .btn-secondary-trump-id:focus:not(#trump), nav.pagination a.next:focus,
  nav.pagination a.prev:focus, .is-active.btn-secondary,
  .is-active.btn-secondary.trump-class:not(.trump),
  .is-active.btn-secondary-trump-id:not(#trump), nav.pagination a.is-active.next,
  nav.pagination a.is-active.prev {
    background: #E8F2FC;
    color: #1A82E2; }
  .btn-secondary:active,
  .btn-secondary.trump-class:active:not(.trump),
  .btn-secondary-trump-id:active:not(#trump), nav.pagination a.next:active,
  nav.pagination a.prev:active {
    box-shadow: 0 1px 4px 0 rgba(41, 70, 97, 0.2); }

.btn-disabled {
  background: rgba(158, 158, 158, 0.8);
  border-color: #9E9E9E;
  color: #ffffff;
  cursor: default; }
  .btn-disabled:hover {
    background: rgba(158, 158, 158, 0.8); }
  .btn-disabled:active {
    box-shadow: none; }
  .btn-disabled.btn-secondary,
  .btn-disabled.btn-secondary.trump-class:not(.trump),
  .btn-disabled.btn-secondary-trump-id:not(#trump), nav.pagination a.btn-disabled.next,
  nav.pagination a.btn-disabled.prev {
    background: #ffffff;
    border-color: #9E9E9E;
    color: #9E9E9E; }

.btn-medium {
  font-size: 0.833rem;
  line-height: 1.25rem; }

.btn-small, nav.pagination a.next,
nav.pagination a.prev {
  padding: 0.667rem 1rem;
  font-size: 0.833rem;
  line-height: 1.5rem; }

.btn-dropdown {
  padding-right: 18px;
  padding-left: 18px; }

.btn-on-dark.btn-primary,
.btn-on-dark.btn-primary.trump-class:not(.trump),
.btn-on-dark.btn-primary.trump-id:not(#trump) {
  color: #1A82E2;
  background: rgba(255, 255, 255, 0.95);
  border-color: #ffffff; }
  .btn-on-dark.btn-primary:hover,
  .btn-on-dark.btn-primary.trump-id:hover:not(#trump) {
    background: white;
    border-color: #ffffff; }
  .btn-on-dark.is-btn-disabled.btn-primary,
  .btn-on-dark.is-btn-disabled.btn-primary.trump-id:not(#trump) {
    color: #9E9E9E;
    border-color: #9E9E9E; }
    .btn-on-dark.is-btn-disabled.btn-primary:hover,
    .btn-on-dark.is-btn-disabled.btn-primary.trump-id:hover:not(#trump) {
      background: inherit; }

.btn-on-dark.btn-secondary,
.btn-on-dark.btn-secondary.trump-class:not(.trump),
.btn-on-dark.btn-secondary-trump-id:not(#trump), nav.pagination a.btn-on-dark.next,
nav.pagination a.btn-on-dark.prev {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6); }
  .btn-on-dark.btn-secondary:hover,
  .btn-on-dark.btn-secondary-trump-id:hover:not(#trump), nav.pagination a.btn-on-dark.next:hover,
  nav.pagination a.btn-on-dark.prev:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff; }
  .btn-on-dark.is-btn-disabled.btn-secondary,
  .btn-on-dark.is-btn-disabled.btn-secondary-trump-id:not(#trump), nav.pagination a.btn-on-dark.is-btn-disabled.next,
  nav.pagination a.btn-on-dark.is-btn-disabled.prev {
    color: #9E9E9E;
    border-color: #9E9E9E; }
    .btn-on-dark.is-btn-disabled.btn-secondary:hover,
    .btn-on-dark.is-btn-disabled.btn-secondary-trump-id:hover:not(#trump), nav.pagination a.btn-on-dark.is-btn-disabled.next:hover,
    nav.pagination a.btn-on-dark.is-btn-disabled.prev:hover {
      background: inherit; }

.btn-on-dark.btn-disabled.btn-primary,
.btn-on-dark.btn-disabled.btn-primary.trump-id:not(#trump) {
  background: rgba(158, 158, 158, 0.5);
  border-color: #9E9E9E; }

.btn-group {
  display: inline-block; }
  .btn-group > .btn, .btn-group >
  .btn.trump-class:not(.trump), .btn-group >
  .btn.trump-id:not(#trump), nav.pagination .btn-group > a.next,
  nav.pagination .btn-group > a.prev {
    float: left;
    padding-right: 18px;
    padding-left: 18px;
    margin: 0;
    color: #1A82E2;
    background: #ffffff;
    border-color: rgba(26, 130, 226, 0.8); }
    .btn-group > .btn:hover, .btn-group >
    .btn.trump-id:hover:not(#trump), nav.pagination .btn-group > a.next:hover,
    nav.pagination .btn-group > a.prev:hover {
      background: rgba(26, 130, 226, 0.1); }
    .btn-group > .btn:active, .btn-group >
    .btn.trump-id:active:not(#trump), nav.pagination .btn-group > a.next:active,
    nav.pagination .btn-group > a.prev:active {
      box-shadow: 0 1px 4px 0 rgba(41, 70, 97, 0.2); }
    .btn-group > .btn:first-child, .btn-group >
    .btn.trump-id:first-child:not(#trump), nav.pagination .btn-group > a.next:first-child,
    nav.pagination .btn-group > a.prev:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .btn-group > .btn:last-child, .btn-group >
    .btn.trump-id:last-child:not(#trump), nav.pagination .btn-group > a.next:last-child,
    nav.pagination .btn-group > a.prev:last-child {
      margin-left: -1px;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0; }
    .btn-group > .btn:not(:first-child):not(:last-child), .btn-group >
    .btn.trump-id:not(:first-child):not(:last-child):not(#trump), nav.pagination .btn-group > a.next:not(:first-child):not(:last-child),
    nav.pagination .btn-group > a.prev:not(:first-child):not(:last-child) {
      margin-left: -1px;
      border-radius: 0; }
    .btn-group > .is-active.btn, .btn-group >
    .is-active.btn.trump-id:not(#trump), nav.pagination .btn-group > a.is-active.next,
    nav.pagination .btn-group > a.is-active.prev {
      color: #ffffff;
      background: rgba(26, 130, 226, 0.8);
      border-color: #1A82E2; }

body.blog .widget_search .btn.btn-primary, body.blog .widget_search
.btn.btn-primary.trump-id:not(#trump), body.blog .widget_search nav.pagination a.btn-primary.next, nav.pagination body.blog .widget_search a.btn-primary.next, body.blog .widget_search
nav.pagination a.btn-primary.prev,
nav.pagination body.blog .widget_search a.btn-primary.prev, body.blog .widget_search nav.pagination a.btn-primary.trump-id.next:not(#trump), nav.pagination body.blog .widget_search a.btn-primary.trump-id.next:not(#trump), body.blog .widget_search
nav.pagination a.btn-primary.trump-id.prev:not(#trump),
nav.pagination body.blog .widget_search a.btn-primary.trump-id.prev:not(#trump),
body.single .widget_search .btn.btn-primary,
body.single .widget_search
.btn.btn-primary.trump-id:not(#trump),
body.single .widget_search nav.pagination a.btn-primary.next, nav.pagination
body.single .widget_search a.btn-primary.next,
body.single .widget_search
nav.pagination a.btn-primary.prev,
nav.pagination
body.single .widget_search a.btn-primary.prev,
body.single .widget_search nav.pagination a.btn-primary.trump-id.next:not(#trump), nav.pagination
body.single .widget_search a.btn-primary.trump-id.next:not(#trump),
body.single .widget_search
nav.pagination a.btn-primary.trump-id.prev:not(#trump),
nav.pagination
body.single .widget_search a.btn-primary.trump-id.prev:not(#trump) {
  line-height: 28px;
  padding: 0px 15px; }

.caret {
  position: relative;
  cursor: pointer; }
  .caret:before {
    content: '';
    position: absolute;
    top: 25%;
    left: 12px;
    border-left: 12px solid rgba(41, 70, 97, 0.4);
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent; }
  .caret:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 10px;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent; }
  .caret:hover:before {
    border-left-color: #1A82E2; }

[class*="thumbnail-"]:not(.thumbnail-wrapper) {
  padding: 1rem;
  border-radius: 2px; }

.thumbnail-wrapper:nth-of-type(n+4) {
  margin-top: 1.5rem; }

@media (max-width: 991px) {
  .thumbnail-wrapper:nth-of-type(n+3) {
    margin-top: 1.5rem; } }

@media (max-width: 767px) {
  .thumbnail-wrapper:nth-of-type(n+2) {
    margin-top: 1rem; } }

.thumbnail-graphic {
  background-color: white;
  border: 1px solid #E9ECEF;
  text-align: center;
  transition: all 0.3s; }
  @media (min-width: 992px) {
    .thumbnail-graphic {
      padding: 1rem;
      height: 5.063rem; } }
  .thumbnail-graphic a {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    min-width: 100%; }
  .thumbnail-graphic img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain; }
  .thumbnail-graphic:hover {
    border: 1px solid #1A82E2;
    background-color: #F3F9FD; }
  .thumbnail-graphic.featured {
    border-radius: 0 0 2px 2px;
    border: 1px solid #1A82E2; }

.thumbnail-person {
  background: #F4F6F7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .thumbnail-person img {
    border-radius: 50%;
    height: 3.375rem;
    margin-right: 0.833rem;
    object-fit: cover;
    width: 3.375rem; }
  .thumbnail-person dd {
    font-size: .8125rem;
    line-height: 1.25rem; }

.alt-back {
  background-color: #F4F6F7; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  border-radius: 0; }

label {
  font-weight: 300; }

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=date] {
  font-weight: 300; }

input:focus, input:active {
  outline: 0; }

.input-text-wrap {
  width: 100%;
  position: relative; }
  .input-text-wrap.disabled {
    opacity: 0.6; }

.input-text-wrap.required:before {
  width: 4px;
  height: 4px;
  content: " ";
  position: absolute;
  background: #B71C1C;
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: -10px; }

.input-text-wrap.required.large:before {
  top: 12px; }

.input-text {
  position: relative;
  line-height: 25px;
  font-size: 14px;
  height: 25px;
  width: 100%;
  border: 0; }
  .input-text:disabled {
    background: none; }

.input-text-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: rgba(40, 70, 99, 0.6);
  transition: 0.5s font-size, 0.5s top, 0.5s color; }

table.tablepress {
  color: #546C82;
  margin-bottom: 2.25rem; }
  table.tablepress thead th, table.tablepress tbody td {
    border-color: #E9ECEF;
    border-style: solid;
    border-width: 1px;
    padding: 1.25rem;
    line-height: 1.2; }
  table.tablepress thead th {
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    text-transform: uppercase;
    color: #7F90A0;
    letter-spacing: 1px; }
  table.tablepress .odd th,
  table.tablepress .odd td {
    background-color: transparent; }
  table.tablepress tr td:not(:last-of-type) {
    border-right-color: transparent; }

.video-thumbnail {
  position: relative;
  outline: none; }
  .video-thumbnail:before {
    content: "";
    position: absolute;
    background: url("images/icons/play-button.svg");
    background-size: contain;
    opacity: 0.90;
    transition: opacity 0.3s ease-in-out;
    height: 5.063rem;
    width: 5.063rem;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  .video-thumbnail:hover:before {
    opacity: 1.0; }
  .video-thumbnail img {
    border-radius: 2px;
    box-shadow: 0px 2px 6px 0px rgba(41, 70, 97, 0.1); }

.hero-video {
  background: url("images/icons/play-button.svg");
  background-size: contain;
  display: block;
  height: 5.063rem;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.90;
  transition: opacity 0.3s ease-in-out;
  width: 5.063rem; }
  .hero-video:hover {
    opacity: 1.0; }

footer.page-footer,
footer.landing--footer {
  background-color: #294661;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0 !important;
  width: 100%; }
  footer.page-footer a,
  footer.landing--footer a {
    font-family: "Colfax-Light", helvetica, sans-serif; }

footer.landing--footer {
  padding: 1.875rem 0; }

footer.page-footer:not(.landing--footer) {
  padding: 3.375rem 0; }

footer.page-footer .logo {
  height: 2.25rem; }

footer.page-footer dl {
  margin: 0 0 2.25rem;
  font-size: 0.833rem; }

footer.page-footer dt {
  font-family: "Colfax-Medium", helvetica, sans-serif;
  margin: 0 0 0.667rem;
  color: #ffffff; }

footer.page-footer dd {
  line-height: 1.25rem;
  margin: 0 0 1.25rem; }
  footer.page-footer dd a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8); }
    footer.page-footer dd a:hover {
      color: #ffffff; }

footer.page-footer dd.careers a::after {
  content: "We're hiring!";
  display: inline-block;
  background: #1A82E2;
  font-size: 0.667rem;
  border-radius: 1px;
  padding: 0 0.37rem;
  white-space: nowrap;
  margin-left: 4px;
  line-height: 20px; }

footer.page-footer .footer-bottom .legal {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.833rem;
  margin: 0; }
  footer.page-footer .footer-bottom .legal a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.8125rem;
    font-weight: 300; }
  footer.page-footer .footer-bottom .legal a:hover {
    color: #ffffff; }
  footer.page-footer .footer-bottom .legal .slash {
    padding: 0 0.667rem; }

footer.page-footer .footer-bottom .social {
  margin: 0; }
  @media (min-width: 992px) {
    footer.page-footer .footer-bottom .social {
      text-align: right; } }
  footer.page-footer .footer-bottom .social li {
    display: inline-block;
    font-size: 18px;
    margin: 0 1em 0 0; }
    footer.page-footer .footer-bottom .social li > a > span {
      max-height: 18px; }
  footer.page-footer .footer-bottom .social .icon-facebook:before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="Facebook" fill="white" d="M38.078,22.431c0,2.268,0,12.391,0,12.391H29v15.152h9.078V95h18.649V49.975h12.513 c0,0,1.172-7.265,1.74-15.209c-1.629,0-14.183,0-14.183,0s0-8.815,0-10.36c0-1.548,2.033-3.631,4.043-3.631c2.006,0,6.239,0,10.16,0 c0-2.063,0-9.191,0-15.774c-5.235,0-11.189,0-13.814,0C37.617,5,38.078,20.167,38.078,22.431z"/> </svg> '); }
  footer.page-footer .footer-bottom .social .icon-twitter:before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 2 10 11" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="Twitter__x28_alt_x29_" fill="white" d="M11,4.167 C10.6010515,4.3485 10.2648369,4.3545 9.90803778,4.175 C10.3682499,3.894 10.3893245,3.697 10.5554714,3.1655 C10.1251559,3.426 9.64828016,3.6155 9.14101764,3.718 C8.73520763,3.2765 8.15589913,3 7.51581714,3 C6.28564427,3 5.28876314,4.018 5.28876314,5.272 C5.28876314,5.4505 5.30836749,5.624 5.34610586,5.79 C3.49496525,5.6955 1.85408127,4.7905 0.755747639,3.4155 C0.564115131,3.7515 0.45384067,4.142 0.45384067,4.5585 C0.45384067,5.347 0.847397968,6.042 1.44484049,6.4495 C1.0797095,6.4375 0.736633399,6.3355 0.436196756,6.1655 C0.435706648,6.175 0.435706648,6.184 0.435706648,6.194 C0.435706648,7.295 1.203707,8.213 2.22264302,8.422 C1.89623062,8.5125 1.5521743,8.5265 1.21644983,8.461 C1.50022278,9.3635 2.3226252,10.0205 3.29696133,10.039 C2.34418998,10.801 1.16253787,11.1185 0,10.9795 C0.985608626,11.624 2.15598824,12 3.4136072,12 C7.51042595,12 9.74973267,8.538 9.74973267,5.5355 C9.74973267,5.4365 9.74826234,5.3395 9.74385136,5.2415 C10.1785778,4.9215 10.7015238,4.623 11,4.167"/> </svg> '); }
  footer.page-footer .footer-bottom .social .icon-rss:before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="RSS" fill="white" d="M25.4,74.569c2.18,2.177,3.506,5.131,3.514,8.42c-0.008,3.283-1.334,6.237-3.506,8.406L25.4,91.399 c-2.176,2.166-5.148,3.49-8.453,3.49c-3.301,0-6.266-1.328-8.441-3.494C6.336,89.227,5,86.276,5,82.989 c0-3.289,1.336-6.25,3.506-8.423v0.003c2.176-2.168,5.141-3.502,8.441-3.502C20.252,71.067,23.221,72.404,25.4,74.569z M25.4,74.566 v0.003c0.004,0,0.004,0,0.004,0L25.4,74.566z M8.506,91.399c0,0,0,0,0-0.004c-0.004,0-0.004,0-0.004,0L8.506,91.399z M5.01,35.604 v17.185c11.219,0.007,21.83,4.414,29.771,12.367c7.939,7.928,12.328,18.555,12.346,29.813h0.006V95h17.256 c-0.014-16.37-6.668-31.198-17.426-41.964C36.203,42.272,21.381,35.614,5.01,35.604z M5.041,5v17.177 C45.145,22.206,77.746,54.858,77.773,95H95c-0.012-24.81-10.096-47.288-26.393-63.596C52.305,15.101,29.842,5.011,5.041,5z"/> </svg> '); }
  footer.page-footer .footer-bottom .social .icon-linkedin:before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="LinkedIn" fill="white" d="M95,59.727V93H75.71V61.955c0-7.799-2.79-13.121-9.773-13.121c-5.33,0-8.502,3.587-9.897,7.056 c-0.509,1.241-0.64,2.967-0.64,4.704V93H36.104c0,0,0.26-52.58,0-58.028h19.295v8.225c-0.039,0.062-0.09,0.128-0.127,0.188h0.127 v-0.188c2.563-3.948,7.141-9.588,17.388-9.588C85.483,33.609,95,41.903,95,59.727z M15.919,7C9.318,7,5,11.33,5,17.024 c0,5.57,4.193,10.031,10.663,10.031h0.129c6.729,0,10.914-4.46,10.914-10.031C26.579,11.33,22.521,7,15.919,7z M6.146,93h19.289 V34.972H6.146V93z"/> </svg> '); }
  footer.page-footer .footer-bottom .social .icon-googleplus:before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 20 100 20" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="Google-Plus-Icon" fill="white" d="M31.8052961,29.039361 L31.8052961,40.4211308 L49.7510925,40.4211308 C49.0278362,45.305807 44.3266704,54.7431909 31.8052961,54.7431909 C21.0016555,54.7431909 12.1869697,45.353231 12.1869697,33.781765 C12.1869697,22.210299 21.0016555,12.820339 31.8052961,12.820339 C37.9529745,12.820339 42.0664946,15.5709334 44.4170774,17.9421354 L53.0057456,9.26353593 C47.4909166,3.85719528 40.3487609,0.58493644 31.8052961,0.58493644 C14.311535,0.58493644 0.162834093,15.4286612 0.162834093,33.781765 C0.162834093,52.1348688 14.311535,66.9785935 31.8052961,66.9785935 C50.0675171,66.9785935 62.1820595,53.5101662 62.1820595,34.5405497 C62.1820595,32.3590438 61.9560421,30.6992024 61.6848209,29.039361 L31.8052961,29.039361 L31.8052961,29.039361 L31.8052961,29.039361 Z"/> <polyline fill="white" id="Shape" points="99.6105722 29.039361 90.5698686 29.039361 90.5698686 19.5545528 81.5291651 19.5545528 81.5291651 29.039361 72.4884615 29.039361 72.4884615 38.5241691 81.5291651 38.5241691 81.5291651 48.0089773 90.5698686 48.0089773 90.5698686 38.5241691 99.6105722 38.5241691"></polyline> </svg> '); }

.page-header {
  position: fixed;
  width: 100%;
  z-index: 500;
  padding: 0;
  margin: 0;
  border: none; }
  .page-header ul {
    margin: 0; }
    .page-header ul li {
      list-style: none;
      margin-bottom: 0;
      font-size: 0.833rem; }
      .page-header ul li a:hover {
        color: #1A82E2; }
  .depth-0 .page-header {
    padding-bottom: 0; }

nav.secondary {
  background-color: white;
  position: relative;
  display: none;
  border-bottom: 1px solid #E9ECEF; }
  @media (min-width: 992px) {
    nav.secondary {
      display: block; } }
  nav.secondary ul {
    width: 100%;
    text-align: right; }
  nav.secondary li {
    display: inline-block; }
  nav.secondary a {
    font-family: "Colfax-Light", helvetica, sans-serif;
    border-top: 2px solid transparent;
    padding: 1px 0.833rem;
    color: #546C82;
    line-height: 28px;
    display: block; }

nav.primary {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px -1px rgba(41, 70, 97, 0.2);
  position: relative;
  border-bottom: 1px solid #E9ECEF; }
  @media (max-width: 991px) {
    nav.primary.open li.link-to-section {
      display: block !important; } }
  nav.primary ul {
    margin: 0;
    width: 100%; }
  nav.primary li {
    position: relative; }
  nav.primary div.logo {
    text-align: left;
    -ms-flex-positive: 0;
        flex-grow: 0; }
    nav.primary div.logo a {
      height: 72px;
      min-width: 200px;
      background-image: url("../../../../brand/sg-logo-300.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 150px auto;
      display: block;
      margin-left: 0; }
  @media (max-width: 991px) {
    nav.primary li.link-to-section {
      width: 100%;
      float: none;
      clear: both;
      -ms-flex: none;
          flex: none; } }
  nav.primary li.link-to-section a {
    font-family: "Colfax-Medium", helvetica, sans-serif;
    color: #294661;
    display: inline-block;
    line-height: 2rem;
    padding-right: 1rem; }
    @media (max-width: 991px) {
      nav.primary li.link-to-section a {
        line-height: 3rem;
        font-family: "Colfax-Light", helvetica, sans-serif;
        font-size: 1rem; } }
    @media (min-width: 992px) {
      nav.primary li.link-to-section a {
        line-height: 74px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        background-image: none;
        display: block; }
        nav.primary li.link-to-section a:hover {
          color: #1A82E2; } }
  @media (max-width: 991px) {
    nav.primary li.link-to-section .sub a {
      line-height: 2rem; } }
  @media (max-width: 991px) {
    nav.primary li.contact-us {
      display: none;
      width: 100%;
      float: none;
      clear: both;
      -ms-flex: none;
          flex: none; }
    nav.primary.open li.contact-us {
      display: none; } }
  nav.primary li.parent > a,
  nav.primary li.active-parent > a {
    background-image: url("images/icons/caret-south-gray.png");
    background-size: 8px 4px;
    background-repeat: no-repeat;
    background-position: right center; }
    nav.primary li.parent > a::after,
    nav.primary li.active-parent > a::after {
      background-image: url("images/icons/caret-south-blue.png");
      position: absolute;
      left: -2000px; }
  nav.primary li.parent:hover .sub-pointer,
  nav.primary li.active-parent:hover .sub-pointer {
    display: block; }
    @media (max-width: 991px) {
      nav.primary li.parent:hover .sub-pointer,
      nav.primary li.active-parent:hover .sub-pointer {
        display: none; } }
  nav.primary li.parent .sub-pointer,
  nav.primary li.active-parent .sub-pointer {
    display: none; }
    nav.primary li.parent .sub-pointer:before, nav.primary li.parent .sub-pointer:after,
    nav.primary li.active-parent .sub-pointer:before,
    nav.primary li.active-parent .sub-pointer:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -1px;
      z-index: 1001;
      left: 50%;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
    nav.primary li.parent .sub-pointer:before,
    nav.primary li.active-parent .sub-pointer:before {
      border: 10px transparent solid;
      border-bottom-color: #E9ECEF; }
    nav.primary li.parent .sub-pointer:after,
    nav.primary li.active-parent .sub-pointer:after {
      border: 8px transparent solid;
      border-bottom-color: white; }
  nav.primary li.parent.open > a,
  nav.primary li.active-parent.open > a {
    background-image: url("images/icons/caret-south-blue.png");
    color: #1A82E2; }
  @media (min-width: 992px) {
    nav.primary li.parent > a,
    nav.primary li.parent > a:hover,
    nav.primary li.active-parent > a,
    nav.primary li.active-parent > a:hover {
      background-image: none; } }
  nav.primary li.link-to-login {
    margin-bottom: 1rem; }
  nav.primary li.contact-us {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: right; }
    nav.primary li.contact-us a {
      white-space: nowrap; }
    nav.primary li.contact-us a:hover {
      color: #1A82E2; }
  nav.primary .sub li {
    transition: all 0.3s; }
    nav.primary .sub li.active a,
    nav.primary .sub li a:hover {
      color: #1A82E2; }
    nav.primary .sub li a {
      background-image: none; }
  @media (min-width: 992px) {
    nav.primary .sub {
      position: fixed;
      left: 0;
      right: 0;
      max-width: 1600px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      background: #ffffff;
      box-shadow: inset 0px 6px 5px -5px rgba(41, 70, 97, 0.2); }
      nav.primary .sub li a {
        font-weight: 400;
        border-top: none;
        line-height: 50px;
        background-image: none; }
      nav.primary .sub li a:hover,
      nav.primary .sub li.active a {
        color: #294661;
        border-top: none; }
      nav.primary .sub li:hover .sub {
        display: block;
        z-index: 1000; } }
  nav.primary .link-to-section.open .sub,
  nav.primary .active-parent .sub {
    display: block; }
  @media (min-width: 992px) {
    nav.primary .link-to-section:hover .sub {
      display: block;
      z-index: 1000; }
    nav.primary .link-to-pricing:hover ~ .link-to-section .sub {
      display: none; } }
  nav.primary #nav-toggle {
    font-size: 1.875rem;
    position: absolute;
    width: 32px;
    right: calc(1rem);
    top: 0;
    height: 73px;
    background: transparent;
    border: none;
    display: none;
    z-index: 1000;
    line-height: 1;
    padding: 0; }
    nav.primary #nav-toggle:hover, nav.primary #nav-toggle:focus {
      color: #1A82E2;
      outline: none; }
    nav.primary #nav-toggle .menu {
      position: absolute;
      display: block;
      width: 32px;
      height: 2px;
      background: #1A82E2;
      overflow: visible;
      transition: background .3s; }
    nav.primary #nav-toggle .menu::before,
    nav.primary #nav-toggle .menu::after {
      content: "";
      position: absolute;
      left: 0;
      width: 32px;
      height: 2px;
      background: #1A82E2;
      transition: transform .2s; }
    nav.primary #nav-toggle .menu::before {
      top: -8px; }
    nav.primary #nav-toggle .menu::after {
      top: 8px; }
    @media (max-width: 991px) {
      nav.primary #nav-toggle {
        display: block; } }
  nav.primary.open #nav-toggle .menu {
    background: transparent;
    transition: background-color 0s; }
  nav.primary.open #nav-toggle .menu::before,
  nav.primary.open #nav-toggle .menu::after {
    transition: transform .3s; }
  nav.primary.open #nav-toggle .menu::before {
    top: 0;
    box-shadow: none;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  nav.primary.open #nav-toggle .menu::after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    top: 0; }

@media (max-width: 991px) {
  nav.primary {
    max-height: 73px;
    overflow: hidden;
    transition: all .3s ease-out; }
    nav.primary .flex-box, nav.primary .tabs dt, .tabs nav.primary dt, nav.primary .tabs li, .tabs nav.primary li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    nav.primary ul:not(.sub) {
      opacity: 0;
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
      transition: all .3s ease-out; }
      nav.primary ul:not(.sub) li {
        transition: all .3s ease-out; }
    nav.primary li.link-to-section ul.sub li a {
      line-height: 2.25rem; }
  nav.primary.open {
    max-height: 1147px; }
    nav.primary.open ul:not(.sub) {
      opacity: 1;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
    nav.primary.open .sub {
      display: block;
      max-height: 0;
      transition: all .3s ease-out;
      overflow: hidden; }
    nav.primary.open .parent.open .sub {
      max-height: 260px; }
  li.link-to-pricing {
    padding-top: 1rem; }
  div.logo {
    z-index: 999;
    background-color: #fff; }
  div.logo::after {
    content: "";
    position: absolute;
    width: 110vw;
    left: 0;
    border-top: 1px solid rgba(41, 71, 98, 0.2);
    margin-left: -3rem;
    height: 0; } }

nav.primary .sub {
  display: none; }

nav.primary .active-parent .sub {
  display: block; }

nav.secondary .account-overview {
  display: none; }

.app-logged-in nav.secondary .link-to-signup,
.app-logged-in nav.secondary .link-to-login {
  display: none; }

.app-logged-in nav.secondary .account-overview {
  display: inline-block;
  position: relative; }

.app-logged-in nav.secondary .account-options {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 1000;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0px 1px 4px rgba(41, 71, 98, 0.2);
  min-width: 100px;
  background-color: rgba(253, 253, 253, 0.98); }
  .app-logged-in nav.secondary .account-options li {
    display: block;
    text-align: left; }

.app-logged-in nav.secondary .account-overview:hover .account-options {
  display: block; }

@media (min-width: 992px) {
  nav.primary li.link-to-section {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: 0;
        flex-grow: 0; }
    nav.primary li.link-to-section:not(.link-to-docs) {
      margin-right: 3.375rem; }
    nav.primary li.link-to-section:not(.link-to-pricing) > a {
      background-image: url("images/icons/caret-south-gray.png");
      background-size: 8px 4px;
      background-repeat: no-repeat;
      background-position: right center; }
    nav.primary li.link-to-section.active-parent > a,
    nav.primary li.link-to-section.active > a,
    nav.primary li.link-to-section > a:hover {
      color: #1A82E2; }
    nav.primary li.link-to-section:not(.link-to-pricing).active-parent > a,
    nav.primary li.link-to-section:not(.link-to-pricing):hover > a {
      background-image: url("images/icons/caret-south-blue.png"); }
  nav.primary li.link-to-section:hover .sub {
    max-height: 400px; }
  nav.primary li.link-to-pricing:hover .sub {
    display: none; }
  nav.primary .enclosure {
    width: 100%;
    margin-top: 2.813rem;
    margin-bottom: 2.813rem; } }
  @media (min-width: 992px) and (min-width: 992px) {
    nav.primary .enclosure .column:first-of-type li:not(:last-of-type), nav.primary .enclosure .columns:first-of-type li:not(:last-of-type) {
      padding-bottom: 1.5rem; }
    nav.primary .enclosure .column:last-of-type li:first-of-type, nav.primary .enclosure .columns:last-of-type li:first-of-type {
      padding-bottom: 1.5rem; } }

@media (min-width: 992px) {
  nav.primary li.link-to-solutions .enclosure,
  nav.primary li.link-to-resources .enclosure {
    text-align: left; }
  nav.primary li.link-to-section li.deemphasized {
    opacity: .5; }
  nav.primary .sub {
    display: none;
    box-shadow: 0px 3px 4px -2px rgba(41, 71, 98, 0.2);
    min-height: 1px;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-out;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    border-top: 1px solid #E9ECEF; }
    nav.primary .sub .section-title {
      display: block;
      margin-bottom: 0.667rem; }
    nav.primary .sub li a {
      text-transform: none;
      letter-spacing: 0;
      line-height: 1.25rem;
      text-align: left; }
    nav.primary .sub li a span.tease {
      color: #546C82; }
    nav.primary .sub li a span.title {
      transition: color .3s; } }
    @media (min-width: 992px) and (min-width: 992px) {
      nav.primary .sub li a span.title {
        font-family: "Colfax-Medium", helvetica, sans-serif;
        font-size: 1rem;
        color: #294661; } }

@media (min-width: 992px) {
    nav.primary .sub li.active span.title,
    nav.primary .sub li:not(.x):not(.y) a:hover span.title {
      color: #1A82E2;
      transition: color .3s; }
    nav.primary .sub hr {
      margin-top: 0;
      margin-bottom: 1.25rem; }
    nav.primary .sub .tease {
      font-family: "Colfax-Light", helvetica, sans-serif;
      display: block;
      padding-top: 0.197rem;
      white-space: nowrap; }
    nav.primary .sub .overview-cta .tease {
      white-space: inherit;
      margin-bottom: 0.444rem; }
    nav.primary .sub .overview-cta .link {
      font-family: "Colfax-Regular", helvetica, sans-serif;
      color: #489BE8;
      transition: color 0.3s; }
    nav.primary .sub .overview-cta:hover .link {
      color: #1A82E2; }
  nav.primary li:hover .sub {
    display: block; }
  nav.primary .sub a {
    line-height: 30px;
    padding: 0; }
  nav.primary .sub .active a {
    color: #1A82E2; } }

@media (max-width: 991px) {
  nav.middle {
    clear: both; }
  .page-header {
    position: absolute; }
    .page-header nav.top {
      display: none; } }

.page-header-short {
  padding: 1.25rem 0 1.25rem;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.1); }
  .page-header-short img {
    width: 120px;
    height: auto; }
  .page-header-short + .grid {
    padding-top: 0; }
  @media screen and (max-width: 61.9375em) {
    .page-header-short {
      text-align: center; } }

body:not(.alt-use-cases-a) .page-header .sub [class*='use-cases-a--show'],
body:not(.alt-use-cases-a) .page-header .sub [class*='use-cases-b--show'],
body:not(.alt-use-cases-b) .page-header .sub [class*='use-cases-a--show'],
body:not(.alt-use-cases-b) .page-header .sub [class*='use-cases-b--show'] {
  display: none; }

body:not(.alt-use-cases-a):not(.alt-use-cases-b) .page-header .sub .control-row {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body:not(.alt-use-cases-a):not(.alt-use-cases-b) .page-header .sub .control-row > .control-column {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 992px) {
    body:not(.alt-use-cases-a):not(.alt-use-cases-b) .page-header .sub .control-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body:not(.alt-use-cases-a):not(.alt-use-cases-b) .page-header .sub .control-row > .control-column {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

body:not(.alt-use-cases-a):not(.alt-use-cases-b) .control-column {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial; }
  @media screen and (min-width: 48em) {
    body:not(.alt-use-cases-a):not(.alt-use-cases-b) .control-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media (min-width: 992px) {
  body:not(.alt-use-cases-a):not(.alt-use-cases-b) li.link-to-solutions .sub li:nth-of-type(n+4),
  body:not(.alt-use-cases-a):not(.alt-use-cases-b) li.link-to-resources .sub li:nth-of-type(n+4) {
    padding-top: 1.875rem; } }

.hero {
  padding: 3.375rem 0; }
  @media screen and (min-width: 48em) {
    .hero {
      padding: 5.063rem 0; } }
  .hero.hero-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.063rem 0; }
    @media screen and (min-width: 48em) {
      .hero.hero-img {
        padding: 9.492rem 0; } }

main > header,
.main-header {
  text-align: center; }
  main > header.has-bg-img,
  .main-header.has-bg-img {
    background-color: #7F90A0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  main > header h1, main > header .h1,
  .main-header h1,
  .main-header .h1 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0; }
  .blog.single main > header,
  .page-job main > header, .blog.single
  .main-header,
  .page-job
  .main-header {
    text-align: left; }
  main > header h1 ~ sub, main > header .h1 ~ sub,
  main > header h1 ~ p,
  main > header .h1 ~ p,
  main > header h1 ~ sub,
  main > header .h1 ~ sub,
  main > header .intro h1 ~ .summary, .intro
  main > header h1 ~ .summary,
  main > header .intro .h1 ~ .summary, .intro
  main > header .h1 ~ .summary,
  main > header h1 ~ .header-summary,
  main > header .h1 ~ .header-summary,
  main > header h1 ~ .summary,
  main > header .h1 ~ .summary,
  .main-header h1 ~ sub,
  .main-header .h1 ~ sub,
  .main-header h1 ~ p,
  .main-header .h1 ~ p,
  .main-header h1 ~ sub,
  .main-header .h1 ~ sub,
  .main-header .intro h1 ~ .summary, .intro
  .main-header h1 ~ .summary,
  .main-header .intro .h1 ~ .summary, .intro
  .main-header .h1 ~ .summary,
  .main-header h1 ~ .header-summary,
  .main-header .h1 ~ .header-summary,
  .main-header h1 ~ .summary,
  .main-header .h1 ~ .summary {
    margin-top: 1.5rem; }

/* Landing Page Template Header Styles */
.landing--header {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.1);
  padding: 1.25rem 0;
  position: relative;
  z-index: 1; }
  .landing--header .logo-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline; }
    @media (max-width: 640px) {
      .landing--header .logo-container {
        margin: 0 auto; } }
    .landing--header .logo-container .landing--header-brand {
      padding-left: .9375rem;
      padding-right: .9375rem; }
    .landing--header .logo-container.partner {
      margin: 0 auto; }
      .landing--header .logo-container.partner .landing--header-brand {
        padding-left: 0;
        padding-right: 0; }
  .landing--header img {
    display: inline-block; }
  .landing--header .landing--header-brand {
    display: inline-block; }
    @media (min-width: 640px) {
      .landing--header .landing--header-brand {
        text-align: left; } }
    .landing--header .landing--header-brand img {
      width: 120px;
      height: auto; }
  .landing--header .landing--header-partner {
    display: inline-block; }
    .landing--header .landing--header-partner img {
      max-height: 26px;
      width: auto; }
  .landing--header .logo-joiner {
    color: #294661;
    font-size: 1rem;
    font-family: 'Colfax-Medium', Helvetica, sans-serif;
    padding: 0 1rem; }

/* Landing Page Template Content Styles */
/* Landing Page Template Footer Styles */
.landing--footer {
  background-color: #294661;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 14px .9375rem; }
  .landing--footer p, .landing--footer sub, .landing--footer .intro .summary, .intro .landing--footer .summary {
    margin: 0; }
  .landing--footer span {
    padding: 0 10px 0;
    color: rgba(255, 255, 255, 0.5);
    line-height: 13px; }
  .landing--footer .landing--footer-copyright {
    padding: 0 10px 0 0; }
  .landing--footer .landing--footer-legal a {
    color: rgba(255, 255, 255, 0.5); }

body.page main .article-header h1, body.page main .article-header .h1 {
  display: none; }

main {
  padding-bottom: 5.063rem; }

.home main {
  padding: 0; }

/* Pagination */
nav.pagination {
  text-align: center;
  float: none;
  display: block;
  font-size: .8125rem;
  line-height: 1; }
  nav.pagination .screen-reader-text {
    display: none; }
  nav.pagination a,
  nav.pagination span.current,
  nav.pagination span.dots {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    padding: 10px;
    color: #294661; }
  nav.pagination a:hover {
    color: #1a82e2;
    background: transparent; }
  nav.pagination a.next,
  nav.pagination a.prev {
    font-family: "Colfax-Regular", helvetica, sans-serif; }
  nav.pagination a.next {
    float: right; }
  nav.pagination a.prev {
    float: left; }
  nav.pagination span.current {
    color: #1A82E2;
    background: transparent;
    font-weight: 700; }
  nav.pagination a.next:hover,
  nav.pagination a.prev:hover {
    color: #1a82e2;
    background: rgba(26, 130, 226, 0.1);
    border-color: #1A82E2; }
  nav.pagination .meta-nav {
    display: none; }

.share-wrapper {
  height: 100%;
  background: white;
  position: relative; }

aside.share {
  margin: 0 auto;
  background: white;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  background: white;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  right: 0; }
  aside.share figure,
  aside.share header,
  aside.share center {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
  aside.share figure {
    margin-bottom: 2rem; }
  aside.share figure img {
    max-height: 275px;
    height: 275px;
    width: auto;
    margin: 0 auto; }
  aside.share header.h3 {
    color: #294661;
    margin-bottom: .5rem; }
  aside.share center p, aside.share center sub, aside.share center .intro .summary, .intro aside.share center .summary {
    line-height: 1.5; }
  aside.share center {
    margin-bottom: 2rem; }
  aside.share footer .btn, aside.share footer
  .btn.trump-class:not(.trump), aside.share footer
  .btn.trump-id:not(#trump), aside.share footer nav.pagination a.next, nav.pagination aside.share footer a.next, aside.share footer
  nav.pagination a.prev,
  nav.pagination aside.share footer a.prev {
    display: inline-block; }

body.single-share aside.share {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

body.section-share {
  background: white;
  min-height: 100vh; }
  body.section-share .grid {
    padding-top: 0 !important; }
  body.section-share .plane {
    box-shadow: none; }

div.single-share {
  min-height: 100vh; }

.side aside {
  font-size: 0.833rem; }

.side header {
  font-family: "Colfax-Medium", helvetica, sans-serif;
  color: #7F90A0;
  font-size: 0.833rem;
  letter-spacing: 1px;
  padding-bottom: 0.667rem;
  text-transform: uppercase; }

.side center {
  font-size: 0.833rem;
  line-height: 1.25rem; }

.side ul {
  list-style: none;
  margin: 0; }

.side .widget {
  font-size: 0.833rem;
  padding-bottom: 1.875rem;
  color: #546C82; }
  .side .widget p, .side .widget sub, .side .widget .intro .summary, .intro .side .widget .summary, .side .widget li, .side .widget .textwidget {
    line-height: 1.5rem; }

.side .widget li a {
  color: #489BE8;
  font-weight: 400; }

.side .widget li a:hover {
  color: #1A82E2; }

.side .widget ul {
  padding: 0;
  margin: 0; }

.side .widget li {
  list-style: none; }

.side ul.socialize li {
  display: inline-block;
  margin-right: 5px; }

.side ul.socialize li a {
  color: rgba(26, 130, 226, 0.8);
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out 0s;
  box-shadow: 0 0 0 5px rgba(130, 146, 163, 0); }

.side ul.socialize li svg {
  width: 17px;
  height: 17px; }

.side ul.socialize .channel-title {
  display: none; }

.side .icon-facebook:before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="Facebook" fill="#A9B5C0" d="M38.078,22.431c0,2.268,0,12.391,0,12.391H29v15.152h9.078V95h18.649V49.975h12.513 c0,0,1.172-7.265,1.74-15.209c-1.629,0-14.183,0-14.183,0s0-8.815,0-10.36c0-1.548,2.033-3.631,4.043-3.631c2.006,0,6.239,0,10.16,0 c0-2.063,0-9.191,0-15.774c-5.235,0-11.189,0-13.814,0C37.617,5,38.078,20.167,38.078,22.431z"/> </svg> '); }

.side .icon-twitter:before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 2 10 11" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="Twitter__x28_alt_x29_" fill="#A9B5C0" d="M11,4.167 C10.6010515,4.3485 10.2648369,4.3545 9.90803778,4.175 C10.3682499,3.894 10.3893245,3.697 10.5554714,3.1655 C10.1251559,3.426 9.64828016,3.6155 9.14101764,3.718 C8.73520763,3.2765 8.15589913,3 7.51581714,3 C6.28564427,3 5.28876314,4.018 5.28876314,5.272 C5.28876314,5.4505 5.30836749,5.624 5.34610586,5.79 C3.49496525,5.6955 1.85408127,4.7905 0.755747639,3.4155 C0.564115131,3.7515 0.45384067,4.142 0.45384067,4.5585 C0.45384067,5.347 0.847397968,6.042 1.44484049,6.4495 C1.0797095,6.4375 0.736633399,6.3355 0.436196756,6.1655 C0.435706648,6.175 0.435706648,6.184 0.435706648,6.194 C0.435706648,7.295 1.203707,8.213 2.22264302,8.422 C1.89623062,8.5125 1.5521743,8.5265 1.21644983,8.461 C1.50022278,9.3635 2.3226252,10.0205 3.29696133,10.039 C2.34418998,10.801 1.16253787,11.1185 0,10.9795 C0.985608626,11.624 2.15598824,12 3.4136072,12 C7.51042595,12 9.74973267,8.538 9.74973267,5.5355 C9.74973267,5.4365 9.74826234,5.3395 9.74385136,5.2415 C10.1785778,4.9215 10.7015238,4.623 11,4.167"/> </svg> '); }

.side .icon-rss:before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="RSS" fill="#A9B5C0" d="M25.4,74.569c2.18,2.177,3.506,5.131,3.514,8.42c-0.008,3.283-1.334,6.237-3.506,8.406L25.4,91.399 c-2.176,2.166-5.148,3.49-8.453,3.49c-3.301,0-6.266-1.328-8.441-3.494C6.336,89.227,5,86.276,5,82.989 c0-3.289,1.336-6.25,3.506-8.423v0.003c2.176-2.168,5.141-3.502,8.441-3.502C20.252,71.067,23.221,72.404,25.4,74.569z M25.4,74.566 v0.003c0.004,0,0.004,0,0.004,0L25.4,74.566z M8.506,91.399c0,0,0,0,0-0.004c-0.004,0-0.004,0-0.004,0L8.506,91.399z M5.01,35.604 v17.185c11.219,0.007,21.83,4.414,29.771,12.367c7.939,7.928,12.328,18.555,12.346,29.813h0.006V95h17.256 c-0.014-16.37-6.668-31.198-17.426-41.964C36.203,42.272,21.381,35.614,5.01,35.604z M5.041,5v17.177 C45.145,22.206,77.746,54.858,77.773,95H95c-0.012-24.81-10.096-47.288-26.393-63.596C52.305,15.101,29.842,5.011,5.041,5z"/> </svg> '); }

.side .icon-linkedin:before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="LinkedIn" fill="#A9B5C0" d="M95,59.727V93H75.71V61.955c0-7.799-2.79-13.121-9.773-13.121c-5.33,0-8.502,3.587-9.897,7.056 c-0.509,1.241-0.64,2.967-0.64,4.704V93H36.104c0,0,0.26-52.58,0-58.028h19.295v8.225c-0.039,0.062-0.09,0.128-0.127,0.188h0.127 v-0.188c2.563-3.948,7.141-9.588,17.388-9.588C85.483,33.609,95,41.903,95,59.727z M15.919,7C9.318,7,5,11.33,5,17.024 c0,5.57,4.193,10.031,10.663,10.031h0.129c6.729,0,10.914-4.46,10.914-10.031C26.579,11.33,22.521,7,15.919,7z M6.146,93h19.289 V34.972H6.146V93z"/> </svg> '); }

.side .icon-googleplus:before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="18px" viewBox="0 20 100 20" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path id="Google-Plus-Icon" fill="#A9B5C0" d="M31.8052961,29.039361 L31.8052961,40.4211308 L49.7510925,40.4211308 C49.0278362,45.305807 44.3266704,54.7431909 31.8052961,54.7431909 C21.0016555,54.7431909 12.1869697,45.353231 12.1869697,33.781765 C12.1869697,22.210299 21.0016555,12.820339 31.8052961,12.820339 C37.9529745,12.820339 42.0664946,15.5709334 44.4170774,17.9421354 L53.0057456,9.26353593 C47.4909166,3.85719528 40.3487609,0.58493644 31.8052961,0.58493644 C14.311535,0.58493644 0.162834093,15.4286612 0.162834093,33.781765 C0.162834093,52.1348688 14.311535,66.9785935 31.8052961,66.9785935 C50.0675171,66.9785935 62.1820595,53.5101662 62.1820595,34.5405497 C62.1820595,32.3590438 61.9560421,30.6992024 61.6848209,29.039361 L31.8052961,29.039361 L31.8052961,29.039361 L31.8052961,29.039361 Z"/> <polyline fill="#A9B5C0" id="Shape" points="99.6105722 29.039361 90.5698686 29.039361 90.5698686 19.5545528 81.5291651 19.5545528 81.5291651 29.039361 72.4884615 29.039361 72.4884615 38.5241691 81.5291651 38.5241691 81.5291651 48.0089773 90.5698686 48.0089773 90.5698686 38.5241691 99.6105722 38.5241691"></polyline> </svg> '); }

@media (max-width: 767px) {
  .side {
    margin-top: 1.875rem; } }

.chat {
  background-color: #1A82E2;
  text-align: center;
  margin-top: 2rem;
  border-radius: 2px;
  padding: 1.875rem 1.5rem; }

.chat a {
  color: #ffffff;
  text-decoration: underline; }

.chat a:hover {
  text-decoration: underline; }

.page-template-solutions .prefooter-cta-empty {
  margin-bottom: -5.063rem; }

dl.accordion dt,
dl.accordion dd {
  border-style: solid;
  border-color: #E9ECEF;
  border-width: 1px 1px 0 1px; }

dl.accordion dt:last-of-type {
  border-width: 1px; }

dl.accordion dd:last-of-type {
  border-width: 0 1px 1px; }

dl.accordion dt {
  cursor: pointer;
  margin: 0;
  padding: 1rem 2.25rem 1rem 1rem;
  position: relative; }
  dl.accordion dt:after {
    border-color: #A9B5C0;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    content: "";
    display: block;
    float: right;
    height: 10px;
    right: 1rem;
    position: absolute;
    top: 24px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 10px;
    transition: all .2s; }
  dl.accordion dt.unfolded:after {
    top: 20px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

dl.accordion dd {
  background: #FBFBFC;
  display: none;
  font-size: 0.833rem;
  padding: 1.875rem 1.875rem 0.875rem; }
  dl.accordion dd p, dl.accordion dd sub, dl.accordion dd .intro .summary, .intro dl.accordion dd .summary {
    line-height: 1.5rem; }

.alert {
  font-size: 0.833rem;
  line-height: 1.25rem;
  padding: 1.25rem 0;
  text-align: center; }
  .alert p, .alert sub, .alert .intro .summary, .intro .alert .summary {
    margin-bottom: 0; }
  .alert.alert-success {
    background: #F1F7E9;
    color: #2E6B30; }
    .alert.alert-success a {
      color: #2E6B30;
      text-decoration: underline; }

.content-block-section .content-block:not(:last-of-type) {
  border-bottom: 1px solid #E9ECEF; }

.content-block-section [class*="image-"] {
  text-align: center;
  margin-bottom: 2.813rem; }
  @media (min-width: 992px) {
    .content-block-section [class*="image-"] {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .content-block-section .copy-left {
    padding-left: 135px; } }

@media (min-width: 992px) {
  .content-block-section .copy-right {
    padding-right: 135px; } }

.header-crumbs a.crumb {
  font-size: .9em;
  padding: 12px 0 0px 0;
  display: inline-block;
  text-decoration: none; }

.header-crumbs a.crumb:not(:first-of-type)::before {
  content: "\0203A\00a0\00a0"; }

.header-crumbs a.crumb:hover {
  color: white; }

.strip-quote svg, .strip-quote img {
  max-width: 100%; }

.flex-row, .tabs,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-box, .tabs dt, .tabs li, .tabs li:not(:last-child) {
  box-sizing: border-box;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.row > header,
.row > footer {
  -ms-flex: 1 100%;
      flex: 1 100%; }

.flex-1 {
  -ms-flex: 1;
      flex: 1; }

.flex-2 {
  -ms-flex: 2;
      flex: 2; }

.flex-3 {
  -ms-flex: 3;
      flex: 3; }

.flex-4 {
  -ms-flex: 4;
      flex: 4; }

.flex-5 {
  -ms-flex: 5;
      flex: 5; }

.flex-6 {
  -ms-flex: 6;
      flex: 6; }

.flex-7 {
  -ms-flex: 7;
      flex: 7; }

.flex-8 {
  -ms-flex: 8;
      flex: 8; }

.flex-9 {
  -ms-flex: 9;
      flex: 9; }

.flex-10 {
  -ms-flex: 10;
      flex: 10; }

.flex-basis-10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%; }

.flex-basis-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.flex-basis-25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.flex-basis-33 {
  -ms-flex-preferred-size: 33.3334%;
      flex-basis: 33.3334%; }

.flex-basis-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.flex-basis-66 {
  -ms-flex-preferred-size: 66.6667%;
      flex-basis: 66.6667%; }

.flex-basis-75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.flex-basis-80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.flex-basis-90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%; }

.flex-basis-100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.grid-order--4 {
  -ms-flex-order: -4;
      order: -4; }

.grid-order--3 {
  -ms-flex-order: -3;
      order: -3; }

.grid-order--2 {
  -ms-flex-order: -2;
      order: -2; }

.grid-order--1 {
  -ms-flex-order: -1;
      order: -1; }

.grid-order-0 {
  -ms-flex-order: 0;
      order: 0; }

.grid-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.grid-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.grid-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.grid-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.flex-none {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.flex-grow-none {
  -ms-flex-positive: 0;
      flex-grow: 0; }

.flex-shrink-none {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justify-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.align-center {
  -ms-flex-line-pack: center;
      align-content: center; }

.align-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.center-cols {
  -ms-flex-pack: center;
      justify-content: center; }

.gist {
  border-bottom: none !important; }
  .gist .gist-file {
    border: none !important;
    font-family: Menlo, "Liberation Mono", Courier, monospace;
    width: 100%;
    margin-bottom: 1rem; }
    .gist .gist-file:last-child {
      margin-bottom: 0 !important; }
  .gist .gist-data {
    border: 1px solid #E9ECEF !important;
        border-radius: 4px !important; }
  .gist .gist-file .gist-meta {
    display: none; }
  .gist .gist-file .gist-data .line-pre {
    font-family: "Menlo", "Liberation Mono", Courier, monospace; }
  .gist .highlight tbody {
    border: none; }
  .gist .highlight tr:last-child {
    height: 100%; }
  .gist .highlight tr td {
    font-family: Menlo, "Liberation Mono", Courier, monospace !important;
    font-size: 12px; }
    .gist .highlight tr td.blob-code {
      padding: 0.197rem 1rem !important; }
    .gist .highlight tr td.blob-num {
      background: #F4F6F7;
      border: none;
      padding: 0.197rem 0.667rem !important;
      min-width: 2.25rem; }
      .gist .highlight tr td.blob-num:first-child {
        padding-top: 0.833rem; }
  .gist .highlight tr:first-child td {
    padding-top: 0.833rem !important; }
  .gist .highlight tr:last-child td {
    padding-bottom: 0.833rem !important; }
  .gist .highlight tr:nth-child(odd),
  .gist .highlight tr:nth-child(even) {
    background: #FBFBFC; }
  .gist .highlight .pl-c, .gist .highlight .pl-c span {
    color: #969896;
    font-style: italic; }
  .gist .highlight .pl-c1, .gist .highlight .pl-s, .gist .highlight .pl-v {
    color: #0086B3; }
  .gist .highlight .pl-e, .gist .highlight .pl-en {
    color: #D33682; }
  .gist .highlight .pl-ent {
    color: #63A35C; }
  .gist .highlight .pl-k {
    color: #268BD2; }
  .gist .highlight .pl-s, .gist .highlight .pl-s1, .gist .highlight .pl-pds, .gist .highlight .pl-s .pl-pse .pl-s1, .gist .highlight .pl-s1 .pl-pse .pl-s2, .gist .highlight .pl-sr, .gist .highlight .pl-sr .pl-cce, .gist .highlight .pl-sr .pl-sra, .gist .highlight .pl-sr .pl-sre {
    color: #2AA198; }
  .gist .highlight .pl-v {
    color: #ED6A43; }
  .gist .highlight .pl-sr .pl-cce {
    color: #63A35C;
    font-weight: bold; }
  .gist .highlight .pl-ml {
    color: #B58900; }
  .gist .highlight .pl-mh, .gist .highlight .pl-mh .pl-en, .gist .highlight .pl-ms {
    color: #268BD2;
    font-weight: bold; }
  .gist .highlight .pl-mq {
    color: #2AA198; }
  .gist .highlight .pl-mi {
    color: #333333;
    font-style: italic; }
  .gist .highlight .pl-mb {
    color: #333333;
    font-weight: bold; }
  .gist .highlight .pl-md, .gist .highlight .pl-mdh {
    color: #BD2C00; }
  .gist .highlight .pl-mi1 {
    color: #55A532; }
  .gist .highlight .pl-mdr {
    color: #795DA3;
    font-weight: bold; }
  .gist .highlight .pl-mo {
    color: #268BD2; }

.gist-container {
  max-width: 37.5rem; }
  @media screen and (max-width: 61.9375em) {
    .gist-container {
      margin: 0 auto;
      padding-top: 0; } }
  .gist-container .language-tab {
    display: inline-block;
    font-size: 0.833rem;
    padding: 0.296rem 0.556rem;
    background: transparent;
    border: 1px solid transparent;
    margin-bottom: 0.833rem; }
    .gist-container .language-tab.selected {
      background: #489BE8;
      border: 1px solid #1A82E2;
      border-radius: 2px;
      color: #ffffff; }
  .gist-container .language-tab-code {
    display: none; }
    .gist-container .language-tab-code.selected {
      display: block; }
    .gist-container .language-tab-code .gist-data {
      max-height: 500px;
      min-height: 500px;
      height: 500px;
      border-radius: 4px !important; }
    .gist-container .language-tab-code table.highlight {
      height: 498px;
      overflow: auto; }
  .gist-container [data-language="node"]::after {
    content: ".js"; }
  .gist-container [data-language="c"]::after {
    content: "\0023"; }

@media (max-width: 1200px) and (min-width: 992px) {
  .gist-container {
    max-width: 46%; } }

@media (max-width: 600px) {
  .gist-container {
    max-width: 100%; } }

.header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  width: 100%;
  min-height: 470px;
  max-height: 600px;
  overflow: hidden; }
  .header-block .image-container {
    overflow: hidden;
    width: 100%;
    min-height: 470px;
    max-height: 600px; }
  .header-block img {
    margin: auto;
    width: 100%;
    min-height: 100%;
    vertical-align: top;
    min-width: 1450px;
    margin-left: -200px; }
    @media screen and (min-width: 48em) {
      .header-block img {
        margin-left: 0; } }
    .header-block img.align-img-right {
      float: right;
      margin-right: -200px; }
      @media screen and (min-width: 48em) {
        .header-block img.align-img-right {
          margin-right: 0; } }
  .header-block .headline-block {
    position: absolute;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 2; }

.page-template-solutions .breadcrumb {
  display: inline-block;
  padding-bottom: 0.444rem;
  border-bottom: 3px solid #1A82E2; }

[class*="i-before"]::before,
[class*="i-after"]::after,
[class*="i-bg"] {
  content: '';
  line-height: 1;
  height: 1em;
  width: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center; }

[class*="i-after"]::after {
  margin-right: .5rem; }

[class*="i-after"]::after {
  margin-left: .5rem; }

.i-before-caret-up:hover::before,
.i-after-caret-up:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDMuNiI+PHBhdGggZD0iTTAuMSAzLjNMMC40IDMuNWEwLjUgMC41IDAgMCAwIDAuNiAwTDQgMSA3LjEgMy41YTAuNSAwLjUgMCAwIDAgMC42IDBsMC4yLTAuMmEwLjMgMC4zIDAgMCAwIDAtMC40TDQuMyAwLjFhMC41IDAuNSAwIDAgMC0wLjYgMEwwLjEgMi45QTAuMyAwLjMgMCAwIDAgMC4xIDMuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIHdpZHRoPSI4cHgiIGhlaWdodD0iM3B4IiBmaWxsPSIjMUE4MkUyIi8+PC9zdmc+"); }

.i-before-caret-down::before,
.i-after-caret-down::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDMuNiI+PHBhdGggZD0iTTcuODguMjhMNy42My4wOWEuNDkuNDkgMCAwIDAtLjU3IDBMNCAyLjYxLjg5LjA5YS41LjUgMCAwIDAtLjU3IDBsLS4yLjE3YS4yNy4yNyAwIDAgMCAwIC40NGwzLjYgMi44MWEuNS41IDAgMCAwIC41NyAwTDcuODguNzJhLjI2LjI2IDAgMCAwIDAtLjQ0eiIgZmlsbD0iIzFBODJFMiIvPjwvc3ZnPg==");
  background-position: center 70%; }

.xi-before-caret-down:hover::before,
.xi-after-caret-down:hover::after {
  background-color: red; }

.i-before-caret-up::before,
.i-after-caret-up::after,
.i-before-caret-down.toggled::before,
.i-after-caret-down.toggled-on::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDMuNiI+PHBhdGggZD0iTTAuMSAzLjNMMC40IDMuNWEwLjUgMC41IDAgMCAwIDAuNiAwTDQgMSA3LjEgMy41YTAuNSAwLjUgMCAwIDAgMC42IDBsMC4yLTAuMmEwLjMgMC4zIDAgMCAwIDAtMC40TDQuMyAwLjFhMC41IDAuNSAwIDAgMC0wLjYgMEwwLjEgMi45QTAuMyAwLjMgMCAwIDAgMC4xIDMuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIHdpZHRoPSI4cHgiIGhlaWdodD0iM3B4IiBmaWxsPSIjMUE4MkUyIi8+PC9zdmc+");
  background-position: center 70%; }

.i-before-check::before,
.i-after-check::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4wOSAxMiI+PHBvbHlsaW5lIHBvaW50cz0iMTQuMSAxIDQuNDcgMTEgMSA3LjQ5IiBmaWxsPSJub25lIiBzdHJva2U9IiMxRTkwRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIycHgiLz48L3N2Zz4=");
  height: 10px;
  width: 13px; }

ul.circle-check {
  list-style: none;
  margin-left: 0; }
  ul.circle-check li {
    background: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><title>circle-check</title><path d="M15.348 7.957l-6.522 6.086-2.174-2.173M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10z" stroke-width="1.043" stroke="%231A82E2" fill="none" fill-rule="evenodd"/></svg>') no-repeat 0px 4px;
    padding-left: 33px; }

.svg-icon.small-filled {
  margin-right: 0.556rem;
  margin-bottom: -1px; }
  .svg-icon.small-filled path {
    fill: #1A82E2; }

.icon-remove:before {
  content: "X";
  font-family: "Colfax-Light", helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: bold; }

.modal-header .close {
  margin-top: 2px; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal {
  position: absolute; }

.modal.fade.in {
  top: 4%; }

.modal-body {
  max-height: none;
  overflow: hidden; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal.fade {
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

.modal.fade.in {
  top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal-header .close {
  margin-top: 2px; }

.modal-header h3, .modal-header .h3, .modal-header dl.accordion dt, dl.accordion .modal-header dt {
  margin: 0;
  line-height: 30px;
  font-size: 20px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn, .modal-footer
.btn.trump-id:not(#trump) + .btn, .modal-footer nav.pagination a.next + .btn, nav.pagination .modal-footer a.next + .btn, .modal-footer
nav.pagination a.prev + .btn,
nav.pagination .modal-footer a.prev + .btn, .modal-footer .btn +
.btn.trump-id:not(#trump), .modal-footer nav.pagination a.next +
.btn.trump-id:not(#trump), nav.pagination .modal-footer a.next +
.btn.trump-id:not(#trump), .modal-footer
nav.pagination a.prev +
.btn.trump-id:not(#trump),
nav.pagination .modal-footer a.prev +
.btn.trump-id:not(#trump), .modal-footer nav.pagination .btn + a.next, nav.pagination .modal-footer .btn + a.next, .modal-footer nav.pagination
.btn.trump-id:not(#trump) + a.next, nav.pagination .modal-footer
.btn.trump-id:not(#trump) + a.next, .modal-footer nav.pagination a.next + a.next, nav.pagination .modal-footer a.next + a.next, .modal-footer nav.pagination a.prev + a.next, nav.pagination .modal-footer a.prev + a.next, .modal-footer
nav.pagination .btn + a.prev,
nav.pagination .modal-footer .btn + a.prev, .modal-footer
nav.pagination
.btn.trump-id:not(#trump) + a.prev,
nav.pagination .modal-footer
.btn.trump-id:not(#trump) + a.prev, .modal-footer nav.pagination a.next + a.prev, nav.pagination .modal-footer a.next + a.prev, .modal-footer nav.pagination a.prev + a.prev, nav.pagination .modal-footer a.prev + a.prev {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group
.btn.trump-id:not(#trump) + .btn, .modal-footer .btn-group nav.pagination a.next + .btn, nav.pagination .modal-footer .btn-group a.next + .btn, .modal-footer .btn-group
nav.pagination a.prev + .btn,
nav.pagination .modal-footer .btn-group a.prev + .btn, .modal-footer .btn-group .btn +
.btn.trump-id:not(#trump), .modal-footer .btn-group nav.pagination a.next +
.btn.trump-id:not(#trump), nav.pagination .modal-footer .btn-group a.next +
.btn.trump-id:not(#trump), .modal-footer .btn-group
nav.pagination a.prev +
.btn.trump-id:not(#trump),
nav.pagination .modal-footer .btn-group a.prev +
.btn.trump-id:not(#trump), .modal-footer .btn-group nav.pagination .btn + a.next, nav.pagination .modal-footer .btn-group .btn + a.next, .modal-footer .btn-group nav.pagination
.btn.trump-id:not(#trump) + a.next, nav.pagination .modal-footer .btn-group
.btn.trump-id:not(#trump) + a.next, .modal-footer .btn-group nav.pagination a.next + a.next, nav.pagination .modal-footer .btn-group a.next + a.next, .modal-footer .btn-group nav.pagination a.prev + a.next, nav.pagination .modal-footer .btn-group a.prev + a.next, .modal-footer .btn-group
nav.pagination .btn + a.prev,
nav.pagination .modal-footer .btn-group .btn + a.prev, .modal-footer .btn-group
nav.pagination
.btn.trump-id:not(#trump) + a.prev,
nav.pagination .modal-footer .btn-group
.btn.trump-id:not(#trump) + a.prev, .modal-footer .btn-group nav.pagination a.next + a.prev, nav.pagination .modal-footer .btn-group a.next + a.prev, .modal-footer .btn-group nav.pagination a.prev + a.prev, nav.pagination .modal-footer .btn-group a.prev + a.prev {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }
  .container-fluid {
    padding: 0; }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }
  .dl-horizontal dd {
    margin-left: 0; }
  .container {
    width: auto; }
  .row-fluid {
    width: 100%; }
  .row,
  .thumbnails {
    margin-left: 0; }
  .thumbnails > li {
    float: none;
    margin-left: 0; }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box; }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    box-sizing: border-box; }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box; }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
  .modal.fade {
    top: -100px; }
  .modal.fade.in {
    top: 20px; } }

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }
  .page-header h1 small, .page-header .h1 small {
    display: block;
    line-height: 20px; }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }
  .form-horizontal .controls {
    margin-left: 0; }
  .form-horizontal .control-list {
    padding-top: 0; }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }
  .media-object {
    margin-right: 0;
    margin-left: 0; }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }
  .modal-header .close {
    padding: 10px;
    margin: -10px; }
  .carousel-caption {
    position: static; } }

.modal {
  z-index: 6000;
  position: absolute; }

.modal.fade.in {
  top: 2%; }

.modal-backdrop {
  z-index: 5990; }

.modal-body {
  max-height: none; }

@media (min-width: 768px) and (max-width: 979px) {
  .modal.fade.in {
    top: 2%;
    width: 600px; }
  #sendgrid-logo-home {
    float: left; }
  .sub-nav-list > li {
    display: none; } }

.quote {
  border: 1px solid #E9ECEF;
  background-color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  padding: 1.5rem;
  position: relative;
  width: 100%; }
  .quote p, .quote sub, .quote .intro .summary, .intro .quote .summary {
    margin-bottom: 0; }
  .quote .author {
    color: #7F90A0;
    margin-top: 0.556rem; }
  .quote:before {
    border: 10px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: 29px; }
  .quote:after {
    border: 9px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px; }
  .quote.right:before {
    border-right: 0;
    border-left-color: #E9ECEF;
    left: auto;
    right: -10px; }
  .quote.right:after {
    border-right: 0;
    border-left-color: #ffffff;
    right: -9px; }
  .quote.left:before {
    border-left: 0;
    border-right-color: #E9ECEF;
    right: auto;
    left: -10px; }
  .quote.left:after {
    border-left: 0;
    border-right-color: #ffffff;
    left: -9px; }

.separator {
  height: 0.1875rem;
  width: 1.875rem;
  background: #D4DADF;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.snippet-difference svg g {
  stroke: #1A82E2; }

.snippet-difference .svg-icon {
  width: 50px;
  margin-bottom: 1rem; }

.nav-tabs {
  text-align: center;
  border: none;
  margin-top: 1.875rem;
  margin-bottom: 3.375rem; }
  .nav-tabs button {
    font-family: "Colfax-Medium", helvetica, sans-serif;
    font-size: .813rem;
    color: rgba(41, 70, 97, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 24px 30px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    transition: all 0.3s; }
    @media (max-width: 767px) {
      .nav-tabs button {
        padding: 13px 13px; } }
    .nav-tabs button:hover, .nav-tabs button:focus {
      border: none;
      background: none;
      outline: none;
      border-bottom: 3px solid rgba(26, 130, 226, 0.2);
      color: rgba(26, 130, 226, 0.8); }
    .nav-tabs button.selected {
      border: none;
      color: #1A82E2;
      border-bottom: 3px solid #1A82E2; }
      .nav-tabs button.selected:hover, .nav-tabs button.selected:focus {
        border: none;
        background: none;
        color: #1A82E2;
        border-bottom: 3px solid #1A82E2; }

.tabs {
  border-right: none;
  border-left: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .tabs dt, .tabs li, .tabs li:not(:last-child) {
    max-width: 9.492rem;
    line-height: 57px;
    text-align: center;
    white-space: nowrap;
    margin: 0; }
    .tabs dt a,
    .tabs dt span.link, .tabs li a,
    .tabs li span.link, .tabs li:not(:last-child) a,
    .tabs li:not(:last-child) span.link {
      font-family: "Colfax-Medium", helvetica, sans-serif;
      color: #7F90A0;
      display: block;
      padding: 0 30px;
      border-top: 3px transparent solid;
      border-bottom: 3px transparent solid; }
    .tabs dt a:hover,
    .tabs dt.current a:hover,
    .tabs dt.active a:hover, .tabs li a:hover,
    .tabs li.current a:hover,
    .tabs li.active a:hover, .tabs li:not(:last-child) a:hover,
    .tabs li:not(:last-child).current a:hover,
    .tabs li:not(:last-child).active a:hover {
      color: #1A82E2; }
    .tabs dt.current a,
    .tabs dt.active a, .tabs li.current a,
    .tabs li.active a, .tabs li:not(:last-child).current a,
    .tabs li:not(:last-child).active a {
      border-bottom-color: #1A82E2;
      color: #1A82E2; }

.has-tip {
  display: inline; }

.tooltip {
  max-width: 240px !important; }
