/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
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;
}
/* Named media queries */
/*kolommen .hide & .show*/
/*pixels tussen de kolommen*/
/* kolommen opbouw*/
.col-hide {
  display: none;
}
.col-show {
  display: inherit;
}
.col-0 {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.col-1-1 {
  width: 100.0000000000%;
}
.gap-1-1 {
  margin-left: 100.0000000000%;
}
.col-1-2 {
  width: 50.0000000000%;
}
.gap-1-2 {
  margin-left: 50.0000000000%;
}
.col-2-2 {
  width: 100.0000000000%;
}
.gap-2-2 {
  margin-left: 100.0000000000%;
}
.col-1-3 {
  width: 33.3333333333%;
}
.gap-1-3 {
  margin-left: 33.3333333333%;
}
.col-2-3 {
  width: 66.6666666667%;
}
.gap-2-3 {
  margin-left: 66.6666666667%;
}
.col-3-3 {
  width: 100.0000000000%;
}
.gap-3-3 {
  margin-left: 100.0000000000%;
}
.col-1-4 {
  width: 25.0000000000%;
}
.gap-1-4 {
  margin-left: 25.0000000000%;
}
.col-2-4 {
  width: 50.0000000000%;
}
.gap-2-4 {
  margin-left: 50.0000000000%;
}
.col-3-4 {
  width: 75.0000000000%;
}
.gap-3-4 {
  margin-left: 75.0000000000%;
}
.col-4-4 {
  width: 100.0000000000%;
}
.gap-4-4 {
  margin-left: 100.0000000000%;
}
.col-1-5 {
  width: 20.0000000000%;
}
.gap-1-5 {
  margin-left: 20.0000000000%;
}
.col-2-5 {
  width: 40.0000000000%;
}
.gap-2-5 {
  margin-left: 40.0000000000%;
}
.col-3-5 {
  width: 60.0000000000%;
}
.gap-3-5 {
  margin-left: 60.0000000000%;
}
.col-4-5 {
  width: 80.0000000000%;
}
.gap-4-5 {
  margin-left: 80.0000000000%;
}
.col-5-5 {
  width: 100.0000000000%;
}
.gap-5-5 {
  margin-left: 100.0000000000%;
}
.col-1-6 {
  width: 16.6666666667%;
}
.gap-1-6 {
  margin-left: 16.6666666667%;
}
.col-2-6 {
  width: 33.3333333333%;
}
.gap-2-6 {
  margin-left: 33.3333333333%;
}
.col-3-6 {
  width: 50.0000000000%;
}
.gap-3-6 {
  margin-left: 50.0000000000%;
}
.col-4-6 {
  width: 66.6666666667%;
}
.gap-4-6 {
  margin-left: 66.6666666667%;
}
.col-5-6 {
  width: 83.3333333333%;
}
.gap-5-6 {
  margin-left: 83.3333333333%;
}
.col-6-6 {
  width: 100.0000000000%;
}
.gap-6-6 {
  margin-left: 100.0000000000%;
}
.col-1-7 {
  width: 14.2857142857%;
}
.gap-1-7 {
  margin-left: 14.2857142857%;
}
.col-2-7 {
  width: 28.5714285714%;
}
.gap-2-7 {
  margin-left: 28.5714285714%;
}
.col-3-7 {
  width: 42.8571428571%;
}
.gap-3-7 {
  margin-left: 42.8571428571%;
}
.col-4-7 {
  width: 57.1428571429%;
}
.gap-4-7 {
  margin-left: 57.1428571429%;
}
.col-5-7 {
  width: 71.4285714286%;
}
.gap-5-7 {
  margin-left: 71.4285714286%;
}
.col-6-7 {
  width: 85.7142857143%;
}
.gap-6-7 {
  margin-left: 85.7142857143%;
}
.col-7-7 {
  width: 100.0000000000%;
}
.gap-7-7 {
  margin-left: 100.0000000000%;
}
.col-1-8 {
  width: 12.5000000000%;
}
.gap-1-8 {
  margin-left: 12.5000000000%;
}
.col-2-8 {
  width: 25.0000000000%;
}
.gap-2-8 {
  margin-left: 25.0000000000%;
}
.col-3-8 {
  width: 37.5000000000%;
}
.gap-3-8 {
  margin-left: 37.5000000000%;
}
.col-4-8 {
  width: 50.0000000000%;
}
.gap-4-8 {
  margin-left: 50.0000000000%;
}
.col-5-8 {
  width: 62.5000000000%;
}
.gap-5-8 {
  margin-left: 62.5000000000%;
}
.col-6-8 {
  width: 75.0000000000%;
}
.gap-6-8 {
  margin-left: 75.0000000000%;
}
.col-7-8 {
  width: 87.5000000000%;
}
.gap-7-8 {
  margin-left: 87.5000000000%;
}
.col-8-8 {
  width: 100.0000000000%;
}
.gap-8-8 {
  margin-left: 100.0000000000%;
}
.col-1-9 {
  width: 11.1111111111%;
}
.gap-1-9 {
  margin-left: 11.1111111111%;
}
.col-2-9 {
  width: 22.2222222222%;
}
.gap-2-9 {
  margin-left: 22.2222222222%;
}
.col-3-9 {
  width: 33.3333333333%;
}
.gap-3-9 {
  margin-left: 33.3333333333%;
}
.col-4-9 {
  width: 44.4444444444%;
}
.gap-4-9 {
  margin-left: 44.4444444444%;
}
.col-5-9 {
  width: 55.5555555556%;
}
.gap-5-9 {
  margin-left: 55.5555555556%;
}
.col-6-9 {
  width: 66.6666666667%;
}
.gap-6-9 {
  margin-left: 66.6666666667%;
}
.col-7-9 {
  width: 77.7777777778%;
}
.gap-7-9 {
  margin-left: 77.7777777778%;
}
.col-8-9 {
  width: 88.8888888889%;
}
.gap-8-9 {
  margin-left: 88.8888888889%;
}
.col-9-9 {
  width: 100.0000000000%;
}
.gap-9-9 {
  margin-left: 100.0000000000%;
}
.col-1-10 {
  width: 10.0000000000%;
}
.gap-1-10 {
  margin-left: 10.0000000000%;
}
.col-2-10 {
  width: 20.0000000000%;
}
.gap-2-10 {
  margin-left: 20.0000000000%;
}
.col-3-10 {
  width: 30.0000000000%;
}
.gap-3-10 {
  margin-left: 30.0000000000%;
}
.col-4-10 {
  width: 40.0000000000%;
}
.gap-4-10 {
  margin-left: 40.0000000000%;
}
.col-5-10 {
  width: 50.0000000000%;
}
.gap-5-10 {
  margin-left: 50.0000000000%;
}
.col-6-10 {
  width: 60.0000000000%;
}
.gap-6-10 {
  margin-left: 60.0000000000%;
}
.col-7-10 {
  width: 70.0000000000%;
}
.gap-7-10 {
  margin-left: 70.0000000000%;
}
.col-8-10 {
  width: 80.0000000000%;
}
.gap-8-10 {
  margin-left: 80.0000000000%;
}
.col-9-10 {
  width: 90.0000000000%;
}
.gap-9-10 {
  margin-left: 90.0000000000%;
}
.col-10-10 {
  width: 100.0000000000%;
}
.gap-10-10 {
  margin-left: 100.0000000000%;
}
.col-1-11 {
  width: 9.0909090909%;
}
.gap-1-11 {
  margin-left: 9.0909090909%;
}
.col-2-11 {
  width: 18.1818181818%;
}
.gap-2-11 {
  margin-left: 18.1818181818%;
}
.col-3-11 {
  width: 27.2727272727%;
}
.gap-3-11 {
  margin-left: 27.2727272727%;
}
.col-4-11 {
  width: 36.3636363636%;
}
.gap-4-11 {
  margin-left: 36.3636363636%;
}
.col-5-11 {
  width: 45.4545454545%;
}
.gap-5-11 {
  margin-left: 45.4545454545%;
}
.col-6-11 {
  width: 54.5454545455%;
}
.gap-6-11 {
  margin-left: 54.5454545455%;
}
.col-7-11 {
  width: 63.6363636364%;
}
.gap-7-11 {
  margin-left: 63.6363636364%;
}
.col-8-11 {
  width: 72.7272727273%;
}
.gap-8-11 {
  margin-left: 72.7272727273%;
}
.col-9-11 {
  width: 81.8181818182%;
}
.gap-9-11 {
  margin-left: 81.8181818182%;
}
.col-10-11 {
  width: 90.9090909091%;
}
.gap-10-11 {
  margin-left: 90.9090909091%;
}
.col-11-11 {
  width: 100.0000000000%;
}
.gap-11-11 {
  margin-left: 100.0000000000%;
}
.col-1-12 {
  width: 8.3333333333%;
}
.gap-1-12 {
  margin-left: 8.3333333333%;
}
.col-2-12 {
  width: 16.6666666667%;
}
.gap-2-12 {
  margin-left: 16.6666666667%;
}
.col-3-12 {
  width: 25.0000000000%;
}
.gap-3-12 {
  margin-left: 25.0000000000%;
}
.col-4-12 {
  width: 33.3333333333%;
}
.gap-4-12 {
  margin-left: 33.3333333333%;
}
.col-5-12 {
  width: 41.6666666667%;
}
.gap-5-12 {
  margin-left: 41.6666666667%;
}
.col-6-12 {
  width: 50.0000000000%;
}
.gap-6-12 {
  margin-left: 50.0000000000%;
}
.col-7-12 {
  width: 58.3333333333%;
}
.gap-7-12 {
  margin-left: 58.3333333333%;
}
.col-8-12 {
  width: 66.6666666667%;
}
.gap-8-12 {
  margin-left: 66.6666666667%;
}
.col-9-12 {
  width: 75.0000000000%;
}
.gap-9-12 {
  margin-left: 75.0000000000%;
}
.col-10-12 {
  width: 83.3333333333%;
}
.gap-10-12 {
  margin-left: 83.3333333333%;
}
.col-11-12 {
  width: 91.6666666667%;
}
.gap-11-12 {
  margin-left: 91.6666666667%;
}
.col-12-12 {
  width: 100.0000000000%;
}
.gap-12-12 {
  margin-left: 100.0000000000%;
}
.gap-0 {
  margin-left: 0;
}
@media screen and (max-width: 1650px) {
  .xxl-hide {
    display: none;
  }
  .xxl-show {
    display: inherit;
  }
  .xxl-1-1 {
    width: 100.0000000000%;
  }
  .xxl-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-2 {
    width: 50.0000000000%;
  }
  .xxl-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xxl-2-2 {
    width: 100.0000000000%;
  }
  .xxl-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-3 {
    width: 33.3333333333%;
  }
  .xxl-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xxl-2-3 {
    width: 66.6666666667%;
  }
  .xxl-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xxl-3-3 {
    width: 100.0000000000%;
  }
  .xxl-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-4 {
    width: 25.0000000000%;
  }
  .xxl-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xxl-2-4 {
    width: 50.0000000000%;
  }
  .xxl-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xxl-3-4 {
    width: 75.0000000000%;
  }
  .xxl-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xxl-4-4 {
    width: 100.0000000000%;
  }
  .xxl-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-5 {
    width: 20.0000000000%;
  }
  .xxl-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xxl-2-5 {
    width: 40.0000000000%;
  }
  .xxl-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xxl-3-5 {
    width: 60.0000000000%;
  }
  .xxl-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xxl-4-5 {
    width: 80.0000000000%;
  }
  .xxl-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xxl-5-5 {
    width: 100.0000000000%;
  }
  .xxl-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-6 {
    width: 16.6666666667%;
  }
  .xxl-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xxl-2-6 {
    width: 33.3333333333%;
  }
  .xxl-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xxl-3-6 {
    width: 50.0000000000%;
  }
  .xxl-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xxl-4-6 {
    width: 66.6666666667%;
  }
  .xxl-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xxl-5-6 {
    width: 83.3333333333%;
  }
  .xxl-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xxl-6-6 {
    width: 100.0000000000%;
  }
  .xxl-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-7 {
    width: 14.2857142857%;
  }
  .xxl-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xxl-2-7 {
    width: 28.5714285714%;
  }
  .xxl-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xxl-3-7 {
    width: 42.8571428571%;
  }
  .xxl-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xxl-4-7 {
    width: 57.1428571429%;
  }
  .xxl-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xxl-5-7 {
    width: 71.4285714286%;
  }
  .xxl-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xxl-6-7 {
    width: 85.7142857143%;
  }
  .xxl-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xxl-7-7 {
    width: 100.0000000000%;
  }
  .xxl-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-8 {
    width: 12.5000000000%;
  }
  .xxl-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xxl-2-8 {
    width: 25.0000000000%;
  }
  .xxl-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xxl-3-8 {
    width: 37.5000000000%;
  }
  .xxl-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xxl-4-8 {
    width: 50.0000000000%;
  }
  .xxl-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xxl-5-8 {
    width: 62.5000000000%;
  }
  .xxl-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xxl-6-8 {
    width: 75.0000000000%;
  }
  .xxl-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xxl-7-8 {
    width: 87.5000000000%;
  }
  .xxl-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xxl-8-8 {
    width: 100.0000000000%;
  }
  .xxl-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-9 {
    width: 11.1111111111%;
  }
  .xxl-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xxl-2-9 {
    width: 22.2222222222%;
  }
  .xxl-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xxl-3-9 {
    width: 33.3333333333%;
  }
  .xxl-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xxl-4-9 {
    width: 44.4444444444%;
  }
  .xxl-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xxl-5-9 {
    width: 55.5555555556%;
  }
  .xxl-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xxl-6-9 {
    width: 66.6666666667%;
  }
  .xxl-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xxl-7-9 {
    width: 77.7777777778%;
  }
  .xxl-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xxl-8-9 {
    width: 88.8888888889%;
  }
  .xxl-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xxl-9-9 {
    width: 100.0000000000%;
  }
  .xxl-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-10 {
    width: 10.0000000000%;
  }
  .xxl-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xxl-2-10 {
    width: 20.0000000000%;
  }
  .xxl-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xxl-3-10 {
    width: 30.0000000000%;
  }
  .xxl-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xxl-4-10 {
    width: 40.0000000000%;
  }
  .xxl-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xxl-5-10 {
    width: 50.0000000000%;
  }
  .xxl-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xxl-6-10 {
    width: 60.0000000000%;
  }
  .xxl-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xxl-7-10 {
    width: 70.0000000000%;
  }
  .xxl-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xxl-8-10 {
    width: 80.0000000000%;
  }
  .xxl-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xxl-9-10 {
    width: 90.0000000000%;
  }
  .xxl-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xxl-10-10 {
    width: 100.0000000000%;
  }
  .xxl-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-11 {
    width: 9.0909090909%;
  }
  .xxl-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xxl-2-11 {
    width: 18.1818181818%;
  }
  .xxl-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xxl-3-11 {
    width: 27.2727272727%;
  }
  .xxl-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xxl-4-11 {
    width: 36.3636363636%;
  }
  .xxl-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xxl-5-11 {
    width: 45.4545454545%;
  }
  .xxl-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xxl-6-11 {
    width: 54.5454545455%;
  }
  .xxl-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xxl-7-11 {
    width: 63.6363636364%;
  }
  .xxl-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xxl-8-11 {
    width: 72.7272727273%;
  }
  .xxl-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xxl-9-11 {
    width: 81.8181818182%;
  }
  .xxl-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xxl-10-11 {
    width: 90.9090909091%;
  }
  .xxl-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xxl-11-11 {
    width: 100.0000000000%;
  }
  .xxl-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-12 {
    width: 8.3333333333%;
  }
  .xxl-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xxl-2-12 {
    width: 16.6666666667%;
  }
  .xxl-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xxl-3-12 {
    width: 25.0000000000%;
  }
  .xxl-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xxl-4-12 {
    width: 33.3333333333%;
  }
  .xxl-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xxl-5-12 {
    width: 41.6666666667%;
  }
  .xxl-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xxl-6-12 {
    width: 50.0000000000%;
  }
  .xxl-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xxl-7-12 {
    width: 58.3333333333%;
  }
  .xxl-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xxl-8-12 {
    width: 66.6666666667%;
  }
  .xxl-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xxl-9-12 {
    width: 75.0000000000%;
  }
  .xxl-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xxl-10-12 {
    width: 83.3333333333%;
  }
  .xxl-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xxl-11-12 {
    width: 91.6666666667%;
  }
  .xxl-12-12 {
    width: 100.0000000000%;
  }
  .xxl-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xxl-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .xl-hide {
    display: none;
  }
  .xl-show {
    display: inherit;
  }
  .xl-1-1 {
    width: 100.0000000000%;
  }
  .xl-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xl-1-2 {
    width: 50.0000000000%;
  }
  .xl-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xl-2-2 {
    width: 100.0000000000%;
  }
  .xl-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xl-1-3 {
    width: 33.3333333333%;
  }
  .xl-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xl-2-3 {
    width: 66.6666666667%;
  }
  .xl-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xl-3-3 {
    width: 100.0000000000%;
  }
  .xl-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xl-1-4 {
    width: 25.0000000000%;
  }
  .xl-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xl-2-4 {
    width: 50.0000000000%;
  }
  .xl-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xl-3-4 {
    width: 75.0000000000%;
  }
  .xl-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xl-4-4 {
    width: 100.0000000000%;
  }
  .xl-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xl-1-5 {
    width: 20.0000000000%;
  }
  .xl-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xl-2-5 {
    width: 40.0000000000%;
  }
  .xl-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xl-3-5 {
    width: 60.0000000000%;
  }
  .xl-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xl-4-5 {
    width: 80.0000000000%;
  }
  .xl-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xl-5-5 {
    width: 100.0000000000%;
  }
  .xl-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xl-1-6 {
    width: 16.6666666667%;
  }
  .xl-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xl-2-6 {
    width: 33.3333333333%;
  }
  .xl-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xl-3-6 {
    width: 50.0000000000%;
  }
  .xl-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xl-4-6 {
    width: 66.6666666667%;
  }
  .xl-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xl-5-6 {
    width: 83.3333333333%;
  }
  .xl-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xl-6-6 {
    width: 100.0000000000%;
  }
  .xl-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xl-1-7 {
    width: 14.2857142857%;
  }
  .xl-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xl-2-7 {
    width: 28.5714285714%;
  }
  .xl-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xl-3-7 {
    width: 42.8571428571%;
  }
  .xl-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xl-4-7 {
    width: 57.1428571429%;
  }
  .xl-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xl-5-7 {
    width: 71.4285714286%;
  }
  .xl-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xl-6-7 {
    width: 85.7142857143%;
  }
  .xl-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xl-7-7 {
    width: 100.0000000000%;
  }
  .xl-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xl-1-8 {
    width: 12.5000000000%;
  }
  .xl-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xl-2-8 {
    width: 25.0000000000%;
  }
  .xl-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xl-3-8 {
    width: 37.5000000000%;
  }
  .xl-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xl-4-8 {
    width: 50.0000000000%;
  }
  .xl-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xl-5-8 {
    width: 62.5000000000%;
  }
  .xl-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xl-6-8 {
    width: 75.0000000000%;
  }
  .xl-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xl-7-8 {
    width: 87.5000000000%;
  }
  .xl-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xl-8-8 {
    width: 100.0000000000%;
  }
  .xl-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xl-1-9 {
    width: 11.1111111111%;
  }
  .xl-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xl-2-9 {
    width: 22.2222222222%;
  }
  .xl-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xl-3-9 {
    width: 33.3333333333%;
  }
  .xl-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xl-4-9 {
    width: 44.4444444444%;
  }
  .xl-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xl-5-9 {
    width: 55.5555555556%;
  }
  .xl-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xl-6-9 {
    width: 66.6666666667%;
  }
  .xl-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xl-7-9 {
    width: 77.7777777778%;
  }
  .xl-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xl-8-9 {
    width: 88.8888888889%;
  }
  .xl-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xl-9-9 {
    width: 100.0000000000%;
  }
  .xl-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xl-1-10 {
    width: 10.0000000000%;
  }
  .xl-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xl-2-10 {
    width: 20.0000000000%;
  }
  .xl-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xl-3-10 {
    width: 30.0000000000%;
  }
  .xl-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xl-4-10 {
    width: 40.0000000000%;
  }
  .xl-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xl-5-10 {
    width: 50.0000000000%;
  }
  .xl-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xl-6-10 {
    width: 60.0000000000%;
  }
  .xl-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xl-7-10 {
    width: 70.0000000000%;
  }
  .xl-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xl-8-10 {
    width: 80.0000000000%;
  }
  .xl-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xl-9-10 {
    width: 90.0000000000%;
  }
  .xl-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xl-10-10 {
    width: 100.0000000000%;
  }
  .xl-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xl-1-11 {
    width: 9.0909090909%;
  }
  .xl-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xl-2-11 {
    width: 18.1818181818%;
  }
  .xl-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xl-3-11 {
    width: 27.2727272727%;
  }
  .xl-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xl-4-11 {
    width: 36.3636363636%;
  }
  .xl-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xl-5-11 {
    width: 45.4545454545%;
  }
  .xl-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xl-6-11 {
    width: 54.5454545455%;
  }
  .xl-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xl-7-11 {
    width: 63.6363636364%;
  }
  .xl-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xl-8-11 {
    width: 72.7272727273%;
  }
  .xl-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xl-9-11 {
    width: 81.8181818182%;
  }
  .xl-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xl-10-11 {
    width: 90.9090909091%;
  }
  .xl-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xl-11-11 {
    width: 100.0000000000%;
  }
  .xl-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xl-1-12 {
    width: 8.3333333333%;
  }
  .xl-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xl-2-12 {
    width: 16.6666666667%;
  }
  .xl-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xl-3-12 {
    width: 25.0000000000%;
  }
  .xl-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xl-4-12 {
    width: 33.3333333333%;
  }
  .xl-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xl-5-12 {
    width: 41.6666666667%;
  }
  .xl-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xl-6-12 {
    width: 50.0000000000%;
  }
  .xl-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xl-7-12 {
    width: 58.3333333333%;
  }
  .xl-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xl-8-12 {
    width: 66.6666666667%;
  }
  .xl-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xl-9-12 {
    width: 75.0000000000%;
  }
  .xl-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xl-10-12 {
    width: 83.3333333333%;
  }
  .xl-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xl-11-12 {
    width: 91.6666666667%;
  }
  .xl-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .xl-12-12 {
    width: 100.0000000000%;
  }
  .xl-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xl-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-hide {
    display: none;
  }
  .l-show {
    display: inherit;
  }
  .l-1-1 {
    width: 100.0000000000%;
  }
  .l-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .l-1-2 {
    width: 50.0000000000%;
  }
  .l-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .l-2-2 {
    width: 100.0000000000%;
  }
  .l-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .l-1-3 {
    width: 33.3333333333%;
  }
  .l-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .l-2-3 {
    width: 66.6666666667%;
  }
  .l-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .l-3-3 {
    width: 100.0000000000%;
  }
  .l-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .l-1-4 {
    width: 25.0000000000%;
  }
  .l-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .l-2-4 {
    width: 50.0000000000%;
  }
  .l-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .l-3-4 {
    width: 75.0000000000%;
  }
  .l-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .l-4-4 {
    width: 100.0000000000%;
  }
  .l-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .l-1-5 {
    width: 20.0000000000%;
  }
  .l-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .l-2-5 {
    width: 40.0000000000%;
  }
  .l-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .l-3-5 {
    width: 60.0000000000%;
  }
  .l-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .l-4-5 {
    width: 80.0000000000%;
  }
  .l-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .l-5-5 {
    width: 100.0000000000%;
  }
  .l-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .l-1-6 {
    width: 16.6666666667%;
  }
  .l-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .l-2-6 {
    width: 33.3333333333%;
  }
  .l-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .l-3-6 {
    width: 50.0000000000%;
  }
  .l-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .l-4-6 {
    width: 66.6666666667%;
  }
  .l-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .l-5-6 {
    width: 83.3333333333%;
  }
  .l-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .l-6-6 {
    width: 100.0000000000%;
  }
  .l-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .l-1-7 {
    width: 14.2857142857%;
  }
  .l-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .l-2-7 {
    width: 28.5714285714%;
  }
  .l-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .l-3-7 {
    width: 42.8571428571%;
  }
  .l-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .l-4-7 {
    width: 57.1428571429%;
  }
  .l-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .l-5-7 {
    width: 71.4285714286%;
  }
  .l-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .l-6-7 {
    width: 85.7142857143%;
  }
  .l-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .l-7-7 {
    width: 100.0000000000%;
  }
  .l-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .l-1-8 {
    width: 12.5000000000%;
  }
  .l-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .l-2-8 {
    width: 25.0000000000%;
  }
  .l-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .l-3-8 {
    width: 37.5000000000%;
  }
  .l-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .l-4-8 {
    width: 50.0000000000%;
  }
  .l-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .l-5-8 {
    width: 62.5000000000%;
  }
  .l-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .l-6-8 {
    width: 75.0000000000%;
  }
  .l-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .l-7-8 {
    width: 87.5000000000%;
  }
  .l-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .l-8-8 {
    width: 100.0000000000%;
  }
  .l-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .l-1-9 {
    width: 11.1111111111%;
  }
  .l-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .l-2-9 {
    width: 22.2222222222%;
  }
  .l-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .l-3-9 {
    width: 33.3333333333%;
  }
  .l-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .l-4-9 {
    width: 44.4444444444%;
  }
  .l-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .l-5-9 {
    width: 55.5555555556%;
  }
  .l-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .l-6-9 {
    width: 66.6666666667%;
  }
  .l-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .l-7-9 {
    width: 77.7777777778%;
  }
  .l-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .l-8-9 {
    width: 88.8888888889%;
  }
  .l-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .l-9-9 {
    width: 100.0000000000%;
  }
  .l-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .l-1-10 {
    width: 10.0000000000%;
  }
  .l-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .l-2-10 {
    width: 20.0000000000%;
  }
  .l-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .l-3-10 {
    width: 30.0000000000%;
  }
  .l-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .l-4-10 {
    width: 40.0000000000%;
  }
  .l-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .l-5-10 {
    width: 50.0000000000%;
  }
  .l-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .l-6-10 {
    width: 60.0000000000%;
  }
  .l-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .l-7-10 {
    width: 70.0000000000%;
  }
  .l-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .l-8-10 {
    width: 80.0000000000%;
  }
  .l-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .l-9-10 {
    width: 90.0000000000%;
  }
  .l-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .l-10-10 {
    width: 100.0000000000%;
  }
  .l-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .l-1-11 {
    width: 9.0909090909%;
  }
  .l-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .l-2-11 {
    width: 18.1818181818%;
  }
  .l-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .l-3-11 {
    width: 27.2727272727%;
  }
  .l-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .l-4-11 {
    width: 36.3636363636%;
  }
  .l-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .l-5-11 {
    width: 45.4545454545%;
  }
  .l-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .l-6-11 {
    width: 54.5454545455%;
  }
  .l-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .l-7-11 {
    width: 63.6363636364%;
  }
  .l-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .l-8-11 {
    width: 72.7272727273%;
  }
  .l-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .l-9-11 {
    width: 81.8181818182%;
  }
  .l-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .l-10-11 {
    width: 90.9090909091%;
  }
  .l-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .l-11-11 {
    width: 100.0000000000%;
  }
  .l-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .l-1-12 {
    width: 8.3333333333%;
  }
  .l-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .l-2-12 {
    width: 16.6666666667%;
  }
  .l-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .l-3-12 {
    width: 25.0000000000%;
  }
  .l-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .l-4-12 {
    width: 33.3333333333%;
  }
  .l-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .l-5-12 {
    width: 41.6666666667%;
  }
  .l-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .l-6-12 {
    width: 50.0000000000%;
  }
  .l-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .l-7-12 {
    width: 58.3333333333%;
  }
  .l-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .l-8-12 {
    width: 66.6666666667%;
  }
  .l-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .l-9-12 {
    width: 75.0000000000%;
  }
  .l-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .l-10-12 {
    width: 83.3333333333%;
  }
  .l-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .l-11-12 {
    width: 91.6666666667%;
  }
  .l-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .l-12-12 {
    width: 100.0000000000%;
  }
  .l-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .l-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-hide {
    display: none;
  }
  .m-show {
    display: inherit;
  }
  .m-1-1 {
    width: 100.0000000000%;
  }
  .m-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .m-1-2 {
    width: 50.0000000000%;
  }
  .m-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .m-2-2 {
    width: 100.0000000000%;
  }
  .m-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .m-1-3 {
    width: 33.3333333333%;
  }
  .m-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .m-2-3 {
    width: 66.6666666667%;
  }
  .m-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .m-3-3 {
    width: 100.0000000000%;
  }
  .m-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .m-1-4 {
    width: 25.0000000000%;
  }
  .m-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .m-2-4 {
    width: 50.0000000000%;
  }
  .m-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .m-3-4 {
    width: 75.0000000000%;
  }
  .m-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .m-4-4 {
    width: 100.0000000000%;
  }
  .m-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .m-1-5 {
    width: 20.0000000000%;
  }
  .m-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .m-2-5 {
    width: 40.0000000000%;
  }
  .m-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .m-3-5 {
    width: 60.0000000000%;
  }
  .m-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .m-4-5 {
    width: 80.0000000000%;
  }
  .m-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .m-5-5 {
    width: 100.0000000000%;
  }
  .m-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .m-1-6 {
    width: 16.6666666667%;
  }
  .m-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .m-2-6 {
    width: 33.3333333333%;
  }
  .m-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .m-3-6 {
    width: 50.0000000000%;
  }
  .m-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .m-4-6 {
    width: 66.6666666667%;
  }
  .m-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .m-5-6 {
    width: 83.3333333333%;
  }
  .m-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .m-6-6 {
    width: 100.0000000000%;
  }
  .m-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .m-1-7 {
    width: 14.2857142857%;
  }
  .m-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .m-2-7 {
    width: 28.5714285714%;
  }
  .m-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .m-3-7 {
    width: 42.8571428571%;
  }
  .m-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .m-4-7 {
    width: 57.1428571429%;
  }
  .m-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .m-5-7 {
    width: 71.4285714286%;
  }
  .m-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .m-6-7 {
    width: 85.7142857143%;
  }
  .m-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .m-7-7 {
    width: 100.0000000000%;
  }
  .m-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .m-1-8 {
    width: 12.5000000000%;
  }
  .m-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .m-2-8 {
    width: 25.0000000000%;
  }
  .m-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .m-3-8 {
    width: 37.5000000000%;
  }
  .m-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .m-4-8 {
    width: 50.0000000000%;
  }
  .m-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .m-5-8 {
    width: 62.5000000000%;
  }
  .m-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .m-6-8 {
    width: 75.0000000000%;
  }
  .m-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .m-7-8 {
    width: 87.5000000000%;
  }
  .m-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .m-8-8 {
    width: 100.0000000000%;
  }
  .m-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .m-1-9 {
    width: 11.1111111111%;
  }
  .m-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .m-2-9 {
    width: 22.2222222222%;
  }
  .m-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .m-3-9 {
    width: 33.3333333333%;
  }
  .m-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .m-4-9 {
    width: 44.4444444444%;
  }
  .m-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .m-5-9 {
    width: 55.5555555556%;
  }
  .m-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .m-6-9 {
    width: 66.6666666667%;
  }
  .m-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .m-7-9 {
    width: 77.7777777778%;
  }
  .m-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .m-8-9 {
    width: 88.8888888889%;
  }
  .m-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .m-9-9 {
    width: 100.0000000000%;
  }
  .m-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .m-1-10 {
    width: 10.0000000000%;
  }
  .m-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .m-2-10 {
    width: 20.0000000000%;
  }
  .m-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .m-3-10 {
    width: 30.0000000000%;
  }
  .m-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .m-4-10 {
    width: 40.0000000000%;
  }
  .m-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .m-5-10 {
    width: 50.0000000000%;
  }
  .m-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .m-6-10 {
    width: 60.0000000000%;
  }
  .m-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .m-7-10 {
    width: 70.0000000000%;
  }
  .m-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .m-8-10 {
    width: 80.0000000000%;
  }
  .m-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .m-9-10 {
    width: 90.0000000000%;
  }
  .m-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .m-10-10 {
    width: 100.0000000000%;
  }
  .m-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .m-1-11 {
    width: 9.0909090909%;
  }
  .m-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .m-2-11 {
    width: 18.1818181818%;
  }
  .m-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .m-3-11 {
    width: 27.2727272727%;
  }
  .m-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .m-4-11 {
    width: 36.3636363636%;
  }
  .m-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .m-5-11 {
    width: 45.4545454545%;
  }
  .m-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .m-6-11 {
    width: 54.5454545455%;
  }
  .m-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .m-7-11 {
    width: 63.6363636364%;
  }
  .m-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .m-8-11 {
    width: 72.7272727273%;
  }
  .m-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .m-9-11 {
    width: 81.8181818182%;
  }
  .m-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .m-10-11 {
    width: 90.9090909091%;
  }
  .m-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .m-11-11 {
    width: 100.0000000000%;
  }
  .m-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .m-1-12 {
    width: 8.3333333333%;
  }
  .m-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .m-2-12 {
    width: 16.6666666667%;
  }
  .m-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .m-3-12 {
    width: 25.0000000000%;
  }
  .m-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .m-4-12 {
    width: 33.3333333333%;
  }
  .m-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .m-5-12 {
    width: 41.6666666667%;
  }
  .m-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .m-6-12 {
    width: 50.0000000000%;
  }
  .m-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .m-7-12 {
    width: 58.3333333333%;
  }
  .m-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .m-8-12 {
    width: 66.6666666667%;
  }
  .m-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .m-9-12 {
    width: 75.0000000000%;
  }
  .m-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .m-10-12 {
    width: 83.3333333333%;
  }
  .m-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .m-11-12 {
    width: 91.6666666667%;
  }
  .m-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .m-12-12 {
    width: 100.0000000000%;
  }
  .m-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .m-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .s-hide {
    display: none;
  }
  .s-show {
    display: inherit;
  }
  .s-1-1 {
    width: 100.0000000000%;
  }
  .s-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .s-1-2 {
    width: 50.0000000000%;
  }
  .s-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .s-2-2 {
    width: 100.0000000000%;
  }
  .s-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .s-1-3 {
    width: 33.3333333333%;
  }
  .s-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .s-2-3 {
    width: 66.6666666667%;
  }
  .s-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .s-3-3 {
    width: 100.0000000000%;
  }
  .s-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .s-1-4 {
    width: 25.0000000000%;
  }
  .s-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .s-2-4 {
    width: 50.0000000000%;
  }
  .s-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .s-3-4 {
    width: 75.0000000000%;
  }
  .s-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .s-4-4 {
    width: 100.0000000000%;
  }
  .s-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .s-1-5 {
    width: 20.0000000000%;
  }
  .s-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .s-2-5 {
    width: 40.0000000000%;
  }
  .s-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .s-3-5 {
    width: 60.0000000000%;
  }
  .s-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .s-4-5 {
    width: 80.0000000000%;
  }
  .s-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .s-5-5 {
    width: 100.0000000000%;
  }
  .s-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .s-1-6 {
    width: 16.6666666667%;
  }
  .s-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .s-2-6 {
    width: 33.3333333333%;
  }
  .s-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .s-3-6 {
    width: 50.0000000000%;
  }
  .s-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .s-4-6 {
    width: 66.6666666667%;
  }
  .s-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .s-5-6 {
    width: 83.3333333333%;
  }
  .s-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .s-6-6 {
    width: 100.0000000000%;
  }
  .s-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .s-1-7 {
    width: 14.2857142857%;
  }
  .s-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .s-2-7 {
    width: 28.5714285714%;
  }
  .s-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .s-3-7 {
    width: 42.8571428571%;
  }
  .s-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .s-4-7 {
    width: 57.1428571429%;
  }
  .s-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .s-5-7 {
    width: 71.4285714286%;
  }
  .s-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .s-6-7 {
    width: 85.7142857143%;
  }
  .s-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .s-7-7 {
    width: 100.0000000000%;
  }
  .s-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .s-1-8 {
    width: 12.5000000000%;
  }
  .s-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .s-2-8 {
    width: 25.0000000000%;
  }
  .s-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .s-3-8 {
    width: 37.5000000000%;
  }
  .s-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .s-4-8 {
    width: 50.0000000000%;
  }
  .s-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .s-5-8 {
    width: 62.5000000000%;
  }
  .s-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .s-6-8 {
    width: 75.0000000000%;
  }
  .s-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .s-7-8 {
    width: 87.5000000000%;
  }
  .s-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .s-8-8 {
    width: 100.0000000000%;
  }
  .s-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .s-1-9 {
    width: 11.1111111111%;
  }
  .s-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .s-2-9 {
    width: 22.2222222222%;
  }
  .s-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .s-3-9 {
    width: 33.3333333333%;
  }
  .s-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .s-4-9 {
    width: 44.4444444444%;
  }
  .s-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .s-5-9 {
    width: 55.5555555556%;
  }
  .s-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .s-6-9 {
    width: 66.6666666667%;
  }
  .s-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .s-7-9 {
    width: 77.7777777778%;
  }
  .s-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .s-8-9 {
    width: 88.8888888889%;
  }
  .s-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .s-9-9 {
    width: 100.0000000000%;
  }
  .s-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .s-1-10 {
    width: 10.0000000000%;
  }
  .s-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .s-2-10 {
    width: 20.0000000000%;
  }
  .s-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .s-3-10 {
    width: 30.0000000000%;
  }
  .s-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .s-4-10 {
    width: 40.0000000000%;
  }
  .s-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .s-5-10 {
    width: 50.0000000000%;
  }
  .s-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .s-6-10 {
    width: 60.0000000000%;
  }
  .s-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .s-7-10 {
    width: 70.0000000000%;
  }
  .s-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .s-8-10 {
    width: 80.0000000000%;
  }
  .s-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .s-9-10 {
    width: 90.0000000000%;
  }
  .s-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .s-10-10 {
    width: 100.0000000000%;
  }
  .s-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .s-1-11 {
    width: 9.0909090909%;
  }
  .s-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .s-2-11 {
    width: 18.1818181818%;
  }
  .s-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .s-3-11 {
    width: 27.2727272727%;
  }
  .s-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .s-4-11 {
    width: 36.3636363636%;
  }
  .s-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .s-5-11 {
    width: 45.4545454545%;
  }
  .s-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .s-6-11 {
    width: 54.5454545455%;
  }
  .s-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .s-7-11 {
    width: 63.6363636364%;
  }
  .s-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .s-8-11 {
    width: 72.7272727273%;
  }
  .s-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .s-9-11 {
    width: 81.8181818182%;
  }
  .s-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .s-10-11 {
    width: 90.9090909091%;
  }
  .s-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .s-11-11 {
    width: 100.0000000000%;
  }
  .s-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .s-1-12 {
    width: 8.3333333333%;
  }
  .s-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .s-2-12 {
    width: 16.6666666667%;
  }
  .s-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .s-3-12 {
    width: 25.0000000000%;
  }
  .s-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .s-4-12 {
    width: 33.3333333333%;
  }
  .s-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .s-5-12 {
    width: 41.6666666667%;
  }
  .s-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .s-6-12 {
    width: 50.0000000000%;
  }
  .s-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .s-7-12 {
    width: 58.3333333333%;
  }
  .s-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .s-8-12 {
    width: 66.6666666667%;
  }
  .s-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .s-9-12 {
    width: 75.0000000000%;
  }
  .s-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .s-10-12 {
    width: 83.3333333333%;
  }
  .s-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .s-11-12 {
    width: 91.6666666667%;
  }
  .s-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .s-12-12 {
    width: 100.0000000000%;
  }
  .s-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .s-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .xs-hide {
    display: none;
  }
  .xs-show {
    display: inherit;
  }
  .xs-1-1 {
    width: 100.0000000000%;
  }
  .xs-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xs-1-2 {
    width: 50.0000000000%;
  }
  .xs-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xs-2-2 {
    width: 100.0000000000%;
  }
  .xs-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xs-1-3 {
    width: 33.3333333333%;
  }
  .xs-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xs-2-3 {
    width: 66.6666666667%;
  }
  .xs-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xs-3-3 {
    width: 100.0000000000%;
  }
  .xs-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xs-1-4 {
    width: 25.0000000000%;
  }
  .xs-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xs-2-4 {
    width: 50.0000000000%;
  }
  .xs-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xs-3-4 {
    width: 75.0000000000%;
  }
  .xs-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xs-4-4 {
    width: 100.0000000000%;
  }
  .xs-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xs-1-5 {
    width: 20.0000000000%;
  }
  .xs-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xs-2-5 {
    width: 40.0000000000%;
  }
  .xs-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xs-3-5 {
    width: 60.0000000000%;
  }
  .xs-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xs-4-5 {
    width: 80.0000000000%;
  }
  .xs-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xs-5-5 {
    width: 100.0000000000%;
  }
  .xs-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xs-1-6 {
    width: 16.6666666667%;
  }
  .xs-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xs-2-6 {
    width: 33.3333333333%;
  }
  .xs-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xs-3-6 {
    width: 50.0000000000%;
  }
  .xs-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xs-4-6 {
    width: 66.6666666667%;
  }
  .xs-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xs-5-6 {
    width: 83.3333333333%;
  }
  .xs-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xs-6-6 {
    width: 100.0000000000%;
  }
  .xs-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xs-1-7 {
    width: 14.2857142857%;
  }
  .xs-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xs-2-7 {
    width: 28.5714285714%;
  }
  .xs-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xs-3-7 {
    width: 42.8571428571%;
  }
  .xs-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xs-4-7 {
    width: 57.1428571429%;
  }
  .xs-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xs-5-7 {
    width: 71.4285714286%;
  }
  .xs-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xs-6-7 {
    width: 85.7142857143%;
  }
  .xs-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xs-7-7 {
    width: 100.0000000000%;
  }
  .xs-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xs-1-8 {
    width: 12.5000000000%;
  }
  .xs-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xs-2-8 {
    width: 25.0000000000%;
  }
  .xs-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xs-3-8 {
    width: 37.5000000000%;
  }
  .xs-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xs-4-8 {
    width: 50.0000000000%;
  }
  .xs-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xs-5-8 {
    width: 62.5000000000%;
  }
  .xs-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xs-6-8 {
    width: 75.0000000000%;
  }
  .xs-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xs-7-8 {
    width: 87.5000000000%;
  }
  .xs-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xs-8-8 {
    width: 100.0000000000%;
  }
  .xs-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xs-1-9 {
    width: 11.1111111111%;
  }
  .xs-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xs-2-9 {
    width: 22.2222222222%;
  }
  .xs-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xs-3-9 {
    width: 33.3333333333%;
  }
  .xs-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xs-4-9 {
    width: 44.4444444444%;
  }
  .xs-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xs-5-9 {
    width: 55.5555555556%;
  }
  .xs-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xs-6-9 {
    width: 66.6666666667%;
  }
  .xs-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xs-7-9 {
    width: 77.7777777778%;
  }
  .xs-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xs-8-9 {
    width: 88.8888888889%;
  }
  .xs-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xs-9-9 {
    width: 100.0000000000%;
  }
  .xs-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xs-1-10 {
    width: 10.0000000000%;
  }
  .xs-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xs-2-10 {
    width: 20.0000000000%;
  }
  .xs-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xs-3-10 {
    width: 30.0000000000%;
  }
  .xs-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xs-4-10 {
    width: 40.0000000000%;
  }
  .xs-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xs-5-10 {
    width: 50.0000000000%;
  }
  .xs-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xs-6-10 {
    width: 60.0000000000%;
  }
  .xs-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xs-7-10 {
    width: 70.0000000000%;
  }
  .xs-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xs-8-10 {
    width: 80.0000000000%;
  }
  .xs-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xs-9-10 {
    width: 90.0000000000%;
  }
  .xs-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xs-10-10 {
    width: 100.0000000000%;
  }
  .xs-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xs-1-11 {
    width: 9.0909090909%;
  }
  .xs-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xs-2-11 {
    width: 18.1818181818%;
  }
  .xs-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xs-3-11 {
    width: 27.2727272727%;
  }
  .xs-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xs-4-11 {
    width: 36.3636363636%;
  }
  .xs-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xs-5-11 {
    width: 45.4545454545%;
  }
  .xs-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xs-6-11 {
    width: 54.5454545455%;
  }
  .xs-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xs-7-11 {
    width: 63.6363636364%;
  }
  .xs-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xs-8-11 {
    width: 72.7272727273%;
  }
  .xs-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xs-9-11 {
    width: 81.8181818182%;
  }
  .xs-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xs-10-11 {
    width: 90.9090909091%;
  }
  .xs-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xs-11-11 {
    width: 100.0000000000%;
  }
  .xs-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xs-1-12 {
    width: 8.3333333333%;
  }
  .xs-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xs-2-12 {
    width: 16.6666666667%;
  }
  .xs-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xs-3-12 {
    width: 25.0000000000%;
  }
  .xs-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xs-4-12 {
    width: 33.3333333333%;
  }
  .xs-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xs-5-12 {
    width: 41.6666666667%;
  }
  .xs-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xs-6-12 {
    width: 50.0000000000%;
  }
  .xs-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xs-7-12 {
    width: 58.3333333333%;
  }
  .xs-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xs-8-12 {
    width: 66.6666666667%;
  }
  .xs-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xs-9-12 {
    width: 75.0000000000%;
  }
  .xs-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xs-10-12 {
    width: 83.3333333333%;
  }
  .xs-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xs-11-12 {
    width: 91.6666666667%;
  }
  .xs-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .xs-12-12 {
    width: 100.0000000000%;
  }
  .xs-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xs-gap-0 {
    margin-left: 0;
  }
}
/* Clear fix */
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/* Border box */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Force scrollbar */
html {
  overflow: -moz-scrollbars-vertical;
  /* For FF */
  -ms-overflow-y: scroll;
  /* For IE */
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
}
body {
  overflow: hidden !important;
}
/* Grid wrappers */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.xxlwrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.col {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1650px) {
  .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .col .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 1280px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 320px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1650px) {
  .pad {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pad .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 1280px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 320px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.formrow {
  margin-left: -5px;
  margin-right: -5px;
}
.formrow:before,
.formrow:after {
  content: " ";
  display: table;
}
.formrow:after {
  clear: both;
}
.formrow .col {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.formrow .col .row {
  margin-left: -5px;
  margin-right: -5px;
}
.formpad {
  padding-left: 5px;
  padding-right: 5px;
}
.formpad .row {
  margin-left: -5px;
  margin-right: -5px;
}
.break {
  clear: left;
}
.center-align {
  text-align: center;
  width: 100%;
}
.center-align *:first-child {
  display: inline-block;
}
#overlay {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
}
#overlay .wrapper {
  min-height: 800px;
}
#overlay .col {
  background: rgba(200, 80, 110, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1650px) {
  #overlay .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  #overlay .col .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 1280px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 320px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#overlay .col > p {
  background: rgba(255, 100, 140, 0.3);
  padding-top: 1020px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1650px) {
  .wrapper {
    width: 1366px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .wrapper {
    width: 100%;
  }
}
/* EFFECTS */
.block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.block.primary {
  background-color: #033076;
}
.block.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block.primary:not(.light) h1,
.block.primary:not(.light) h2,
.block.primary:not(.light) h3,
.block.primary:not(.light) h4,
.block.primary:not(.light) h5,
.block.primary:not(.light) h6,
.block.primary:not(.light) .h1,
.block.primary:not(.light) .h2,
.block.primary:not(.light) .h3,
.block.primary:not(.light) .h4,
.block.primary:not(.light) .h5,
.block.primary:not(.light) .h6 {
  color: #ffffff;
}
.block.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
.block.primary:not(.light) ol li:before {
  color: #ffffff;
}
.block.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
.block.primary:not(.light) table thead,
.block.primary:not(.light) table tbody,
.block.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.block.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.block.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.block.primary:not(.light) blockquote {
  border-color: #ffffff;
}
.block.primary:not(.light) blockquote p {
  color: #ffffff;
}
.block.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
.block.primary.light h1,
.block.primary.light h2,
.block.primary.light h3,
.block.primary.light h4,
.block.primary.light h5,
.block.primary.light h6,
.block.primary.light .h1,
.block.primary.light .h2,
.block.primary.light .h3,
.block.primary.light .h4,
.block.primary.light .h5,
.block.primary.light .h6 {
  color: #033076;
}
.block.primary.light ol li:before {
  color: #033076;
}
.block.primary.light ul li:before {
  background-color: #033076;
}
.block.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
.block.primary.dark {
  background-color: #02265d;
}
.block.secondary {
  background-color: #ff9900;
}
.block.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block.secondary:not(.light) h1,
.block.secondary:not(.light) h2,
.block.secondary:not(.light) h3,
.block.secondary:not(.light) h4,
.block.secondary:not(.light) h5,
.block.secondary:not(.light) h6,
.block.secondary:not(.light) .h1,
.block.secondary:not(.light) .h2,
.block.secondary:not(.light) .h3,
.block.secondary:not(.light) .h4,
.block.secondary:not(.light) .h5,
.block.secondary:not(.light) .h6 {
  color: #ffffff;
}
.block.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
.block.secondary:not(.light) ol li:before {
  color: #ffffff;
}
.block.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
.block.secondary:not(.light) table thead,
.block.secondary:not(.light) table tbody,
.block.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.block.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.block.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.block.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
.block.secondary:not(.light) blockquote p {
  color: #ffffff;
}
.block.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
.block.secondary.light h1,
.block.secondary.light h2,
.block.secondary.light h3,
.block.secondary.light h4,
.block.secondary.light h5,
.block.secondary.light h6,
.block.secondary.light .h1,
.block.secondary.light .h2,
.block.secondary.light .h3,
.block.secondary.light .h4,
.block.secondary.light .h5,
.block.secondary.light .h6 {
  color: #ff9900;
}
.block.secondary.light ol li:before {
  color: #ff9900;
}
.block.secondary.light ul li:before {
  background-color: #ff9900;
}
.block.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
.block.secondary.dark {
  background-color: #e68a00;
}
.block.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block.image-background a:not(.button) {
  color: #ffffff;
}
.block.image-background ol li:before {
  color: #ffffff;
}
.block.image-background ul li:before {
  background-color: #ffffff;
}
.block.image-background table thead,
.block.image-background table tbody,
.block.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.block.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.block.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.block.image-background blockquote {
  border-color: #ffffff;
}
.block.image-background blockquote p {
  color: #ffffff;
}
.block.image-background.primary {
  background-color: #033076;
}
.block.image-background.primary a:not(.button) {
  color: #ffffff;
}
.block.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
.block.image-background.primary.light h1,
.block.image-background.primary.light h2,
.block.image-background.primary.light h3,
.block.image-background.primary.light h4,
.block.image-background.primary.light h5,
.block.image-background.primary.light h6,
.block.image-background.primary.light .h1,
.block.image-background.primary.light .h2,
.block.image-background.primary.light .h3,
.block.image-background.primary.light .h4,
.block.image-background.primary.light .h5,
.block.image-background.primary.light .h6 {
  color: #ffffff;
}
.block.image-background.secondary {
  background-color: #ff9900;
}
.block.image-background.secondary a:not(.button) {
  color: #ffffff;
}
.block.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
.block.image-background.secondary.light h1,
.block.image-background.secondary.light h2,
.block.image-background.secondary.light h3,
.block.image-background.secondary.light h4,
.block.image-background.secondary.light h5,
.block.image-background.secondary.light h6,
.block.image-background.secondary.light .h1,
.block.image-background.secondary.light .h2,
.block.image-background.secondary.light .h3,
.block.image-background.secondary.light .h4,
.block.image-background.secondary.light .h5,
.block.image-background.secondary.light .h6 {
  color: #ffffff;
}
.block.image-background.overlay {
  position: relative;
}
.block.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
.block.image-background.multiply {
  background-blend-mode: multiply;
}
.large-centered {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}
.text-center {
  text-align: center;
}
.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
  gap: 1rem;
}
.button-group.large button,
.button-group.large .button {
  font-size: 1.3em;
}
.vertical-padding-small {
  padding: 2rem 0;
}
.vertical-padding-small.block-grid {
  padding: 2rem 0 0 0;
}
.vertical-padding-medium {
  padding: 3rem 0;
}
.vertical-padding-large {
  padding: 6rem 0;
}
.vertical-padding-xlarge {
  padding: 10rem 0;
}
.vertical-padding-xxlarge {
  padding: 12rem 0;
}
/* FINAT COLORS */
.cms-content-blocks .block,
.sidebar-blocks .block {
  margin: 1rem 0;
}
.block-contentbox {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.block-contentbox.primary {
  background-color: #033076;
}
.block-contentbox.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block-contentbox.primary:not(.light) h1,
.block-contentbox.primary:not(.light) h2,
.block-contentbox.primary:not(.light) h3,
.block-contentbox.primary:not(.light) h4,
.block-contentbox.primary:not(.light) h5,
.block-contentbox.primary:not(.light) h6,
.block-contentbox.primary:not(.light) .h1,
.block-contentbox.primary:not(.light) .h2,
.block-contentbox.primary:not(.light) .h3,
.block-contentbox.primary:not(.light) .h4,
.block-contentbox.primary:not(.light) .h5,
.block-contentbox.primary:not(.light) .h6 {
  color: #ffffff;
}
.block-contentbox.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
.block-contentbox.primary:not(.light) ol li:before {
  color: #ffffff;
}
.block-contentbox.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block-contentbox.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
.block-contentbox.primary:not(.light) table thead,
.block-contentbox.primary:not(.light) table tbody,
.block-contentbox.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.block-contentbox.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block-contentbox.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.block-contentbox.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.block-contentbox.primary:not(.light) blockquote {
  border-color: #ffffff;
}
.block-contentbox.primary:not(.light) blockquote p {
  color: #ffffff;
}
.block-contentbox.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
.block-contentbox.primary.light h1,
.block-contentbox.primary.light h2,
.block-contentbox.primary.light h3,
.block-contentbox.primary.light h4,
.block-contentbox.primary.light h5,
.block-contentbox.primary.light h6,
.block-contentbox.primary.light .h1,
.block-contentbox.primary.light .h2,
.block-contentbox.primary.light .h3,
.block-contentbox.primary.light .h4,
.block-contentbox.primary.light .h5,
.block-contentbox.primary.light .h6 {
  color: #033076;
}
.block-contentbox.primary.light ol li:before {
  color: #033076;
}
.block-contentbox.primary.light ul li:before {
  background-color: #033076;
}
.block-contentbox.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
.block-contentbox.primary.dark {
  background-color: #02265d;
}
.block-contentbox.secondary {
  background-color: #ff9900;
}
.block-contentbox.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block-contentbox.secondary:not(.light) h1,
.block-contentbox.secondary:not(.light) h2,
.block-contentbox.secondary:not(.light) h3,
.block-contentbox.secondary:not(.light) h4,
.block-contentbox.secondary:not(.light) h5,
.block-contentbox.secondary:not(.light) h6,
.block-contentbox.secondary:not(.light) .h1,
.block-contentbox.secondary:not(.light) .h2,
.block-contentbox.secondary:not(.light) .h3,
.block-contentbox.secondary:not(.light) .h4,
.block-contentbox.secondary:not(.light) .h5,
.block-contentbox.secondary:not(.light) .h6 {
  color: #ffffff;
}
.block-contentbox.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
.block-contentbox.secondary:not(.light) ol li:before {
  color: #ffffff;
}
.block-contentbox.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block-contentbox.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
.block-contentbox.secondary:not(.light) table thead,
.block-contentbox.secondary:not(.light) table tbody,
.block-contentbox.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.block-contentbox.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block-contentbox.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.block-contentbox.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.block-contentbox.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
.block-contentbox.secondary:not(.light) blockquote p {
  color: #ffffff;
}
.block-contentbox.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
.block-contentbox.secondary.light h1,
.block-contentbox.secondary.light h2,
.block-contentbox.secondary.light h3,
.block-contentbox.secondary.light h4,
.block-contentbox.secondary.light h5,
.block-contentbox.secondary.light h6,
.block-contentbox.secondary.light .h1,
.block-contentbox.secondary.light .h2,
.block-contentbox.secondary.light .h3,
.block-contentbox.secondary.light .h4,
.block-contentbox.secondary.light .h5,
.block-contentbox.secondary.light .h6 {
  color: #ff9900;
}
.block-contentbox.secondary.light ol li:before {
  color: #ff9900;
}
.block-contentbox.secondary.light ul li:before {
  background-color: #ff9900;
}
.block-contentbox.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
.block-contentbox.secondary.dark {
  background-color: #e68a00;
}
.block-contentbox.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.block-contentbox.image-background a:not(.button) {
  color: #ffffff;
}
.block-contentbox.image-background ol li:before {
  color: #ffffff;
}
.block-contentbox.image-background ul li:before {
  background-color: #ffffff;
}
.block-contentbox.image-background table thead,
.block-contentbox.image-background table tbody,
.block-contentbox.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.block-contentbox.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block-contentbox.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.block-contentbox.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.block-contentbox.image-background blockquote {
  border-color: #ffffff;
}
.block-contentbox.image-background blockquote p {
  color: #ffffff;
}
.block-contentbox.image-background.primary {
  background-color: #033076;
}
.block-contentbox.image-background.primary a:not(.button) {
  color: #ffffff;
}
.block-contentbox.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
.block-contentbox.image-background.primary.light h1,
.block-contentbox.image-background.primary.light h2,
.block-contentbox.image-background.primary.light h3,
.block-contentbox.image-background.primary.light h4,
.block-contentbox.image-background.primary.light h5,
.block-contentbox.image-background.primary.light h6,
.block-contentbox.image-background.primary.light .h1,
.block-contentbox.image-background.primary.light .h2,
.block-contentbox.image-background.primary.light .h3,
.block-contentbox.image-background.primary.light .h4,
.block-contentbox.image-background.primary.light .h5,
.block-contentbox.image-background.primary.light .h6 {
  color: #ffffff;
}
.block-contentbox.image-background.secondary {
  background-color: #ff9900;
}
.block-contentbox.image-background.secondary a:not(.button) {
  color: #ffffff;
}
.block-contentbox.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
.block-contentbox.image-background.secondary.light h1,
.block-contentbox.image-background.secondary.light h2,
.block-contentbox.image-background.secondary.light h3,
.block-contentbox.image-background.secondary.light h4,
.block-contentbox.image-background.secondary.light h5,
.block-contentbox.image-background.secondary.light h6,
.block-contentbox.image-background.secondary.light .h1,
.block-contentbox.image-background.secondary.light .h2,
.block-contentbox.image-background.secondary.light .h3,
.block-contentbox.image-background.secondary.light .h4,
.block-contentbox.image-background.secondary.light .h5,
.block-contentbox.image-background.secondary.light .h6 {
  color: #ffffff;
}
.block-contentbox.image-background.overlay {
  position: relative;
}
.block-contentbox.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
.block-contentbox.image-background.multiply {
  background-blend-mode: multiply;
}
.block-contentbox.overlay {
  overflow: hidden;
  border: none;
}
.block-contentbox.border {
  border: 1px solid rgba(53, 53, 53, 0.1);
}
.block-contentbox article.cms-content .button-group {
  margin-bottom: -1.5rem;
}
.block-contentbox button,
.block-contentbox .button {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 1.5rem;
}
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*:focus {
  outline: none;
}
/* FONTS */
.stack1-400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stack1-600 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.stack2-400 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stack2-600 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8em;
  color: #353535;
  background: #dbdbdb;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 0 20px 0;
}
h1,
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 0 .8em 0;
  color: #033076;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2,
.h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 0 .8em 0;
  color: #033076;
}
h3,
.h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #033076;
}
a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ff9900;
  text-decoration: none;
}
a:hover {
  color: #033076;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
strong {
  font-weight: 600;
}
b {
  font-weight: 600;
}
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  vertical-align: top;
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
}
.video-wrapper iframe.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xxlwrapper {
  background: #ffffff;
  position: relative;
}
/* BASE MARGINS AND PADDINGS */
/* BASE STYLING */
.l-float {
  float: left !important;
}
.r-float {
  float: right !important;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.no-padding {
  padding: 0;
}
/* BUTTONS */
button,
.button {
  background: #ff9900;
  color: #ffffff;
  border: none;
  padding: 0.5em 1em;
  -webkit-border-radius: 50rem 50rem 50rem 50rem;
  -moz-border-radius: 50rem 50rem 50rem 50rem;
  border-radius: 50rem 50rem 50rem 50rem;
  -webkit-box-shadow: 0 2px 0 0 #4d2e00;
  -moz-box-shadow: 0 2px 0 0 #4d2e00;
  box-shadow: 0 2px 0 0 #4d2e00;
  line-height: 1.2;
  display: inline-block;
}
button.primary,
.button.primary {
  background: #ff9900;
}
button.secondary,
.button.secondary {
  background: #033076;
}
button.big,
.button.big {
  font-size: 1.3em;
}
button:hover,
.button:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffffff;
  background: #ff7d00;
}
button:focus,
.button:focus {
  outline: none;
}
.icon-circle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  float: left;
  background: #033076;
  color: #ffffff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.icon-circle.big {
  width: 50px;
  height: 50px;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .icon-circle.big {
    width: 30px;
    height: 30px;
    line-height: 16px;
  }
}
.lock {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
}
.lock img.icon {
  height: 12px;
  width: auto;
}
.lock.circle {
  display: inline-block;
  text-align: center;
  background: #033076;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
}
/* FORMS */
.radio-container {
  margin-bottom: 15px;
}
input[type=text],
input[type=email],
input[type=password],
select {
  width: 100%;
  border: 1px solid #033076;
  color: #353535;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 12px;
  margin-bottom: 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus {
  outline: none;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
select.error {
  border: 1px solid red;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ABABAB;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ABABAB;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ABABAB;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #ABABAB;
}
.heading {
  margin-top: 30px;
}
.preview {
  width: 600px;
  margin-bottom: 20px;
  padding: 5px 15px;
  border: 1px solid #b4b4b4;
  position: absolute;
  top: 145px;
  background-color: #dbdbdb;
}
ul.flash .alert {
  padding: 5px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
}
ul.flash .alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
ul.flash .alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
ul.flash .alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
ul.flash .alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
ul.flash .alert.alert-dismissable {
  padding-right: 35px;
}
ul.flash .alert button {
  background: transparent;
  box-shadow: none;
  color: #dbdbdb;
}
ul.flash .alert button:hover {
  background: transparent;
  color: #353535;
}
ul.flash .alert button span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.swal2-styled {
  height: auto;
}
form.member-registration {
  background-color: #f7f7f7;
  padding: 20px;
}
form.member-registration .formrow {
  margin-bottom: 5px;
}
form.member-registration .formrow input[type=text],
form.member-registration .formrow select {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  form.member-registration .formrow select {
    padding: 8px 0;
  }
}
form.member-registration .formrow textarea {
  width: 100%;
  height: 120px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #033076;
  padding: 8px 12px;
  color: #353535;
}
form.member-registration .formrow p {
  margin: 0;
}
form.member-registration .formrow p.extra {
  color: #b4b4b4;
  font-size: 12px;
}
form.member-registration .formrow .date-field {
  margin-bottom: 5px;
}
form.member-registration hr {
  margin: 30px 0;
}
form.member-registration .bold {
  font-weight: 700;
  margin-left: 20px;
  margin-top: 20px;
}
.error {
  color: red;
}
/* HEADER */
header {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  background: #ffffff;
}
header .main-logo {
  height: 120px;
}
@media screen and (max-width: 480px) {
  header .main-logo {
    height: 80px;
  }
}
header .login-button {
  float: right;
  margin-right: 50px;
  margin-top: 16px;
  display: none;
}
@media screen and (max-width: 320px) {
  header .login-button {
    margin-right: 4px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  header .login-button {
    display: block;
  }
}
header .login-button.active {
  background: #ff9900;
}
header .member-login {
  padding: 15px 15px 25px 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  -webkit-border-radius: 0 0 0 50px;
  -moz-border-radius: 0 0 0 50px;
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 480px) {
  header .member-login {
    position: relative;
    padding: 10px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    display: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .member-login {
    top: 130px;
    border-radius: 50px 0 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  header .member-login {
    top: 130px;
    border-radius: 50px 0 0 50px;
  }
}
header .member-login .login-text {
  float: left;
  margin-right: 5px;
  line-height: 1em;
}
header .member-login .login-text .small-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  position: static;
}
@media screen and (max-width: 480px) {
  header .member-login .login-text .small-link {
    margin: 0;
    line-height: 30px;
  }
}
header .member-login .h3 {
  margin: 0;
  line-height: 1.2em;
}
header .member-login .small-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  position: absolute;
  top: 55px;
  right: 100px;
}
@media screen and (max-width: 480px) {
  header .member-login .small-link {
    position: static;
    margin-left: 40px;
  }
}
header .member-login form {
  padding: 10px;
  display: inline;
}
@media screen and (max-width: 480px) {
  header .member-login form {
    display: block;
    overflow: hidden;
  }
}
header .member-login input[type=email],
header .member-login input[type=password] {
  width: 150px;
}
@media screen and (max-width: 480px) {
  header .member-login input[type=email],
  header .member-login input[type=password] {
    width: 87%;
    margin-left: 40px;
  }
}
header .member-login button.login {
  margin-left: 5px;
  float: right;
}
header .member-login .member-logged-in .icon-circle.big {
  padding: 8px 10px 10px 10px;
}
header .member-login .member-logged-in p {
  margin-bottom: 0;
}
header .member-login .member-logged-in .left {
  float: left;
  margin-right: 10px;
}
header .member-login .member-logged-in .middle {
  float: left;
  margin-right: 10px;
}
header .member-login .member-logged-in .middle .profile-image {
  width: 20px;
  height: 25px;
}
header .member-login .member-logged-in .right {
  float: left;
}
header .hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 20px;
}
@media screen and (max-width: 480px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger span {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  background: #033076;
  width: 27px;
  height: 3px;
  position: relative;
  margin: 5px 0;
}
header .menu-wrapper {
  margin-top: 100px;
  float: right;
  margin-left: 52px;
}
@media screen and (max-width: 480px) {
  header .menu-wrapper {
    margin-top: 10px;
  }
}
header .mainmenu {
  background: #033076;
  color: #ffffff;
  text-align: right;
  height: 40px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  header .mainmenu {
    height: auto;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
  }
}
header .mainmenu ul.menu {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .mainmenu ul.menu {
    display: none;
  }
}
header .mainmenu ul.menu li {
  display: inline-block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #033076;
}
@media screen and (max-width: 480px) {
  header .mainmenu ul.menu li {
    width: 100%;
  }
  header .mainmenu ul.menu li:last-child {
    margin-bottom: 10px;
  }
}
header .mainmenu ul.menu li:last-child ul.dropdown-menu {
  right: 20px;
}
header .mainmenu ul.menu li:nth-last-child(2) ul.dropdown-menu {
  right: 88px;
}
header .mainmenu ul.menu li span {
  cursor: default;
}
header .mainmenu ul.menu li span,
header .mainmenu ul.menu li a {
  display: inline-block;
  background: #033076;
  color: #ffffff;
  height: 40px;
  padding: 7px 10px;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
header .mainmenu ul.menu li span:hover,
header .mainmenu ul.menu li a:hover {
  background: #ff9900;
}
@media screen and (max-width: 480px) {
  header .mainmenu ul.menu li span,
  header .mainmenu ul.menu li a {
    font-size: 18px;
    padding: 18px 10px 6px 10px;
    line-height: 12px;
  }
}
header .mainmenu ul.menu li ul.dropdown-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin: 0 -1px;
  padding: 0;
  width: 250px;
  position: absolute;
  top: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 480px) {
  header .mainmenu ul.menu li ul.dropdown-menu {
    opacity: 1;
    max-height: 200px;
    position: static;
    overflow: inherit;
    width: auto;
    border-bottom: none;
  }
}
header .mainmenu ul.menu li ul.dropdown-menu li {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  header .mainmenu ul.menu li ul.dropdown-menu li {
    text-align: right;
  }
}
header .mainmenu ul.menu li ul.dropdown-menu li a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .mainmenu ul.menu li ul.dropdown-menu li a {
    font-size: 12px;
    padding: 7px 10px;
    height: 26px;
    line-height: 14px;
  }
}
header .mainmenu ul.menu li.active a {
  background: #ff9900;
}
header .mainmenu ul.menu li:hover ul.dropdown-menu {
  max-height: 400px;
  opacity: 1;
}
header.active .hamburger span:first-child {
  transform: rotate(-45deg);
  top: 8px;
  left: 0;
}
header.active .hamburger span:last-child {
  transform: rotate(45deg);
  left: 0;
  top: -8px;
}
header.active .hamburger span:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  header.active .menu-wrapper nav ul {
    display: block !important;
  }
}
/* HOME */
h1.block-header {
  padding-left: 15px;
  margin: 0 0 .3em 0;
}
h2.block-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 0 .8em 0;
  padding-left: 15px;
  color: #033076;
  margin: 0 0 .3em 0;
}
section.stream,
section.related-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
section.stream.primary,
section.related-news.primary {
  background-color: #033076;
}
section.stream.primary:not(.light),
section.related-news.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.stream.primary:not(.light) h1,
section.related-news.primary:not(.light) h1,
section.stream.primary:not(.light) h2,
section.related-news.primary:not(.light) h2,
section.stream.primary:not(.light) h3,
section.related-news.primary:not(.light) h3,
section.stream.primary:not(.light) h4,
section.related-news.primary:not(.light) h4,
section.stream.primary:not(.light) h5,
section.related-news.primary:not(.light) h5,
section.stream.primary:not(.light) h6,
section.related-news.primary:not(.light) h6,
section.stream.primary:not(.light) .h1,
section.related-news.primary:not(.light) .h1,
section.stream.primary:not(.light) .h2,
section.related-news.primary:not(.light) .h2,
section.stream.primary:not(.light) .h3,
section.related-news.primary:not(.light) .h3,
section.stream.primary:not(.light) .h4,
section.related-news.primary:not(.light) .h4,
section.stream.primary:not(.light) .h5,
section.related-news.primary:not(.light) .h5,
section.stream.primary:not(.light) .h6,
section.related-news.primary:not(.light) .h6 {
  color: #ffffff;
}
section.stream.primary:not(.light) a:not(.button),
section.related-news.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.stream.primary:not(.light) ol li:before,
section.related-news.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.stream.primary:not(.light) ul li:before,
section.related-news.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.stream.primary:not(.light) .list-type-large ol li:before,
section.related-news.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.stream.primary:not(.light) table thead,
section.related-news.primary:not(.light) table thead,
section.stream.primary:not(.light) table tbody,
section.related-news.primary:not(.light) table tbody,
section.stream.primary:not(.light) table tfoot,
section.related-news.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.stream.primary:not(.light) table tr,
section.related-news.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.stream.primary:not(.light) table th,
section.related-news.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.stream.primary:not(.light) hr,
section.related-news.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.stream.primary:not(.light) blockquote,
section.related-news.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.stream.primary:not(.light) blockquote p,
section.related-news.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.stream.primary.light,
section.related-news.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.stream.primary.light h1,
section.related-news.primary.light h1,
section.stream.primary.light h2,
section.related-news.primary.light h2,
section.stream.primary.light h3,
section.related-news.primary.light h3,
section.stream.primary.light h4,
section.related-news.primary.light h4,
section.stream.primary.light h5,
section.related-news.primary.light h5,
section.stream.primary.light h6,
section.related-news.primary.light h6,
section.stream.primary.light .h1,
section.related-news.primary.light .h1,
section.stream.primary.light .h2,
section.related-news.primary.light .h2,
section.stream.primary.light .h3,
section.related-news.primary.light .h3,
section.stream.primary.light .h4,
section.related-news.primary.light .h4,
section.stream.primary.light .h5,
section.related-news.primary.light .h5,
section.stream.primary.light .h6,
section.related-news.primary.light .h6 {
  color: #033076;
}
section.stream.primary.light ol li:before,
section.related-news.primary.light ol li:before {
  color: #033076;
}
section.stream.primary.light ul li:before,
section.related-news.primary.light ul li:before {
  background-color: #033076;
}
section.stream.primary.light .list-type-large ol li:before,
section.related-news.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.stream.primary.dark,
section.related-news.primary.dark {
  background-color: #02265d;
}
section.stream.secondary,
section.related-news.secondary {
  background-color: #ff9900;
}
section.stream.secondary:not(.light),
section.related-news.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.stream.secondary:not(.light) h1,
section.related-news.secondary:not(.light) h1,
section.stream.secondary:not(.light) h2,
section.related-news.secondary:not(.light) h2,
section.stream.secondary:not(.light) h3,
section.related-news.secondary:not(.light) h3,
section.stream.secondary:not(.light) h4,
section.related-news.secondary:not(.light) h4,
section.stream.secondary:not(.light) h5,
section.related-news.secondary:not(.light) h5,
section.stream.secondary:not(.light) h6,
section.related-news.secondary:not(.light) h6,
section.stream.secondary:not(.light) .h1,
section.related-news.secondary:not(.light) .h1,
section.stream.secondary:not(.light) .h2,
section.related-news.secondary:not(.light) .h2,
section.stream.secondary:not(.light) .h3,
section.related-news.secondary:not(.light) .h3,
section.stream.secondary:not(.light) .h4,
section.related-news.secondary:not(.light) .h4,
section.stream.secondary:not(.light) .h5,
section.related-news.secondary:not(.light) .h5,
section.stream.secondary:not(.light) .h6,
section.related-news.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.stream.secondary:not(.light) a:not(.button),
section.related-news.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.stream.secondary:not(.light) ol li:before,
section.related-news.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.stream.secondary:not(.light) ul li:before,
section.related-news.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.stream.secondary:not(.light) .list-type-large ol li:before,
section.related-news.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.stream.secondary:not(.light) table thead,
section.related-news.secondary:not(.light) table thead,
section.stream.secondary:not(.light) table tbody,
section.related-news.secondary:not(.light) table tbody,
section.stream.secondary:not(.light) table tfoot,
section.related-news.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.stream.secondary:not(.light) table tr,
section.related-news.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.stream.secondary:not(.light) table th,
section.related-news.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.stream.secondary:not(.light) hr,
section.related-news.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.stream.secondary:not(.light) blockquote,
section.related-news.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.stream.secondary:not(.light) blockquote p,
section.related-news.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.stream.secondary.light,
section.related-news.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.stream.secondary.light h1,
section.related-news.secondary.light h1,
section.stream.secondary.light h2,
section.related-news.secondary.light h2,
section.stream.secondary.light h3,
section.related-news.secondary.light h3,
section.stream.secondary.light h4,
section.related-news.secondary.light h4,
section.stream.secondary.light h5,
section.related-news.secondary.light h5,
section.stream.secondary.light h6,
section.related-news.secondary.light h6,
section.stream.secondary.light .h1,
section.related-news.secondary.light .h1,
section.stream.secondary.light .h2,
section.related-news.secondary.light .h2,
section.stream.secondary.light .h3,
section.related-news.secondary.light .h3,
section.stream.secondary.light .h4,
section.related-news.secondary.light .h4,
section.stream.secondary.light .h5,
section.related-news.secondary.light .h5,
section.stream.secondary.light .h6,
section.related-news.secondary.light .h6 {
  color: #ff9900;
}
section.stream.secondary.light ol li:before,
section.related-news.secondary.light ol li:before {
  color: #ff9900;
}
section.stream.secondary.light ul li:before,
section.related-news.secondary.light ul li:before {
  background-color: #ff9900;
}
section.stream.secondary.light .list-type-large ol li:before,
section.related-news.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.stream.secondary.dark,
section.related-news.secondary.dark {
  background-color: #e68a00;
}
section.stream.image-background,
section.related-news.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.stream.image-background a:not(.button),
section.related-news.image-background a:not(.button) {
  color: #ffffff;
}
section.stream.image-background ol li:before,
section.related-news.image-background ol li:before {
  color: #ffffff;
}
section.stream.image-background ul li:before,
section.related-news.image-background ul li:before {
  background-color: #ffffff;
}
section.stream.image-background table thead,
section.related-news.image-background table thead,
section.stream.image-background table tbody,
section.related-news.image-background table tbody,
section.stream.image-background table tfoot,
section.related-news.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.stream.image-background table tr,
section.related-news.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.stream.image-background table th,
section.related-news.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.stream.image-background hr,
section.related-news.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.stream.image-background blockquote,
section.related-news.image-background blockquote {
  border-color: #ffffff;
}
section.stream.image-background blockquote p,
section.related-news.image-background blockquote p {
  color: #ffffff;
}
section.stream.image-background.primary,
section.related-news.image-background.primary {
  background-color: #033076;
}
section.stream.image-background.primary a:not(.button),
section.related-news.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.stream.image-background.primary.light,
section.related-news.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.stream.image-background.primary.light h1,
section.related-news.image-background.primary.light h1,
section.stream.image-background.primary.light h2,
section.related-news.image-background.primary.light h2,
section.stream.image-background.primary.light h3,
section.related-news.image-background.primary.light h3,
section.stream.image-background.primary.light h4,
section.related-news.image-background.primary.light h4,
section.stream.image-background.primary.light h5,
section.related-news.image-background.primary.light h5,
section.stream.image-background.primary.light h6,
section.related-news.image-background.primary.light h6,
section.stream.image-background.primary.light .h1,
section.related-news.image-background.primary.light .h1,
section.stream.image-background.primary.light .h2,
section.related-news.image-background.primary.light .h2,
section.stream.image-background.primary.light .h3,
section.related-news.image-background.primary.light .h3,
section.stream.image-background.primary.light .h4,
section.related-news.image-background.primary.light .h4,
section.stream.image-background.primary.light .h5,
section.related-news.image-background.primary.light .h5,
section.stream.image-background.primary.light .h6,
section.related-news.image-background.primary.light .h6 {
  color: #ffffff;
}
section.stream.image-background.secondary,
section.related-news.image-background.secondary {
  background-color: #ff9900;
}
section.stream.image-background.secondary a:not(.button),
section.related-news.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.stream.image-background.secondary.light,
section.related-news.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.stream.image-background.secondary.light h1,
section.related-news.image-background.secondary.light h1,
section.stream.image-background.secondary.light h2,
section.related-news.image-background.secondary.light h2,
section.stream.image-background.secondary.light h3,
section.related-news.image-background.secondary.light h3,
section.stream.image-background.secondary.light h4,
section.related-news.image-background.secondary.light h4,
section.stream.image-background.secondary.light h5,
section.related-news.image-background.secondary.light h5,
section.stream.image-background.secondary.light h6,
section.related-news.image-background.secondary.light h6,
section.stream.image-background.secondary.light .h1,
section.related-news.image-background.secondary.light .h1,
section.stream.image-background.secondary.light .h2,
section.related-news.image-background.secondary.light .h2,
section.stream.image-background.secondary.light .h3,
section.related-news.image-background.secondary.light .h3,
section.stream.image-background.secondary.light .h4,
section.related-news.image-background.secondary.light .h4,
section.stream.image-background.secondary.light .h5,
section.related-news.image-background.secondary.light .h5,
section.stream.image-background.secondary.light .h6,
section.related-news.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.stream.image-background.overlay,
section.related-news.image-background.overlay {
  position: relative;
}
section.stream.image-background.overlay:before,
section.related-news.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.stream.image-background.multiply,
section.related-news.image-background.multiply {
  background-blend-mode: multiply;
}
@media screen and (max-width: 480px) {
  section.stream,
  section.related-news {
    height: 325px;
  }
}
section.stream .slick-list,
section.related-news .slick-list {
  height: 250px;
  margin-bottom: 40px;
  background: #033076;
}
section.stream .slick-arrow,
section.related-news .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}
section.stream .slick-arrow:hover,
section.related-news .slick-arrow:hover {
  background: #ff7d00;
  color: #ffffff;
}
section.stream .slick-arrow:focus,
section.related-news .slick-arrow:focus {
  outline: none;
}
section.stream .slick-next,
section.related-news .slick-next {
  right: 15px;
  padding: 0 12px;
}
@media screen and (max-width: 480px) {
  section.stream .slick-next,
  section.related-news .slick-next {
    display: none !important;
  }
}
section.stream .slick-prev,
section.related-news .slick-prev {
  left: 15px;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  section.stream .slick-prev,
  section.related-news .slick-prev {
    display: none !important;
  }
}
section.stream .slick-dots,
section.related-news .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 480px) {
  section.stream .slick-dots,
  section.related-news .slick-dots {
    display: none !important;
  }
}
section.stream .slick-dots li,
section.related-news .slick-dots li {
  display: inline-block;
}
section.stream .slick-dots li.slick-active button,
section.related-news .slick-dots li.slick-active button {
  background: #ff9900;
}
section.stream .slick-dots li.slick-active button:focus,
section.related-news .slick-dots li.slick-active button:focus {
  outline: none;
}
section.stream .slick-dots li button,
section.related-news .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  background: #dbdbdb;
  margin-left: 10px;
  margin-right: 10px;
}
section.stream .slick-dots li button:focus,
section.related-news .slick-dots li button:focus {
  outline: none;
}
section.stream .slick-dots li button:hover,
section.related-news .slick-dots li button:hover {
  background: #ff9900;
}
section.stream .stream-item,
section.related-news .stream-item {
  height: 250px;
  background: #033076;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
}
@media screen and (max-width: 480px) {
  section.stream .stream-item,
  section.related-news .stream-item {
    height: 325px;
  }
}
section.stream .stream-item .stream-image,
section.related-news .stream-item .stream-image {
  height: 250px;
  float: left;
}
@media screen and (max-width: 480px) {
  section.stream .stream-item .stream-image,
  section.related-news .stream-item .stream-image {
    display: none;
  }
}
section.stream .stream-item .stream-text,
section.related-news .stream-item .stream-text {
  width: 500px;
  padding: 15px 20px;
  color: #ffffff;
  float: left;
}
@media screen and (max-width: 480px) {
  section.stream .stream-item .stream-text,
  section.related-news .stream-item .stream-text {
    width: 100vw;
  }
}
section.stream .stream-item .stream-text .image,
section.related-news .stream-item .stream-text .image {
  display: none;
}
@media screen and (max-width: 480px) {
  section.stream .stream-item .stream-text .image,
  section.related-news .stream-item .stream-text .image {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
  }
}
section.stream .stream-item .stream-text a.stream-link,
section.related-news .stream-item .stream-text a.stream-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #ffffff;
  display: block;
}
section.stream .stream-item .stream-text a.stream-link:hover,
section.related-news .stream-item .stream-text a.stream-link:hover {
  color: #ff9900;
}
section.stream .stream-item .stream-text p.summary,
section.related-news .stream-item .stream-text p.summary {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 8px 0;
}
section.stream .stream-item .meta,
section.related-news .stream-item .meta {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 6px 0;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 480px) {
  section.stream .stream-item .meta,
  section.related-news .stream-item .meta {
    display: none;
  }
}
section.stream .stream-item .mobile-meta,
section.related-news .stream-item .mobile-meta {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 480px) {
  section.stream .stream-item .mobile-meta,
  section.related-news .stream-item .mobile-meta {
    display: block;
  }
}
section.stream .stream-item .category,
section.related-news .stream-item .category {
  text-transform: uppercase;
  float: right;
}
section.stream .stream-item .tags,
section.related-news .stream-item .tags {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 4px 0;
  color: rgba(255, 255, 255, 0.6);
}
section.downloads {
  padding-left: 15px;
  margin: 0 0 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: #f7f7f7;
}
section.downloads.primary {
  background-color: #033076;
}
section.downloads.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.downloads.primary:not(.light) h1,
section.downloads.primary:not(.light) h2,
section.downloads.primary:not(.light) h3,
section.downloads.primary:not(.light) h4,
section.downloads.primary:not(.light) h5,
section.downloads.primary:not(.light) h6,
section.downloads.primary:not(.light) .h1,
section.downloads.primary:not(.light) .h2,
section.downloads.primary:not(.light) .h3,
section.downloads.primary:not(.light) .h4,
section.downloads.primary:not(.light) .h5,
section.downloads.primary:not(.light) .h6 {
  color: #ffffff;
}
section.downloads.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.downloads.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.downloads.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.downloads.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.downloads.primary:not(.light) table thead,
section.downloads.primary:not(.light) table tbody,
section.downloads.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.downloads.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.downloads.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.downloads.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.downloads.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.downloads.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.downloads.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.downloads.primary.light h1,
section.downloads.primary.light h2,
section.downloads.primary.light h3,
section.downloads.primary.light h4,
section.downloads.primary.light h5,
section.downloads.primary.light h6,
section.downloads.primary.light .h1,
section.downloads.primary.light .h2,
section.downloads.primary.light .h3,
section.downloads.primary.light .h4,
section.downloads.primary.light .h5,
section.downloads.primary.light .h6 {
  color: #033076;
}
section.downloads.primary.light ol li:before {
  color: #033076;
}
section.downloads.primary.light ul li:before {
  background-color: #033076;
}
section.downloads.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.downloads.primary.dark {
  background-color: #02265d;
}
section.downloads.secondary {
  background-color: #ff9900;
}
section.downloads.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.downloads.secondary:not(.light) h1,
section.downloads.secondary:not(.light) h2,
section.downloads.secondary:not(.light) h3,
section.downloads.secondary:not(.light) h4,
section.downloads.secondary:not(.light) h5,
section.downloads.secondary:not(.light) h6,
section.downloads.secondary:not(.light) .h1,
section.downloads.secondary:not(.light) .h2,
section.downloads.secondary:not(.light) .h3,
section.downloads.secondary:not(.light) .h4,
section.downloads.secondary:not(.light) .h5,
section.downloads.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.downloads.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.downloads.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.downloads.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.downloads.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.downloads.secondary:not(.light) table thead,
section.downloads.secondary:not(.light) table tbody,
section.downloads.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.downloads.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.downloads.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.downloads.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.downloads.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.downloads.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.downloads.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.downloads.secondary.light h1,
section.downloads.secondary.light h2,
section.downloads.secondary.light h3,
section.downloads.secondary.light h4,
section.downloads.secondary.light h5,
section.downloads.secondary.light h6,
section.downloads.secondary.light .h1,
section.downloads.secondary.light .h2,
section.downloads.secondary.light .h3,
section.downloads.secondary.light .h4,
section.downloads.secondary.light .h5,
section.downloads.secondary.light .h6 {
  color: #ff9900;
}
section.downloads.secondary.light ol li:before {
  color: #ff9900;
}
section.downloads.secondary.light ul li:before {
  background-color: #ff9900;
}
section.downloads.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.downloads.secondary.dark {
  background-color: #e68a00;
}
section.downloads.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.downloads.image-background a:not(.button) {
  color: #ffffff;
}
section.downloads.image-background ol li:before {
  color: #ffffff;
}
section.downloads.image-background ul li:before {
  background-color: #ffffff;
}
section.downloads.image-background table thead,
section.downloads.image-background table tbody,
section.downloads.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.downloads.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.downloads.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.downloads.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.downloads.image-background blockquote {
  border-color: #ffffff;
}
section.downloads.image-background blockquote p {
  color: #ffffff;
}
section.downloads.image-background.primary {
  background-color: #033076;
}
section.downloads.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.downloads.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.downloads.image-background.primary.light h1,
section.downloads.image-background.primary.light h2,
section.downloads.image-background.primary.light h3,
section.downloads.image-background.primary.light h4,
section.downloads.image-background.primary.light h5,
section.downloads.image-background.primary.light h6,
section.downloads.image-background.primary.light .h1,
section.downloads.image-background.primary.light .h2,
section.downloads.image-background.primary.light .h3,
section.downloads.image-background.primary.light .h4,
section.downloads.image-background.primary.light .h5,
section.downloads.image-background.primary.light .h6 {
  color: #ffffff;
}
section.downloads.image-background.secondary {
  background-color: #ff9900;
}
section.downloads.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.downloads.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.downloads.image-background.secondary.light h1,
section.downloads.image-background.secondary.light h2,
section.downloads.image-background.secondary.light h3,
section.downloads.image-background.secondary.light h4,
section.downloads.image-background.secondary.light h5,
section.downloads.image-background.secondary.light h6,
section.downloads.image-background.secondary.light .h1,
section.downloads.image-background.secondary.light .h2,
section.downloads.image-background.secondary.light .h3,
section.downloads.image-background.secondary.light .h4,
section.downloads.image-background.secondary.light .h5,
section.downloads.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.downloads.image-background.overlay {
  position: relative;
}
section.downloads.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.downloads.image-background.multiply {
  background-blend-mode: multiply;
}
section.downloads [data-document-slider] {
  overflow-x: hidden;
}
section.downloads .download-item {
  padding: 10px;
  width: 300px;
  height: 100px;
  border-right: 1px solid #dbdbdb;
  float: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  section.downloads .download-item {
    width: 250px;
  }
}
section.downloads .download-item .category {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 .8em 0;
  text-transform: uppercase;
  line-height: 1em;
}
section.downloads .download-item .download-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
section.downloads .download-item .lock {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
section.downloads .download-item:first-child {
  border-left: 1px solid #dbdbdb;
}
section.downloads .download-item.locked .download-link {
  color: rgba(53, 53, 53, 0.5);
}
.social-bar {
  padding: 20px 0;
  float: right;
}
@media screen and (max-width: 480px) {
  .social-bar {
    padding: 0 0 0 0;
    margin-bottom: 20px;
  }
}
.social-bar .icons {
  text-align: right;
}
.social-bar .icons img {
  margin-right: -1px;
}
.social-bar .input form .form-wrapper {
  position: relative;
}
.social-bar .input form .form-wrapper input[type=text] {
  margin-bottom: 0;
}
.social-bar .input form .form-wrapper input[type=submit] {
  background: url('/img/search.svg') no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.social {
  margin-top: 30px;
  margin-bottom: 30px;
}
.social p {
  display: block;
  float: left;
  margin-right: 10px;
  font-weight: 700;
}
.social a img {
  max-width: 30px;
  padding: 7px !important;
}
.filters-mobile {
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 480px) {
  .filters-mobile {
    display: block;
  }
}
.filters-mobile ul {
  width: 100%;
  padding: 0;
}
.filters-mobile ul li {
  padding: 3px 10px 3px 20px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
}
.filters-mobile ul li a {
  font-weight: 600;
  color: #033076;
  opacity: 0.5;
}
.filters-mobile ul li a:hover {
  opacity: 1;
}
.filters-mobile ul li.active a {
  width: 100%;
  display: block;
  opacity: 1;
  background-image: url('/img/close.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
.filters-mobile ul li:last-child {
  border: none;
}
.filters-mobile form {
  margin-top: 25px;
}
.filters-mobile form .form-row {
  height: 35px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 5px;
}
.filters-mobile form .form-row p {
  font-weight: 700;
  margin: 0;
  float: left;
}
.filters-mobile form .form-row a.reset {
  float: right;
  text-align: right;
}
.filters-mobile form .form-row label {
  width: 100%;
  display: block;
  float: left;
  line-height: 35px;
  font-weight: 600;
}
.filters-mobile form .form-row select {
  width: 49%;
  height: 35px;
  float: left;
  border: none;
  color: #033076;
  padding: 0 2px;
  box-sizing: border-box;
  font-weight: 700;
}
.filters-mobile form .form-row select.left {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
}
.filters-mobile form .form-row select.right {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.filters-mobile form .form-row:last-child {
  margin-top: 15px;
}
.filters-mobile .group p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 20px;
}
.filters-mobile .interests {
  padding: 3px 20px;
}
.filters-mobile .interests p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
section.events,
section.news,
section.blogs {
  margin: 0 0 30px 0;
}
section.events .highlighted,
section.news .highlighted,
section.blogs .highlighted {
  margin: 0 0 30px 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #033076;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
section.events .highlighted .highlight-image,
section.news .highlighted .highlight-image,
section.blogs .highlighted .highlight-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 150px;
}
@media screen and (max-width: 480px) {
  section.events .highlighted .highlight-image,
  section.news .highlighted .highlight-image,
  section.blogs .highlighted .highlight-image {
    position: relative;
  }
}
section.events .highlighted .highlight-image .lock,
section.news .highlighted .highlight-image .lock,
section.blogs .highlighted .highlight-image .lock {
  position: absolute;
  right: 10px;
  bottom: 119px;
}
@media screen and (max-width: 480px) {
  section.events .highlighted .highlight-image .lock,
  section.news .highlighted .highlight-image .lock,
  section.blogs .highlighted .highlight-image .lock {
    bottom: 10px;
  }
}
section.events .highlighted .event-text,
section.news .highlighted .event-text,
section.blogs .highlighted .event-text {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  float: left;
}
section.events .highlighted .event-text a,
section.news .highlighted .event-text a,
section.blogs .highlighted .event-text a {
  float: left;
  margin: 0;
}
section.events .highlighted .event-text .extern,
section.news .highlighted .event-text .extern,
section.blogs .highlighted .event-text .extern {
  display: block;
  width: 19px;
  height: 18px;
  mask: url('/img/external-link.svg') no-repeat;
  -webkit-mask: url('/img/external-link.svg') no-repeat;
  background-color: #ffffff;
  float: right;
  margin-left: 5px;
  margin-top: 5px;
}
section.events .highlighted .event-text .location,
section.news .highlighted .event-text .location,
section.blogs .highlighted .event-text .location {
  height: 29px;
  float: left;
  width: 100%;
}
section.events .highlighted .event-text .date,
section.news .highlighted .event-text .date,
section.blogs .highlighted .event-text .date {
  float: left;
  display: block;
  width: 100%;
}
section.events ul li,
section.news ul li,
section.blogs ul li {
  background: #033076;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
section.events ul li .event-text,
section.news ul li .event-text,
section.blogs ul li .event-text,
section.events ul li .news-text,
section.news ul li .news-text,
section.blogs ul li .news-text,
section.events ul li .blog-text,
section.news ul li .blog-text,
section.blogs ul li .blog-text {
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 125px;
  padding-top: 11px;
  height: 105px;
}
@media screen and (max-width: 480px) {
  section.events ul li .event-text,
  section.news ul li .event-text,
  section.blogs ul li .event-text,
  section.events ul li .news-text,
  section.news ul li .news-text,
  section.blogs ul li .news-text,
  section.events ul li .blog-text,
  section.news ul li .blog-text,
  section.blogs ul li .blog-text {
    height: 135px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  section.events ul li .event-text,
  section.news ul li .event-text,
  section.blogs ul li .event-text,
  section.events ul li .news-text,
  section.news ul li .news-text,
  section.blogs ul li .news-text,
  section.events ul li .blog-text,
  section.news ul li .blog-text,
  section.blogs ul li .blog-text {
    float: inherit;
    height: 155px;
  }
}
section.events ul li .event-text a.event-link,
section.news ul li .event-text a.event-link,
section.blogs ul li .event-text a.event-link,
section.events ul li .news-text a.event-link,
section.news ul li .news-text a.event-link,
section.blogs ul li .news-text a.event-link,
section.events ul li .blog-text a.event-link,
section.news ul li .blog-text a.event-link,
section.blogs ul li .blog-text a.event-link,
section.events ul li .event-text a.news-link,
section.news ul li .event-text a.news-link,
section.blogs ul li .event-text a.news-link,
section.events ul li .news-text a.news-link,
section.news ul li .news-text a.news-link,
section.blogs ul li .news-text a.news-link,
section.events ul li .blog-text a.news-link,
section.news ul li .blog-text a.news-link,
section.blogs ul li .blog-text a.news-link,
section.events ul li .event-text a.blog-link,
section.news ul li .event-text a.blog-link,
section.blogs ul li .event-text a.blog-link,
section.events ul li .news-text a.blog-link,
section.news ul li .news-text a.blog-link,
section.blogs ul li .news-text a.blog-link,
section.events ul li .blog-text a.blog-link,
section.news ul li .blog-text a.blog-link,
section.blogs ul li .blog-text a.blog-link {
  margin: 0;
}
section.events ul li .event-text a.mobile-event-link,
section.news ul li .event-text a.mobile-event-link,
section.blogs ul li .event-text a.mobile-event-link,
section.events ul li .news-text a.mobile-event-link,
section.news ul li .news-text a.mobile-event-link,
section.blogs ul li .news-text a.mobile-event-link,
section.events ul li .blog-text a.mobile-event-link,
section.news ul li .blog-text a.mobile-event-link,
section.blogs ul li .blog-text a.mobile-event-link {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #ffffff;
  float: left;
  line-height: 1.4em;
}
section.events ul li .event-text a.mobile-event-link:hover,
section.news ul li .event-text a.mobile-event-link:hover,
section.blogs ul li .event-text a.mobile-event-link:hover,
section.events ul li .news-text a.mobile-event-link:hover,
section.news ul li .news-text a.mobile-event-link:hover,
section.blogs ul li .news-text a.mobile-event-link:hover,
section.events ul li .blog-text a.mobile-event-link:hover,
section.news ul li .blog-text a.mobile-event-link:hover,
section.blogs ul li .blog-text a.mobile-event-link:hover {
  color: #ff9900;
}
@media screen and (max-width: 480px) {
  section.events ul li .event-text a.mobile-event-link,
  section.news ul li .event-text a.mobile-event-link,
  section.blogs ul li .event-text a.mobile-event-link,
  section.events ul li .news-text a.mobile-event-link,
  section.news ul li .news-text a.mobile-event-link,
  section.blogs ul li .news-text a.mobile-event-link,
  section.events ul li .blog-text a.mobile-event-link,
  section.news ul li .blog-text a.mobile-event-link,
  section.blogs ul li .blog-text a.mobile-event-link {
    display: block;
  }
}
section.events ul li .event-text .extern,
section.news ul li .event-text .extern,
section.blogs ul li .event-text .extern,
section.events ul li .news-text .extern,
section.news ul li .news-text .extern,
section.blogs ul li .news-text .extern,
section.events ul li .blog-text .extern,
section.news ul li .blog-text .extern,
section.blogs ul li .blog-text .extern {
  display: block;
  width: 19px;
  height: 18px;
  -webkit-mask: url('/img/external-link.svg') no-repeat;
  mask: url('/img/external-link.svg') no-repeat;
  background-color: #ffffff;
  float: right;
  position: relative;
  top: 6px;
  left: 5px;
}
section.events ul li .event-text .location,
section.news ul li .event-text .location,
section.blogs ul li .event-text .location,
section.events ul li .news-text .location,
section.news ul li .news-text .location,
section.blogs ul li .news-text .location,
section.events ul li .blog-text .location,
section.news ul li .blog-text .location,
section.blogs ul li .blog-text .location {
  height: 29px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 480px) {
  section.events ul li .event-text .location,
  section.news ul li .event-text .location,
  section.blogs ul li .event-text .location,
  section.events ul li .news-text .location,
  section.news ul li .news-text .location,
  section.blogs ul li .news-text .location,
  section.events ul li .blog-text .location,
  section.news ul li .blog-text .location,
  section.blogs ul li .blog-text .location {
    height: auto;
  }
}
section.events ul li .event-text .date,
section.news ul li .event-text .date,
section.blogs ul li .event-text .date,
section.events ul li .news-text .date,
section.news ul li .news-text .date,
section.blogs ul li .news-text .date,
section.events ul li .blog-text .date,
section.news ul li .blog-text .date,
section.blogs ul li .blog-text .date {
  display: block;
  float: left;
}
@media screen and (max-width: 480px) {
  section.events ul li .event-text .date,
  section.news ul li .event-text .date,
  section.blogs ul li .event-text .date,
  section.events ul li .news-text .date,
  section.news ul li .news-text .date,
  section.blogs ul li .news-text .date,
  section.events ul li .blog-text .date,
  section.news ul li .blog-text .date,
  section.blogs ul li .blog-text .date {
    font-size: 12px;
  }
}
section.events ul li:first-child,
section.news ul li:first-child,
section.blogs ul li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
section.events ul li:first-child .event-image,
section.news ul li:first-child .event-image,
section.blogs ul li:first-child .event-image {
  border-top: 1px solid #033076;
}
section.events ul li:last-child,
section.news ul li:last-child,
section.blogs ul li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
section.events ul .event-image,
section.news ul .event-image,
section.blogs ul .event-image,
section.events ul .news-image,
section.news ul .news-image,
section.blogs ul .news-image,
section.events ul .blog-image,
section.news ul .blog-image,
section.blogs ul .blog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 105px;
  height: 105px;
  float: left;
  margin-right: 20px;
  background-color: #ffffff;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #033076;
  border-left: 1px solid #033076;
}
@media screen and (max-width: 480px) {
  section.events ul .event-image,
  section.news ul .event-image,
  section.blogs ul .event-image,
  section.events ul .news-image,
  section.news ul .news-image,
  section.blogs ul .news-image,
  section.events ul .blog-image,
  section.news ul .blog-image,
  section.blogs ul .blog-image {
    position: relative;
  }
}
section.events ul .event-image img,
section.news ul .event-image img,
section.blogs ul .event-image img,
section.events ul .news-image img,
section.news ul .news-image img,
section.blogs ul .news-image img,
section.events ul .blog-image img,
section.news ul .blog-image img,
section.blogs ul .blog-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.events ul .event-image .lock,
section.news ul .event-image .lock,
section.blogs ul .event-image .lock,
section.events ul .news-image .lock,
section.news ul .news-image .lock,
section.blogs ul .news-image .lock,
section.events ul .blog-image .lock,
section.news ul .blog-image .lock,
section.blogs ul .blog-image .lock {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
section.events ul .event-image .lock img,
section.news ul .event-image .lock img,
section.blogs ul .event-image .lock img,
section.events ul .news-image .lock img,
section.news ul .news-image .lock img,
section.blogs ul .news-image .lock img,
section.events ul .blog-image .lock img,
section.news ul .blog-image .lock img,
section.blogs ul .blog-image .lock img {
  position: static;
  transform: none;
}
@media screen and (max-width: 480px) {
  section.events ul .event-image .lock,
  section.news ul .event-image .lock,
  section.blogs ul .event-image .lock,
  section.events ul .news-image .lock,
  section.news ul .news-image .lock,
  section.blogs ul .news-image .lock,
  section.events ul .blog-image .lock,
  section.news ul .blog-image .lock,
  section.blogs ul .blog-image .lock {
    right: 10px;
    bottom: 10px;
  }
}
section.events a.event-link,
section.news a.event-link,
section.blogs a.event-link,
section.events a.news-link,
section.news a.news-link,
section.blogs a.news-link,
section.events a.blog-link,
section.news a.blog-link,
section.blogs a.blog-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #ffffff;
  float: left;
  line-height: 1.4em;
}
section.events a.event-link:hover,
section.news a.event-link:hover,
section.blogs a.event-link:hover,
section.events a.news-link:hover,
section.news a.news-link:hover,
section.blogs a.news-link:hover,
section.events a.blog-link:hover,
section.news a.blog-link:hover,
section.blogs a.blog-link:hover {
  color: #ff9900;
}
section.events .location,
section.news .location,
section.blogs .location,
section.events .date,
section.news .date,
section.blogs .date,
section.events .category,
section.news .category,
section.blogs .category {
  color: rgba(255, 255, 255, 0.8);
}
section.events .category,
section.news .category,
section.blogs .category {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  section.events .category,
  section.news .category,
  section.blogs .category {
    display: block;
    position: relative;
    padding: 5px 0 0 0;
    float: right;
  }
}
section.events .bottom-links,
section.news .bottom-links,
section.blogs .bottom-links {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: #033076;
}
section.events .bottom-links a,
section.news .bottom-links a,
section.blogs .bottom-links a {
  color: #ffffff;
}
section.events .bottom-links a:hover,
section.news .bottom-links a:hover,
section.blogs .bottom-links a:hover {
  color: #ff9900;
}
.news-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.news-item.primary {
  background-color: #033076;
}
.news-item.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.news-item.primary:not(.light) h1,
.news-item.primary:not(.light) h2,
.news-item.primary:not(.light) h3,
.news-item.primary:not(.light) h4,
.news-item.primary:not(.light) h5,
.news-item.primary:not(.light) h6,
.news-item.primary:not(.light) .h1,
.news-item.primary:not(.light) .h2,
.news-item.primary:not(.light) .h3,
.news-item.primary:not(.light) .h4,
.news-item.primary:not(.light) .h5,
.news-item.primary:not(.light) .h6 {
  color: #ffffff;
}
.news-item.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
.news-item.primary:not(.light) ol li:before {
  color: #ffffff;
}
.news-item.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.news-item.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
.news-item.primary:not(.light) table thead,
.news-item.primary:not(.light) table tbody,
.news-item.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.news-item.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news-item.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.news-item.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.news-item.primary:not(.light) blockquote {
  border-color: #ffffff;
}
.news-item.primary:not(.light) blockquote p {
  color: #ffffff;
}
.news-item.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
.news-item.primary.light h1,
.news-item.primary.light h2,
.news-item.primary.light h3,
.news-item.primary.light h4,
.news-item.primary.light h5,
.news-item.primary.light h6,
.news-item.primary.light .h1,
.news-item.primary.light .h2,
.news-item.primary.light .h3,
.news-item.primary.light .h4,
.news-item.primary.light .h5,
.news-item.primary.light .h6 {
  color: #033076;
}
.news-item.primary.light ol li:before {
  color: #033076;
}
.news-item.primary.light ul li:before {
  background-color: #033076;
}
.news-item.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
.news-item.primary.dark {
  background-color: #02265d;
}
.news-item.secondary {
  background-color: #ff9900;
}
.news-item.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.news-item.secondary:not(.light) h1,
.news-item.secondary:not(.light) h2,
.news-item.secondary:not(.light) h3,
.news-item.secondary:not(.light) h4,
.news-item.secondary:not(.light) h5,
.news-item.secondary:not(.light) h6,
.news-item.secondary:not(.light) .h1,
.news-item.secondary:not(.light) .h2,
.news-item.secondary:not(.light) .h3,
.news-item.secondary:not(.light) .h4,
.news-item.secondary:not(.light) .h5,
.news-item.secondary:not(.light) .h6 {
  color: #ffffff;
}
.news-item.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
.news-item.secondary:not(.light) ol li:before {
  color: #ffffff;
}
.news-item.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.news-item.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
.news-item.secondary:not(.light) table thead,
.news-item.secondary:not(.light) table tbody,
.news-item.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.news-item.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news-item.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.news-item.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.news-item.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
.news-item.secondary:not(.light) blockquote p {
  color: #ffffff;
}
.news-item.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
.news-item.secondary.light h1,
.news-item.secondary.light h2,
.news-item.secondary.light h3,
.news-item.secondary.light h4,
.news-item.secondary.light h5,
.news-item.secondary.light h6,
.news-item.secondary.light .h1,
.news-item.secondary.light .h2,
.news-item.secondary.light .h3,
.news-item.secondary.light .h4,
.news-item.secondary.light .h5,
.news-item.secondary.light .h6 {
  color: #ff9900;
}
.news-item.secondary.light ol li:before {
  color: #ff9900;
}
.news-item.secondary.light ul li:before {
  background-color: #ff9900;
}
.news-item.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
.news-item.secondary.dark {
  background-color: #e68a00;
}
.news-item.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.news-item.image-background a:not(.button) {
  color: #ffffff;
}
.news-item.image-background ol li:before {
  color: #ffffff;
}
.news-item.image-background ul li:before {
  background-color: #ffffff;
}
.news-item.image-background table thead,
.news-item.image-background table tbody,
.news-item.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.news-item.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news-item.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.news-item.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.news-item.image-background blockquote {
  border-color: #ffffff;
}
.news-item.image-background blockquote p {
  color: #ffffff;
}
.news-item.image-background.primary {
  background-color: #033076;
}
.news-item.image-background.primary a:not(.button) {
  color: #ffffff;
}
.news-item.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
.news-item.image-background.primary.light h1,
.news-item.image-background.primary.light h2,
.news-item.image-background.primary.light h3,
.news-item.image-background.primary.light h4,
.news-item.image-background.primary.light h5,
.news-item.image-background.primary.light h6,
.news-item.image-background.primary.light .h1,
.news-item.image-background.primary.light .h2,
.news-item.image-background.primary.light .h3,
.news-item.image-background.primary.light .h4,
.news-item.image-background.primary.light .h5,
.news-item.image-background.primary.light .h6 {
  color: #ffffff;
}
.news-item.image-background.secondary {
  background-color: #ff9900;
}
.news-item.image-background.secondary a:not(.button) {
  color: #ffffff;
}
.news-item.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
.news-item.image-background.secondary.light h1,
.news-item.image-background.secondary.light h2,
.news-item.image-background.secondary.light h3,
.news-item.image-background.secondary.light h4,
.news-item.image-background.secondary.light h5,
.news-item.image-background.secondary.light h6,
.news-item.image-background.secondary.light .h1,
.news-item.image-background.secondary.light .h2,
.news-item.image-background.secondary.light .h3,
.news-item.image-background.secondary.light .h4,
.news-item.image-background.secondary.light .h5,
.news-item.image-background.secondary.light .h6 {
  color: #ffffff;
}
.news-item.image-background.overlay {
  position: relative;
}
.news-item.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
.news-item.image-background.multiply {
  background-blend-mode: multiply;
}
section.news ul li .news-image,
section.blogs ul li .news-image,
section.news ul li .blog-image,
section.blogs ul li .blog-image {
  width: 210px;
  height: 204px;
}
@media screen and (max-width: 480px) {
  section.news ul li .news-image,
  section.blogs ul li .news-image,
  section.news ul li .blog-image,
  section.blogs ul li .blog-image {
    width: 100%;
  }
}
section.news ul li .blog-image,
section.blogs ul li .blog-image {
  height: 175px;
}
section.news ul li .news-text,
section.blogs ul li .news-text,
section.news ul li .blog-text,
section.blogs ul li .blog-text {
  height: auto;
  padding-left: 230px;
}
@media screen and (max-width: 480px) {
  section.news ul li .news-text,
  section.blogs ul li .news-text,
  section.news ul li .blog-text,
  section.blogs ul li .blog-text {
    padding-left: 20px;
    overflow: hidden;
  }
}
section.news ul li .news-text .date,
section.blogs ul li .news-text .date,
section.news ul li .blog-text .date,
section.blogs ul li .blog-text .date {
  width: 100%;
  margin-bottom: 4px;
}
section.news ul li .news-text a.news-link,
section.blogs ul li .news-text a.news-link,
section.news ul li .blog-text a.news-link,
section.blogs ul li .blog-text a.news-link,
section.news ul li .news-text a.blog-link,
section.blogs ul li .news-text a.blog-link,
section.news ul li .blog-text a.blog-link,
section.blogs ul li .blog-text a.blog-link {
  width: 100%;
  font-size: 20px;
  margin-bottom: .5em;
}
section.news ul li .news-text p,
section.blogs ul li .news-text p,
section.news ul li .blog-text p,
section.blogs ul li .blog-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: .5em;
}
section.news ul li .news-text .tags,
section.blogs ul li .news-text .tags,
section.news ul li .blog-text .tags,
section.blogs ul li .blog-text .tags {
  display: block;
  color: #dbdbdb;
  width: 100%;
  margin: 0 0 4px 0;
}
.login-register-block {
  margin-top: 30px;
}
.login-register-block h2 {
  margin-bottom: 5px;
  line-height: 1.3em;
}
.login-register-block .login-block {
  position: relative;
  padding: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.login-register-block .login-block form {
  margin-top: 10px;
}
.login-register-block .login-block form button.login {
  float: left;
  position: relative;
  bottom: 0;
}
.login-register-block .login-block .small-link.register {
  float: right;
  position: relative;
  bottom: -5px;
}
.login-register-block .register-block {
  position: relative;
  padding: 15px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.login-register-block .register-block p {
  font-weight: 700;
}
.login-register-block .register-block ul {
  margin-bottom: 12px;
}
.login-register-block .register-block ul li {
  font-weight: 700;
}
.login-register-block .register-block ul li .icon-circle {
  width: 20px;
  height: 20px;
  line-height: 22px;
}
.login-register-block .register-block ul li .icon-circle img {
  max-width: 50%;
}
.login-register-block .register-block a {
  float: right;
  padding: 0px 15px;
}
article.event,
article.news,
article.blog {
  position: relative;
  margin-bottom: 25px;
}
article.event .location-date,
article.news .location-date,
article.blog .location-date {
  color: #b4b4b4;
  padding-left: 0;
}
article.event .location-date .location,
article.news .location-date .location,
article.blog .location-date .location {
  float: left;
  font-weight: 700;
}
article.event .location-date .location:after,
article.news .location-date .location:after,
article.blog .location-date .location:after {
  content: "|";
}
@media screen and (max-width: 480px) {
  article.event .location-date .location:after,
  article.news .location-date .location:after,
  article.blog .location-date .location:after {
    content: "";
  }
}
article.event ul,
article.news ul,
article.blog ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
article.event ul li,
article.news ul li,
article.blog ul li {
  position: relative;
}
article.event ul li:before,
article.news ul li:before,
article.blog ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #033076;
  position: absolute;
  left: -20px;
  top: 9px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
article.event .date,
article.news .date,
article.blog .date {
  float: left;
  margin-left: 2px;
  font-weight: 700;
  color: #b4b4b4;
  padding-left: 0;
}
article.event .category,
article.news .category,
article.blog .category {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  article.event .category,
  article.news .category,
  article.blog .category {
    display: block;
    position: relative;
    padding: 5px 0 0 0;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  article.event h1,
  article.news h1,
  article.blog h1 {
    width: 100%;
    float: left;
  }
}
article.event .content p.excerpt,
article.news .content p.excerpt,
article.blog .content p.excerpt {
  font-weight: 700;
  margin-bottom: 20px;
}
article.event .button,
article.news .button,
article.blog .button {
  padding: 2px 15px;
  margin-right: 20px;
}
article.event .tags,
article.news .tags,
article.blog .tags {
  color: #b4b4b4;
  padding-bottom: 10px;
  padding-top: 10px;
}
section.videos {
  margin-bottom: 30px;
}
section.videos h2 {
  float: left;
}
section.videos .channel-link {
  float: right;
  margin-top: 7px;
}
section.videos .video .video-wrapper {
  padding-bottom: 0;
  background-color: #f7f7f7;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
section.videos .video .video-wrapper iframe.video {
  position: static;
  width: 100%;
  height: auto;
}
section.videos .video .video-wrapper p {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
section.video {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 480px) {
  section.video .block-header {
    font-size: 22px;
  }
}
section.video .block-header span {
  background: url('/img/youtube.svg') no-repeat;
  background-position: bottom;
  height: 31px;
  width: 31px;
  display: block;
  float: right;
}
section.video a i {
  margin-left: 3px;
  font-size: 18px;
}
section.twitter {
  margin: 0 0 30px 0;
}
section.twitter .block-header span {
  background: url('/img/twitter.svg') no-repeat;
  background-position: bottom;
  height: 31px;
  width: 31px;
  display: block;
  float: right;
  cursor: pointer;
}
section.twitter ul li {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #dbdbdb;
}
section.twitter ul li:last-child {
  border: none;
}
section.twitter a i {
  margin-left: 3px;
  font-size: 18px;
}
section.banner {
  background-color: #ff9900;
  text-align: center;
}
section.banner .link {
  padding: 20px 0;
}
section.quicklinks {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}
section.quicklinks.primary {
  background-color: #033076;
}
section.quicklinks.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.quicklinks.primary:not(.light) h1,
section.quicklinks.primary:not(.light) h2,
section.quicklinks.primary:not(.light) h3,
section.quicklinks.primary:not(.light) h4,
section.quicklinks.primary:not(.light) h5,
section.quicklinks.primary:not(.light) h6,
section.quicklinks.primary:not(.light) .h1,
section.quicklinks.primary:not(.light) .h2,
section.quicklinks.primary:not(.light) .h3,
section.quicklinks.primary:not(.light) .h4,
section.quicklinks.primary:not(.light) .h5,
section.quicklinks.primary:not(.light) .h6 {
  color: #ffffff;
}
section.quicklinks.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.quicklinks.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.quicklinks.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.quicklinks.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.quicklinks.primary:not(.light) table thead,
section.quicklinks.primary:not(.light) table tbody,
section.quicklinks.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.quicklinks.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.quicklinks.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.quicklinks.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.quicklinks.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.quicklinks.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.quicklinks.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.quicklinks.primary.light h1,
section.quicklinks.primary.light h2,
section.quicklinks.primary.light h3,
section.quicklinks.primary.light h4,
section.quicklinks.primary.light h5,
section.quicklinks.primary.light h6,
section.quicklinks.primary.light .h1,
section.quicklinks.primary.light .h2,
section.quicklinks.primary.light .h3,
section.quicklinks.primary.light .h4,
section.quicklinks.primary.light .h5,
section.quicklinks.primary.light .h6 {
  color: #033076;
}
section.quicklinks.primary.light ol li:before {
  color: #033076;
}
section.quicklinks.primary.light ul li:before {
  background-color: #033076;
}
section.quicklinks.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.quicklinks.primary.dark {
  background-color: #02265d;
}
section.quicklinks.secondary {
  background-color: #ff9900;
}
section.quicklinks.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.quicklinks.secondary:not(.light) h1,
section.quicklinks.secondary:not(.light) h2,
section.quicklinks.secondary:not(.light) h3,
section.quicklinks.secondary:not(.light) h4,
section.quicklinks.secondary:not(.light) h5,
section.quicklinks.secondary:not(.light) h6,
section.quicklinks.secondary:not(.light) .h1,
section.quicklinks.secondary:not(.light) .h2,
section.quicklinks.secondary:not(.light) .h3,
section.quicklinks.secondary:not(.light) .h4,
section.quicklinks.secondary:not(.light) .h5,
section.quicklinks.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.quicklinks.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.quicklinks.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.quicklinks.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.quicklinks.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.quicklinks.secondary:not(.light) table thead,
section.quicklinks.secondary:not(.light) table tbody,
section.quicklinks.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.quicklinks.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.quicklinks.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.quicklinks.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.quicklinks.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.quicklinks.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.quicklinks.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.quicklinks.secondary.light h1,
section.quicklinks.secondary.light h2,
section.quicklinks.secondary.light h3,
section.quicklinks.secondary.light h4,
section.quicklinks.secondary.light h5,
section.quicklinks.secondary.light h6,
section.quicklinks.secondary.light .h1,
section.quicklinks.secondary.light .h2,
section.quicklinks.secondary.light .h3,
section.quicklinks.secondary.light .h4,
section.quicklinks.secondary.light .h5,
section.quicklinks.secondary.light .h6 {
  color: #ff9900;
}
section.quicklinks.secondary.light ol li:before {
  color: #ff9900;
}
section.quicklinks.secondary.light ul li:before {
  background-color: #ff9900;
}
section.quicklinks.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.quicklinks.secondary.dark {
  background-color: #e68a00;
}
section.quicklinks.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.quicklinks.image-background a:not(.button) {
  color: #ffffff;
}
section.quicklinks.image-background ol li:before {
  color: #ffffff;
}
section.quicklinks.image-background ul li:before {
  background-color: #ffffff;
}
section.quicklinks.image-background table thead,
section.quicklinks.image-background table tbody,
section.quicklinks.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.quicklinks.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.quicklinks.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.quicklinks.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.quicklinks.image-background blockquote {
  border-color: #ffffff;
}
section.quicklinks.image-background blockquote p {
  color: #ffffff;
}
section.quicklinks.image-background.primary {
  background-color: #033076;
}
section.quicklinks.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.quicklinks.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.quicklinks.image-background.primary.light h1,
section.quicklinks.image-background.primary.light h2,
section.quicklinks.image-background.primary.light h3,
section.quicklinks.image-background.primary.light h4,
section.quicklinks.image-background.primary.light h5,
section.quicklinks.image-background.primary.light h6,
section.quicklinks.image-background.primary.light .h1,
section.quicklinks.image-background.primary.light .h2,
section.quicklinks.image-background.primary.light .h3,
section.quicklinks.image-background.primary.light .h4,
section.quicklinks.image-background.primary.light .h5,
section.quicklinks.image-background.primary.light .h6 {
  color: #ffffff;
}
section.quicklinks.image-background.secondary {
  background-color: #ff9900;
}
section.quicklinks.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.quicklinks.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.quicklinks.image-background.secondary.light h1,
section.quicklinks.image-background.secondary.light h2,
section.quicklinks.image-background.secondary.light h3,
section.quicklinks.image-background.secondary.light h4,
section.quicklinks.image-background.secondary.light h5,
section.quicklinks.image-background.secondary.light h6,
section.quicklinks.image-background.secondary.light .h1,
section.quicklinks.image-background.secondary.light .h2,
section.quicklinks.image-background.secondary.light .h3,
section.quicklinks.image-background.secondary.light .h4,
section.quicklinks.image-background.secondary.light .h5,
section.quicklinks.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.quicklinks.image-background.overlay {
  position: relative;
}
section.quicklinks.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.quicklinks.image-background.multiply {
  background-blend-mode: multiply;
}
section.members {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}
section.members.primary {
  background-color: #033076;
}
section.members.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members.primary:not(.light) h1,
section.members.primary:not(.light) h2,
section.members.primary:not(.light) h3,
section.members.primary:not(.light) h4,
section.members.primary:not(.light) h5,
section.members.primary:not(.light) h6,
section.members.primary:not(.light) .h1,
section.members.primary:not(.light) .h2,
section.members.primary:not(.light) .h3,
section.members.primary:not(.light) .h4,
section.members.primary:not(.light) .h5,
section.members.primary:not(.light) .h6 {
  color: #ffffff;
}
section.members.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.members.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.members.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.members.primary:not(.light) table thead,
section.members.primary:not(.light) table tbody,
section.members.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.members.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.members.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.members.primary.light h1,
section.members.primary.light h2,
section.members.primary.light h3,
section.members.primary.light h4,
section.members.primary.light h5,
section.members.primary.light h6,
section.members.primary.light .h1,
section.members.primary.light .h2,
section.members.primary.light .h3,
section.members.primary.light .h4,
section.members.primary.light .h5,
section.members.primary.light .h6 {
  color: #033076;
}
section.members.primary.light ol li:before {
  color: #033076;
}
section.members.primary.light ul li:before {
  background-color: #033076;
}
section.members.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.members.primary.dark {
  background-color: #02265d;
}
section.members.secondary {
  background-color: #ff9900;
}
section.members.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members.secondary:not(.light) h1,
section.members.secondary:not(.light) h2,
section.members.secondary:not(.light) h3,
section.members.secondary:not(.light) h4,
section.members.secondary:not(.light) h5,
section.members.secondary:not(.light) h6,
section.members.secondary:not(.light) .h1,
section.members.secondary:not(.light) .h2,
section.members.secondary:not(.light) .h3,
section.members.secondary:not(.light) .h4,
section.members.secondary:not(.light) .h5,
section.members.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.members.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.members.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.members.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.members.secondary:not(.light) table thead,
section.members.secondary:not(.light) table tbody,
section.members.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.members.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.members.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.members.secondary.light h1,
section.members.secondary.light h2,
section.members.secondary.light h3,
section.members.secondary.light h4,
section.members.secondary.light h5,
section.members.secondary.light h6,
section.members.secondary.light .h1,
section.members.secondary.light .h2,
section.members.secondary.light .h3,
section.members.secondary.light .h4,
section.members.secondary.light .h5,
section.members.secondary.light .h6 {
  color: #ff9900;
}
section.members.secondary.light ol li:before {
  color: #ff9900;
}
section.members.secondary.light ul li:before {
  background-color: #ff9900;
}
section.members.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.members.secondary.dark {
  background-color: #e68a00;
}
section.members.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members.image-background a:not(.button) {
  color: #ffffff;
}
section.members.image-background ol li:before {
  color: #ffffff;
}
section.members.image-background ul li:before {
  background-color: #ffffff;
}
section.members.image-background table thead,
section.members.image-background table tbody,
section.members.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members.image-background blockquote {
  border-color: #ffffff;
}
section.members.image-background blockquote p {
  color: #ffffff;
}
section.members.image-background.primary {
  background-color: #033076;
}
section.members.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.members.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.members.image-background.primary.light h1,
section.members.image-background.primary.light h2,
section.members.image-background.primary.light h3,
section.members.image-background.primary.light h4,
section.members.image-background.primary.light h5,
section.members.image-background.primary.light h6,
section.members.image-background.primary.light .h1,
section.members.image-background.primary.light .h2,
section.members.image-background.primary.light .h3,
section.members.image-background.primary.light .h4,
section.members.image-background.primary.light .h5,
section.members.image-background.primary.light .h6 {
  color: #ffffff;
}
section.members.image-background.secondary {
  background-color: #ff9900;
}
section.members.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.members.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.members.image-background.secondary.light h1,
section.members.image-background.secondary.light h2,
section.members.image-background.secondary.light h3,
section.members.image-background.secondary.light h4,
section.members.image-background.secondary.light h5,
section.members.image-background.secondary.light h6,
section.members.image-background.secondary.light .h1,
section.members.image-background.secondary.light .h2,
section.members.image-background.secondary.light .h3,
section.members.image-background.secondary.light .h4,
section.members.image-background.secondary.light .h5,
section.members.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.members.image-background.overlay {
  position: relative;
}
section.members.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.members.image-background.multiply {
  background-blend-mode: multiply;
}
section.members .icon-circle {
  padding: 7px;
}
section.members img.member-icon {
  display: inline-block;
  height: 22px;
}
section.members .member-stats {
  color: #033076;
  margin: 30px 0;
}
section.members .member-stats .icon-circle {
  margin-right: 26px;
}
section.members .member-bg {
  background-image: url('/img/people.png');
  background-color: #f7f7f7;
  background-position: right center;
  background-size: 55% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  section.members .member-bg {
    background-size: 100% auto;
    background-position: right bottom;
  }
}
section.members .search-corner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 0 0 5px 30px;
  -moz-border-radius: 0 0 5px 30px;
  border-radius: 0 0 5px 30px;
  background: #033076;
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  margin-bottom: 40px;
}
section.members .search-corner.primary {
  background-color: #033076;
}
section.members .search-corner.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .search-corner.primary:not(.light) h1,
section.members .search-corner.primary:not(.light) h2,
section.members .search-corner.primary:not(.light) h3,
section.members .search-corner.primary:not(.light) h4,
section.members .search-corner.primary:not(.light) h5,
section.members .search-corner.primary:not(.light) h6,
section.members .search-corner.primary:not(.light) .h1,
section.members .search-corner.primary:not(.light) .h2,
section.members .search-corner.primary:not(.light) .h3,
section.members .search-corner.primary:not(.light) .h4,
section.members .search-corner.primary:not(.light) .h5,
section.members .search-corner.primary:not(.light) .h6 {
  color: #ffffff;
}
section.members .search-corner.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.members .search-corner.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.members .search-corner.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .search-corner.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.members .search-corner.primary:not(.light) table thead,
section.members .search-corner.primary:not(.light) table tbody,
section.members .search-corner.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .search-corner.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .search-corner.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members .search-corner.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members .search-corner.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.members .search-corner.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.members .search-corner.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.members .search-corner.primary.light h1,
section.members .search-corner.primary.light h2,
section.members .search-corner.primary.light h3,
section.members .search-corner.primary.light h4,
section.members .search-corner.primary.light h5,
section.members .search-corner.primary.light h6,
section.members .search-corner.primary.light .h1,
section.members .search-corner.primary.light .h2,
section.members .search-corner.primary.light .h3,
section.members .search-corner.primary.light .h4,
section.members .search-corner.primary.light .h5,
section.members .search-corner.primary.light .h6 {
  color: #033076;
}
section.members .search-corner.primary.light ol li:before {
  color: #033076;
}
section.members .search-corner.primary.light ul li:before {
  background-color: #033076;
}
section.members .search-corner.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.members .search-corner.primary.dark {
  background-color: #02265d;
}
section.members .search-corner.secondary {
  background-color: #ff9900;
}
section.members .search-corner.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .search-corner.secondary:not(.light) h1,
section.members .search-corner.secondary:not(.light) h2,
section.members .search-corner.secondary:not(.light) h3,
section.members .search-corner.secondary:not(.light) h4,
section.members .search-corner.secondary:not(.light) h5,
section.members .search-corner.secondary:not(.light) h6,
section.members .search-corner.secondary:not(.light) .h1,
section.members .search-corner.secondary:not(.light) .h2,
section.members .search-corner.secondary:not(.light) .h3,
section.members .search-corner.secondary:not(.light) .h4,
section.members .search-corner.secondary:not(.light) .h5,
section.members .search-corner.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.members .search-corner.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.members .search-corner.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.members .search-corner.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .search-corner.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.members .search-corner.secondary:not(.light) table thead,
section.members .search-corner.secondary:not(.light) table tbody,
section.members .search-corner.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .search-corner.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .search-corner.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members .search-corner.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members .search-corner.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.members .search-corner.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.members .search-corner.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.members .search-corner.secondary.light h1,
section.members .search-corner.secondary.light h2,
section.members .search-corner.secondary.light h3,
section.members .search-corner.secondary.light h4,
section.members .search-corner.secondary.light h5,
section.members .search-corner.secondary.light h6,
section.members .search-corner.secondary.light .h1,
section.members .search-corner.secondary.light .h2,
section.members .search-corner.secondary.light .h3,
section.members .search-corner.secondary.light .h4,
section.members .search-corner.secondary.light .h5,
section.members .search-corner.secondary.light .h6 {
  color: #ff9900;
}
section.members .search-corner.secondary.light ol li:before {
  color: #ff9900;
}
section.members .search-corner.secondary.light ul li:before {
  background-color: #ff9900;
}
section.members .search-corner.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.members .search-corner.secondary.dark {
  background-color: #e68a00;
}
section.members .search-corner.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .search-corner.image-background a:not(.button) {
  color: #ffffff;
}
section.members .search-corner.image-background ol li:before {
  color: #ffffff;
}
section.members .search-corner.image-background ul li:before {
  background-color: #ffffff;
}
section.members .search-corner.image-background table thead,
section.members .search-corner.image-background table tbody,
section.members .search-corner.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .search-corner.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .search-corner.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members .search-corner.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members .search-corner.image-background blockquote {
  border-color: #ffffff;
}
section.members .search-corner.image-background blockquote p {
  color: #ffffff;
}
section.members .search-corner.image-background.primary {
  background-color: #033076;
}
section.members .search-corner.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.members .search-corner.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.members .search-corner.image-background.primary.light h1,
section.members .search-corner.image-background.primary.light h2,
section.members .search-corner.image-background.primary.light h3,
section.members .search-corner.image-background.primary.light h4,
section.members .search-corner.image-background.primary.light h5,
section.members .search-corner.image-background.primary.light h6,
section.members .search-corner.image-background.primary.light .h1,
section.members .search-corner.image-background.primary.light .h2,
section.members .search-corner.image-background.primary.light .h3,
section.members .search-corner.image-background.primary.light .h4,
section.members .search-corner.image-background.primary.light .h5,
section.members .search-corner.image-background.primary.light .h6 {
  color: #ffffff;
}
section.members .search-corner.image-background.secondary {
  background-color: #ff9900;
}
section.members .search-corner.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.members .search-corner.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.members .search-corner.image-background.secondary.light h1,
section.members .search-corner.image-background.secondary.light h2,
section.members .search-corner.image-background.secondary.light h3,
section.members .search-corner.image-background.secondary.light h4,
section.members .search-corner.image-background.secondary.light h5,
section.members .search-corner.image-background.secondary.light h6,
section.members .search-corner.image-background.secondary.light .h1,
section.members .search-corner.image-background.secondary.light .h2,
section.members .search-corner.image-background.secondary.light .h3,
section.members .search-corner.image-background.secondary.light .h4,
section.members .search-corner.image-background.secondary.light .h5,
section.members .search-corner.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.members .search-corner.image-background.overlay {
  position: relative;
}
section.members .search-corner.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.members .search-corner.image-background.multiply {
  background-blend-mode: multiply;
}
section.members .search-corner input[type=text] {
  margin: 0;
}
section.members .search-corner input[type=text]:focus {
  outline: none;
}
section.members .search-corner input[type=submit] {
  background: url(/img/search.svg) no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
}
@media screen and (max-width: 480px) {
  section.members .search-corner input[type=submit] {
    top: 50px;
  }
}
section.members .button-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 20px 15px 20px;
  height: 70px;
  background: #033076;
  color: #ffffff;
  -webkit-border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
}
section.members .button-block.primary {
  background-color: #033076;
}
section.members .button-block.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .button-block.primary:not(.light) h1,
section.members .button-block.primary:not(.light) h2,
section.members .button-block.primary:not(.light) h3,
section.members .button-block.primary:not(.light) h4,
section.members .button-block.primary:not(.light) h5,
section.members .button-block.primary:not(.light) h6,
section.members .button-block.primary:not(.light) .h1,
section.members .button-block.primary:not(.light) .h2,
section.members .button-block.primary:not(.light) .h3,
section.members .button-block.primary:not(.light) .h4,
section.members .button-block.primary:not(.light) .h5,
section.members .button-block.primary:not(.light) .h6 {
  color: #ffffff;
}
section.members .button-block.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.members .button-block.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.members .button-block.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .button-block.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.members .button-block.primary:not(.light) table thead,
section.members .button-block.primary:not(.light) table tbody,
section.members .button-block.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .button-block.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .button-block.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members .button-block.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members .button-block.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.members .button-block.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.members .button-block.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.members .button-block.primary.light h1,
section.members .button-block.primary.light h2,
section.members .button-block.primary.light h3,
section.members .button-block.primary.light h4,
section.members .button-block.primary.light h5,
section.members .button-block.primary.light h6,
section.members .button-block.primary.light .h1,
section.members .button-block.primary.light .h2,
section.members .button-block.primary.light .h3,
section.members .button-block.primary.light .h4,
section.members .button-block.primary.light .h5,
section.members .button-block.primary.light .h6 {
  color: #033076;
}
section.members .button-block.primary.light ol li:before {
  color: #033076;
}
section.members .button-block.primary.light ul li:before {
  background-color: #033076;
}
section.members .button-block.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.members .button-block.primary.dark {
  background-color: #02265d;
}
section.members .button-block.secondary {
  background-color: #ff9900;
}
section.members .button-block.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .button-block.secondary:not(.light) h1,
section.members .button-block.secondary:not(.light) h2,
section.members .button-block.secondary:not(.light) h3,
section.members .button-block.secondary:not(.light) h4,
section.members .button-block.secondary:not(.light) h5,
section.members .button-block.secondary:not(.light) h6,
section.members .button-block.secondary:not(.light) .h1,
section.members .button-block.secondary:not(.light) .h2,
section.members .button-block.secondary:not(.light) .h3,
section.members .button-block.secondary:not(.light) .h4,
section.members .button-block.secondary:not(.light) .h5,
section.members .button-block.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.members .button-block.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.members .button-block.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.members .button-block.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .button-block.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.members .button-block.secondary:not(.light) table thead,
section.members .button-block.secondary:not(.light) table tbody,
section.members .button-block.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .button-block.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .button-block.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members .button-block.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members .button-block.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.members .button-block.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.members .button-block.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.members .button-block.secondary.light h1,
section.members .button-block.secondary.light h2,
section.members .button-block.secondary.light h3,
section.members .button-block.secondary.light h4,
section.members .button-block.secondary.light h5,
section.members .button-block.secondary.light h6,
section.members .button-block.secondary.light .h1,
section.members .button-block.secondary.light .h2,
section.members .button-block.secondary.light .h3,
section.members .button-block.secondary.light .h4,
section.members .button-block.secondary.light .h5,
section.members .button-block.secondary.light .h6 {
  color: #ff9900;
}
section.members .button-block.secondary.light ol li:before {
  color: #ff9900;
}
section.members .button-block.secondary.light ul li:before {
  background-color: #ff9900;
}
section.members .button-block.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.members .button-block.secondary.dark {
  background-color: #e68a00;
}
section.members .button-block.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.members .button-block.image-background a:not(.button) {
  color: #ffffff;
}
section.members .button-block.image-background ol li:before {
  color: #ffffff;
}
section.members .button-block.image-background ul li:before {
  background-color: #ffffff;
}
section.members .button-block.image-background table thead,
section.members .button-block.image-background table tbody,
section.members .button-block.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .button-block.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.members .button-block.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.members .button-block.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.members .button-block.image-background blockquote {
  border-color: #ffffff;
}
section.members .button-block.image-background blockquote p {
  color: #ffffff;
}
section.members .button-block.image-background.primary {
  background-color: #033076;
}
section.members .button-block.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.members .button-block.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.members .button-block.image-background.primary.light h1,
section.members .button-block.image-background.primary.light h2,
section.members .button-block.image-background.primary.light h3,
section.members .button-block.image-background.primary.light h4,
section.members .button-block.image-background.primary.light h5,
section.members .button-block.image-background.primary.light h6,
section.members .button-block.image-background.primary.light .h1,
section.members .button-block.image-background.primary.light .h2,
section.members .button-block.image-background.primary.light .h3,
section.members .button-block.image-background.primary.light .h4,
section.members .button-block.image-background.primary.light .h5,
section.members .button-block.image-background.primary.light .h6 {
  color: #ffffff;
}
section.members .button-block.image-background.secondary {
  background-color: #ff9900;
}
section.members .button-block.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.members .button-block.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.members .button-block.image-background.secondary.light h1,
section.members .button-block.image-background.secondary.light h2,
section.members .button-block.image-background.secondary.light h3,
section.members .button-block.image-background.secondary.light h4,
section.members .button-block.image-background.secondary.light h5,
section.members .button-block.image-background.secondary.light h6,
section.members .button-block.image-background.secondary.light .h1,
section.members .button-block.image-background.secondary.light .h2,
section.members .button-block.image-background.secondary.light .h3,
section.members .button-block.image-background.secondary.light .h4,
section.members .button-block.image-background.secondary.light .h5,
section.members .button-block.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.members .button-block.image-background.overlay {
  position: relative;
}
section.members .button-block.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.members .button-block.image-background.multiply {
  background-blend-mode: multiply;
}
@media screen and (max-width: 480px) {
  section.members .button-block {
    height: auto;
    text-align: center;
  }
}
section.members .button-block h2 {
  margin: 0;
  float: left;
  line-height: 40px;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  section.members .button-block h2 {
    margin-bottom: 10px;
  }
}
section.members .button-block .button {
  float: right;
}
@media screen and (max-width: 480px) {
  section.members .button-block .button {
    float: none;
  }
}
section.members .guest-member-button {
  margin-bottom: 20px;
  margin-right: 20px;
}
section.home-bottom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}
section.home-bottom.primary {
  background-color: #033076;
}
section.home-bottom.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom.primary:not(.light) h1,
section.home-bottom.primary:not(.light) h2,
section.home-bottom.primary:not(.light) h3,
section.home-bottom.primary:not(.light) h4,
section.home-bottom.primary:not(.light) h5,
section.home-bottom.primary:not(.light) h6,
section.home-bottom.primary:not(.light) .h1,
section.home-bottom.primary:not(.light) .h2,
section.home-bottom.primary:not(.light) .h3,
section.home-bottom.primary:not(.light) .h4,
section.home-bottom.primary:not(.light) .h5,
section.home-bottom.primary:not(.light) .h6 {
  color: #ffffff;
}
section.home-bottom.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.home-bottom.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.home-bottom.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.home-bottom.primary:not(.light) table thead,
section.home-bottom.primary:not(.light) table tbody,
section.home-bottom.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.home-bottom.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.home-bottom.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.home-bottom.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.home-bottom.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.home-bottom.primary.light h1,
section.home-bottom.primary.light h2,
section.home-bottom.primary.light h3,
section.home-bottom.primary.light h4,
section.home-bottom.primary.light h5,
section.home-bottom.primary.light h6,
section.home-bottom.primary.light .h1,
section.home-bottom.primary.light .h2,
section.home-bottom.primary.light .h3,
section.home-bottom.primary.light .h4,
section.home-bottom.primary.light .h5,
section.home-bottom.primary.light .h6 {
  color: #033076;
}
section.home-bottom.primary.light ol li:before {
  color: #033076;
}
section.home-bottom.primary.light ul li:before {
  background-color: #033076;
}
section.home-bottom.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.home-bottom.primary.dark {
  background-color: #02265d;
}
section.home-bottom.secondary {
  background-color: #ff9900;
}
section.home-bottom.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom.secondary:not(.light) h1,
section.home-bottom.secondary:not(.light) h2,
section.home-bottom.secondary:not(.light) h3,
section.home-bottom.secondary:not(.light) h4,
section.home-bottom.secondary:not(.light) h5,
section.home-bottom.secondary:not(.light) h6,
section.home-bottom.secondary:not(.light) .h1,
section.home-bottom.secondary:not(.light) .h2,
section.home-bottom.secondary:not(.light) .h3,
section.home-bottom.secondary:not(.light) .h4,
section.home-bottom.secondary:not(.light) .h5,
section.home-bottom.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.home-bottom.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.home-bottom.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.home-bottom.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.home-bottom.secondary:not(.light) table thead,
section.home-bottom.secondary:not(.light) table tbody,
section.home-bottom.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.home-bottom.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.home-bottom.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.home-bottom.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.home-bottom.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.home-bottom.secondary.light h1,
section.home-bottom.secondary.light h2,
section.home-bottom.secondary.light h3,
section.home-bottom.secondary.light h4,
section.home-bottom.secondary.light h5,
section.home-bottom.secondary.light h6,
section.home-bottom.secondary.light .h1,
section.home-bottom.secondary.light .h2,
section.home-bottom.secondary.light .h3,
section.home-bottom.secondary.light .h4,
section.home-bottom.secondary.light .h5,
section.home-bottom.secondary.light .h6 {
  color: #ff9900;
}
section.home-bottom.secondary.light ol li:before {
  color: #ff9900;
}
section.home-bottom.secondary.light ul li:before {
  background-color: #ff9900;
}
section.home-bottom.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.home-bottom.secondary.dark {
  background-color: #e68a00;
}
section.home-bottom.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom.image-background a:not(.button) {
  color: #ffffff;
}
section.home-bottom.image-background ol li:before {
  color: #ffffff;
}
section.home-bottom.image-background ul li:before {
  background-color: #ffffff;
}
section.home-bottom.image-background table thead,
section.home-bottom.image-background table tbody,
section.home-bottom.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.home-bottom.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.home-bottom.image-background blockquote {
  border-color: #ffffff;
}
section.home-bottom.image-background blockquote p {
  color: #ffffff;
}
section.home-bottom.image-background.primary {
  background-color: #033076;
}
section.home-bottom.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.home-bottom.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.home-bottom.image-background.primary.light h1,
section.home-bottom.image-background.primary.light h2,
section.home-bottom.image-background.primary.light h3,
section.home-bottom.image-background.primary.light h4,
section.home-bottom.image-background.primary.light h5,
section.home-bottom.image-background.primary.light h6,
section.home-bottom.image-background.primary.light .h1,
section.home-bottom.image-background.primary.light .h2,
section.home-bottom.image-background.primary.light .h3,
section.home-bottom.image-background.primary.light .h4,
section.home-bottom.image-background.primary.light .h5,
section.home-bottom.image-background.primary.light .h6 {
  color: #ffffff;
}
section.home-bottom.image-background.secondary {
  background-color: #ff9900;
}
section.home-bottom.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.home-bottom.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.home-bottom.image-background.secondary.light h1,
section.home-bottom.image-background.secondary.light h2,
section.home-bottom.image-background.secondary.light h3,
section.home-bottom.image-background.secondary.light h4,
section.home-bottom.image-background.secondary.light h5,
section.home-bottom.image-background.secondary.light h6,
section.home-bottom.image-background.secondary.light .h1,
section.home-bottom.image-background.secondary.light .h2,
section.home-bottom.image-background.secondary.light .h3,
section.home-bottom.image-background.secondary.light .h4,
section.home-bottom.image-background.secondary.light .h5,
section.home-bottom.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.home-bottom.image-background.overlay {
  position: relative;
}
section.home-bottom.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.home-bottom.image-background.multiply {
  background-blend-mode: multiply;
}
section.home-bottom .newsletter {
  background: #033076 url('/img/finat-logo-watermark.svg') no-repeat;
  background-size: 270px;
}
@media screen and (max-width: 320px), screen and (max-width: 480px) {
  section.home-bottom .newsletter {
    background: #033076;
  }
}
section.home-bottom .newsletter form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
section.home-bottom .newsletter form.primary {
  background-color: #033076;
}
section.home-bottom .newsletter form.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom .newsletter form.primary:not(.light) h1,
section.home-bottom .newsletter form.primary:not(.light) h2,
section.home-bottom .newsletter form.primary:not(.light) h3,
section.home-bottom .newsletter form.primary:not(.light) h4,
section.home-bottom .newsletter form.primary:not(.light) h5,
section.home-bottom .newsletter form.primary:not(.light) h6,
section.home-bottom .newsletter form.primary:not(.light) .h1,
section.home-bottom .newsletter form.primary:not(.light) .h2,
section.home-bottom .newsletter form.primary:not(.light) .h3,
section.home-bottom .newsletter form.primary:not(.light) .h4,
section.home-bottom .newsletter form.primary:not(.light) .h5,
section.home-bottom .newsletter form.primary:not(.light) .h6 {
  color: #ffffff;
}
section.home-bottom .newsletter form.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.home-bottom .newsletter form.primary:not(.light) ol li:before {
  color: #ffffff;
}
section.home-bottom .newsletter form.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom .newsletter form.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
section.home-bottom .newsletter form.primary:not(.light) table thead,
section.home-bottom .newsletter form.primary:not(.light) table tbody,
section.home-bottom .newsletter form.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.home-bottom .newsletter form.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.primary:not(.light) blockquote {
  border-color: #ffffff;
}
section.home-bottom .newsletter form.primary:not(.light) blockquote p {
  color: #ffffff;
}
section.home-bottom .newsletter form.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
section.home-bottom .newsletter form.primary.light h1,
section.home-bottom .newsletter form.primary.light h2,
section.home-bottom .newsletter form.primary.light h3,
section.home-bottom .newsletter form.primary.light h4,
section.home-bottom .newsletter form.primary.light h5,
section.home-bottom .newsletter form.primary.light h6,
section.home-bottom .newsletter form.primary.light .h1,
section.home-bottom .newsletter form.primary.light .h2,
section.home-bottom .newsletter form.primary.light .h3,
section.home-bottom .newsletter form.primary.light .h4,
section.home-bottom .newsletter form.primary.light .h5,
section.home-bottom .newsletter form.primary.light .h6 {
  color: #033076;
}
section.home-bottom .newsletter form.primary.light ol li:before {
  color: #033076;
}
section.home-bottom .newsletter form.primary.light ul li:before {
  background-color: #033076;
}
section.home-bottom .newsletter form.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
section.home-bottom .newsletter form.primary.dark {
  background-color: #02265d;
}
section.home-bottom .newsletter form.secondary {
  background-color: #ff9900;
}
section.home-bottom .newsletter form.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom .newsletter form.secondary:not(.light) h1,
section.home-bottom .newsletter form.secondary:not(.light) h2,
section.home-bottom .newsletter form.secondary:not(.light) h3,
section.home-bottom .newsletter form.secondary:not(.light) h4,
section.home-bottom .newsletter form.secondary:not(.light) h5,
section.home-bottom .newsletter form.secondary:not(.light) h6,
section.home-bottom .newsletter form.secondary:not(.light) .h1,
section.home-bottom .newsletter form.secondary:not(.light) .h2,
section.home-bottom .newsletter form.secondary:not(.light) .h3,
section.home-bottom .newsletter form.secondary:not(.light) .h4,
section.home-bottom .newsletter form.secondary:not(.light) .h5,
section.home-bottom .newsletter form.secondary:not(.light) .h6 {
  color: #ffffff;
}
section.home-bottom .newsletter form.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
section.home-bottom .newsletter form.secondary:not(.light) ol li:before {
  color: #ffffff;
}
section.home-bottom .newsletter form.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom .newsletter form.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
section.home-bottom .newsletter form.secondary:not(.light) table thead,
section.home-bottom .newsletter form.secondary:not(.light) table tbody,
section.home-bottom .newsletter form.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.home-bottom .newsletter form.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
section.home-bottom .newsletter form.secondary:not(.light) blockquote p {
  color: #ffffff;
}
section.home-bottom .newsletter form.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
section.home-bottom .newsletter form.secondary.light h1,
section.home-bottom .newsletter form.secondary.light h2,
section.home-bottom .newsletter form.secondary.light h3,
section.home-bottom .newsletter form.secondary.light h4,
section.home-bottom .newsletter form.secondary.light h5,
section.home-bottom .newsletter form.secondary.light h6,
section.home-bottom .newsletter form.secondary.light .h1,
section.home-bottom .newsletter form.secondary.light .h2,
section.home-bottom .newsletter form.secondary.light .h3,
section.home-bottom .newsletter form.secondary.light .h4,
section.home-bottom .newsletter form.secondary.light .h5,
section.home-bottom .newsletter form.secondary.light .h6 {
  color: #ff9900;
}
section.home-bottom .newsletter form.secondary.light ol li:before {
  color: #ff9900;
}
section.home-bottom .newsletter form.secondary.light ul li:before {
  background-color: #ff9900;
}
section.home-bottom .newsletter form.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
section.home-bottom .newsletter form.secondary.dark {
  background-color: #e68a00;
}
section.home-bottom .newsletter form.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
section.home-bottom .newsletter form.image-background a:not(.button) {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background ol li:before {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background ul li:before {
  background-color: #ffffff;
}
section.home-bottom .newsletter form.image-background table thead,
section.home-bottom .newsletter form.image-background table tbody,
section.home-bottom .newsletter form.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
section.home-bottom .newsletter form.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
section.home-bottom .newsletter form.image-background blockquote {
  border-color: #ffffff;
}
section.home-bottom .newsletter form.image-background blockquote p {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background.primary {
  background-color: #033076;
}
section.home-bottom .newsletter form.image-background.primary a:not(.button) {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
section.home-bottom .newsletter form.image-background.primary.light h1,
section.home-bottom .newsletter form.image-background.primary.light h2,
section.home-bottom .newsletter form.image-background.primary.light h3,
section.home-bottom .newsletter form.image-background.primary.light h4,
section.home-bottom .newsletter form.image-background.primary.light h5,
section.home-bottom .newsletter form.image-background.primary.light h6,
section.home-bottom .newsletter form.image-background.primary.light .h1,
section.home-bottom .newsletter form.image-background.primary.light .h2,
section.home-bottom .newsletter form.image-background.primary.light .h3,
section.home-bottom .newsletter form.image-background.primary.light .h4,
section.home-bottom .newsletter form.image-background.primary.light .h5,
section.home-bottom .newsletter form.image-background.primary.light .h6 {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background.secondary {
  background-color: #ff9900;
}
section.home-bottom .newsletter form.image-background.secondary a:not(.button) {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
section.home-bottom .newsletter form.image-background.secondary.light h1,
section.home-bottom .newsletter form.image-background.secondary.light h2,
section.home-bottom .newsletter form.image-background.secondary.light h3,
section.home-bottom .newsletter form.image-background.secondary.light h4,
section.home-bottom .newsletter form.image-background.secondary.light h5,
section.home-bottom .newsletter form.image-background.secondary.light h6,
section.home-bottom .newsletter form.image-background.secondary.light .h1,
section.home-bottom .newsletter form.image-background.secondary.light .h2,
section.home-bottom .newsletter form.image-background.secondary.light .h3,
section.home-bottom .newsletter form.image-background.secondary.light .h4,
section.home-bottom .newsletter form.image-background.secondary.light .h5,
section.home-bottom .newsletter form.image-background.secondary.light .h6 {
  color: #ffffff;
}
section.home-bottom .newsletter form.image-background.overlay {
  position: relative;
}
section.home-bottom .newsletter form.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
section.home-bottom .newsletter form.image-background.multiply {
  background-blend-mode: multiply;
}
section.home-bottom .linkedin .block-header span {
  background: url('/img/linkedin.svg') no-repeat;
  background-position: bottom;
  height: 31px;
  width: 31px;
  display: block;
  float: right;
  cursor: pointer;
}
section.home-bottom .linkedin li {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #dbdbdb;
}
section.home-bottom .linkedin li:last-child {
  border: none;
}
section.home-bottom .linkedin li .linkedin-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 20px;
}
section.home-bottom .linkedin li .likes {
  background: url('/img/linkedin-likes.svg') no-repeat;
  background-position: 0 center;
  width: 32px;
  height: 21px;
  float: right;
  text-align: right;
  line-height: 18px;
}
section.home-bottom .linkedin li .comments {
  background: url('/img/linkedin-comments.svg') no-repeat;
  background-position: 0 top;
  width: 35px;
  height: 21px;
  float: right;
  text-align: right;
  margin-right: 10px;
  line-height: 18px;
}
section.home-bottom .linkedin li .linkedin-text {
  padding-left: 100px;
}
section.home-bottom .linkedin li .meta {
  color: rgba(53, 53, 53, 0.5);
}
section.home-bottom .linkedin li p {
  margin: 0;
}
.home-block {
  margin: 0 0 30px 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.home-block.gray-bg {
  background: #f7f7f7;
}
.home-block.gray-bg h3 {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin: 0;
}
.home-block.blue-bg {
  background: #033076;
  color: #ffffff;
}
.home-block.blue-bg h3 {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin: 0;
}
.home-block.blue-bg a {
  color: #ffffff;
}
.home-block.blue-bg a:hover {
  color: #ff9900;
}
.home-block .top-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: 150px;
  border-bottom: 1px solid #dbdbdb;
}
.home-block .bottom-links {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  border-top: 1px solid #dbdbdb;
}
/* CONTENT-PAGE */
.crumblepath {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #033076;
  color: #ffffff;
}
.crumblepath.primary {
  background-color: #033076;
}
.crumblepath.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.crumblepath.primary:not(.light) h1,
.crumblepath.primary:not(.light) h2,
.crumblepath.primary:not(.light) h3,
.crumblepath.primary:not(.light) h4,
.crumblepath.primary:not(.light) h5,
.crumblepath.primary:not(.light) h6,
.crumblepath.primary:not(.light) .h1,
.crumblepath.primary:not(.light) .h2,
.crumblepath.primary:not(.light) .h3,
.crumblepath.primary:not(.light) .h4,
.crumblepath.primary:not(.light) .h5,
.crumblepath.primary:not(.light) .h6 {
  color: #ffffff;
}
.crumblepath.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
.crumblepath.primary:not(.light) ol li:before {
  color: #ffffff;
}
.crumblepath.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.crumblepath.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
.crumblepath.primary:not(.light) table thead,
.crumblepath.primary:not(.light) table tbody,
.crumblepath.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.crumblepath.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.crumblepath.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.crumblepath.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.crumblepath.primary:not(.light) blockquote {
  border-color: #ffffff;
}
.crumblepath.primary:not(.light) blockquote p {
  color: #ffffff;
}
.crumblepath.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
.crumblepath.primary.light h1,
.crumblepath.primary.light h2,
.crumblepath.primary.light h3,
.crumblepath.primary.light h4,
.crumblepath.primary.light h5,
.crumblepath.primary.light h6,
.crumblepath.primary.light .h1,
.crumblepath.primary.light .h2,
.crumblepath.primary.light .h3,
.crumblepath.primary.light .h4,
.crumblepath.primary.light .h5,
.crumblepath.primary.light .h6 {
  color: #033076;
}
.crumblepath.primary.light ol li:before {
  color: #033076;
}
.crumblepath.primary.light ul li:before {
  background-color: #033076;
}
.crumblepath.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
.crumblepath.primary.dark {
  background-color: #02265d;
}
.crumblepath.secondary {
  background-color: #ff9900;
}
.crumblepath.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.crumblepath.secondary:not(.light) h1,
.crumblepath.secondary:not(.light) h2,
.crumblepath.secondary:not(.light) h3,
.crumblepath.secondary:not(.light) h4,
.crumblepath.secondary:not(.light) h5,
.crumblepath.secondary:not(.light) h6,
.crumblepath.secondary:not(.light) .h1,
.crumblepath.secondary:not(.light) .h2,
.crumblepath.secondary:not(.light) .h3,
.crumblepath.secondary:not(.light) .h4,
.crumblepath.secondary:not(.light) .h5,
.crumblepath.secondary:not(.light) .h6 {
  color: #ffffff;
}
.crumblepath.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
.crumblepath.secondary:not(.light) ol li:before {
  color: #ffffff;
}
.crumblepath.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.crumblepath.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
.crumblepath.secondary:not(.light) table thead,
.crumblepath.secondary:not(.light) table tbody,
.crumblepath.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.crumblepath.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.crumblepath.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.crumblepath.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.crumblepath.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
.crumblepath.secondary:not(.light) blockquote p {
  color: #ffffff;
}
.crumblepath.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
.crumblepath.secondary.light h1,
.crumblepath.secondary.light h2,
.crumblepath.secondary.light h3,
.crumblepath.secondary.light h4,
.crumblepath.secondary.light h5,
.crumblepath.secondary.light h6,
.crumblepath.secondary.light .h1,
.crumblepath.secondary.light .h2,
.crumblepath.secondary.light .h3,
.crumblepath.secondary.light .h4,
.crumblepath.secondary.light .h5,
.crumblepath.secondary.light .h6 {
  color: #ff9900;
}
.crumblepath.secondary.light ol li:before {
  color: #ff9900;
}
.crumblepath.secondary.light ul li:before {
  background-color: #ff9900;
}
.crumblepath.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
.crumblepath.secondary.dark {
  background-color: #e68a00;
}
.crumblepath.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
.crumblepath.image-background a:not(.button) {
  color: #ffffff;
}
.crumblepath.image-background ol li:before {
  color: #ffffff;
}
.crumblepath.image-background ul li:before {
  background-color: #ffffff;
}
.crumblepath.image-background table thead,
.crumblepath.image-background table tbody,
.crumblepath.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.crumblepath.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.crumblepath.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.crumblepath.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.crumblepath.image-background blockquote {
  border-color: #ffffff;
}
.crumblepath.image-background blockquote p {
  color: #ffffff;
}
.crumblepath.image-background.primary {
  background-color: #033076;
}
.crumblepath.image-background.primary a:not(.button) {
  color: #ffffff;
}
.crumblepath.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
.crumblepath.image-background.primary.light h1,
.crumblepath.image-background.primary.light h2,
.crumblepath.image-background.primary.light h3,
.crumblepath.image-background.primary.light h4,
.crumblepath.image-background.primary.light h5,
.crumblepath.image-background.primary.light h6,
.crumblepath.image-background.primary.light .h1,
.crumblepath.image-background.primary.light .h2,
.crumblepath.image-background.primary.light .h3,
.crumblepath.image-background.primary.light .h4,
.crumblepath.image-background.primary.light .h5,
.crumblepath.image-background.primary.light .h6 {
  color: #ffffff;
}
.crumblepath.image-background.secondary {
  background-color: #ff9900;
}
.crumblepath.image-background.secondary a:not(.button) {
  color: #ffffff;
}
.crumblepath.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
.crumblepath.image-background.secondary.light h1,
.crumblepath.image-background.secondary.light h2,
.crumblepath.image-background.secondary.light h3,
.crumblepath.image-background.secondary.light h4,
.crumblepath.image-background.secondary.light h5,
.crumblepath.image-background.secondary.light h6,
.crumblepath.image-background.secondary.light .h1,
.crumblepath.image-background.secondary.light .h2,
.crumblepath.image-background.secondary.light .h3,
.crumblepath.image-background.secondary.light .h4,
.crumblepath.image-background.secondary.light .h5,
.crumblepath.image-background.secondary.light .h6 {
  color: #ffffff;
}
.crumblepath.image-background.overlay {
  position: relative;
}
.crumblepath.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
.crumblepath.image-background.multiply {
  background-blend-mode: multiply;
}
.crumblepath .crumble {
  padding-left: 15px;
}
.crumblepath .crumble a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.crumblepath .crumble a:hover {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .sidebar-left {
    float: right;
  }
}
section.photoalbums {
  margin-bottom: 30px;
}
section.photoalbums ul {
  background-color: #f7f7f7;
  display: block;
  width: 100%;
}
section.photoalbums ul li {
  padding: 0 15px 0 15px;
  border-bottom: 1px solid #dbdbdb;
  display: block;
}
section.photoalbums ul li .accordion {
  padding: 10px 0;
}
section.photoalbums ul li .accordion:hover {
  cursor: pointer;
}
section.photoalbums ul li .accordion i {
  float: right;
  line-height: 27px;
}
section.photoalbums ul li .album-content {
  display: none;
  padding-bottom: 15px;
}
section.photoalbums ul li .album-content .album-description {
  margin-top: 15px;
}
section.photoalbums ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
section.photoalbums ul li:last-child {
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.fotorama .fotorama__stage {
  background-color: #dbdbdb;
}
.fotorama .fotorama__nav__shaft {
  float: left;
}
.fotorama .fotorama__nav__shaft .fotorama__thumb-border {
  border-color: #ff9900;
}
.structure ul li.folder,
.structure ul li.back {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.structure ul li.current {
  padding: 10px;
  background-color: #033076;
  border-bottom: 1px solid #dbdbdb;
  color: #ffffff;
}
.structure ul li.current a:hover {
  color: #ffffff;
}
.structure ul li.document {
  padding: 5px 10px;
  font-weight: 400;
}
section.paging {
  float: left;
}
section.paging .first i,
section.paging .last i,
section.paging .next i,
section.paging .prev i {
  height: 27px;
  vertical-align: middle;
}
section.paging .number {
  padding: 0 5px;
}
section.paging .current-page {
  color: #033076;
}
.archive-button {
  float: right;
}
.archive-button i {
  margin-right: 2px;
}
.side-image {
  margin-bottom: 20px;
}
article.main-content p:last-child {
  margin: 0;
}
article.main-content p.excerpt {
  font-weight: 700;
  margin-bottom: 20px;
}
article.main-content ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
article.main-content ul li {
  position: relative;
}
article.main-content ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #033076;
  position: absolute;
  left: -20px;
  top: 9px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
article.main-content ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  counter-reset: item;
  list-style-type: none;
}
article.main-content ol li {
  position: relative;
}
article.main-content ol li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 600;
  color: #033076;
  position: absolute;
  left: -20px;
  top: 0;
}
article.main-content .table-container {
  width: 100%;
  overflow-x: auto;
}
article.main-content table {
  min-width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
}
article.main-content table tr td {
  vertical-align: top;
  padding: 3px 6px;
  border: solid 1px #033076;
}
article.main-content blockquote {
  background: #f7f7f7;
  margin: 0 0 30px 0;
  padding: 15px 15px 15px 60px;
  position: relative;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
article.main-content blockquote:before {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 0 .8em 0;
  content: '​‌“​‌​‌';
  position: absolute;
  left: 15px;
  top: 15px;
  color: #033076;
  font-size: 100px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  article.main-content iframe {
    width: 100%;
    height: auto;
  }
}
article.main-content .persons {
  margin-top: 30px;
  margin-bottom: 30px;
}
article.main-content .persons .person {
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}
article.main-content .persons .person .photo {
  width: 120px;
  height: 120px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}
article.main-content .persons .person .photo img {
  width: 100%;
  height: auto;
}
article.main-content .persons .person .person-info {
  width: 67%;
  float: left;
  padding: 10px;
}
article.main-content .persons .person .person-info p {
  margin-bottom: 0;
}
article.main-content .persons .person .person-info p.bold {
  font-weight: 700;
}
article.main-content .persons .person .person-info a {
  color: #353535;
}
article.main-content .persons .person .person-info a:hover {
  color: #ff9900;
}
article.main-content .persons .person .person-info .flag-icon {
  margin-top: 5px;
  float: left;
  font-size: 20px;
  margin-right: 10px;
}
article.main-content .persons .person .person-info .linkedin {
  background: url('/img/linkedin.svg') no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-top: 5px;
}
article.main-content .persons .person .person-info .mail {
  float: right;
  font-size: 26px;
  margin-top: 5px;
}
article.main-content .content {
  margin-bottom: 20px;
}
article.main-content .search {
  margin-top: 30px;
}
article.main-content .search .filters-mobile {
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 20px 0;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 480px) {
  article.main-content .search .filters-mobile {
    display: block;
  }
}
article.main-content .search .filters-mobile ul {
  width: 100%;
  padding: 0;
}
article.main-content .search .filters-mobile ul li {
  padding: 3px 10px 3px 20px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
}
article.main-content .search .filters-mobile ul li a {
  font-weight: 600;
  color: #033076;
  opacity: 0.5;
}
article.main-content .search .filters-mobile ul li a:hover {
  opacity: 1;
}
article.main-content .search .filters-mobile ul li.active a {
  width: 100%;
  display: block;
  opacity: 1;
  background-image: url('/img/close.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
article.main-content .search .filters-mobile ul li:last-child {
  border: none;
}
article.main-content .search .filters-mobile form {
  margin-top: 25px;
}
article.main-content .search .filters-mobile form .form-row {
  height: 35px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 5px;
}
article.main-content .search .filters-mobile form .form-row p {
  font-weight: 700;
  margin: 0;
  float: left;
}
article.main-content .search .filters-mobile form .form-row a.reset {
  float: right;
  text-align: right;
}
article.main-content .search .filters-mobile form .form-row label {
  width: 100%;
  display: block;
  float: left;
  line-height: 35px;
  font-weight: 600;
}
article.main-content .search .filters-mobile form .form-row select {
  width: 49%;
  height: 35px;
  float: left;
  border: none;
  color: #033076;
  padding: 0 2px;
  box-sizing: border-box;
  font-weight: 700;
}
article.main-content .search .filters-mobile form .form-row select.left {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
}
article.main-content .search .filters-mobile form .form-row select.right {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
article.main-content .search .filters-mobile form .form-row:last-child {
  margin-top: 15px;
}
article.main-content .search .filters-mobile .group p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 20px;
}
article.main-content .search .filters-mobile .interests {
  padding: 3px 20px;
}
article.main-content .search .filters-mobile .interests p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
article.main-content .search .search-header {
  background-color: #f7f7f7;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
}
article.main-content .search .search-header .col {
  padding-left: 5px;
  padding-right: 5px;
}
article.main-content .search .search-header .formrow {
  margin: 0;
}
article.main-content .search .search-header .form-wrapper {
  position: relative;
  margin-bottom: 5px;
}
article.main-content .search .search-header .form-wrapper input[type=text] {
  width: 100%;
  margin: 0;
}
article.main-content .search .search-header .form-wrapper input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ABABAB;
}
article.main-content .search .search-header .form-wrapper input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ABABAB;
}
article.main-content .search .search-header .form-wrapper input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ABABAB;
}
article.main-content .search .search-header .form-wrapper input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #ABABAB;
}
article.main-content .search .search-header .form-wrapper select {
  padding: 8px;
  margin: 0;
  width: 112px;
}
article.main-content .search .search-header .form-wrapper input[type=submit] {
  background: url(/img/search.svg) no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
article.main-content .search .search-results {
  padding: 20px;
}
article.main-content .search .search-results .company {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
article.main-content .search .search-results .company .photo {
  flex-shrink: 0;
  width: 5rem;
}
article.main-content .search .search-results .company .info {
  flex-grow: 1;
  background-color: #f7f7f7;
  padding: 0.5rem;
  position: relative;
}
article.main-content .search .search-results .company .info a {
  display: block;
}
article.main-content .search .search-results .company .info .label {
  border-radius: 10px;
  background: #033076;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
article.main-content .tags {
  padding: 15px 0;
}
article.main-content .tags b.label {
  margin-right: 5px;
}
article.main-content .tags .tag {
  color: #b4b4b4;
}
.form-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.form-wrapper input[type=submit] {
  background: url(/img/search.svg) no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
article.workspace .structure {
  background: #f7f7f7;
  margin-bottom: 15px;
}
article.workspace .structure ul li.folder,
article.workspace .structure ul li.back {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
article.workspace .structure ul li.current {
  padding: 10px;
  background-color: #033076;
  border-bottom: 1px solid #dbdbdb;
  color: #ffffff;
}
article.workspace .structure ul li.document {
  padding: 5px 10px;
  font-weight: 400;
}
.register form,
.lost-pass form,
.personal-details form,
.activation form,
.login form {
  padding: 20px;
  background-color: #f7f7f7;
}
.register a.button.update,
.lost-pass a.button.update,
.personal-details a.button.update,
.activation a.button.update,
.login a.button.update {
  margin-top: 20px;
}
section.sidebar h2:not(:first-child) {
  margin-top: 20px;
}
section.sidebar ul {
  padding: 15px;
}
section.sidebar ul li {
  margin: 0 0 8px 0;
}
section.sidebar .sidebar-block {
  margin: 0 0 30px 0;
  background: #f7f7f7;
}
section.sidebar .sidebar-block a {
  display: block;
  line-height: 18px;
}
section.sidebar .subpages {
  margin-bottom: 30px;
}
section.sidebar .downloads {
  margin-bottom: 30px;
}
section.sidebar .downloads li {
  word-break: break-all;
}
section.sidebar .subscribe {
  padding: 15px;
}
section.sidebar .subscribe form input[type=text] {
  width: 100%;
}
section.sidebar .subscribe form .radio-container {
  padding-left: 10px;
}
section.sidebar .banner {
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
  margin-top: 20px;
}
section.sidebar .banner a {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  section.sidebar .block-header:not(.subscribe) {
    display: none;
  }
}
section.sidebar .filters {
  background-color: #f7f7f7;
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  section.sidebar .filters {
    display: none;
  }
}
section.sidebar .filters ul {
  width: 100%;
  padding: 0;
}
section.sidebar .filters ul li {
  padding: 3px 10px 3px 20px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
}
section.sidebar .filters ul li a {
  font-weight: 600;
  color: #033076;
  opacity: 0.5;
}
section.sidebar .filters ul li a:hover {
  opacity: 1;
}
section.sidebar .filters ul li.active a {
  width: 100%;
  display: block;
  opacity: 1;
  background-image: url('/img/close.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
section.sidebar .filters ul li:last-child {
  border: none;
}
section.sidebar .filters form {
  margin-top: 25px;
}
section.sidebar .filters form .form-row {
  height: 35px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 5px;
}
section.sidebar .filters form .form-row p {
  font-weight: 700;
  margin: 0;
  float: left;
}
section.sidebar .filters form .form-row a.reset {
  float: right;
  text-align: right;
}
section.sidebar .filters form .form-row label {
  width: 100%;
  display: block;
  float: left;
  line-height: 35px;
  font-weight: 600;
}
section.sidebar .filters form .form-row select {
  width: 49%;
  height: 35px;
  float: left;
  border: none;
  color: #033076;
  padding: 0 2px;
  box-sizing: border-box;
  font-weight: 700;
}
section.sidebar .filters form .form-row select.left {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
}
section.sidebar .filters form .form-row select.right {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
section.sidebar .filters form .form-row:last-child {
  margin-top: 15px;
}
section.sidebar .filters .group p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 20px;
}
section.sidebar .filters .interests {
  padding: 3px 0;
}
section.sidebar .filters .interests p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0 20px;
}
section.sidebar .filters .interests span.select2 span.select2-selection {
  background-color: #f7f7f7;
  border: none;
}
section.sidebar .filters .interests span.select2 span.select2-selection ul.select2-selection__rendered {
  padding: 3px 19px 3px 19px;
  background-color: #f7f7f7;
  white-space: normal;
}
section.sidebar .filters .interests span.select2 span.select2-selection ul.select2-selection__rendered li.select2-selection__choice {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  color: #033076;
  padding: 0;
}
section.sidebar .filters .interests span.select2 span.select2-selection ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  font-size: 23px;
  position: relative;
  top: 3px;
}
section.sidebar .filters .interests span.select2 span.select2-selection ul.select2-selection__rendered li.select2-search {
  padding: 3px 10px 3px 10px;
  border: 1px solid #dbdbdb;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
}
section.sidebar .filters .interests input[type=submit] {
  margin-right: 20px;
}
.results .result {
  overflow: hidden;
  display: block;
}
.results .result span.type {
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.results .result a.title {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.results .result a.title:hover {
  color: #ff9900;
}
.results .result a.title .parent {
  text-transform: capitalize;
}
.member h1 {
  margin: 0 0 .2em 0;
}
.member .label {
  border-radius: 10px;
  background: #033076;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  margin-bottom: 20px;
}
section.location .map {
  width: 100%;
  height: 300px;
}
/* FOOTER */
footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
footer.primary {
  background-color: #033076;
}
footer.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer.primary:not(.light) h1,
footer.primary:not(.light) h2,
footer.primary:not(.light) h3,
footer.primary:not(.light) h4,
footer.primary:not(.light) h5,
footer.primary:not(.light) h6,
footer.primary:not(.light) .h1,
footer.primary:not(.light) .h2,
footer.primary:not(.light) .h3,
footer.primary:not(.light) .h4,
footer.primary:not(.light) .h5,
footer.primary:not(.light) .h6 {
  color: #ffffff;
}
footer.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
footer.primary:not(.light) ol li:before {
  color: #ffffff;
}
footer.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
footer.primary:not(.light) table thead,
footer.primary:not(.light) table tbody,
footer.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer.primary:not(.light) blockquote {
  border-color: #ffffff;
}
footer.primary:not(.light) blockquote p {
  color: #ffffff;
}
footer.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
footer.primary.light h1,
footer.primary.light h2,
footer.primary.light h3,
footer.primary.light h4,
footer.primary.light h5,
footer.primary.light h6,
footer.primary.light .h1,
footer.primary.light .h2,
footer.primary.light .h3,
footer.primary.light .h4,
footer.primary.light .h5,
footer.primary.light .h6 {
  color: #033076;
}
footer.primary.light ol li:before {
  color: #033076;
}
footer.primary.light ul li:before {
  background-color: #033076;
}
footer.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
footer.primary.dark {
  background-color: #02265d;
}
footer.secondary {
  background-color: #ff9900;
}
footer.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer.secondary:not(.light) h1,
footer.secondary:not(.light) h2,
footer.secondary:not(.light) h3,
footer.secondary:not(.light) h4,
footer.secondary:not(.light) h5,
footer.secondary:not(.light) h6,
footer.secondary:not(.light) .h1,
footer.secondary:not(.light) .h2,
footer.secondary:not(.light) .h3,
footer.secondary:not(.light) .h4,
footer.secondary:not(.light) .h5,
footer.secondary:not(.light) .h6 {
  color: #ffffff;
}
footer.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
footer.secondary:not(.light) ol li:before {
  color: #ffffff;
}
footer.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
footer.secondary:not(.light) table thead,
footer.secondary:not(.light) table tbody,
footer.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
footer.secondary:not(.light) blockquote p {
  color: #ffffff;
}
footer.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
footer.secondary.light h1,
footer.secondary.light h2,
footer.secondary.light h3,
footer.secondary.light h4,
footer.secondary.light h5,
footer.secondary.light h6,
footer.secondary.light .h1,
footer.secondary.light .h2,
footer.secondary.light .h3,
footer.secondary.light .h4,
footer.secondary.light .h5,
footer.secondary.light .h6 {
  color: #ff9900;
}
footer.secondary.light ol li:before {
  color: #ff9900;
}
footer.secondary.light ul li:before {
  background-color: #ff9900;
}
footer.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
footer.secondary.dark {
  background-color: #e68a00;
}
footer.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer.image-background a:not(.button) {
  color: #ffffff;
}
footer.image-background ol li:before {
  color: #ffffff;
}
footer.image-background ul li:before {
  background-color: #ffffff;
}
footer.image-background table thead,
footer.image-background table tbody,
footer.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer.image-background blockquote {
  border-color: #ffffff;
}
footer.image-background blockquote p {
  color: #ffffff;
}
footer.image-background.primary {
  background-color: #033076;
}
footer.image-background.primary a:not(.button) {
  color: #ffffff;
}
footer.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
footer.image-background.primary.light h1,
footer.image-background.primary.light h2,
footer.image-background.primary.light h3,
footer.image-background.primary.light h4,
footer.image-background.primary.light h5,
footer.image-background.primary.light h6,
footer.image-background.primary.light .h1,
footer.image-background.primary.light .h2,
footer.image-background.primary.light .h3,
footer.image-background.primary.light .h4,
footer.image-background.primary.light .h5,
footer.image-background.primary.light .h6 {
  color: #ffffff;
}
footer.image-background.secondary {
  background-color: #ff9900;
}
footer.image-background.secondary a:not(.button) {
  color: #ffffff;
}
footer.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
footer.image-background.secondary.light h1,
footer.image-background.secondary.light h2,
footer.image-background.secondary.light h3,
footer.image-background.secondary.light h4,
footer.image-background.secondary.light h5,
footer.image-background.secondary.light h6,
footer.image-background.secondary.light .h1,
footer.image-background.secondary.light .h2,
footer.image-background.secondary.light .h3,
footer.image-background.secondary.light .h4,
footer.image-background.secondary.light .h5,
footer.image-background.secondary.light .h6 {
  color: #ffffff;
}
footer.image-background.overlay {
  position: relative;
}
footer.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
footer.image-background.multiply {
  background-blend-mode: multiply;
}
footer .footer-menu {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 30px 15px 30px 15px;
  background: #033076;
  border-bottom: 3px solid #ff9900;
  margin-top: 30px;
}
footer .footer-menu.primary {
  background-color: #033076;
}
footer .footer-menu.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-menu.primary:not(.light) h1,
footer .footer-menu.primary:not(.light) h2,
footer .footer-menu.primary:not(.light) h3,
footer .footer-menu.primary:not(.light) h4,
footer .footer-menu.primary:not(.light) h5,
footer .footer-menu.primary:not(.light) h6,
footer .footer-menu.primary:not(.light) .h1,
footer .footer-menu.primary:not(.light) .h2,
footer .footer-menu.primary:not(.light) .h3,
footer .footer-menu.primary:not(.light) .h4,
footer .footer-menu.primary:not(.light) .h5,
footer .footer-menu.primary:not(.light) .h6 {
  color: #ffffff;
}
footer .footer-menu.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
footer .footer-menu.primary:not(.light) ol li:before {
  color: #ffffff;
}
footer .footer-menu.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-menu.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
footer .footer-menu.primary:not(.light) table thead,
footer .footer-menu.primary:not(.light) table tbody,
footer .footer-menu.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-menu.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-menu.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-menu.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .footer-menu.primary:not(.light) blockquote {
  border-color: #ffffff;
}
footer .footer-menu.primary:not(.light) blockquote p {
  color: #ffffff;
}
footer .footer-menu.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
footer .footer-menu.primary.light h1,
footer .footer-menu.primary.light h2,
footer .footer-menu.primary.light h3,
footer .footer-menu.primary.light h4,
footer .footer-menu.primary.light h5,
footer .footer-menu.primary.light h6,
footer .footer-menu.primary.light .h1,
footer .footer-menu.primary.light .h2,
footer .footer-menu.primary.light .h3,
footer .footer-menu.primary.light .h4,
footer .footer-menu.primary.light .h5,
footer .footer-menu.primary.light .h6 {
  color: #033076;
}
footer .footer-menu.primary.light ol li:before {
  color: #033076;
}
footer .footer-menu.primary.light ul li:before {
  background-color: #033076;
}
footer .footer-menu.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
footer .footer-menu.primary.dark {
  background-color: #02265d;
}
footer .footer-menu.secondary {
  background-color: #ff9900;
}
footer .footer-menu.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-menu.secondary:not(.light) h1,
footer .footer-menu.secondary:not(.light) h2,
footer .footer-menu.secondary:not(.light) h3,
footer .footer-menu.secondary:not(.light) h4,
footer .footer-menu.secondary:not(.light) h5,
footer .footer-menu.secondary:not(.light) h6,
footer .footer-menu.secondary:not(.light) .h1,
footer .footer-menu.secondary:not(.light) .h2,
footer .footer-menu.secondary:not(.light) .h3,
footer .footer-menu.secondary:not(.light) .h4,
footer .footer-menu.secondary:not(.light) .h5,
footer .footer-menu.secondary:not(.light) .h6 {
  color: #ffffff;
}
footer .footer-menu.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
footer .footer-menu.secondary:not(.light) ol li:before {
  color: #ffffff;
}
footer .footer-menu.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-menu.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
footer .footer-menu.secondary:not(.light) table thead,
footer .footer-menu.secondary:not(.light) table tbody,
footer .footer-menu.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-menu.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-menu.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-menu.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .footer-menu.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
footer .footer-menu.secondary:not(.light) blockquote p {
  color: #ffffff;
}
footer .footer-menu.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
footer .footer-menu.secondary.light h1,
footer .footer-menu.secondary.light h2,
footer .footer-menu.secondary.light h3,
footer .footer-menu.secondary.light h4,
footer .footer-menu.secondary.light h5,
footer .footer-menu.secondary.light h6,
footer .footer-menu.secondary.light .h1,
footer .footer-menu.secondary.light .h2,
footer .footer-menu.secondary.light .h3,
footer .footer-menu.secondary.light .h4,
footer .footer-menu.secondary.light .h5,
footer .footer-menu.secondary.light .h6 {
  color: #ff9900;
}
footer .footer-menu.secondary.light ol li:before {
  color: #ff9900;
}
footer .footer-menu.secondary.light ul li:before {
  background-color: #ff9900;
}
footer .footer-menu.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
footer .footer-menu.secondary.dark {
  background-color: #e68a00;
}
footer .footer-menu.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-menu.image-background a:not(.button) {
  color: #ffffff;
}
footer .footer-menu.image-background ol li:before {
  color: #ffffff;
}
footer .footer-menu.image-background ul li:before {
  background-color: #ffffff;
}
footer .footer-menu.image-background table thead,
footer .footer-menu.image-background table tbody,
footer .footer-menu.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-menu.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-menu.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-menu.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .footer-menu.image-background blockquote {
  border-color: #ffffff;
}
footer .footer-menu.image-background blockquote p {
  color: #ffffff;
}
footer .footer-menu.image-background.primary {
  background-color: #033076;
}
footer .footer-menu.image-background.primary a:not(.button) {
  color: #ffffff;
}
footer .footer-menu.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
footer .footer-menu.image-background.primary.light h1,
footer .footer-menu.image-background.primary.light h2,
footer .footer-menu.image-background.primary.light h3,
footer .footer-menu.image-background.primary.light h4,
footer .footer-menu.image-background.primary.light h5,
footer .footer-menu.image-background.primary.light h6,
footer .footer-menu.image-background.primary.light .h1,
footer .footer-menu.image-background.primary.light .h2,
footer .footer-menu.image-background.primary.light .h3,
footer .footer-menu.image-background.primary.light .h4,
footer .footer-menu.image-background.primary.light .h5,
footer .footer-menu.image-background.primary.light .h6 {
  color: #ffffff;
}
footer .footer-menu.image-background.secondary {
  background-color: #ff9900;
}
footer .footer-menu.image-background.secondary a:not(.button) {
  color: #ffffff;
}
footer .footer-menu.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
footer .footer-menu.image-background.secondary.light h1,
footer .footer-menu.image-background.secondary.light h2,
footer .footer-menu.image-background.secondary.light h3,
footer .footer-menu.image-background.secondary.light h4,
footer .footer-menu.image-background.secondary.light h5,
footer .footer-menu.image-background.secondary.light h6,
footer .footer-menu.image-background.secondary.light .h1,
footer .footer-menu.image-background.secondary.light .h2,
footer .footer-menu.image-background.secondary.light .h3,
footer .footer-menu.image-background.secondary.light .h4,
footer .footer-menu.image-background.secondary.light .h5,
footer .footer-menu.image-background.secondary.light .h6 {
  color: #ffffff;
}
footer .footer-menu.image-background.overlay {
  position: relative;
}
footer .footer-menu.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
footer .footer-menu.image-background.multiply {
  background-blend-mode: multiply;
}
footer .footer-menu h3 {
  color: #ffffff;
}
footer .footer-menu a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
footer .footer-menu a:hover {
  color: #ffffff;
}
footer .footer-menu ul {
  margin-bottom: 20px;
}
footer .footer-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
footer .footer-contact.primary {
  background-color: #033076;
}
footer .footer-contact.primary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-contact.primary:not(.light) h1,
footer .footer-contact.primary:not(.light) h2,
footer .footer-contact.primary:not(.light) h3,
footer .footer-contact.primary:not(.light) h4,
footer .footer-contact.primary:not(.light) h5,
footer .footer-contact.primary:not(.light) h6,
footer .footer-contact.primary:not(.light) .h1,
footer .footer-contact.primary:not(.light) .h2,
footer .footer-contact.primary:not(.light) .h3,
footer .footer-contact.primary:not(.light) .h4,
footer .footer-contact.primary:not(.light) .h5,
footer .footer-contact.primary:not(.light) .h6 {
  color: #ffffff;
}
footer .footer-contact.primary:not(.light) a:not(.button) {
  color: #ffffff;
}
footer .footer-contact.primary:not(.light) ol li:before {
  color: #ffffff;
}
footer .footer-contact.primary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-contact.primary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #033076;
  text-shadow: none;
}
footer .footer-contact.primary:not(.light) table thead,
footer .footer-contact.primary:not(.light) table tbody,
footer .footer-contact.primary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-contact.primary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-contact.primary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-contact.primary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .footer-contact.primary:not(.light) blockquote {
  border-color: #ffffff;
}
footer .footer-contact.primary:not(.light) blockquote p {
  color: #ffffff;
}
footer .footer-contact.primary.light {
  background-color: rgba(3, 48, 118, 0.1);
}
footer .footer-contact.primary.light h1,
footer .footer-contact.primary.light h2,
footer .footer-contact.primary.light h3,
footer .footer-contact.primary.light h4,
footer .footer-contact.primary.light h5,
footer .footer-contact.primary.light h6,
footer .footer-contact.primary.light .h1,
footer .footer-contact.primary.light .h2,
footer .footer-contact.primary.light .h3,
footer .footer-contact.primary.light .h4,
footer .footer-contact.primary.light .h5,
footer .footer-contact.primary.light .h6 {
  color: #033076;
}
footer .footer-contact.primary.light ol li:before {
  color: #033076;
}
footer .footer-contact.primary.light ul li:before {
  background-color: #033076;
}
footer .footer-contact.primary.light .list-type-large ol li:before {
  background-color: #033076;
  color: #ffffff;
}
footer .footer-contact.primary.dark {
  background-color: #02265d;
}
footer .footer-contact.secondary {
  background-color: #ff9900;
}
footer .footer-contact.secondary:not(.light) {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-contact.secondary:not(.light) h1,
footer .footer-contact.secondary:not(.light) h2,
footer .footer-contact.secondary:not(.light) h3,
footer .footer-contact.secondary:not(.light) h4,
footer .footer-contact.secondary:not(.light) h5,
footer .footer-contact.secondary:not(.light) h6,
footer .footer-contact.secondary:not(.light) .h1,
footer .footer-contact.secondary:not(.light) .h2,
footer .footer-contact.secondary:not(.light) .h3,
footer .footer-contact.secondary:not(.light) .h4,
footer .footer-contact.secondary:not(.light) .h5,
footer .footer-contact.secondary:not(.light) .h6 {
  color: #ffffff;
}
footer .footer-contact.secondary:not(.light) a:not(.button) {
  color: #ffffff;
}
footer .footer-contact.secondary:not(.light) ol li:before {
  color: #ffffff;
}
footer .footer-contact.secondary:not(.light) ul li:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-contact.secondary:not(.light) .list-type-large ol li:before {
  background-color: #ffffff;
  color: #ff9900;
  text-shadow: none;
}
footer .footer-contact.secondary:not(.light) table thead,
footer .footer-contact.secondary:not(.light) table tbody,
footer .footer-contact.secondary:not(.light) table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-contact.secondary:not(.light) table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-contact.secondary:not(.light) table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-contact.secondary:not(.light) hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .footer-contact.secondary:not(.light) blockquote {
  border-color: #ffffff;
}
footer .footer-contact.secondary:not(.light) blockquote p {
  color: #ffffff;
}
footer .footer-contact.secondary.light {
  background-color: rgba(255, 153, 0, 0.1);
}
footer .footer-contact.secondary.light h1,
footer .footer-contact.secondary.light h2,
footer .footer-contact.secondary.light h3,
footer .footer-contact.secondary.light h4,
footer .footer-contact.secondary.light h5,
footer .footer-contact.secondary.light h6,
footer .footer-contact.secondary.light .h1,
footer .footer-contact.secondary.light .h2,
footer .footer-contact.secondary.light .h3,
footer .footer-contact.secondary.light .h4,
footer .footer-contact.secondary.light .h5,
footer .footer-contact.secondary.light .h6 {
  color: #ff9900;
}
footer .footer-contact.secondary.light ol li:before {
  color: #ff9900;
}
footer .footer-contact.secondary.light ul li:before {
  background-color: #ff9900;
}
footer .footer-contact.secondary.light .list-type-large ol li:before {
  background-color: #ff9900;
  color: #ffffff;
}
footer .footer-contact.secondary.dark {
  background-color: #e68a00;
}
footer .footer-contact.image-background {
  color: #ffffff;
  background-color: rgba(53, 53, 53, 0.005);
  text-shadow: 1px 1px 0 rgba(53, 53, 53, 0.8);
}
footer .footer-contact.image-background a:not(.button) {
  color: #ffffff;
}
footer .footer-contact.image-background ol li:before {
  color: #ffffff;
}
footer .footer-contact.image-background ul li:before {
  background-color: #ffffff;
}
footer .footer-contact.image-background table thead,
footer .footer-contact.image-background table tbody,
footer .footer-contact.image-background table tfoot {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-contact.image-background table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-contact.image-background table th {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-contact.image-background hr {
  border-color: rgba(255, 255, 255, 0.4);
}
footer .footer-contact.image-background blockquote {
  border-color: #ffffff;
}
footer .footer-contact.image-background blockquote p {
  color: #ffffff;
}
footer .footer-contact.image-background.primary {
  background-color: #033076;
}
footer .footer-contact.image-background.primary a:not(.button) {
  color: #ffffff;
}
footer .footer-contact.image-background.primary.light {
  background-color: rgba(3, 48, 118, 0.3);
}
footer .footer-contact.image-background.primary.light h1,
footer .footer-contact.image-background.primary.light h2,
footer .footer-contact.image-background.primary.light h3,
footer .footer-contact.image-background.primary.light h4,
footer .footer-contact.image-background.primary.light h5,
footer .footer-contact.image-background.primary.light h6,
footer .footer-contact.image-background.primary.light .h1,
footer .footer-contact.image-background.primary.light .h2,
footer .footer-contact.image-background.primary.light .h3,
footer .footer-contact.image-background.primary.light .h4,
footer .footer-contact.image-background.primary.light .h5,
footer .footer-contact.image-background.primary.light .h6 {
  color: #ffffff;
}
footer .footer-contact.image-background.secondary {
  background-color: #ff9900;
}
footer .footer-contact.image-background.secondary a:not(.button) {
  color: #ffffff;
}
footer .footer-contact.image-background.secondary.light {
  background-color: rgba(255, 153, 0, 0.3);
}
footer .footer-contact.image-background.secondary.light h1,
footer .footer-contact.image-background.secondary.light h2,
footer .footer-contact.image-background.secondary.light h3,
footer .footer-contact.image-background.secondary.light h4,
footer .footer-contact.image-background.secondary.light h5,
footer .footer-contact.image-background.secondary.light h6,
footer .footer-contact.image-background.secondary.light .h1,
footer .footer-contact.image-background.secondary.light .h2,
footer .footer-contact.image-background.secondary.light .h3,
footer .footer-contact.image-background.secondary.light .h4,
footer .footer-contact.image-background.secondary.light .h5,
footer .footer-contact.image-background.secondary.light .h6 {
  color: #ffffff;
}
footer .footer-contact.image-background.overlay {
  position: relative;
}
footer .footer-contact.image-background.overlay:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.3);
}
footer .footer-contact.image-background.multiply {
  background-blend-mode: multiply;
}
footer .footer-contact h1 {
  margin: 0 0 0.5em 0;
}
footer .footer-logo {
  height: 100px;
  float: right;
}
footer .easteregg {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 300px;
}
footer .easteregg:focus {
  outline: none;
}
#map {
  width: 100%;
  height: 300px;
}
.maps-marker {
  width: 25px;
  height: 25px;
  background: #ff9900;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
.cluster {
  font-size: 12px;
  width: 25px;
  height: 25px;
  background: #033076;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
}
.select2-dropdown {
  border-top: 1px solid #aaa !important;
}
.padding-small {
  padding: 1.5rem;
}
.padding-medium {
  padding: 1.5rem;
}
.padding-large {
  padding: 2rem;
}
.padding-xlarge {
  padding: 2rem;
}
