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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.row.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.row.natural-height {
  -ms-flex-align: start;
      align-items: flex-start; }

.row.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.col {
  box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 15px; }

.col.reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

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

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

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

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

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

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

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

.col-xs {
  box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 15px; }

.col-xs-1 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 15px; }

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

.col-xs-2 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 15px; }

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

.col-xs-3 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 15px; }

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

.col-xs-4 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 15px; }

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

.col-xs-5 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 15px; }

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

.col-xs-6 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 15px; }

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

.col-xs-7 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 15px; }

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

.col-xs-8 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 15px; }

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

.col-xs-9 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 15px; }

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

.col-xs-10 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 15px; }

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

.col-xs-11 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 15px; }

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

.col-xs-12 {
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 15px; }

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

.row.start-xs {
  -ms-flex-pack: start;
      justify-content: flex-start; }

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

.row.end-xs {
  -ms-flex-pack: end;
      justify-content: flex-end; }

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

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

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

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

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

.first-xs {
  -ms-flex-order: -1;
      order: -1; }

.last-xs {
  -ms-flex-order: 1;
      order: 1; }

@media only screen and (min-width: 481px) {
  .col-sm {
    box-sizing: border-box;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 15px; }
  .col-sm-1 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 15px; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 15px; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 15px; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 15px; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 15px; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 15px; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 15px; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 15px; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 15px; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 15px; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 15px; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .row.start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .row.center-sm {
    -ms-flex-pack: center;
        justify-content: center; }
  .row.end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .row.top-sm {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row.middle-sm {
    -ms-flex-align: center;
        align-items: center; }
  .row.bottom-sm {
    -ms-flex-align: end;
        align-items: flex-end; }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-sm {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
        order: -1; }
  .last-sm {
    -ms-flex-order: 1;
        order: 1; } }

@media only screen and (min-width: 601px) {
  .col-md {
    box-sizing: border-box;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 15px; }
  .col-md-1 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 15px; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 15px; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 15px; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 15px; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 15px; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 15px; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 15px; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 15px; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 15px; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 15px; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 15px; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .row.start-md {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .row.center-md {
    -ms-flex-pack: center;
        justify-content: center; }
  .row.end-md {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .row.top-md {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row.middle-md {
    -ms-flex-align: center;
        align-items: center; }
  .row.bottom-md {
    -ms-flex-align: end;
        align-items: flex-end; }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-md {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
        order: -1; }
  .last-md {
    -ms-flex-order: 1;
        order: 1; } }

@media only screen and (min-width: 851px) {
  .col-lg {
    box-sizing: border-box;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 15px; }
  .col-lg-1 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 15px; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 15px; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 15px; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 15px; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 15px; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 15px; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 15px; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 15px; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 15px; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 15px; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 15px; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .row.start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .row.center-lg {
    -ms-flex-pack: center;
        justify-content: center; }
  .row.end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .row.top-lg {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row.middle-lg {
    -ms-flex-align: center;
        align-items: center; }
  .row.bottom-lg {
    -ms-flex-align: end;
        align-items: flex-end; }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-lg {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
        order: -1; }
  .last-lg {
    -ms-flex-order: 1;
        order: 1; } }

@media only screen and (min-width: 961px) {
  .col-xl {
    box-sizing: border-box;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 15px; }
  .col-xl-1 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 15px; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 15px; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 15px; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 15px; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 15px; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 15px; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 15px; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 15px; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 15px; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 15px; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 15px; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .row.start-xl {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .row.center-xl {
    -ms-flex-pack: center;
        justify-content: center; }
  .row.end-xl {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .row.top-xl {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row.middle-xl {
    -ms-flex-align: center;
        align-items: center; }
  .row.bottom-xl {
    -ms-flex-align: end;
        align-items: flex-end; }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-xl {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .first-xl {
    -ms-flex-order: -1;
        order: -1; }
  .last-xl {
    -ms-flex-order: 1;
        order: 1; } }

.col-gutter-lr {
  padding: 0 15px; }

.col-no-gutter {
  padding: 0; }

.show {
  display: block !important; }

.row.show {
  display: -ms-flexbox !important;
  display: flex !important; }

.hide {
  display: none !important; }

.show-xs {
  display: block !important; }

.row.show-xs {
  display: -ms-flexbox !important;
  display: flex !important; }

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

@media only screen and (max-width: 480px) {
  .show-xs-only {
    display: block !important; }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-xs-only {
    display: none !important; } }

@media only screen and (min-width: 481px) {
  .show-sm {
    display: block !important; }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-sm {
    display: none !important; } }

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .show-sm-only {
    display: block !important; }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-sm-only {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .show-md {
    display: block !important; }
  .row.show-md {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-md {
    display: none !important; } }

@media only screen and (min-width: 601px) and (max-width: 850px) {
  .show-md-only {
    display: block !important; }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-md-only {
    display: none !important; } }

@media only screen and (min-width: 851px) {
  .show-lg {
    display: block !important; }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-lg {
    display: none !important; } }

@media only screen and (min-width: 851px) and (max-width: 960px) {
  .show-lg-only {
    display: block !important; }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-lg-only {
    display: none !important; } }

@media only screen and (min-width: 961px) {
  .show-xl {
    display: block !important; }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hide-xl {
    display: none !important; } }

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

html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  color: #2c2c2c;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  color: #004e98;
  outline: none;
  text-decoration: none; }
  a:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 78, 152, 0.2); }
  a:focus, a:hover, a:active, a.active {
    color: #004e98;
    text-decoration: underline; }
  a:visited {
    color: #0068cb; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.text-primary {
  color: #004e98 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #00417f; }

a.text-primary:visited {
  color: #005bb2; }

.text-secondary {
  color: #003d60 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #002d47; }

a.text-secondary:visited {
  color: #004e7a; }

.text-gray {
  color: #8c8c8c !important; }

a.text-gray:focus, a.text-gray:hover {
  color: #7f7f7f; }

a.text-gray:visited {
  color: #999999; }

.text-light {
  color: #fff !important; }

a.text-light:focus, a.text-light:hover {
  color: #f2f2f2; }

a.text-light:visited {
  color: white; }

.text-dark {
  color: #2c2c2c !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1f1f1f; }

a.text-dark:visited {
  color: #393939; }

.text-success {
  color: #388174 !important; }

a.text-success:focus, a.text-success:hover {
  color: #306f64; }

a.text-success:visited {
  color: #409384; }

.text-warning {
  color: #f08c34 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ee7f1c; }

a.text-warning:visited {
  color: #f2994c; }

.text-error {
  color: #e5261b !important; }

a.text-error:focus, a.text-error:hover {
  color: #cf2218; }

a.text-error:visited {
  color: #e83c32; }

.bg-primary {
  background: #004e98 !important;
  color: #fff; }

.bg-secondary {
  background: #005e93 !important;
  color: #fff; }

.bg-dark {
  background: #4c4c4c !important;
  color: #fff; }

.bg-gray {
  background: #004e98 !important;
  color: #fff; }

.bg-success {
  background: #388174 !important;
  color: #fff; }

.bg-warning {
  background: #f08c34 !important;
  color: #fff; }

.bg-error {
  background: #e5261b !important;
  color: #fff; }

.c-hand {
  cursor: pointer; }

.c-move {
  cursor: move; }

.c-zoom-in {
  cursor: zoom-in; }

.c-zoom-out {
  cursor: zoom-out; }

.c-not-allowed {
  cursor: not-allowed; }

.c-auto {
  cursor: auto; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.d-none,
.d-hide {
  display: none !important; }

.d-visible {
  visibility: visible; }

.d-invisible {
  visibility: hidden; }

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none; }

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

.divider,
.divider-vert {
  display: block;
  position: relative; }
  .divider[data-content]::after,
  .divider-vert[data-content]::after {
    background: #fff;
    color: #8c8c8c;
    content: attr(data-content);
    display: inline-block;
    font-size: 0.7rem;
    padding: 0 0.4rem;
    transform: translateY(-0.65rem); }

.divider {
  border-top: 0.05rem solid silver;
  height: 0.05rem;
  margin: 0.4rem 0; }
  .divider[data-content] {
    margin: 0.8rem 0; }

.divider-vert {
  display: block;
  padding: 0.8rem; }
  .divider-vert::before {
    border-left: 0.05rem solid #acacac;
    bottom: 0.4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0.4rem;
    transform: translateX(-50%); }
  .divider-vert[data-content]::after {
    left: 50%;
    padding: 0.2rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    animation: loading 500ms infinite linear;
    border: 0.1rem solid #004e98;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 1; }
  .loading.loading-lg {
    min-height: 2rem; }
    .loading.loading-lg::after {
      height: 1.6rem;
      margin-left: -0.8rem;
      margin-top: -0.8rem;
      width: 1.6rem; }

.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table; }

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

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

.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.flex-centered {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.m-0 {
  margin: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.m-1 {
  margin: 0.2rem !important; }

.mb-1 {
  margin-bottom: 0.2rem !important; }

.ml-1 {
  margin-left: 0.2rem !important; }

.mr-1 {
  margin-right: 0.2rem !important; }

.mt-1 {
  margin-top: 0.2rem !important; }

.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important; }

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important; }

.m-2 {
  margin: 0.4rem !important; }

.mb-2 {
  margin-bottom: 0.4rem !important; }

.ml-2 {
  margin-left: 0.4rem !important; }

.mr-2 {
  margin-right: 0.4rem !important; }

.mt-2 {
  margin-top: 0.4rem !important; }

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important; }

.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important; }

.p-0 {
  padding: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

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

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.p-1 {
  padding: 0.2rem !important; }

.pb-1 {
  padding-bottom: 0.2rem !important; }

.pl-1 {
  padding-left: 0.2rem !important; }

.pr-1 {
  padding-right: 0.2rem !important; }

.pt-1 {
  padding-top: 0.2rem !important; }

.px-1 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important; }

.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important; }

.p-2 {
  padding: 0.4rem !important; }

.pb-2 {
  padding-bottom: 0.4rem !important; }

.pl-2 {
  padding-left: 0.4rem !important; }

.pr-2 {
  padding-right: 0.4rem !important; }

.pt-2 {
  padding-top: 0.4rem !important; }

.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important; }

.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important; }

.s-rounded {
  border-radius: 0.1rem; }

.s-circle {
  border-radius: 50%; }

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

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-large {
  font-size: 1.2em; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word; }

body {
  font-family: "weblysleek", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-family: "weblysleek", sans-serif; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500; }

h1,
.h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 64px; }
  @media screen and (max-width: 480px) {
    h1,
    .h1 {
      font-size: 38px;
      line-height: 51px; } }

h2,
.h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 53px; }
  @media screen and (max-width: 480px) {
    h2,
    .h2 {
      font-size: 30px;
      line-height: 40px; } }

h3,
.h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 43px; }
  @media screen and (max-width: 480px) {
    h3,
    .h3 {
      font-size: 22px;
      line-height: 30px; } }

h4,
.h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 37px; }
  @media screen and (max-width: 480px) {
    h4,
    .h4 {
      font-size: 18px;
      line-height: 24px; } }

h5,
.h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px; }
  @media screen and (max-width: 480px) {
    h5,
    .h5 {
      font-size: 16px;
      line-height: 21px; } }

h6,
.h6 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px; }
  @media screen and (max-width: 480px) {
    h6,
    .h6 {
      font-size: 14px;
      line-height: 19px; } }

p {
  margin: 0 0 30px; }

a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
          text-decoration-skip: ink edges; }

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none; }

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #4c4c4c;
  color: #fff;
  font-size: 0.7rem; }

mark {
  background: #004e98;
  color: #2c2c2c;
  border-radius: 0.1rem;
  padding: 0.05rem; }

blockquote {
  color: #005e93;
  margin-left: 0;
  padding-left: 20px;
  border-left: 4px solid;
  margin-bottom: 30px; }
  blockquote:before {
    content: '\201C'; }
  blockquote:after {
    content: '\201D'; }
  blockquote p:last-child {
    margin-bottom: 0; }

img[data-udi] {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin: 0 0 30px 0;
  padding: 0; }
  ul ul, ol ol {
    margin: 0 0 30px 0; }
  ul li, ol li {
    font-weight: 600; }

ul li {
  position: relative;
  padding-left: 30px; }
  ul li:before {
    content: '\2022';
    position: absolute;
    left: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal inside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }

dl dd {
  margin: 0.4rem 0 0.8rem 0; }

.text-x-large {
  font-size: 1rem; }

.text-large {
  font-size: 0.9rem; }

.text-normal {
  font-size: 18px; }

.text-small {
  font-size: 0.7rem; }

.text-x-small {
  font-size: 0.6rem; }

.font-thin {
  font-weight: 100; }

.font-extra-light {
  font-weight: 200; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-semi-bold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-extra-bold {
  font-weight: 800; }

html {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%; }

.page-content {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

footer {
  margin-top: auto; }

.padded-box {
  padding-top: 40px;
  padding-bottom: 40px; }

.pushed-box {
  margin-top: 40px;
  margin-bottom: 40px; }

.padded-box-grouped + .padded-box {
  padding-top: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .container.grid-xl {
    max-width: 1280px; }
  .container.grid-lg {
    max-width: 960px; }
  .container.grid-md {
    max-width: 840px; }
  .container.grid-sm {
    max-width: 600px; }
  .container.grid-xs {
    max-width: 480px; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }

.col,
[class*='col-xs'],
[class*='col-sm'],
[class*='col-md'],
[class*='col-lg'],
[class*='col-xs'] {
  padding: 0 15px; }

.img-responsive {
  width: 100%;
  height: auto;
  display: block; }

.push-bottom {
  margin-bottom: 30px; }

.push-bottom-sm {
  margin-bottom: 20px; }

.push-bottom-xs {
  margin-bottom: 15px; }

.push-bottom-xxs {
  margin-bottom: 10px; }

.push-bottom-none {
  margin-bottom: 0; }

.push-top {
  margin-top: 30px; }

.push-top-sm {
  margin-top: 20px; }

.push-top-xs {
  margin-top: 20px; }

.push-top-xxs {
  margin-top: 20px; }

.push-top-none {
  margin-top: 0; }

.ie11-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ie11-flex > * {
    width: 100%; }

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  background-color: #004e98;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #004e98;
  font-size: 14px;
  line-height: 19px;
  padding: 15px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  min-width: 190px; }
  .btn:visited {
    color: #fff; }
  .btn:focus, .btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #2c2c2c; }
  .btn[disabled], .btn:disabled, .btn.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none; }

.btn-ghost {
  background: transparent;
  border-color: #004e98;
  color: #2c2c2c; }
  .btn-ghost:visited {
    color: #2c2c2c; }
  .btn-ghost:focus, .btn-ghost:hover {
    background-color: #004e98;
    color: #fff; }

.btn-ghost-invert {
  background: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-ghost-invert:visited {
    color: #fff; }
  .btn-ghost-invert:focus, .btn-ghost-invert:hover {
    background-color: #fff;
    color: #2c2c2c; }

.btn-icon {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  min-width: 0; }
  .btn-icon:focus, .btn-icon:hover {
    background-color: transparent;
    color: inherit; }
  .btn-icon:focus {
    outline: 1px solid; }

.btn-full {
  width: 100%; }

.link-arrow {
  text-transform: uppercase;
  color: inherit; }
  .link-arrow:hover, .link-arrow:focus, .link-arrow:visited {
    color: inherit;
    text-decoration: none; }
    .link-arrow:hover:after, .link-arrow:focus:after, .link-arrow:visited:after {
      margin-left: 15px; }
  .link-arrow:after {
    content: '\E904';
    font-family: 'icon-ifalpa';
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
    transition: margin-left 0.1s ease; }

.link-arrow-lowercase {
  text-transform: none; }

label {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 5px;
  display: block; }

[type='email'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='url'],
select,
textarea {
  border: 1px solid #acacac;
  color: #2c2c2c;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px;
  display: block;
  width: 100%;
  background: transparent; }
  [type='email']:-ms-input-placeholder,
  [type='number']:-ms-input-placeholder,
  [type='password']:-ms-input-placeholder,
  [type='search']:-ms-input-placeholder,
  [type='tel']:-ms-input-placeholder,
  [type='text']:-ms-input-placeholder,
  [type='url']:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #4c4c4c; }
  [type='email']::placeholder,
  [type='number']::placeholder,
  [type='password']::placeholder,
  [type='search']::placeholder,
  [type='tel']::placeholder,
  [type='text']::placeholder,
  [type='url']::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #4c4c4c; }
  [type='email']:focus,
  [type='number']:focus,
  [type='password']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='text']:focus,
  [type='url']:focus,
  select:focus,
  textarea:focus {
    outline: #004e98 solid 1px; }
  [type='email'].input-validation-error,
  [type='number'].input-validation-error,
  [type='password'].input-validation-error,
  [type='search'].input-validation-error,
  [type='tel'].input-validation-error,
  [type='text'].input-validation-error,
  [type='url'].input-validation-error,
  select.input-validation-error,
  textarea.input-validation-error {
    border-color: #e5261b;
    outline-color: #e5261b; }

.intl-tel-input {
  width: 100%; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAAAXNSR0IArs4c6QAAARNJREFUKBVj1NXV9WJkZJS/dOnSdAYygZ6eXub///8fMrGwsJwGMvKAAinkmAXSB9IPMgesHyggA3ThXR0dnTBSDASpB+kD6UfRZ2BgoAqUfASU9ESRwMEBqQOpB+nDqgQoqQdU9BRoky1WBVBBkDxIHUg9sjpmZM6rV69eSkhIHAOGwWogfeDly5fPkeVBbKBBRkD5dcBIC758+fJZZHkUw0ASQAOeiIuLXwIyVwDp7UAL3sA0AF2jAWRvA+IEoEGHYOIEaaDGAKA3HhgaGsqDFAPDRgHEB4nj0ozhMphCoItuAL367u/fv3OkpKQO//nzZxMTE1Mj0EUrYWpIpoGuyQXivyCaZM3YNAC9poRNHF0MAIOfY1daTVhzAAAAAElFTkSuQmCC") no-repeat right 20px center;
  padding-right: 50px; }

.field {
  margin-bottom: 30px; }

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

[type='checkbox'] + label,
[type='radio'] + label {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative; }
  [type='checkbox'] + label:before,
  [type='radio'] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #004e98;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%); }

[type='checkbox']:checked + label:after,
[type='radio']:checked + label:after {
  display: block;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%); }

[type='checkbox'].input-validation-error ~ label:before,
[type='radio'].input-validation-error ~ label:before {
  background-color: #e5261b; }

[type='checkbox']:checked + label:after {
  content: '\E909';
  font-size: 13px;
  width: 13px;
  height: 13px;
  left: 4px;
  color: #fff;
  font-family: 'icon-ifalpa';
  bottom: calc(50% - -3px); }

[type='radio'] + label:before {
  border-radius: 50%; }

[type='radio'] + label:after {
  content: '';
  left: 7px;
  border-radius: 50%;
  background-color: #fff;
  width: 6px;
  height: 6px; }

.field-validation-error {
  color: #e5261b; }

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff; }

@media screen and (min-width: 1024px) {
  .header-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; } }

.header-container {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1024px) {
    .header-sticky .header-container {
      -ms-flex-align: center;
          align-items: center; } }

.header-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 5px 0;
  width: 190px; }
  @media screen and (max-width: 1023px) {
    .header-logo {
      padding: 0;
      margin: -1px 0;
      width: 100px; } }
  @media screen and (min-width: 1024px) {
    .header-sticky .header-logo {
      width: 115px; } }

.header-logo-img {
  display: block;
  height: auto;
  width: 100%; }

.header-nav {
  display: none; }
  .header-nav.is-active {
    display: block; }
  @media screen and (max-width: 1023px) {
    .header-nav {
      position: fixed;
      top: 72px;
      background: white;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
      border-top: 1px solid #acacac;
      background: #ececec;
      overflow: auto; } }
  @media screen and (min-width: 1024px) {
    .header-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; } }

.header-controls {
  margin-bottom: 0;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 1024px) {
    .header-controls {
      display: none; } }

.header-controls-item {
  padding: 0; }
  .header-controls-item:before {
    display: none; }

.header-controls-btn-search {
  display: block; }

.header-controls-icon-search {
  font-size: 24px;
  line-height: 24px;
  display: block; }
  .header-controls.is-active .header-controls-icon-search {
    display: none; }

.header-controls-btn-menu {
  width: 24px;
  height: 24px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 20px;
  display: block; }
  .header-controls.is-active .header-controls-btn-menu {
    display: none; }
  .header-controls-btn-menu:before {
    content: '';
    width: 24px;
    height: 18px;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .header-controls-btn-menu:after {
    content: '';
    width: 24px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 12px; }

.header-controls-btn-close {
  display: none; }
  .header-controls-btn-close.is-active {
    display: block; }

.header-controls-icon-close {
  font-size: 24px;
  line-height: 24px; }

/*
  @media screen and (max-width: 1024px - 1px) {
  }
  @media screen and (min-width: 1024px) {
  }
*/
.nav-primary {
  margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .nav-primary {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-order: 1;
          order: 1; } }

.nav-primary-item {
  position: relative;
  padding: 0;
  margin-left: 30px; }
  .nav-primary-item:before {
    display: none; }
  @media screen and (max-width: 1023px) {
    .nav-primary-item {
      background: #fff;
      margin: 0;
      border-bottom: 1px solid #acacac;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .nav-primary-item.has-child:hover:after, .nav-primary-item[data-focus-within='true'].has-child:after {
    background-color: #004e98;
    content: '';
    position: absolute;
    bottom: -20px;
    right: -10px;
    left: -10px;
    display: block;
    height: 5px; }
  @media screen and (max-width: 1023px) {
    .nav-primary-item:last-child {
      display: none; } }

.nav-primary-link {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (max-width: 1023px) {
    .nav-primary-link {
      padding: 15px;
      display: block;
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .nav-primary-item.has-child > .nav-primary-link {
      width: calc(100% - 60px); } }
  .nav-primary-link:hover {
    text-decoration: none; }
  .nav-primary-link:hover, .nav-primary-link:focus, .nav-primary-link:visited {
    color: #000; }

.nav-primary-btn-expand {
  margin-left: auto;
  width: 54px;
  padding: 15px;
  display: block; }
  @media screen and (min-width: 1024px) {
    .nav-primary-btn-expand {
      display: none; } }
  .nav-primary-btn-expand:focus {
    outline: 0; }
  .nav-primary-btn-expand.is-active {
    background: #004e98; }
    .nav-primary-btn-expand.is-active:before {
      border-color: #fff;
      transform: rotate(-135deg);
      top: 6px; }
  .nav-primary-btn-expand:before {
    content: '';
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    position: relative;
    top: -6px;
    left: 3px; }

.nav-primary-icon-search {
  font-size: 24px;
  line-height: 20px;
  position: relative; }

.nav-primary-submenu-container {
  display: none; }
  @media screen and (min-width: 1024px) {
    .nav-primary-item:hover .nav-primary-submenu-container,
    .nav-primary-item[data-focus-within='true'] .nav-primary-submenu-container {
      display: block;
      z-index: 100;
      position: absolute;
      bottom: 0;
      right: -15px;
      transform: translateY(100%);
      padding-top: 20px;
      min-width: calc(100% + 30px); } }
  @media screen and (max-width: 1023px) {
    .nav-primary-submenu-container.is-active {
      display: block;
      z-index: 100;
      width: 100%;
      border-top: 5px solid #004e98; } }
  .nav-primary-item:hover .nav-primary-submenu-container {
    z-index: 101; }

.nav-primary-submenu {
  margin: 0;
  background-color: #005e93; }

.nav-primary-subitem {
  padding: 0; }
  .nav-primary-subitem:before {
    display: none; }

.nav-primary-sublink {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap; }
  .nav-primary-sublink:visited {
    color: #fff; }
  .nav-primary-sublink:hover, .nav-primary-sublink:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none; }

.nav-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: auto; }
  @media screen and (max-width: 1023px) {
    .nav-secondary {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .header-sticky .nav-secondary {
      display: none; } }

@media screen and (max-width: 1023px) {
  .nav-secondary-item {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #acacac; } }

.nav-secondary-item:before {
  display: none; }

.nav-secondary-link {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .nav-secondary-link {
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px;
      display: block; } }
  .nav-secondary-link:hover {
    text-decoration: none; }
  .nav-secondary-link:hover, .nav-secondary-link:focus, .nav-secondary-link:visited {
    color: #000; }

@media screen and (max-width: 1023px) {
  body.is-unscrollable {
    overflow: hidden; } }

.footer {
  background: #2c2c2c;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0; }

.footer-column {
  margin-bottom: 30px; }

.footer-follow-us {
  list-style: none;
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 0; }

.footer-follow-us-item {
  padding-left: 0;
  font-size: 24px;
  display: inline-block; }
  .footer-follow-us-item + .footer-follow-us-item {
    margin-left: 20px; }
  .footer-follow-us-item:before {
    display: none; }

.footer-follow-us-link {
  color: inherit; }
  .footer-follow-us-link:hover, .footer-follow-us-link:focus, .footer-follow-us-link:visited {
    color: inherit;
    text-decoration: none; }
  .footer-follow-us-link:hover, .footer-follow-us-link:focus {
    opacity: 0.9; }

.footer-footnotes {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.footer-small-links {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-small-links {
      text-align: left; } }

.footer-small-link {
  color: inherit; }
  .footer-small-link:hover, .footer-small-link:focus, .footer-small-link:visited {
    color: inherit; }
  .footer-small-link + .footer-small-link {
    margin-left: 20px; }

.header-banner-contrasted {
  color: #fff; }

@media screen and (max-width: 1280px) {
  .header-banner-row {
    padding: 30px; } }

.header-banner-title {
  color: #004e98; }
  .header-banner-contrasted .header-banner-title {
    color: #fff; }

.text-center .header-banner-subtitle {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto; }

.header-banner-cta {
  margin-top: 40px; }
  .header-banner-contrasted .header-banner-cta {
    border-color: #fff;
    color: #fff; }
    .header-banner-contrasted .header-banner-cta:focus, .header-banner-contrasted .header-banner-cta:hover {
      background-color: #fff;
      color: #2c2c2c; }

.message {
  color: #fff;
  background-color: #000; }

.message-info {
  background-color: #005e93; }

.message-success {
  background-color: #388174; }

.message-warning {
  background-color: #f08c34; }

.message-error {
  background-color: #e5261b; }

.message-container {
  padding-bottom: 20px;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.message-content {
  width: 100%;
  font-size: 16px;
  line-height: 20px; }

.message-close-btn.btn {
  color: inherit;
  margin: 6px 0 6px 8px;
  padding: 0;
  border: 0;
  min-width: 0; }
  .message-close-btn.btn:hover, .message-close-btn.btn:focus {
    background: none;
    color: white; }

.back-to-top-button {
  background: #4c4c4c;
  border: 0;
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  transition: opacity 0.4s ease;
  visibility: hidden;
  width: 40px;
  z-index: 9999;
  transform: rotate(-90deg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .back-to-top-button > .text-hide {
    position: absolute;
    top: 0; }
  .back-to-top-button.is-active {
    visibility: visible;
    opacity: 1; }
    .back-to-top-button.is-active:hover, .back-to-top-button.is-active:focus {
      background: #000; }

.text-block {
  margin-top: 30px;
  margin-bottom: 30px; }

.text-block-contrasted {
  background: #004e98;
  color: #fff;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px; }

.text-block > .rich-text > *:last-child {
  margin-bottom: 0; }

.copyright {
  font-size: 14px;
  line-height: 20px; }

.pod {
  margin-bottom: 30px; }

.pod-compact {
  position: relative; }

.publication-thumbnail {
  display: block; }

.pod-img {
  width: 100%;
  height: auto;
  display: block; }

.pod-info {
  margin-top: 10px;
  margin-bottom: 8px; }

.pod-category {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #4c4c4c; }
  .pod-category:hover {
    text-decoration: none;
    color: #4c4c4c; }
  .pod-category:visited {
    color: #4c4c4c; }

.pod-date {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 10px; }

.pod-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  display: block;
  color: inherit; }
  .pod-title:hover {
    text-decoration: none;
    color: inherit; }
  .pod-title:visited {
    color: inherit; }
  .pod-compact .pod-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px; }

.pods-cta {
  margin-top: 30px; }

.pods-row {
  margin-bottom: -30px; }

.pods {
  padding: 40px 0; }

.pods-alt-background {
  background-color: #ececec; }

.recent-publication {
  margin-bottom: 20px; }

.recent-publication-category {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #4c4c4c; }
  .recent-publication-category:hover {
    text-decoration: none;
    color: #4c4c4c; }
  .recent-publication-category:visited {
    color: #4c4c4c; }

.recent-publication-date {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 10px; }

.recent-publication-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  display: block;
  color: #2c2c2c; }
  .recent-publication-title:hover {
    text-decoration: none;
    color: #2c2c2c; }
  .recent-publication-title:visited {
    color: #2c2c2c; }

.publications-display-options tr td {
  padding: 10px; }

.publications-display-options tr td:first-child {
  padding-left: 0px; }

.publications-list-table tr th {
  padding: 8px;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  padding-bottom: 10px; }

.publications-list-table tr td {
  padding: 8px;
  color: #2C2C2C;
  font-size: 18px;
  line-height: 27px; }

.publications-list-table tr td a {
  color: #2C2C2C; }

.publications-list-table-mobile {
  width: 100%;
  color: #2C2C2C;
  border-bottom: solid 1px #ACACAC;
  margin: 10px 15px 10px 15px;
  padding-bottom: 20px; }

.publications-list-table-mobile a {
  color: #2C2C2C; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.highlighted-publication-img {
  width: 100%;
  height: auto; }

.highlighted-publication-title {
  margin-bottom: 10px; }

.highlighted-publication-info {
  margin-bottom: 15px; }

.highlighted-publication-category {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #4c4c4c; }
  .highlighted-publication-category:hover {
    text-decoration: none;
    color: #4c4c4c; }
  .highlighted-publication-category:visited {
    color: #4c4c4c; }

.highlighted-publication-date {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 10px; }

.highlighted-publication-detail {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px; }

.highlighted-publication-cta {
  min-width: 190px; }

.highlighted-seminar {
  min-height: 400px;
  text-align: center;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px; }

.highlighted-seminar-title {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 43px; }

.highlighted-seminar-city {
  color: #fff;
  font-size: 18px;
  line-height: 32px; }

.highlighted-seminar-date {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px; }

.highlighted-seminar-cta {
  min-width: 190px; }

.search-box {
  background: #004e98;
  padding: 30px 0;
  color: #fff;
  display: none; }
  @media screen and (max-width: 1023px) {
    .search-box {
      padding: 15px 0; } }
  .search-box.is-active {
    display: block; }

.search-box-field {
  position: relative;
  margin-bottom: 0; }

.search-box-label {
  color: #fff; }

.search-box-input {
  border-color: #fff;
  color: #fff;
  padding-right: 39px; }
  .search-box-input:-ms-input-placeholder {
    color: #ececec; }
  .search-box-input::placeholder {
    color: #ececec; }

.search-box-submit {
  font-size: 24px;
  color: white;
  line-height: 24px;
  position: absolute;
  right: 15px;
  bottom: 11px; }

.search-box-close {
  position: absolute;
  top: -15px;
  right: 15px;
  color: white;
  font-size: 20px;
  line-height: 20px; }
  @media screen and (max-width: 1023px) {
    .search-box-close {
      display: none; } }

.faq-answer {
  margin-bottom: 30px;
  margin-top: 6px; }
  .faq-answer .rich-text > :first-child {
    margin-top: 0; }

.faq-helpful-box {
  background: #ececec;
  padding: 30px 15px 10px;
  text-align: center;
  margin-top: 30px; }

.faq-helpful-box-question {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle; }

.faq-controls {
  display: inline-block;
  margin-left: 30px; }
  @media screen and (max-width: 536px) {
    .faq-controls {
      display: block;
      width: 100%;
      margin-left: 0; } }
  .faq-controls > .btn {
    min-width: 178px;
    margin-bottom: 20px; }
    @media screen and (max-width: 536px) {
      .faq-controls > .btn {
        display: block;
        width: 100%;
        margin-left: 0; } }

.faq-btn-involve {
  margin-left: 20px; }

.faq-fancy-or {
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle; }
  .faq-fancy-or:before {
    content: '- ';
    speak: none; }
  .faq-fancy-or:after {
    content: ' -';
    speak: none; }

.faq-list-item {
  padding: 0;
  margin-bottom: 20px; }
  .faq-list-item:before {
    display: none; }

.faq-list-link {
  color: inherit;
  font-weight: 400; }
  .faq-list-link:hover, .faq-list-link:focus, .faq-list-link:visited {
    color: inherit; }

.content-block-auto-align:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

@media screen and (max-width: 960px) {
  .content-block-img {
    margin-bottom: 30px; } }

.people-img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 961px) {
    .people-small .people-img {
      max-width: 183px; } }

.people-img-column {
  max-width: 300px;
  box-sizing: content-box; }
  @media screen and (min-width: 961px) {
    .people-small .people-img-column {
      max-width: 183px; } }
  @media screen and (max-width: 840px) {
    .people-img-column {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

.people-content-column {
  width: 100%; }
  @media screen and (min-width: 841px) {
    .people-content-column {
      max-width: 630px; } }

.seminar-detail-item {
  border: solid #acacac;
  border-width: 1px 0;
  padding: 20px 20px 0; }
  .seminar-detail-item + .seminar-detail-item {
    border-top: 0; }

.seminar-detail-title {
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex; }
  .seminar-detail-title:after {
    content: '\E907';
    display: block;
    margin-left: auto;
    font-family: 'icon-ifalpa';
    font-size: 24px;
    transition: transform 0.2s ease; }
  .seminar-detail-title.is-active:after {
    transform: rotate(-180deg); }

.seminar-detail-content {
  display: none; }
  .seminar-detail-content.is-active {
    display: block; }

.search-filters {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media screen and (max-width: 960px) {
    .search-filters {
      display: block; } }

.search-filter {
  -ms-flex-align: center;
      align-items: center;
  margin-right: 15px; }
  @media screen and (max-width: 960px) {
    .search-filter {
      display: block;
      margin-right: 0; } }

.search-filter-sort-by {
  margin-left: auto; }

.search-filter-label {
  white-space: nowrap; }

@media screen and (max-width: 960px) {
  .search-filter-select {
    margin-left: 0; } }

.recent-press-releases-filter .search-filter {
  margin-left: auto !important; }

.pagination {
  color: #005e93;
  font-weight: 600;
  line-height: 20px;
  font-size: 0;
  text-align: center;
  margin: 30px 0 60px;
  width: 100%; }

.pagination-link {
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  font-size: 16px;
  color: #005e93; }
  .pagination-link:focus, .pagination-link:hover {
    color: #fff;
    background-color: #003d60;
    text-decoration: none; }
  .pagination-link.is-active {
    color: #fff;
    background-color: #005e93;
    pointer-events: none; }
  .pagination-link.is-disabled {
    opacity: 0.5;
    pointer-events: none; }

.pagination-ellipsis {
  font-size: 16px;
  padding: 10px; }

.bread-crumbs-container {
  margin-bottom: 20px; }

.bread-crumbs {
  margin-bottom: 0; }

.bread-crumbs-item {
  display: inline-block;
  padding: 0;
  color: #005e93;
  font-size: 14px;
  line-height: 16px; }
  .bread-crumbs-item:before {
    content: '/';
    position: static;
    display: inline-block;
    margin: 0 0.5em 0 0.2em;
    color: #2c2c2c; }
  .bread-crumbs-item:first-child:before {
    display: none; }

.bread-crumbs-link {
  color: #2c2c2c;
  text-decoration: underline; }
  .bread-crumbs-link:visited {
    color: #2c2c2c; }
  .bread-crumbs-link:hover, .bread-crumbs-link:focus {
    color: #004e98; }

.interpilot-issue {
  margin-bottom: 30px;
  display: table;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: inherit;
  margin-left: auto;
  margin-right: auto; }
  .interpilot-issue:visited {
    color: inherit; }
  .interpilot-issue:focus, .interpilot-issue:hover {
    text-decoration: none;
    color: inherit; }

.interpilot-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px; }


/*# sourceMappingURL=main.css.map*/