@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
	 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/** imports */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,600");
/**
 * 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; }

/**
* Swiper
*/
/**
.kelso-swiper { width: 100%;}
.kelso-swiper .swiper-slide img { display: block; width: 100%; height: auto;}
.kelso-slider-container .swiper { width: 100%;}
.kelso-slider-container .swiper-wrapper { width: 100%;}
.kelso-slider-container .swiper-slide { display: block; opacity: 1; visibility: visible;}
.kelso-slider-container .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
*}
*.kelso-slider-container.not(.kelso-opaque) . swiper-slide ima { opactity: 0;}
*.kelso-slider-container.kelso-opaque .swiper-slide img { opacity: 1;}
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -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: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

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

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

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

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

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

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

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

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

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

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

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

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

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

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

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

  .medium-12 {
    width: 100%; }

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

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

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

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

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

  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

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

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

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

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

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

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

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

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

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

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

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

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

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

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

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

  .large-12 {
    width: 100%; }

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

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

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

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

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

  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, 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,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  color: #18325B;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #152b4e; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  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.6;
  margin-bottom: 1rem;
  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: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  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: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .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: 40em) {
  .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: 64em) {
  .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;
    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,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  html .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo {
    border-radius: 0
  }

}
.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: #18325B;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #142b4d;
    color: #fefefe; }
  .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: #18325B;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #132849;
      color: #fefefe; }
  .button.secondary {
    background-color: #6D6E71;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #57585a;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #18325B;
    color: #18325B; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c192e;
      color: #0c192e; }
    .button.hollow.primary {
      border: 1px solid #18325B;
      color: #18325B; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c192e;
        color: #0c192e; }
    .button.hollow.secondary {
      border: 1px solid #6D6E71;
      color: #6D6E71; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #373739;
        color: #373739; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .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: #18325B;
      color: #fefefe; }
    .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: #18325B;
        color: #fefefe; }
    .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: #6D6E71;
        color: #fefefe; }
    .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: #3adb76;
        color: #fefefe; }
    .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: #fefefe; }
    .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: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe 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; }

[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: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 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: #fefefe;
    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::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.9375rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, san-serif;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .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;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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: #fefefe;
    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: #0a0a0a;
  background-color: #fefefe;
  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: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  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: #18325B;
  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: #fefefe;
  color: #0a0a0a; }
  :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: #18325B 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 {
  transform-origin: 50% 50%;
  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: #18325B;
  color: #fefefe; }
  .badge.secondary {
    background: #6D6E71;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    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: #18325B; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .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 {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #18325B;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #132849;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #6D6E71;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #57585a;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 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: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.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(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d0def3; }
  .callout.secondary {
    background-color: #e9e9ea; }
  .callout.success {
    background-color: #e1faea; }
  .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: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [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 img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #18325B; }

.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: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .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: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .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: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    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 #18325B;
    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 #18325B 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: #fefefe;
  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: #18325B 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 #18325B 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 #18325B;
  border-left-style: solid;
  border-right-width: 0; }
@media screen and (min-width: 40em) {
  .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: #18325B 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 #18325B 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 #18325B;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 64em) {
  .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: #18325B 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 #18325B 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 #18325B;
    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: #fefefe;
  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 #18325B 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 #18325B;
    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: #18325B;
  color: #fefefe; }
  .label.secondary {
    background: #6D6E71;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .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.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  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; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

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

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

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

@media screen and (min-width: 40em) {
  .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: 64em) {
  .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: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [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(10, 10, 10, 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; }
  .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: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    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: #18325B;
    color: #fefefe;
    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: #0a0a0a; }

.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: #18325B; }
  .progress.secondary .progress-meter {
    background-color: #6D6E71; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .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: #18325B; }

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: 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%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #18325B;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #142b4d; }
  .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;
  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;
    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;
  user-select: none; }

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  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: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .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: 39.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;
  user-select: none;
  color: #fefefe;
  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: #fefefe;
    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: #18325B; }
    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%;
  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; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead {
    background: #f8f8f8;
    color: #0a0a0a; }

  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.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: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .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: #18325B; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1c3b6b; }

.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: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  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 #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 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(24, 50, 91, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

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

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

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a 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.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .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 {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 63.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; }
.clearfix::after {
  clear: both; }

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../libs/foundation-icons/foundation-icons.eot");
  src: url("../libs/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../libs/foundation-icons/foundation-icons.woff") format("woff"), url("../libs/foundation-icons/foundation-icons.ttf") format("truetype"), url("../libs/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
*
* === HIDES ===
*
*/
.kelso-hidden-fields {
  display: none; }

div:focus, section:focus, article:focus, p:focus, main:focus, ol:focus, ul:focus, li:focus {
  outline: 0;
  /* or */
  outline: none; }

/** primary styles */
html {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  line-height: 1.4; }

.row.expanded {
  background-color: #036; }

header {
  background-color: #036;
  padding-top: 1.125rem;
  padding-bottom: 0.625rem; }
  header.columns {
    padding-left: 0;
    padding-right: 0; }
  header .columns {
    max-height: 4.6875rem; }
  header .wrap {
    display: none; }
  header form {
    display: none; }
  @media screen and (min-width: 64em) {
    header .wrap {
      display: inline-block;
      /* clear'n floats */
      /* prime */
      /* subs */
      /* sub display*/
      /* keeps the tab background white */ }
      header .wrap a {
        text-decoration: none;
        display: block; }
      header .wrap ul {
        list-style: none;
        position: relative; }
      header .wrap ul:after {
        clear: both; }
      header .wrap ul:before,
      header .wrap ul:after {
        content: " ";
        display: table; }
      header .wrap nav {
        position: relative;
        background: transparent;
        text-align: center;
        letter-spacing: 1px;
        width: 100%; }
      header .wrap ul.primary-menu {
        margin: 0 auto; }
      header .wrap ul.primary-menu li a {
        display: block;
        padding: 20px 30px;
        font-size: 1.125rem;
        color: #fff;
        text-transform: uppercase; }
      header .wrap ul.primary-menu > li > a:after {
        content: url("../images/nav-arrow.png");
        display: inline-block;
        width: 100%;
        height: auto; }
      header .wrap ul.primary-menu li:last-child a {
        border-right: none; }
      header .wrap ul.primary-menu li a:hover {
        background-color: transparent; }
      header .wrap ul.sub-menu {
        position: absolute;
        z-index: 200;
        background-color: #fff;
        width: 75rem;
        left: -19.65rem;
        float: left;
        height: 0;
        padding-top: 0;
        border-bottom: 0 solid #036;
        margin-left: 0;
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        top: 5.3rem;
        overflow: hidden; }
      header .wrap ul.sub-menu li {
        display: inline-block;
        margin: 0; }
        header .wrap ul.sub-menu li:not(:first-child):before {
          content: '|';
          position: relative;
          top: -2px;
          padding-right: 4px;
          color: #666;
          width: 100%; }
      header .wrap ul.sub-menu li a {
        display: inline;
        color: #666;
        font-size: 0.875rem;
        padding: 15px 30px; }
        header .wrap ul.sub-menu li a.is-active {
          color: #4B97D1;
          font-weight: bold; }
      header .wrap ul.sub-menu li:last-child a {
        border-bottom: none; }
      header .wrap ul.sub-menu li a:hover {
        color: #4B97D1; }
      header .wrap ul.primary-menu li:hover ul {
        height: 5rem;
        padding-top: 1.5rem;
        border-bottom: 10px solid #036;
        background: #fff; }
      header .wrap ul.primary-menu li:hover a {
        background: transparent;
        color: #fff;
        text-shadow: none; }
      header .wrap ul.primary-menu li:hover > a {
        color: #fff; }
      header .wrap ul.primary-menu li:hover ul li > a {
        color: #666; }
        header .wrap ul.primary-menu li:hover ul li > a.is-active {
          color: #4B97D1; }
      header .wrap ul.primary-menu li:hover ul li > a:hover {
        color: #4B97D1; }
    header form {
      display: block;
      padding-top: 1rem; }
      header form .search {
        position: relative;
        color: #666;
        font-size: 0.875rem;
        width: 12.5rem; }
      header form .search input {
        color: #666;
        border: 1px solid #aaa;
        width: 12.5rem;
        height: 1.75rem;
        font-size: 0.8125rem;
        line-height: 1.75rem;
        float: right;
        border-collapse: separate;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -khtml-border-radius: 12px;
        border-radius: 12px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
        text-indent: 30px;
        padding: 0;
        margin: 0; }
      header form .search .fa-search {
        position: absolute;
        top: 7px;
        left: 10px; }
      header form ::-webkit-input-placeholder {
        color: #666;
        font-size: 0.8125rem;
        line-height: 1.75rem;
        vertical-align: middle;
        text-transform: uppercase; }
      header form :-moz-placeholder {
        /* Firefox 18- */
        color: #666;
        font-size: 0.8125rem;
        line-height: 1.75rem;
        vertical-align: middle;
        text-transform: uppercase; }
      header form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #666;
        font-size: 0.8125rem;
        line-height: 1.75rem;
        vertical-align: middle;
        text-transform: uppercase; }
      header form :-ms-input-placeholder {
        color: #666;
        font-size: 0.8125rem;
        line-height: 1.75rem;
        vertical-align: middle;
        text-transform: uppercase; }
      header form .button {
        display: none;
        visibility: hidden; }
    header .mobile-nav {
      display: none; } }

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.288em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 2.2em;
  height: 0.225em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both;
  box-shadow: 0 2px 2px 0 #023; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  z-index: 200;
  background-color: #036;
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
  text-align: center; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px; }

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: transparent;
  color: #69c; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

@media screen and (max-width: 63.9375em) {
  .js #menu {
    display: none; } }
.slicknav_menu {
  display: none; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slicknav_nav {
    width: 18.75rem !important;
    right: 0 !important;
    left: inherit !important; } }
@media screen and (min-width: 64em) {
  #mobile-menu {
    display: none; } }
@media screen and (max-width: 63.9375em) {
  /* #menu is the original menu */
  .js #menu {
    display: none; }

  .js .slicknav_menu {
    display: block; } }
main p {
  font-size: 0.9375rem;
  color: #036;
  line-height: 1.125rem; }
main .content_layout {
  margin-bottom: 2.25rem; }
  main .content_layout header {
    display: none;
    visibility: hidden; }
  main .content_layout section.views-field {
    margin-top: 2.625rem; }
  main .content_layout .blue {
    color: #69c; }
  main .content_layout .views-element-container header {
    display: block;
    visibility: visible;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 3.125rem; }
    main .content_layout .views-element-container header img {
      margin-bottom: 2.875rem; }
  main .content_layout .views-element-container .views-view-grid .views-row {
    margin-bottom: 1.875rem; }
    main .content_layout .views-element-container .views-view-grid .views-row h2 {
      font-size: 1.5rem;
      margin-bottom: 0.3125rem;
      line-height: 1; }
    main .content_layout .views-element-container .views-view-grid .views-row p {
      font-size: 0.875rem;
      color: #666; }
  main .content_layout .views-element-container > footer {
    background-color: #fff;
    padding-top: 1.875rem;
    padding-bottom: 0.9375rem; }
    main .content_layout .views-element-container > footer p em {
      font-size: 2.25rem;
      color: #036;
      display: block;
      font-style: normal; }
main #home_highlight {
  padding-bottom: 1.25rem; }
  main #home_highlight h2 {
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #69c;
    letter-spacing: 2px;
    line-height: 1.2; }
  main #home_highlight h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 1.875rem;
    margin-bottom: 0;
    color: #036; }
  main #home_highlight p {
    color: #666;
    line-height: 1rem;
    font-size: 0.8125rem; }
  main #home_highlight strong {
    color: #036; }
  main #home_highlight .border {
    border-right: 1px solid #ccc; }
  main #home_highlight .row {
    display: table; }
    main #home_highlight .row > div {
      display: table-cell;
      float: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    main #home_highlight h2 {
      font-size: 1.875rem; }
    main #home_highlight p {
      width: 90%;
      margin-left: 1.25rem; } }
@media screen and (max-width: 39.9375em) {
  main #home_highlight .row > div {
    display: block; } }
@media screen and (min-width: 40em) {
  main .column:last-child:not(:first-child), main .columns:last-child:not(:first-child), main .columns:last-child:not(:first-child) {
    float: left; } }
main .views-view-grid .row.team-members {
  margin-bottom: 1.25rem; }
  main .views-view-grid .row.team-members .column:last-child:not(:first-child), main .views-view-grid .row.team-members .columns:last-child:not(:first-child), main .views-view-grid .row.team-members .columns:last-child:not(:first-child) {
    float: left; }
@media screen and (max-width: 63.9375em) {
  main main .views-element-container .field-content h2, main main .views-element-container .field-content p {
    text-align: center; } }
main .team-member div {
  background-color: rgba(0, 51, 102, 0.7); }
  main .team-member div p {
    margin-bottom: 0; }
    main .team-member div p.team-member-name {
      font-size: 0.875rem;
      color: #fff;
      text-transform: uppercase;
      text-align: center; }
    main .team-member div p.team-member-title {
      font-size: 0.75rem;
      color: #9cf;
      text-transform: uppercase;
      text-align: center; }
    main .team-member div p.team-member-bio {
      font-size: 0.75rem;
      color: #fff;
      margin-left: 0.625rem;
      margin-right: 0.625rem; }
    main .team-member div p.see-more a {
      font-size: 0.6875rem;
      color: #9cf;
      text-transform: uppercase;
      margin-left: 0.625rem; }

@media screen and (max-width: 39.9375em) {
  main .content_layout .views-element-container .views-view-grid .views-row h2 {
    margin-top: 1.25rem; }

  main .content_layout .views-element-container > footer p em {
    line-height: 1; } }
@media screen and (max-width: 63.9375em) {
  main .content_layout .views-element-container .field-content h2, main .content_layout .views-element-container .field-content p {
    text-align: center; } }
footer {
  background-color: #036;
  text-align: center; }
  footer nav ul.menu {
    margin: 0 auto; }
    footer nav ul.menu li {
      display: inline-block; }
      footer nav ul.menu li:not(:first-child):before {
        color: #fff;
        content: '|';
        position: relative;
        padding-right: 4px;
        width: 100%; }
      footer nav ul.menu li a {
        display: inline-block;
        font-size: 0.875rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0; }
  footer p {
    font-size: 0.75rem;
    color: #69c;
    text-transform: uppercase; }

@media screen and (max-width: 39.9375em) {
  footer nav ul.menu li {
    display: block; }
    footer nav ul.menu li:not(:first-child):before {
      color: #fff;
      content: '';
      position: relative;
      padding-right: 4px;
      width: 100%; } }
/*
*
* === LAYOUT ===
*
*/
body, html {
  /*overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  */ }

.kelso-columns-fullwidth {
  padding-left: 0;
  padding-right: 0; }

.kelso-kelso-page-container {
  padding-bottom: 2rem; }

/*
*
* === LOGO ===
*
*/
.kelso-header-row {
  z-index: 31;
  position: relative; }

.kelso-logo {
  display: block;
  white-space: nowrap;
  text-align: left;
  padding: 0 0 0.5rem;
  margin: 0;
  width: 100%; }
  .kelso-logo img {
    display: inline-block;
    max-height: 4rem;
    min-width: 7.5rem; }

/*
* — media queries —
*/
@media (max-width: 1024px) {
  .kelso-logo img {
    max-height: 3rem; } }
/*
*
* === NAV ===
*
*/
.slicknav_btn {
  margin: 0; }

.slicknav_nav {
  margin-top: -3px; }

/*
* — media queries —
*/
@media (max-width: 728px) {
  .slicknav_btn {
    margin-top: -4px; } }
.kelso-mobile-menu {
  display: none; }

.slicknav_btn.slicknav_open .slicknav_icon-bar {
  display: none; }

.slicknav_btn.slicknav_open .slicknav_icon:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.75rem;
  position: relative;
  bottom: 5px;
  left: 10px;
  color: white;
  text-shadow: none; }

.kelso-primary-menu-activator {
  font-size: 1.125rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem;
  width: 100%; }
  .kelso-primary-menu-activator:after {
    content: url(../images/nav-arrow.png);
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    transition: top .2s ease-out; }
  .kelso-primary-menu-activator:hover {
    color: #E1EBF5; }
    .kelso-primary-menu-activator:hover:after {
      top: 3px; }

.kelso-primary-menu-row.row.expanded {
  margin: 0;
  padding: 0;
  /* top: 100px; */
  position: absolute;
  z-index: 200;
  background-color: white;
  height: 0;
  transition: all 0.3s ease;
  border-bottom: 0px solid #036;
  overflow: hidden; }
  .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content {
    margin: 0;
    padding: 0; }
    .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav {
      margin: 0;
      padding: 0; }
      .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav h2 {
        display: none; }
      .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu {
        margin: 0;
        padding: 0;
        background-color: white;
        display: block;
        text-align: center; }
        .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu li {
          display: inline-block;
          margin: 0; }
          .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu li:not(:first-child):before {
            content: '|';
            position: relative;
            top: -2px;
            padding-right: 4px;
            color: #6D6E71;
            width: 100%; }
          .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu li a {
            display: inline;
            color: #6D6E71;
            font-size: 0.875rem;
            padding: 1rem 1.45rem;
            text-transform: uppercase; }
            .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu li a:hover {
              color: #4B97D1; }
            .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu li a.is-active {
              color: #4B97D1;
              font-weight: bold; }
  .kelso-primary-menu-row.row.expanded.kelso-primary-menu-display {
    height: 5rem;
    padding-top: 1.5rem;
    border-bottom: 10px solid #036; }

#block-sitemap h2 {
  font-size: 2.25rem;
  color: #036; }

#block-sitemap > ul > li {
  list-style-type: none;
  margin-bottom: 1rem; }

#block-sitemap > ul {
  margin-left: 0; }

#block-sitemap > ul > li ul li {
  list-style-type: square;
  color: #6D6E71;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0; }

#block-sitemap > ul > li ul {
  margin-top: 1rem; }

#block-sitemap > ul > li ul li a {
  color: #6D6E71; }

/*
* — media queries —
*/
@media (min-width: 1141px) {
  .kelso-primary-menu-row.row.expanded .kelso-primary-menu-content nav ul.kelso-primary-menu li a {
    padding: 1rem 2rem; } }
/*
*
* === FOOTER ===
*
*/
.field-disclaimer {
  margin: 0;
  padding: 1.25rem 1rem 0.2rem; }

.field-copyright {
  margin: 0;
  padding: 0.2rem 1rem 1.25rem; }

.kelso-footer-row {
  z-index: 30;
  position: relative; }

.kelso-footer {
  position: relative; }

.kelso-print-page-icon {
  cursor: pointer;
  position: absolute;
  top: -3.5rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #4B97D1; }
  .kelso-print-page-icon:hover {
    color: #378bcc; }

/*
* — media queries —
*/
@media (max-width: 768px) {
  .kelso-print-page-icon {
    display: none; } }
/*
*
* === LIST ROW ===
*
*/
main .content_layout .kelso-list-row {
  margin-bottom: 1.875rem; }

/*
* — media queries —
*/
@media (max-width: 639px) {
  main .content_layout .kelso-list-row {
    margin-bottom: 4rem; } }
/*
*
* === LIST CONTENT ===
*
*/
main .content_layout .kelso-list-content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }
main .content_layout .kelso-list-content p {
  font-size: 0.9375rem;
  color: #6D6E71;
  padding-right: 1.5rem; }

/*
*
* === LIST IMAGES ===
*
*/
.kelso-list-thumb {
  text-align: center; }

/*
* — media queries —
*/
@media (max-width: 639px) {
  main .content_layout .kelso-list-thumb {
    margin-bottom: 1rem;
    text-align: center; }
    main .content_layout .kelso-list-thumb img {
      width: 100%; }
  main .content_layout .kelso-list-content h2 {
    text-align: center; }
  main .content_layout .kelso-list-content p {
    text-align: center;
    padding: 1rem; } }
@media (min-width: 1024px) {
  main .content_layout .kelso-list-thumb {
    overflow: hidden; }
    main .content_layout .kelso-list-thumb.kelso-list-thumb-full {
      max-height: none; } }
/*
*
* === HEADER FILTERS ===
*
*/
.kelso-header-filters {
  padding: 0 0 1.85rem; }
  .kelso-header-filters.row {
    margin: 0; }
  .kelso-header-filters .kelso-header-filters-heading {
    text-align: left; }
  .kelso-header-filters .kelso-header-filters-navigation {
    background-color: #036;
    font-weight: 700;
    margin: 0;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    .kelso-header-filters .kelso-header-filters-navigation button {
      padding: 0.5rem 0;
      flex: 0 1 auto;
      font-size: 13px;
      flex-grow: 1;
      text-align: center;
      outline: none;
      color: #cedeef;
      font-weight: normal;
      border-right: 1px solid #004080;
      border-bottom: none;
      transition: all .3s ease-out; }
      .kelso-header-filters .kelso-header-filters-navigation button:last-of-type {
        border: none; }
      .kelso-header-filters .kelso-header-filters-navigation button.active {
        color: white;
        font-weight: bold; }
    .kelso-header-filters .kelso-header-filters-navigation .kelso-header-filters-mobile-toggle {
      display: none;
      color: white;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      font-weight: normal;
      padding: 0.8rem 0; }

/*
* — media queries —
*/
@media (max-width: 640px) {
  .kelso-header-filters .kelso-header-filters-navigation {
    flex-direction: column;
    padding: 0 1.5rem; }
    .kelso-header-filters .kelso-header-filters-navigation button {
      border-right: none;
      padding: 0;
      visibility: hidden;
      opacity: 0;
      height: 0;
      border: 0; }
    .kelso-header-filters .kelso-header-filters-navigation .kelso-header-filters-mobile-toggle {
      display: block;
      border-bottom: none; }
    .kelso-header-filters .kelso-header-filters-navigation.kelso-header-filters-open .kelso-header-filters-mobile-toggle {
      border-bottom: 2px solid #004d99; }
    .kelso-header-filters .kelso-header-filters-navigation.kelso-header-filters-open button {
      border-bottom: 1px solid #004080;
      padding: 0.75rem 0;
      visibility: visible;
      opacity: 1;
      font-size: 13px;
      height: auto; }
      .kelso-header-filters .kelso-header-filters-navigation.kelso-header-filters-open button:last-of-type {
        border: none; } }
/*
*
* === HEADER FILTER DROPDOWNS ===
*
*/
.kelso-filter-dropdown-pane {
  margin: 0;
  width: 10rem;
  background-color: #173057;
  border-color: #18325B;
  list-style-type: none;
  z-index: 35; }
  .kelso-filter-dropdown-pane li a {
    color: #E1EBF5;
    font-size: 0.8rem;
    font-weight: normal; }
    .kelso-filter-dropdown-pane li a.active {
      font-weight: bold; }
    .kelso-filter-dropdown-pane li a:hover, .kelso-filter-dropdown-pane li a.active {
      color: white; }

/*
* — media queries —
*/
@media (max-width: 640px) {
  .kelso-filter-dropdown-pane {
    /* width: 100%; */
    text-align: center; }

  .dropdown-pane.is-open {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100% !important; } }
.kelso-filter-button-dropdown-icon {
  margin-left: 4px;
  font-size: 0.7rem; }

/*
*
* === HEADER FILTERS ===
*
*/
.kelso-hero-container.row {
  padding-bottom: 0;
  background-color: transparent; }

.kelso-hero-image-wrapper {
  overflow: hidden; }
  .kelso-hero-image-wrapper img {
    width: 100%; }
  .kelso-hero-image-wrapper .kelso-hero-image-caption {
    max-width: 75rem;
    margin: 0 auto; }

@media (max-width: 640px) {
  .kelso-hero-image-wrapper .kelso-hero-image-caption {
    text-align: center;
    font-size: 0.5rem; } }
@media (max-width: 460px) {
  .kelso-hero-image-wrapper .kelso-hero-image-caption {
    text-align: center;
    opacity: 0; } }
/*
*
* === DIALOGS ===
*
*/
.kelso-dialog {
  border-color: #eee;
  border-radius: 0;
  padding: 1rem;
  box-shadow: 0 10px 30px #555;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .kelso-dialog .kelso-dialog-content {
    font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 0 1rem 1rem; }
  .kelso-dialog .ui-dialog-titlebar-close {
    border: none;
    border-radius: 50%;
    color: #18325B;
    outline: 0; }
  .kelso-dialog .ui-dialog-titlebar-close:after {
    display: none;
    outline: 0; }
  .kelso-dialog .ui-dialog-titlebar {
    background-color: transparent;
    border: none;
    background-image: none; }
  .kelso-dialog .ui-dialog-title {
    visibility: hidden; }
  .kelso-dialog h3 {
    color: #4B97D1;
    text-transform: uppercase;
    font-size: 1.25rem; }
  .kelso-dialog h4 {
    color: #18325B;
    font-size: 1.1rem; }
  .kelso-dialog p {
    margin-bottom: 1.5rem; }
  .ui-widget-header{
   border: none !important;
   background: transparent !important;}
  .ui-button:hover,
  .ui-button:focus{
    border: none !important;
    background: transparent !important;}
  .ui-state-default,
  .ui-widget-content .ui.state-default,
  .ui-widget-header .ui-state-default,  
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active{
    border: none !important;
    background: transparent !important;}

/*
* — media queries —
*/
@media (max-width: 460px) {
  .kelso-dialog {
    padding: 0.5rem; } }
.kelso-dialog-content-secondary {
  display: inline-block;
  width: 29%;
  vertical-align: top; }

.kelso-dialog-content-primary {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding: 0 0 1.5rem 1.5rem; }

/*
* — media queries —
*/
@media (max-width: 640px) {
  .kelso-dialog-content-secondary {
    display: block;
    width: 100%; }

  .kelso-dialog-content-primary {
    display: block;
    width: 100%;
    padding: 0; } }
.kelso-dialog-content {
  display: none; }

.kelso-image-dialog-content {
  display: none; }

/* ----- Layout wrapper & reveal ----- */
.kelso-slider-row {
  max-width: 100%;
  overflow: hidden; }

.kelso-slider-container {
  opacity: 0;
  overflow-y: visible;
  transition: opacity 0.3s ease; }
  .kelso-slider-container.kelso-opaque {
    opacity: 1; }
  .kelso-slider-container.slick-dotted.slick-slider {
    margin-bottom: 3rem; }
  .kelso-slider-container .slick-list {
    overflow: visible; }
  .kelso-slider-container .slick-slide {
    visibility: hidden; }
    .kelso-slider-container .slick-slide:first-child {
      visibility: visible; }
    .kelso-slider-container .slick-slide img {
      width: 100%; }
  .kelso-slider-container .slick-dots {
    text-align: right;
    top: 10px;
    right: 10px;
    bottom: initial; }
  .kelso-slider-container .slick-dots li button:before {
    font-size: 10px; }
  .kelso-slider-container .slick-dots li.slick-active button:before {
    color: #538cc6; }
  .kelso-slider-container.slick-initialized .slick-slide {
    visibility: visible; }
  .kelso-slider-container.slick-initialized .kelso-slider-caption, .kelso-slider-container.slick-initialized .kelso-slider-slide-content-primary, .kelso-slider-container.slick-initialized .kelso-slider-slide-content-secondary, .kelso-slider-container.slick-initialized .kelso-slider-slide-content-main {
    display: block; }

.kelso-slider-slide-content {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  min-height: 1px; }

.kelso-slider-caption, .kelso-slider-slide-content-primary, .kelso-slider-slide-content-secondary, .kelso-slider-slide-content-main {
  opacity: 0;
  display: none;
  position: absolute;
  font-family: "Libre Franklin", sans-serif;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10rem;
  padding: 1.25rem;
  color: #fff;
  font-size: 1.7rem;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0.5) 10%, #003366 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0.5) 10%, #003366 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0.5) 10%, #003366 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80003366', endColorstr='#003366', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

.kelso-opaque .kelso-slider-caption, .kelso-opaque .kelso-slider-slide-content-primary, .kelso-opaque .kelso-slider-slide-content-secondary, .kelso-opaque .kelso-slider-slide-content-main {
  opacity: 1; }

.kelso-slider-slide-content-primary {
  transition: opacity 1s ease; }

.kelso-slider-slide-content-secondary {/* Common content wrapper */
  list-style-type: none;
  left: auto;
  right: 0;
  background: transparent;
  filter: none;
  padding: 0; }
  .kelso-slider-slide-content-secondary li {
    margin: 0;
    font-size: 1rem;
    color: #036;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 1rem;
    height: 3.33333rem;
    line-height: 3.33333rem;
    position: relative;
    right: -100%;
    transition: right 2s ease-out 4s, opacity 0.4s ease 1.5s;
    opacity: 0;
    /*
    &:nth-child(1) {
      transition-delay: 0.25s;
    }
    &:nth-child(2) {
      transition-delay: 0.5s;
    }
    &:nth-child(3) {
      transition-delay: 0.7s;
    }
    */ }

.slick-active .kelso-slider-slide-content-secondary li {
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, opacity 0.5s ease; }
  .slick-active .kelso-slider-slide-content-secondary li:nth-child(1) {
    transition-delay: 2.5s; }
  .slick-active .kelso-slider-slide-content-secondary li:nth-child(2) {
    transition-delay: 4s; }
  .slick-active .kelso-slider-slide-content-secondary li:nth-child(3) {
    transition-delay: 5.25s; }

.kelso-slider-slide-content-main {
  left: 50%;
  bottom: 4rem;
  margin-left: -25%;
  text-align: center;
  font-size: 1.6rem;
  height: auto; }

.kelso-slider-slide-caption-highlight, .kelso-slider-slide-caption-dna {
  color: #8cb3d9; }

.kelso-slider-slide-caption-dna {
  display: block;
  margin: 0;
  padding: 0; }

@media (max-width: 840px) {
  .kelso-slider-caption, .kelso-slider-slide-content-primary, .kelso-slider-slide-content-secondary, .kelso-slider-slide-content-main {
    height: auto;
    padding: 1rem;
    font-size: 1.15rem; }

  .kelso-slider-slide-content-primary {
    width: 100%;
    text-align: center; }



  .kelso-slider-slide-content-main {
    font-size: 1rem; }

  .kelso-slider-slide-content-secondary li {
    display: flex;
    align-items: center;
    line-height: 1em; } }
@media (max-width: 600px) {
  .kelso-slider-slide-content-main {
    font-size: 0.95rem;
    width: 76%;
    margin-left: -38%; } }
@media (max-width: 480px) {
  .kelso-slider-caption, .kelso-slider-slide-content-primary, .kelso-slider-slide-content-secondary, .kelso-slider-slide-content-main {
    font-size: 1rem; }

  .kelso-slider-slide-content-main {
    font-size: 0.85rem;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    transform: none;
    padding: 2.75rem 1.5rem 1.5rem; } }
.kelso-slider-photo-caption {
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  z-index: 500; }

@media (max-width: 640px) {
  .kelso-slider-photo-caption {
    text-align: center;
    font-size: 0.5rem; } }
@media (max-width: 460px) {
  .kelso-slider-photo-caption {
    opacity: 0; } }
#kelso-map {
  height: 200px;
  width: 100%; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

form.user-login-form input {
  margin-bottom: 0; }

form.user-login-form .description {
  margin-bottom: 12px; }

/*
*
* === TEASERS ===
*
*/
.teaser {
  display: inline-block;
  width: 33%;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  vertical-align: top; }

@media (max-width: 1024px) {
  .teaser {
    width: 49.5%;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem; } }
@media (max-width: 460px) {
  .teaser {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem; }
    .teaser img {
      width: 100%; } }
/*
*
* === TEASERS ===
*
*/
.teaser-4, .kelso-investment-company-teaser-container, .kelso-investment-company-full .kelso-team-member-node, .kelso-investment-company-full .kelso-team-member-investments > div, .kelso-investment-list-inline a, .kelso-dialog .ui-widget-content .kelso-investment-list-inline a, .kelso-team-member-investments > div .kelso-investment-company, .kelso-investment-company-full .kelso-investment-list-inline > div .kelso-investment-company {
  display: inline-block;
  width: 24%;
  padding-right: 1rem;
  margin-bottom: 1rem;
  vertical-align: top; }

  html .kelso-investment-company-teaser-container,
  html .kelso-team-member-investments > div .kelso-investment-company {  
    padding-right: 5%;
    margin-bottom: 0;
    vertical-align: baseline;
    min-width: 20%;
    max-width: min-content;  
  }

@media (max-width: 1024px) {
  .teaser-4, .kelso-investment-company-teaser-container, .kelso-investment-company-full .kelso-team-member-node, .kelso-investment-company-full .kelso-team-member-investments > div, .kelso-investment-list-inline a, .kelso-dialog .ui-widget-content .kelso-investment-list-inline a, .kelso-team-member-investments > div .kelso-investment-company, .kelso-investment-company-full .kelso-investment-list-inline > div .kelso-investment-company {
    width: 33%;
    padding-right: 1rem;
    margin-bottom: 1rem; } }
@media (max-width: 768px) {
  .teaser-4, .kelso-investment-company-teaser-container, .kelso-investment-company-full .kelso-team-member-node, .kelso-investment-company-full .kelso-team-member-investments > div, .kelso-investment-list-inline a, .kelso-dialog .ui-widget-content .kelso-investment-list-inline a, .kelso-team-member-investments > div .kelso-investment-company, .kelso-investment-company-full .kelso-investment-list-inline > div .kelso-investment-company {
    width: 49.5%;
    padding-right: 1rem;
    margin-bottom: 1rem; } }
@media (max-width: 460px) {
  /*
  .teaser-4{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 0;

    img{
      width:100%;
    }
  }
  */ }
/*
*
* === TEAM MEMBER NODE - FULL ===
*
*/
.kelso-team-member-full .kelso-team-member-full-left div {
  text-align: center; }
.kelso-team-member-full .kelso-team-member-email {
  font-size: 1.1rem;
  display: block;
  text-align: center;
  padding: 0.5rem; }
.kelso-team-member-full .kelso-team-member-bio {
  padding-top: 1.5rem; }
.kelso-team-member-full .kelso-team-member-name {
  font-size: 1.5rem; }
.kelso-team-member-full .kelso-team-member-title {
  color: #6D6E71; }
.kelso-team-member-full .kelso-team-member-byline {
  text-transform: uppercase;
  color: #18325B; }

/*
*
* === TEAM MEMBER - TEAM PAGE ===
*
*/
.team-member .kelso-team-member-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 51, 102, 0.7);
  transition: all 0.3s ease; }
  .team-member .kelso-team-member-details .kelso-team-member-top {
    margin: 0;
    padding: 0.35rem 0.25rem; }
    .team-member .kelso-team-member-details .kelso-team-member-top .kelso-team-member-name {
      color: white;
      text-align: center;
      font-size: 0.875rem;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold; }
    .team-member .kelso-team-member-details .kelso-team-member-top .kelso-team-member-title {
      text-transform: uppercase;
      font-size: 0.7rem;
      font-weight: bold;
      color: #9CF;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-align: center; }
  .team-member .kelso-team-member-details .kelso-team-member-bottom {
    margin: 0;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    transition: all 0.4s ease;
    color: white;
    background-color: transparent; }
    .team-member .kelso-team-member-details .kelso-team-member-bottom .kelso-team-member-bio {
      max-height: 0;
      padding: 0;
      width: 100%;
      color: white;
      overflow: hidden;
      font-size: 0.7rem;
      background-color: transparent; }
  .team-member .kelso-team-member-details .kelso-team-member-see-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003366+0,18325b+52,18325b+99&0+0,1+47 */
    background: -moz-linear-gradient(top, rgba(0, 51, 102, 0) 0%, #16325c 47%, #18325b 52%, #18325b 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 51, 102, 0) 0%, #16325c 47%, #18325b 52%, #18325b 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 51, 102, 0) 0%, #16325c 47%, #18325b 52%, #18325b 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003366', endColorstr='#18325b',GradientType=0 );
    /* IE6-9 */
    padding: 1.5rem 0.5rem 0.5rem;
    text-align: center;
    visibility: hidden; }
    .team-member .kelso-team-member-details .kelso-team-member-see-more-link a {
      text-align: center;
      color: #9CF;
      font-size: 0.7rem;
      font-weight: bold; }
.team-member:hover .kelso-team-member-details, .team-member.kelso-show .kelso-team-member-details {
  top: 0;
  height: 100%; }
  .team-member:hover .kelso-team-member-details .kelso-team-member-bottom, .team-member.kelso-show .kelso-team-member-details .kelso-team-member-bottom {
    max-height: 800px; }
    .team-member:hover .kelso-team-member-details .kelso-team-member-bottom .kelso-team-member-bio, .team-member.kelso-show .kelso-team-member-details .kelso-team-member-bottom .kelso-team-member-bio {
      max-height: 800px;
      padding: 0.5rem 0.75rem 2rem; }
  .team-member:hover .kelso-team-member-details .kelso-team-member-see-more-link, .team-member.kelso-show .kelso-team-member-details .kelso-team-member-see-more-link {
    visibility: visible; }

.kelso-team-member-node-name {
  font-size: 0.8rem;
  padding: 0.25rem 0 0;
  text-transform: uppercase;
  text-align: center;
  color: #18325B; }

.kelso-team-member-node-title {
  text-transform: uppercase;
  color: #6D6E71;
  text-align: center;
  font-size: 0.65rem;
  font-weight: bold; }

.kelso-team-dialog-link, .kelso-dialog .ui-widget-content .kelso-team-dialog-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold; }

/*
* — media queries
*/
@media (max-width: 640px) {
  .kelso-team-member-full .kelso-team-member-image {
    margin-bottom: 1rem; } }
/*
*
* === INVESTMENT COMPANIES ===
*
*/
.kelso-investment-company-full .kelso-investment-company-name {
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #18325B; }
.kelso-investment-company-full .kelso-section p {
  color: #036;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, san-serif; }
.kelso-investment-company-full .kelso-investment-company-logo {
  /*background-color: #E1EBF5;*/
  padding: 1.5rem;
  text-align: center; }
  .kelso-investment-company-full .kelso-investment-company-logo img {
    max-width: 100%;
    /* border-radius: 50%; */ }
.kelso-investment-company-full .kelso-investment-company-description {
  color: #036;
  line-height: 1.125rem;
  font-size: 0.9375rem; }
.kelso-investment-company-full h2 {
  text-transform: uppercase;
  color: #4B97D1;
  font-size: 1.1rem; }
.kelso-investment-company-full .kelso-investment-company-quote {
  margin-bottom: 1.5rem;
  border-top: 2px solid #4B97D1;
  padding: 1.5rem; }
  .kelso-investment-company-full .kelso-investment-company-quote .kelso-investment-company-quote-text {
    font-size: 1.3rem;
    text-align: center;
    font-style: italic;
    margin: 0;
    color: #4B97D1;
    line-height: normal; }
  .kelso-investment-company-full .kelso-investment-company-quote .kelso-investment-company-quote-author {
    color: #4B97D1;
    width: 100%;
    padding-top: 0.25rem;
    text-align: right;
    display: block; }
.kelso-investment-company-full .kelso-investment-company-data {
  padding: 0 1rem 1rem 0; }
  .kelso-investment-company-full .kelso-investment-company-data.kelso-section p {
    margin-bottom: 0.5rem; }
  .kelso-investment-company-full .kelso-investment-company-data .kelso-investment-company-website {
    padding-top: 0.5rem; }
    .kelso-investment-company-full .kelso-investment-company-data .kelso-investment-company-website a {
      color: #4B97D1; }
      .kelso-investment-company-full .kelso-investment-company-data .kelso-investment-company-website a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 0.35rem; }
.kelso-investment-company-full .kelso-investment-company-featured img {
  width: 100%; }

.kelso-team-member-investments > div {
  opacity: 0; }

.kelso-team-dialog-person-investments {
  opacity: 0; }

.kelso-investment-company-full .kelso-investment-list-inline > div {
  opacity: 0; }
  .kelso-investment-company-full .kelso-investment-list-inline > div .kelso-investment-company a {
    width: 100%;
    display: inline-block; }
    .kelso-investment-company-full .kelso-investment-list-inline > div .kelso-investment-company a img {
      width: 100%; }

.kelso-investment-company-featured {
  margin-bottom: 1rem; }

/*
*
* === BOTTOM TAG ===
*
*/
.kelso-bottom-tagline {
  text-transform: none;
  font-size: 1.75rem;
  color: #18325B;
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
  display: block;
  font-style: normal;
  line-height: normal; }

main .content_layout .kelso-page-title {
  font-size: 2.25rem;
  color: #036; }
main .content_layout .kelso-page-teaser, main .content_layout .kelso-page-teaser-wrapper p {
  margin-bottom: 2rem; }

.kelso-tight-text {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1rem;
  color: #6D6E71; }

a {
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

object, embed {
  outline: 0; }

p.kelso-p {
  margin-bottom: 2rem; }

.kelso-page-content h2 {
  color: #234883;
  font-size: 1.5rem; }
.kelso-page-content h4 {
  font-size: 1.2rem; }
.kelso-page-content ul {
  color: #6D6E71;
  font-size: 0.85rem;
  list-style-type: square; }
  .kelso-page-content ul li ul {
    list-style-type: disc; }

.kelso-dialog ul {
  color: #6D6E71;
  font-size: 0.85rem;
  list-style-type: square; }

.kelso-section {
  margin-bottom: 2rem; }

@media (max-width: 639px) {
  .kelso-page-title {
    text-align: center; }

  .kelso-page-teaser, .kelso-page-teaser-wrapper p {
    margin-bottom: 3rem;
    text-align: center; }

  .kelso-page-content {
    text-align: center; }
    .kelso-page-content p {
      text-align: center; } }
/*
*
* === ICONS ===
*
*/
.kelso-icon-link, .kelso-dialog .ui-widget-content a.kelso-icon-link {
  display: inline-block;
  font-size: 2.25rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
  color: #4B97D1;
  float: right; }
  .kelso-icon-link:hover, .kelso-dialog .ui-widget-content a.kelso-icon-link:hover {
    color: #18325B; }

/*
*
* === INVESTMENT COMPANIES ===
*
*/
.kelso-news-title {
  font-size: 1.75rem;
  text-transform: uppercase; }

.kelso-news-teaser-date {
  font-size: 0.85rem;
  color: #6D6E71;
  font-weight: bold; }

.kelso-news-read-more {
  color: #4B97D1;
  font-size: 0.85rem; }

.kelso-news-publication-date {
  color: #6D6E71;
  text-transform: uppercase;
  font-size: 0.75rem; }

.kelso-news-link {
  text-align: center; }
  .kelso-news-link a {
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #4B97D1; }
    .kelso-news-link a:hover {
      color: #2f7eba; }

.kelso-news-read-more {
  padding-left: 1rem;
  font-weight: bold; }
  .kelso-news-read-more:before {
    content: " | ";
    padding-right: 1rem;
    color: #BBB; }
  .kelso-news-read-more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.35rem; }
  .kelso-news-read-more a {
    color: #4B97D1; }
    .kelso-news-read-more a:hover {
      color: #2f7eba; }

.keslo-news-all-link a {
  color: #4B97D1; }
  .keslo-news-all-link a:hover {
    color: #2f7eba; }
  .keslo-news-all-link a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.35rem; }

/*
*
* === CAPTIONS ===
*
*/
.kelso-caption, .kelso-hero-image-wrapper .kelso-hero-image-caption, .kelso-image-dialog-caption, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption, .kelso-slider-photo-caption {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #6D6E71;
  text-align: right;
  padding: 0.75rem 1rem;
  font-size: 0.85rem; }
  .kelso-caption p, .kelso-hero-image-wrapper .kelso-hero-image-caption p, .kelso-image-dialog-caption p, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption p, .kelso-slider-photo-caption p {
    padding: 0;
    margin: 0;
    font-size: 0.85rem; }
  .kelso-caption a, .kelso-hero-image-wrapper .kelso-hero-image-caption a, .kelso-image-dialog-caption a, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption a, .kelso-slider-photo-caption a {
    display: inline;
    color: #6D6E71;
    text-decoration: none;
    font-size: 0.85rem; }
    .kelso-caption a:hover, .kelso-hero-image-wrapper .kelso-hero-image-caption a:hover, .kelso-image-dialog-caption a:hover, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption a:hover, .kelso-slider-photo-caption a:hover {
      color: #545557;
      text-decoration: underline; }

@media (max-width: 640px) {
  .kelso-caption, .kelso-hero-image-wrapper .kelso-hero-image-caption, .kelso-image-dialog-caption, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption, .kelso-slider-photo-caption {
    text-align: center;
    font-size: 0.5rem; }
    .kelso-caption p, .kelso-hero-image-wrapper .kelso-hero-image-caption p, .kelso-image-dialog-caption p, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption p, .kelso-slider-photo-caption p {
      text-align: center; }
    .kelso-caption a, .kelso-hero-image-wrapper .kelso-hero-image-caption a, .kelso-image-dialog-caption a, .kelso-dialog .ui-widget-content .kelso-image-dialog-caption a, .kelso-slider-photo-caption a {
      display: inline; } }
/*
*
* === FEATURES ===
*
*/
.kelso-homepage-features {
  padding-bottom: 1.25rem; }
  .kelso-homepage-features .row {
    display: table; }

.kelso-homepage-feature, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature {
  display: table-cell;
  float: none;
  border-right: 1px solid #EEE; }
  .kelso-homepage-feature:last-of-type, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature:last-of-type {
    border-right: none; }
  .kelso-homepage-feature h2, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature h2 {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #4B97D1;
    letter-spacing: 2px;
    line-height: 1.2; }
  .kelso-homepage-feature .kelso-image-dialog-trigger, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature .kelso-image-dialog-trigger {
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  .kelso-homepage-feature .kelso-homepage-feature-image, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature .kelso-homepage-feature-image {
    position: relative;
    overflow: visible; }
    .kelso-homepage-feature .kelso-homepage-feature-image img, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature .kelso-homepage-feature-image img {
      width: 100%; }
    .kelso-homepage-feature .kelso-homepage-feature-image .kelso-homepage-feature-image-caption, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature .kelso-homepage-feature-image .kelso-homepage-feature-image-caption {
      font-size: 0.5rem;
      color: #6D6E71;
      display: block;
      text-align: right;
      padding: 0;
      margin: 0;
      position: absolute;
      right: 0;
      top: 100%; }
  .kelso-homepage-feature .kelso-homepage-feature-body h3, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature .kelso-homepage-feature-body h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 1.875rem;
    margin-bottom: 0;
    color: #18325B; }
  .kelso-homepage-feature .kelso-homepage-feature-body p, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature .kelso-homepage-feature-body p {
    width: 100%;
    margin-left: 0;
    color: #6D6E71;
    line-height: 1rem;
    font-size: 0.8125rem; }

main p.kelso-home-bottomtag {
  text-align: center;
  text-transform: none;
  font-size: 1.75rem;
  color: #18325B;
  padding: 1rem;
  display: block;
  font-style: normal;
  line-height: normal;
  margin-bottom: 1.5rem; }

/*
* — media queries —
*/
@media (max-width: 639px) {
  .kelso-homepage-feature, .kelso-page-front .kelso-page-front-main div.kelso-homepage-feature {
    margin-bottom: 2.5rem;
    display: block; } }
.kelso-page-front .kelso-page-teaser-wrapper p:last-of-type {
  margin-bottom: 0; }

/*
*
* === TEXT ===
*
*/
/*
*
* === TEAM MEMBERS ===
*
*/
.team-members {
  font-size: 0;
  padding: 0;
  margin-bottom: 2rem;
  transition: all 0.2s ease-out; }
  .team-members.fail {
    margin-bottom: 0; }

.team-member {
  position: relative;
  overflow: hidden; }

.team-member-image img {
  width: 100%; }

.team-member .team-member-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  background-color: rgba(0, 51, 102, 0.7); }

.team-member .team-member-description {
  display: none;
  position: absolute;
  font-weight: 700;
  background-color: rgba(0, 51, 102, 0.7); }

.team-member:hover .team-member-caption {
  display: none; }

.team-member:hover .team-member-description {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 11px;
  padding-bottom: 11px; }

.team-member .team-member-description .team-member-bio {
  padding-top: 11px; }

.team-member .team-member-description .see-more {
  margin-top: 8px;
  text-align: center; }

main .team-member > div.team-member-description p.see-more a {
  display: block; }

.team-member-wrapper {
  width: 50%;
  display: inline-block;
  /* float:left; */
  padding: 0 0.5rem;
  margin: 0.5rem 0; }

.mix {
  display: none; }

#team-dialog {
  overflow: auto; }

#team-dialog .profile-picture {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 1.75rem;
  margin-bottom: 1.75rem; }

#team-dialog .name-title-section .profile-name, #team-dialog .name-title-section .profile-title {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700; }

#team-dialog .name-title-section .profile-title {
  color: #999; }

#team-dialog .name-title-section .separator {
  padding: 0 9px;
  font-size: 1.2em;
  line-height: 1em; }

#team-dialog .profile-byline {
  color: #80A0D3;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 1em; }

main .team-member > div p.team-member-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

main .kelso-team-group--senior-advisory-partners .team-member > div p.team-member-title {
  display: none; }

main .kelso-team-group--investment-professionals .team-member > div p.team-member-title {
  display: none; }

main .team-member .team-member-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.kelso-team-dialog-person-details {
  margin-bottom: 2rem; }

.kelso-team-dialog-person-name {
  text-transform: uppercase;
  color: #18325B;
  font-size: 1.2rem; }

.kelso-team-dialog-person-title {
  color: #6D6E71;
  font-size: 1.1rem; }

.kelso-team-dialog-person-byline {
  color: #036;
  font-size: 1rem; }

.kelso-team-dialog-person-bio {
  color: #036;
  font-size: 0.9375rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;}
.kelso-team-dialog-person-bio p{
 line-height: 1.124rem;}

.kelso-team-dialog-person-email, .kelso-dialog .ui-widget-content a {
  color: #4B97D1;
  display: block;
  font-size: 0.9rem; }

/*
* — media queries —
*/
@media (min-width: 640px) {
  .team-member-wrapper {
    width: 33.3333333%;
    padding: 0 1rem;
    margin: 1rem 0; } }
@media (min-width: 992px) {
  .team-member-wrapper {
    width: 25%;
    padding: 0 1.5rem;
    margin: 1.5rem 0; } }
/*
*
* === TEAM MEMBER HEADERS ===
*
*/
.kelso-team-category-container {
  visibility: hidden; }

.kelso-team-category {
  text-transform: uppercase;
  color: #4B97D1;
  font-size: 1rem;
  padding: 0 0.5rem;
  margin-bottom: 0;
  transition: all 0.2s ease-out;
  opacity: 1;
  height: auto; }
  .kelso-team-category.failed {
    opacity: 0;
    height: 0; }

main .team-member .kelso-team-see-more-link-mobile a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
* — media queries —
*/
@media (min-width: 640px) {
  .kelso-team-category {
    padding: 0 1rem; } }
@media (min-width: 992px) {
  .kelso-team-category {
    padding: 0 1.5rem; } }
/*
*
* === INVESTMENTS ===
*
*/
.kelso-investments {
  font-size: 0;
  background-color: #E1EBF5;
  padding: 0.5rem;
  margin-bottom: 2rem; }

.kelso-investment-wrapper {
  width: 50%;
  display: inline-block;
  /* float:left; */
  padding: 0 0.5rem;
  margin: 0.5rem 0; }

.kelso-investment {
  position: relative;
  overflow: hidden;
  background-color: white;
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer; }
  .kelso-investment:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.15); }
  .kelso-investment .kelso-investment-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    outline: none; }
    .kelso-investment .kelso-investment-image img {
      width: 65%;
      outline: none; }

.mix {
  display: none; }

/*
* — media queries —
*/
@media (min-width: 640px) {
  .kelso-investments {
    padding: 1rem; }

  .kelso-investment-wrapper {
    width: 33.3333333%;
    padding: 0 1rem;
    margin: 1rem 0; } }
@media (min-width: 992px) {
  .kelso-investments {
    padding: 1.5rem; }

  .kelso-investment-wrapper {
    width: 25%;
    padding: 0 1.5rem;
    margin: 1.5rem 0; } }
/*
*
* === INVESTMENT CASE STUDY ===
*
*/
.kelso-investment-case-study {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4rem;
  background-color: #18325B;
  z-index: 5000;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .kelso-investment-case-study .kelso-investment-case-study-link {
    display: block;
    text-align: center;
    color: #f4f8fb;
    text-transform: uppercase; }
  .kelso-investment-case-study .kelso-investment-case-study-industry {
    display: block;
    text-align: center;
    text-transform: none;
    font-size: 0.75rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/*
* — media queries — TODO should be changed to mobile first
*/
@media (max-width: 992px) {
  .kelso-investment-case-study {
    height: 3.75rem;
    font-size: 0.85rem; } }
@media (max-width: 640px) {
  .kelso-investment-case-study {
    height: 3.5rem;
    font-size: 0.7rem; } }
/*
*
* === INVESTMENT DIALOG ===
*
*/
.kelso-dialog-investment-toparea {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #4B97D1;
  margin-bottom: 1.5rem; }

.kelso-dialog-investment-bottomarea p {
  margin-bottom: 1.5rem; }

.kelso-dialog-investment-content {
  width: 64%;
  float: right; }
  .kelso-dialog-investment-content .kelso-team-member-node {
    display: inline-block;
    width: 32%;
    margin-bottom: 2rem;
    padding-right: 1.5rem;
    vertical-align: top;
    text-align: center; }
  .kelso-dialog-investment-content .kelso-dialog-investment-description {
    float: right;
    width: 65%;
    padding-left: 1rem;
    color: #036;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, san-serif; }
  .kelso-dialog-investment-content .kelso-dialog-investment-data {
    float: left;
    width: 35%; }
    .kelso-dialog-investment-content .kelso-dialog-investment-data p {
      color: #18325B;
      line-height: 0.9rem;
      margin-bottom: 0.5rem; }
      .kelso-dialog-investment-content .kelso-dialog-investment-data p span {
        color: #036;
        font-size: 0.9375rem;
        font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, san-serif; }
    .kelso-dialog-investment-content .kelso-dialog-investment-data .kelso-dialog-investment-website, .kelso-dialog-investment-content .kelso-dialog-investment-data .kelso-dialog-investment-link {
      padding-top: 0.75rem;
      font-size: 0.9375rem; }
      .kelso-dialog-investment-content .kelso-dialog-investment-data .kelso-dialog-investment-website a, .kelso-dialog-investment-content .kelso-dialog-investment-data .kelso-dialog-investment-link a {
        color: #4B97D1; }
        .kelso-dialog-investment-content .kelso-dialog-investment-data .kelso-dialog-investment-website a:after, .kelso-dialog-investment-content .kelso-dialog-investment-data .kelso-dialog-investment-link a:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          margin-left: 0.35rem; }
  .kelso-dialog-investment-content p {
    color: #6D6E71;
    font-size: 0.85rem; }

.kelso-dialog-investment-quote {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem 1.5rem; }
  .kelso-dialog-investment-quote .kelso-dialog-investment-quote-text {
    font-size: 1.3rem;
    text-align: center;
    font-style: italic;
    margin: 0;
    color: #4B97D1; }
  .kelso-dialog-investment-quote .kelso-dialog-investment-quote-author {
    color: #4B97D1;
    width: 100%;
    padding-top: 0.25rem;
    text-align: right;
    display: block; }

.kelso-dialog-investment-secondary-content {
  width: 33.33333%;
  float: left; }
  .kelso-dialog-investment-secondary-content .kelso-dialog-investment-link {
    text-align: center;
    text-transform: uppercase; }
    .kelso-dialog-investment-secondary-content .kelso-dialog-investment-link a {
      text-transform: uppercase;
      padding: 0.5rem;
      text-align: center;
      display: block;
      font-size: 0.8rem;
      font-weight: bold;
      color: #4B97D1; }
      .kelso-dialog-investment-secondary-content .kelso-dialog-investment-link a:hover {
        color: #2f7eba; }

.kelso-dialog-investment-logo-container {
  /*background-color: #E1EBF5;*/
  padding: 1.5rem; }
  .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo {
    position: relative;
    overflow: hidden;
    background-color: white;
    padding-top: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 10; }
    .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      outline: none; }
      .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo a img {
        width: 65%;
        outline: none; }

/*
* — media queries — TODO should be changed to mobile first
*/
@media (max-width: 768px) {
  .kelso-dialog-investment-content .kelso-team-member-node {
    width: 49%; } }
@media (max-width: 460px) {
  .kelso-dialog-investment-secondary-content {
    width: 100%;
    float: none;
    margin-bottom: 2rem; }

  .kelso-dialog-investment-content {
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
    .kelso-dialog-investment-content .kelso-team-member-node {
      display: block;
      width: 100%;
      text-align: center; }
    .kelso-dialog-investment-content .kelso-dialog-investment-description {
      width: 100%;
      float: none;
      margin-bottom: 0;
      padding-left: 0; }
    .kelso-dialog-investment-content .kelso-dialog-investment-data {
      width: 100%;
      float: none;
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem;
      border-bottom: 2px solid #EEE; } }
.kelso-view-all-investments-container {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em; }

.kelso-bottom-link {
  text-align: center; }

.kelso-timeline-container {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  overflow-x: hidden; }

.kelso-dna-image {
  width: 340px;
  height: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  left: -340px;
  opacity: 0;
  bottom: 0;
  background-image: url("/themes/custom/kelso/assets/images/dna-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.kelso-timeline-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 5rem; }

.kelso-timeline-list-item {
  padding-right: 340px;
  transform-origin: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem; }
  .kelso-timeline-list-item .kelso-timeline-list-item-inner {
    width: 100%;
    max-width: 53.75rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 1rem; }
  .kelso-timeline-list-item .kelso-timeline-list-item-date-container {
    width: 25%;
    display: inline-block;
    max-width: 150px; }
    .kelso-timeline-list-item .kelso-timeline-list-item-date-container .kelso-timeline-list-item-date {
      width: 100%;
      text-align: center;
      border-radius: 50%;
      padding-top: 100%;
      position: relative; }
      .kelso-timeline-list-item .kelso-timeline-list-item-date-container .kelso-timeline-list-item-date span {
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        z-index: 10;
        font-size: 2rem; }
      .kelso-timeline-list-item .kelso-timeline-list-item-date-container .kelso-timeline-list-item-date span.kelso-grad-bg {
        position: absolute;
        display: block;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 9;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0.5) 10%, #003366 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0.5) 10%, #003366 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(0, 51, 102, 0.5) 0%, rgba(0, 51, 102, 0.5) 10%, #003366 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80003366', endColorstr='#003366', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */ }
      .kelso-timeline-list-item .kelso-timeline-list-item-date-container .kelso-timeline-list-item-date img {
        width: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0; }
  .kelso-timeline-list-item .kelso-timeline-list-item-content-container {
    display: inline-block;
    padding-left: 1rem;
    width: 70%;
    opacity: 0;
    vertical-align: top; }
    .kelso-timeline-list-item .kelso-timeline-list-item-content-container h4 {
      color: #18325B; }
    .kelso-timeline-list-item .kelso-timeline-list-item-content-container p {
      color: #6D6E71; }

.kelso-timeline-list-intro-spacer {
  padding: 2rem 0;
  color: #4B97D1;
  text-align: center; }
  .kelso-timeline-list-intro-spacer h4 {
    text-align: center;
    color: #4B97D1;
    padding-left: 340px; }
  .kelso-timeline-list-intro-spacer p {
    text-align: center;
    color: #18325B;
    font-size: 0.8rem; }
  .kelso-timeline-list-intro-spacer .kelso-timeline-list-item-inner {
    text-align: center; }
  .kelso-timeline-list-intro-spacer i {
    color: #4B97D1;
    animation: bounce 2s infinite;
    display: block; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(30px); }
  60% {
    transform: translateY(15px); } }
/*
* — media queries —
*/
@media (max-width: 1024px) {
  .kelso-timeline-list-item .kelso-timeline-list-item-date-container .kelso-timeline-list-item-date span {
    font-size: 1.25rem; }
  .kelso-timeline-list-item .kelso-timeline-list-item-content-container h4 {
    font-size: 1.1rem; }
  .kelso-timeline-list-item .kelso-timeline-list-item-content-container p {
    font-size: 0.85rem; } }
@media (max-width: 768px) {
  .kelso-dna-image {
    display: none; }

  .kelso-timeline-list-item {
    margin-bottom: 4rem;
    padding-right: 0; }
    .kelso-timeline-list-item .kelso-timeline-list-item-inner {
      max-width: none; }
    .kelso-timeline-list-item .kelso-timeline-list-item-date-container {
      width: 60%;
      display: block;
      margin: 0 auto;
      max-width: 225px; }
      .kelso-timeline-list-item .kelso-timeline-list-item-date-container .kelso-timeline-list-item-date span {
        font-size: 2rem; }
    .kelso-timeline-list-item .kelso-timeline-list-item-content-container {
      display: block;
      padding: 1.5rem;
      width: 100%;
      vertical-align: top;
      text-align: center; }
      .kelso-timeline-list-item .kelso-timeline-list-item-content-container h4 {
        font-size: 1.25rem;
        text-align: center; }
      .kelso-timeline-list-item .kelso-timeline-list-item-content-container p {
        font-size: 1rem;
        text-align: center; }

  .kelso-timeline-list-intro-spacer h4 {
    padding-left: 0; } }
/*
*
* === SEARCH ===
*
*/
.kelso-page-search {
  padding: 1.5rem; }
  .kelso-page-search .fa-search {
    display: none; }
  .kelso-page-search .search-help-link {
    display: none; }
  .kelso-page-search h2 {
    font-size: 2.25rem;
    color: #036; }
  .kelso-page-search ol li {
    margin-bottom: 2rem; }
    .kelso-page-search ol li h3 a {
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #4B97D1; }
    .kelso-page-search ol li p {
      color: #6D6E71;
      font-size: 0.85rem; }
      .kelso-page-search ol li p strong {
        color: #234883; }
  .kelso-page-search nav.pager {
    display: none; }

/*
*
* === CONTACT ===
*
*/
.kelso-page-content-primary-contact h4, .kelso-page-content-primary-contact h5 {
  color: #18325B;
  font-size: 0.9rem;
  font-weight: bold; }
.kelso-page-content-primary-contact .kelso-page-content-primary-contact-left {
  border-right: 1px solid #EEE;
  padding-right: 1.5rem; }
  .kelso-page-content-primary-contact .kelso-page-content-primary-contact-left h3 {
    color: #18325B;
    font-size: 1.5rem; }
  .kelso-page-content-primary-contact .kelso-page-content-primary-contact-left p {
    color: #6D6E71;
    margin-bottom: 0.3rem; }
  .kelso-page-content-primary-contact .kelso-page-content-primary-contact-left .row {
    margin-bottom: 1rem; }
.kelso-page-content-primary-contact .kelso-page-content-primary-contact-right {
  padding-left: 1.5rem; }

.kelso-page-contact-investor-relations-image {
  width: 100%;
  margin-bottom: 1rem; }

@media (max-width: 640px) {
  .kelso-page-content-primary-contact .kelso-page-content-primary-contact-left {
    border-right: none;
    padding-right: 0.625rem; }
  .kelso-page-content-primary-contact .kelso-page-content-primary-contact-right {
    padding-left: 0.625rem; } }
/*
*
* === TEAM MEMBERS IN CONTENT ===
*
*/
.kelso-team-list-person {
  display: inline-block;
  width: 32%;
  padding-right: 1.5rem;
  vertical-align: top; }
  .kelso-team-list-person .kelso-team-person-name {
    margin-bottom: 0.25rem; }
  .kelso-team-list-person .kelso-team-person-title {
    color: #6D6E71;
    font-size: 0.8rem;
    margin-bottom: 0.2rem; }
  .kelso-team-list-person .kelso-team-person-email {
    font-size: 0.8rem;
    display: block; }

@media (max-width: 920px) {
  .kelso-team-list-person .kelso-team-person-name {
    font-size: 0.75rem;
    margin-bottom: 0.2rem; }
  .kelso-team-list-person .kelso-team-person-title {
    font-size: 0.6rem;
    margin-bottom: 0.15rem; }
  .kelso-team-list-person .kelso-team-person-email {
    font-size: 0.6rem; } }
@media (max-width: 790px) {
  .kelso-team-list-person .kelso-team-person-name {
    font-size: 0.6rem; }
  .kelso-team-list-person .kelso-team-person-title {
    font-size: 0.5rem; }
  .kelso-team-list-person .kelso-team-person-email {
    font-size: 0.5rem; } }
@media (max-width: 460px) {
  .kelso-team-list-person {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem; }
    .kelso-team-list-person .kelso-team-person-image {
      width: 100%; }
    .kelso-team-list-person .kelso-team-person-name {
      font-size: 1rem;
      text-align: center; }
    .kelso-team-list-person .kelso-team-person-title {
      text-align: center;
      font-size: 0.85rem; }
    .kelso-team-list-person .kelso-team-person-email {
      text-align: center;
      display: block;
      font-size: 0.85rem; } }
.kelso-kelso-page-container .kelso-page-content .site-map p,
.kelso-kelso-page-container .kelso-page-content .site-map ul {
  text-align: left; }

@media print and (min-width: 0px) {
  * {
    background: transparent !important;
    text-shadow: none;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  a, a:visited {
    color: #6D6E71 !important; }

  a[href]:after {
    content: "" !important; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  @page {
    margin: 1cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  #menu {
    display: none; }

  .kelso-logo {
    display: none; }

  .kelso-footer {
    display: none !important; }

  .kelso-slider-container {
    display: none; }

  main #home_highlight .row > div {
    display: block;
    margin-bottom: 5rem; }
    main #home_highlight .row > div img {
      width: 33%;
      display: block; }

  .kelso-print-page-icon {
    display: none; }

  .kelso-header-filters-navigation {
    display: none; }

  .team-member-name, .team-member-title {
    color: white !important;
    text-align: center !important; }

  .scrollmagic-pin-spacer {
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block;
    margin-bottom: 0; }

  .kelso-timeline-list-item {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: static !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 1rem !important;
    transform: none !important;
    padding-bottom: 4rem !important;
    page-break-inside: avoid !important;
    display: block !important; }
    .kelso-timeline-list-item .kelso-timeline-list-item-inner {
      max-width: none !important; }
    .kelso-timeline-list-item .kelso-timeline-list-item-date span {
      color: white !important; }
    .kelso-timeline-list-item .kelso-timeline-list-item-date img {
      page-break-inside: avoid !important; }
    .kelso-timeline-list-item .kelso-timeline-list-item-content-container {
      opacity: 1;
      display: block; }

  .kelso-print-icon, .kelso-email-icon, .kelso-icon-link {
    display: none; }

  img.kelso-team-dialog-photo, .kelso-dialog-investment-logo-container, .kelso-team-member-node, .kelso-investment-company-teaser-container, .kelso-team-member-image, .kelso-investment-company {
    width: 25% !important;
    margin-bottom: 2rem;
    text-align: left; }

  .kelso-hero-container, .kelso-header-row {
    display: none !important; }

  main .content_layout .kelso-list-thumb {
    margin-bottom: 1rem;
    width: 25%; }

  .kelso-news-read-more, .keslo-news-all-link {
    display: none !important; }

  .kelso-header-filters-navigation {
    display: none !important; }

  .team-member-wrapper {
    width: 32.5%;
    padding: 0 1.5rem !important;
    margin: 1.5rem 0 !important; }
    .team-member-wrapper .team-member {
      overflow: visible; }
      .team-member-wrapper .team-member .kelso-team-member-details {
        bottom: initial;
        top: 100%; }
        .team-member-wrapper .team-member .kelso-team-member-details .kelso-team-member-top {
          color: #18325B !important; }
          .team-member-wrapper .team-member .kelso-team-member-details .kelso-team-member-top .kelso-team-member-name {
            color: #18325B !important;
            text-align: center !important; }
          .team-member-wrapper .team-member .kelso-team-member-details .kelso-team-member-top .kelso-team-member-title {
            color: #6D6E71 !important;
            text-align: center !important; }

  .kelso-team-dialog-person-investments {
    page-break-inside: auto !important;
    padding-top: 0.5rem !important;
    margin-top: 1.5rem !important;
    border-top: 1px solid #EEE; }

  .kelso-investment-company-teaser-container {
    margin-bottom: 0 !important;
    width: 19% !important; }

  .kelso-team-category-container {
    display: none !important;
    margin-bottom: 3rem !important; }

  .kelso-team-category-container.kelso-team-group-active {
    display: block !important;
    visibility: visible !important; }

  .kelso-investment-case-study, .kelso-bottom-link, .kelso-dialog-investment-website, .kelso-dialog-investment-link {
    display: none !important; }

  .kelso-investments {
    display: block !important;
    overflow: visible !important; }

  .kelso-investment-wrapper {
    width: 24.5% !important;
    padding: 0 1.5rem !important;
    margin: 0.5rem 0 !important;
    transform: none !important;
    float: none !important; }

  .kelso-investment-company-website {
    display: none; }

  .kelso-investment-company-full .kelso-investment-company-full-left {
    float: left;
    width: 30%; }
  .kelso-investment-company-full .kelso-investment-company-full-right {
    float: right;
    width: 67%; }
  .kelso-investment-company-full .kelso-investment-company-logo {
    margin-bottom: 0;
    padding-bottom: 0; }

  .kelso-dialog-content {
    border: 0 !important;
    outline: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }

  .kelso-dialog-investment-secondary-content {
    width: 33% !important;
    border: 0 !important;
    outline: 0 !important; }
    .kelso-dialog-investment-secondary-content .kelso-dialog-investment-logo-container {
      display: block !important;
      width: 100% !important;
      border: 0 !important;
      outline: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      position: static !important;
      transform: none !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important; }
      .kelso-dialog-investment-secondary-content .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        outline: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important; }
        .kelso-dialog-investment-secondary-content .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo a {
          border: 0 !important;
          outline: 0 !important;
          display: block !important;
          width: 100% !important;
          position: static !important;
          transform: none !important;
          top: 0 !important;
          left: 0 !important;
          right: 0 !important;
          bottom: 0 !important; }
          .kelso-dialog-investment-secondary-content .kelso-dialog-investment-logo-container .kelso-dialog-investment-logo a img {
            width: 100% !important;
            display: block !important;
            outline: 0 !important;
            border: 0 !important;
            margin: 0 !important;
            height: auto;
            position: static !important;
            transform: none !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important; }
    .kelso-dialog-investment-secondary-content .kelso-dialog-investment-company-featured {
      width: 100% !important;
      border: 0 !important;
      outline: 0 !important;
      margin: 0 !important;
      padding: 0 !important; }
      .kelso-dialog-investment-secondary-content .kelso-dialog-investment-company-featured img {
        width: 100% !important;
        border: 0 !important;
        outline: 0 !important;
        margin: 0 !important;
        padding: 0 !important; }

  .kelso-dialog-investment-content .kelso-dialog-investment-toparea {
    border: 0 !important;
    outline: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 1.5rem !important; }
  .kelso-dialog-investment-content .kelso-dialog-investment-data {
    display: inline-block !important;
    width: 24% !important;
    vertical-align: top;
    border: 0 !important;
    outline: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .kelso-dialog-investment-content .kelso-dialog-investment-description {
    width: 73% !important;
    padding-left: 1rem;
    vertical-align: top;
    display: inline-block !important; }
  .kelso-dialog-investment-content .kelso-team-member-node {
    width: 20% !important;
    margin-right: 3% !important;
    display: inline-block !important;
    text-align: center !important; }
    .kelso-dialog-investment-content .kelso-team-member-node .kelso-team-member-node-name {
      font-size: 0.8rem !important;
      padding: 0.25rem 0 0 !important;
      text-transform: uppercase !important;
      text-align: center !important;
      color: #18325B !important; }
    .kelso-dialog-investment-content .kelso-team-member-node .kelso-team-member-node-title {
      text-transform: uppercase !important;
      color: #6D6E71 !important;
      text-align: center !important;
      font-size: 0.65rem !important;
      font-weight: bold !important; }

  div#team-dialog.kelso-dialog-content.ui-dialog-content.ui-widget-content {
    max-height: none !important; }

  .kelso-homepage-feature {
    width: 31%;
    padding: 0 15px !important;
    margin: 0 1%;
    float: left;
    display: table-cell !important; } }

/* === KELSO — Secondary content (OL) right-side white panel ============ */
/* Keep overlay wrapper neutral so children can paint their own panels */
.kelso-swiper .swiper-slide .kelso-slider-slide-content,
.kelso-slider-container .swiper-slide .kelso-slider-slide-content{
  position:absolute; inset:0; display:block;
  background:transparent !important; box-shadow:none !important; pointer-events:none; z-index:2;
}

/* Secondary list panel (RIGHT) */
.kelso-swiper .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary,
.kelso-slider-container .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  list-style:none !important; /* OL numbers set below */
  background:rgba(255,255,255,.9) !important;
  color:#0b3f74 !important;
  display:block !important; opacity:1 !important; z-index:3 !important; pointer-events:auto !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

/* Show numeric markers inside the panel */
.kelso-swiper .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary > ol,
.kelso-slider-container .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary > ol{
  list-style:decimal inside !important; margin:0 !important; padding:0 !important;
}

/* List item spacing + readable line-height */
.kelso-swiper .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li,
.kelso-slider-container .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li{
  margin:0 0 .6rem 0 !important; padding:0 !important; line-height:1.4 !important;
  background:transparent !important;
}

/* Optional: stagger-in animation when the slide becomes active */
.kelso-swiper .swiper-slide .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li{
  position:relative !important; right:-100%; opacity:0; transition:right .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li{ right:0 !important; opacity:1 !important; }
.kelso-swiper .swiper-slide.kelso-active .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.2s; }
.kelso-swiper .swiper-slide.kelso-active .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.35s; }
.kelso-swiper .swiper-slide.kelso-active .kelso-slider-slide-content > .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.5s; }

/* ================================================================
   KELSO — Secondary content (H3 + OL) layout for Swiper slides
   Rule: if a slide's overlay contains an H3, split into LEFT (blue)
   and RIGHT (white) panels; otherwise (H1 hero) keep centered box.
=================================================================== */

/* 1) For slides that have H3: neutralize the centered blue overlay box */
.kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary){
  position:absolute !important;
  inset:0 !important;                  /* fill slide */
  transform:none !important;
  transform-origin:center center !important;
  padding:0 !important;
  width:100% !important; max-width:none !important;
  background:transparent !important;   /* remove blue background */
  box-shadow:none !important;
  border-radius:0 !important;
  z-index:2 !important;
  display:block !important;
}

/* 2) LEFT panel: H3 blue block */
.kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
  > h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.2);
  z-index:3 !important; pointer-events:auto !important;
}

/* 3) RIGHT panel: OL white block */
.kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
  > ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  list-style:decimal inside !important;
  background:rgba(255,255,255,.92) !important;
  color:#003366 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  z-index:3 !important; pointer-events:auto !important;
}

/* 3a) OL item spacing + (optional) stagger-in animation */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  display:block !important;
  margin:.15rem 0 !important; padding:0 !important; line-height:1.4 !important;
  background:transparent !important; color:#003366 !important;
  position:relative !important; right:-100%; opacity:0;
  transition:right .45s ease, opacity .45s ease;
}
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  right:0 !important; opacity:1 !important;
}
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.2s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.35s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.5s; }

/* 5) Keep image under overlays */
.kelso-slider-slide > img{
  position:relative !important; z-index:1 !important; width:100% !important; height:auto !important; display:block !important;
}

/* 6) Mobile: hide right panel; center the left (blue) panel */
@media (max-width:840px){
  .kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
    > ol.kelso-slider-slide-content-secondary{ display:none !important; }

  .kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
    > h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}

/* Note: H1 hero slide keeps the centered blue container from JS.
   These rules only alter slides that contain an H3. */

/* ============================================================
   KELSO — Swiper alignment, panel colors, and pagination
   - H1 slide: single bottom-centered blue bar
   - H3 slides: LEFT blue headline, RIGHT white list
   - Pagination: top-right
   ============================================================ */

/* ——— H1 (Hero) slide — keep a single centered/bottom blue panel ——— */
.kelso-slider-slide .kelso-slider-slide-content:has(> h1.kelso-slider-slide-content-main){
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:4rem !important;
  transform:translateX(-50%) !important;
  width:min(76%, 75rem) !important; max-width:75rem !important;
  padding:1.75rem 2.25rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.45) 0%, rgba(0,51,102,.45) 12%, #003366 100%) !important;
  color:#fff !important; text-align:center !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important; display:block !important; opacity:1 !important;
}
.kelso-slider-slide .kelso-slider-slide-content:has(> h1.kelso-slider-slide-content-main)
  > h1.kelso-slider-slide-content-main{
  position:static !important; margin:0 !important; background:none !important; color:#fff !important;
}

/* ——— H3 slides — split layout, neutralize the big centered box ——— */
.kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary){
  position:absolute !important; inset:0 !important;
  transform:none !important; padding:0 !important; width:100% !important; max-width:none !important;
  background:transparent !important; box-shadow:none !important; border-radius:0 !important;
}

/* LEFT: blue headline block */
.kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
  > h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important; box-shadow:0 10px 24px rgba(0,0,0,.2);
  z-index:3 !important;
}

/* RIGHT: white ordered list block */
.kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
  > ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  background:rgba(255,255,255,.92) !important; color:#003366 !important;
  list-style:decimal inside !important; box-shadow:0 10px 24px rgba(0,0,0,.18);
  z-index:3 !important;
}
/* list items: readable, dark text */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  margin:.15rem 0 !important; padding:0 !important; line-height:1.4 !important;
  color:#003366 !important; background:transparent !important;
}

/* Caption: bottom-right, subtle */
.kelso-slider-slide .kelso-slider-slide-content > .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  color:#9aa0a6 !important; background:none !important; z-index:4 !important;
}

/* Image stays under overlays */
.kelso-slider-slide > img{
  position:relative !important; z-index:1 !important; width:100% !important; height:auto !important; display:block !important;
}

/* Pagination: top-right like your original Slick */
.swiper-pagination{
  position:absolute !important; top:8px !important; right:12px !important; left:auto !important; width:auto !important;
  display:flex !important; gap:8px !important; z-index:10 !important; pointer-events:auto !important;
}
.swiper-pagination-bullet{
  width:10px !important; height:10px !important; border-radius:50% !important;
  background:#aeb6c2 !important; opacity:1 !important;
}
.swiper-pagination-bullet-active{ background:#003366 !important; }

/* Mobile: hide right panel; center the left panel */
@media (max-width:840px){
  .kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
    > ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-slider-slide .kelso-slider-slide-content:has(> h3.kelso-slider-slide-content-primary)
    > h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
  .kelso-slider-slide .kelso-slider-slide-content:has(> h1.kelso-slider-slide-content-main){
    bottom:2rem !important; width:calc(100% - 2rem) !important;
  }
}

/* === Kelso H3 slides — right white panel list with stagger-in ======= */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  list-style:decimal inside !important;
  background:rgba(255,255,255,.92) !important; color:#003366 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18); z-index:3 !important;
}

/* initial (off-screen) state for each item */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  margin:.15rem 0 !important; padding:0 !important; line-height:1.4 !important;
  color:#003366 !important; background:transparent !important;
  transform:translateX(24px); opacity:0; will-change:transform,opacity;
  transition:transform .45s ease, opacity .45s ease;
}

/* when the slide becomes active (class added via JS), animate each li in */
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  transform:none; opacity:1;
}
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.15s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.30s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.45s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* mobile: hide the right panel (keeps your previous behavior) */
@media (max-width:840px){
  .kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{ display:none !important; }
}

/* ===== Kelso: H3 slide layout — left blue headline, right blocky list ===== */

/* Left (H3) — ensure proper wrapping and stacking */
.kelso-slider-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important;
  line-height:1.15 !important; white-space:normal !important; word-wrap:break-word !important;
  z-index:4 !important; box-shadow:0 10px 24px rgba(0,0,0,.18);
}

/* Right panel container (OL) — position only; no background */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:0 !important;
  list-style:none !important; background:transparent !important; /* per-item bg on li */
  display:block !important; z-index:3 !important;
}

/* Each LI is its own white block */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  display:block !important;
  margin:.4rem 0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.92) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12);
  line-height:1.35 !important; white-space:normal !important;
  transform:translateX(18px); opacity:0; will-change:transform,opacity;
  transition:transform .45s ease, opacity .45s ease;
}

/* Stagger-in when slide is active (class added by JS) */
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{ 
  transform:none; opacity:1;
}
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* Mobile: hide the right list; center the left panel */
@media (max-width:840px){
  .kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-slider-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}

/* --- Right list container: bottom-aligned stack, no background --- */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important;
  bottom:6rem !important;              /* anchor the block to the image bottom */
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:0 !important;
  list-style:none !important;
  background:transparent !important;   /* kill any big white backdrop */
  display:flex !important;             /* stack items as separate blocks */
  flex-direction:column !important;
  gap:.55rem !important;               /* space between blocks */
  z-index:3 !important;
}

/* --- Each LI: its own white card --- */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  display:block !important;
  padding:.9rem 1.1rem !important;
  margin:0 !important;
  background:rgba(255,255,255,.94) !important;
  color:#003366 !important;
  border-radius:4px !important;
  box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important;
  transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}

/* --- Stagger-in animation for LIs when slide is active --- */
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  transform:none; opacity:1;
}
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* --- Left H3 panel: keep wrap + correct stacking above image --- */
.kelso-slider-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important;
  white-space:normal !important; line-height:1.15 !important;
  z-index:4 !important; box-shadow:0 10px 24px rgba(0,0,0,.18);
}

/* --- Caption: always visible bottom-right, above image/lists --- */
.kelso-slider-slide .kelso-slider-slide-content > .kelso-slider-photo-caption{
  position:absolute !important;
  right:2rem !important; bottom:.75rem !important;
  display:block !important; visibility:visible !important; opacity:1 !important;
  background:none !important; color:#9aa0a6 !important;
  z-index:6 !important;                    /* above LI cards */
  pointer-events:auto !important;
}

/* --- Ensure the image sits behind overlays --- */
.kelso-slider-slide > img{
  position:relative !important; z-index:1 !important;
  width:100% !important; height:auto !important; display:block !important;
}

/* --- Mobile: hide right panel; center the left headline --- */
@media (max-width:840px){
  .kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-slider-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* ===== Kelso Swiper — CSS-only layout & animation ===================== */
/* Put dots in top-right */
.kelso-swiper .swiper-pagination{
  position:absolute !important; top:8px !important; right:12px !important; left:auto !important; width:auto !important;
  display:flex !important; gap:8px !important; z-index:10 !important;
}
.kelso-swiper .swiper-pagination-bullet{ width:10px !important; height:10px !important; border-radius:50% !important; background:#aeb6c2 !important; opacity:1 !important; }
.kelso-swiper .swiper-pagination-bullet-active{ background:#003366 !important; }

/* Ensure slide image sits under overlays */
.kelso-swiper .swiper-slide > img{ position:relative !important; z-index:1 !important; width:100% !important; height:auto !important; display:block !important; }

/* --- HERO (H1) — small bottom-centered blue bar ---------------------- */
.kelso-swiper .swiper-slide.kelso-type-hero .kelso-slider-slide-content{
  position:absolute !important; left:50% !important; bottom:3rem !important; top:auto !important; right:auto !important;
  transform:translateX(-50%) !important; box-sizing:border-box !important;
  width:fit-content !important; max-width:calc(100vw - 4rem) !important;
  padding:.75rem 1.25rem !important;
  background:rgba(0,51,102,.78) !important; color:#fff !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important; display:block !important; visibility:visible !important; opacity:1 !important;
}
.kelso-swiper .swiper-slide.kelso-type-hero h1.kelso-slider-slide-content-main{
  margin:0 !important; line-height:1.2 !important; text-align:center !important; color:#fff !important; background:none !important;
}

/* --- SECONDARY (H3) — left blue, right stacked white cards ------------ */
.kelso-swiper .swiper-slide.kelso-type-secondary .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; background:transparent !important; padding:0 !important; z-index:2 !important;
}

/* Left blue headline */
.kelso-swiper .swiper-slide.kelso-type-secondary h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:1.25rem 2rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important; line-height:1.15 !important;
  z-index:4 !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  white-space:normal !important; word-wrap:break-word !important;
}

/* Right list container — bottom aligned column; no big backdrop */
.kelso-swiper .swiper-slide.kelso-type-secondary ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:0 !important;
  list-style:none !important; background:transparent !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important; z-index:3 !important;
}

/* Each LI is an individual white card + initial (hidden) state */
.kelso-swiper .swiper-slide.kelso-type-secondary ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}

/* Staggered reveal when slide is active */
.kelso-swiper .swiper-slide.kelso-type-secondary.kelso-active ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-type-secondary.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-type-secondary.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-type-secondary.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-swiper .swiper-slide.kelso-type-secondary.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* Caption bottom-right, above everything */
.kelso-swiper .swiper-slide .kelso-slider-slide-content > .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  color:#9aa0a6 !important; background:none !important; z-index:6 !important; display:block !important;
}

/* Mobile: hide right panel; center left panel and shrink hero bar */
@media (max-width:840px){
  .kelso-swiper .swiper-slide.kelso-type-secondary ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide.kelso-type-secondary h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
  .kelso-swiper .swiper-slide.kelso-type-hero .kelso-slider-slide-content{
    bottom:2rem !important; max-width:calc(100vw - 2rem) !important; padding:.6rem 1rem !important;
  }
}
/* --- Right list container: bottom-aligned stack, no large backdrop */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:0 !important;
  list-style:none !important; background:transparent !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important; z-index:3 !important;
}
/* Each LI: individual white card + initial hidden state */
.kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
/* Staggered reveal when slide becomes active (wired by JS above) */
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Left H3 headline panel (wraps cleanly) */
.kelso-slider-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:1.25rem 2rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important; line-height:1.15 !important;
  z-index:4 !important; box-shadow:0 10px 24px rgba(0,0,0,.18);
  white-space:normal !important; word-wrap:break-word !important;
}

/* Caption: bottom-right, visible above cards */
.kelso-slider-slide .kelso-slider-slide-content > .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  color:#9aa0a6 !important; background:none !important; z-index:6 !important; display:block !important;
}

/* Mobile: hide right panel; center the left headline */
@media (max-width:840px){
  .kelso-slider-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-slider-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* === HERO (H1) slide — compact bottom-centered blue bar ============== */
/* Only affect slides that CONTAIN the H1 hero */
.kelso-swiper .swiper-slide:has(h1.kelso-slider-slide-content-main) .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:3.25rem !important;
  transform:translateX(-50%) !important; box-sizing:border-box !important;
  width:fit-content !important; max-width:min(76%, 75rem) !important;
  padding:.75rem 1.25rem !important;
  text-align:center !important; color:#fff !important;
  background:rgba(0,51,102,.78) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important; display:block !important; visibility:visible !important; opacity:1 !important;
}
/* Keep the H1 neat inside the bar */
.kelso-swiper .swiper-slide:has(h1.kelso-slider-slide-content-main) h1.kelso-slider-slide-content-main{
  margin:0 !important; line-height:1.2 !important; color:#fff !important; background:none !important;
}
/* If an OL exists on the hero slide, don’t let it affect layout */
.kelso-swiper .swiper-slide:has(h1.kelso-slider-slide-content-main) ol.kelso-slider-slide-content-secondary{
  display:none !important;
}
/* HERO: short bottom-centered bar — override any previous wide rule */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  inset:auto !important;             /* clear any "inset:0" from older rules */
  left:50% !important; bottom:3rem !important; transform:translateX(-50%) !important;
  display:inline-block !important;   /* size to content */
  height:auto !important; min-height:0 !important; width:auto !important;
  max-width:820px !important;        /* adjust 760–900px to taste */
  padding:.7rem 1.25rem !important;
  text-align:center !important; color:#fff !important;
  background:rgba(0,51,102,.78) !important; border-radius:8px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.25) !important; z-index:2 !important;
}
/* Keep headline centered and tidy */
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  margin:0 !important; line-height:1.18 !important; text-align:center !important;
  white-space:normal !important; word-break:keep-all !important;
}
/* If an OL exists on hero, don’t let it expand the bar */
.kelso-swiper .swiper-slide.kelso-hero ol.kelso-slider-slide-content-secondary{ display:none !important; }
/* HERO (H1) — final width & centering override (wins over JS + older CSS) */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; bottom:3rem !important; top:auto !important; right:auto !important;
  transform:translateX(-50%) !important;
  display:inline-block !important;
  width:auto !important;                /* size to content */
  max-width:1000px !important;          /* <<< tune to 900–1100px if needed */
  min-width:0 !important;
  padding:1rem 1.75rem !important;
  text-align:center !important;
  background:rgba(0,51,102,.78) !important;
  border-radius:8px !important; box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  height:auto !important; min-height:0 !important; z-index:2 !important;
}
/* Headline: true center and tidy wrapping */
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  display:block !important; margin:0 !important;
  text-align:center !important; line-height:1.2 !important;
  white-space:normal !important; word-break:keep-all !important;
}
/* HERO (H1) — stable, narrow bottom-centered bar */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; bottom:3rem !important; top:auto !important; right:auto !important;
  transform:translateX(-50%) !important;
  display:inline-block !important; height:auto !important;
  width:auto !important; min-width:0 !important; max-width:980px !important;
  padding:1rem 1.75rem !important; text-align:center !important;
  background:rgba(0,51,102,.78) !important; color:#fff !important;
  border-radius:8px !important; box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important;
}
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  margin:0 !important; line-height:1.2 !important; text-align:center !important;
  white-space:normal !important; word-break:keep-all !important;
}
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content-secondary{ display:none !important; }
/* === HERO (H1) — final wide bottom-centered bar (matches reference) === */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:2.25rem !important;
  transform:translateX(-50%) !important;

  /* wide like mock: ~3/4 width, capped at 75rem */
  display:block !important;
  width:76% !important;
  max-width:75rem !important;
  min-width:0 !important;

  padding:1rem 2rem !important;
  text-align:center !important;
  background:rgba(0,51,102,.78) !important;
  color:#fff !important;
  border-radius:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  height:auto !important; min-height:0 !important; z-index:2 !important;
}

/* Headline tidy + centered */
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  margin:0 !important; line-height:1.2 !important; text-align:center !important;
  white-space:normal !important; word-break:keep-all !important;
}
/* ================= H3 SLIDES (non-hero) ================= */

/* Left blue headline block */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important;
  bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important;
  color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:4 !important;
  white-space:normal !important; word-wrap:break-word !important;
}

/* Right stacked bullets container (no big white backdrop) */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important;
  bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:3 !important;
}

/* Each LI = individual white card, initially offset/hidden */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important;
  transform:translateX(18px); opacity:0; filter:none !important;
  transition:transform .45s ease, opacity .45s ease;
}

/* Stagger-in when slide becomes active (your JS already toggles .kelso-active) */
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  transform:none; opacity:1;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* Photo credit/caption bottom-right, always visible */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  background:none !important; color:#9aa0a6 !important; z-index:6 !important; display:block !important;
}

/* Keep the overlay wrapper itself neutral on H3 slides */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:relative !important; background:transparent !important; padding:0 !important; border:0 !important; box-shadow:none !important;
}

/* Mobile: hide right cards; center the left headline and drop it lower */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* ================= H3 SLIDES (non-hero) ================= */

/* Left blue headline block */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important;
  bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important;
  color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:4 !important;
  white-space:normal !important; word-wrap:break-word !important;
}

/* Right stacked bullets container (no big white backdrop) */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important;
  bottom:6rem !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:3 !important;
}

/* Each LI = individual white card, initially offset/hidden */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important;
  transform:translateX(18px); opacity:0; filter:none !important;
  transition:transform .45s ease, opacity .45s ease;
}

/* Stagger-in when slide becomes active (your JS already toggles .kelso-active) */
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  transform:none; opacity:1;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* Photo credit/caption bottom-right, always visible */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  background:none !important; color:#9aa0a6 !important; z-index:6 !important; display:block !important;
}

/* Keep the overlay wrapper itself neutral on H3 slides */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:relative !important; background:transparent !important; padding:0 !important; border:0 !important; box-shadow:none !important;
}

/* Mobile: hide right cards; center the left headline and drop it lower */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* Make every slide a positioning context */
.kelso-swiper .swiper-slide{ position:relative !important; }

/* H3 slides: ensure the overlay wrapper has real dimensions */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:relative !important;
  width:100% !important;
  height:100% !important;       /* <-- lets bottom/right anchors work */
  background:transparent !important;
  padding:0 !important; border:0 !important; box-shadow:none !important;
  z-index:2 !important;
}

/* Left blue headline */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important; color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important; z-index:4 !important;
}

/* Right stacked bullets */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:0 !important;
  list-style:none !important; display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; z-index:3 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important; line-height:1.35 !important;
  transform:translateX(18px); opacity:0; transition:transform .45s ease, opacity .45s ease;
}
/* Stagger reveal */
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Caption truly bottom-right of the slide */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  background:none !important; color:#9aa0a6 !important; z-index:6 !important; display:block !important;
}

/* Keep dots top-right above everything */
.kelso-swiper .swiper-pagination{
  position:absolute !important; top:8px !important; right:12px !important; left:auto !important; width:auto !important; z-index:10 !important;
}
/* The slide itself must be the positioning context */
.kelso-swiper .swiper-slide{ position:relative !important; }

/* === NON-H1 (H3) SLIDES — overlay must cover the whole slide === */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:absolute !important;
  inset:0 !important;                 /* fills the slide */
  z-index:2 !important;               /* above the image */
  background:transparent !important;
  padding:0 !important; border:0 !important; box-shadow:none !important;
}

/* Keep image beneath all overlays */
.kelso-swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* LEFT headline panel — bottom aligned */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important; color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important; z-index:3 !important;
}

/* RIGHT list — bottom aligned */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important;
  width:50% !important; max-width:50% !important; margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; z-index:3 !important;
}

/* Each LI card + stagger animation */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important; line-height:1.35 !important;
  transform:translateX(18px); opacity:0; transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Caption — truly bottom-right */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  background:none !important; color:#9aa0a6 !important; z-index:4 !important; display:block !important;
}

/* Mobile behavior */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* --- Positioning context stays on each slide --- */
.kelso-swiper .swiper-slide{ position:relative !important; }

/* Overlay must cover the slide but have NO background on H3 slides */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:absolute !important;
  inset:0 !important;                  /* fill the whole slide */
  background:transparent !important;   /* kill any translucent panel */
  padding:0 !important; margin:0 !important; border:0 !important; box-shadow:none !important;
  z-index:2 !important;
}

/* Ensure the image is beneath overlays */
.kelso-swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* LEFT blue headline (H3) — force bottom placement & visibility */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important; right:auto !important;
  bottom:6rem !important; top:auto !important;   /* cancel any top rules */
  display:block !important; opacity:1 !important; visibility:visible !important;
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important; color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:5 !important;
}

/* RIGHT stacked list — force bottom-right & remove any wrapper backdrop */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important; left:auto !important;
  bottom:6rem !important; top:auto !important;   /* cancel any top rules */
  width:50% !important; max-width:50% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:4 !important;
}

/* Each LI = its own white card; start off-canvas and stagger in */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important;
  transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* Caption truly at the slide’s bottom-right, above image */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  background:none !important; color:#9aa0a6 !important; z-index:6 !important; display:block !important;
}

/* Mobile: hide right list; center headline and drop it lower */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* Make each slide a positioning context */
.kelso-swiper .swiper-slide{ position:relative !important; }

/* ===== NON-H1 (H3) SLIDES ===== */
/* Overlay fills the slide, absolutely, with NO background (and kill any ::before/::after) */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  background:transparent !important; box-shadow:none !important; border:0 !important; padding:0 !important; margin:0 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content::before,
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content::after{
  content:none !important; background:transparent !important; box-shadow:none !important;
}

/* Ensure the image remains under the overlays */
.kelso-swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* LEFT headline panel — bottom-aligned */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important; right:auto !important;
  bottom:6rem !important; top:auto !important;
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important; color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:5 !important;
  white-space:normal !important; word-wrap:break-word !important;
}

/* RIGHT stacked list — bottom-aligned; NO wrapper backdrop (kill ::before/::after) */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important; left:auto !important;
  bottom:6rem !important; top:auto !important;
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:4 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary::before,
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary::after{
  content:none !important; background:transparent !important; box-shadow:none !important;
}

/* LI cards + stagger */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Caption truly bottom-right */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  background:none !important; color:#9aa0a6 !important; z-index:6 !important; display:block !important;
}

/* Pagination top-right (unchanged) */
.kelso-swiper .swiper-pagination{
  position:absolute !important; top:8px !important; right:12px !important; left:auto !important; width:auto !important; z-index:10 !important;
}

/* Mobile: hide the right list; center the headline */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* --- H3 headline: force block layout, wrap, sit above OL, sit at bottom --- */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important; right:auto !important;
  bottom:6rem !important; top:auto !important;

  /* Slightly narrower than half so it never tucks under the right column */
  width:46% !important; max-width:46% !important;

  display:block !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  line-height:1.15 !important; text-align:left !important; color:#fff !important;

  /* Robust wrapping no matter the spans/long words */
  white-space:normal !important;
  word-break:break-word !important;
  overflow-wrap:anywhere !important;

  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;

  z-index:7 !important; /* keep above the right list */
}

/* Right list: keep slightly narrower and below the H3 panel */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important; top:auto !important; left:auto !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:5 !important; /* below H3 */
}

/* Keep LI cards as before */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Caption at true bottom-right */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  display:block !important; background:none !important; color:#9aa0a6 !important; z-index:8 !important;
}

/* Mobile: center headline, hide right list */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* --- H3 headline: force block layout, wrap, sit above OL, sit at bottom --- */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important; right:auto !important;
  bottom:6rem !important; top:auto !important;

  /* Slightly narrower than half so it never tucks under the right column */
  width:46% !important; max-width:46% !important;

  display:block !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  line-height:1.15 !important; text-align:left !important; color:#fff !important;

  /* Robust wrapping no matter the spans/long words */
  white-space:normal !important;
  word-break:break-word !important;
  overflow-wrap:anywhere !important;

  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;

  z-index:7 !important; /* keep above the right list */
}

/* Right list: keep slightly narrower and below the H3 panel */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important; top:auto !important; left:auto !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:5 !important; /* below H3 */
}

/* Keep LI cards as before */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Caption at true bottom-right */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  display:block !important; background:none !important; color:#9aa0a6 !important; z-index:8 !important;
}

/* Mobile: center headline, hide right list */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* === HERO (H1) — fix position + sizing + text alignment === */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:2.25rem !important;
  transform:translateX(-50%) !important;

  /* size to content (kill any leftover fixed height/min-height) */
  display:inline-block !important;
  box-sizing:border-box !important;
  height:auto !important; min-height:0 !important; max-height:none !important;

  /* width like the reference */
  width:76% !important; max-width:75rem !important; min-width:0 !important;

  /* comfortable, even padding */
  padding:1.1rem 2rem !important;
  text-align:center !important;

  background:rgba(0,51,102,.78) !important;
  color:#fff !important;
  border-radius:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important;
}

/* Headline: no extra margins, balanced multi-line centering */
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  margin:0 !important;
  line-height:1.18 !important;
  text-align:center !important;
  white-space:normal !important;
  word-break:keep-all !important;
  text-wrap:balance !important; /* ignored by older browsers, harmless */
}
/* === HERO (H1) — fix position + sizing + text alignment === */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:2.25rem !important;
  transform:translateX(-50%) !important;

  /* size to content (kill any leftover fixed height/min-height) */
  display:inline-block !important;
  box-sizing:border-box !important;
  height:auto !important; min-height:0 !important; max-height:none !important;

  /* width like the reference */
  width:76% !important; max-width:75rem !important; min-width:0 !important;

  /* comfortable, even padding */
  padding:1.1rem 2rem !important;
  text-align:center !important;

  background:rgba(0,51,102,.78) !important;
  color:#fff !important;
  border-radius:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important;
}

/* Headline: no extra margins, balanced multi-line centering */
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  margin:0 !important;
  line-height:1.18 !important;
  text-align:center !important;
  white-space:normal !important;
  word-break:keep-all !important;
  text-wrap:balance !important; /* ignored by older browsers, harmless */
}
/* === HERO (H1) — bottom-centered, no extra height, centered headline === */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:2.25rem !important;
  transform:translateX(-50%) !important;

  /* size to content — prevent tall box */
  display:inline-block !important;
  box-sizing:border-box !important;
  height:auto !important; min-height:0 !important; max-height:none !important;

  /* width like reference */
  width:76% !important; max-width:75rem !important; min-width:0 !important;

  padding:1.1rem 2rem !important;
  text-align:center !important;

  background:rgba(0,51,102,.78) !important;
  color:#fff !important;
  border-radius:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
  z-index:2 !important;
}

/* Headline itself: no stray margins; balanced multi-line centering */
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main{
  display:block !important;
  margin:0 !important;
  line-height:1.18 !important;
  text-align:center !important;
  white-space:normal !important;
  word-break:keep-all !important;
  text-wrap:balance !important; /* safe if unsupported */
}
/* --- Make each slide a positioning context, keep image under overlays --- */
.kelso-swiper .swiper-slide{ position:relative !important; }
.kelso-swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* --- H3 (non-hero) slides: overlay covers the slide, with NO backdrop --- */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; padding:0 !important; margin:0 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content::before,
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content::after{
  content:none !important; background:transparent !important; box-shadow:none !important;
}

/* Remove any residual panel backgrounds on unknown children */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content > *:not(.kelso-slider-slide-content-primary):not(.kelso-slider-slide-content-secondary):not(.kelso-slider-photo-caption){
  background:transparent !important; box-shadow:none !important; border:0 !important;
}

/* --- LEFT: H3 blue panel — bottom aligned, wraps, stays above the list --- */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  left:2rem !important; right:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  display:block !important; margin:0 !important; padding:1.25rem 2rem !important;
  line-height:1.15 !important; text-align:left !important; color:#fff !important;
  white-space:normal !important; word-break:break-word !important; overflow-wrap:anywhere !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:7 !important;
}

/* --- RIGHT: stacked LI cards — bottom aligned, no wrapper backdrop --- */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important;
  right:2rem !important; left:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.55rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:5 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary::before,
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary::after{
  content:none !important;
}
/* Cards + stagger animation */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  display:block !important; margin:0 !important; padding:.9rem 1.1rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:4px !important; box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* --- Caption: bottom-right under the list --- */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.75rem !important;
  display:block !important; background:none !important; color:#9aa0a6 !important; z-index:8 !important;
}

/* Dots stay at top-right */
.kelso-swiper .swiper-pagination{
  position:absolute !important; top:8px !important; right:12px !important; left:auto !important; width:auto !important; z-index:10 !important;
}

/* --- Mobile: hide right list, center headline at bottom --- */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* =========================
   HERO (H1) — bottom-centered, fixed width, centered text
   Applies ONLY to slides that contain the H1 element.
   ========================= */

/* Position the PANEL WRAPPER for H1 slides only */
.kelso-swiper .swiper-slide:has(h1.kelso-slider-slide-content-main) .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important; right:auto !important; top:auto !important; bottom:6rem !important;
  transform:translateX(-50%) !important;
  background:transparent !important; box-shadow:none !important; padding:0 !important; margin:0 !important;
  width:auto !important; height:auto !important; min-height:0 !important; max-height:none !important;
  z-index:2 !important;
}

/* Make the H1 itself the blue card (so sizing is exact and text centers) */
.kelso-swiper .swiper-slide h1.kelso-slider-slide-content-main{
  display:block !important;
  margin:0 auto !important;
  padding:1.2rem 2rem !important;

  /* Width like your reference: wide but not edge-to-edge */
  width:min(92vw, 980px) !important;
  max-width:980px !important;

  text-align:center !important;
  line-height:1.18 !important;
  white-space:normal !important; word-break:keep-all !important; text-wrap:balance !important;

  background:rgba(0,51,102,.80) !important;
  color:#fff !important;
  border-radius:8px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.25) !important;
}

/* Keep the hero image underneath */
.kelso-swiper .swiper-slide:has(h1.kelso-slider-slide-content-main) img{
  position:relative !important;
  z-index:1 !important;
  width:100% !important; height:auto !important; display:block !important;
}
/* Hero H1: make the blue panel narrower */
.kelso-swiper .swiper-slide h1.kelso-slider-slide-content-main{
  /* was min(92vw, 980px); tighten the width */
  width:min(70vw, 980px) !important;
  max-width:980px !important;
}
/* Hero H1: narrow like the original */
.kelso-swiper .swiper-slide h1.kelso-slider-slide-content-main{
  /* pick ONE of these width styles; start with the fixed max look */
  width:min(56vw, 820px) !important;   /* narrower than before */
  max-width:820px !important;

  /* slightly tighter vertical padding for the compact bar */
  padding:0.95rem 1.75rem !important;
}
/* =========================================================
   SECONDARY SLIDES (H3 + OL + caption) — bottom alignment
   Scopes ONLY to slides that contain the H3 headline.
   ========================================================= */

/* The overlay container: full slide, no background */
.kelso-swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; padding:0 !important; margin:0 !important; box-shadow:none !important; border:0 !important;
}

/* Keep the photo beneath the overlays */
.kelso-swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) img{
  position:relative !important; z-index:1 !important; width:100% !important; height:auto !important; display:block !important;
}

/* LEFT: H3 blue panel — bottom-left */
.kelso-swiper .swiper-slide h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important; top:auto !important; right:auto !important;
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important; line-height:1.15 !important;
  white-space:normal !important; word-break:break-word !important; overflow-wrap:anywhere !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:6 !important;
}

/* RIGHT: stacked LI cards — bottom-right (no wrapper backdrop) */
.kelso-swiper .swiper-slide ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important; top:auto !important; left:auto !important;
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.6rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:5 !important;
}
.kelso-swiper .swiper-slide ol.kelso-slider-slide-content-secondary > li{
  margin:0 !important; padding:1rem 1.15rem !important;
  background:rgba(255,255,255,.94) !important; color:#003366 !important;
  border-radius:6px !important; box-shadow:0 8px 20px rgba(0,0,0,.14) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* CAPTION: under the list on the right */
.kelso-swiper .swiper-slide .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:1rem !important; left:auto !important; top:auto !important;
  display:block !important; background:transparent !important; color:#8ba0b8 !important; z-index:7 !important;
}
.kelso-swiper .swiper-slide .kelso-slider-photo-caption a{ color:#8ba0b8 !important; text-decoration:none !important; }

/* Mobile: hide the right list; center H3 at the bottom */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide h3.kelso-slider-slide-content-primary{
    left:50% !important; right:auto !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* ==============================
   H3 slides: bottom split layout
   (does NOT change your H1 hero)
   ============================== */

/* Every slide: create a positioning context; image stays underneath */
.kelso-swiper .swiper-slide{ position:relative !important; }
.kelso-swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* Kill the big translucent backdrop some themes add */
.kelso-swiper .swiper-slide .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; padding:0 !important; margin:0 !important;
}
.kelso-swiper .swiper-slide .kelso-slider-slide-content::before,
.kelso-swiper .swiper-slide .kelso-slider-slide-content::after{ content:none !important; }

/* LEFT: H3 blue panel (bottom-left) */
.kelso-swiper .swiper-slide h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; right:auto !important; top:auto !important; bottom:6rem !important;
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  line-height:1.15 !important; text-align:left !important; white-space:normal !important; word-break:break-word !important;
  color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:6 !important;
}

/* RIGHT: ordered list of cards (bottom-right) */
.kelso-swiper .swiper-slide ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:6rem !important;
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.6rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:5 !important;
}
/* Individual cards */
.kelso-swiper .swiper-slide ol.kelso-slider-slide-content-secondary > li{
  margin:0 !important; padding:1rem 1.15rem !important;
  background:#fff !important; color:#003366 !important;
  border-radius:6px !important; box-shadow:0 8px 20px rgba(0,0,0,.14) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
/* Stagger in on active slide */
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* CAPTION: under the image on the right */
.kelso-swiper .swiper-slide .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:1rem !important; left:auto !important; top:auto !important;
  display:block !important; background:transparent !important; color:#8ba0b8 !important; z-index:7 !important;
}
.kelso-swiper .swiper-slide .kelso-slider-photo-caption a{
  color:#8ba0b8 !important; text-decoration:none !important;
}

/* Mobile: hide the right list; center H3 at bottom */
@media (max-width:840px){
  .kelso-swiper .swiper-slide ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* =========================================================
   H3 / secondary slides — bottom split layout (LEFT=H3, RIGHT=LI)
   Does not affect the H1 hero slide.
   ========================================================= */

/* Base: never show a backdrop on the overlay wrapper */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  padding:0 !important; margin:0 !important;
}

/* Keep the photo below all overlays */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide img{
  position:relative !important; z-index:1 !important; display:block !important;
  width:100% !important; height:auto !important;
}

/* ---------- LEFT: H3 blue panel ---------- */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide .kelso-slider-slide-content h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; right:auto !important;
  top:auto !important; bottom:6rem !important;           /* move up/down together */
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  text-align:left !important; line-height:1.15 !important;
  white-space:normal !important; overflow-wrap:anywhere !important; word-break:break-word !important;
  color:#fff !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:6 !important;
}

/* ---------- RIGHT: LI cards (stacked) ---------- */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; left:auto !important;
  top:auto !important; bottom:6rem !important;            /* match H3 bottom */
  width:48% !important; max-width:48% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.6rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important;
  z-index:5 !important;
}

/* Individual LI cards */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary > li{
  margin:0 !important; padding:1rem 1.15rem !important;
  background:#ffffff !important; color:#003366 !important;
  border-radius:6px !important; box-shadow:0 8px 20px rgba(0,0,0,.14) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}

/* Stagger-in animation on the active slide */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide.kelso-active .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary > li{
  transform:none !important; opacity:1 !important;
}
.kelso-slider-slide.kelso-active .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }
.kelso-slider-slide.kelso-active .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary > li:nth-child(4){ transition-delay:.60s; }

/* ---------- Caption (credit) under the image on the right ---------- */
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; left:auto !important;
  top:auto !important; bottom:1rem !important;
  display:block !important; background:transparent !important;
  color:#8ba0b8 !important; z-index:7 !important;
}
.kelso-slider-container.swiper-initialized .swiper
.kelso-slider-slide .kelso-slider-photo-caption a{
  color:#8ba0b8 !important; text-decoration:none !important;
}

/* ---------- Mobile behavior ---------- */
@media (max-width:840px){
  .kelso-slider-container.swiper-initialized .swiper
  .kelso-slider-slide .kelso-slider-slide-content ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-slider-container.swiper-initialized .swiper
  .kelso-slider-slide .kelso-slider-slide-content h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important;
    text-align:center !important; bottom:2rem !important;
  }
}
/* Non-hero slides: ensure overlay fills slide so bottom anchors work */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; background:transparent !important;
}

/* Bottom-left H3 panel */
.kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; bottom:6rem !important; top:auto !important; right:auto !important;
  width:48% !important; max-width:48% !important;
}

/* Bottom-right list */
.kelso-swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; bottom:6rem !important; top:auto !important; left:auto !important;
  width:48% !important; max-width:48% !important;
}

/* Caption truly bottom-right */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:1rem !important; top:auto !important; left:auto !important;
}
/* HERO (H1) — square corners on the blue panel */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content{
  border-radius:0 !important;     /* override JS inline radius */
}

/* HERO (H1) — make the blue bar narrower via the H1 width */
.kelso-swiper .swiper-slide h1.kelso-slider-slide-content-main{
  width:min(52vw, 760px) !important;   /* adjust to taste: 50–60vw typical */
  max-width:760px !important;
  padding:0.9rem 1.5rem !important;    /* slightly tighter height; tweak if needed */
}
/* ===============================
   H3 slides — bottom-aligned layout
   (does NOT affect the H1 hero)
   =============================== */

/* Make each slide a positioning context; keep the photo under overlays */
.kelso-swiper .swiper-slide{ position:relative !important; overflow:hidden !important; }
.kelso-swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* Overlay wrapper must cover the whole slide; no translucent backdrop */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; box-shadow:none !important; border:0 !important; padding:0 !important; margin:0 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content::before,
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content::after{
  content:none !important;
}

/* LEFT: H3 blue panel pinned to bottom-left */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; right:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:1.15rem 1.75rem !important;
  text-align:left !important; line-height:1.15 !important; color:#fff !important;
  white-space:normal !important; word-break:break-word !important; overflow-wrap:anywhere !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:6 !important; /* sit above the list if they ever overlap */
}

/* RIGHT: stacked LI cards pinned to bottom-right, no wrapper backdrop */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.6rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; z-index:5 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary::before,
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary::after{
  content:none !important;
}
/* Individual cards + stagger (driven by .kelso-active from JS) */
.kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{
  margin:0 !important; padding:1rem 1.15rem !important;
  background:#ffffff !important; color:#003366 !important;
  border-radius:6px !important; box-shadow:0 8px 20px rgba(0,0,0,.14) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active:not(.kelso-hero) ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* CAPTION: sits under the image on the right */
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:1rem !important;
  display:block !important; background:transparent !important; color:#8ba0b8 !important; z-index:4 !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-photo-caption a{
  color:#8ba0b8 !important; text-decoration:none !important;
}

/* Mobile: hide right list; center headline lower */
@media (max-width:840px){
  .kelso-swiper .swiper-slide:not(.kelso-hero) ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* ===============================
   Non-hero (H3) slides — bottom layout
   Works with your current JS which adds .kelso-secondary
   =============================== */

/* Slide is positioning context; image stays under overlays */
.kelso-swiper .swiper-slide.kelso-secondary{ position:relative !important; overflow:hidden !important; }
.kelso-swiper .swiper-slide.kelso-secondary img{
  position:relative !important; z-index:-1 !important; width:100% !important; height:auto !important; display:block !important;
}

/* Overlay fills slide; no translucent backdrop */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; box-shadow:none !important; border:0 !important; padding:0 !important; margin:0 !important;
}

/* LEFT: H3 blue panel — bottom-left */
.kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; right:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:1.15rem 1.75rem !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  color:#fff !important; text-align:left !important; line-height:1.15 !important;
  white-space:normal !important; overflow-wrap:anywhere !important; word-break:break-word !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important; z-index:6 !important;
}

/* RIGHT: LI cards — bottom-right; each is its own white chip */
.kelso-swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.6rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; z-index:5 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary > li{
  margin:0 !important; padding:1rem 1.15rem !important;
  background:#fff !important; color:#003366 !important;
  border-radius:6px !important; box-shadow:0 8px 20px rgba(0,0,0,.14) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
/* Staggered reveal (your JS already toggles .kelso-active) */
.kelso-swiper .swiper-slide.kelso-active.kelso-secondary ol.kelso-slider-slide-content-secondary > li{ transform:none; opacity:1; }
.kelso-swiper .swiper-slide.kelso-active.kelso-secondary ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-swiper .swiper-slide.kelso-active.kelso-secondary ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-swiper .swiper-slide.kelso-active.kelso-secondary ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* Caption under the image on the right */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:1rem !important;
  display:block !important; background:transparent !important; color:#8ba0b8 !important; z-index:4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-photo-caption a{
  color:#8ba0b8 !important; text-decoration:none !important;
}

/* Mobile: hide the list; center H3 lower */
@media (max-width:840px){
  .kelso-swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary{ display:none !important; }
  .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* =========================================================
   Non-hero (H3) slides — force bottom layout & kill backdrops
   Works if slides have .kelso-secondary OR just contain the H3.
   ========================================================= */

/* Slide = positioning context; photo stays beneath overlays */
.kelso-slider-container .swiper .swiper-slide{ position:relative !important; overflow:hidden !important; }
.kelso-slider-container .swiper .swiper-slide img{
  position:relative !important; z-index:1 !important; display:block !important; width:100% !important; height:auto !important;
}

/* Overlay wrapper fills the slide; absolutely NO backdrop */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content,
.kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) .kelso-slider-slide-content{
  position:absolute !important; inset:0 !important; z-index:2 !important;
  background:transparent !important; box-shadow:none !important; border:0 !important; padding:0 !important; margin:0 !important;
}
/* If some styles were set inline on the wrapper, overpower them */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content[style],
.kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) .kelso-slider-slide-content[style]{
  background:transparent !important; box-shadow:none !important; border:0 !important; padding:0 !important; margin:0 !important;
}

/* -------- LEFT: H3 blue panel pinned near bottom-left -------- */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary,
.kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) h3.kelso-slider-slide-content-primary{
  position:absolute !important; left:2rem !important; right:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:1.1rem 1.6rem !important;
  color:#fff !important; text-align:left !important; line-height:1.15 !important;
  white-space:normal !important; overflow-wrap:anywhere !important; word-break:break-word !important;
  background:#003366 !important;
  background-image:radial-gradient(rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%) !important;
  border-radius:6px !important; box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:6 !important;
}

/* -------- RIGHT: LI stack pinned near bottom-right (no backdrop) -------- */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary,
.kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) ol.kelso-slider-slide-content-secondary{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:6rem !important;
  width:46% !important; max-width:46% !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
  display:flex !important; flex-direction:column !important; gap:.6rem !important;
  background:transparent !important; border:0 !important; box-shadow:none !important; z-index:5 !important;
}
.kelso-slider-container .swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary > li,
.kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) ol.kelso-slider-slide-content-secondary > li{
  margin:0 !important; padding:1rem 1.15rem !important;
  background:#fff !important; color:#003366 !important;
  border-radius:6px !important; box-shadow:0 8px 20px rgba(0,0,0,.14) !important;
  line-height:1.35 !important; transform:translateX(18px); opacity:0;
  transition:transform .45s ease, opacity .45s ease;
}
/* Staggered reveal (class is set by your JS) */
.kelso-slider-container .swiper .swiper-slide.kelso-active.kelso-secondary ol.kelso-slider-slide-content-secondary > li,
.kelso-slider-container .swiper .swiper-slide.kelso-active:has(h3.kelso-slider-slide-content-primary) ol.kelso-slider-slide-content-secondary > li{
  transform:none !important; opacity:1 !important;
}
.kelso-slider-container .swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-container .swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(2){ transition-delay:.28s; }
.kelso-slider-container .swiper .swiper-slide.kelso-active ol.kelso-slider-slide-content-secondary > li:nth-child(3){ transition-delay:.44s; }

/* -------- Caption under the image, bottom-right -------- */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-photo-caption,
.kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; left:auto !important; top:auto !important; bottom:1rem !important;
  display:block !important; background:transparent !important; color:#8ba0b8 !important; z-index:4 !important;
}
.kelso-slider-container .swiper .swiper-slide .kelso-slider-photo-caption a{ color:#8ba0b8 !important; text-decoration:none !important; }

/* -------- Mobile: hide the right list; center the H3 lower -------- */
@media (max-width:840px){
  .kelso-slider-container .swiper .swiper-slide.kelso-secondary ol.kelso-slider-slide-content-secondary,
  .kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) ol.kelso-slider-slide-content-secondary{
    display:none !important;
  }
  .kelso-slider-container .swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary,
  .kelso-slider-container .swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) h3.kelso-slider-slide-content-primary{
    left:50% !important; transform:translateX(-50%) !important;
    width:calc(100% - 2rem) !important; max-width:calc(100% - 2rem) !important; text-align:center !important; bottom:2rem !important;
  }
}
/* =========================
   Secondary (H3) slide layout
   ========================= */

/* Bottom-aligned wrapper across the slide */
.kelso-slider-container .swiper .kelso-secondary .kelso-slider-slide-content{
  position:absolute !important;
  left:0 !important; right:0 !important; top:auto !important; bottom:3rem !important;
  display:flex !important; align-items:flex-end !important; justify-content:space-between !important;
  gap:2rem !important; padding:0 2rem !important;
  background:none !important; box-shadow:none !important; z-index:3 !important;
  pointer-events:none !important; /* children re-enable */
}

/* Left blue headline block */
.kelso-slider-container .swiper .kelso-secondary h3.kelso-slider-slide-content-primary{
  flex:0 1 48% !important; max-width:48% !important;
  margin:0 !important; padding:1.25rem 2rem !important;
  line-height:1.2 !important; text-align:left !important;
  color:#fff !important;
  background:rgba(0,51,102,.9) !important;
  border-radius:8px !important; box-shadow:0 10px 24px rgba(0,0,0,.22) !important;
  pointer-events:auto !important;
}

/* Right column of white “cards” */
.kelso-slider-container .swiper .kelso-secondary ol.kelso-slider-slide-content-secondary{
  list-style:none !important; margin:0 !important; padding:0 !important;
  flex:0 1 48% !important; max-width:48% !important;
  display:flex !important; flex-direction:column !important; gap:1rem !important;
  background:transparent !important; pointer-events:auto !important;
}
.kelso-slider-container .swiper .kelso-secondary ol.kelso-slider-slide-content-secondary li{
  margin:0 !important; padding:1rem 1.25rem !important; line-height:1.35 !important;
  color:#0a2a4f !important; background:rgba(255,255,255,.95) !important;
  border-radius:8px !important; box-shadow:0 8px 20px rgba(0,0,0,.15) !important;
  transform:translateX(40px); opacity:0; transition:transform .5s ease, opacity .5s ease;
}
/* Staggered reveal when the slide becomes active */
.kelso-slider-container .swiper .kelso-secondary.kelso-active ol.kelso-slider-slide-content-secondary li{ transform:none; opacity:1; }
.kelso-slider-container .swiper .kelso-secondary.kelso-active ol.kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.20s; }
.kelso-slider-container .swiper .kelso-secondary.kelso-active ol.kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.35s; }
.kelso-slider-container .swiper .kelso-secondary.kelso-active ol.kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.50s; }

/* Photo credit under the image on the right */
.kelso-slider-container .swiper .kelso-secondary .kelso-slider-photo-caption{
  position:absolute !important; right:2rem !important; bottom:.5rem !important;
  margin:0 !important; padding:0 !important; color:#9aa0a6 !important;
  background:none !important; z-index:4 !important; pointer-events:auto !important;
}

/* =========================
   Hero (H1) tweaks you asked for
   ========================= */
.kelso-slider-container .swiper .kelso-hero .kelso-slider-slide-content{
  border-radius:0 !important;                     /* square corners */
  max-width:980px !important; width:76% !important;
  padding:1.25rem 2rem !important;
}

/* Responsive fallbacks */
@media (max-width:900px){
  .kelso-slider-container .swiper .kelso-secondary .kelso-slider-slide-content{
    flex-direction:column !important; align-items:stretch !important; gap:1rem !important;
    bottom:1rem !important; padding:0 1rem !important;
  }
  .kelso-slider-container .swiper .kelso-secondary h3.kelso-slider-slide-content-primary,
  .kelso-slider-container .swiper .kelso-secondary ol.kelso-slider-slide-content-secondary{
    max-width:100% !important; flex-basis:100% !important;
  }
}
/* ========== Non-hero slides (H3 + bullets) ========== */

/* Tell the slide that this is a non-hero layout */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary {
  position: relative !important;
  overflow: hidden !important;
}

/* Place the H3 block (left) and the OL bullets (right) on the BOTTOM row */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important; bottom: 2.25rem !important; top: auto !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem !important;
  background: none !important;
  box-shadow: none !important;
}

/* LEFT: H3 panel */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary{
  max-width: 52% !important;
  background: rgba(0,51,102,.9) !important;
  color: #fff !important;
  padding: 1.25rem 1.75rem !important;
  border-radius: 8px !important;
  margin: 0 !important;
}

/* RIGHT: bullets panel */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  max-width: 46% !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 1rem 1.25rem !important;
  background: rgba(255,255,255,.95) !important;
  border-radius: 8px !important;
}

/* bullets animation (stagger in when slide becomes active) */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  margin: .35rem 0 !important;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
.kelso-slider-container .swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li{
  opacity: 1; transform: translateY(0);
}
.kelso-slider-container .swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-container .swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.24s; }
.kelso-slider-container .swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.36s; }

/* Photo credit / caption UNDER the image on the right */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary .kelso-slider-photo-caption{
  position: absolute !important;
  right: 2rem !important;
  bottom: .5rem !important;
  color: #9aa0a6 !important;
  background: none !important;
  margin: 0 !important;
  z-index: 4 !important;
}

/* Keep the image under the overlays */
.kelso-slider-container .swiper .swiper-slide.kelso-secondary img{
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important; height: auto !important; display: block !important;
}
/* (H1 hero width tweak you already applied stays as-is; not repeating here) */
/* --- Kelso: put the photo credit at bottom-right of the slide image --- */
.kelso-slider-container .swiper-initialized .kelso-slider-slide .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.5rem !important;
  bottom: .9rem !important;
  z-index: 4 !important;
  display: block !important;
  background: transparent !important;
  color: #9aa0a6 !important;         /* light grey credit */
  text-align: right !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}
.kelso-slider-container .swiper-initialized .kelso-slider-slide .kelso-slider-photo-caption p{
  margin: 0 !important;
}
.kelso-slider-container .swiper-initialized .kelso-slider-slide .kelso-slider-photo-caption a{
  color: #9aa0a6 !important;
  text-decoration: none !important;
}
.kelso-slider-container .swiper-initialized .kelso-slider-slide .kelso-slider-photo-caption a:hover{
  text-decoration: underline !important;
}

/* Optional: center on small screens */
@media (max-width: 840px){
  .kelso-slider-container .swiper-initialized .kelso-slider-slide .kelso-slider-photo-caption{
    right: 1rem !important;
    left: 1rem !important;
    text-align: center !important;
  }
}
/* =========================
   Secondary slides layout (H3 + LIs) — pin content to bottom
   ========================= */

/* Make the slide a positioning context */
.kelso-slider-container .kelso-slider-slide{
  position: relative !important;
  overflow: hidden !important;
}

/* Non-hero slides only (H3 + bullets) */
.kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content{
  position: absolute !important;
  inset: 0 !important;                 /* cover the slide so we can align bottom */
  display: flex !important;
  align-items: flex-end !important;     /* push content to the bottom */
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem 2.25rem 2rem !important; /* bottom breathing room */
  background: none !important;
  box-shadow: none !important;
  z-index: 3 !important;
}

/* Left: H3 panel (blue) */
.kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content-primary{
  display: block !important;
  width: 48% !important;
  max-width: 900px !important;
  margin: 0 !important;
  padding: 1.25rem 2rem !important;
  color: #fff !important;
  background: rgba(0,51,102,.92) !important; /* Kelso blue */
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
}

/* Ensure the H3 text wraps nicely and never hides under the bullet panel */
.kelso-slider-container .kelso-slider-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary{
  line-height: 1.15 !important;
  background: none !important;
  text-shadow: none !important;
}

/* Right: bullets container */
.kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary{
  display: block !important;
  width: 48% !important;
  max-width: 980px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
}

/* Each bullet as a white card */
.kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary li{
  margin: 0 0 1rem 0 !important;
  padding: 1.1rem 1.5rem !important;
  background: rgba(255,255,255,.95) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  color: #003366 !important;
}

/* Optional: gentle stagger on active slide (keeps your previous animation idea) */
.kelso-slider-container .kelso-slider-slide.kelso-active .kelso-slider-slide-content-secondary li{
  transform: translateX(0) !important; opacity: 1 !important;
  transition: transform .45s ease, opacity .45s ease !important;
}
.kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary li{
  transform: translateX(8px) !important; opacity: 0 !important;
}
.kelso-slider-container .kelso-slider-slide.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay: .15s !important; }
.kelso-slider-container .kelso-slider-slide.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay: .30s !important; }
.kelso-slider-container .kelso-slider-slide.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay: .45s !important; }

/* Photo credit under the image on the right */
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption{
  position: absolute !important;
  right: 2rem !important;
  bottom: .75rem !important;
  z-index: 4 !important;
  color: #9aa0a6 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption p{ margin: 0 !important; }
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption a{
  color: #9aa0a6 !important; text-decoration: none !important;
}
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption a:hover{
  text-decoration: underline !important;
}

/* Mobile: stack and center */
@media (max-width: 980px){
  .kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content{
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0 1rem 1.25rem 1rem !important;
  }
  .kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-slider-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary{
    width: 100% !important; max-width: 100% !important;
  }
  .kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption{
    left: 1rem !important; right: 1rem !important; text-align: center !important;
  }
}
/* =========================
   Secondary slides (H3 + bullets) — bottom layout
   ========================= */
.kelso-slider-container .kelso-slider-slide.kelso-secondary{
  position: relative !important;
  overflow: hidden !important;
}

.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  bottom: 0 !important; top: auto !important;
  display: flex !important;
  align-items: flex-end !important;      /* pin to bottom */
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem 2.25rem 2rem !important;
  background: none !important;
  box-shadow: none !important;
  z-index: 3 !important;
}

/* Left: H3 blue block */
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-primary{
  display: block !important;
  width: 48% !important;
  max-width: 900px !important;
  margin: 0 !important;
  padding: 1.25rem 2rem !important;
  color: #fff !important;
  background: rgba(0,51,102,.92) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
}
.kelso-slider-container .kelso-slider-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  line-height: 1.15 !important;
  background: none !important;
  margin: 0 !important;
}

/* Right: bullet cards */
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  display: block !important;
  width: 48% !important;
  max-width: 980px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
}
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  margin: 0 0 1rem 0 !important;
  padding: 1.1rem 1.5rem !important;
  background: rgba(255,255,255,.95) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  color: #003366 !important;
}

/* Optional: reveal bullets when slide is active */
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  transform: translateX(8px) !important;
  opacity: 0 !important;
}
.kelso-slider-container .kelso-slider-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li{
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition: transform .45s ease, opacity .45s ease !important;
}
.kelso-slider-container .kelso-slider-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay: .15s !important; }
.kelso-slider-container .kelso-slider-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay: .30s !important; }
.kelso-slider-container .kelso-slider-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay: .45s !important; }

/* Caption: lower-right, just above the bottom edge */
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption{
  position: absolute !important;
  right: 2rem !important;
  bottom: .75rem !important;
  z-index: 4 !important;
  color: #9aa0a6 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption p{ margin: 0 !important; }
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption a{
  color: #9aa0a6 !important; text-decoration: none !important;
}
.kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption a:hover{ text-decoration: underline !important; }

/* Mobile stacking */
@media (max-width: 980px){
  .kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content{
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0 1rem 1.25rem 1rem !important;
  }
  .kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    width: 100% !important; max-width: 100% !important;
  }
  .kelso-slider-container .kelso-slider-slide .kelso-slider-photo-caption{
    left: 1rem !important; right: 1rem !important; text-align: center !important;
  }
}
/* --- Kelso slider: put H3 and UL on the same z-layer, above the image --- */
.kelso-slider-container .kelso-slider-slide.kelso-secondary{
  position: relative !important; /* create one stacking context for the slide */
}

.kelso-slider-container .kelso-slider-slide.kelso-secondary img{
  position: relative !important;
  z-index: 1 !important;          /* image stays at the very back */
}

.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;  /* we already pin this to the bottom */
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  z-index: 2 !important;          /* common container layer for both columns */
}

/* Columns (H3 block + bullet list) share the same layer so they don't overlap */
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-primary,
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: relative !important;
  z-index: 3 !important;          /* same z for both sides */
}

/* Each LI lives on the same layer as its column (avoid new higher stacks) */
.kelso-slider-container .kelso-slider-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  position: relative !important;
  z-index: 3 !important;
  /* keep any opaque background to prevent visual bleed-through */
  background: rgba(255,255,255,.95) !important;
}

/* Make sure the H3 block is not accidentally lower than the cards */
.kelso-slider-container .kelso-slider-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position: relative !important;
  z-index: 3 !important;
}
/* Kelso: put slide caption below the image, right-aligned */
.kelso-slider-slide .kelso-slider-photo-caption{
  position: static !important;           /* not overlayed */
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  margin: 12px 2rem 0 0 !important;      /* small gap below image; pad on right */
  color: rgba(255,255,255,.85) !important;
  z-index: 1 !important;                  /* under overlays, above bg */
  pointer-events: auto;
}

@media (max-width: 900px){
  .kelso-slider-slide .kelso-slider-photo-caption{
    margin-right: 1rem !important;
  }
}
/* Caption only when it's moved under the slide (after <img>) */
.kelso-slider-slide > .kelso-slider-photo-caption{
  position: static !important;            /* sits in normal flow under the image */
  display: block !important;
  width: 100% !important;
  text-align: right !important;           /* right aligned text */
  margin: 12px 2rem 0 0 !important;       /* small gap + right padding */
  color: rgba(255,255,255,.9) !important;
  z-index: 1 !important;                   /* under overlays, above bg */
  pointer-events: auto;
}

/* If you want smaller padding on mobile */
@media (max-width: 900px){
  .kelso-slider-slide > .kelso-slider-photo-caption{
    margin-right: 1rem !important;
  }
}

/* --- KELSO: place slide caption BELOW the image, right-aligned (H3 slides) --- */
.kelso-slider-slide {
  /* allow caption to appear below img instead of getting clipped/overlapped */
  overflow: visible !important;
}

/* main overlay keeps higher z so caption sits visually "under" it */
.kelso-slider-slide .kelso-slider-slide-content {
  z-index: 2 !important;
}

/* the caption itself becomes normal flow content, under the image */
.kelso-slider-slide > .kelso-slider-photo-caption {
  position: static !important;       /* stop any absolute positioning */
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;

  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  /* sit beneath the overlay layer */
  z-index: 1 !important;

  /* spacing under the image */
  margin: 0.75rem 1.25rem 0 auto !important; /* right aligned: auto left, margin-right */
  padding: 0 !important;

  /* no background box */
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;

  /* keep it tidy in width and alignment */
  max-width: min(44rem, 46vw) !important;
  text-align: right !important;
  line-height: 1.35 !important;
  color: #6b778c !important; /* adjust to your theme neutral if needed */
}

/* ensure the slide's image is a proper block so caption sits cleanly below it */
.kelso-slider-slide > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* OPTIONAL: give the whole slide a bit of room below so the caption doesn't
   crowd the next section (tune as needed) */
.kelso-slider-slide {
  padding-bottom: 1rem !important;
}
/* Reserve a bottom gutter for the caption and keep overlays above it */
.kelso-slider-slide{
  position: relative !important;
  padding-bottom: 2.25rem !important;  /* gutter for caption */
  overflow: visible !important;
}

/* Make the overlay stop above the gutter so it doesn't cover the caption */
.kelso-slider-slide .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  top: 0 !important;
  bottom: 2.25rem !important;          /* match the gutter above */
  z-index: 2 !important;               /* overlay stays above image, below caption */
  background: transparent !important;
  box-shadow: none !important;
}

/* Put the caption into the gutter at bottom-right, under the image */
.kelso-slider-slide > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.5rem !important;
  bottom: .35rem !important;           /* sits inside the gutter */
  left: auto !important; top: auto !important;
  transform: none !important;
  display: block !important;
  text-align: right !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important; box-shadow: none !important;
  color: #9aa0a6 !important;
  z-index: 3 !important;               /* above overlay so it’s readable */
}

/* Ensure the image behaves normally so caption is visually below it */
.kelso-slider-slide > img{
  display: block !important;
  width: 100% !important; height: auto !important;
  position: relative !important; z-index: 1 !important;
}

/* Tweak gutter on small screens if needed */
@media (max-width: 900px){
  .kelso-slider-slide{ padding-bottom: 2.75rem !important; }
  .kelso-slider-slide .kelso-slider-slide-content{ bottom: 2.75rem !important; }
  .kelso-slider-slide > .kelso-slider-photo-caption{ right: 1rem !important; }
}
/* ---- Caption: allow full multi-line below the image (no fixed gutter) ---- */

/* Let content below the image be visible */
.kelso-slider-slide{
  overflow: visible !important;
  padding-bottom: 0 !important;            /* remove previous fixed gutter */
}

/* Overlay covers the image area; it ends at the image bottom */
.kelso-slider-slide .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important;
  z-index: 2 !important;
  background: transparent !important; box-shadow: none !important;
}

/* Caption becomes a normal block that can wrap to multiple lines */
.kelso-slider-slide > .kelso-slider-photo-caption{
  position: static !important;              /* take it out of absolute layout */
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  margin: 0.75rem 1.25rem 0 0 !important;  /* gap below image, right padding */
  padding: 0 !important;
  background: transparent !important; box-shadow: none !important; border: 0 !important;
  color: #9aa0a6 !important;
  line-height: 1.35 !important;
  z-index: auto !important;                 /* no stacking context needed */
  white-space: normal !important;           /* wrap naturally */
  overflow-wrap: anywhere !important;       /* prevent overflow on long names/links */
  word-break: break-word !important;
}

/* Ensure image is a block so caption sits directly below it */
.kelso-slider-slide > img{
  display: block !important;
  width: 100% !important; height: auto !important;
}
/* Caption lives inside the slide; JS reserves space with padding-bottom */
.kelso-slider-slide{
  position: relative !important;
  overflow: visible !important;   /* allow caption area to render cleanly */
}
.kelso-slider-slide > img{
  display: block !important; width: 100% !important; height: auto !important;
}
/* Overlay must stop above the caption gutter; JS sets bottom inline */
.kelso-slider-slide .kelso-slider-slide-content{
  position: absolute !important; left: 0 !important; right: 0 !important; top: 0 !important;
  z-index: 2 !important; background: transparent !important; box-shadow: none !important;
}
/* Caption is absolutely anchored in the reserved gutter (JS positions it) */
.kelso-slider-slide > .kelso-slider-photo-caption{
  color: #9aa0a6 !important;
}
.kelso-slider-slide > .kelso-slider-photo-caption p{ margin: 0 !important; }
.kelso-slider-slide > .kelso-slider-photo-caption a{
  color: #9aa0a6 !important; text-decoration: none !important;
}
.kelso-slider-slide > .kelso-slider-photo-caption a:hover{
  text-decoration: underline !important;
}
/* Slide must allow the extra bottom gutter created by JS */
.kelso-slider-slide{ position:relative !important; overflow:visible !important; }

/* Ensure image defines the visual height of the slide */
.kelso-slider-slide > img{ display:block !important; width:100% !important; height:auto !important; }

/* The overlay panel will be shifted up via inline bottom set by JS */
.kelso-slider-slide .kelso-slider-slide-content{
  position:absolute !important; left:0 !important; right:0 !important; top:0 !important; z-index:2 !important;
}

/* Caption styling; JS turns it into an absolute footer inside the reserved gutter */
.kelso-slider-slide > .kelso-slider-photo-caption{ color:#9aa0a6 !important; }
.kelso-slider-slide > .kelso-slider-photo-caption p{ margin:0 !important; }
.kelso-slider-slide > .kelso-slider-photo-caption a{
  color:#9aa0a6 !important; text-decoration:none !important;
}
.kelso-slider-slide > .kelso-slider-photo-caption a:hover{ text-decoration:underline !important; }

/* --- Prevent grey bar flicker & top-pin --- */
.kelso-slider-slide .kelso-slider-slide-content{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;            /* was top:0; this causes the grey overlay flash */
  z-index:2 !important;
}

/* Hide overlay+caption until the slide layout is ready (JS will add the ready class) */
.kelso-slider-slide:not(.kelso-cap-ready) .kelso-slider-slide-content,
.kelso-slider-slide:not(.kelso-cap-ready) > .kelso-slider-photo-caption{
  visibility:hidden;
  opacity:0;
}
.kelso-slider-slide.kelso-cap-ready .kelso-slider-slide-content,
.kelso-slider-slide.kelso-cap-ready > .kelso-slider-photo-caption{
  visibility:visible;
  opacity:1;
  transition:opacity .25s ease;   /* smooth reveal, no flicker */
}
/* Caption sits under the slide image, aligned right */
.kelso-slider-slide > .kelso-slider-photo-caption{
  position: static !important;
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  margin: 12px 1.5rem 0 0 !important;
  padding: 0 !important;
  color: #9aa0a6 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.kelso-slider-slide > img{ display:block !important; width:100% !important; height:auto !important; }
.kelso-slider-slide > .kelso-slider-photo-caption p{ margin:0 !important; }
.kelso-slider-slide > .kelso-slider-photo-caption a{ color:#9aa0a6 !important; text-decoration:none !important; }
.kelso-slider-slide > .kelso-slider-photo-caption a:hover{ text-decoration:underline !important; }
@media (max-width: 900px){
  .kelso-slider-slide > .kelso-slider-photo-caption{ margin-right: 1rem !important; text-align: center !important; }
}

/* === H3 secondary slides pinned to bottom (no caption changes) === */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  position: relative !important;
  overflow: hidden !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  bottom: 2.4rem !important; /* leave small gutter for caption if present */
  top: auto !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem !important;
  background: none !important; box-shadow: none !important; z-index: 2 !important;
}

/* Left: H3 blue block */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary{
  display: block !important;
  width: 48% !important; max-width: 900px !important;
  margin: 0 !important; padding: 1.1rem 1.6rem !important;
  color: #fff !important;
  background: rgba(0,51,102,.92) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  line-height: 1.15 !important; margin: 0 !important; background: none !important;
}

/* Right: LI white cards */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  display: block !important;
  width: 48% !important; max-width: 980px !important;
  margin: 0 !important; padding: 0 !important; list-style: none !important;
  background: none !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  margin: 0 0 1rem 0 !important; padding: 1rem 1.25rem !important;
  background: rgba(255,255,255,.95) !important; color:#003366 !important;
  border-radius: 6px !important; box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
/* Stagger on active */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li{
  opacity: 1; transform: translateY(0);
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.24s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.36s; }

/* Image stays beneath overlays */
.kelso-slider-container .kelso-swiper .swiper-slide img{
  position: relative !important; z-index: 1 !important;
  width: 100% !important; height: auto !important; display: block !important;
}

/* Mobile stacking */
@media (max-width: 980px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    flex-direction: column !important; align-items: center !important; gap: 1rem !important;
    bottom: 2.75rem !important; padding: 0 1rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    width: 100% !important; max-width: 100% !important;
  }
}
/* ===== Secondary slides: fix stacking + bottom alignment ===== */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  position: relative !important;
  overflow: visible !important;
}

/* Put the image behind everything */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > img{
  position: relative !important;
  z-index: 0 !important;            /* LOWER than overlays/caption */
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Put the overlay block (H3 + UL) above the image and pin to bottom */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  top: auto !important; bottom: 2.4rem !important;   /* leaves space for caption */
  z-index: 5 !important;                              /* ABOVE the image */
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem !important;
  background: none !important;
  box-shadow: none !important;
}

/* Ensure H3 and LI render above the image (inherit the overlay's layer) */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary,
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: relative !important;
  z-index: 5 !important;
}

/* Optional card look + stagger animation (keep if you already had these) */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  list-style: none !important; margin: 0 !important; padding: 0 !important; width: 48% !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary{
  width: 48% !important; margin: 0 !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  margin: 0 0 1rem 0 !important; padding: 1rem 1.25rem !important;
  background: rgba(255,255,255,.95) !important; color:#003366 !important;
  border-radius: 6px !important; box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li{
  opacity: 1; transform: translateY(0);
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.24s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.36s; }

/* Caption BELOW the image on the right, above the image layer */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  padding-bottom: 2.4rem !important;   /* gutter for caption */
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.5rem !important; left: auto !important;
  bottom: .25rem !important; top: auto !important;
  z-index: 6 !important;               /* ABOVE overlay and image */
  display: block !important; text-align: right !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important; box-shadow: none !important;
  color: #9aa0a6 !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption p{ margin: 0 !important; }

/* Mobile stacking */
@media (max-width: 980px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    flex-direction: column !important; align-items: center !important; gap: 1rem !important;
    bottom: 2.75rem !important; padding: 0 1rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{ padding-bottom: 2.75rem !important; }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    width: 100% !important; max-width: 100% !important;
  }
}
/* ==== Fix stacking on secondary slides: image behind, content on top ==== */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  position: relative !important;
  overflow: visible !important;
}

/* Image must be BEHIND */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > img{
  position: relative !important;
  z-index: 0 !important;        /* force back */
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Overlay content (H3 + UL) ABOVE image, pinned to bottom */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  bottom: 2.4rem !important;    /* leave room for caption */
  top: auto !important;
  z-index: 5 !important;        /* above image */
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem !important;
  background: none !important;
  box-shadow: none !important;
}

/* Ensure both columns render above */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary,
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: relative !important;
  z-index: 6 !important;        /* above overlay container if needed */
}

/* Caption at bottom-right, above everything */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  padding-bottom: 2.4rem !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.5rem !important; left: auto !important;
  bottom: .25rem !important; top: auto !important;
  z-index: 7 !important;        /* topmost */
  display: block !important;
  text-align: right !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important; box-shadow: none !important;
  color: #9aa0a6 !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption p{ margin:0 !important; }

/* Mobile stacking */
@media (max-width: 980px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    flex-direction: column !important; align-items: center !important; gap: 1rem !important;
    bottom: 2.75rem !important; padding: 0 1rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{ padding-bottom: 2.75rem !important; }
}
 /* Ensure a sane stacking context for secondary slides */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  position: relative !important;
  z-index: 0 !important;
}

/* Image BEHIND overlays/caption */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > img{
  position: relative !important;
  z-index: -1 !important;               /* push image behind everything in the slide */
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
/* ===== Kelso: Secondary (H3) slides — bottom layout & stacking ===== */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  position: relative !important;
  overflow: visible !important;
  padding-bottom: 2.25rem !important; /* room for caption */
}

/* Image goes BEHIND everything on secondary */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > img{
  position: relative !important;
  z-index: -1 !important;            /* keep photo under overlay & caption */
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Overlay block pinned to BOTTOM across slide */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  bottom: 2.4rem !important;         /* just above caption gutter */
  top: auto !important;
  z-index: 5 !important;             /* above image */
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem !important;
  background: none !important;
  box-shadow: none !important;
}

/* Two-column layout at bottom: H3 (left) and bullets (right) */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary{
  position: relative !important; z-index: 6 !important;
  width: 48% !important; margin: 0 !important; color: #fff !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: relative !important; z-index: 6 !important;
  width: 48% !important; margin: 0 !important; padding: 0 !important; list-style: none !important;
}

/* Bullet cards + stagger-in animation */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  margin: 0 0 .75rem 0 !important; padding: .85rem 1.1rem !important;
  background: rgba(255,255,255,.95) !important; color: #003366 !important;
  border-radius: 6px !important; box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li{
  opacity: 1; transform: translateY(0);
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.24s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.36s; }

/* Caption below image on right */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.25rem !important; left: auto !important;
  bottom: .25rem !important; top: auto !important;
  z-index: 7 !important; text-align: right !important;
  margin: 0 !important; padding: 0 !important; background: transparent !important;
  color: #9aa0a6 !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption p{ margin: 0 !important; }

/* Mobile: stack at bottom */
@media (max-width: 980px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    flex-direction: column !important; align-items: center !important; gap: 1rem !important;
    bottom: 2.75rem !important; padding: 0 1rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    width: 100% !important; max-width: 100% !important;
  }
}
/* Create a local stacking context on every slide */
.kelso-swiper .swiper-slide{
  position: relative !important;
  z-index: 0 !important;
}

/* Overlay (H1/H3 content wrapper) sits above photo and is bottom-pinned */
.kelso-swiper .swiper-slide .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  bottom: 2.4rem !important; top: auto !important;
  z-index: 5 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Secondary slides: keep the photo BEHIND the overlay */
.kelso-swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) > img{
  position: relative !important;
  z-index: -1 !important;
}

/* Fallback for browsers without :has() — JS adds .kelso-secondary */
.kelso-swiper .swiper-slide.kelso-secondary > img{
  position: relative !important;
  z-index: -1 !important;
}

/* Keep caption on top, bottom-right (if present) */
.kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.25rem !important; left: auto !important;
  bottom: .25rem !important; top: auto !important;
  z-index: 7 !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important; box-shadow: none !important;
  color: #9aa0a6 !important; text-align: right !important;
}
.kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption p{ margin: 0 !important; }
/* ==== KELSO SWIPER OVERRIDES (wins over legacy Slick rules) ==== */

/* 0) Unhide everything the legacy rule hid (scope to our Swiper) */
.kelso-slider-container .kelso-swiper .swiper-slide .kelso-slider-slide-content,
.kelso-slider-container .kelso-swiper .swiper-slide .kelso-slider-slide-content > h3.kelso-slider-slide-content-primary,
.kelso-slider-container .kelso-swiper .swiper-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary,
.kelso-slider-container .kelso-swiper .swiper-slide .kelso-slider-slide-content > ol.kelso-slider-slide-content-secondary > li,
.kelso-slider-container .kelso-swiper .swiper-slide > .kelso-slider-photo-caption{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* 1) Create a local stacking context per slide */
.kelso-slider-container .kelso-swiper .swiper-slide{
  position: relative !important;
  z-index: 0 !important;
  overflow: visible !important;
}

/* 2) SECONDARY slides (H3 present): image BEHIND all overlay/caption */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > img,
.kelso-slider-container .kelso-swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) > img{
  position: relative !important;
  z-index: -1 !important;           /* photo behind */
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* 3) Pin the H3/UL overlay row to the bottom and layer above image */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  inset: auto 0 2.4rem 0 !important; /* bottom: 2.4rem; left/right: 0 */
  z-index: 5 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  padding: 0 2rem !important;
  background: none !important;
  box-shadow: none !important;
}

/* Left: H3 blue block */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position: relative !important;
  z-index: 6 !important;
  width: 48% !important; max-width: 48% !important;
  margin: 0 !important; padding: 1.1rem 1.6rem !important;
  color: #fff !important;
  background: rgba(0,51,102,.92) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
  line-height: 1.15 !important;
  text-align: left !important;
  overflow-wrap: break-word !important;
}

/* Right: UL white cards + stagger */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: relative !important;
  z-index: 6 !important;
  width: 48% !important; max-width: 48% !important;
  margin: 0 !important; padding: 0 !important; list-style: none !important;
  background: none !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary li{
  margin: 0 0 .75rem 0 !important; padding: .85rem 1.1rem !important;
  background: rgba(255,255,255,.95) !important; color:#003366 !important;
  border-radius: 6px !important; box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li{
  opacity: 1; transform: translateY(0);
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(1){ transition-delay:.12s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(2){ transition-delay:.24s; }
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary.kelso-active .kelso-slider-slide-content-secondary li:nth-child(3){ transition-delay:.36s; }

/* 4) Caption in the bottom-right gutter (above image & overlay) */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  padding-bottom: 2.25rem !important; /* gutter for caption */
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.25rem !important; left: auto !important;
  bottom: .25rem !important; top: auto !important;
  z-index: 7 !important;
  text-align: right !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important; box-shadow: none !important;
  color: #9aa0a6 !important;
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption p{ margin: 0 !important; }

/* 5) Mobile: stack at the bottom */
@media (max-width: 980px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    flex-direction: column !important; align-items: center !important; gap: 1rem !important;
    bottom: 2.75rem !important; padding: 0 1rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
    padding-bottom: 2.75rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    width: 100% !important; max-width: 100% !important;
  }
}
/* --- Pin H3 + UL overlay to the bottom of the image --- */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  inset: auto 0 0 0 !important;     /* bottom: 0; left/right: 0 */
  padding: 0 2rem 0 !important;     /* no extra bottom padding on the overlay line */
}

/* Provide a slim gutter for the caption beneath the image */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
  padding-bottom: 2.2rem !important;  /* space reserved for the caption */
}
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  bottom: .35rem !important;          /* sits just below the image */
}

/* Mobile: keep things readable and still pinned */
@media (max-width: 980px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    inset: auto 0 .5rem 0 !important; /* tiny breathing room on small screens */
    padding: 0 1rem !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary{
    padding-bottom: 2.6rem !important;
  }
}
/* Create a local stacking context on every slide */
.kelso-swiper .swiper-slide{
  position: relative !important;
  z-index: 0 !important;
}

/* Overlay (H1/H3 content wrapper) sits above photo and is bottom-pinned */
.kelso-swiper .swiper-slide .kelso-slider-slide-content{
  position: absolute !important;
  left: 0 !important; right: 0 !important;
  bottom: 2.4rem !important; top: auto !important;
  z-index: 5 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Secondary slides: keep the photo BEHIND the overlay */
.kelso-swiper .swiper-slide:has(h3.kelso-slider-slide-content-primary) > img{
  position: relative !important;
  z-index: -1 !important;
}

/* Fallback for browsers without :has() — JS adds .kelso-secondary */
.kelso-swiper .swiper-slide.kelso-secondary > img{
  position: relative !important;
  z-index: -1 !important;
}

/* Keep caption on top, bottom-right (if present) */
.kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  position: absolute !important;
  right: 1.25rem !important; left: auto !important;
  bottom: .25rem !important; top: auto !important;
  z-index: 7 !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important; box-shadow: none !important;
  color: #9aa0a6 !important; text-align: right !important;
}
.kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption p{ margin: 0 !important; }
/* ------------------------------
   1) Container + pagination (Slick -> Swiper)
   ------------------------------ */
.kelso-slider-row { max-width: 100%; overflow: hidden; }

.kelso-slider-container {
  opacity: 0;
  overflow-y: visible;
  transition: opacity .3s ease;
}
.kelso-slider-container.kelso-opaque { opacity: 1; }

/* Equivalent of .slick-dotted.slick-slider margin */
.kelso-slider-container .swiper { margin-bottom: 3rem; }

/* Like .slick-list { overflow:visible } */
.kelso-slider-container .swiper-wrapper { overflow: visible; }

/* Slick rules that forced image sizing */
.kelso-slider-container .swiper-slide img { width: 100%; height: auto; }

/* Pagination (Slick dots → Swiper bullets) */
.kelso-slider-container .swiper .swiper-pagination {
  top: 10px; right: 10px; left: auto; bottom: initial;
  width: auto;
}
.kelso-slider-container .swiper .swiper-pagination-bullet {
  opacity: .5;
}
.kelso-slider-container .swiper .swiper-pagination-bullet-active {
  background: #538cc6;
  opacity: 1;
}

/* ------------------------------
   2) Show overlay blocks once initialized
   (Slick used .slick-initialized; Swiper sets .swiper-initialized)
   ------------------------------ */
.kelso-slider-container .swiper.swiper-initialized
  .kelso-slider-caption,
.kelso-slider-container .swiper.swiper-initialized
  .kelso-slider-slide-content-primary,
.kelso-slider-container .swiper.swiper-initialized
  .kelso-slider-slide-content-secondary,
.kelso-slider-container .swiper.swiper-initialized
  .kelso-slider-slide-content-main {
  display: block;
  opacity: 1;
}

/* ------------------------------
   3) Position the "content frame" (unchanged from Slick)
   ------------------------------ */
.kelso-slider-slide-content {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 1px;
}

/* Base style for overlay blocks (as Slick) */
.kelso-slider-caption,
.kelso-slider-slide-content-primary,
.kelso-slider-slide-content-secondary,
.kelso-slider-slide-content-main {
  opacity: 0;                       /* will be 1 when initialized */
  display: none;                    /* turned on above when initialized */
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10rem;
  padding: 1.25rem;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Libre Franklin", sans-serif;
  background: radial-gradient(ellipse at center, rgba(0,51,102,.5) 0%, rgba(0,51,102,.5) 10%, #003366 100%);
}

/* H3 panel left, bullets list right (like Slick) */
.kelso-slider-slide-content-primary {
  transition: opacity 1s ease;
}
.kelso-slider-slide-content-secondary {
  list-style-type: none;
  left: auto; right: 0;
  background: transparent;
  filter: none;
  padding: 0;
}

/* Bullet items – start off-screen to the right, animated in */
.kelso-slider-slide-content-secondary li {
  margin: 0;
  font-size: 1rem;
  color: #036;
  background-color: rgba(255,255,255,0.85);
  padding: 0 1rem;
  height: 3.33333rem;
  line-height: 3.33333rem;
  position: relative;
  right: -100%;
  transition: right .5s ease, opacity .5s ease;
  opacity: 0;
}

/* When the slide is active → show bullets (use .kelso-active, set by JS) */
.kelso-slider-container .swiper .swiper-slide.kelso-active
  .kelso-slider-slide-content-secondary li {
  right: 0; opacity: 1;
}
/* Stagger like Slick */
.kelso-slider-container .swiper .swiper-slide.kelso-active
  .kelso-slider-slide-content-secondary li:nth-child(1) { transition-delay: .25s; }
.kelso-slider-container .swiper .swiper-slide.kelso-active
  .kelso-slider-slide-content-secondary li:nth-child(2) { transition-delay: .45s; }
.kelso-slider-container .swiper .swiper-slide.kelso-active
  .kelso-slider-slide-content-secondary li:nth-child(3) { transition-delay: .65s; }

/* The big centered H1 hero (if present) */
.kelso-slider-slide-content-main {
  left: 50%;
  bottom: 4rem;
  margin-left: -25%;
  text-align: center;
  font-size: 1.6rem;
  height: auto;
}

/* Accent spans */
.kelso-slider-slide-caption-highlight,
.kelso-slider-slide-caption-dna { color: #8cb3d9; }
.kelso-slider-slide-caption-dna {
  display: block; margin: 0; padding: 0;
}

/* ------------------------------
   4) Mobile breakpoints (same values as original Slick)
   ------------------------------ */
@media (max-width: 840px) {
  .kelso-slider-caption,
  .kelso-slider-slide-content-primary,
  .kelso-slider-slide-content-secondary,
  .kelso-slider-slide-content-main {
    height: auto;
    padding: 1rem;
    font-size: 1.15rem;
  }
  .kelso-slider-slide-content-primary { width: 100%; text-align: center; }

  /* Hide bullets on small screens (like Slick) */
  .kelso-slider-container .swiper.swiper-initialized
    .kelso-slider-slide-content-secondary { display: none; }

  .kelso-slider-slide-content-main { font-size: 1rem; }
  .kelso-slider-slide-content-secondary li {
    display: flex;
    align-items: center;
    line-height: 1em;
  }
}

@media (max-width: 600px) {
  .kelso-slider-slide-content-main {
    font-size: .95rem;
    width: 76%;
    margin-left: -38%;
  }
}

@media (max-width: 480px) {
  .kelso-slider-caption,
  .kelso-slider-slide-content-primary,
  .kelso-slider-slide-content-secondary,
  .kelso-slider-slide-content-main {
    font-size: 1rem;
  }
  .kelso-slider-slide-content-main {
    font-size: .85rem;
    bottom: 0; top: 0; height: 100%;
    width: 100%; left: 0; margin-left: 0; transform: none;
    padding: 2.75rem 1.5rem 1.5rem;
  }
}

/* ------------------------------
   5) Caption sits UNDER the image, right-aligned
   ------------------------------ */
.kelso-slider-photo-caption{
  position: absolute;
  top: 100%; right: 0;
  width: auto;
  z-index: 500;
}
@media (max-width: 640px){
  .kelso-slider-photo-caption { text-align: center; font-size: .5rem; }
}
@media (max-width: 460px){
  .kelso-slider-photo-caption { opacity: 0; }
}

/* ------------------------------
   6) Ensure the image is behind overlays (but ABOVE slide background)
   ------------------------------ */
.kelso-swiper .swiper-slide img{
  position: relative !important;
  z-index: 1 !important;           /* behind H3 + bullets (z > 1) */
}
.kelso-swiper .swiper-slide .kelso-slider-slide-content-primary,
.kelso-swiper .swiper-slide .kelso-slider-slide-content-secondary,
.kelso-swiper .swiper-slide .kelso-slider-slide-content-main{
  z-index: 3 !important;           /* sit above the image */
}

/* ------------------------------
   7) Pin the H3/bullets row to the image bottom
   (matches the “Slick at bottom” behavior you want)
   ------------------------------ */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  inset: auto 0 0 0 !important;   /* bottom: 0; left/right: 0 */
  padding: 0 2rem 0 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary{
  padding-bottom: 2.2rem !important; /* small gutter for the caption */
}
.kelso-swiper .swiper-slide.kelso-secondary > .kelso-slider-photo-caption{
  bottom: .35rem !important;        /* just under the image */
}
/* --- Pin H3 secondary content to bottom of image --- */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0 !important;
  top: auto !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 75rem !important;
  padding: 0 2rem 0 !important;
  box-sizing: border-box !important;
  z-index: 3 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position: absolute !important;
  inset: auto auto 0 0 !important;
  width: 50% !important;
  margin: 0 !important;
  z-index: 4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: absolute !important;
  inset: auto 0 0 auto !important;
  width: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  z-index: 4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary img{
  position: relative !important;
  z-index: 1 !important;
}
/* --- Swiper secondary slide bottom overlay with gutters --- */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0 !important;
  top: auto !important;
  width: 100% !important;
  max-width: 75rem !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  z-index: 3 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position: absolute !important;
  inset: auto auto 0 2rem !important;
  width: calc(50% - 2rem) !important;
  margin: 0 !important;
  z-index: 4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: absolute !important;
  inset: auto 2rem 0 auto !important;
  width: calc(50% - 2rem) !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  z-index: 4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary img{
  position: relative !important;
  z-index: 1 !important;
}
/* --- H3 + bullets bottom overlay for secondary slides --- */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  bottom:0 !important;
  top:auto !important;
  width:100% !important;
  max-width:75rem !important;
  box-sizing:border-box !important;
  z-index:3 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  inset:auto auto 1.25rem 1.5rem !important;
  width:calc(50% - 1.5rem) !important;
  margin:0 !important;
  padding:1.25rem 1.5rem !important;
  background:rgba(0,51,102,.78) !important;
  color:#fff !important;
  line-height:1.15 !important;
  text-align:left !important;
  z-index:6 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position:absolute !important;
  inset:auto 1.5rem 1.25rem auto !important;
  width:calc(50% - 1.5rem) !important;
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  z-index:5 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary img{
  position:relative !important;
  z-index:1 !important;
}
.kelso-slider-container{ margin-bottom:1.25rem; }
@media (max-width: 840px){
  .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary,
  .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    position:static !important;
    width:100% !important;
    transform:none !important;
    box-shadow:none !important;
  }
  .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    padding:0 1rem 1rem !important;
  }
}
/* --- Swiper secondary slide bottom overlay with gutters --- */
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0 !important;
  top: auto !important;
  width: 100% !important;
  max-width: 75rem !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  z-index: 3 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position: absolute !important;
  inset: auto auto 0 2rem !important;
  width: calc(50% - 2rem) !important;
  margin: 0 !important;
  z-index: 4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position: absolute !important;
  inset: auto 2rem 0 auto !important;
  width: calc(50% - 2rem) !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  z-index: 4 !important;
}
.kelso-swiper .swiper-slide.kelso-secondary img{
  position: relative !important;
  z-index: 1 !important;
}
/* === KELSO SWIPER: force-show and bottom layout for secondary (H3) slides === */
.kelso-slider-container .kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary,
.kelso-slider-container .kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary{
  display:block !important;
  opacity:1 !important;
}

/* Center overlay wrapper and pin to bottom on secondary slides */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
  position:absolute !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  bottom:0 !important;
  top:auto !important;
  width:100% !important;
  max-width:75rem !important;
  box-sizing:border-box !important;
  z-index:3 !important;
}

/* H3 panel (bottom-left) */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary{
  position:absolute !important;
  inset:auto auto 1.25rem 1.5rem !important;           /* bottom + left */
  width:calc(50% - 1.5rem) !important;
  margin:0 !important;
  padding:1.25rem 1.5rem !important;
  background:rgba(0,51,102,.78) !important;
  color:#fff !important;
  line-height:1.15 !important;
  text-align:left !important;
  z-index:6 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  overflow-wrap:break-word !important;
}

/* Bullets (bottom-right) */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
  position:absolute !important;
  inset:auto 1.5rem 1.25rem auto !important;            /* bottom + right */
  width:calc(50% - 1.5rem) !important;
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  z-index:5 !important;
}

/* Keep photo beneath overlays on secondary slides */
.kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary img{
  position:relative !important;
  z-index:1 !important;
}

/* Gentle space under slider before main content */
.kelso-slider-container{ margin-bottom:1.25rem; }

/* Stack on smaller screens */
@media (max-width:840px){
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary h3.kelso-slider-slide-content-primary,
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content-secondary{
    position:static !important;
    width:100% !important;
    transform:none !important;
    box-shadow:none !important;
  }
  .kelso-slider-container .kelso-swiper .swiper-slide.kelso-secondary .kelso-slider-slide-content{
    padding:0 1rem 1rem !important;
  }
}

/* === Kelso Swiper: conflict-free overrides (append-only) === */

/* Base: each slide is a positioned stacking context */
.kelso-swiper .swiper-slide {
  position: relative !important;
  overflow: hidden !important;
}

/* Image: always underneath text overlays on ALL slides */
.kelso-swiper .swiper-slide img {
  position: relative !important;
  z-index: 0 !important;          /* behind everything */
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Un-hide content that older rules set to opacity:0 / display:none */
.kelso-swiper .kelso-slider-slide-content,
.kelso-swiper .kelso-slider-slide-content * {
  opacity: 1 !important;
  display: initial !important;     /* let elements use their natural display */
}

/* ---------------------------------------------
   HERO (H1) slide: centered bar near the bottom
   --------------------------------------------- */
.kelso-swiper .swiper-slide.kelso-hero .kelso-slider-slide-content {
  position: absolute !important;
  left: 50% !important;
  bottom: 3rem !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
  text-align: center !important;
  color: #fff !important;
  background: rgba(0,51,102,.78) !important;
  border-radius: 0 !important;     /* square corners */
  box-shadow: 0 10px 24px rgba(0,0,0,.25) !important;
  padding: 1.5rem 2rem !important;
  width: min(68rem, 86vw) !important; /* narrower than full */
  max-width: 68rem !important;
}
.kelso-swiper .swiper-slide.kelso-hero h1.kelso-slider-slide-content-main {
  margin: 0 !important;
  line-height: 1.2 !important;
  background: none !important;
  color: #fff !important;
}

/* ---------------------------------------------
   SECONDARY slides (H3 + list on right)
   --------------------------------------------- */
.kelso-swiper .swiper-slide:not(.kelso-hero) h3.kelso-slider-slide-content-primary {
  position: absolute !important;
  inset: auto auto 2rem 2rem !important;     /* bottom-left */
  z-index: 6 !important;
  background: rgba(0,51,102,.85) !important; /* same visual as slick */
  color: #fff !important;
  padding: 1rem 1.25rem !important;
  max-width: 48% !important;                 /* left block */
  box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
}

.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary {
  position: absolute !important;
  inset: auto 2rem 2rem auto !important;      /* bottom-right */
  width: 46% !important;
  z-index: 5 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.kelso-swiper .swiper-slide:not(.kelso-hero) .kelso-slider-slide-content-secondary li {
  margin: 0 !important;
  font-size: 1rem !important;
  color: #036 !important;
  background: rgba(255,255,255,0.90) !important;
  padding: 0 1rem !important;
  height: 3.333rem !important;
  line-height: 3.333rem !important;
  border-radius: .5rem !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.12) !important;
  /* allow the “slide-in” CSS you had before, if present */
}

/* Caption: always BELOW the image, right-aligned */
.kelso-swiper .swiper-slide .kelso-slider-photo-caption {
  position: absolute !important;
  top: 100% !important;     /* directly below the image */
  right: 0 !important;
  left: auto !important;
  width: auto !important;
  z-index: 7 !important;
  white-space: normal !important;
  text-align: right !important;
  padding-top: .5rem !important;
  background: none !important;
}

/* Space under the whole slider before page content */
.kelso-slider-container {
  margin-bottom: 2.5rem !important;
}
