@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=5a3cde75-7cf6-409b-ba85-05cc8d5bbc92");
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=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: "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; }

.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: 48em) {
      .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 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 48em) {
    .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; }

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

@media screen and (min-width: 48em) {
  .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; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .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; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .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: "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: 48em) {
  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, .ibi-report__more {
  color: #0e5c90;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  
  a:hover,
  .ibi-report__more:hover, a:focus, .ibi-report__more:focus {
    color: #0c4f7c; }
  a img, .ibi-report__more 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: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 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;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, .ibi-report__more,
  a:visited,
  .ibi-report__more:visited {
    text-decoration: underline; }
  a[href]:after, .ibi-report__more[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, .ir .ibi-report__more:after,
  a[href^='javascript:']:after,
  .ibi-report__more[href^='javascript:']:after,
  a[href^='#']:after,
  .ibi-report__more[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    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; } }

.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: #0e5c90;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0c4e7a;
    color: #fff; }
  .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: #0e5c90;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #0b4a73;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #0e5c90;
    color: #0e5c90; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #072e48;
      color: #072e48; }
    .button.hollow.primary {
      border: 1px solid #0e5c90;
      color: #0e5c90; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #072e48;
        color: #072e48; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .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.2em; }

[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:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  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: #333; }

.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 {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  .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 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a, .input-group-button .ibi-report__more,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #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%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @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: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

@media screen and (max-width: 47.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; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0e5c90;
  position: relative;
  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-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a, .is-accordion-submenu-parent > .ibi-report__more {
  position: relative; }
  .is-accordion-submenu-parent > a::after, .is-accordion-submenu-parent > .ibi-report__more::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #0e5c90 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, .is-accordion-submenu-parent[aria-expanded='true'] > .ibi-report__more::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: #0e5c90;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    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, .breadcrumbs .ibi-report__more {
    color: #0e5c90; }
    .breadcrumbs a:hover, .breadcrumbs .ibi-report__more:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #0e5c90;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #0b4a73;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      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.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      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.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-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: #cfe9fa; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .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; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  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, .is-drilldown-submenu-parent > .ibi-report__more {
  position: relative; }
  .is-drilldown-submenu-parent > a::after, .is-drilldown-submenu-parent > .ibi-report__more::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #0e5c90;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before, .js-drilldown-back > .ibi-report__more::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #0e5c90 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: 16rem;
  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; }

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

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

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.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-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after, .is-dropdown-submenu-parent .ibi-report__more::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a, .is-dropdown-submenu-parent.is-down-arrow .ibi-report__more {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after, .is-dropdown-submenu-parent.is-down-arrow > .ibi-report__more::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0e5c90 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after, .is-dropdown-submenu-parent.is-left-arrow > .ibi-report__more::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0e5c90 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after, .is-dropdown-submenu-parent.is-right-arrow > .ibi-report__more::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0e5c90;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 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 {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .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: #0e5c90;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .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.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.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, .menu > li > .ibi-report__more {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu .ibi-report__more,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img, .menu > li > .ibi-report__more > img,
  .menu > li > a > i,
  .menu > li > .ibi-report__more > i {
    vertical-align: middle; }
  .menu > li > a > span, .menu > li > .ibi-report__more > span {
    vertical-align: middle; }
  .menu > li > a > img, .menu > li > .ibi-report__more > img,
  .menu > li > a > i,
  .menu > li > .ibi-report__more > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .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, .menu.simple .ibi-report__more {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a, .menu.icon-top > li > .ibi-report__more {
    text-align: center; }
    .menu.icon-top > li > a > img, .menu.icon-top > li > .ibi-report__more > img,
    .menu.icon-top > li > a > i,
    .menu.icon-top > li > .ibi-report__more > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

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

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

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%;
  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;
  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: 48em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 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: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a, .pagination .ibi-report__more,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover, .pagination .ibi-report__more:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #0e5c90;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before, .pagination-previous .ibi-report__more::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after, .pagination-next .ibi-report__more::after,
.pagination-next.disabled::after {
  content: '»';
  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: #0e5c90; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

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

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0e5c90;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #0c4e7a; }
  .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; }

.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;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .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; }

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

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

.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: #0e5c90; }
    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 .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 .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 .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,
  tfoot {
    background: #f8f8f8;
    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 tr:hover {
  background-color: #f9f9f9; }

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

.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, .tabs.simple > li > .ibi-report__more {
  padding: 0; }
  .tabs.simple > li > a:hover, .tabs.simple > li > .ibi-report__more:hover {
    background: transparent; }

.tabs.primary {
  background: #0e5c90; }
  .tabs.primary > li > a, .tabs.primary > li > .ibi-report__more {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > .ibi-report__more:hover, .tabs.primary > li > a:focus, .tabs.primary > li > .ibi-report__more:focus {
      background: #1066a0; }

.tabs-title {
  float: left; }
  .tabs-title > a, .tabs-title > .ibi-report__more {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #0e5c90; }
    .tabs-title > a:hover, .tabs-title > .ibi-report__more:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > .ibi-report__more:focus, .tabs-title > a[aria-selected='true'], .tabs-title > .ibi-report__more[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(14, 92, 144, 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.5rem; }

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

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

.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 {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 47.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%; }
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%; }
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%; }
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .top-bar-title {
    width: 100%; }
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

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

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

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

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

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

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

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

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

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

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

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

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

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

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright, .ibi-report__more img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone, .ibi-report__more img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft, .ibi-report__more img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter, .ibi-report__more img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Helvetica Neue IBI";
  src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("Fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("Fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("Fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
  font-weight: normal;
  font-weight: 400; }

@font-face {
  font-family: "Helvetica Neue IBI";
  src: url("Fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
  src: url("Fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"), url("Fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"), url("Fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"), url("Fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"), url("Fonts/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg");
  font-weight: 500; }

@font-face {
  font-family: "Helvetica Neue IBI";
  src: url("Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("Fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("Fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("Fonts/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg");
  font-weight: bold;
  font-weight: 700; }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  font-family: "theme-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.icon-arrow-down:before {
  content: "\EA01"; }

.icon-arrow-left:before {
  content: "\EA02"; }

.icon-arrow-right:before {
  content: "\EA03"; }

.icon-arrow-up:before {
  content: "\EA04"; }

.icon-breadcrumb:before {
  content: "\EA05"; }

.icon-close:before {
  content: "\EA06"; }

.icon-hamburger:before {
  content: "\EA07"; }

.icon-menu-arrow-right:before {
  content: "\EA08"; }

.icon-menu-arrow:before {
  content: "\EA09"; }

.icon-minus:before {
  content: "\EA0A"; }

.icon-plus:before {
  content: "\EA0B"; }

.icon-android:before {
  content: "\EA0C"; }

.icon-apple:before {
  content: "\EA0D"; }

.icon-blogger:before {
  content: "\EA0E"; }

.icon-chrome:before {
  content: "\EA0F"; }

.icon-css3:before {
  content: "\EA10"; }

.icon-delicious:before {
  content: "\EA11"; }

.icon-designfloat-logo-square:before {
  content: "\EA12"; }

.icon-deviantart:before {
  content: "\EA13"; }

.icon-digg2-logo:before {
  content: "\EA14"; }

.icon-dribble:before {
  content: "\EA15"; }

.icon-drupal:before {
  content: "\EA16"; }

.icon-facebook-square:before {
  content: "\EA17"; }

.icon-firefox:before {
  content: "\EA18"; }

.icon-flattr:before {
  content: "\EA19"; }

.icon-flickr:before {
  content: "\EA1A"; }

.icon-foursquare:before {
  content: "\EA1B"; }

.icon-github:before {
  content: "\EA1C"; }

.icon-googleplus-square:before {
  content: "\EA1D"; }

.icon-html5:before {
  content: "\EA1E"; }

.icon-ie:before {
  content: "\EA1F"; }

.icon-instagram:before {
  content: "\EA20"; }

.icon-joomla:before {
  content: "\EA21"; }

.icon-lastfm:before {
  content: "\EA22"; }

.icon-linkedin:before {
  content: "\EA23"; }

.icon-mail:before {
  content: "\EA24"; }

.icon-myspace-logo-square:before {
  content: "\EA25"; }

.icon-newsvine-logo:before {
  content: "\EA26"; }

.icon-opera:before {
  content: "\EA27"; }

.icon-orkut:before {
  content: "\EA28"; }

.icon-paypal:before {
  content: "\EA29"; }

.icon-picassa:before {
  content: "\EA2A"; }

.icon-pinterest:before {
  content: "\EA2B"; }

.icon-reddit:before {
  content: "\EA2C"; }

.icon-rss-feed:before {
  content: "\EA2D"; }

.icon-safari:before {
  content: "\EA2E"; }

.icon-skype:before {
  content: "\EA2F"; }

.icon-soundcloud:before {
  content: "\EA30"; }

.icon-stackoverflow:before {
  content: "\EA31"; }

.icon-stumbleupon:before {
  content: "\EA32"; }

.icon-super-user:before {
  content: "\EA33"; }

.icon-tumblr:before {
  content: "\EA34"; }

.icon-twitter:before {
  content: "\EA35"; }

.icon-vimeo:before {
  content: "\EA36"; }

.icon-windows8:before {
  content: "\EA37"; }

.icon-wordpress:before {
  content: "\EA38"; }

.icon-xing:before {
  content: "\EA39"; }

.icon-yelp:before {
  content: "\EA3A"; }

.icon-youtube:before {
  content: "\EA3B"; }

body {
  font-size: 16px;
  font-family: "Helvetica Neue IBI", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue IBI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  transition: 250ms; }

h1, .like-h1 {
  font-size: 51px;
  line-height: 1.1; }
  @media screen and (max-width: 63.9375em) {
    h1, .like-h1 {
      font-size: 38px; } }

@media screen and (max-width: 47.9375em) {
  .like-h1 {
    font-size: 30px; } }

h2 {
  font-size: 35px;
  line-height: 1.2; }
  @media screen and (max-width: 63.9375em) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 20px;
  line-height: 1.1; }
  @media screen and (max-width: 63.9375em) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 16px;
  line-height: 1.8; }

h5 {
  font-size: 16px;
  line-height: 1.2; }

p {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.5px;
  word-break: break-word; }
  p.small {
    font-size: 12px; }

.main ul {
  margin-left: 18px; }
  .main ul:last-child {
    margin-top: 15px; }
  .main ul li {
    padding-left: 10px;
    margin: 3px 0; }

a.plain-link, .plain-link.ibi-report__more {
  color: black;
  text-decoration: underline; }
  a.plain-link:hover, .plain-link.ibi-report__more:hover {
    color: #6A7927; }

a.pdf-link, .pdf-link.ibi-report__more {
  display: inline-block;
  width: 100%;
  color: #4990e2;
  margin: 8px 0; }
  a.pdf-link:hover, .pdf-link.ibi-report__more:hover {
    color: #2276d6; }

.brochure-download {
  cursor: pointer; }
  .brochure-download:hover {
    color: #6A7927; }

.spacer {
  width: 100%;
  height: 1px;
  display: block; }

.h-10 {
  height: 10px; }

.h-20 {
  height: 20px; }

.h-30 {
  height: 30px; }

.h-40 {
  height: 40px; }

.h-50 {
  height: 50px; }

.h-60 {
  height: 60px; }

.h-70 {
  height: 70px; }

.h-80 {
  height: 80px; }

.fullBG, .header__topNav > li > ul > li > a .img, .header__topNav > li > ul > li > .ibi-report__more .img, .horizontalTote__image, .people-mini__image, .project-mini__image div, .re__offices__cover, .ibi-report__image, .search-page__listing__img, .ibi-gallery__main, .ibi-gallery__list span, .ibi-gallery-old__main, .ibi-gallery-old__list span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.containBG {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.bgTop {
  background-position: top 30px center; }

.absoluteFill, .project-mini__image div, .ibi-videos__video iframe, .re__offices__cover, .re__offices__cover div, .re__offices__item .carousel::after, .ibi-report__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.relative {
  position: relative; }

.inner-padded {
  position: relative;
  z-index: 5;
  padding: 150px 25% 125px 70px; }
  .inner-padded--smaller {
    padding: 30px 25% 125px 55px; }
    @media screen and (max-width: 63.9375em) {
      .inner-padded--smaller {
        padding: 30px 0; } }
  @media screen and (max-width: 63.9375em) {
    .inner-padded {
      padding: 30px; } }

input[type="text"], select {
  background-color: #d8d8d8;
  border-radius: 4px;
  padding: 5px 25px 5px 5px;
  border: 1px solid #aaa;
  transition: 400ms; }

.gform_ibi-btn {
  display: inline-block;
  background: white;
  color: black;
  font-weight: 500;
  padding: 8px 25px;
  border: 1px solid black;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  width: 170px !important;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s; }
  .gform_ibi-btn:hover, .gform_ibi-btn:focus {
    color: white;
    background: black; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + i, input[type="radio"] + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #c5c9cc;
    opacity: 0.67;
    transition: 250ms;
    border-radius: 2px; }
  input[type="checkbox"]:checked + i, input[type="radio"]:checked + i {
    background-color: #b2d235;
    background-image: url(/wp-content/themes/ibi-custom/public/img/check_2x.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: 3px 4px;
    opacity: 1; }
  input[type="checkbox"]:hover, input[type="checkbox"]:focus, input[type="radio"]:hover, input[type="radio"]:focus {
    outline: 2px solid #5A91F6; }

label {
  position: relative; }

select {
  padding: 5px; }

.gform_wrapper input[type="text"], .gform_wrapper select, .gform_wrapper textarea {
  background: white;
  border-radius: 0;
  border: 1px solid #aaa;
  padding: 5px !important; }

.gform_wrapper .gfield_required {
  font-weight: bold !important;
  color: red !important;
  font-size: 20px; }

.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  text-align: right;
  font-size: 18px;
  padding-top: 2px; }
  @media screen and (max-width: 47.9375em) {
    .gform_wrapper .gfield_label {
      line-height: 1;
      padding-top: 0; } }

.gform_wrapper .consent .gfield_label {
  display: none; }

.gform_wrapper .consent ul.gfield_checkbox {
  overflow: visible !important; }
  .gform_wrapper .consent ul.gfield_checkbox li input[type=checkbox] {
    cursor: pointer;
    height: 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    width: 20px !important;
    border: 1px solid #aaa;
    margin-right: 10px;
    outline: none !important; }
    .gform_wrapper .consent ul.gfield_checkbox li input[type=checkbox]:checked {
      border-color: #b2d235;
      background-color: #b2d235;
      background-image: url(/wp-content/themes/ibi-custom/public/img/check_2x.png);
      background-repeat: no-repeat;
      background-size: 12px 10px;
      background-position: 3px 4px; }
    .gform_wrapper .consent ul.gfield_checkbox li input[type=checkbox] + label {
      font-weight: 400 !important; }

.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  display: inline-block;
  vertical-align: top !important; }

@media screen and (max-width: 47.9375em) {
  .gform_wrapper .gfield_label {
    text-align: left; } }

.mc label {
  color: white; }

.mc input[type="checkbox"], .mc input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px; }

.header {
  position: fixed;
  top: 0;
  left: 14px;
  right: 0;
  z-index: 1000;
  background: black;
  padding-left: 96px;
  height: 96px;
  transition: 400ms;
  max-width: 100vw; }
  [data-announcement] .header {
    top: 80px; }
  .header__logo {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    transition: 400ms; }
  .header__mobileLogo {
    display: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0; }
    .header__mobileLogo a, .header__mobileLogo .ibi-report__more, .header__mobileLogo img {
      line-height: 0;
      height: 15px; }
  .header__topNav, .header__bottomNav {
    width: 100%;
    padding-left: 15px;
    max-height: 50px;
    max-width: 100%;
    white-space: nowrap;
    transition: 400ms;
    font-size: 0; }
    .header__topNav a, .header__topNav .ibi-report__more, .header__bottomNav a, .header__bottomNav .ibi-report__more {
      transition: 400ms; }
  .header__topNav {
    padding-top: 14px;
    padding-left: 22px;
    padding-bottom: 4px; }
    .header__topNav > li {
      list-style: none;
      display: inline-block;
      position: relative; }
      .header__topNav > li + li {
        margin-left: 30px; }
      .header__topNav > li > a, .header__topNav > li > .ibi-report__more {
        display: inline-block;
        font-size: 12px;
        letter-spacing: 0.5px;
        color: #bebebe;
        padding: 5px; }
        .header__topNav > li > a:hover, .header__topNav > li > .ibi-report__more:hover, .header__topNav > li > a:focus, .header__topNav > li > .ibi-report__more:focus {
          color: white; }
      .header__topNav > li > ul {
        transition: 300ms;
        transition-delay: 400ms;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: 0px;
        width: 340px;
        background: #333537;
        list-style: none;
        margin: 0;
        padding: 15px; }
        .header__topNav > li > ul > li {
          display: block;
          float: left;
          width: 100%;
          margin-bottom: 20px; }
          .header__topNav > li > ul > li:last-of-type {
            margin-bottom: 5px; }
          .header__topNav > li > ul > li > a, .header__topNav > li > ul > li > .ibi-report__more {
            display: block;
            font-size: 10px;
            color: white;
            position: relative;
            white-space: normal; }
            .header__topNav > li > ul > li > a.padded, .header__topNav > li > ul > li > .padded.ibi-report__more {
              padding-left: 140px;
              min-height: 76px; }
            .header__topNav > li > ul > li > a:hover, .header__topNav > li > ul > li > .ibi-report__more:hover, .header__topNav > li > ul > li > a:focus, .header__topNav > li > ul > li > .ibi-report__more:focus {
              color: #b2d235; }
            .header__topNav > li > ul > li > a .title, .header__topNav > li > ul > li > .ibi-report__more .title {
              font-size: 18px;
              line-height: 20px;
              letter-spacing: 0.4px;
              margin-bottom: 10px;
              display: block; }
            .header__topNav > li > ul > li > a .sub, .header__topNav > li > ul > li > .ibi-report__more .sub {
              display: block;
              font-size: 13px;
              line-height: 1.46;
              letter-spacing: 0.4px;
              color: white !important; }
            .header__topNav > li > ul > li > a .img, .header__topNav > li > ul > li > .ibi-report__more .img {
              position: absolute;
              top: 0;
              left: 0;
              width: 124px;
              height: 76px; }
      .header__topNav > li.menu-item-has-children::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #333537 transparent;
        opacity: 0;
        transition: 300ms;
        transition-delay: 400ms; }
      .header__topNav > li.menu-item-has-children::after {
        content: "\EA09";
        color: #bebebe;
        margin-left: 0px;
        font-size: 6px;
        display: inline-block;
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .header__topNav > li:hover::before, .header__topNav > li:focus-within::before {
        opacity: 1; }
      .header__topNav > li:hover > ul, .header__topNav > li:focus-within > ul {
        display: block;
        max-height: 100vh;
        opacity: 1;
        pointer-events: auto; }
  .header__bottomNav {
    padding-top: 0; }
    .header__bottomNav > li {
      list-style: none;
      display: inline-block; }
      .header__bottomNav > li > a, .header__bottomNav > li > .ibi-report__more {
        display: inline-block;
        color: white;
        font-size: 16px;
        padding: 4px 13px 22px;
        position: relative; }
        .header__bottomNav > li > a::before, .header__bottomNav > li > .ibi-report__more::before {
          position: absolute;
          content: '';
          left: 11px;
          width: 0;
          top: 1.9rem;
          height: 2px;
          background: white;
          transition: 400ms; }
      .header__bottomNav > li.menu-item-has-children > a::after, .header__bottomNav > li.menu-item-has-children > .ibi-report__more::after {
        margin-left: 5px;
        font-size: 8px;
        content: "\EA09";
        display: inline-block;
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .header__bottomNav > li.menu-item-has-children > a:hover, .header__bottomNav > li.menu-item-has-children > .ibi-report__more:hover {
        background: #333537; }
      .header__bottomNav > li > ul {
        display: none;
        position: fixed;
        left: 14px;
        right: 0;
        top: 96px;
        background: #333537;
        margin: 0;
        padding: 20px 50px 30px;
        transition: top 400ms;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        font-size: 0;
        white-space: normal;
        overflow: auto;
        max-height: calc(100vh - 96px); }
        [data-announcement] .header__bottomNav > li > ul {
          top: 176px; }
        .header__bottomNav > li > ul > li {
          display: inline-block;
          vertical-align: top;
          width: 25%;
          margin-bottom: 10px;
          font-size: 14px;
          list-style: none;
          font-size: 21px;
          font-weight: 400;
          color: white;
          padding: 10px; }
          .header__bottomNav > li > ul > li.width1 {
            width: 25%; }
          .header__bottomNav > li > ul > li.width2 {
            width: 50%; }
          .header__bottomNav > li > ul > li.width4 {
            width: 100%;
            padding-bottom: 20px;
            position: relative; }
            .header__bottomNav > li > ul > li.width4::after {
              content: '';
              position: absolute;
              top: 100%;
              left: 10px;
              right: 10px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
            .header__bottomNav > li > ul > li.width4 img {
              width: 30%;
              float: left;
              margin-right: 15px; }
            .header__bottomNav > li > ul > li.width4 .sub {
              display: inline-block;
              max-width: 60%;
              box-sizing: border-box;
              padding-left: 15px;
              border-left: 2px solid #b2d235;
              margin: 10px 0 20px; }
          .header__bottomNav > li > ul > li .title {
            font-size: 21px;
            line-height: 1.2;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 10px;
            font-weight: 500; }
          .header__bottomNav > li > ul > li .sub {
            font-size: 14px;
            line-height: 1.36;
            letter-spacing: 0.4px;
            display: block;
            margin: 1.2rem 0 1.7rem; }
          .header__bottomNav > li > ul > li h4 {
            font-size: 18px;
            font-weight: 400; }
          .header__bottomNav > li > ul > li > a, .header__bottomNav > li > ul > li > .ibi-report__more {
            display: block;
            color: white;
            font-size: 14px; }
            .header__bottomNav > li > ul > li > a i, .header__bottomNav > li > ul > li > .ibi-report__more i {
              font-size: 8px;
              margin-left: 3px;
              opacity: 0.6; }
            .header__bottomNav > li > ul > li > a:hover, .header__bottomNav > li > ul > li > .ibi-report__more:hover {
              color: #b2d235; }
      .header__bottomNav > li + li {
        margin-left: 16px; }
      .header__bottomNav > li:hover > a, .header__bottomNav > li:hover > .ibi-report__more, .header__bottomNav > li.current-menu-item > a, .header__bottomNav > li.current-menu-item > .ibi-report__more, .header__bottomNav > li.current_page_parent > a, .header__bottomNav > li.current_page_parent > .ibi-report__more {
        color: #b2d235; }
        .header__bottomNav > li:hover > a::before, .header__bottomNav > li:hover > .ibi-report__more::before, .header__bottomNav > li.current-menu-item > a::before, .header__bottomNav > li.current-menu-item > .ibi-report__more::before, .header__bottomNav > li.current_page_parent > a::before, .header__bottomNav > li.current_page_parent > .ibi-report__more::before {
          width: calc(100% - 22px); }
  .header__mobileNav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232628;
    overflow-y: scroll; }
    @media screen and (min-width: 67.25em) {
      .header__mobileNav {
        display: none !important; } }
    [data-announcement] .header__mobileNav {
      top: 110px; }
    .header__mobileNav > div > li {
      list-style: none;
      padding-right: 40px;
      min-height: 40px;
      position: relative; }
      .header__mobileNav > div > li > a, .header__mobileNav > div > li > .ibi-report__more {
        display: block;
        color: white; }
        .header__mobileNav > div > li > a:hover, .header__mobileNav > div > li > .ibi-report__more:hover, .header__mobileNav > div > li > a.current-menu-item, .header__mobileNav > div > li > .current-menu-item.ibi-report__more {
          color: #b2d235; }
      .header__mobileNav > div > li > span {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 50px;
        text-align: center;
        color: white;
        cursor: pointer; }
        .header__mobileNav > div > li > span:hover {
          color: #b2d235; }
      .header__mobileNav > div > li > ul {
        margin: 0 -40px 0 0;
        padding: 0 0 5px 0;
        display: none;
        position: relative; }
        .header__mobileNav > div > li > ul::after {
          content: '';
          position: absolute;
          left: 0;
          right: -40px;
          top: 100%;
          border-bottom: 1px solid #333537; }
        .header__mobileNav > div > li > ul > li > a, .header__mobileNav > div > li > ul > li > .ibi-report__more {
          box-sizing: border-box;
          display: block;
          transition: 300ms;
          color: white; }
          .header__mobileNav > div > li > ul > li > a .title, .header__mobileNav > div > li > ul > li > .ibi-report__more .title {
            display: block;
            font-size: 16px;
            line-height: 2.13;
            letter-spacing: 0.4px; }
          .header__mobileNav > div > li > ul > li > a .sub, .header__mobileNav > div > li > ul > li > .ibi-report__more .sub {
            display: block;
            font-size: 13px;
            font-weight: 300;
            line-height: 1.46;
            letter-spacing: 0.4px; }
    .header__mobileNav__main {
      background: black;
      padding: 10px 0; }
      .header__mobileNav__main > li > a, .header__mobileNav__main > li > .ibi-report__more {
        font-size: 21px;
        padding: 8px 20px; }
      .header__mobileNav__main > li > ul > li > a, .header__mobileNav__main > li > ul > li > .ibi-report__more {
        padding: 5px 20px 10px 14px;
        border-left: 6px solid transparent; }
        .header__mobileNav__main > li > ul > li > a:hover, .header__mobileNav__main > li > ul > li > .ibi-report__more:hover {
          background: #232628;
          border-left: 6px solid #b2d235; }
      .header__mobileNav__main > li > ul > li.current-menu-item a, .header__mobileNav__main > li > ul > li.current-menu-item .ibi-report__more {
        background: #232628;
        border-left: 6px solid #b2d235; }
      .header__mobileNav__main > li:last-of-type > ul::after {
        content: none; }
    .header__mobileNav__secondary {
      padding: 10px 0;
      background: #232628; }
      .header__mobileNav__secondary > li > a, .header__mobileNav__secondary > li > .ibi-report__more {
        font-size: 18px;
        padding: 5px 20px; }
      .header__mobileNav__secondary > li > ul > li > a, .header__mobileNav__secondary > li > ul > li > .ibi-report__more {
        padding: 2px 20px; }
        .header__mobileNav__secondary > li > ul > li > a:hover, .header__mobileNav__secondary > li > ul > li > .ibi-report__more:hover {
          background: #3b4043; }
      .header__mobileNav__secondary > li > ul > li.current-menu-item a, .header__mobileNav__secondary > li > ul > li.current-menu-item .ibi-report__more {
        background: #3b4043; }
  .header__search {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 160px;
    transition: max-height 300ms, opacity 300ms;
    max-height: 30px; }
    .header__search img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
      cursor: pointer;
      background: white;
      width: 32px;
      padding: 7px;
      border-radius: 100%;
      transition: transform 400ms;
      transform-origin: 50% 0; }
      .header__search img:hover {
        transform: translateY(-50%) scale(1.1); }
    .header__search input[type='text'], .header__search select[type='text'] {
      float: right;
      margin-bottom: 0;
      height: 28px;
      width: 160px;
      font-size: 12px;
      background: white;
      border-radius: 0;
      width: 0;
      padding: 0;
      border: 0; }
    .header__search.open {
      z-index: 3; }
      .header__search.open input[type="text"], .header__search.open select {
        width: 100% !important;
        padding: 5px 25px 5px 5px !important;
        border: 1px solid #aaa !important; }
      .header__search.open img {
        padding: 0;
        width: 13px;
        border-radius: 0; }
    @media screen and (max-width: 47.9375em) {
      .header__search {
        width: auto;
        left: 50px; } }
  .header__navTrigger {
    position: absolute;
    left: -8px;
    top: 0px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 400ms; }
    .header__navTrigger svg {
      height: 46px;
      transform: translate3d(0, 0, 0); }
      .header__navTrigger svg path {
        fill: none;
        transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        stroke-width: 40px;
        stroke-linecap: round;
        stroke: white;
        stroke-dashoffset: 0px; }
        .header__navTrigger svg path#top, .header__navTrigger svg path#bottom {
          stroke-dasharray: 240px 950px; }
        .header__navTrigger svg path#middle {
          stroke-dasharray: 240px 240px; }
    .header__navTrigger.cross svg path {
      stroke: #b2d235; }
      .header__navTrigger.cross svg path#top, .header__navTrigger.cross svg path#bottom {
        stroke-dashoffset: -650px;
        stroke-dashoffset: -650px; }
      .header__navTrigger.cross svg path#middle {
        stroke-dashoffset: -115px;
        stroke-dasharray: 1px 220px; }
  .header.shrunk {
    padding-left: 73px;
    height: 73px; }
    .header.shrunk .header__logo {
      width: 73px;
      height: 73px; }
    .header.shrunk .header__topNav {
      overflow: hidden;
      max-height: 0;
      padding-top: 3px;
      padding-bottom: 0; }
    .header.shrunk .header__bottomNav {
      overflow: hidden;
      max-height: 0; }
    .header.shrunk .header__search {
      max-height: 0;
      opacity: 0;
      overflow: hidden; }
  .header--new {
    padding-left: 353px; }
    .header--new .header__logo {
      width: 308px;
      height: 24px;
      left: 18px;
      top: 18px; }
    .header--new.shrunk {
      padding-left: 353px; }
      .header--new.shrunk .header__logo {
        width: 308px;
        height: 24px; }
  @media screen and (max-width: 67.1875em) {
    .header {
      left: 0;
      padding-left: 0px;
      height: 50px !important; }
      [data-announcement] .header {
        top: 60px; }
      .header__logo {
        width: 0px !important;
        height: 50px; }
      .header__mobileLogo {
        display: block; }
      .header__topNav, .header__bottomNav {
        max-height: 0;
        overflow: hidden; }
      .header__navTrigger {
        pointer-events: auto;
        opacity: 1; }
      .header__search {
        bottom: 12px; } }

body .searchwp-live-search-results {
  min-height: 0;
  background: #d8d8d8;
  border-radius: 0 0 6px 6px;
  margin-top: -8px;
  box-shadow: none; }
  body .searchwp-live-search-results p {
    padding: 0px; }
    body .searchwp-live-search-results p a, body .searchwp-live-search-results p .ibi-report__more {
      padding: 7px;
      font-size: 12px;
      color: black;
      transition: 300ms; }
      body .searchwp-live-search-results p a:hover, body .searchwp-live-search-results p .ibi-report__more:hover {
        color: black;
        background: #bebebe; }

.footer {
  border-left: 14px solid #abcf27;
  background: black; }
  .footer__top {
    padding: 20px 55px 100px;
    color: white;
    font-size: 0; }
    .footer__top .article {
      display: inline-block;
      vertical-align: top;
      width: 18%; }
      .footer__top .article + .article {
        margin-left: 2.5%; }
      @media screen and (max-width: 47.9375em) {
        .footer__top .article {
          width: 48%;
          margin-bottom: 4%; }
          .footer__top .article p {
            display: none; }
          .footer__top .article + .article {
            margin-left: 0; }
          .footer__top .article:nth-of-type(even) {
            margin-left: 4%; } }
    @media screen and (max-width: 47.9375em) {
      .footer__top {
        padding: 20px 25px 50px; } }
  .footer__bottom {
    background: white;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 55px;
    box-sizing: border-box;
    font-size: 12px;
    position: relative; }
    .footer__bottom__copyright {
      padding-right: 100px; }
    .footer__bottom__nav a, .footer__bottom__nav .ibi-report__more {
      float: left;
      color: black; }
      .footer__bottom__nav a:hover, .footer__bottom__nav .ibi-report__more:hover {
        text-decoration: underline; }
      .footer__bottom__nav a + a, .footer__bottom__nav .ibi-report__more + a, .footer__bottom__nav a + .ibi-report__more, .footer__bottom__nav .ibi-report__more + .ibi-report__more {
        margin-left: 8px; }
        .footer__bottom__nav a + a::before, .footer__bottom__nav .ibi-report__more + a::before, .footer__bottom__nav a + .ibi-report__more::before, .footer__bottom__nav .ibi-report__more + .ibi-report__more::before {
          content: "|";
          color: black;
          margin-right: 8px; }
    .footer__bottom__social {
      margin-left: auto;
      margin-right: 50px; }
      .footer__bottom__social a img, .footer__bottom__social .ibi-report__more img {
        width: 20px; }
      .footer__bottom__social a + a, .footer__bottom__social .ibi-report__more + a, .footer__bottom__social a + .ibi-report__more, .footer__bottom__social .ibi-report__more + .ibi-report__more {
        margin-left: 8px; }
    .footer__bottom__logo img {
      max-width: 100%;
      margin-top: -12px; }
    @media screen and (max-width: 78.125em) {
      .footer__bottom__copyright {
        padding-right: 40px; }
      .footer__bottom__social {
        margin-right: 30px; } }
    @media screen and (max-width: 72.5em) {
      .footer__bottom__copyright {
        padding-right: 25px; }
      .footer__bottom__social {
        margin-right: auto;
        margin-left: 0;
        margin-top: -2px; }
      .footer__bottom__nav {
        position: absolute;
        top: 50px; } }
    @media screen and (max-width: 47.9375em) {
      .footer__bottom {
        padding: 20px 15px;
        display: block;
        font-size: 11px; }
        .footer__bottom__copyright {
          padding: 0;
          position: relative;
          top: 20px; }
        .footer__bottom__nav {
          position: relative;
          top: -20px;
          display: inline-block;
          width: 100%; }
          .footer__bottom__nav a + a, .footer__bottom__nav .ibi-report__more + a, .footer__bottom__nav a + .ibi-report__more, .footer__bottom__nav .ibi-report__more + .ibi-report__more {
            margin-left: 4px; }
            .footer__bottom__nav a + a::before, .footer__bottom__nav .ibi-report__more + a::before, .footer__bottom__nav a + .ibi-report__more::before, .footer__bottom__nav .ibi-report__more + .ibi-report__more::before {
              margin-right: 4px; }
        .footer__bottom__logo, .footer__bottom__social {
          width: 100%; }
        .footer__bottom__logo img {
          margin-top: 0px;
          margin-left: 0px; }
        .footer__bottom__social {
          padding: 20px 0 50px 0; } }
    @media screen and (max-width: 26.625em) {
      .footer__bottom__copyright {
        top: 40px; } }

html {
  margin-top: 0 !important; }

* html body {
  margin-top: 0 !important; }

body {
  overflow-x: hidden; }

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

iframe {
  max-width: 100%; }

#wpadminbar {
  top: auto;
  bottom: 0; }

.main {
  border-left: 14px solid #b2d235;
  min-height: 100%;
  margin-bottom: -386px;
  padding-bottom: 386px;
  transition: 400ms; }
  .main__topStrip {
    height: 226px;
    background: black;
    transition: 400ms; }
    [data-announcement] .main__topStrip {
      height: 306px; }
  @media screen and (max-width: 63.9375em) {
    .main__topStrip {
      height: 126px; }
      [data-announcement] .main__topStrip {
        height: 206px; } }
  @media screen and (max-width: 47.9375em) {
    .main {
      border-top-width: 50px; }
      .main__topStrip {
        height: 50px; }
        [data-announcement] .main__topStrip {
          height: 130px; } }

.row {
  max-width: 1090px; }
  .row--spaced {
    margin-top: 10px;
    margin-bottom: 10px; }
  .row--padded {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media screen and (min-width: 87.5em) {
    .row {
      max-width: 1200px; } }

.border, .s-grid__item__overlay h3 {
  padding-left: 15px;
  border-left: 2px solid #b2d235;
  margin: 1.25rem 0;
  width: 100%;
  display: inline-block;
  box-sizing: border-box; }
  .border p:last-of-type, .s-grid__item__overlay h3 p:last-of-type {
    margin-bottom: 3px; }

.gray-bg, .hero-bg, .bottom-cta {
  background: #232628;
  color: white;
  padding: 80px !important; }
  @media screen and (max-width: 63.9375em) {
    .gray-bg, .hero-bg, .bottom-cta {
      padding: 40px !important; } }
  @media screen and (max-width: 47.9375em) {
    .gray-bg, .hero-bg, .bottom-cta {
      padding: 20px !important; } }

.hero-bg {
  text-align: center; }
  .hero-bg h2 {
    max-width: 700px;
    margin: 0 auto 40px auto; }
    @media screen and (max-width: 47.9375em) {
      .hero-bg h2 {
        margin-bottom: 20px; } }
  .hero-bg .border, .hero-bg .s-grid__item__overlay h3, .s-grid__item__overlay .hero-bg h3 {
    max-width: 400px;
    text-align: left; }
  .hero-bg .ibi-btn, .hero-bg .interstitial input[type="submit"], .interstitial .hero-bg input[type="submit"] {
    width: 400px;
    max-width: 100%; }

.bottom-cta {
  text-align: center; }
  .bottom-cta h3 {
    max-width: 600px;
    margin: 0 auto 40px; }

.black-bg {
  background: black; }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.padded-area {
  padding: 80px 50px; }

.js-only {
  display: none; }

.padded-box {
  padding: 60px;
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  max-width: 445px;
  position: relative; }
  .padded-box + .padded-box {
    margin-left: 10px; }
  @media screen and (max-width: 47.9375em) {
    .padded-box {
      padding: 30px; } }

.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.horizontalTote {
  position: relative;
  display: inline-block;
  width: 100%; }
  .horizontalTote__content {
    background: black;
    padding: 37px;
    color: white;
    width: 360px;
    margin: 100px;
    position: relative;
    z-index: 3; }
    .horizontalTote__content p {
      margin: 40px 0;
      font-size: 14px; }
    @media screen and (max-width: 47.9375em) {
      .horizontalTote__content {
        margin: 0;
        width: 100%; } }
  .horizontalTote__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 25%; }
    @media screen and (max-width: 47.9375em) {
      .horizontalTote__image {
        display: none; } }

.events-heading {
  margin-top: 82px; }
  @media screen and (max-width: 47.9375em) {
    .events-heading {
      margin-top: 41px; } }
  .events-heading h1 {
    float: left; }
    @media screen and (max-width: 32.1875em) {
      .events-heading h1 {
        float: none; } }
  .events-heading #past-events {
    margin-bottom: 41px; }
  .events-heading .ibi-btn, .events-heading .interstitial input[type="submit"], .interstitial .events-heading input[type="submit"] {
    float: right;
    margin-top: 10px; }
    @media screen and (max-width: 47.9375em) {
      .events-heading .ibi-btn, .events-heading .interstitial input[type="submit"], .interstitial .events-heading input[type="submit"] {
        float: left; } }

.people-mini {
  border: 1px solid #dadada;
  position: relative;
  padding-left: 20%;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4%; }
  .people-mini:nth-of-type(even) {
    margin-left: 2%; }
  .people-mini__image {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .people-mini__content {
    padding: 50px 30px; }
    .people-mini__content a, .people-mini__content .ibi-report__more {
      word-break: break-word; }
  @media screen and (max-width: 47.9375em) {
    .people-mini {
      padding-left: 40%;
      width: 100%;
      margin-left: 0; } }

.idea-mini {
  position: relative;
  min-height: 20.8%;
  margin-bottom: 60px; }
  .idea-mini:last-of-type {
    margin-bottom: 40px; }
  .idea-mini__image {
    width: 32%;
    padding-top: 20.8%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    .idea-mini__image__overlay {
      position: absolute;
      transition: 400ms 400ms ease;
      top: 0;
      bottom: 0;
      width: 100%;
      left: 100%;
      background: #232628;
      padding: 15px 20px;
      color: white; }
    .idea-mini__image__details {
      background: #232628;
      bottom: -25px;
      display: table;
      left: 17%;
      min-height: 159px;
      padding: 14px;
      position: absolute;
      width: 15%; }
      @media screen and (max-width: 63.9375em) {
        .idea-mini__image__details {
          bottom: auto;
          top: 30%; } }
      @media screen and (max-width: 47.9375em) {
        .idea-mini__image__details {
          top: 0;
          left: auto;
          bottom: auto;
          right: 0;
          min-width: 31%; } }
      .idea-mini__image__details__location {
        margin-bottom: 1.5em; }
      .idea-mini__image__details p {
        color: white;
        margin-bottom: 0; }
        .idea-mini__image__details p:nth-of-type(odd) {
          color: #b2d235; }
  .idea-mini__content {
    padding: 40px 40px 40px calc(32% + 40px); }
    .idea-mini__content h3 {
      font-size: 35px;
      color: black; }
      .idea-mini__content h3:hover {
        color: #b2d235; }
    .idea-mini__content .fTag {
      color: #b2d235;
      font-weight: 500;
      font-size: 15px;
      margin: 0 0 15px; }
    .idea-mini__content .tag {
      background: #b2d235;
      color: black;
      padding: 8px 10px;
      display: block;
      margin-bottom: 15px;
      font-size: 12px;
      width: 110px;
      text-align: center; }
    .idea-mini__content .tags {
      margin-top: 40px;
      font-size: 0; }
      .idea-mini__content .tags a, .idea-mini__content .tags .ibi-report__more {
        display: inline-block; }
      .idea-mini__content .tags span {
        font-size: 14px;
        color: black;
        text-decoration: underline;
        margin-right: 5px; }
        .idea-mini__content .tags span:hover {
          color: #b2d235; }
    .idea-mini__content .sub {
      color: #adadad;
      font-size: 12px;
      line-height: 1.5;
      margin-top: 10px; }
  .idea-mini:hover {
    transition-delay: 2s; }
    .idea-mini:hover .idea-mini__image__overlay {
      left: 0; }
  @media screen and (max-width: 47.9375em) {
    .idea-mini {
      padding-left: 0; }
      .idea-mini__image {
        width: 100%;
        position: static;
        display: block;
        margin-bottom: 10px; }
        .page-template-tpl-events .idea-mini__image {
          padding-top: 60%; }
      .idea-mini__content {
        padding: 0; } }

.project-mini {
  position: relative;
  padding-left: 30%;
  min-height: 30%;
  margin-bottom: 60px; }
  .project-mini:last-of-type {
    margin-bottom: 40px; }
  .project-mini__image {
    width: 30%;
    padding-top: 30%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .project-mini__image div {
      transition: 300ms; }
    .project-mini__image:hover div {
      transform: scale(1.2); }
  .project-mini__content {
    padding: 60px 20px 20px 20px; }
    .project-mini__content h3 {
      color: black; }
      .project-mini__content h3:hover {
        color: #6A7927; }
    .project-mini__content .tag {
      background: #b2d235;
      color: black;
      padding: 8px 10px;
      display: block;
      margin-bottom: 25px;
      font-size: 12px;
      width: 110px;
      text-align: center; }
  @media screen and (max-width: 47.9375em) {
    .project-mini {
      padding-left: 0; }
      .project-mini__image {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 10px; }
        .project-mini__image div {
          transform: none !important; }
      .project-mini__content {
        padding: 0; } }

.ibi-btn, .interstitial input[type="submit"] {
  display: inline-block;
  background: white;
  color: black;
  font-weight: 500;
  padding: 8px 25px;
  border: 1px solid black;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s; }
  .ibi-btn::before, .interstitial input[type="submit"]::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .ibi-btn:hover, .interstitial input:hover[type="submit"], .ibi-btn:focus, .interstitial input:focus[type="submit"] {
    color: white; }
    .ibi-btn:hover::before, .interstitial input[type="submit"]:hover::before, .ibi-btn:focus::before, .interstitial input[type="submit"]:focus::before {
      transform: scaleX(1); }
  .ibi-btn--wide {
    width: 100%; }
  .ibi-btn--large {
    padding: 12px 35px; }
  .ibi-btn--loadMore {
    font-size: 18px;
    border-width: 2px;
    padding: 12px 35px;
    font-weight: 400; }
  .ibi-btn--gray {
    background: #5e5e52;
    color: white;
    border: none; }

.bid {
  padding-bottom: 30px; }
  .bid + .bid {
    padding-top: 30px;
    border-top: 2px solid #aaa; }

#breadcrumbs {
  list-style: none;
  margin: -60px 0 40px 0;
  overflow: hidden;
  font-size: 0; }
  #breadcrumbs li {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
    #breadcrumbs li a, #breadcrumbs li .ibi-report__more {
      color: black; }
      #breadcrumbs li a:hover, #breadcrumbs li .ibi-report__more:hover {
        color: #6A7927; }
    #breadcrumbs li:first-of-type {
      font-size: 0; }
      #breadcrumbs li:first-of-type a::before, #breadcrumbs li:first-of-type .ibi-report__more::before {
        content: "\EA05";
        display: inline-block;
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 16px; }
  #breadcrumbs .separator {
    font-size: 8px;
    margin: 0 10px;
    font-weight: 100;
    color: black;
    position: relative;
    top: 2px; }
  #breadcrumbs .item-current strong {
    font-weight: 400;
    color: #6b6b6b;
    cursor: default; }
  @media screen and (max-width: 63.9375em) {
    #breadcrumbs {
      margin: 0px 0 20px 0; } }
  @media screen and (max-width: 47.9375em) {
    #breadcrumbs {
      margin-bottom: 10px; } }

.text-columns h3 a, .text-columns h3 .ibi-report__more {
  color: black; }
  .text-columns h3 a:hover, .text-columns h3 .ibi-report__more:hover {
    color: #6A7927; }

.text-columns a h3, .text-columns .ibi-report__more h3 {
  color: black; }
  .text-columns a h3:hover, .text-columns .ibi-report__more h3:hover {
    color: #6A7927; }

.ibi-people {
  position: relative;
  z-index: 5; }
  .ibi-people__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: relative; }
    @media screen and (max-width: 47.9375em) {
      .ibi-people__grid--half .ibi-people__item:nth-of-type(4) .ibi-people__item__content::after {
        transition: 0;
        height: 100px;
        left: 20px;
        top: 10px;
        width: 3px; }
      .ibi-people__grid--half .ibi-people__item:nth-of-type(8) .ibi-people__item__content::after {
        transition: 0;
        right: auto;
        left: 35px; } }
    .ibi-people__grid--six .ibi-people__item--full {
      width: 16.66%; }
      @media screen and (max-width: 47.9375em) {
        .ibi-people__grid--six .ibi-people__item--full {
          width: 25%;
          left: 0 !important; } }
      @media screen and (max-width: 31.25em) {
        .ibi-people__grid--six .ibi-people__item--full {
          width: 50%; } }
  .ibi-people__item {
    width: 33.33%;
    min-height: 240px;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: 300ms;
    color: black; }
    .ibi-people__item.hidden {
      display: none; }
    .ibi-people__item__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 35px 20px; }
      .ibi-people__item__content h6, .ibi-people__item__content p {
        color: inherit;
        margin: 0;
        font-size: 14px;
        line-height: 1.25;
        transition: 0ms;
        transition: opacity 400ms; }
      .ibi-people__item__content p {
        font-size: 12px; }
      .ibi-people__item__content::after {
        content: '';
        position: absolute;
        z-index: 10;
        width: 95%;
        height: 3px;
        background: #b2d235;
        bottom: 100%;
        left: 35px;
        transition: 500ms; }
      .ibi-people__item__content.line-left::after {
        left: auto;
        right: 35px; }
      .ibi-people__item__content.line-up::after {
        left: 20px;
        bottom: 20px;
        height: 230px;
        width: 3px; }
    .ibi-people__item:nth-of-type(n + 5) {
      background-color: #d8d8d8; }
    .ibi-people__item.active {
      background-color: #242729;
      color: white; }
    .ibi-people__item--full {
      width: 20%;
      cursor: pointer; }
      .ibi-people__item--full:nth-of-type(n + 5) {
        background-color: #f1f1f1; }
      .ibi-people__item--full:nth-of-type(4n + 4) {
        background-color: #d8d8d8; }
      .ibi-people__item--full.active, .ibi-people__item--full.permaActive {
        background-color: #242729;
        color: white; }
      .ibi-people__item--full.permaActive .ibi-people__item__content h6, .ibi-people__item--full.permaActive .ibi-people__item__content p {
        opacity: 0; }
  .ibi-people__dropdown {
    display: none;
    width: 100%;
    background: #242729;
    padding: 60px;
    color: white; }
    .ibi-people__dropdown__left {
      float: left;
      width: 30%;
      box-sizing: border-box;
      padding-right: 20px; }
      .ibi-people__dropdown__left a, .ibi-people__dropdown__left .ibi-report__more {
        color: white;
        transition: 300ms; }
        .ibi-people__dropdown__left a i, .ibi-people__dropdown__left .ibi-report__more i {
          color: white !important; }
        .ibi-people__dropdown__left a:hover, .ibi-people__dropdown__left .ibi-report__more:hover {
          color: #b2d235; }
    .ibi-people__dropdown__right {
      float: left;
      width: 70%; }
      .ibi-people__dropdown__right .border, .ibi-people__dropdown__right .s-grid__item__overlay h3, .s-grid__item__overlay .ibi-people__dropdown__right h3 {
        padding-left: 20px; }
  .ibi-people__cover {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46); }
  .ibi-people__featured {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .ibi-people__featured__image {
      position: absolute;
      width: 40%;
      height: 80%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      top: 50%;
      left: 20%;
      transform: translateY(-50%); }
    .ibi-people__featured__content {
      padding: 30px 0;
      position: absolute;
      background: white;
      top: 50%;
      left: 65%;
      right: 10%;
      transform: translateY(-50%); }
      .ibi-people__featured__content h3 {
        margin-bottom: 30px; }
        @media screen and (max-width: 47.9375em) {
          .ibi-people__featured__content h3 {
            font-size: 18px; } }
      .ibi-people__featured__content p {
        margin-bottom: 0px; }
      .ibi-people__featured__content a, .ibi-people__featured__content .ibi-report__more {
        color: black; }
  .ibi-people__columns {
    border: solid 1px #ebebeb; }
    .ibi-people__columns__image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      padding-top: 120%; }
    .ibi-people__columns__content {
      padding: 20px; }
  @media screen and (max-width: 63.9375em) {
    .ibi-people__featured {
      left: 50px;
      top: 50px;
      right: 50px;
      bottom: auto; }
      .ibi-people__featured__image, .ibi-people__featured__content {
        position: static;
        transform: none;
        float: left; }
      .ibi-people__featured__image {
        padding-top: 60%; }
      .ibi-people__featured__content {
        margin-left: 5%;
        width: 55%;
        padding: 30px; } }
  @media screen and (max-width: 47.9375em) {
    .ibi-people__dropdown__left, .ibi-people__dropdown__right {
      width: 100%; }
    .ibi-people__featured__image {
      width: 100%;
      padding-top: 80%;
      background-position: center top -40px;
      margin-bottom: 20px; }
    .ibi-people__featured__content {
      width: 100%;
      margin-left: 0; }
    .ibi-people__item {
      width: 50%; }
      .ibi-people__item:nth-of-type(4n+3) {
        position: relative;
        left: 50%; }
      .ibi-people__item:nth-of-type(4n+4) {
        position: relative;
        left: -50%; } }

.article__image {
  overflow: hidden;
  position: relative;
  padding-top: 50%;
  width: 100%;
  display: block; }
  .article__image img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 300ms; }
  .article__image:hover img {
    transform: translate(-50%, -50%) scale(1.15); }

.article__type {
  margin: 30px 0 10px;
  padding: 0;
  color: #b2d235;
  font-size: 12px; }

.article__title {
  margin-bottom: 15px;
  font-size: 20px;
  color: white; }
  .article__title:hover {
    color: #b2d235; }
  .article__title:focus {
    color: white; }
  @media screen and (max-width: 47.9375em) {
    .article__title {
      font-size: 16px; } }

.article__desc, .article__desc p {
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.5px;
  margin-bottom: 1rem; }

.article__prompt {
  margin-top: 10px;
  color: white;
  font-size: 12px;
  font-weight: 500; }
  .article__prompt:hover {
    color: #b2d235; }
  .article__prompt:focus {
    color: white; }

.offset-totes {
  margin-top: 40px;
  margin-bottom: 40px; }
  .offset-totes__tote__image {
    padding-top: 100%;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 63.9375em) {
      .offset-totes__tote__image {
        padding-top: 50%; } }
  .offset-totes__tote__content {
    padding: 37px;
    background: #070707;
    width: 70%;
    margin-top: -200px;
    color: white; }
    .offset-totes__tote__content p {
      font-size: 14px; }
    @media screen and (max-width: 63.9375em) {
      .offset-totes__tote__content {
        margin-top: -100px; } }
    @media screen and (max-width: 47.9375em) {
      .offset-totes__tote__content {
        margin-top: -50px;
        margin-left: 0 !important;
        width: 90% !important;
        margin-right: 10% !important; } }
  .offset-totes .long-tote .offset-totes__tote__image {
    padding-top: 50%; }
  .offset-totes .long-tote + .large-6 {
    padding-left: 0 !important;
    padding-right: 7px !important; }
    .offset-totes .long-tote + .large-6 + .large-6 {
      clear: none;
      padding-right: 0 !important;
      padding-left: 7px !important; }
  @media screen and (max-width: 63.9375em) {
    .offset-totes .column, .offset-totes .columns {
      margin-bottom: 10px;
      padding: 0 !important;
      position: static !important; } }
  @media screen and (max-width: 47.9375em) {
    .offset-totes .column:nth-of-type(even) .offset-totes__tote__content, .offset-totes .columns:nth-of-type(even) .offset-totes__tote__content {
      margin-left: 10% !important;
      margin-right: 0% !important; } }
  .offset-totes--expertise .offset-totes__tote__content {
    margin-left: 5%;
    margin-right: 25%; }
    .offset-totes--expertise .offset-totes__tote__content p {
      margin: 2em 0 4em; }
      @media screen and (max-width: 63.9375em) {
        .offset-totes--expertise .offset-totes__tote__content p {
          margin: 1.5em 0 3em; } }
  .offset-totes--expertise .column, .offset-totes--expertise .columns {
    margin-bottom: 55px; }
  .offset-totes--expertise .large-6 {
    padding-right: 7px !important; }
    .offset-totes--expertise .large-6:nth-of-type(even) {
      padding-left: 7px;
      padding-right: 0px;
      position: relative;
      top: 60px; }
    .offset-totes--expertise .large-6:nth-of-type(2n + 1) {
      clear: left; }
  .offset-totes--services .offset-totes__tote__content {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%; }
    .offset-totes--services .offset-totes__tote__content p {
      margin: 1em 0 2em; }
      @media screen and (max-width: 63.9375em) {
        .offset-totes--services .offset-totes__tote__content p {
          margin: 1.5em 0 3em; } }
  .offset-totes--services .column, .offset-totes--services .columns {
    margin-bottom: 80px; }
    .offset-totes--services .column:nth-of-type(3n + 1), .offset-totes--services .columns:nth-of-type(3n + 1) {
      clear: left;
      padding-right: 10px; }
    .offset-totes--services .column:nth-of-type(3n + 2), .offset-totes--services .columns:nth-of-type(3n + 2) {
      position: relative;
      top: 120px;
      padding: 0 10px; }
    .offset-totes--services .column:nth-of-type(3n + 3), .offset-totes--services .columns:nth-of-type(3n + 3) {
      padding-left: 10px; }

.client-splash {
  text-align: center;
  padding: 100px 0;
  background-image: url("/wp-content/themes/ibi-custom/public/img/footer-splash_2x.jpg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat; }
  .client-splash__msg {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500; }
  .client-splash p {
    margin: 20px auto;
    max-width: 235px; }
  .single-ibi-projects .client-splash, .single-ibi-products .client-splash {
    background-image: none; }
  @media screen and (max-width: 63.9375em) {
    .client-splash {
      background-image: none; } }

.client-strip {
  box-sizing: border-box;
  padding-top: 20%;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px; }

.filter-loadMore {
  display: block !important;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 500;
  transition: 300ms; }
  .filter-loadMore::after {
    margin-left: 5px;
    font-size: 11px;
    content: "\EA09";
    display: inline-block;
    font-family: "theme-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 500ms;
    position: relative;
    top: 1px;
    font-weight: bold; }
  .filter-loadMore:hover {
    color: #b2d235; }
  .filter-loadMore.open {
    margin-bottom: 10px; }
    .filter-loadMore.open::after {
      transform: rotate(180deg); }

.ibi-items {
  margin-top: 10px; }
  @media screen and (max-width: 31.25em) {
    .ibi-items {
      width: 100%; } }
  .ibi-items__filter {
    background: white;
    position: relative;
    margin-bottom: 15px;
    margin-right: 20px; }
    .ibi-items__filter__heading {
      display: inline-block;
      padding: 0px 13px;
      font-size: 14px;
      min-height: 36px;
      line-height: 36px;
      color: black;
      background: white;
      border-bottom: 1px solid #cacaca;
      border-top: 1px solid #cacaca;
      cursor: pointer;
      transition: 300ms; }
      .ibi-items__filter__heading:hover {
        border-color: #b2d235; }
      .ibi-items__filter__heading span {
        float: right;
        width: 25px;
        height: 0px;
        background: white;
        color: #888;
        text-align: center;
        font-size: 9px;
        transition: 300ms;
        cursor: pointer; }
        .ibi-items__filter__heading span:hover {
          background: white;
          color: #888; }
        .ibi-items__filter__heading span i {
          display: inline-block;
          transform: rotate(0) translateY(2px);
          transition: transform 300ms; }
        .ibi-items__filter__heading span.open {
          background: white;
          color: #888; }
          .ibi-items__filter__heading span.open i {
            transform: rotate(180deg) translateY(2px); }
          .ibi-items__filter__heading span.open:hover {
            background: #ddd; }
    .ibi-items__filter__filters {
      display: none;
      width: 1000px;
      max-height: 1000px;
      overflow: auto;
      position: absolute;
      z-index: 20;
      left: 0;
      top: 98%;
      background: white;
      padding: 25px 25px 0px 25px;
      box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.25); }
      .ibi-items__filter__filters--region {
        max-width: 200px; }
  .ibi-items__featured {
    margin-top: 15px; }
  .ibi-items__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start; }
  .ibi-items__more {
    text-align: center; }
  .ibi-items__filter-list__heading {
    font-weight: bold; }
  .ibi-items__filter-list .tag-list {
    display: inline-block;
    margin-left: 10px; }
    .ibi-items__filter-list .tag-list li {
      margin-right: 5px;
      padding-left: 15px !important;
      text-transform: capitalize; }
  .ibi-items__filter-list .clearFilters, .ibi-items__filter-list #clearFilters {
    text-decoration: underline;
    cursor: pointer;
    padding: 20px; }
  .page-template-tpl-news .ibi-items__filter__heading, .page-template-tpl-ideas .ibi-items__filter__heading {
    background: #b2d235;
    border: none; }
    .page-template-tpl-news .ibi-items__filter__heading:hover, .page-template-tpl-ideas .ibi-items__filter__heading:hover {
      background: #d2e588; }
    .page-template-tpl-news .ibi-items__filter__heading span, .page-template-tpl-ideas .ibi-items__filter__heading span {
      color: black; }

.filter-row {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .filter-row__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 5px; }
    @media screen and (max-width: 47.9375em) {
      .filter-row__heading {
        font-size: 18px;
        line-height: 1.5; } }
  .filter-row__options {
    font-size: 0;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 230px;
        flex: 1 1 230px;
    margin-bottom: 25px; }
    .filter-row__options span, .filter-row__options label {
      display: inline-block;
      font-size: 15px;
      line-height: 1.2; }
      @media screen and (max-width: 47.9375em) {
        .filter-row__options span, .filter-row__options label {
          font-size: 14px;
          line-height: 1.1; } }
    .filter-row__options input[type="text"], .filter-row__options select {
      display: inline-block;
      width: 200px;
      background: white;
      border: none;
      height: 25px;
      background-image: url(/wp-content/themes/ibi-custom/public/img/magnifing-glass_2x.png);
      background-repeat: no-repeat;
      background-position: right 5px center;
      background-size: 11px;
      margin-bottom: 0;
      padding-right: 20px; }
      @media screen and (max-width: 47.9375em) {
        .filter-row__options input[type="text"], .filter-row__options select {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
    .filter-row__options label {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      padding-left: 30px;
      position: relative;
      min-height: 20px;
      margin: 5px 0; }
      .filter-row__options label span {
        padding-right: 20px;
        font-size: 14px; }
      @media screen and (max-width: 47.9375em) {
        .filter-row__options label input + i {
          width: 16px;
          height: 16px; } }
      @media screen and (max-width: 47.9375em) {
        .filter-row__options label input[type="checkbox"]:checked + i {
          background-position: 1px 2px; } }
      .filter-row__options label:hover input + i {
        opacity: 1; }
      @media screen and (max-width: 47.9375em) {
        .filter-row__options label {
          margin: 3px 0;
          padding-left: 23px;
          padding-right: 3px; } }
    .filter-row__options .location-search {
      display: inline-block;
      position: relative;
      z-index: 10;
      margin-left: 40px; }
      .filter-row__options .location-search__clear {
        display: none;
        font-size: 9px;
        padding: 5px;
        cursor: pointer;
        margin-left: 5px;
        width: 20px;
        box-sizing: border-box;
        color: #666; }
        .filter-row__options .location-search__clear:hover {
          color: black; }
      .filter-row__options .location-search__results {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 25px;
        background: white;
        border: 1px solid #aaa;
        border-top: none;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1); }
        .filter-row__options .location-search__results span {
          display: block;
          padding: 10px 7px;
          border-bottom: 1px solid #bbb;
          cursor: pointer;
          transition: 300ms; }
          .filter-row__options .location-search__results span:hover, .filter-row__options .location-search__results span.focus {
            background: #dfdfdf; }
          .filter-row__options .location-search__results span:last-of-type {
            border-bottom: none; }

.interstitial {
  display: none;
  border-left: 14px solid #b2d235;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(32, 35, 37, 0.9); }
  @media screen and (max-width: 47.9375em) {
    .interstitial {
      background: #202325; } }
  .interstitial > img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 96px;
    height: 96px; }
    @media screen and (max-width: 47.9375em) {
      .interstitial > img {
        width: 48px;
        height: 48px; } }
  .interstitial__content {
    color: white;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    max-width: 100%;
    padding: 22px; }
    @media screen and (max-width: 47.9375em) {
      .interstitial__content > img {
        display: none; } }
    .interstitial__content label {
      padding-left: 30px;
      margin: 40px 0 20px; }
      .interstitial__content label span {
        position: relative;
        top: -4px; }
      @media screen and (max-width: 47.9375em) {
        .interstitial__content label {
          margin: 10px 0; } }
    .interstitial__content hr + p {
      line-height: 1; }
      @media screen and (max-width: 47.9375em) {
        .interstitial__content hr + p {
          font-size: 13px;
          line-height: 1.1; } }
    .interstitial__content .border, .interstitial__content .s-grid__item__overlay h3, .s-grid__item__overlay .interstitial__content h3 {
      margin: 2rem 0 3rem; }
      @media screen and (max-width: 47.9375em) {
        .interstitial__content .border, .interstitial__content .s-grid__item__overlay h3, .s-grid__item__overlay .interstitial__content h3 {
          margin: 0.5rem 0 1rem; }
          .interstitial__content .border p, .interstitial__content .s-grid__item__overlay h3 p, .s-grid__item__overlay .interstitial__content h3 p {
            font-size: 14px;
            line-height: 1.15; } }
    @media screen and (max-width: 47.9375em) {
      .interstitial__content {
        top: 25px; } }
  .interstitial__continue {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: white;
    cursor: pointer;
    transition: 300ms; }
    .interstitial__continue:hover {
      color: #b2d235; }
    @media screen and (max-width: 47.9375em) {
      .interstitial__continue {
        bottom: 60px; } }
  .interstitial--translated .interstitial__content, .interstitial--brochure .interstitial__content {
    background: #232628;
    width: 600px;
    padding: 50px 50px 25px 50px;
    border-left: 16px solid #b2d235; }
    .interstitial--translated .interstitial__content h2, .interstitial--brochure .interstitial__content h2 {
      margin: 10px 0 30px 0; }
    .interstitial--translated .interstitial__content a + a, .interstitial--translated .interstitial__content .ibi-report__more + a, .interstitial--translated .interstitial__content a + .ibi-report__more, .interstitial--translated .interstitial__content .ibi-report__more + .ibi-report__more, .interstitial--brochure .interstitial__content a + a, .interstitial--brochure .interstitial__content .ibi-report__more + a, .interstitial--brochure .interstitial__content a + .ibi-report__more, .interstitial--brochure .interstitial__content .ibi-report__more + .ibi-report__more {
      margin-left: 10px;
      background: transparent;
      color: white;
      border: none;
      text-decoration: underline; }
      .interstitial--translated .interstitial__content a + a::before, .interstitial--translated .interstitial__content .ibi-report__more + a::before, .interstitial--translated .interstitial__content a + .ibi-report__more::before, .interstitial--translated .interstitial__content .ibi-report__more + .ibi-report__more::before, .interstitial--brochure .interstitial__content a + a::before, .interstitial--brochure .interstitial__content .ibi-report__more + a::before, .interstitial--brochure .interstitial__content a + .ibi-report__more::before, .interstitial--brochure .interstitial__content .ibi-report__more + .ibi-report__more::before {
        content: none; }
      .interstitial--translated .interstitial__content a + a:hover, .interstitial--translated .interstitial__content .ibi-report__more + a:hover, .interstitial--translated .interstitial__content a + .ibi-report__more:hover, .interstitial--translated .interstitial__content .ibi-report__more + .ibi-report__more:hover, .interstitial--brochure .interstitial__content a + a:hover, .interstitial--brochure .interstitial__content .ibi-report__more + a:hover, .interstitial--brochure .interstitial__content a + .ibi-report__more:hover, .interstitial--brochure .interstitial__content .ibi-report__more + .ibi-report__more:hover {
        color: #b2d235; }
    .interstitial--translated .interstitial__content__close, .interstitial--brochure .interstitial__content__close {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: black;
      color: white;
      font-size: 16px;
      line-height: 43px;
      text-align: center;
      cursor: pointer; }
      .interstitial--translated .interstitial__content__close i, .interstitial--brochure .interstitial__content__close i {
        opacity: 0.8;
        transition: 300ms;
        transform: translateZ(0);
        display: block; }
      .interstitial--translated .interstitial__content__close:hover i, .interstitial--brochure .interstitial__content__close:hover i {
        opacity: 1;
        transform: scale(1.2) translateZ(0); }
  .interstitial--brochure .interstitial__content {
    padding-left: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .interstitial--brochure h2 {
    padding-left: 160px; }
  .interstitial--brochure input[type="text"], .interstitial--brochure select {
    width: 66% !important; }
  .interstitial--brochure .gform_wrapper .gform_footer.left_label {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    width: 67%;
    margin-left: 32%; }
  .interstitial--brochure .gform_wrapper div.validation_error {
    border: none;
    color: red;
    padding-left: 32%;
    margin: 0;
    font-size: 16px; }
  .interstitial--brochure .gform_wrapper li.gfield.gfield_error {
    background: #333;
    border: 1px solid red; }
    .interstitial--brochure .gform_wrapper li.gfield.gfield_error .validation_message {
      color: red; }
  .interstitial--brochure .gform_confirmation_message {
    padding-left: 32%;
    margin-bottom: 40px; }
  .interstitial--brochure .gfield_radio {
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px !important; }
    .interstitial--brochure .gfield_radio li {
      margin: 0 10px 0 0 !important; }
  .interstitial--brochure input[type="submit"] {
    float: right;
    background: white;
    color: black;
    padding: 10px 60px;
    transition: 300ms;
    height: auto;
    width: auto;
    line-height: 1.5; }
    .interstitial--brochure input[type="submit"]:hover {
      background: black;
      color: white; }
  .interstitial--brochure label {
    color: white; }
  .interstitial input[type="text"], .interstitial select, .interstitial select {
    background: none;
    border: 1px solid #eee;
    color: white;
    border-radius: 0;
    padding: 10px; }
    .interstitial input[type="text"]::-moz-placeholder, .interstitial select::-moz-placeholder, .interstitial select::-moz-placeholder {
      color: #ccc; }
    .interstitial input[type="text"]:-ms-input-placeholder, .interstitial select:-ms-input-placeholder, .interstitial select:-ms-input-placeholder {
      color: #ccc; }
    .interstitial input[type="text"]::placeholder, .interstitial select::placeholder, .interstitial select::placeholder {
      color: #ccc; }
    .interstitial input[type="text"] option, .interstitial select option, .interstitial select option {
      color: #333; }
  .interstitial select {
    background-image: url(/wp-content/themes/ibi-custom/public/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: none;
    border-bottom: 1px solid #eee;
    height: auto; }
  .interstitial input[type="submit"] {
    margin-bottom: 20px; }
    .interstitial input[type="submit"]:hover {
      background: black;
      color: white; }
  .interstitial .mc label {
    display: none; }

.s-grid > div {
  margin-bottom: 2%;
  position: relative;
  float: left;
  width: 18.4%;
  margin-right: 2%; }
  .s-grid > div:nth-of-type(5n + 5) {
    margin-right: 0; }

.s-grid__label {
  background: #232628;
  color: #b2d235;
  font-size: 120px; }
  .s-grid__label span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .s-grid__label i {
    display: none;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 250ms; }
    .s-grid__label i:hover {
      color: #b2d235; }

.s-grid__item {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: 300ms; }
  .s-grid__item.collapsed {
    width: 0;
    margin-right: 0 !important; }
  .s-grid__item__image {
    padding-top: 70%;
    background-size: cover; }
  .s-grid__item__title {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
    padding: 20px; }
  .s-grid__item__inner {
    border: 1px solid #ebebeb;
    height: 100%; }
  .s-grid__item__overlay {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #232628;
    height: 100%;
    padding: 15px 20px;
    transition: 500ms 500ms ease;
    color: white; }
    .s-grid__item__overlay h3 {
      font-size: 18px;
      line-height: 1.2; }
    .s-grid__item__overlay:hover {
      color: white; }
  .s-grid__item:hover .s-grid__item__overlay {
    top: 0px; }

@media screen and (max-width: 74.9375em) {
  .s-grid > div {
    width: 23%; }
    .s-grid > div:nth-of-type(5n + 5) {
      margin-right: 2%; }
    .s-grid > div:nth-of-type(4n + 4) {
      margin-right: 0; } }

@media screen and (max-width: 63.9375em) {
  .s-grid > div {
    width: 32%; }
    .s-grid > div:nth-of-type(5n + 5) {
      margin-right: 2%; }
    .s-grid > div:nth-of-type(4n + 4) {
      margin-right: 2%; }
    .s-grid > div:nth-of-type(3n + 3) {
      margin-right: 0; } }

@media screen and (max-width: 47.9375em) {
  .s-grid > div {
    width: 49%;
    min-height: 147px; }
    .s-grid > div:nth-of-type(5n + 5) {
      margin-right: 2%; }
    .s-grid > div:nth-of-type(4n + 4) {
      margin-right: 2%; }
    .s-grid > div:nth-of-type(3n + 3) {
      margin-right: 2%; }
    .s-grid > div:nth-of-type(even) {
      margin-right: 0; }
  .s-grid__label {
    padding-top: 45%; }
    .s-grid__label i {
      display: block; } }

#careersList, #careersLoadMore {
  display: none;
  margin-top: 40px;
  margin-bottom: 60px; }

.job {
  padding: 40px 0; }
  .job .desc {
    max-height: 200px;
    overflow: hidden; }
  .job .desc-wrap {
    position: relative; }
    .job .desc-wrap__cover {
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .job .read-more {
    padding: 10px 0 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer; }
    .job .read-more:hover {
      color: #6A7927; }
  .job strong {
    display: block;
    margin-bottom: 25px; }

.ibi-search {
  position: relative; }
  .ibi-search__main {
    white-space: nowrap; }
    .ibi-search__main > * {
      display: inline-block;
      vertical-align: middle; }
    .ibi-search__main input[type="text"], .ibi-search__main select {
      width: 80%;
      height: 39px;
      margin: 0;
      padding-left: 10px;
      padding-right: 35px; }
    .ibi-search__main img {
      margin-left: -30px;
      margin-right: 20px;
      width: 13px; }
  .ibi-search__list {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 80%;
    background: #eee;
    border: 1px solid #ddd; }
    .ibi-search__list a, .ibi-search__list .ibi-report__more {
      display: block;
      padding: 10px;
      color: #888;
      border-top: 1px solid #ddd;
      transition: 250ms;
      margin-top: 0; }
      .ibi-search__list a:hover, .ibi-search__list .ibi-report__more:hover, .ibi-search__list a:focus, .ibi-search__list .ibi-report__more:focus {
        background: #fafafa; }
  .ibi-search__advancedTrigger, .ibi-search__seeAll {
    text-decoration: underline;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer; }
    .ibi-search__advancedTrigger:hover, .ibi-search__seeAll:hover {
      color: #b2d235; }
  .ibi-search__seeAll {
    margin-left: 40px; }
  .ibi-search__advanced {
    display: none;
    padding-top: 20px; }
    .ibi-search__advanced select {
      display: inline-block;
      width: auto;
      height: 35px; }
      .ibi-search__advanced select + select {
        margin-left: 10px; }
  @media screen and (max-width: 47.9375em) {
    .ibi-search__main {
      text-align: right;
      white-space: normal; }
      .ibi-search__main input[type="text"], .ibi-search__main select {
        width: 100%;
        background-image: url(/wp-content/themes/ibi-custom/public/img/magnifing-glass_2x.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 13px; }
      .ibi-search__main img {
        display: none; }
      .ibi-search__main span {
        margin-top: 15px; }
    .ibi-search__list {
      top: 42%;
      width: 100%; } }

.ibi-videos__video {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }
  .ibi-videos__video iframe {
    width: 100%;
    height: 100%; }

ul.tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; }
  ul.tag-list li {
    font-size: 15px;
    background: #f9f9f9;
    border-radius: 24px;
    border: 1px solid #dadada;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    color: black;
    transition: 300ms; }
    ul.tag-list li:hover {
      background: #232628;
      color: #b2d235; }
  ul.tag-list--reports {
    display: inline-block;
    margin: 0 25px; }
    ul.tag-list--reports li {
      cursor: pointer;
      padding-left: 35px;
      padding-right: 35px; }

.expertise-row {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 45%; }
  @media screen and (max-width: 47.9375em) {
    .expertise-row {
      background: none !important; } }

.re {
  font-size: 0;
  position: relative; }
  .re__list {
    display: inline-block;
    vertical-align: top;
    width: 35%; }
    .re__list__country {
      background: white;
      border: 1px solid #dadada;
      color: black;
      text-align: left;
      margin-bottom: 10px; }
      .re__list__country:last-of-type {
        margin-bottom: 0; }
      .re__list__country__head {
        padding: 10px;
        transition: 300ms;
        position: relative;
        padding-right: 30px;
        cursor: pointer; }
        .re__list__country__head span {
          font-size: 20px;
          font-weight: 500; }
        .re__list__country__head small {
          font-size: 15px;
          margin-left: 15px; }
        .re__list__country__head i {
          font-size: 16px;
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%);
          margin-top: 3px; }
        .re__list__country__head:hover, .re__list__country__head.head {
          background: #232628;
          color: white; }
      .re__list__country__offices {
        display: none;
        padding-bottom: 5px; }
        .re__list__country__offices div {
          padding: 10px;
          font-size: 18px;
          line-height: 1.05;
          cursor: pointer; }
          .re__list__country__offices div:hover, .re__list__country__offices div.active {
            color: #b2d235; }
      .re__list__country.active {
        background: #232628;
        color: white; }
  .re__offices {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-left: 5%;
    position: relative; }
    .re__offices__cover div {
      background: rgba(0, 0, 0, 0.6); }
      .re__offices__cover div span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 21px;
        line-height: 1.2;
        letter-spacing: 0.5px; }
        .re__offices__cover div span b {
          font-weight: 500; }
    .re__offices__item {
      display: none;
      position: relative;
      z-index: 3;
      padding: 50px 30px;
      background: #232628;
      color: white;
      text-align: left; }
      .re__offices__item--bid {
        padding-bottom: 150px !important; }
      .re__offices__item__close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: black;
        color: white;
        font-size: 16px;
        line-height: 43px;
        text-align: center;
        cursor: pointer; }
        .re__offices__item__close i {
          opacity: 0.8;
          transition: 300ms;
          transform: translateZ(0);
          display: block; }
        .re__offices__item__close:hover i {
          opacity: 1;
          transform: scale(1.2) translateZ(0); }
      .re__offices__item h4 {
        margin-top: 20px; }
      .re__offices__item .carousel {
        white-space: nowrap;
        overflow: hidden;
        margin-right: -30px;
        position: relative; }
        .re__offices__item .carousel::after {
          content: '';
          background: linear-gradient(to right, rgba(35, 38, 40, 0) 0%, rgba(35, 38, 40, 0) 91%, #232628 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00232628', endColorstr='$dark-gray;',GradientType=1 );
          pointer-events: none; }
        .re__offices__item .carousel--scrollable {
          cursor: move; }
        .re__offices__item .carousel img {
          position: relative;
          left: 0; }
      .re__offices__item .totes {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .re__offices__item .totes__item {
          -ms-flex: 0 1 30.33%;
              flex: 0 1 30.33%;
          margin-right: 3%; }
          .re__offices__item .totes__item img {
            width: 100%;
            margin-bottom: 10px; }
          .re__offices__item .totes__item a, .re__offices__item .totes__item .ibi-report__more {
            text-decoration: none; }
          .re__offices__item .totes__item .border, .re__offices__item .totes__item .s-grid__item__overlay h3, .s-grid__item__overlay .re__offices__item .totes__item h3 {
            font-size: 14px; }
      .re__offices__item a, .re__offices__item .ibi-report__more {
        color: white;
        text-decoration: underline; }
        .re__offices__item a:hover, .re__offices__item .ibi-report__more:hover {
          color: #b2d235; }
      .re__offices__item__cta {
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        padding: 0 20px;
        text-align: center;
        height: 120px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 63.9375em) {
    .re__list {
      width: 32%; }
      .re__list__country__head span {
        font-size: 18px; }
    .re__offices {
      width: 66%;
      margin-left: 2%; } }
  @media screen and (max-width: 47.9375em) {
    .re__list {
      width: 100%; }
      .re__list__country__head span {
        font-size: 15px; }
    .re__offices {
      width: 100%;
      margin-left: 0;
      position: absolute;
      top: 0;
      left: 0; }
      .re__offices__cover {
        display: none; }
      .re__offices__item {
        display: none;
        position: absolute;
        left: 1px;
        right: 1px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        padding: 20px; }
        .re__offices__item .carousel {
          margin-right: -20px; } }

.ibi-report {
  width: 240px;
  height: 315px;
  border: 7px solid #d8d8d8;
  text-align: center;
  display: inline-block;
  position: relative; }
  .ibi-report > span {
    position: absolute;
    z-index: 4;
    background: #f9f9f9;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 20px;
    color: black; }
  .ibi-report__heading {
    margin-top: 25px; }
  .ibi-report__filter {
    margin-top: 15px;
    text-align: center; }
  .ibi-report__slider {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 960px; }
    .ibi-report__slider__nav {
      background-color: black;
      color: white;
      cursor: pointer;
      display: inline-block;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
      font-size: 12px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      width: 25px; }
      .ibi-report__slider__nav:hover {
        background-color: #b2d235; }
      @media screen and (min-width: 48em) {
        .ibi-report__slider__nav {
          height: 45px;
          line-height: 45px;
          width: 45px; } }
      .ibi-report__slider__nav--disabled {
        opacity: .5;
        cursor: default; }
  .ibi-report__holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: start;
    overflow: hidden;
    max-width: 800px;
    margin: 60px auto 20px;
    padding: 0 5px 0; }
    .ibi-report__holder__item {
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
      margin-right: 25px;
      margin-bottom: 20px; }
      .ibi-report__holder__item .pdf-link {
        margin-top: 20px; }
      .ibi-report__holder__item--quarter {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        border: 1px solid #dadada;
        padding: 18px;
        margin-right: 2%;
        min-width: 0;
        position: relative; }
        @media screen and (min-width: 28.125em) {
          .ibi-report__holder__item--quarter {
            -ms-flex: 0 0 49%;
                flex: 0 0 49%;
            margin-right: 2%; } }
        @media screen and (min-width: 40.625em) {
          .ibi-report__holder__item--quarter {
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
            margin-right: 2%; } }
        .ibi-report__holder__item--quarter h4 {
          line-height: 1.1; }
        .ibi-report__holder__item--quarter .pdf-link {
          margin-top: 8px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  .ibi-report__more {
    display: block;
    margin-top: 50px; }
    .ibi-report__more i {
      position: relative;
      top: 2px; }
  .ibi-report__hidden {
    display: none; }

.contact-loc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .contact-loc__block {
    -ms-flex: 0 1 290px;
        flex: 0 1 290px;
    margin-right: 30px;
    margin-bottom: 40px;
    border: 1px solid #dadada;
    padding: 20px;
    position: relative;
    background: white;
    color: black;
    min-height: 240px;
    cursor: pointer;
    transition: 400ms; }
    .contact-loc__block--hq {
      cursor: auto; }
    .contact-loc__block__info {
      position: absolute;
      bottom: 0; }
    .contact-loc__block:nth-of-type(3n + 3) {
      margin-right: 0; }
    .contact-loc__block span {
      font-size: 35px;
      line-height: 1.1;
      font-weight: 500;
      display: block; }
    .contact-loc__block small {
      font-size: 15px; }
    .contact-loc__block i {
      position: absolute;
      bottom: 20px;
      right: 20px;
      transition: transform 400ms; }
    .contact-loc__block:hover {
      background: #232628;
      color: white; }
    .contact-loc__block::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #232628 transparent transparent transparent;
      opacity: 0;
      transition: margin-top 400ms, opacity 200ms;
      margin-top: -15px; }
    .contact-loc__block.active {
      background: #232628;
      color: white; }
      .contact-loc__block.active i {
        transform: rotate(45deg); }
      .contact-loc__block.active::after {
        opacity: 1;
        margin: 0; }
    @media screen and (max-width: 61.875em) {
      .contact-loc__block:nth-of-type(3n + 3) {
        margin-right: 30px; }
      .contact-loc__block:nth-of-type(2n + 2) {
        margin-right: 0; } }
    @media screen and (max-width: 41.25em) {
      .contact-loc__block {
        margin-right: 0 !important; } }
  .contact-loc__main {
    display: none;
    background: #232628;
    color: white;
    font-size: 0;
    width: 100%;
    max-width: 930px;
    margin-bottom: 40px;
    max-height: 480px;
    overflow: hidden; }
    .contact-loc__main > div {
      display: inline-block;
      vertical-align: top; }
    .contact-loc__main__list {
      width: 33.33%;
      padding: 20px;
      max-height: 480px;
      overflow: hidden;
      box-sizing: border-box;
      position: relative; }
      .contact-loc__main__list__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(35, 38, 40, 0) 0%, rgba(35, 38, 40, 0) 85%, #232628 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00232628', endColorstr='#232628',GradientType=0 );
        pointer-events: none; }
      .contact-loc__main__list__scroll {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 8px;
        background: black; }
        .contact-loc__main__list__scroll span {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          height: 50px;
          background: #b2d235; }
      .contact-loc__main__list .country {
        color: white;
        position: relative;
        top: 0; }
        .contact-loc__main__list .country span {
          font-size: 20px;
          font-weight: 500; }
        .contact-loc__main__list .country small {
          font-size: 15px; }
        .contact-loc__main__list .country__offices {
          font-size: 18px;
          margin-top: 5px; }
          .contact-loc__main__list .country__offices > div {
            padding: 5px 0;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            transition: 300ms; }
            .contact-loc__main__list .country__offices > div:hover, .contact-loc__main__list .country__offices > div.active {
              color: #b2d235; }
            .contact-loc__main__list .country__offices > div.active {
              border-bottom: 2px solid #b2d235; }
    .contact-loc__main__offices {
      width: 66.66%;
      padding: 40px 40px 0 40px;
      height: 100%; }
      .contact-loc__main__offices__item {
        display: none;
        position: relative;
        height: 100%; }
        .contact-loc__main__offices__item__cta {
          position: absolute;
          bottom: 0;
          z-index: 999;
          left: -40px;
          right: -40px;
          padding: 0 40px;
          height: 120px;
          background-color: #000;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .contact-loc__main__offices__item__cta p {
            -ms-flex: 1;
                flex: 1;
            margin-bottom: 0; }
          .contact-loc__main__offices__item__cta .ibi-btn--loc-cta {
            -ms-flex: 1;
                flex: 1;
            color: white;
            background-color: grey; }
            .contact-loc__main__offices__item__cta .ibi-btn--loc-cta::before {
              background: white; }
            .contact-loc__main__offices__item__cta .ibi-btn--loc-cta:hover {
              color: black; }

.search-page {
  padding-top: 96px;
  padding-bottom: 150px; }
  .search-page__top {
    padding-top: 80px;
    padding-bottom: 60px;
    background: rgba(216, 216, 216, 0.22);
    margin-bottom: 22px; }
    .search-page__top h1 {
      color: #bebebe;
      font-size: 30px;
      margin-bottom: 45px; }
    .search-page__top .search-page__listing {
      margin: 0; }
  .search-page__listing {
    display: block;
    position: relative;
    padding-left: 250px;
    min-height: 200px;
    color: black;
    margin: 22px 0 44px; }
    .search-page__listing a, .search-page__listing .ibi-report__more {
      color: black; }
      .search-page__listing a:hover, .search-page__listing .ibi-report__more:hover {
        color: #6A7927; }
    .search-page__listing h4 {
      line-height: 1; }
    .search-page__listing h2 {
      padding-top: 10px; }
    .search-page__listing__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      height: 200px; }
    .search-page__listing--noImg {
      padding-left: 0;
      min-height: 0; }

.signup-bar {
  display: none;
  background: black;
  color: white;
  padding: 8px 10px 11px;
  position: relative;
  z-index: 10000; }
  .signup-bar__close {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 0;
    margin: 0 15px 0 5px;
    cursor: pointer;
    transition: 300ms; }
    .signup-bar__close:hover {
      color: #b2d235; }
  .signup-bar h3 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400; }
  .signup-bar input[type="text"], .signup-bar select {
    display: inline-block;
    width: 150px;
    background: none;
    border: none;
    border-bottom: 2px solid #b2d235;
    border-radius: 0;
    margin: 0 0 0 20px;
    font-size: 14px;
    color: white; }
    .signup-bar input[type="text"]::-moz-placeholder, .signup-bar select::-moz-placeholder {
      color: #ddd; }
    .signup-bar input[type="text"]:-ms-input-placeholder, .signup-bar select:-ms-input-placeholder {
      color: #ddd; }
    .signup-bar input[type="text"]::placeholder, .signup-bar select::placeholder {
      color: #ddd; }
  .signup-bar select {
    color: white;
    background-image: url(/wp-content/themes/ibi-custom/public/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    font-size: 14px;
    cursor: pointer; }
    .signup-bar select option {
      color: #333; }
  .signup-bar input[type="submit"] {
    background: black;
    border: 2px solid #b2d235;
    padding: 5px 14px;
    display: Inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 14px;
    transition: 300ms; }
    .signup-bar input[type="submit"]:hover {
      background: #b2d235;
      color: black; }
  .signup-bar form, .signup-bar div {
    display: inline-block; }
  .signup-bar label {
    display: none; }

.cookies-bar {
  position: fixed;
  z-index: 9999999999999999999;
  left: 0;
  bottom: -100px;
  right: 0;
  background: #212224;
  padding: 25px; }
  @media screen and (max-width: 47.9375em) {
    .cookies-bar {
      padding: 10px; } }
  .cookies-bar__statement {
    color: white;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px; }
    .cookies-bar__statement img {
      display: inline;
      vertical-align: middle;
      margin-right: 30px;
      -ms-flex-item-align: center;
          align-self: center; }
      @media screen and (max-width: 47.9375em) {
        .cookies-bar__statement img {
          display: none; } }
    .cookies-bar__statement p {
      margin: 10px 0 0; }
      @media screen and (max-width: 75em) {
        .cookies-bar__statement p {
          margin-top: 0;
          font-size: 14px; } }
    .cookies-bar__statement a, .cookies-bar__statement .ibi-report__more {
      color: white;
      text-decoration: underline;
      display: inline;
      margin-left: 10px; }
      .cookies-bar__statement a:hover, .cookies-bar__statement .ibi-report__more:hover {
        color: #b2d235; }
  .cookies-bar__close {
    position: absolute;
    background: black;
    padding: 5px;
    font-size: 20px;
    line-height: 0;
    color: white;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 300ms; }
    .cookies-bar__close:hover {
      background: #b2d235; }

.projects-search-container {
  margin-top: 25px; }

.projects-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .projects-search input {
    border: 1px solid #888;
    border-right: none;
    border-radius: 0px;
    background: white;
    padding: 5px 10px; }

.search-submit {
  background: #b2d235 !important;
  border: 1px solid #b2d235;
  color: #222;
  height: 2.4375rem;
  padding: 5px 25px !important;
  cursor: pointer;
  transition: 300ms; }
  .search-submit:hover {
    background: #d2e588 !important;
    border-color: #d2e588; }

.project-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.hidden {
  display: none; }

.presentation-box--update {
  margin-bottom: 30px; }
  .presentation-box--update .smw-single.smw-header .smw-content {
    border: none; }
  .presentation-box--update .smw-top-border {
    display: none; }
  .presentation-box--update .smw-single.smw-header .smw-field-virtual-symbol {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 70px;
    position: relative; }
    .presentation-box--update .smw-single.smw-header .smw-field-virtual-symbol::before {
      content: "Data delayed at least 15 minutes";
      position: absolute;
      top: 81px;
      left: 0;
      font-weight: 400;
      color: #aaa;
      font-size: 13px; }
    .presentation-box--update .smw-single.smw-header .smw-field-virtual-symbol::after {
      content: "IBI Group (IBG) at TSX, Canadian Dollar C$";
      position: absolute;
      top: 60px;
      left: 0;
      font-weight: 400;
      font-size: 16px; }
  .presentation-box--update .smw-change-indicator {
    display: none; }
  .presentation-box--update .smw-single.smw-header .smw-quote-container {
    display: -ms-flexbox;
    display: flex; }
  .presentation-box--update .smw-single.smw-header .smw-quote-container::before {
    content: "C$";
    border: 1px solid #ddd;
    padding: 14px 17px;
    font-size: 33px;
    line-height: 1.1;
    font-weight: 500;
    margin-right: 15px;
    width: 85px; }
  .presentation-box--update .smw-single.smw-header .smw-rate {
    border: 1px solid #ddd;
    padding: 14px 17px;
    font-size: 33px;
    font-weight: 500; }
  .presentation-box--update .smw-single.smw-header .smw-rate::after {
    content: "Value";
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 8px; }
  .presentation-box--update .smw-single.smw-header .smw-change {
    border: 1px solid #ddd;
    padding: 14px 17px;
    font-weight: 500;
    float: none;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100px; }
    .presentation-box--update .smw-single.smw-header .smw-change > div {
      width: 100%; }
      .presentation-box--update .smw-single.smw-header .smw-change > div:first-of-type {
        margin-bottom: -10px; }

.presentation-more {
  padding-top: 80px;
  display: none; }
  .presentation-more .smw-combo.smw-tablechart {
    display: -ms-flexbox;
    display: flex;
    border: none; }
  .presentation-more .smw-combo.smw-tablechart table tbody tr td:first-child {
    border-top: none; }
  .presentation-more .smw-chart-container {
    width: 100%;
    padding-right: 30px; }
    .presentation-more .smw-chart-container canvas {
      max-width: 100%; }
  .presentation-more .smw-combo.smw-tablechart table {
    display: block;
    -ms-flex-item-align: end;
        align-self: end;
    width: 289px !important;
    border: 1px solid #d4d4d5; }
    .presentation-more .smw-combo.smw-tablechart table thead {
      display: none; }
    .presentation-more .smw-combo.smw-tablechart table td {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .presentation-more .smw-combo.smw-tablechart table td .smw-change-indicator {
        display: none; }
        .presentation-more .smw-combo.smw-tablechart table td .smw-change-indicator.smw-rise + span {
          color: green; }
        .presentation-more .smw-combo.smw-tablechart table td .smw-change-indicator.smw-drop + span {
          color: red; }
        .presentation-more .smw-combo.smw-tablechart table td .smw-change-indicator.smw-market-data-field {
          display: block; }
      .presentation-more .smw-combo.smw-tablechart table td span.smw-market-data-field.smw-field-virtual-lastUpdated {
        width: 100px;
        text-align: right; }
      .presentation-more .smw-combo.smw-tablechart table td span.smw-market-data-field.smw-field-summaryDetail-dayHigh {
        color: green; }
      .presentation-more .smw-combo.smw-tablechart table td span.smw-market-data-field.smw-field-summaryDetail-dayLow {
        color: red; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(3), .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(4), .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(5), .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(6) {
        font-size: 18px;
        font-weight: bold; }
      .presentation-more .smw-combo.smw-tablechart table td::before {
        font-weight: bold;
        display: block;
        font-size: 16px; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(1)::before {
        content: "Symbol"; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(2)::before {
        content: "Name"; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(3)::before {
        content: "Last Price"; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(4)::before {
        content: "Change"; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(5)::before {
        content: "Day High"; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(6)::before {
        content: "Day Low"; }
      .presentation-more .smw-combo.smw-tablechart table td:nth-of-type(7)::before {
        content: "Last Updated"; }

.attribution {
  position: absolute;
  bottom: 0;
  right: 0;
  background: black;
  color: white;
  padding: 9px 18px;
  font-size: 13px; }

.ibi-caption {
  border-left: 2px solid #b2d235;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  position: absolute;
  left: 20px;
  top: calc(100% + 15px); }
  .ibi-caption.static {
    position: static; }

.ibi-products a h3, .ibi-products .ibi-report__more h3 {
  color: #0a0a0a; }
  .ibi-products a h3:hover, .ibi-products .ibi-report__more h3:hover {
    color: #6A7927; }

.splash {
  position: relative;
  padding-right: 55%;
  transition: 400ms; }
  .splash__content {
    background: #232628;
    color: white;
    position: relative;
    z-index: 2;
    padding: 50px 75px 60px 70px;
    width: 128%; }
    .splash__content p:last-of-type {
      margin-bottom: 0; }
    .splash__content a, .splash__content .ibi-report__more {
      margin-top: 30px; }
      .splash__content a + .fast-fact .fast-fact__wrap, .splash__content .ibi-report__more + .fast-fact .fast-fact__wrap {
        margin-top: 30px; }
    .splash__content .border a, .splash__content .s-grid__item__overlay h3 a, .s-grid__item__overlay .splash__content h3 a, .splash__content .border .ibi-report__more, .splash__content .s-grid__item__overlay h3 .ibi-report__more, .s-grid__item__overlay .splash__content h3 .ibi-report__more {
      text-decoration: underline; }
    .splash__content .border a, .splash__content .s-grid__item__overlay h3 a, .s-grid__item__overlay .splash__content h3 a, .splash__content .border .ibi-report__more, .splash__content .s-grid__item__overlay h3 .ibi-report__more, .s-grid__item__overlay .splash__content h3 .ibi-report__more, .splash__content h1 a, .splash__content h1 .ibi-report__more {
      color: white; }
      .splash__content .border a:hover, .splash__content .s-grid__item__overlay h3 a:hover, .s-grid__item__overlay .splash__content h3 a:hover, .splash__content .border .ibi-report__more:hover, .splash__content .s-grid__item__overlay h3 .ibi-report__more:hover, .s-grid__item__overlay .splash__content h3 .ibi-report__more:hover, .splash__content h1 a:hover, .splash__content h1 .ibi-report__more:hover {
        color: #b2d235; }
    .splash__content .splash__slider {
      padding: 20px 0; }
    .splash__content__image {
      position: absolute;
      bottom: -40px;
      right: 10%;
      width: 30%;
      height: 100%;
      overflow: hidden; }
      .splash__content__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom; }
        .single-ibi-people .splash__content__image img {
          -o-object-position: top;
             object-position: top; }
  .splash__image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden; }
    .splash__image--carousel {
      display: -ms-flexbox;
      display: flex; }
    .splash__image--simple {
      overflow: visible; }
    .splash__image__slide {
      display: inline-block;
      width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      left: 0; }
      .splash__image__slide__content {
        background: #232628;
        color: white;
        position: relative;
        z-index: 2;
        padding: 50px 75px 60px 70px;
        width: 80%;
        max-width: 800px;
        white-space: normal;
        margin-top: 35px; }
  .splash__video {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
    .splash__video__inner {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
      .splash__video__inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }
    .splash__video iframe {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .splash__inset {
    padding: 50px 5% 60px 70px; }
    .splash__inset h2 {
      margin-bottom: 0; }
    .splash__inset p {
      margin-bottom: 5px; }
  .splash__slider {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 120px; }
    .splash__slider__nav {
      display: block;
      margin-bottom: 20px; }
      .splash__slider__nav span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: #adadad;
        cursor: pointer; }
        .splash__slider__nav span + span {
          margin-left: 15px; }
        .splash__slider__nav span:hover {
          background: #b2d235; }
        .splash__slider__nav span.current {
          background: black; }
      .splash__slider__nav--fixed {
        position: absolute;
        bottom: 20px;
        right: 60px; }
        .splash__slider__nav--fixed span {
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75); }
          .splash__slider__nav--fixed span.current {
            background: white; }
    .splash__slider__tab {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      white-space: normal;
      left: 0;
      transition: 600ms; }
      .splash__slider__tab p {
        font-size: 14px; }
    @media screen and (max-width: 63.9375em) {
      .splash__slider {
        padding-bottom: 80px; } }
    @media screen and (max-width: 47.9375em) {
      .splash__slider {
        padding-bottom: 40px; } }
  .splash__after {
    padding: 100px 70px 25px; }
  .splash__personDetails {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.5px; }
    .splash__personDetails span {
      display: block; }
      .splash__personDetails span.quote {
        padding-top: 40px; }
  .splash[type="ibi-people"] {
    padding: 0;
    margin-top: -25px;
    display: inline-block;
    width: 100%; }
    .splash[type="ibi-people"] .splash__content {
      width: 100%;
      padding-right: 50%; }
  .splash--below {
    padding-bottom: 40%; }
    .splash--below .splash__image {
      top: 70px; }
  .splash--top .splash__content {
    margin-top: -70px;
    padding: 50px 150px 60px 70px;
    position: relative;
    transform: translateX(calc(-128% - 20px));
    transition: transform 1000ms; }
    .splash--top .splash__content.move {
      transform: translateX(0); }
  .splash--top .splash__image {
    top: 70px;
    width: 55%;
    bottom: 0px;
    transform: translateX(100%);
    transition: transform 1000ms; }
    .splash--top .splash__image.move {
      transform: translateX(0); }
  .splash--top .splash__inset {
    padding-top: 100px;
    padding-right: 100px; }
    .splash--top .splash__inset .fast-fact__wrap {
      margin-top: -50px;
      margin-bottom: 70px; }
  .splash--home .splash__image {
    bottom: -20px; }
  .splash--footer {
    padding-top: 260px;
    padding-bottom: 270px; }
    .splash--footer .splash__image {
      width: 65%;
      top: -220px;
      background-position: top right -5px; }
  .splash--full, .splash--video {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 70vh;
    margin-top: -70px; }
    .splash--full .splash__image, .splash--video .splash__image {
      width: 100%;
      top: 0; }
    .splash--full .splash__content, .splash--video .splash__content {
      margin-top: 0; }
    .splash--full .splash__inset, .splash--video .splash__inset {
      background: #232628;
      position: relative;
      z-index: 100;
      width: 128%;
      color: white;
      padding-top: 0;
      transform: translateX(calc(-128% - 20px));
      transition: transform 1000ms; }
      .splash--full .splash__inset.move, .splash--video .splash__inset.move {
        transform: translateX(0); }
    .splash--full #breadcrumbs .separator, .splash--video #breadcrumbs .separator {
      color: white; }
    .splash--full #breadcrumbs li a, .splash--full #breadcrumbs li .ibi-report__more, .splash--video #breadcrumbs li a, .splash--video #breadcrumbs li .ibi-report__more {
      color: white; }
      .splash--full #breadcrumbs li a:hover, .splash--full #breadcrumbs li .ibi-report__more:hover, .splash--video #breadcrumbs li a:hover, .splash--video #breadcrumbs li .ibi-report__more:hover {
        color: #b2d235; }
  .splash--carousel, .splash--video {
    margin-bottom: 80px; }
    .splash--carousel .splash__slider__tab, .splash--video .splash__slider__tab {
      transition: 0ms; }
    .splash--carousel .splash__content, .splash--video .splash__content {
      bottom: -85px;
      top: auto !important;
      position: absolute !important;
      width: 58%;
      padding: 40px 100px 30px 70px; }
  .splash--carousel.splash--right .splash__content, .splash--video.splash--right .splash__content {
    left: auto !important;
    right: 0; }
    .splash--carousel.splash--right .splash__content .fast-fact, .splash--video.splash--right .splash__content .fast-fact {
      direction: rtl; }
      .splash--carousel.splash--right .splash__content .fast-fact__item + .fast-fact__item, .splash--video.splash--right .splash__content .fast-fact__item + .fast-fact__item {
        margin-left: 0;
        margin-right: 20px; }
  .splash--carousel.splash--right .splash__slider__nav--fixed, .splash--video.splash--right .splash__slider__nav--fixed {
    right: auto;
    left: 60px; }
  @media screen and (max-width: 63.9375em) {
    .splash {
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .splash .splash__content {
        padding: 30px 0.9375rem;
        margin-top: 0;
        width: 100%; }
      .splash .splash__image {
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 80%; }
        .splash .splash__image .ibi-caption {
          display: none; }
      .splash .splash__inset {
        padding: 30px 0.9375rem; }
      .splash--footer {
        padding-top: 270px; }
        .splash--footer .splash__image {
          bottom: auto;
          position: absolute;
          top: 0px;
          max-width: 300px;
          padding-top: 440px; }
      .splash--inner .splash__image {
        width: 100%;
        margin-left: 0; }
      .splash--full, .splash--video {
        margin-top: 0; }
        .splash--full .splash__inset, .splash--video .splash__inset {
          width: 100%; }
      .splash--carousel .splash__content {
        position: relative !important;
        bottom: 0 !important; }
      .splash--carousel .splash__image {
        padding-top: 0;
        height: 600px;
        min-height: 40vh; } }
  @media screen and (max-width: 48.125em) {
    .splash__content__image {
      position: static;
      width: auto;
      max-width: 300px; }
      .splash__content__image img {
        position: static; }
    .splash[type="ibi-people"] {
      margin-top: 0; }
      .splash[type="ibi-people"] .splash__content {
        padding-right: 0; } }
  @media screen and (max-width: 47.9375em) {
    .splash .splash__content {
      padding: 20px 0.625rem; }
    .splash .splash__image {
      padding-top: 120%; }
    .splash .splash__inset {
      padding: 20px 0.625rem; }
    .splash--footer .splash__image {
      padding-top: 440px; }
    .splash--carousel .splash__image {
      padding-top: 0;
      height: 300px; }
    .splash--video {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding: 0 !important;
      margin-bottom: -50px; }
      .splash--video .splash__content {
        position: relative !important;
        bottom: 5px; }
      .splash--video .splash__video {
        position: relative;
        padding-top: 70%; } }

.ibi-gallery__main {
  padding-top: 50%;
  background-color: #eee;
  margin-bottom: 10px;
  background-size: contain;
  position: relative; }
  .ibi-gallery__main__video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    .ibi-gallery__main__video iframe {
      width: 100%;
      height: 100%; }
  .ibi-gallery__main__content {
    position: absolute;
    background: #232628;
    color: white;
    z-index: 2;
    padding: 50px 75px 60px 70px;
    width: 80%;
    max-width: 800px;
    white-space: normal;
    bottom: -35px;
    left: 0; }
  .ibi-gallery__main--right .ibi-gallery__main__content {
    left: auto;
    right: 0; }

.ibi-gallery__caption {
  font-size: 16px;
  color: white;
  background-color: black;
  min-height: 60px;
  margin-bottom: 10px;
  position: relative; }
  .ibi-gallery__caption__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px; }
  .ibi-gallery__caption__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: white;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    padding: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .ibi-gallery__caption__button:hover, .ibi-gallery__caption__button:focus {
      border: 1px solid white; }
    .ibi-gallery__caption__button__play {
      position: relative;
      display: inline-block;
      width: 37px;
      height: 37px;
      background-color: #b2d235;
      border-radius: 50%;
      margin-left: 8px; }
      .ibi-gallery__caption__button__play::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid black; }
    .ibi-gallery__caption__button__pause {
      position: relative;
      display: inline-block;
      width: 37px;
      height: 37px;
      background-color: #b2d235;
      border-radius: 50%;
      margin-left: 8px; }
      .ibi-gallery__caption__button__pause::before, .ibi-gallery__caption__button__pause::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3px;
        height: 14px;
        background-color: black;
        margin-left: 3px; }
      .ibi-gallery__caption__button__pause::before {
        left: 35%; }

.ibi-gallery__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }

.ibi-gallery__left, .ibi-gallery__right {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: initial;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxOCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MDcgMTMuMDYwN0MxNy42NDY0IDEyLjQ3NDkgMTcuNjQ2NCAxMS41MjUxIDE3LjA2MDcgMTAuOTM5M0w3LjUxNDcyIDEuMzkzNEM2LjkyODkzIDAuODA3NjExIDUuOTc5MTggMC44MDc2MTEgNS4zOTM0IDEuMzkzNEM0LjgwNzYxIDEuOTc5MTkgNC44MDc2MSAyLjkyODkzIDUuMzkzNCAzLjUxNDcyTDEzLjg3ODcgMTJMNS4zOTM0IDIwLjQ4NTNDNC44MDc2MSAyMS4wNzExIDQuODA3NjEgMjIuMDIwOCA1LjM5MzQgMjIuNjA2NkM1Ljk3OTE4IDIzLjE5MjQgNi45Mjg5MyAyMy4xOTI0IDcuNTE0NzIgMjIuNjA2NkwxNy4wNjA3IDEzLjA2MDdaTTAgMTMuNUgxNlYxMC41SDBWMTMuNVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo="); }
  .ibi-gallery__left:hover, .ibi-gallery__left:focus, .ibi-gallery__right:hover, .ibi-gallery__right:focus {
    border: 2px solid black; }

.ibi-gallery__left {
  left: 0;
  transform: rotate(180deg); }

.ibi-gallery__right {
  right: 0; }

.ibi-gallery__list {
  margin: 0 5px;
  /* Adjust the margin to accommodate the width of the side divs */
  font-size: 0;
  -ms-flex: 1;
      flex: 1; }
  .ibi-gallery__list span {
    display: inline-block;
    width: 15%;
    padding-top: 10%;
    border: 1px solid #aaa;
    margin-right: 10px;
    margin-bottom: 35px;
    position: relative;
    cursor: pointer; }
    .ibi-gallery__list span.selected::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-top: 15px;
      height: 2px;
      background: #b2d235; }

.ibi-gallery--full .ibi-gallery__main {
  background-size: cover; }

.ibi-gallery--full .ibi-gallery__list {
  padding: 0 10px; }

@media screen and (max-width: 63.9375em) {
  .ibi-gallery__main__content {
    position: relative;
    bottom: -15px;
    padding: 50px; }
  .ibi-gallery__main--right .ibi-gallery__main__content {
    margin-left: 20%; } }

@media screen and (max-width: 47.9375em) {
  .ibi-gallery__main__content {
    width: 100%;
    padding: 20px 30px; }
  .ibi-gallery__main--right .ibi-gallery__main__content {
    margin-left: 0; } }

.ibi-gallery-old__main {
  padding-top: 50%;
  background-color: #eee;
  margin-bottom: 10px;
  background-size: contain;
  position: relative; }
  .ibi-gallery-old__main__video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    .ibi-gallery-old__main__video iframe {
      width: 100%;
      height: 100%; }
  .ibi-gallery-old__main__content {
    position: absolute;
    background: #232628;
    color: white;
    z-index: 2;
    padding: 50px 75px 60px 70px;
    width: 77%;
    max-width: 800px;
    white-space: normal;
    bottom: -35px;
    left: 0; }
  .ibi-gallery-old__main--right .ibi-gallery-old__main__content {
    left: auto;
    right: 0; }

.ibi-gallery-old__left, .ibi-gallery-old__right {
  position: absolute;
  z-index: 40;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: white;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid black; }
  .ibi-gallery-old__left::after, .ibi-gallery-old__right::after {
    font-size: 18px;
    content: "\EA09";
    display: inline-block;
    font-family: "theme-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .ibi-gallery-old__left:hover::after, .ibi-gallery-old__right:hover::after {
    color: #b2d235; }

.ibi-gallery-old__controls {
  position: absolute;
  bottom: 0;
  right: 0;
  background: black;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ibi-gallery-old__pagination {
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
  .ibi-gallery-old__pagination__item {
    -ms-flex: 0 0 18px;
        flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 6px;
    background: white;
    border: 1px solid black; }
    .ibi-gallery-old__pagination__item:hover, .ibi-gallery-old__pagination__item:focus {
      outline: 1px solid white;
      outline-offset: 2px; }
    .ibi-gallery-old__pagination__item.active {
      background: #b2d235; }

.ibi-gallery-old .ibi-gallery__caption__button {
  position: static;
  transform: none;
  border: 1px solid black; }
  .ibi-gallery-old .ibi-gallery__caption__button:hover {
    border: 1px solid white; }

.ibi-gallery-old__left {
  left: 10px; }
  .ibi-gallery-old__left::after {
    transform: rotate(90deg); }

.ibi-gallery-old__right {
  right: 10px; }
  .ibi-gallery-old__right::after {
    transform: rotate(270deg); }

.ibi-gallery-old__list {
  font-size: 0; }
  .ibi-gallery-old__list span {
    display: inline-block;
    width: 15%;
    padding-top: 10%;
    border: 1px solid #aaa;
    margin-right: 10px;
    margin-bottom: 35px;
    position: relative;
    cursor: pointer; }
    .ibi-gallery-old__list span.selected::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-top: 15px;
      height: 2px;
      background: #b2d235; }

.ibi-gallery-old--full .ibi-gallery-old__main {
  background-size: cover; }

.ibi-gallery-old--full .ibi-gallery-old__list {
  padding: 0 10px; }

@media screen and (max-width: 78.125em) {
  .ibi-gallery-old__controls {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media screen and (max-width: 63.9375em) {
  .ibi-gallery-old__main__content {
    position: relative;
    bottom: -15px;
    padding: 50px;
    max-width: 500px; }
  .ibi-gallery-old__main--right .ibi-gallery-old__main__content {
    margin-left: 20%; } }

@media screen and (max-width: 47.9375em) {
  .ibi-gallery-old__controls {
    display: none; }
  .ibi-gallery-old__main__content {
    width: 100%;
    max-width: unset;
    padding: 20px 30px; }
    .ibi-gallery-old__main__content .ibi-gallery-old__pagination {
      position: absolute;
      bottom: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%); }
  .ibi-gallery-old__main--right .ibi-gallery-old__main__content {
    margin-left: 0; }
  .ibi-gallery-old__left, .ibi-gallery-old__right {
    width: 47px;
    height: 47px;
    top: 40%; }
    .ibi-gallery-old__left::after, .ibi-gallery-old__right::after {
      font-size: 12px; } }

.ibi-tabs {
  padding: 30px 70px; }
  .ibi-tabs__titles {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dadada;
    position: relative;
    overflow: hidden; }
    .ibi-tabs__titles__item {
      padding: 25px 60px;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      min-width: 155px;
      font-size: 15px;
      line-height: 1.67;
      text-align: center;
      font-weight: 700;
      cursor: pointer;
      transition: left 400ms;
      position: relative;
      left: 0; }
      .ibi-tabs__titles__item.active {
        border-bottom: 2px solid #b2d235; }
    .ibi-tabs__titles--overflow::before, .ibi-tabs__titles--overflow::after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      width: 80px; }
    .ibi-tabs__titles--overflow::before {
      left: 0;
      background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%); }
    .ibi-tabs__titles--overflow::after {
      right: 0;
      background: linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%); }
    .ibi-tabs__titles--sub {
      display: none; }
      .ibi-tabs__titles--sub.active {
        display: -ms-flexbox;
        display: flex; }
    .ibi-tabs__titles[pos="0"]::before {
      display: none; }
    .ibi-tabs__titles[pos="0"] .ibi-tabs__controls__left {
      display: none; }
    .ibi-tabs__titles.maxed::after {
      display: none; }
    .ibi-tabs__titles.maxed .ibi-tabs__controls__right {
      display: none; }
  .ibi-tabs__controls__left, .ibi-tabs__controls__right {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer; }
    .ibi-tabs__controls__left::after, .ibi-tabs__controls__right::after {
      font-size: 18px;
      line-height: 75px;
      content: "\EA09";
      display: inline-block;
      font-family: "theme-icons";
      color: #232628;
      transition: 400ms; }
    .ibi-tabs__controls__left:hover::after, .ibi-tabs__controls__right:hover::after {
      color: #b2d235; }
  .ibi-tabs__controls__left {
    left: 0; }
    .ibi-tabs__controls__left::after {
      transform: rotate(90deg); }
  .ibi-tabs__controls__right {
    right: 0; }
    .ibi-tabs__controls__right::after {
      transform: rotate(270deg); }
  .ibi-tabs__tabs__tab {
    display: none;
    padding: 45px 0; }
    .ibi-tabs__tabs__tab.active {
      display: block; }
  .ibi-tabs--small .ibi-tabs__titles__item {
    padding: 20px 40px 15px; }
  @media screen and (max-width: 63.9375em) {
    .ibi-tabs {
      padding: 0.9375rem; }
      .ibi-tabs__titles__item {
        padding: 15px 20px; }
      .ibi-tabs__controls__left::after, .ibi-tabs__controls__right::after {
        line-height: 56px; } }
  @media screen and (max-width: 47.9375em) {
    .ibi-tabs__titles {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ibi-tabs__titles__item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
        .ibi-tabs__titles__item + .ibi-tabs__titles__item {
          border-top: 1px solid #dadada; } }

.ibi-table {
  margin: 50px 0;
  border-bottom: 2px solid #bababa; }
  .ibi-table__row {
    display: -ms-flexbox;
    display: flex; }
    .ibi-table__row--heading {
      border-bottom: 1px solid #d8d8d8; }
      .ibi-table__row--heading ~ .ibi-table__row:nth-of-type(odd) {
        background: #f8f8f8; }
      .ibi-table__row--heading .ibi-table__cell {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        font-weight: 700;
        font-size: 15px;
        cursor: pointer;
        transition: 400ms;
        border-bottom: 2px solid rgba(178, 210, 53, 0); }
        .ibi-table__row--heading .ibi-table__cell:hover {
          background: #f8f8f8;
          border-bottom: 2px solid #b2d235; }
        .ibi-table__row--heading .ibi-table__cell.active {
          border-bottom: 2px solid #b2d235;
          position: relative; }
          .ibi-table__row--heading .ibi-table__cell.active::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5.5px 0 5.5px;
            border-color: #b2d235 transparent transparent transparent;
            position: absolute;
            bottom: 6px;
            right: 6px; }
        .ibi-table__row--heading .ibi-table__cell.asc::after {
          transform: rotate(180deg); }
  .ibi-table__cell {
    padding: 12px;
    font-weight: 500;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px; }
    .ibi-table__cell .ibi-btn, .ibi-table__cell .interstitial input[type="submit"], .interstitial .ibi-table__cell input[type="submit"] {
      margin-top: 20px;
      padding: 8px; }
    .ibi-table__cell + .ibi-table__cell {
      border-left: 1px solid #d8d8d8; }
    .ibi-table__cell:nth-of-type(1) {
      -ms-flex: 1 0 7%;
          flex: 1 0 7%; }
    .ibi-table__cell:nth-of-type(2) {
      -ms-flex: 1 0 17%;
          flex: 1 0 17%; }
      .ibi-table__cell:nth-of-type(2) a, .ibi-table__cell:nth-of-type(2) .ibi-report__more {
        color: #9dba2e; }
    .ibi-table__cell:nth-of-type(3) {
      -ms-flex: 1 0 13%;
          flex: 1 0 13%; }
    .ibi-table__cell:nth-of-type(4) {
      -ms-flex: 1 0 7%;
          flex: 1 0 7%; }
    .ibi-table__cell:nth-of-type(5) {
      -ms-flex: 1 0 9%;
          flex: 1 0 9%; }
    .ibi-table__cell:nth-of-type(6) {
      -ms-flex: 1 0 10%;
          flex: 1 0 10%; }
    .ibi-table__cell:nth-of-type(7) {
      -ms-flex: 1 0 7%;
          flex: 1 0 7%; }
    .ibi-table__cell:nth-of-type(8) {
      -ms-flex: 1 0 10%;
          flex: 1 0 10%; }
    .ibi-table__cell:nth-of-type(9) {
      -ms-flex: 1 0 10%;
          flex: 1 0 10%; }
    .ibi-table__cell:nth-of-type(10) {
      -ms-flex: 1 0 10%;
          flex: 1 0 10%; }
  .ibi-table--nonSortable {
    margin: 60px 0; }
    .ibi-table--nonSortable .ibi-table__row--heading .ibi-table__cell {
      cursor: default;
      border-bottom: none !important; }
      .ibi-table--nonSortable .ibi-table__row--heading .ibi-table__cell::after {
        content: none !important; }
      .ibi-table--nonSortable .ibi-table__row--heading .ibi-table__cell:hover {
        background: transparent !important; }
  .ibi-table--pdf .ibi-table__cell:nth-of-type(1) {
    -ms-flex: 1 0 75% !important;
        flex: 1 0 75% !important; }
  @media screen and (max-width: 63.9375em) {
    .ibi-table__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ibi-table__row--heading {
        display: none; }
    .ibi-table__cell {
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
      display: -ms-flexbox;
      display: flex; }
      .ibi-table__cell + .ibi-table__cell {
        border-left: none;
        border-top: 1px solid #d8d8d8; }
      .ibi-table__cell::before {
        font-weight: 700;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
        display: block; }
      .ibi-table__cell:nth-of-type(1)::before {
        content: 'Job #'; }
      .ibi-table__cell:nth-of-type(2)::before {
        content: 'Project Name'; }
      .ibi-table__cell:nth-of-type(3)::before {
        content: 'Owner'; }
      .ibi-table__cell:nth-of-type(4)::before {
        content: 'Budget'; }
      .ibi-table__cell:nth-of-type(5)::before {
        content: 'Size'; }
      .ibi-table__cell:nth-of-type(6)::before {
        content: 'Proposal Date'; }
      .ibi-table__cell:nth-of-type(7)::before {
        content: 'Delivery Method'; }
      .ibi-table__cell:nth-of-type(8)::before {
        content: 'Proposal Date Sub to CM'; }
      .ibi-table__cell:nth-of-type(9)::before {
        content: 'Notes'; }
      .ibi-table__cell:nth-of-type(10)::before {
        content: 'Contact'; }
      .ibi-table__cell .ibi-btn, .ibi-table__cell .interstitial input[type="submit"], .interstitial .ibi-table__cell input[type="submit"] {
        margin-left: auto;
        margin-top: -5px; }
    .ibi-table--pdf .ibi-table__cell:nth-of-type(1) {
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }
      .ibi-table--pdf .ibi-table__cell:nth-of-type(1)::before {
        content: 'File Name'; }
    .ibi-table--pdf .ibi-table__cell:nth-of-type(2)::before {
      content: 'Size'; } }
  @media screen and (max-width: 47.9375em) {
    .ibi-table__cell {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ibi-table__cell::before {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.doc-type {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 34px;
  height: 36px;
  border: 1px solid #d8d8d8;
  text-align: center;
  line-height: 36px;
  font-size: 10px;
  font-weight: bold;
  color: #9f9f9f;
  text-transform: uppercase; }

.single-ibi-active-projects .main__topStrip {
  height: 96px; }

.single-active {
  padding: 35px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-active h1 {
    color: #242729;
    margin-bottom: 20px; }
  .single-active__back {
    border-top: 1px solid #dadada;
    border-bottom: 2px solid #bababa;
    font-size: 15px;
    font-weight: 700;
    line-height: 55px; }
    .single-active__back a, .single-active__back .ibi-report__more {
      color: black;
      transition: 300ms; }
      .single-active__back a:hover, .single-active__back .ibi-report__more:hover {
        color: #b2d235; }
    .single-active__back::before {
      content: '';
      display: inline-block;
      margin: 0 8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 5px 5.5px 0;
      border-color: transparent #b2d235 transparent transparent; }
  .single-active h1, .single-active__back, .single-active__table, .single-active__related {
    width: 100%; }
  .single-active__half {
    width: calc(50% - 40px);
    margin-right: 40px; }
    .single-active__half + .single-active__half {
      margin: 0 0 0 40px; }
    .single-active__half h2 {
      padding: 16px 0;
      margin: 0; }
    .single-active__half__content {
      border-top: 1px solid #d8d8d8;
      border-bottom: 2px solid #bababa;
      padding: 26px 19px;
      font-size: 14px; }
      .single-active__half__content p {
        font-size: 14px; }
      .single-active__half__content--noPadding {
        padding: 0; }
  .single-active__contact {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 26px 0; }
    .single-active__contact span {
      width: 50%; }
      .single-active__contact span b {
        display: block; }
    .single-active__contact + .single-active__contact {
      border-top: 1px solid #d8d8d8; }
  .single-active__related {
    margin: 60px 0; }
    .single-active__related__switcher {
      margin-top: -55px;
      border-bottom: 1px solid #d8d8d8; }
    .single-active__related__grid > span, .single-active__related__list > span {
      display: block;
      padding-top: 35px;
      font-size: 15px;
      font-weight: 500;
      color: #a2a1a1; }
    .single-active__related__grid {
      display: none; }
    .single-active__related__list .ibi-table__cell:nth-of-type(1) {
      -ms-flex: 1 0 60%;
          flex: 1 0 60%; }
      .single-active__related__list .ibi-table__cell:nth-of-type(1) a, .single-active__related__list .ibi-table__cell:nth-of-type(1) .ibi-report__more {
        color: black;
        transition: 300ms; }
        .single-active__related__list .ibi-table__cell:nth-of-type(1) a:hover, .single-active__related__list .ibi-table__cell:nth-of-type(1) .ibi-report__more:hover {
          color: #b2d235; }
    .single-active__related__list .ibi-table__cell:nth-of-type(2) {
      -ms-flex: 1 0 25%;
          flex: 1 0 25%; }
    .single-active__related__list .ibi-table__cell:nth-of-type(3) {
      -ms-flex: 1 0 15%;
          flex: 1 0 15%; }
  @media screen and (max-width: 63.9375em) {
    .single-active__half {
      width: 100%;
      margin: 0; }
      .single-active__half + .single-active__half {
        margin: 30px 0 0 0; }
    .single-active__related__list .ibi-table__cell:nth-of-type(1)::before {
      content: 'Document Name'; }
    .single-active__related__list .ibi-table__cell:nth-of-type(2)::before {
      content: 'Date Modified'; }
    .single-active__related__list .ibi-table__cell:nth-of-type(3)::before {
      content: 'Size'; } }
  @media screen and (max-width: 47.9375em) {
    .single-active {
      padding: 30px 20px; }
      .single-active__contact {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .single-active__contact span {
          display: block;
          width: 100%;
          padding: 5px 0; } }

.ibi-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
  .ibi-grid__item {
    display: block;
    -ms-flex: 0 0 calc(33.33% - 40px);
        flex: 0 0 calc(33.33% - 40px);
    margin: 40px 20px 0;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #bababa;
    padding: 15px  50px 15px 23px; }
    .ibi-grid__item__pretitle, .ibi-grid__item__text {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      color: #595959; }
    .ibi-grid__item__title {
      font-size: 14px;
      font-weight: 600;
      padding: 10px 0;
      color: black;
      transition: 300ms; }
    .ibi-grid__item--download {
      position: relative; }
      .ibi-grid__item--download::after {
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDE5IDIxIj4gICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiPiAgICAgICAgPHBhdGggZD0iTTEzLjc0MyA1LjVIMTguNXYxNUguNXYtMTVoNC43NTdNMTAgMTQuNVYuNSIvPiAgICAgICAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTMuNzQzIDEwLjY3Mkw5LjUgMTQuOTE0bC00LjI0My00LjI0MiIvPiAgICA8L2c+PC9zdmc+);
        right: 10px;
        bottom: 10px;
        width: 19px;
        height: 21px;
        background-size: 100%;
        position: absolute; }
      .ibi-grid__item--download:hover .ibi-grid__item__title {
        color: #6A7927; }
  @media screen and (max-width: 63.9375em) {
    .ibi-grid__item {
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px); } }
  @media screen and (max-width: 47.9375em) {
    .ibi-grid__item {
      -ms-flex: 0 0 calc(100% - 40px);
          flex: 0 0 calc(100% - 40px); } }

.switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px 0; }
  .switcher .option {
    margin-left: 20px;
    -ms-flex: 0 0 22px;
        flex: 0 0 22px;
    height: 21px;
    display: block;
    background: #bbb;
    position: relative;
    cursor: pointer;
    transition: background 300ms; }
    .switcher .option span {
      position: absolute;
      background: white; }
    .switcher .option:nth-of-type(1) span:nth-of-type(1) {
      top: 7px;
      left: 0;
      width: 100%;
      height: 1px; }
    .switcher .option:nth-of-type(1) span:nth-of-type(2) {
      top: 14px;
      left: 0;
      width: 100%;
      height: 1px; }
    .switcher .option:nth-of-type(1) span:nth-of-type(3) {
      top: 0;
      left: 7px;
      width: 1px;
      height: 100%; }
    .switcher .option:nth-of-type(1) span:nth-of-type(4) {
      top: 0;
      left: 14px;
      width: 1px;
      height: 100%; }
    .switcher .option:nth-of-type(2) span:nth-of-type(1) {
      top: 3px;
      left: 0;
      width: 100%;
      height: 3px; }
    .switcher .option:nth-of-type(2) span:nth-of-type(2) {
      top: 9px;
      left: 0;
      width: 100%;
      height: 3px; }
    .switcher .option:nth-of-type(2) span:nth-of-type(3) {
      top: 15px;
      left: 0;
      width: 100%;
      height: 3px; }
    .switcher .option:hover, .switcher .option.active {
      background: #b2d235; }

.quarterly-reports__switcher {
  margin-bottom: -45px; }

.quarterly-reports__table {
  display: none; }
  .quarterly-reports__table .ibi-table__cell:nth-of-type(1) {
    -ms-flex: 1 0 60%;
        flex: 1 0 60%; }
    .quarterly-reports__table .ibi-table__cell:nth-of-type(1) a, .quarterly-reports__table .ibi-table__cell:nth-of-type(1) .ibi-report__more {
      color: black;
      transition: 300ms; }
      .quarterly-reports__table .ibi-table__cell:nth-of-type(1) a:hover, .quarterly-reports__table .ibi-table__cell:nth-of-type(1) .ibi-report__more:hover {
        color: #6A7927; }
  .quarterly-reports__table .ibi-table__cell:nth-of-type(2) {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%; }
  .quarterly-reports__table .ibi-table__cell:nth-of-type(3) {
    -ms-flex: 1 0 15%;
        flex: 1 0 15%; }

.fast-fact {
  position: relative;
  z-index: 5;
  font-size: 0;
  white-space: nowrap; }
  .fast-fact__wrap {
    margin-bottom: 50px; }
  .fast-fact__item {
    background: white;
    color: #0a0a0a;
    border: 1px solid #dadada;
    padding: 10px 30px 10px 15px;
    display: inline-block; }
    .fast-fact__item + .fast-fact__item {
      margin-left: 20px; }
    .fast-fact__item span {
      display: block; }
      .fast-fact__item span:first-of-type {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.15;
        letter-spacing: -0.5px; }
      .fast-fact__item span:last-of-type {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.7; }
  .fast-fact--scrollable {
    cursor: move; }
  @media screen and (max-width: 63.9375em) {
    .fast-fact {
      margin-bottom: 40px; }
      .fast-fact__wrap {
        overflow: scroll;
        margin-right: -15px; }
      .fast-fact__item {
        margin-right: 20px; }
        .fast-fact__item + .fast-fact__item {
          margin-left: 0px; } }
  @media screen and (max-width: 47.9375em) {
    .fast-fact {
      margin-bottom: 30px; }
      .fast-fact__wrap {
        margin-right: -10px; } }

a.skip-main, .skip-main.ibi-report__more {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, .skip-main.ibi-report__more:focus, a.skip-main:active, .skip-main.ibi-report__more:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999; }

.filter-item {
  -ms-flex: 0 1 24%;
      flex: 0 1 24%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 24%;
  margin-bottom: 2%;
  margin-right: 5px; }
  .filter-item__inner {
    border: 1px solid #ebebeb;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .filter-item__inner .tag {
      background: #b2d235;
      color: black;
      padding: 6px 5px;
      display: block;
      margin-bottom: 15px;
      font-size: 12px;
      width: 90px;
      text-align: center;
      position: absolute;
      z-index: 10;
      top: 10px;
      left: 10px; }
    .filter-item__inner__image {
      padding-top: 65%;
      background-size: cover;
      display: block;
      background-size: cover;
      background-position: center center;
      transition: 300ms 1s ease; }
    .filter-item__inner__title {
      background: white;
      position: relative;
      z-index: 12;
      background: white;
      font-size: 15px;
      line-height: 1.1;
      font-weight: 500;
      height: 65%;
      padding: 30px 20px; }
      .filter-item__inner__title__event {
        margin-top: 61px;
        font-weight: 400; }
        .filter-item__inner__title__event p {
          margin-bottom: 5px; }
      .filter-item__inner__title a h3, .filter-item__inner__title .ibi-report__more h3 {
        color: black; }
        .filter-item__inner__title a h3:hover, .filter-item__inner__title .ibi-report__more h3:hover {
          color: #6A7927; }
      .filter-item__inner__title .fTag {
        color: #595959;
        font-weight: 500;
        font-size: 15px;
        margin: -13px 0 16px 0;
        position: relative; }
        .filter-item__inner__title .fTag::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -8px;
          height: 2px;
          width: 27px;
          background: #b2d235; }
      .filter-item__inner__title .tags {
        margin-top: 30px;
        font-size: 0; }
        .filter-item__inner__title .tags a, .filter-item__inner__title .tags .ibi-report__more {
          display: inline-block;
          font-size: 14px;
          color: black;
          text-decoration: underline;
          margin-right: 5px; }
          .filter-item__inner__title .tags a:hover, .filter-item__inner__title .tags .ibi-report__more:hover {
            color: #6A7927;
            text-decoration: none; }
      .filter-item__inner__title .sub {
        color: #595959;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 5px; }
  .filter-item__overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    z-index: 11;
    opacity: 0;
    left: 0px;
    right: 0px;
    top: 0;
    background: #232628;
    height: 100%;
    padding: 15px 20px;
    transition: all 400ms 500ms ease, transform 0ms;
    color: white;
    font-size: 14px; }
    .filter-item__overlay .sub {
      font-weight: 500;
      display: block; }
    .filter-item__overlay .border, .filter-item__overlay .s-grid__item__overlay h3, .s-grid__item__overlay .filter-item__overlay h3 {
      margin: 4px 0 18px;
      line-height: 1.4; }
    .filter-item__overlay--full {
      z-index: 15; }
  .filter-item:hover .filter-item__overlay {
    opacity: 1; }
  .filter-item.hidden {
    display: none !important; }
    .filter-item.hidden.shown {
      display: block !important; }
  @media screen and (max-width: 67.5em) {
    .filter-item {
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
      margin-right: 1%; }
      .filter-item__overlay .border, .filter-item__overlay .s-grid__item__overlay h3, .s-grid__item__overlay .filter-item__overlay h3 {
        margin-top: 8px;
        line-height: 1.5; } }
  @media screen and (max-width: 47.9375em) {
    .filter-item {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
      margin-right: 0; } }

.contact-float {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 0;
  background: #b2d235;
  color: black;
  padding: 10px 40px;
  transform: rotate(-90deg) translateY(157%);
  transform-origin: 47% 50%;
  font-size: 15px;
  font-weight: 500;
  transition: background 400ms, color 400ms; }
  .contact-float img {
    display: none;
    width: 45px; }
  .contact-float:hover {
    background: black;
    color: #b2d235; }
  @media screen and (max-width: 47.9375em) {
    .contact-float {
      top: auto;
      bottom: 20px;
      right: 20px;
      background: white;
      font-size: 0;
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      height: 72px;
      width: 72px;
      transform: none;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .contact-float img {
        display: block; }
      .contact-float:hover {
        background: white; } }

.announcement {
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  left: 0;
  right: 0;
  background: #212224;
  padding: 0 25px; }
  @media screen and (max-width: 47.9375em) {
    .announcement {
      padding: 0 10px; } }
  .announcement__statement {
    height: 80px;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 50px; }
    @media screen and (max-width: 47.9375em) {
      .announcement__statement {
        height: 60px; } }
    .announcement__statement img {
      display: inline;
      vertical-align: middle;
      margin-right: 20px;
      -ms-flex-item-align: center;
          align-self: center;
      width: 31px; }
      @media screen and (max-width: 47.9375em) {
        .announcement__statement img {
          margin-right: 12px; } }
    @media screen and (max-width: 75em) {
      .announcement__statement span {
        font-size: 14px; } }
    .announcement__statement a, .announcement__statement .ibi-report__more {
      color: white;
      text-decoration: underline;
      display: inline;
      margin-left: 10px; }
      .announcement__statement a:hover, .announcement__statement .ibi-report__more:hover {
        color: #b2d235; }
      @media screen and (max-width: 75em) {
        .announcement__statement a, .announcement__statement .ibi-report__more {
          font-size: 14px; } }
  .announcement__close {
    position: absolute;
    background: black;
    padding: 5px;
    font-size: 20px;
    line-height: 0;
    color: white;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 300ms; }
    .announcement__close:hover, .announcement__close:focus {
      color: black;
      background: #b2d235; }

.written-by {
  width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 40px; }
  .written-by__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .written-by__image {
    width: 132px;
    -ms-flex: 0 0 132px;
        flex: 0 0 132px; }
  .written-by__content {
    width: 100%;
    width: calc(100% - 132px);
    -ms-flex: 0 0 calc(100% - 132px);
        flex: 0 0 calc(100% - 132px);
    padding-left: 17px;
    padding-right: 30px; }
    .written-by__content h2 {
      color: #868686;
      font-size: 30px;
      line-height: 23px; }
      .written-by__content h2 small {
        font-size: 15px;
        line-height: 33px;
        display: block;
        color: #868686; }
    .written-by__content address {
      color: #868686;
      font-size: 15px;
      line-height: 20px;
      font-style: normal;
      font-weight: 500; }
  .written-by__line {
    padding: 15px 0 8px 0;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .written-by__line a:not(.all), .written-by__line .ibi-report__more:not(.all) {
      width: 69px; }
    .written-by__line .all {
      margin-left: auto;
      text-decoration: underline; }
      .written-by__line .all:hover {
        text-decoration: none; }
    .written-by__line::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% + 40px);
      height: 2px;
      background: #b2d235; }
  @media screen and (max-width: 63.9375em) {
    .written-by {
      width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.full-hero {
  margin-top: -60px;
  position: relative; }
  .full-hero__breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    padding: 10px 40px;
    display: inline-block;
    min-width: 50%; }
    .full-hero__breadcrumbs #breadcrumbs {
      margin: 0; }
  .full-hero__image {
    height: 600px; }
    .full-hero__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  .full-hero__content {
    background: white;
    padding: 50px 60px;
    margin-top: -150px;
    position: relative; }
    .full-hero__content .border, .full-hero__content .s-grid__item__overlay h3, .s-grid__item__overlay .full-hero__content h3 {
      margin-bottom: 40px; }
    .full-hero__content hr {
      margin: 40px 15px 30px; }
  .full-hero__meta {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px; }
    .full-hero__meta__item + .full-hero__meta__item {
      margin-left: 100px; }
  .full-hero__facts {
    padding: 0 15px; }
    .full-hero__facts .fast-fact__item {
      border: none;
      padding: 0; }
      .full-hero__facts .fast-fact__item span:first-of-type {
        font-size: 60px;
        font-weight: 700; }
      .full-hero__facts .fast-fact__item + .fast-fact__item {
        margin-left: 50px; }
  @media screen and (max-width: 63.9375em) {
    .full-hero {
      margin-top: 0; }
      .full-hero__image {
        height: 450px; }
      .full-hero__content {
        margin-top: 0; } }
  @media screen and (max-width: 47.9375em) {
    .full-hero__breadcrumbs {
      padding: 10px 10px; }
    .full-hero__meta {
      -ms-flex-direction: column;
          flex-direction: column; }
      .full-hero__meta__item + .full-hero__meta__item {
        margin: 10px 0 0 0; }
    .full-hero__image {
      height: 400px; }
    .full-hero__content {
      padding: 20px; } }

.map-hero {
  margin-top: -100px; }
  .map-hero__top {
    padding: 25px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background: #333537;
    color: white; }
    .map-hero__top h1 {
      margin-right: 40px; }
  .map-hero #location-map {
    width: 100%;
    height: 600px;
    overflow: hidden; }
    .map-hero #location-map > div {
      background: #666 !important;
      height: 600px;
      overflow: hidden; }
    .map-hero #location-map .gm-style .gm-style-iw-c {
      border-radius: 0;
      border-top: 3px solid #b2d235; }
    .map-hero #location-map .gm-style .gm-style-iw button {
      width: 44px !important;
      height: 44px !important; }
      .map-hero #location-map .gm-style .gm-style-iw button img {
        width: 28px !important;
        height: 28px !important; }
    .map-hero #location-map .marker--unmapped {
      font-size: 0 !important; }
      .map-hero #location-map .marker--unmapped p, .map-hero #location-map .marker--unmapped .ibi-btn, .map-hero #location-map .marker--unmapped .interstitial input[type="submit"], .interstitial .map-hero #location-map .marker--unmapped input[type="submit"] {
        font-size: 0 !important; }
    .map-hero #location-map .gm-style .marker__name {
      font: 700 16px/20px "Helvetica Neue IBI", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 15px; }
    .map-hero #location-map .gm-style .marker__info {
      display: -ms-flexbox;
      display: flex;
      font: 400 14px/1.43 "Helvetica Neue IBI", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .map-hero #location-map .gm-style .marker__info p {
        margin-bottom: 0;
        font: 400 14px/1.43 "Helvetica Neue IBI", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .map-hero #location-map .gm-style .marker__info__left {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        padding-right: 10px; }
      .map-hero #location-map .gm-style .marker__info__right {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        padding-left: 10px; }
    .map-hero #location-map .gm-style .marker__cta {
      margin-top: 20px; }
      .map-hero #location-map .gm-style .marker__cta .ibi-btn, .map-hero #location-map .gm-style .marker__cta .interstitial input[type="submit"], .interstitial .map-hero #location-map .gm-style .marker__cta input[type="submit"] {
        font-weight: 700; }

.page-template-tpl-contact .gform_wrapper {
  position: relative; }
  .page-template-tpl-contact .gform_wrapper ul.gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-tpl-contact .gform_wrapper ul.gform_fields > li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-top: 0;
      padding-left: 0; }
      .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(1), .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(2) {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(3) {
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(4) {
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(7) .gfield_label, .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(8) .gfield_label {
        position: fixed;
        top: -100px;
        left: -100px; }
      .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(7) {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: calc(100% - 200px);
        padding-right: 0; }
      .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(8) {
        position: relative; }
        .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(8)::after {
          content: "*";
          position: absolute;
          top: 0;
          right: 85px;
          color: red; }
        .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(8)::before {
          content: "Required";
          position: absolute;
          top: 0;
          right: 16px; }

@media screen and (max-width: 47.9375em) {
  .page-template-tpl-contact .gform_wrapper ul.gform_fields > li {
    -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    padding-right: 0; }
    .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(7) {
      position: static;
      width: 100%; }
    .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(8)::after, .page-template-tpl-contact .gform_wrapper ul.gform_fields > li:nth-of-type(8)::before {
      content: none; } }

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